using System;
namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1401
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1401));
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.delBtn = 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.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.mouldNameLabel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.mouldName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.goodscodetxt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.mouldLable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtMOULDGOODSCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.dgvGoosKingdeecode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MOULDGOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MOULDNAMES = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.guid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.tsbtnEdit,
this.delBtn,
this.tsbtnAdaptive,
this.tsbtnClose});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(1128, 35);
this.tsrOperate.TabIndex = 1;
//
// tsbtnAdd
//
this.tsbtnAdd.AutoSize = false;
this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
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
//
this.tsbtnEdit.AutoSize = false;
this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
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);
//
// delBtn
//
this.delBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.delBtn.Image = ((System.Drawing.Image)(resources.GetObject("delBtn.Image")));
this.delBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.delBtn.Name = "delBtn";
this.delBtn.Size = new System.Drawing.Size(33, 32);
this.delBtn.Text = "删除";
this.delBtn.Click += new System.EventHandler(this.delBtn_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
//
this.tsbtnClose.AutoSize = false;
this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
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
//
this.lblGoodsCode.AutoSize = true;
this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 3;
this.lblGoodsCode.Text = "产品编码";
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Gray;
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(940, 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
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
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(1031, 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);
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| 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.mouldNameLabel);
this.gbxCondition.Controls.Add(this.mouldName);
this.gbxCondition.Controls.Add(this.goodscodetxt);
this.gbxCondition.Controls.Add(this.mouldLable);
this.gbxCondition.Controls.Add(this.txtMOULDGOODSCODE);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.lblGoodsCode);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(1128, 56);
this.gbxCondition.TabIndex = 23;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// mouldNameLabel
//
this.mouldNameLabel.AutoSize = true;
this.mouldNameLabel.BackColor = System.Drawing.SystemColors.Control;
this.mouldNameLabel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mouldNameLabel.ForeColor = System.Drawing.SystemColors.ControlText;
this.mouldNameLabel.Location = new System.Drawing.Point(414, 24);
this.mouldNameLabel.Name = "mouldNameLabel";
this.mouldNameLabel.Size = new System.Drawing.Size(53, 12);
this.mouldNameLabel.TabIndex = 89;
this.mouldNameLabel.Text = "模具名称";
//
// mouldName
//
this.mouldName.BackColor = System.Drawing.SystemColors.Window;
this.mouldName.BackgroundColor = System.Drawing.SystemColors.Window;
this.mouldName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.mouldName.ErrorMessage = "";
this.mouldName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mouldName.ImeMode = System.Windows.Forms.ImeMode.Off;
this.mouldName.Location = new System.Drawing.Point(473, 20);
this.mouldName.MaxLength = 50;
this.mouldName.Name = "mouldName";
this.mouldName.Size = new System.Drawing.Size(120, 21);
this.mouldName.TabIndex = 88;
//
// goodscodetxt
//
this.goodscodetxt.BackColor = System.Drawing.SystemColors.Window;
this.goodscodetxt.BackgroundColor = System.Drawing.SystemColors.Window;
this.goodscodetxt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.goodscodetxt.ErrorMessage = "";
this.goodscodetxt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.goodscodetxt.ImeMode = System.Windows.Forms.ImeMode.Off;
this.goodscodetxt.Location = new System.Drawing.Point(77, 20);
this.goodscodetxt.MaxLength = 50;
this.goodscodetxt.Name = "goodscodetxt";
this.goodscodetxt.Size = new System.Drawing.Size(120, 21);
this.goodscodetxt.TabIndex = 87;
//
// mouldLable
//
this.mouldLable.AutoSize = true;
this.mouldLable.BackColor = System.Drawing.SystemColors.Control;
this.mouldLable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mouldLable.ForeColor = System.Drawing.SystemColors.ControlText;
this.mouldLable.Location = new System.Drawing.Point(215, 24);
this.mouldLable.Name = "mouldLable";
this.mouldLable.Size = new System.Drawing.Size(53, 12);
this.mouldLable.TabIndex = 19;
this.mouldLable.Text = "模具代码";
//
// txtMOULDGOODSCODE
//
this.txtMOULDGOODSCODE.BackColor = System.Drawing.SystemColors.Window;
this.txtMOULDGOODSCODE.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtMOULDGOODSCODE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtMOULDGOODSCODE.ErrorMessage = "";
this.txtMOULDGOODSCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMOULDGOODSCODE.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtMOULDGOODSCODE.Location = new System.Drawing.Point(274, 20);
this.txtMOULDGOODSCODE.MaxLength = 50;
this.txtMOULDGOODSCODE.Name = "txtMOULDGOODSCODE";
this.txtMOULDGOODSCODE.Size = new System.Drawing.Size(120, 21);
this.txtMOULDGOODSCODE.TabIndex = 18;
//
// dgvGoosKingdeecode
//
this.dgvGoosKingdeecode.AllowUserToAddRows = false;
this.dgvGoosKingdeecode.AllowUserToDeleteRows = false;
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.GoodsName,
this.MOULDGOODSCODE,
this.MOULDNAMES,
this.guid});
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(1122, 404);
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;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GOODSNAME";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
//
// MOULDGOODSCODE
//
this.MOULDGOODSCODE.DataPropertyName = "MOULDGOODSCODE";
this.MOULDGOODSCODE.HeaderText = "模具代码";
this.MOULDGOODSCODE.Name = "MOULDGOODSCODE";
this.MOULDGOODSCODE.ReadOnly = true;
//
// MOULDNAMES
//
this.MOULDNAMES.DataPropertyName = "MOULDNAME";
this.MOULDNAMES.HeaderText = "模具名称";
this.MOULDNAMES.Name = "MOULDNAMES";
this.MOULDNAMES.ReadOnly = true;
//
// guid
//
this.guid.DataPropertyName = "GUID";
this.guid.HeaderText = "guid";
this.guid.Name = "guid";
this.guid.ReadOnly = true;
this.guid.Visible = false;
//
// F_MST_1401
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1128, 516);
this.Controls.Add(this.dgvGoosKingdeecode);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_MST_1401";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "模具产品对应";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1401_FormClosed);
this.Load += new System.EventHandler(this.F_MST_1401_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_Label lblGoodsCode;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_GroupBox gbxCondition;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private Basics.BaseControls.C_DataGridView dgvGoosKingdeecode;
private Basics.BaseControls.C_Label mouldLable;
private Basics.BaseControls.C_TextBox txtMOULDGOODSCODE;
private System.Windows.Forms.ToolStripButton delBtn;
private Basics.BaseControls.C_TextBox goodscodetxt;
private Basics.BaseControls.C_Label mouldNameLabel;
private Basics.BaseControls.C_TextBox mouldName;
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn MOULDGOODSCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MOULDNAMES;
private System.Windows.Forms.DataGridViewTextBoxColumn guid;
}
}