namespace Transportation { partial class UpdateExecutor { /// /// 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.UpdateBTN = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.MidnameExecutorTB = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.NameExecutorTB = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SurnameExecutorTB = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // UpdateBTN // this.UpdateBTN.Location = new System.Drawing.Point(511, 103); this.UpdateBTN.Name = "UpdateBTN"; this.UpdateBTN.Size = new System.Drawing.Size(101, 23); this.UpdateBTN.TabIndex = 44; this.UpdateBTN.Text = "Изменить"; this.UpdateBTN.UseVisualStyleBackColor = true; this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(417, 59); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 17); this.label4.TabIndex = 43; this.label4.Text = "Отчество"; // // MidnameExecutorTB // this.MidnameExecutorTB.Location = new System.Drawing.Point(494, 56); this.MidnameExecutorTB.Name = "MidnameExecutorTB"; this.MidnameExecutorTB.Size = new System.Drawing.Size(118, 22); this.MidnameExecutorTB.TabIndex = 42; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(233, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 17); this.label3.TabIndex = 41; this.label3.Text = "Имя"; // // NameExecutorTB // this.NameExecutorTB.Location = new System.Drawing.Point(274, 56); this.NameExecutorTB.Name = "NameExecutorTB"; this.NameExecutorTB.Size = new System.Drawing.Size(118, 22); this.NameExecutorTB.TabIndex = 40; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 17); this.label1.TabIndex = 39; this.label1.Text = "Фамилия"; // // SurnameExecutorTB // this.SurnameExecutorTB.Location = new System.Drawing.Point(90, 56); this.SurnameExecutorTB.Name = "SurnameExecutorTB"; this.SurnameExecutorTB.Size = new System.Drawing.Size(118, 22); this.SurnameExecutorTB.TabIndex = 38; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(12, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(257, 25); this.label2.TabIndex = 37; this.label2.Text = "Изменить исполнителя"; // // UpdateExecutor // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(643, 152); this.Controls.Add(this.UpdateBTN); this.Controls.Add(this.label4); this.Controls.Add(this.MidnameExecutorTB); this.Controls.Add(this.label3); this.Controls.Add(this.NameExecutorTB); this.Controls.Add(this.label1); this.Controls.Add(this.SurnameExecutorTB); this.Controls.Add(this.label2); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(661, 199); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(661, 199); this.Name = "UpdateExecutor"; this.Text = "Изменение исполнителя"; this.Load += new System.EventHandler(this.UpdateExecutor_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button UpdateBTN; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox MidnameExecutorTB; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox NameExecutorTB; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox SurnameExecutorTB; private System.Windows.Forms.Label label2; } }