AddLogistician.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. 
  2. namespace Transportation
  3. {
  4. partial class AddLogistician
  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.TelephoneLogisticianMTB = new System.Windows.Forms.MaskedTextBox();
  30. this.label11 = new System.Windows.Forms.Label();
  31. this.PlacePassportLogisticianRTB = new System.Windows.Forms.RichTextBox();
  32. this.label9 = new System.Windows.Forms.Label();
  33. this.DatePassportLogisticianDTP = new System.Windows.Forms.DateTimePicker();
  34. this.label8 = new System.Windows.Forms.Label();
  35. this.CodePassportLogisticianMTB = new System.Windows.Forms.MaskedTextBox();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.NumberPassportLogisticianMTB = new System.Windows.Forms.MaskedTextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.MidnameLogisticianTB = new System.Windows.Forms.TextBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.NameLogisticianTB = new System.Windows.Forms.TextBox();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.SurnameLogisticianTB = new System.Windows.Forms.TextBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.AddBTN = new System.Windows.Forms.Button();
  47. this.SuspendLayout();
  48. //
  49. // TelephoneLogisticianMTB
  50. //
  51. this.TelephoneLogisticianMTB.Location = new System.Drawing.Point(518, 135);
  52. this.TelephoneLogisticianMTB.Mask = "+7(000)-000-00-00";
  53. this.TelephoneLogisticianMTB.Name = "TelephoneLogisticianMTB";
  54. this.TelephoneLogisticianMTB.Size = new System.Drawing.Size(118, 22);
  55. this.TelephoneLogisticianMTB.TabIndex = 53;
  56. //
  57. // label11
  58. //
  59. this.label11.AutoSize = true;
  60. this.label11.Location = new System.Drawing.Point(378, 138);
  61. this.label11.Name = "label11";
  62. this.label11.Size = new System.Drawing.Size(123, 17);
  63. this.label11.TabIndex = 52;
  64. this.label11.Text = "Телефон логиста";
  65. //
  66. // PlacePassportLogisticianRTB
  67. //
  68. this.PlacePassportLogisticianRTB.Location = new System.Drawing.Point(134, 138);
  69. this.PlacePassportLogisticianRTB.Name = "PlacePassportLogisticianRTB";
  70. this.PlacePassportLogisticianRTB.Size = new System.Drawing.Size(223, 113);
  71. this.PlacePassportLogisticianRTB.TabIndex = 51;
  72. this.PlacePassportLogisticianRTB.Text = "";
  73. //
  74. // label9
  75. //
  76. this.label9.AutoSize = true;
  77. this.label9.Location = new System.Drawing.Point(17, 138);
  78. this.label9.Name = "label9";
  79. this.label9.Size = new System.Drawing.Size(102, 17);
  80. this.label9.TabIndex = 50;
  81. this.label9.Text = "Место выдачи";
  82. //
  83. // DatePassportLogisticianDTP
  84. //
  85. this.DatePassportLogisticianDTP.Location = new System.Drawing.Point(618, 92);
  86. this.DatePassportLogisticianDTP.Name = "DatePassportLogisticianDTP";
  87. this.DatePassportLogisticianDTP.Size = new System.Drawing.Size(166, 22);
  88. this.DatePassportLogisticianDTP.TabIndex = 49;
  89. this.DatePassportLogisticianDTP.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
  90. //
  91. // label8
  92. //
  93. this.label8.AutoSize = true;
  94. this.label8.Location = new System.Drawing.Point(517, 95);
  95. this.label8.Name = "label8";
  96. this.label8.Size = new System.Drawing.Size(95, 17);
  97. this.label8.TabIndex = 48;
  98. this.label8.Text = "Дата выдачи";
  99. //
  100. // CodePassportLogisticianMTB
  101. //
  102. this.CodePassportLogisticianMTB.Location = new System.Drawing.Point(438, 92);
  103. this.CodePassportLogisticianMTB.Mask = "000-000";
  104. this.CodePassportLogisticianMTB.Name = "CodePassportLogisticianMTB";
  105. this.CodePassportLogisticianMTB.Size = new System.Drawing.Size(59, 22);
  106. this.CodePassportLogisticianMTB.TabIndex = 47;
  107. //
  108. // label7
  109. //
  110. this.label7.AutoSize = true;
  111. this.label7.Location = new System.Drawing.Point(292, 95);
  112. this.label7.Name = "label7";
  113. this.label7.Size = new System.Drawing.Size(140, 17);
  114. this.label7.TabIndex = 46;
  115. this.label7.Text = "Код подразделения";
  116. //
  117. // NumberPassportLogisticianMTB
  118. //
  119. this.NumberPassportLogisticianMTB.Location = new System.Drawing.Point(184, 92);
  120. this.NumberPassportLogisticianMTB.Mask = "00-00-000000";
  121. this.NumberPassportLogisticianMTB.Name = "NumberPassportLogisticianMTB";
  122. this.NumberPassportLogisticianMTB.Size = new System.Drawing.Size(89, 22);
  123. this.NumberPassportLogisticianMTB.TabIndex = 43;
  124. //
  125. // label5
  126. //
  127. this.label5.AutoSize = true;
  128. this.label5.Location = new System.Drawing.Point(17, 95);
  129. this.label5.Name = "label5";
  130. this.label5.Size = new System.Drawing.Size(161, 17);
  131. this.label5.TabIndex = 42;
  132. this.label5.Text = "Серия-номер паспорта";
  133. //
  134. // label4
  135. //
  136. this.label4.AutoSize = true;
  137. this.label4.Location = new System.Drawing.Point(407, 52);
  138. this.label4.Name = "label4";
  139. this.label4.Size = new System.Drawing.Size(71, 17);
  140. this.label4.TabIndex = 41;
  141. this.label4.Text = "Отчество";
  142. //
  143. // MidnameLogisticianTB
  144. //
  145. this.MidnameLogisticianTB.Location = new System.Drawing.Point(484, 49);
  146. this.MidnameLogisticianTB.Name = "MidnameLogisticianTB";
  147. this.MidnameLogisticianTB.Size = new System.Drawing.Size(118, 22);
  148. this.MidnameLogisticianTB.TabIndex = 40;
  149. //
  150. // label3
  151. //
  152. this.label3.AutoSize = true;
  153. this.label3.Location = new System.Drawing.Point(230, 52);
  154. this.label3.Name = "label3";
  155. this.label3.Size = new System.Drawing.Size(35, 17);
  156. this.label3.TabIndex = 39;
  157. this.label3.Text = "Имя";
  158. //
  159. // NameLogisticianTB
  160. //
  161. this.NameLogisticianTB.Location = new System.Drawing.Point(271, 49);
  162. this.NameLogisticianTB.Name = "NameLogisticianTB";
  163. this.NameLogisticianTB.Size = new System.Drawing.Size(118, 22);
  164. this.NameLogisticianTB.TabIndex = 38;
  165. //
  166. // label1
  167. //
  168. this.label1.AutoSize = true;
  169. this.label1.Location = new System.Drawing.Point(15, 52);
  170. this.label1.Name = "label1";
  171. this.label1.Size = new System.Drawing.Size(70, 17);
  172. this.label1.TabIndex = 37;
  173. this.label1.Text = "Фамилия";
  174. //
  175. // SurnameLogisticianTB
  176. //
  177. this.SurnameLogisticianTB.Location = new System.Drawing.Point(91, 49);
  178. this.SurnameLogisticianTB.Name = "SurnameLogisticianTB";
  179. this.SurnameLogisticianTB.Size = new System.Drawing.Size(118, 22);
  180. this.SurnameLogisticianTB.TabIndex = 36;
  181. //
  182. // label2
  183. //
  184. this.label2.AutoSize = true;
  185. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  186. this.label2.Location = new System.Drawing.Point(12, 9);
  187. this.label2.Name = "label2";
  188. this.label2.Size = new System.Drawing.Size(224, 25);
  189. this.label2.TabIndex = 35;
  190. this.label2.Text = "Добавление логиста";
  191. //
  192. // AddBTN
  193. //
  194. this.AddBTN.Location = new System.Drawing.Point(654, 248);
  195. this.AddBTN.Name = "AddBTN";
  196. this.AddBTN.Size = new System.Drawing.Size(101, 23);
  197. this.AddBTN.TabIndex = 54;
  198. this.AddBTN.Text = "Добавить";
  199. this.AddBTN.UseVisualStyleBackColor = true;
  200. this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
  201. //
  202. // AddLogistician
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(794, 293);
  207. this.Controls.Add(this.AddBTN);
  208. this.Controls.Add(this.TelephoneLogisticianMTB);
  209. this.Controls.Add(this.label11);
  210. this.Controls.Add(this.PlacePassportLogisticianRTB);
  211. this.Controls.Add(this.label9);
  212. this.Controls.Add(this.DatePassportLogisticianDTP);
  213. this.Controls.Add(this.label8);
  214. this.Controls.Add(this.CodePassportLogisticianMTB);
  215. this.Controls.Add(this.label7);
  216. this.Controls.Add(this.NumberPassportLogisticianMTB);
  217. this.Controls.Add(this.label5);
  218. this.Controls.Add(this.label4);
  219. this.Controls.Add(this.MidnameLogisticianTB);
  220. this.Controls.Add(this.label3);
  221. this.Controls.Add(this.NameLogisticianTB);
  222. this.Controls.Add(this.label1);
  223. this.Controls.Add(this.SurnameLogisticianTB);
  224. this.Controls.Add(this.label2);
  225. this.MaximizeBox = false;
  226. this.MaximumSize = new System.Drawing.Size(812, 340);
  227. this.MinimizeBox = false;
  228. this.MinimumSize = new System.Drawing.Size(812, 340);
  229. this.Name = "AddLogistician";
  230. this.Text = "Добавление логиста";
  231. this.Load += new System.EventHandler(this.AddLogistician_Load);
  232. this.ResumeLayout(false);
  233. this.PerformLayout();
  234. }
  235. #endregion
  236. private System.Windows.Forms.MaskedTextBox TelephoneLogisticianMTB;
  237. private System.Windows.Forms.Label label11;
  238. private System.Windows.Forms.RichTextBox PlacePassportLogisticianRTB;
  239. private System.Windows.Forms.Label label9;
  240. private System.Windows.Forms.DateTimePicker DatePassportLogisticianDTP;
  241. private System.Windows.Forms.Label label8;
  242. private System.Windows.Forms.MaskedTextBox CodePassportLogisticianMTB;
  243. private System.Windows.Forms.Label label7;
  244. private System.Windows.Forms.MaskedTextBox NumberPassportLogisticianMTB;
  245. private System.Windows.Forms.Label label5;
  246. private System.Windows.Forms.Label label4;
  247. private System.Windows.Forms.TextBox MidnameLogisticianTB;
  248. private System.Windows.Forms.Label label3;
  249. private System.Windows.Forms.TextBox NameLogisticianTB;
  250. private System.Windows.Forms.Label label1;
  251. private System.Windows.Forms.TextBox SurnameLogisticianTB;
  252. private System.Windows.Forms.Label label2;
  253. private System.Windows.Forms.Button AddBTN;
  254. }
  255. }