131
this.EUS.MaxLength = 0;
this.EUS.Name = "EUS";
this.EUS.ReadOnly = true;
this.EUS.Size = new System.Drawing.Size(322, 20);
this.EUS.TabIndex = 16;
this.EUS.TabStop = false;
//
// lbUS
//
this.lbUS.Location = new System.Drawing.Point(35, 131);
this.lbUS.Margin = new System.Windows.Forms.Padding(3);
this.lbUS.Name = "lbUS";
this.lbUS.Size = new System.Drawing.Size(117, 34);
this.lbUS.TabIndex = 15;
this.lbUS.Text = "Материально ответственное лицо";
this.lbUS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btUS
//
this.btUS.Location = new System.Drawing.Point(484, 136);
this.btUS.Name = "btUS";
this.btUS.Size = new System.Drawing.Size(24, 24);
this.btUS.TabIndex = 17;
this.btUS.Text = "...";
this.btUS.UseVisualStyleBackColor = true;
this.btUS.Click += new System.EventHandler(this.btUS_Click);
//
// EMHKod
//
this.EMHKod.Location = new System.Drawing.Point(156, 78);
this.EMHKod.MaxLength = 10;
this.EMHKod.Name = "EMHKod";
this.EMHKod.Size = new System.Drawing.Size(104, 20);
this.EMHKod.TabIndex = 3;
this.EMHKod.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.EMHKod.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// lbMHK
//
this.lbMHK.Location = new System.Drawing.Point(36, 77);
this.lbMHK.Margin = new System.Windows.Forms.Padding(3);
this.lbMHK.Name = "lbMHK";
this.lbMHK.Size = new System.Drawing.Size(116, 21);
this.lbMHK.TabIndex = 19;
this.lbMHK.Text = "Код";
this.lbMHK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;