|
|
@@ -29,9 +29,13 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1301));
|
|
|
+ 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();
|
|
|
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
|
|
|
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
@@ -39,10 +43,19 @@
|
|
|
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
+ this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
+ this.ddlLogoName = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
|
|
|
+ this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
|
|
|
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.dgvGoosKingdeecode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.KINGDEECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tsrOperate
|
|
|
@@ -72,6 +85,7 @@
|
|
|
this.tsbtnAdd.Name = "tsbtnAdd";
|
|
|
this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
|
|
|
this.tsbtnAdd.Text = "新建(&N)";
|
|
|
+ this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
|
|
|
//
|
|
|
// tsbtnEdit
|
|
|
//
|
|
|
@@ -82,6 +96,18 @@
|
|
|
this.tsbtnEdit.Name = "tsbtnEdit";
|
|
|
this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
|
|
|
this.tsbtnEdit.Text = "编辑(&E)";
|
|
|
+ this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
|
|
|
+ //
|
|
|
+ // tsbtnAdaptive
|
|
|
+ //
|
|
|
+ this.tsbtnAdaptive.AutoSize = false;
|
|
|
+ this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
+ this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
+ this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
+ this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
//
|
|
|
// tsbtnClose
|
|
|
//
|
|
|
@@ -92,6 +118,7 @@
|
|
|
this.tsbtnClose.Name = "tsbtnClose";
|
|
|
this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
this.tsbtnClose.Text = "关闭(&X)";
|
|
|
+ this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
//
|
|
|
// lblGoodsCode
|
|
|
//
|
|
|
@@ -126,13 +153,14 @@
|
|
|
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
|
|
|
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(843, 41);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(849, 14);
|
|
|
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnSearch.TabIndex = 10;
|
|
|
this.btnSearch.Text = "查询(&Q)";
|
|
|
this.btnSearch.UseVisualStyleBackColor = false;
|
|
|
+ this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
//
|
|
|
// btnClearCondition
|
|
|
//
|
|
|
@@ -141,13 +169,14 @@
|
|
|
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(934, 41);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(940, 14);
|
|
|
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnClearCondition.TabIndex = 11;
|
|
|
this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
this.btnClearCondition.UseVisualStyleBackColor = false;
|
|
|
+ this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
|
|
|
//
|
|
|
// lblGlazeTypeID
|
|
|
//
|
|
|
@@ -167,6 +196,10 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label2);
|
|
|
+ this.gbxCondition.Controls.Add(this.txtKingdeeCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.ddlLogoName);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label1);
|
|
|
this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
|
|
|
this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
@@ -179,11 +212,70 @@
|
|
|
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(1025, 82);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(1037, 56);
|
|
|
this.gbxCondition.TabIndex = 23;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件 ▼";
|
|
|
//
|
|
|
+ // c_Label2
|
|
|
+ //
|
|
|
+ this.c_Label2.AutoSize = true;
|
|
|
+ this.c_Label2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.c_Label2.Location = new System.Drawing.Point(580, 24);
|
|
|
+ this.c_Label2.Name = "c_Label2";
|
|
|
+ this.c_Label2.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.c_Label2.TabIndex = 19;
|
|
|
+ this.c_Label2.Text = "金蝶代码";
|
|
|
+ //
|
|
|
+ // txtKingdeeCode
|
|
|
+ //
|
|
|
+ this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
+ this.txtKingdeeCode.ErrorMessage = "";
|
|
|
+ this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtKingdeeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtKingdeeCode.Location = new System.Drawing.Point(639, 20);
|
|
|
+ this.txtKingdeeCode.MaxLength = 50;
|
|
|
+ this.txtKingdeeCode.Name = "txtKingdeeCode";
|
|
|
+ this.txtKingdeeCode.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.txtKingdeeCode.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // ddlLogoName
|
|
|
+ //
|
|
|
+ this.ddlLogoName.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.ddlLogoName.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.ddlLogoName.DataSource = null;
|
|
|
+ this.ddlLogoName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ddlLogoName.FormattingEnabled = true;
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.ddlLogoName.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.ddlLogoName.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ddlLogoName.ListBox.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.ddlLogoName.ListBox.Name = "";
|
|
|
+ this.ddlLogoName.ListBox.Size = new System.Drawing.Size(118, 136);
|
|
|
+ this.ddlLogoName.ListBox.TabIndex = 0;
|
|
|
+ this.ddlLogoName.Location = new System.Drawing.Point(447, 21);
|
|
|
+ this.ddlLogoName.Name = "ddlLogoName";
|
|
|
+ this.ddlLogoName.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.ddlLogoName.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // c_Label1
|
|
|
+ //
|
|
|
+ this.c_Label1.AutoSize = true;
|
|
|
+ this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.c_Label1.Location = new System.Drawing.Point(412, 24);
|
|
|
+ this.c_Label1.Name = "c_Label1";
|
|
|
+ this.c_Label1.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.c_Label1.TabIndex = 17;
|
|
|
+ this.c_Label1.Text = "商标";
|
|
|
+ //
|
|
|
// ddlGlazeTypeID
|
|
|
//
|
|
|
this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
|
|
|
@@ -205,21 +297,104 @@
|
|
|
this.ddlGlazeTypeID.Size = new System.Drawing.Size(120, 20);
|
|
|
this.ddlGlazeTypeID.TabIndex = 5;
|
|
|
//
|
|
|
- // tsbtnAdaptive
|
|
|
+ // dgvGoosKingdeecode
|
|
|
//
|
|
|
- this.tsbtnAdaptive.AutoSize = false;
|
|
|
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
+ this.dgvGoosKingdeecode.AllowUserToModifyRows = true;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
+ this.dgvGoosKingdeecode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.dgvGoosKingdeecode.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.dgvGoosKingdeecode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvGoosKingdeecode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
+ this.dgvGoosKingdeecode.CellHeight = 23;
|
|
|
+ this.dgvGoosKingdeecode.ChildNodeColumnName = null;
|
|
|
+ this.dgvGoosKingdeecode.ChildNodeColumnText = null;
|
|
|
+ this.dgvGoosKingdeecode.ColumnDeep = 1;
|
|
|
+ this.dgvGoosKingdeecode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ 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.dgvGoosKingdeecode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.dgvGoosKingdeecode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dgvGoosKingdeecode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.GOODSCODE,
|
|
|
+ this.GLAZETYPE,
|
|
|
+ this.LOGONAME,
|
|
|
+ this.KINGDEECODE});
|
|
|
+ this.dgvGoosKingdeecode.ColumnTreeView = null;
|
|
|
+ this.dgvGoosKingdeecode.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.dgvGoosKingdeecode.DynamicColumnName = "";
|
|
|
+ this.dgvGoosKingdeecode.EnableHeadersVisualStyles = false;
|
|
|
+ this.dgvGoosKingdeecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvGoosKingdeecode.FormatQuantityColumns = null;
|
|
|
+ this.dgvGoosKingdeecode.HorizontalMergeColumn = null;
|
|
|
+ this.dgvGoosKingdeecode.IsAutoCountSum = true;
|
|
|
+ this.dgvGoosKingdeecode.IsAutoResizeColumns = false;
|
|
|
+ this.dgvGoosKingdeecode.IsClickF12 = false;
|
|
|
+ this.dgvGoosKingdeecode.IsOpenMergeCellFlag = false;
|
|
|
+ this.dgvGoosKingdeecode.IsSubTotalFlag = false;
|
|
|
+ this.dgvGoosKingdeecode.IsTopDeep = false;
|
|
|
+ this.dgvGoosKingdeecode.Location = new System.Drawing.Point(0, 100);
|
|
|
+ this.dgvGoosKingdeecode.MergeColumnNames = null;
|
|
|
+ this.dgvGoosKingdeecode.MergeDetailColumnNames = null;
|
|
|
+ this.dgvGoosKingdeecode.MergeDetailOnlyColumn = null;
|
|
|
+ this.dgvGoosKingdeecode.MergeOnlyColumn = null;
|
|
|
+ this.dgvGoosKingdeecode.Name = "dgvGoosKingdeecode";
|
|
|
+ this.dgvGoosKingdeecode.ReadOnly = true;
|
|
|
+ this.dgvGoosKingdeecode.RefreshAtHscroll = false;
|
|
|
+ this.dgvGoosKingdeecode.RowHeadersWidth = 50;
|
|
|
+ this.dgvGoosKingdeecode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgvGoosKingdeecode.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.dgvGoosKingdeecode.RowTemplate.Height = 21;
|
|
|
+ this.dgvGoosKingdeecode.Size = new System.Drawing.Size(1031, 349);
|
|
|
+ this.dgvGoosKingdeecode.SortOrderColumnName = null;
|
|
|
+ this.dgvGoosKingdeecode.TabIndex = 24;
|
|
|
+ this.dgvGoosKingdeecode.Tag = true;
|
|
|
+ this.dgvGoosKingdeecode.TotalSumColumns = null;
|
|
|
+ this.dgvGoosKingdeecode.ViewRowFilter = "";
|
|
|
+ //
|
|
|
+ // GOODSCODE
|
|
|
+ //
|
|
|
+ this.GOODSCODE.DataPropertyName = "GOODSCODE";
|
|
|
+ this.GOODSCODE.HeaderText = "产品编码";
|
|
|
+ this.GOODSCODE.Name = "GOODSCODE";
|
|
|
+ this.GOODSCODE.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GLAZETYPE
|
|
|
+ //
|
|
|
+ this.GLAZETYPE.DataPropertyName = "GLAZETYPE";
|
|
|
+ this.GLAZETYPE.HeaderText = "釉料类别";
|
|
|
+ this.GLAZETYPE.Name = "GLAZETYPE";
|
|
|
+ this.GLAZETYPE.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // LOGONAME
|
|
|
+ //
|
|
|
+ this.LOGONAME.DataPropertyName = "LOGONAME";
|
|
|
+ this.LOGONAME.HeaderText = "商标";
|
|
|
+ this.LOGONAME.Name = "LOGONAME";
|
|
|
+ this.LOGONAME.ReadOnly = true;
|
|
|
+ this.LOGONAME.Width = 150;
|
|
|
+ //
|
|
|
+ // KINGDEECODE
|
|
|
+ //
|
|
|
+ this.KINGDEECODE.DataPropertyName = "KINGDEECODE";
|
|
|
+ this.KINGDEECODE.HeaderText = "金蝶代码";
|
|
|
+ this.KINGDEECODE.Name = "KINGDEECODE";
|
|
|
+ this.KINGDEECODE.ReadOnly = true;
|
|
|
+ this.KINGDEECODE.Width = 150;
|
|
|
//
|
|
|
// F_MST_1301
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1037, 461);
|
|
|
+ this.Controls.Add(this.dgvGoosKingdeecode);
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
this.Name = "F_MST_1301";
|
|
|
@@ -230,6 +405,7 @@
|
|
|
this.tsrOperate.PerformLayout();
|
|
|
this.gbxCondition.ResumeLayout(false);
|
|
|
this.gbxCondition.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
@@ -248,5 +424,14 @@
|
|
|
private Basics.BaseControls.C_GroupBox gbxCondition;
|
|
|
private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
|
|
|
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
|
|
|
+ private Basics.BaseControls.C_DataGridView dgvGoosKingdeecode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE;
|
|
|
+ private Basics.BaseControls.DKListBoxComboBox ddlLogoName;
|
|
|
+ private Basics.BaseControls.C_Label c_Label1;
|
|
|
+ private Basics.BaseControls.C_Label c_Label2;
|
|
|
+ private Basics.BaseControls.C_TextBox txtKingdeeCode;
|
|
|
}
|
|
|
}
|