namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1701
{
///
/// 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_1701));
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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsCode = new System.Windows.Forms.TextBox();
this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cbflagfalse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.cbflagtrue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvLayout = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LogoNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LOGOCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvLayout)).BeginInit();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
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.toolStripSeparator3,
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(897, 33);
this.tsrOperate.TabIndex = 2;
this.tsrOperate.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsrOperate_ItemClicked);
//
// 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);
//
// toolStripSeparator3
//
this.toolStripSeparator3.AutoSize = false;
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// 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);
//
// 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.cmbLogo);
this.gbxCondition.Controls.Add(this.c_Label1);
this.gbxCondition.Controls.Add(this.txtGoodsCode);
this.gbxCondition.Controls.Add(this.c_Label4);
this.gbxCondition.Controls.Add(this.cbflagfalse);
this.gbxCondition.Controls.Add(this.cbflagtrue);
this.gbxCondition.Controls.Add(this.c_Label3);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
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(12, 48);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(873, 57);
this.gbxCondition.TabIndex = 22;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// cmbLogo
//
this.cmbLogo.BackColor = System.Drawing.SystemColors.Window;
this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLogo.FormattingEnabled = true;
this.cmbLogo.Location = new System.Drawing.Point(77, 25);
this.cmbLogo.Name = "cmbLogo";
this.cmbLogo.Size = new System.Drawing.Size(304, 20);
this.cmbLogo.TabIndex = 24;
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
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(6, 29);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 23;
this.c_Label1.Text = "产品商标";
//
// txtGoodsCode
//
this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGoodsCode.Location = new System.Drawing.Point(446, 24);
this.txtGoodsCode.MaxLength = 20;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(97, 21);
this.txtGoodsCode.TabIndex = 22;
//
// c_Label4
//
this.c_Label4.AutoSize = true;
this.c_Label4.BackColor = System.Drawing.Color.Transparent;
this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label4.Location = new System.Drawing.Point(387, 31);
this.c_Label4.Name = "c_Label4";
this.c_Label4.Size = new System.Drawing.Size(53, 12);
this.c_Label4.TabIndex = 21;
this.c_Label4.Text = "产品编码";
//
// cbflagfalse
//
this.cbflagfalse.AutoSize = true;
this.cbflagfalse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbflagfalse.Location = new System.Drawing.Point(650, 27);
this.cbflagfalse.Name = "cbflagfalse";
this.cbflagfalse.Size = new System.Drawing.Size(36, 16);
this.cbflagfalse.TabIndex = 20;
this.cbflagfalse.Text = "否";
this.cbflagfalse.UseVisualStyleBackColor = true;
this.cbflagfalse.UseWaitCursor = true;
//
// cbflagtrue
//
this.cbflagtrue.AutoSize = true;
this.cbflagtrue.Checked = true;
this.cbflagtrue.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbflagtrue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbflagtrue.Location = new System.Drawing.Point(608, 27);
this.cbflagtrue.Name = "cbflagtrue";
this.cbflagtrue.Size = new System.Drawing.Size(36, 16);
this.cbflagtrue.TabIndex = 19;
this.cbflagtrue.Text = "是";
this.cbflagtrue.UseVisualStyleBackColor = true;
//
// c_Label3
//
this.c_Label3.AutoSize = true;
this.c_Label3.BackColor = System.Drawing.Color.Transparent;
this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label3.Location = new System.Drawing.Point(549, 27);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(53, 12);
this.c_Label3.TabIndex = 18;
this.c_Label3.Text = "有效标识";
//
// 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(778, 18);
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 = 10;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// 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(687, 18);
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 = 9;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dgvLayout
//
this.dgvLayout.AllowUserToAddRows = false;
this.dgvLayout.AllowUserToDeleteRows = false;
this.dgvLayout.AllowUserToModifyRows = true;
this.dgvLayout.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvLayout.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvLayout.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.dgvLayout.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvLayout.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvLayout.CellHeight = 23;
this.dgvLayout.ChildNodeColumnName = null;
this.dgvLayout.ChildNodeColumnText = null;
this.dgvLayout.ColumnDeep = 1;
this.dgvLayout.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.dgvLayout.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvLayout.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvLayout.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GOODSCODE,
this.GOODSNAME,
this.LogoNames,
this.LOGOCODE,
this.ValueFlag,
this.CREATETIME});
this.dgvLayout.ColumnTreeView = null;
this.dgvLayout.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.dgvLayout.DynamicColumnName = "";
this.dgvLayout.EnableHeadersVisualStyles = false;
this.dgvLayout.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvLayout.FormatQuantityColumns = null;
this.dgvLayout.HorizontalMergeColumn = null;
this.dgvLayout.IsAutoCountSum = true;
this.dgvLayout.IsAutoResizeColumns = false;
this.dgvLayout.IsClickF12 = false;
this.dgvLayout.IsOpenMergeCellFlag = false;
this.dgvLayout.IsSubTotalFlag = false;
this.dgvLayout.IsTopDeep = false;
this.dgvLayout.Location = new System.Drawing.Point(12, 111);
this.dgvLayout.MergeColumnNames = null;
this.dgvLayout.MergeDetailColumnNames = null;
this.dgvLayout.MergeDetailOnlyColumn = null;
this.dgvLayout.MergeOnlyColumn = null;
this.dgvLayout.MultiSelect = false;
this.dgvLayout.Name = "dgvLayout";
this.dgvLayout.ReadOnly = true;
this.dgvLayout.RefreshAtHscroll = false;
this.dgvLayout.RowHeadersWidth = 50;
this.dgvLayout.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvLayout.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvLayout.RowTemplate.Height = 21;
this.dgvLayout.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvLayout.Size = new System.Drawing.Size(873, 329);
this.dgvLayout.SortOrderColumnName = null;
this.dgvLayout.TabIndex = 24;
this.dgvLayout.Tag = true;
this.dgvLayout.TotalSumColumns = null;
this.dgvLayout.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;
//
// LogoNames
//
this.LogoNames.DataPropertyName = "LogoName";
this.LogoNames.HeaderText = "商标名称";
this.LogoNames.Name = "LogoNames";
this.LogoNames.ReadOnly = true;
//
// LOGOCODE
//
this.LOGOCODE.DataPropertyName = "LOGOCODE";
this.LOGOCODE.HeaderText = "商标编码";
this.LOGOCODE.Name = "LOGOCODE";
this.LOGOCODE.ReadOnly = true;
this.LOGOCODE.Visible = false;
//
// ValueFlag
//
this.ValueFlag.DataPropertyName = "ValueFlag";
this.ValueFlag.HeaderText = "有效标识";
this.ValueFlag.Name = "ValueFlag";
this.ValueFlag.ReadOnly = true;
//
// CREATETIME
//
this.CREATETIME.DataPropertyName = "CREATETIME";
this.CREATETIME.HeaderText = "创建时间";
this.CREATETIME.Name = "CREATETIME";
this.CREATETIME.ReadOnly = true;
//
// F_MST_1701
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(897, 496);
this.Controls.Add(this.dgvLayout);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_MST_1701";
this.Text = "F_MST_1701";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1701_FormClosed);
this.Load += new System.EventHandler(this.F_MST_1701_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvLayout)).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.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_DataGridView dgvLayout;
private Basics.BaseControls.C_CheckBox cbflagfalse;
private Basics.BaseControls.C_CheckBox cbflagtrue;
private Basics.BaseControls.C_Label c_Label3;
private System.Windows.Forms.TextBox txtGoodsCode;
private Basics.BaseControls.C_Label c_Label4;
private Basics.BaseControls.C_ComboBox cmbLogo;
private Basics.BaseControls.C_Label c_Label1;
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn LogoNames;
private System.Windows.Forms.DataGridViewTextBoxColumn LOGOCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
}
}