namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
{
partial class F_GroutingLine
{
///
/// 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_GroutingLine));
this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
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)));
this.btnCancel.Location = new System.Drawing.Point(461, 407);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(370, 407);
//
// grpQueryConditions
//
this.grpQueryConditions.Controls.Add(this.txtUserCode);
this.grpQueryConditions.Controls.Add(this.lblUserCode);
this.grpQueryConditions.Controls.Add(this.txtGroutingLineName);
this.grpQueryConditions.Controls.Add(this.lblGroutingLineName);
this.grpQueryConditions.Controls.Add(this.txtGroutingLineCode);
this.grpQueryConditions.Controls.Add(this.lblGroutingLineCode);
this.grpQueryConditions.Size = new System.Drawing.Size(534, 50);
//
// splSplitContainer
//
this.splSplitContainer.Size = new System.Drawing.Size(534, 305);
//
// pnlBack
//
this.pnlBack.Size = new System.Drawing.Size(558, 440);
//
// txtUserCode
//
this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtUserCode.ErrorMessage = "";
this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUserCode.Location = new System.Drawing.Point(419, 22);
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Size = new System.Drawing.Size(100, 21);
this.txtUserCode.TabIndex = 11;
//
// lblUserCode
//
this.lblUserCode.AutoSize = true;
this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
this.lblUserCode.Location = new System.Drawing.Point(360, 26);
this.lblUserCode.Name = "lblUserCode";
this.lblUserCode.Size = new System.Drawing.Size(53, 12);
this.lblUserCode.TabIndex = 10;
this.lblUserCode.Text = "成型工号";
//
// txtGroutingLineName
//
this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineName.ErrorMessage = "";
this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingLineName.Location = new System.Drawing.Point(254, 22);
this.txtGroutingLineName.Name = "txtGroutingLineName";
this.txtGroutingLineName.Size = new System.Drawing.Size(100, 21);
this.txtGroutingLineName.TabIndex = 9;
//
// lblGroutingLineName
//
this.lblGroutingLineName.AutoSize = true;
this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
this.lblGroutingLineName.Location = new System.Drawing.Point(183, 26);
this.lblGroutingLineName.Name = "lblGroutingLineName";
this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
this.lblGroutingLineName.TabIndex = 8;
this.lblGroutingLineName.Text = "成型线名称";
//
// txtGroutingLineCode
//
this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGroutingLineCode.ErrorMessage = "";
this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 22);
this.txtGroutingLineCode.Name = "txtGroutingLineCode";
this.txtGroutingLineCode.Size = new System.Drawing.Size(100, 21);
this.txtGroutingLineCode.TabIndex = 7;
//
// lblGroutingLineCode
//
this.lblGroutingLineCode.AutoSize = true;
this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 26);
this.lblGroutingLineCode.Name = "lblGroutingLineCode";
this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
this.lblGroutingLineCode.TabIndex = 6;
this.lblGroutingLineCode.Text = "成型线编码";
//
// F_GroutingLine
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(558, 462);
this.Name = "F_GroutingLine";
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_TextBox txtUserCode;
private Basics.BaseControls.C_Label lblUserCode;
private Basics.BaseControls.C_TextBox txtGroutingLineName;
private Basics.BaseControls.C_Label lblGroutingLineName;
private Basics.BaseControls.C_TextBox txtGroutingLineCode;
private Basics.BaseControls.C_Label lblGroutingLineCode;
}
}