namespace Stone.WinModule.BasicData { partial class frmEmpDetail { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.txtName = new System.Windows.Forms.TextBox(); this.txtCode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtMemo = new System.Windows.Forms.TextBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.txtDepCode = new Stone.WinModule.MyControl.MySelectTextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(35, 188); // // btnClose // this.btnClose.Location = new System.Drawing.Point(246, 188); // // btnOK // this.btnOK.Location = new System.Drawing.Point(159, 188); // // txtName // this.txtName.Location = new System.Drawing.Point(105, 102); this.txtName.MaxLength = 50; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(222, 21); this.txtName.TabIndex = 1; // // txtCode // this.txtCode.Location = new System.Drawing.Point(105, 73); this.txtCode.MaxLength = 2; this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(222, 21); this.txtCode.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(59, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 181; this.label2.Text = "名称:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(59, 77); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 180; this.label1.Text = "编号:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(60, 135); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 217; this.label7.Text = "备注:"; // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(105, 131); this.txtMemo.MaxLength = 50; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(222, 21); this.txtMemo.TabIndex = 9; // // openFileDialog1 // this.openFileDialog1.DefaultExt = "*.btw"; this.openFileDialog1.Filter = "BT文件(*.btw)|*.btw"; // // txtDepCode // this.txtDepCode.Location = new System.Drawing.Point(105, 44); this.txtDepCode.Name = "txtDepCode"; this.txtDepCode.ReadOnly = false; this.txtDepCode.Size = new System.Drawing.Size(222, 21); this.txtDepCode.TabIndex = 218; this.txtDepCode.OnSelectClick += new System.EventHandler(this.txtDepCode_OnSelectClick); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(59, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 219; this.label3.Text = "部门:"; // // frmEmpDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(383, 264); this.Controls.Add(this.label3); this.Controls.Add(this.txtDepCode); this.Controls.Add(this.label7); this.Controls.Add(this.txtMemo); this.Controls.Add(this.txtCode); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.txtName); this.Name = "frmEmpDetail"; this.Load += new System.EventHandler(this.frmColorDetail_Load); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.txtName, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnAddNewLine, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCode, 0); this.Controls.SetChildIndex(this.txtMemo, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtDepCode, 0); this.Controls.SetChildIndex(this.label3, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtMemo; private System.Windows.Forms.OpenFileDialog openFileDialog1; private MyControl.MySelectTextBox txtDepCode; private System.Windows.Forms.Label label3; } }