namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
{
partial class F_User
{
///
/// 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.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtUserName = new System.Windows.Forms.TextBox();
this.txtUserCode = 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.lblUserName);
this.grpQueryConditions.Controls.Add(this.lblUserCode);
this.grpQueryConditions.Controls.Add(this.txtUserName);
this.grpQueryConditions.Controls.Add(this.txtUserCode);
//
// lblUserName
//
this.lblUserName.AutoSize = true;
this.lblUserName.BackColor = System.Drawing.Color.Transparent;
this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUserName.Location = new System.Drawing.Point(193, 26);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(53, 12);
this.lblUserName.TabIndex = 6;
this.lblUserName.Text = "用户名称";
//
// 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.Location = new System.Drawing.Point(6, 26);
this.lblUserCode.Name = "lblUserCode";
this.lblUserCode.Size = new System.Drawing.Size(53, 12);
this.lblUserCode.TabIndex = 4;
this.lblUserCode.Text = "用户编码";
//
// txtUserName
//
this.txtUserName.Font = new System.Drawing.Font("宋体", 9F);
this.txtUserName.Location = new System.Drawing.Point(252, 22);
this.txtUserName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtUserName.MaxLength = 20;
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(122, 21);
this.txtUserName.TabIndex = 7;
//
// txtUserCode
//
this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F);
this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtUserCode.Location = new System.Drawing.Point(65, 22);
this.txtUserCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtUserCode.MaxLength = 21;
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Size = new System.Drawing.Size(122, 21);
this.txtUserCode.TabIndex = 5;
//
// F_User
//
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_User";
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 lblUserName;
private Basics.BaseControls.C_Label lblUserCode;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.TextBox txtUserCode;
}
}