namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1301
{
///
/// 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_1301));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
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.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
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.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
this.ddlLogoName = new Dongke.WinForm.Controls.FtcFilterComboBox();
this.scbGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
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.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(1037, 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);
//
// 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(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
//
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(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
//
this.lblGlazeTypeID.AutoSize = true;
this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control;
this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGlazeTypeID.Location = new System.Drawing.Point(212, 24);
this.lblGlazeTypeID.Name = "lblGlazeTypeID";
this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
this.lblGlazeTypeID.TabIndex = 15;
this.lblGlazeTypeID.Text = "釉料类别";
//
// 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.scbGoodsCode);
this.gbxCondition.Controls.Add(this.ddlLogoName);
this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
this.gbxCondition.Controls.Add(this.c_Label2);
this.gbxCondition.Controls.Add(this.txtKingdeeCode);
this.gbxCondition.Controls.Add(this.c_Label1);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.lblGoodsCode);
this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
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(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;
//
// 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 = "商标";
//
// dgvGoosKingdeecode
//
this.dgvGoosKingdeecode.AllowUserToAddRows = false;
this.dgvGoosKingdeecode.AllowUserToDeleteRows = false;
this.dgvGoosKingdeecode.AllowUserToModifyRows = true;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGoosKingdeecode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
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;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvGoosKingdeecode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
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;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGoosKingdeecode.RowsDefaultCellStyle = dataGridViewCellStyle6;
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;
//
// ddlGlazeTypeID
//
this.ddlGlazeTypeID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ddlGlazeTypeID.FormattingEnabled = true;
this.ddlGlazeTypeID.Location = new System.Drawing.Point(271, 20);
this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
this.ddlGlazeTypeID.ShowMustInputAlert = false;
this.ddlGlazeTypeID.Size = new System.Drawing.Size(127, 20);
this.ddlGlazeTypeID.TabIndex = 85;
//
// ddlLogoName
//
this.ddlLogoName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ddlLogoName.FormattingEnabled = true;
this.ddlLogoName.Location = new System.Drawing.Point(444, 20);
this.ddlLogoName.Name = "ddlLogoName";
this.ddlLogoName.ShowMustInputAlert = false;
this.ddlLogoName.Size = new System.Drawing.Size(130, 20);
this.ddlLogoName.TabIndex = 86;
//
// scbGoodsCode
//
this.scbGoodsCode.CheckedData = null;
this.scbGoodsCode.Location = new System.Drawing.Point(75, 20);
this.scbGoodsCode.Name = "scbGoodsCode";
this.scbGoodsCode.Size = new System.Drawing.Size(130, 21);
this.scbGoodsCode.TabIndex = 87;
//
// 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";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "金蝶代码对应";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed);
this.Load += new System.EventHandler(this.F_MST_1301_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_Label lblGlazeTypeID;
private Basics.BaseControls.C_GroupBox gbxCondition;
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.C_Label c_Label1;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_TextBox txtKingdeeCode;
private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
private WinForm.Controls.FtcFilterComboBox ddlLogoName;
private Controls.SearchBox.ScbGoods scbGoodsCode;
}
}