namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
{
partial class F_SelectGoods
{
///
/// 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.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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SelectGoods));
this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GlazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MudQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GlazeQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProductionCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
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.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
this.gbxCondition.SuspendLayout();
this.SuspendLayout();
//
// dgvGoods
//
this.dgvGoods.AllowUserToAddRows = false;
this.dgvGoods.AllowUserToDeleteRows = false;
this.dgvGoods.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvGoods.Anchor = System.Windows.Forms.AnchorStyles.None;
this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvGoods.CellHeight = 23;
this.dgvGoods.ChildNodeColumnName = null;
this.dgvGoods.ChildNodeColumnText = null;
this.dgvGoods.ColumnDeep = 1;
this.dgvGoods.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.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Sel,
this.GoodsID,
this.GoodsCode,
this.GoodsName,
this.GoodsSpecification,
this.GoodsTypeName,
this.GoodsModel,
this.GlazeTypeName,
this.MudQuantity,
this.GlazeQuantity,
this.ProductionCycle,
this.Remarks});
this.dgvGoods.ColumnTreeView = null;
this.dgvGoods.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)));
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.dgvGoods.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvGoods.DynamicColumnName = "";
this.dgvGoods.EnableHeadersVisualStyles = false;
this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvGoods.FormatQuantityColumns = null;
this.dgvGoods.HorizontalMergeColumn = null;
this.dgvGoods.IsAutoCountSum = true;
this.dgvGoods.IsAutoResizeColumns = false;
this.dgvGoods.IsClickF12 = false;
this.dgvGoods.IsOpenMergeCellFlag = false;
this.dgvGoods.IsSubTotalFlag = false;
this.dgvGoods.IsTopDeep = false;
this.dgvGoods.Location = new System.Drawing.Point(12, 101);
this.dgvGoods.MergeColumnNames = null;
this.dgvGoods.MergeDetailColumnNames = null;
this.dgvGoods.MergeDetailOnlyColumn = null;
this.dgvGoods.MergeOnlyColumn = null;
this.dgvGoods.Name = "dgvGoods";
this.dgvGoods.ReadOnly = true;
this.dgvGoods.RefreshAtHscroll = false;
this.dgvGoods.RowHeadersWidth = 50;
this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvGoods.RowTemplate.Height = 21;
this.dgvGoods.Size = new System.Drawing.Size(898, 226);
this.dgvGoods.SortOrderColumnName = null;
this.dgvGoods.TabIndex = 56;
this.dgvGoods.Tag = true;
this.dgvGoods.TotalSumColumns = null;
this.dgvGoods.ViewRowFilter = "";
this.dgvGoods.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellClick);
//
// Sel
//
this.Sel.DataPropertyName = "Sel";
this.Sel.FalseValue = "0";
this.Sel.FillWeight = 50F;
this.Sel.HeaderText = "选择";
this.Sel.IndeterminateValue = "0";
this.Sel.Name = "Sel";
this.Sel.ReadOnly = true;
this.Sel.TrueValue = "1";
this.Sel.Width = 50;
//
// GoodsID
//
this.GoodsID.DataPropertyName = "GoodsID";
this.GoodsID.HeaderText = "GoodsID";
this.GoodsID.Name = "GoodsID";
this.GoodsID.ReadOnly = true;
this.GoodsID.Visible = false;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
this.GoodsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.GoodsCode.Width = 70;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GoodsName";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
this.GoodsName.Width = 70;
//
// GoodsSpecification
//
this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
this.GoodsSpecification.HeaderText = "产品规格";
this.GoodsSpecification.Name = "GoodsSpecification";
this.GoodsSpecification.ReadOnly = true;
this.GoodsSpecification.Width = 60;
//
// GoodsTypeName
//
this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
this.GoodsTypeName.HeaderText = "产品类别";
this.GoodsTypeName.Name = "GoodsTypeName";
this.GoodsTypeName.ReadOnly = true;
this.GoodsTypeName.Width = 60;
//
// GoodsModel
//
this.GoodsModel.DataPropertyName = "GoodsModel";
this.GoodsModel.HeaderText = "产品型号";
this.GoodsModel.Name = "GoodsModel";
this.GoodsModel.ReadOnly = true;
this.GoodsModel.Width = 60;
//
// GlazeTypeName
//
this.GlazeTypeName.DataPropertyName = "GlazeTypeName";
this.GlazeTypeName.HeaderText = "釉料类别";
this.GlazeTypeName.Name = "GlazeTypeName";
this.GlazeTypeName.ReadOnly = true;
this.GlazeTypeName.Width = 60;
//
// MudQuantity
//
this.MudQuantity.DataPropertyName = "MudQuantity";
this.MudQuantity.HeaderText = "泥浆用量";
this.MudQuantity.Name = "MudQuantity";
this.MudQuantity.ReadOnly = true;
this.MudQuantity.Width = 60;
//
// GlazeQuantity
//
this.GlazeQuantity.DataPropertyName = "GlazeQuantity";
this.GlazeQuantity.HeaderText = "釉浆用量";
this.GlazeQuantity.Name = "GlazeQuantity";
this.GlazeQuantity.ReadOnly = true;
//
// ProductionCycle
//
this.ProductionCycle.DataPropertyName = "ProductionCycle";
this.ProductionCycle.HeaderText = "生产周期";
this.ProductionCycle.Name = "ProductionCycle";
this.ProductionCycle.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
//
// gbxCondition
//
this.gbxCondition.Anchor = System.Windows.Forms.AnchorStyles.None;
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.lblGoodsType);
this.gbxCondition.Controls.Add(this.scbGoodsType);
this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.txtGoodsSpecification);
this.gbxCondition.Controls.Add(this.lblGoodsSpecification);
this.gbxCondition.Controls.Add(this.txtGoodsName);
this.gbxCondition.Controls.Add(this.lblGoodsName);
this.gbxCondition.Controls.Add(this.txtGoodsCode);
this.gbxCondition.Controls.Add(this.txtGoodsModel);
this.gbxCondition.Controls.Add(this.c_Label2);
this.gbxCondition.Controls.Add(this.c_Label1);
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(12, 12);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(898, 83);
this.gbxCondition.TabIndex = 57;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// ddlGlazeTypeID
//
this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ddlGlazeTypeID.FormattingEnabled = true;
this.ddlGlazeTypeID.Location = new System.Drawing.Point(461, 48);
this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
this.ddlGlazeTypeID.Size = new System.Drawing.Size(133, 20);
this.ddlGlazeTypeID.TabIndex = 9;
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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(807, 47);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 5;
this.btnClearCondition.Text = "清空条件";
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.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(716, 47);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 4;
this.btnSearch.Text = "查询";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txtGoodsSpecification
//
this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsSpecification.ErrorMessage = "";
this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsSpecification.Location = new System.Drawing.Point(461, 20);
this.txtGoodsSpecification.MaxLength = 50;
this.txtGoodsSpecification.Name = "txtGoodsSpecification";
this.txtGoodsSpecification.Size = new System.Drawing.Size(133, 21);
this.txtGoodsSpecification.TabIndex = 1;
//
// lblGoodsSpecification
//
this.lblGoodsSpecification.AutoSize = true;
this.lblGoodsSpecification.BackColor = System.Drawing.Color.Transparent;
this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsSpecification.Location = new System.Drawing.Point(402, 23);
this.lblGoodsSpecification.Name = "lblGoodsSpecification";
this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
this.lblGoodsSpecification.TabIndex = 0;
this.lblGoodsSpecification.Text = "产品规格";
//
// txtGoodsName
//
this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsName.ErrorMessage = "";
this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsName.Location = new System.Drawing.Point(263, 20);
this.txtGoodsName.MaxLength = 20;
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Size = new System.Drawing.Size(133, 21);
this.txtGoodsName.TabIndex = 1;
//
// lblGoodsName
//
this.lblGoodsName.AutoSize = true;
this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsName.Location = new System.Drawing.Point(204, 23);
this.lblGoodsName.Name = "lblGoodsName";
this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
this.lblGoodsName.TabIndex = 0;
this.lblGoodsName.Text = "产品名称";
//
// txtGoodsCode
//
this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGoodsCode.ErrorMessage = "";
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsCode.Location = new System.Drawing.Point(65, 20);
this.txtGoodsCode.MaxLength = 10;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
this.txtGoodsCode.TabIndex = 1;
//
// txtGoodsModel
//
this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsModel.ErrorMessage = "";
this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsModel.Location = new System.Drawing.Point(263, 47);
this.txtGoodsModel.MaxLength = 10;
this.txtGoodsModel.Name = "txtGoodsModel";
this.txtGoodsModel.Size = new System.Drawing.Size(133, 21);
this.txtGoodsModel.TabIndex = 1;
//
// c_Label2
//
this.c_Label2.AutoSize = true;
this.c_Label2.BackColor = System.Drawing.Color.Transparent;
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(402, 50);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(53, 12);
this.c_Label2.TabIndex = 0;
this.c_Label2.Text = "釉料类别";
//
// 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(204, 50);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 0;
this.c_Label1.Text = "产品型号";
//
// lblGoodsCode
//
this.lblGoodsCode.AutoSize = true;
this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
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(6, 23);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 0;
this.lblGoodsCode.Text = "产品编码";
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(734, 333);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = false;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(825, 333);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = false;
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, 333);
this.chkChooseAll.Name = "chkChooseAll";
this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
this.chkChooseAll.TabIndex = 58;
this.chkChooseAll.Text = "全选";
this.chkChooseAll.UseVisualStyleBackColor = false;
this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
//
// lblGoodsType
//
this.lblGoodsType.AutoSize = true;
this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsType.Location = new System.Drawing.Point(6, 51);
this.lblGoodsType.Name = "lblGoodsType";
this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
this.lblGoodsType.TabIndex = 23;
this.lblGoodsType.Text = "产品类别";
//
// scbGoodsType
//
this.scbGoodsType.CheckedData = null;
this.scbGoodsType.IsOnlyDisplayEnd = false;
this.scbGoodsType.Location = new System.Drawing.Point(65, 47);
this.scbGoodsType.MultiSelect = false;
this.scbGoodsType.Name = "scbGoodsType";
this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
this.scbGoodsType.TabIndex = 22;
//
// F_SelectGoods
//
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(922, 391);
this.Controls.Add(this.chkChooseAll);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.dgvGoods);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_SelectGoods";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "选择产品";
this.Load += new System.EventHandler(this.SelectProduct_Load);
this.Controls.SetChildIndex(this.dgvGoods, 0);
this.Controls.SetChildIndex(this.gbxCondition, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.chkChooseAll, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvGoods;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_TextBox txtGoodsName;
private Basics.BaseControls.C_Label lblGoodsName;
private Basics.BaseControls.C_Label lblGoodsCode;
private Basics.BaseControls.C_TextBox txtGoodsSpecification;
private Basics.BaseControls.C_Label lblGoodsSpecification;
private Basics.BaseControls.C_TextBox txtGoodsModel;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_Label c_Label2;
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 Basics.BaseControls.C_ComboBox ddlGlazeTypeID;
private Basics.BaseControls.C_TextBox txtGoodsCode;
private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
private System.Windows.Forms.DataGridViewTextBoxColumn GlazeTypeName;
private System.Windows.Forms.DataGridViewTextBoxColumn MudQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn GlazeQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn ProductionCycle;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private Basics.BaseControls.C_Label lblGoodsType;
private SearchBox.ScbGoodsType scbGoodsType;
}
}