namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1204 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1204)); this.dgvDataDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.NUMBERPLATECODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VALUEFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.NUMBERPLATEID = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).BeginInit(); this.SuspendLayout(); // // dgvDataDefect // this.dgvDataDefect.AllowUserToDeleteRows = false; this.dgvDataDefect.AllowUserToModifyRows = true; this.dgvDataDefect.AllowUserToOrderColumns = true; this.dgvDataDefect.AllowUserToResizeRows = false; this.dgvDataDefect.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDataDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvDataDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvDataDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDataDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDataDefect.CellHeight = 23; this.dgvDataDefect.ChildNodeColumnName = null; this.dgvDataDefect.ChildNodeColumnText = null; this.dgvDataDefect.ColumnDeep = 1; this.dgvDataDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDataDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvDataDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDataDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.NUMBERPLATECODE, this.VALUEFLAG, this.NUMBERPLATEID}); this.dgvDataDefect.ColumnTreeView = null; this.dgvDataDefect.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvDataDefect.DynamicColumnName = ""; this.dgvDataDefect.EnableHeadersVisualStyles = false; this.dgvDataDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDataDefect.FormatQuantityColumns = null; this.dgvDataDefect.HasNode = false; this.dgvDataDefect.HorizontalMergeColumn = null; this.dgvDataDefect.IsAutoCountSum = true; this.dgvDataDefect.IsAutoResizeColumns = false; this.dgvDataDefect.IsClickF12 = false; this.dgvDataDefect.IsOpenMergeCellFlag = false; this.dgvDataDefect.IsSubTotalFlag = false; this.dgvDataDefect.IsTopDeep = false; this.dgvDataDefect.Location = new System.Drawing.Point(12, 12); this.dgvDataDefect.MergeColumnNames = null; this.dgvDataDefect.MergeDetailColumnNames = null; this.dgvDataDefect.MergeDetailOnlyColumn = null; this.dgvDataDefect.MergeOnlyColumn = null; this.dgvDataDefect.MultiSelect = false; this.dgvDataDefect.Name = "dgvDataDefect"; this.dgvDataDefect.RefreshAtHscroll = false; this.dgvDataDefect.RowHeadersWidth = 50; this.dgvDataDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDataDefect.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvDataDefect.RowTemplate.Height = 21; this.dgvDataDefect.Size = new System.Drawing.Size(371, 498); this.dgvDataDefect.SortOrderColumnName = null; this.dgvDataDefect.TabIndex = 0; this.dgvDataDefect.Tag = true; this.dgvDataDefect.TotalSumColumns = null; this.dgvDataDefect.ViewRowFilter = ""; this.dgvDataDefect.VirtualNodes = false; this.dgvDataDefect.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated); this.dgvDataDefect.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating); this.dgvDataDefect.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded); this.dgvDataDefect.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing); this.dgvDataDefect.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated); this.dgvDataDefect.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating); this.dgvDataDefect.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted); this.dgvDataDefect.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(207, 516); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(298, 516); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // chkDisplayDisabledData // this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.chkDisplayDisabledData.AutoSize = true; this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground; this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkDisplayDisabledData.Location = new System.Drawing.Point(-179, 516); this.chkDisplayDisabledData.Name = "chkDisplayDisabledData"; this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16); this.chkDisplayDisabledData.TabIndex = 1; this.chkDisplayDisabledData.Text = "显示停用记录"; this.chkDisplayDisabledData.UseVisualStyleBackColor = true; this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged); // // NUMBERPLATECODE // this.NUMBERPLATECODE.DataPropertyName = "NUMBERPLATECODE"; this.NUMBERPLATECODE.HeaderText = "车牌号"; this.NUMBERPLATECODE.MaxInputLength = 10; this.NUMBERPLATECODE.Name = "NUMBERPLATECODE"; this.NUMBERPLATECODE.Width = 180; // // VALUEFLAG // this.VALUEFLAG.DataPropertyName = "VALUEFLAG"; this.VALUEFLAG.HeaderText = "是否有效"; this.VALUEFLAG.Name = "VALUEFLAG"; this.VALUEFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.VALUEFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.VALUEFLAG.TrueValue = "1"; // // NUMBERPLATEID // this.NUMBERPLATEID.DataPropertyName = "NUMBERPLATEID"; this.NUMBERPLATEID.HeaderText = "数据ID"; this.NUMBERPLATEID.Name = "NUMBERPLATEID"; this.NUMBERPLATEID.Visible = false; // // F_MST_1204 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(395, 571); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.dgvDataDefect); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_1204"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBackColor = System.Drawing.SystemColors.Window; this.StatusSizingGrip = false; this.Text = "车牌管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_1204_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1204_FormClosed); this.Load += new System.EventHandler(this.F_MST_1204_Load); this.Controls.SetChildIndex(this.dgvDataDefect, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_DataGridView dgvDataDefect; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private System.Windows.Forms.DataGridViewTextBoxColumn NUMBERPLATECODE; private System.Windows.Forms.DataGridViewCheckBoxColumn VALUEFLAG; private System.Windows.Forms.DataGridViewTextBoxColumn NUMBERPLATEID; } }