AddExecutor.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. 
  2. namespace Transportation
  3. {
  4. partial class AddExecutor
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.MidnameExecutorTB = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.NameExecutorTB = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.SurnameExecutorTB = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.AddBTN = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // label4
  40. //
  41. this.label4.AutoSize = true;
  42. this.label4.Location = new System.Drawing.Point(417, 59);
  43. this.label4.Name = "label4";
  44. this.label4.Size = new System.Drawing.Size(71, 17);
  45. this.label4.TabIndex = 27;
  46. this.label4.Text = "Отчество";
  47. //
  48. // MidnameExecutorTB
  49. //
  50. this.MidnameExecutorTB.Location = new System.Drawing.Point(494, 56);
  51. this.MidnameExecutorTB.Name = "MidnameExecutorTB";
  52. this.MidnameExecutorTB.Size = new System.Drawing.Size(118, 22);
  53. this.MidnameExecutorTB.TabIndex = 26;
  54. //
  55. // label3
  56. //
  57. this.label3.AutoSize = true;
  58. this.label3.Location = new System.Drawing.Point(233, 59);
  59. this.label3.Name = "label3";
  60. this.label3.Size = new System.Drawing.Size(35, 17);
  61. this.label3.TabIndex = 25;
  62. this.label3.Text = "Имя";
  63. //
  64. // NameExecutorTB
  65. //
  66. this.NameExecutorTB.Location = new System.Drawing.Point(274, 56);
  67. this.NameExecutorTB.Name = "NameExecutorTB";
  68. this.NameExecutorTB.Size = new System.Drawing.Size(118, 22);
  69. this.NameExecutorTB.TabIndex = 24;
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.Location = new System.Drawing.Point(14, 59);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(70, 17);
  77. this.label1.TabIndex = 23;
  78. this.label1.Text = "Фамилия";
  79. //
  80. // SurnameExecutorTB
  81. //
  82. this.SurnameExecutorTB.Location = new System.Drawing.Point(90, 56);
  83. this.SurnameExecutorTB.Name = "SurnameExecutorTB";
  84. this.SurnameExecutorTB.Size = new System.Drawing.Size(118, 22);
  85. this.SurnameExecutorTB.TabIndex = 22;
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.label2.Location = new System.Drawing.Point(12, 9);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(277, 25);
  94. this.label2.TabIndex = 21;
  95. this.label2.Text = "Добавление исполнителя";
  96. //
  97. // AddBTN
  98. //
  99. this.AddBTN.Location = new System.Drawing.Point(511, 103);
  100. this.AddBTN.Name = "AddBTN";
  101. this.AddBTN.Size = new System.Drawing.Size(101, 23);
  102. this.AddBTN.TabIndex = 36;
  103. this.AddBTN.Text = "Добавить";
  104. this.AddBTN.UseVisualStyleBackColor = true;
  105. this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
  106. //
  107. // AddExecutor
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(643, 142);
  112. this.Controls.Add(this.AddBTN);
  113. this.Controls.Add(this.label4);
  114. this.Controls.Add(this.MidnameExecutorTB);
  115. this.Controls.Add(this.label3);
  116. this.Controls.Add(this.NameExecutorTB);
  117. this.Controls.Add(this.label1);
  118. this.Controls.Add(this.SurnameExecutorTB);
  119. this.Controls.Add(this.label2);
  120. this.MaximizeBox = false;
  121. this.MaximumSize = new System.Drawing.Size(661, 189);
  122. this.MinimizeBox = false;
  123. this.MinimumSize = new System.Drawing.Size(661, 189);
  124. this.Name = "AddExecutor";
  125. this.Text = "Добавление исполнителя";
  126. this.ResumeLayout(false);
  127. this.PerformLayout();
  128. }
  129. #endregion
  130. private System.Windows.Forms.Label label4;
  131. private System.Windows.Forms.TextBox MidnameExecutorTB;
  132. private System.Windows.Forms.Label label3;
  133. private System.Windows.Forms.TextBox NameExecutorTB;
  134. private System.Windows.Forms.Label label1;
  135. private System.Windows.Forms.TextBox SurnameExecutorTB;
  136. private System.Windows.Forms.Label label2;
  137. private System.Windows.Forms.Button AddBTN;
  138. }
  139. }