namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
{
partial class F_Goods
{
///
/// 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()
{
this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsName = new System.Windows.Forms.TextBox();
this.txtGoodsCode = new System.Windows.Forms.TextBox();
this.grpQueryConditions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).BeginInit();
this.splSplitContainer.SuspendLayout();
this.pnlBack.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
//
// grpQueryConditions
//
this.grpQueryConditions.Controls.Add(this.lblGoodsName);
this.grpQueryConditions.Controls.Add(this.lblGoodsCode);
this.grpQueryConditions.Controls.Add(this.txtGoodsName);
this.grpQueryConditions.Controls.Add(this.txtGoodsCode);
//
// 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(193, 26);
this.lblGoodsName.Name = "lblGoodsName";
this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
this.lblGoodsName.TabIndex = 6;
this.lblGoodsName.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, 26);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 4;
this.lblGoodsCode.Text = "产品编码";
//
// txtGoodsName
//
this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F);
this.txtGoodsName.Location = new System.Drawing.Point(252, 22);
this.txtGoodsName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtGoodsName.MaxLength = 20;
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Size = new System.Drawing.Size(122, 21);
this.txtGoodsName.TabIndex = 7;
//
// txtGoodsCode
//
this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F);
this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGoodsCode.Location = new System.Drawing.Point(65, 22);
this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtGoodsCode.MaxLength = 21;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(122, 21);
this.txtGoodsCode.TabIndex = 5;
//
// F_Goods
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 462);
this.Name = "F_Goods";
this.Text = "产品档案";
this.grpQueryConditions.ResumeLayout(false);
this.grpQueryConditions.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).EndInit();
this.splSplitContainer.ResumeLayout(false);
this.pnlBack.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Label lblGoodsName;
private Basics.BaseControls.C_Label lblGoodsCode;
private System.Windows.Forms.TextBox txtGoodsName;
private System.Windows.Forms.TextBox txtGoodsCode;
}
}