AddDriver.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. 
  2. namespace Transportation
  3. {
  4. partial class AddDriver
  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.label2 = new System.Windows.Forms.Label();
  30. this.SurnameDriverTB = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.NameDriverTB = new System.Windows.Forms.TextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.MidnameDriverTB = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.NumberPassportDriverMTB = new System.Windows.Forms.MaskedTextBox();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.ExecutorsCB = new System.Windows.Forms.ComboBox();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.CodePassportDriverMTB = new System.Windows.Forms.MaskedTextBox();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.DatePassportDriverDTP = new System.Windows.Forms.DateTimePicker();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.PlacePassportDriverRTB = new System.Windows.Forms.RichTextBox();
  46. this.label10 = new System.Windows.Forms.Label();
  47. this.NumberDriverLicenseMTB = new System.Windows.Forms.MaskedTextBox();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.TelephoneDriverMTB = new System.Windows.Forms.MaskedTextBox();
  50. this.AddBTN = new System.Windows.Forms.Button();
  51. this.SuspendLayout();
  52. //
  53. // label2
  54. //
  55. this.label2.AutoSize = true;
  56. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.label2.Location = new System.Drawing.Point(12, 9);
  58. this.label2.Name = "label2";
  59. this.label2.Size = new System.Drawing.Size(241, 25);
  60. this.label2.TabIndex = 12;
  61. this.label2.Text = "Добавление водителя";
  62. //
  63. // SurnameDriverTB
  64. //
  65. this.SurnameDriverTB.Location = new System.Drawing.Point(90, 98);
  66. this.SurnameDriverTB.Name = "SurnameDriverTB";
  67. this.SurnameDriverTB.Size = new System.Drawing.Size(118, 22);
  68. this.SurnameDriverTB.TabIndex = 13;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(14, 101);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(70, 17);
  76. this.label1.TabIndex = 16;
  77. this.label1.Text = "Фамилия";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Location = new System.Drawing.Point(229, 101);
  83. this.label3.Name = "label3";
  84. this.label3.Size = new System.Drawing.Size(35, 17);
  85. this.label3.TabIndex = 18;
  86. this.label3.Text = "Имя";
  87. //
  88. // NameDriverTB
  89. //
  90. this.NameDriverTB.Location = new System.Drawing.Point(270, 98);
  91. this.NameDriverTB.Name = "NameDriverTB";
  92. this.NameDriverTB.Size = new System.Drawing.Size(118, 22);
  93. this.NameDriverTB.TabIndex = 17;
  94. //
  95. // label4
  96. //
  97. this.label4.AutoSize = true;
  98. this.label4.Location = new System.Drawing.Point(406, 101);
  99. this.label4.Name = "label4";
  100. this.label4.Size = new System.Drawing.Size(71, 17);
  101. this.label4.TabIndex = 20;
  102. this.label4.Text = "Отчество";
  103. //
  104. // MidnameDriverTB
  105. //
  106. this.MidnameDriverTB.Location = new System.Drawing.Point(483, 98);
  107. this.MidnameDriverTB.Name = "MidnameDriverTB";
  108. this.MidnameDriverTB.Size = new System.Drawing.Size(118, 22);
  109. this.MidnameDriverTB.TabIndex = 19;
  110. //
  111. // label5
  112. //
  113. this.label5.AutoSize = true;
  114. this.label5.Location = new System.Drawing.Point(16, 144);
  115. this.label5.Name = "label5";
  116. this.label5.Size = new System.Drawing.Size(161, 17);
  117. this.label5.TabIndex = 21;
  118. this.label5.Text = "Серия-номер паспорта";
  119. //
  120. // NumberPassportDriverMTB
  121. //
  122. this.NumberPassportDriverMTB.Location = new System.Drawing.Point(183, 141);
  123. this.NumberPassportDriverMTB.Mask = "00-00-000000";
  124. this.NumberPassportDriverMTB.Name = "NumberPassportDriverMTB";
  125. this.NumberPassportDriverMTB.Size = new System.Drawing.Size(89, 22);
  126. this.NumberPassportDriverMTB.TabIndex = 22;
  127. //
  128. // label6
  129. //
  130. this.label6.AutoSize = true;
  131. this.label6.Location = new System.Drawing.Point(14, 55);
  132. this.label6.Name = "label6";
  133. this.label6.Size = new System.Drawing.Size(95, 17);
  134. this.label6.TabIndex = 23;
  135. this.label6.Text = "Исполнитель";
  136. //
  137. // ExecutorsCB
  138. //
  139. this.ExecutorsCB.FormattingEnabled = true;
  140. this.ExecutorsCB.Location = new System.Drawing.Point(115, 52);
  141. this.ExecutorsCB.Name = "ExecutorsCB";
  142. this.ExecutorsCB.Size = new System.Drawing.Size(298, 24);
  143. this.ExecutorsCB.TabIndex = 24;
  144. //
  145. // label7
  146. //
  147. this.label7.AutoSize = true;
  148. this.label7.Location = new System.Drawing.Point(291, 144);
  149. this.label7.Name = "label7";
  150. this.label7.Size = new System.Drawing.Size(140, 17);
  151. this.label7.TabIndex = 25;
  152. this.label7.Text = "Код подразделения";
  153. //
  154. // CodePassportDriverMTB
  155. //
  156. this.CodePassportDriverMTB.Location = new System.Drawing.Point(437, 141);
  157. this.CodePassportDriverMTB.Mask = "000-000";
  158. this.CodePassportDriverMTB.Name = "CodePassportDriverMTB";
  159. this.CodePassportDriverMTB.Size = new System.Drawing.Size(59, 22);
  160. this.CodePassportDriverMTB.TabIndex = 26;
  161. //
  162. // label8
  163. //
  164. this.label8.AutoSize = true;
  165. this.label8.Location = new System.Drawing.Point(516, 144);
  166. this.label8.Name = "label8";
  167. this.label8.Size = new System.Drawing.Size(95, 17);
  168. this.label8.TabIndex = 27;
  169. this.label8.Text = "Дата выдачи";
  170. //
  171. // DatePassportDriverDTP
  172. //
  173. this.DatePassportDriverDTP.Location = new System.Drawing.Point(617, 141);
  174. this.DatePassportDriverDTP.Name = "DatePassportDriverDTP";
  175. this.DatePassportDriverDTP.Size = new System.Drawing.Size(166, 22);
  176. this.DatePassportDriverDTP.TabIndex = 28;
  177. this.DatePassportDriverDTP.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
  178. //
  179. // label9
  180. //
  181. this.label9.AutoSize = true;
  182. this.label9.Location = new System.Drawing.Point(16, 187);
  183. this.label9.Name = "label9";
  184. this.label9.Size = new System.Drawing.Size(102, 17);
  185. this.label9.TabIndex = 29;
  186. this.label9.Text = "Место выдачи";
  187. //
  188. // PlacePassportDriverRTB
  189. //
  190. this.PlacePassportDriverRTB.Location = new System.Drawing.Point(133, 187);
  191. this.PlacePassportDriverRTB.Name = "PlacePassportDriverRTB";
  192. this.PlacePassportDriverRTB.Size = new System.Drawing.Size(223, 113);
  193. this.PlacePassportDriverRTB.TabIndex = 30;
  194. this.PlacePassportDriverRTB.Text = "";
  195. //
  196. // label10
  197. //
  198. this.label10.AutoSize = true;
  199. this.label10.Location = new System.Drawing.Point(379, 187);
  200. this.label10.Name = "label10";
  201. this.label10.Size = new System.Drawing.Size(205, 17);
  202. this.label10.TabIndex = 31;
  203. this.label10.Text = "Водительское удостоверение";
  204. //
  205. // NumberDriverLicenseMTB
  206. //
  207. this.NumberDriverLicenseMTB.Location = new System.Drawing.Point(590, 184);
  208. this.NumberDriverLicenseMTB.Mask = "00-00-000000";
  209. this.NumberDriverLicenseMTB.Name = "NumberDriverLicenseMTB";
  210. this.NumberDriverLicenseMTB.Size = new System.Drawing.Size(89, 22);
  211. this.NumberDriverLicenseMTB.TabIndex = 32;
  212. //
  213. // label11
  214. //
  215. this.label11.AutoSize = true;
  216. this.label11.Location = new System.Drawing.Point(379, 228);
  217. this.label11.Name = "label11";
  218. this.label11.Size = new System.Drawing.Size(134, 17);
  219. this.label11.TabIndex = 33;
  220. this.label11.Text = "Телефон водителя";
  221. //
  222. // TelephoneDriverMTB
  223. //
  224. this.TelephoneDriverMTB.Location = new System.Drawing.Point(519, 225);
  225. this.TelephoneDriverMTB.Mask = "+7(000)-000-00-00";
  226. this.TelephoneDriverMTB.Name = "TelephoneDriverMTB";
  227. this.TelephoneDriverMTB.Size = new System.Drawing.Size(118, 22);
  228. this.TelephoneDriverMTB.TabIndex = 34;
  229. //
  230. // AddBTN
  231. //
  232. this.AddBTN.Location = new System.Drawing.Point(662, 289);
  233. this.AddBTN.Name = "AddBTN";
  234. this.AddBTN.Size = new System.Drawing.Size(101, 23);
  235. this.AddBTN.TabIndex = 35;
  236. this.AddBTN.Text = "Добавить";
  237. this.AddBTN.UseVisualStyleBackColor = true;
  238. this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
  239. //
  240. // AddDriver
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(794, 336);
  245. this.Controls.Add(this.AddBTN);
  246. this.Controls.Add(this.TelephoneDriverMTB);
  247. this.Controls.Add(this.label11);
  248. this.Controls.Add(this.NumberDriverLicenseMTB);
  249. this.Controls.Add(this.label10);
  250. this.Controls.Add(this.PlacePassportDriverRTB);
  251. this.Controls.Add(this.label9);
  252. this.Controls.Add(this.DatePassportDriverDTP);
  253. this.Controls.Add(this.label8);
  254. this.Controls.Add(this.CodePassportDriverMTB);
  255. this.Controls.Add(this.label7);
  256. this.Controls.Add(this.ExecutorsCB);
  257. this.Controls.Add(this.label6);
  258. this.Controls.Add(this.NumberPassportDriverMTB);
  259. this.Controls.Add(this.label5);
  260. this.Controls.Add(this.label4);
  261. this.Controls.Add(this.MidnameDriverTB);
  262. this.Controls.Add(this.label3);
  263. this.Controls.Add(this.NameDriverTB);
  264. this.Controls.Add(this.label1);
  265. this.Controls.Add(this.SurnameDriverTB);
  266. this.Controls.Add(this.label2);
  267. this.MaximizeBox = false;
  268. this.MaximumSize = new System.Drawing.Size(812, 383);
  269. this.MinimizeBox = false;
  270. this.MinimumSize = new System.Drawing.Size(812, 383);
  271. this.Name = "AddDriver";
  272. this.Text = "Добавление водителя";
  273. this.Load += new System.EventHandler(this.AddDriver_Load);
  274. this.ResumeLayout(false);
  275. this.PerformLayout();
  276. }
  277. #endregion
  278. private System.Windows.Forms.Label label2;
  279. private System.Windows.Forms.TextBox SurnameDriverTB;
  280. private System.Windows.Forms.Label label1;
  281. private System.Windows.Forms.Label label3;
  282. private System.Windows.Forms.TextBox NameDriverTB;
  283. private System.Windows.Forms.Label label4;
  284. private System.Windows.Forms.TextBox MidnameDriverTB;
  285. private System.Windows.Forms.Label label5;
  286. private System.Windows.Forms.MaskedTextBox NumberPassportDriverMTB;
  287. private System.Windows.Forms.Label label6;
  288. private System.Windows.Forms.ComboBox ExecutorsCB;
  289. private System.Windows.Forms.Label label7;
  290. private System.Windows.Forms.MaskedTextBox CodePassportDriverMTB;
  291. private System.Windows.Forms.Label label8;
  292. private System.Windows.Forms.DateTimePicker DatePassportDriverDTP;
  293. private System.Windows.Forms.Label label9;
  294. private System.Windows.Forms.RichTextBox PlacePassportDriverRTB;
  295. private System.Windows.Forms.Label label10;
  296. private System.Windows.Forms.MaskedTextBox NumberDriverLicenseMTB;
  297. private System.Windows.Forms.Label label11;
  298. private System.Windows.Forms.MaskedTextBox TelephoneDriverMTB;
  299. private System.Windows.Forms.Button AddBTN;
  300. }
  301. }