namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
{
partial class F_SAPCode
{
///
/// 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.lblMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtMatnr = 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.lblMatnr);
this.grpQueryConditions.Controls.Add(this.lblGoodsCode);
this.grpQueryConditions.Controls.Add(this.txtMatnr);
this.grpQueryConditions.Controls.Add(this.txtGoodsCode);
//
// lblMatnr
//
this.lblMatnr.AccessibleRole = System.Windows.Forms.AccessibleRole.RowHeader;
this.lblMatnr.AutoSize = true;
this.lblMatnr.BackColor = System.Drawing.Color.Transparent;
this.lblMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMatnr.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblMatnr.Location = new System.Drawing.Point(6, 26);
this.lblMatnr.Name = "lblMatnr";
this.lblMatnr.Size = new System.Drawing.Size(53, 12);
this.lblMatnr.TabIndex = 38;
this.lblMatnr.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(181, 26);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 36;
this.lblGoodsCode.Text = "产品编码";
//
// txtMatnr
//
this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F);
this.txtMatnr.Location = new System.Drawing.Point(65, 22);
this.txtMatnr.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtMatnr.MaxLength = 20;
this.txtMatnr.Name = "txtMatnr";
this.txtMatnr.Size = new System.Drawing.Size(110, 21);
this.txtMatnr.TabIndex = 39;
//
// 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(240, 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(110, 21);
this.txtGoodsCode.TabIndex = 37;
//
// F_SAPCode
//
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_SAPCode";
this.Text = "SAP物料编码";
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 lblMatnr;
private Basics.BaseControls.C_Label lblGoodsCode;
private System.Windows.Forms.TextBox txtMatnr;
private System.Windows.Forms.TextBox txtGoodsCode;
}
}