123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
-
- namespace Transportation
- {
- partial class AddExecutor
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- 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.AddBTN = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // 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 = 27;
- 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 = 26;
- //
- // 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 = 25;
- 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 = 24;
- //
- // 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 = 23;
- 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 = 22;
- //
- // 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(277, 25);
- this.label2.TabIndex = 21;
- this.label2.Text = "Добавление исполнителя";
- //
- // AddBTN
- //
- this.AddBTN.Location = new System.Drawing.Point(511, 103);
- this.AddBTN.Name = "AddBTN";
- this.AddBTN.Size = new System.Drawing.Size(101, 23);
- this.AddBTN.TabIndex = 36;
- this.AddBTN.Text = "Добавить";
- this.AddBTN.UseVisualStyleBackColor = true;
- this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
- //
- // AddExecutor
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(643, 142);
- this.Controls.Add(this.AddBTN);
- 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, 189);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(661, 189);
- this.Name = "AddExecutor";
- this.Text = "Добавление исполнителя";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- 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;
- private System.Windows.Forms.Button AddBTN;
- }
- }
|