| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class S_CMN_005
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_005));
- 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblMouldTypeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtMouldTypeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.cbCanManyTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.dgvMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.GMOULDTYPEID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GMOULDTYPECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMOULDTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CanManyTimes = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CanManyTimesV = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldType)).BeginInit();
- this.SuspendLayout();
- //
- // lblMouldTypeCode
- //
- this.lblMouldTypeCode.AutoSize = true;
- this.lblMouldTypeCode.BackColor = System.Drawing.Color.Transparent;
- this.lblMouldTypeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMouldTypeCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblMouldTypeCode.Image = ((System.Drawing.Image)(resources.GetObject("lblMouldTypeCode.Image")));
- this.lblMouldTypeCode.Location = new System.Drawing.Point(12, 18);
- this.lblMouldTypeCode.Name = "lblMouldTypeCode";
- this.lblMouldTypeCode.Size = new System.Drawing.Size(53, 12);
- this.lblMouldTypeCode.TabIndex = 0;
- this.lblMouldTypeCode.Text = "类型编码";
- //
- // txtMouldTypeCode
- //
- this.txtMouldTypeCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtMouldTypeCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMouldTypeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtMouldTypeCode.ErrorMessage = "";
- this.txtMouldTypeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMouldTypeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtMouldTypeCode.Location = new System.Drawing.Point(71, 14);
- this.txtMouldTypeCode.MaxLength = 6;
- this.txtMouldTypeCode.Name = "txtMouldTypeCode";
- this.txtMouldTypeCode.Size = new System.Drawing.Size(120, 21);
- this.txtMouldTypeCode.TabIndex = 1;
- //
- // lblMouldTypeName
- //
- this.lblMouldTypeName.AutoSize = true;
- this.lblMouldTypeName.BackColor = System.Drawing.Color.Transparent;
- this.lblMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMouldTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblMouldTypeName.Image = ((System.Drawing.Image)(resources.GetObject("lblMouldTypeName.Image")));
- this.lblMouldTypeName.Location = new System.Drawing.Point(197, 18);
- this.lblMouldTypeName.Name = "lblMouldTypeName";
- this.lblMouldTypeName.Size = new System.Drawing.Size(53, 12);
- this.lblMouldTypeName.TabIndex = 2;
- this.lblMouldTypeName.Text = "类型名称";
- //
- // txtMouldTypeName
- //
- this.txtMouldTypeName.BackColor = System.Drawing.SystemColors.Window;
- this.txtMouldTypeName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMouldTypeName.ErrorMessage = "";
- this.txtMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMouldTypeName.Location = new System.Drawing.Point(256, 14);
- this.txtMouldTypeName.MaxLength = 20;
- this.txtMouldTypeName.Name = "txtMouldTypeName";
- this.txtMouldTypeName.Size = new System.Drawing.Size(120, 21);
- this.txtMouldTypeName.TabIndex = 3;
- //
- // cbCanManyTimes
- //
- this.cbCanManyTimes.AutoSize = true;
- this.cbCanManyTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbCanManyTimes.Location = new System.Drawing.Point(382, 16);
- this.cbCanManyTimes.Name = "cbCanManyTimes";
- this.cbCanManyTimes.Size = new System.Drawing.Size(84, 16);
- this.cbCanManyTimes.TabIndex = 4;
- this.cbCanManyTimes.Text = "可多次注浆";
- this.cbCanManyTimes.UseVisualStyleBackColor = true;
- //
- // dgvMouldType
- //
- this.dgvMouldType.AllowUserToAddRows = false;
- this.dgvMouldType.AllowUserToDeleteRows = false;
- this.dgvMouldType.AllowUserToModifyRows = true;
- this.dgvMouldType.AllowUserToOrderColumns = true;
- this.dgvMouldType.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvMouldType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvMouldType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvMouldType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvMouldType.CellHeight = 23;
- this.dgvMouldType.ChildNodeColumnName = null;
- this.dgvMouldType.ChildNodeColumnText = null;
- this.dgvMouldType.ColumnDeep = 1;
- this.dgvMouldType.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.dgvMouldType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvMouldType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMouldType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GMOULDTYPEID,
- this.Sel,
- this.GMOULDTYPECODE,
- this.GMOULDTYPENAME,
- this.CanManyTimes,
- this.CanManyTimesV});
- this.dgvMouldType.ColumnTreeView = null;
- this.dgvMouldType.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvMouldType.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvMouldType.DynamicColumnName = "";
- this.dgvMouldType.EnableHeadersVisualStyles = false;
- this.dgvMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvMouldType.HorizontalMergeColumn = null;
- this.dgvMouldType.IsAutoCountSum = true;
- this.dgvMouldType.IsAutoResizeColumns = false;
- this.dgvMouldType.IsClickF12 = false;
- this.dgvMouldType.IsOpenMergeCellFlag = false;
- this.dgvMouldType.IsSubTotalFlag = false;
- this.dgvMouldType.IsTopDeep = false;
- this.dgvMouldType.Location = new System.Drawing.Point(15, 44);
- this.dgvMouldType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvMouldType.MergeColumnNames = null;
- this.dgvMouldType.MergeDetailColumnNames = null;
- this.dgvMouldType.MergeDetailOnlyColumn = null;
- this.dgvMouldType.MergeOnlyColumn = null;
- this.dgvMouldType.MultiSelect = false;
- this.dgvMouldType.Name = "dgvMouldType";
- this.dgvMouldType.RefreshAtHscroll = false;
- this.dgvMouldType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvMouldType.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvMouldType.RowTemplate.Height = 21;
- this.dgvMouldType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMouldType.Size = new System.Drawing.Size(645, 387);
- this.dgvMouldType.SortOrderColumnName = null;
- this.dgvMouldType.TabIndex = 7;
- this.dgvMouldType.Tag = true;
- this.dgvMouldType.TotalSumColumns = null;
- this.dgvMouldType.ViewRowFilter = "";
- this.dgvMouldType.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
- //
- // btnSearch
- //
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(484, 9);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 5;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnOK
- //
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.Location = new System.Drawing.Point(484, 436);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 9;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(575, 436);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 10;
- this.btnClose.Text = "取消";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // chkChooseAll
- //
- this.chkChooseAll.AutoSize = true;
- this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
- this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkChooseAll.Location = new System.Drawing.Point(12, 436);
- this.chkChooseAll.Name = "chkChooseAll";
- this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
- this.chkChooseAll.TabIndex = 8;
- this.chkChooseAll.Text = "全选";
- this.chkChooseAll.UseVisualStyleBackColor = false;
- this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(575, 9);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 6;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // GMOULDTYPEID
- //
- this.GMOULDTYPEID.DataPropertyName = "GMOULDTYPEID";
- this.GMOULDTYPEID.HeaderText = "GMouldTypeID";
- this.GMOULDTYPEID.Name = "GMOULDTYPEID";
- this.GMOULDTYPEID.ReadOnly = true;
- this.GMOULDTYPEID.Visible = false;
- //
- // Sel
- //
- this.Sel.DataPropertyName = "sel";
- this.Sel.FalseValue = "0";
- this.Sel.HeaderText = "选择";
- this.Sel.Name = "Sel";
- this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Sel.TrueValue = "1";
- this.Sel.Visible = false;
- //
- // GMOULDTYPECODE
- //
- this.GMOULDTYPECODE.DataPropertyName = "GMOULDTYPECODE";
- this.GMOULDTYPECODE.HeaderText = "成型线类型编码";
- this.GMOULDTYPECODE.Name = "GMOULDTYPECODE";
- this.GMOULDTYPECODE.ReadOnly = true;
- this.GMOULDTYPECODE.Width = 200;
- //
- // GMOULDTYPENAME
- //
- this.GMOULDTYPENAME.DataPropertyName = "GMOULDTYPENAME";
- this.GMOULDTYPENAME.HeaderText = "成型线类型名称";
- this.GMOULDTYPENAME.Name = "GMOULDTYPENAME";
- this.GMOULDTYPENAME.ReadOnly = true;
- this.GMOULDTYPENAME.Width = 200;
- //
- // CanManyTimes
- //
- this.CanManyTimes.DataPropertyName = "CanManyTimes";
- this.CanManyTimes.FalseValue = "0";
- this.CanManyTimes.HeaderText = "能否多次注浆";
- this.CanManyTimes.Name = "CanManyTimes";
- this.CanManyTimes.ReadOnly = true;
- this.CanManyTimes.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.CanManyTimes.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.CanManyTimes.TrueValue = "1";
- //
- // CanManyTimesV
- //
- this.CanManyTimesV.DataPropertyName = "CanManyTimes";
- this.CanManyTimesV.HeaderText = "CanManyTimes";
- this.CanManyTimesV.Name = "CanManyTimesV";
- this.CanManyTimesV.ReadOnly = true;
- this.CanManyTimesV.Visible = false;
- //
- // S_CMN_005
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(672, 491);
- this.Controls.Add(this.btnClearCondition);
- this.Controls.Add(this.chkChooseAll);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.dgvMouldType);
- this.Controls.Add(this.cbCanManyTimes);
- this.Controls.Add(this.txtMouldTypeName);
- this.Controls.Add(this.lblMouldTypeName);
- this.Controls.Add(this.txtMouldTypeCode);
- this.Controls.Add(this.lblMouldTypeCode);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.Name = "S_CMN_005";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "选择成型线类型";
- this.Controls.SetChildIndex(this.lblMouldTypeCode, 0);
- this.Controls.SetChildIndex(this.txtMouldTypeCode, 0);
- this.Controls.SetChildIndex(this.lblMouldTypeName, 0);
- this.Controls.SetChildIndex(this.txtMouldTypeName, 0);
- this.Controls.SetChildIndex(this.cbCanManyTimes, 0);
- this.Controls.SetChildIndex(this.dgvMouldType, 0);
- this.Controls.SetChildIndex(this.btnSearch, 0);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.chkChooseAll, 0);
- this.Controls.SetChildIndex(this.btnClearCondition, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldType)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblMouldTypeCode;
- private Basics.BaseControls.C_TextBox txtMouldTypeCode;
- private Basics.BaseControls.C_Label lblMouldTypeName;
- private Basics.BaseControls.C_TextBox txtMouldTypeName;
- private Basics.BaseControls.C_CheckBox cbCanManyTimes;
- private Basics.BaseControls.C_DataGridView dgvMouldType;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnOK;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_CheckBox chkChooseAll;
- private Basics.BaseControls.C_Button btnClearCondition;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDTYPEID;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDTYPECODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDTYPENAME;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CanManyTimes;
- private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimesV;
- }
- }
|