UpdateRequest.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. 
  2. namespace Transportation
  3. {
  4. partial class UpdateRequest
  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.UpdateBTN = new System.Windows.Forms.Button();
  30. this.PaymentConditionsTB = new System.Windows.Forms.TextBox();
  31. this.label20 = new System.Windows.Forms.Label();
  32. this.PaymentTB = new System.Windows.Forms.TextBox();
  33. this.label19 = new System.Windows.Forms.Label();
  34. this.TransportationFormatDTP = new System.Windows.Forms.RichTextBox();
  35. this.label18 = new System.Windows.Forms.Label();
  36. this.RouteMileageTB = new System.Windows.Forms.TextBox();
  37. this.label17 = new System.Windows.Forms.Label();
  38. this.RoutePlaceTB = new System.Windows.Forms.TextBox();
  39. this.label16 = new System.Windows.Forms.Label();
  40. this.label15 = new System.Windows.Forms.Label();
  41. this.DateUnloadingDTP = new System.Windows.Forms.DateTimePicker();
  42. this.TransportationConditionsRTB = new System.Windows.Forms.RichTextBox();
  43. this.label14 = new System.Windows.Forms.Label();
  44. this.LogisticiansCB = new System.Windows.Forms.ComboBox();
  45. this.label13 = new System.Windows.Forms.Label();
  46. this.TelephoneConsigneeMTB = new System.Windows.Forms.MaskedTextBox();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.NameConsigneeTB = new System.Windows.Forms.TextBox();
  49. this.label11 = new System.Windows.Forms.Label();
  50. this.PlaceUnloadingRTP = new System.Windows.Forms.RichTextBox();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.NameCargoRTB = new System.Windows.Forms.RichTextBox();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.TelephoneShipperMTB = new System.Windows.Forms.MaskedTextBox();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.NameShipperTB = new System.Windows.Forms.TextBox();
  57. this.label7 = new System.Windows.Forms.Label();
  58. this.PlaceLoadingRTB = new System.Windows.Forms.RichTextBox();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.label4 = new System.Windows.Forms.Label();
  61. this.DateLoadingDTP = new System.Windows.Forms.DateTimePicker();
  62. this.VehiclesCB = new System.Windows.Forms.ComboBox();
  63. this.label3 = new System.Windows.Forms.Label();
  64. this.DriversCB = new System.Windows.Forms.ComboBox();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.ExecutorsCB = new System.Windows.Forms.ComboBox();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.label2 = new System.Windows.Forms.Label();
  69. this.SuspendLayout();
  70. //
  71. // UpdateBTN
  72. //
  73. this.UpdateBTN.Location = new System.Drawing.Point(1136, 481);
  74. this.UpdateBTN.Name = "UpdateBTN";
  75. this.UpdateBTN.Size = new System.Drawing.Size(101, 23);
  76. this.UpdateBTN.TabIndex = 103;
  77. this.UpdateBTN.Text = "Изменить";
  78. this.UpdateBTN.UseVisualStyleBackColor = true;
  79. this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click);
  80. //
  81. // PaymentConditionsTB
  82. //
  83. this.PaymentConditionsTB.Location = new System.Drawing.Point(939, 297);
  84. this.PaymentConditionsTB.Name = "PaymentConditionsTB";
  85. this.PaymentConditionsTB.Size = new System.Drawing.Size(261, 22);
  86. this.PaymentConditionsTB.TabIndex = 102;
  87. //
  88. // label20
  89. //
  90. this.label20.AutoSize = true;
  91. this.label20.Location = new System.Drawing.Point(936, 277);
  92. this.label20.Name = "label20";
  93. this.label20.Size = new System.Drawing.Size(116, 17);
  94. this.label20.TabIndex = 101;
  95. this.label20.Text = "Условия оплаты";
  96. //
  97. // PaymentTB
  98. //
  99. this.PaymentTB.Location = new System.Drawing.Point(939, 239);
  100. this.PaymentTB.Name = "PaymentTB";
  101. this.PaymentTB.Size = new System.Drawing.Size(261, 22);
  102. this.PaymentTB.TabIndex = 100;
  103. //
  104. // label19
  105. //
  106. this.label19.AutoSize = true;
  107. this.label19.Location = new System.Drawing.Point(936, 219);
  108. this.label19.Name = "label19";
  109. this.label19.Size = new System.Drawing.Size(58, 17);
  110. this.label19.TabIndex = 99;
  111. this.label19.Text = "Оплата";
  112. //
  113. // TransportationFormatDTP
  114. //
  115. this.TransportationFormatDTP.Location = new System.Drawing.Point(669, 239);
  116. this.TransportationFormatDTP.Name = "TransportationFormatDTP";
  117. this.TransportationFormatDTP.Size = new System.Drawing.Size(261, 80);
  118. this.TransportationFormatDTP.TabIndex = 98;
  119. this.TransportationFormatDTP.Text = "";
  120. //
  121. // label18
  122. //
  123. this.label18.AutoSize = true;
  124. this.label18.Location = new System.Drawing.Point(666, 219);
  125. this.label18.Name = "label18";
  126. this.label18.Size = new System.Drawing.Size(180, 17);
  127. this.label18.TabIndex = 97;
  128. this.label18.Text = "Формат транспортировки";
  129. //
  130. // RouteMileageTB
  131. //
  132. this.RouteMileageTB.Location = new System.Drawing.Point(939, 185);
  133. this.RouteMileageTB.Name = "RouteMileageTB";
  134. this.RouteMileageTB.Size = new System.Drawing.Size(261, 22);
  135. this.RouteMileageTB.TabIndex = 96;
  136. //
  137. // label17
  138. //
  139. this.label17.AutoSize = true;
  140. this.label17.Location = new System.Drawing.Point(936, 165);
  141. this.label17.Name = "label17";
  142. this.label17.Size = new System.Drawing.Size(133, 17);
  143. this.label17.TabIndex = 95;
  144. this.label17.Text = "Путь (километраж)";
  145. //
  146. // RoutePlaceTB
  147. //
  148. this.RoutePlaceTB.Location = new System.Drawing.Point(669, 185);
  149. this.RoutePlaceTB.Name = "RoutePlaceTB";
  150. this.RoutePlaceTB.Size = new System.Drawing.Size(261, 22);
  151. this.RoutePlaceTB.TabIndex = 94;
  152. //
  153. // label16
  154. //
  155. this.label16.AutoSize = true;
  156. this.label16.Location = new System.Drawing.Point(666, 165);
  157. this.label16.Name = "label16";
  158. this.label16.Size = new System.Drawing.Size(98, 17);
  159. this.label16.TabIndex = 93;
  160. this.label16.Text = "Путь (города)";
  161. //
  162. // label15
  163. //
  164. this.label15.AutoSize = true;
  165. this.label15.Location = new System.Drawing.Point(351, 111);
  166. this.label15.Name = "label15";
  167. this.label15.Size = new System.Drawing.Size(111, 17);
  168. this.label15.TabIndex = 92;
  169. this.label15.Text = "Дата разгрузки";
  170. //
  171. // DateUnloadingDTP
  172. //
  173. this.DateUnloadingDTP.Location = new System.Drawing.Point(354, 131);
  174. this.DateUnloadingDTP.Name = "DateUnloadingDTP";
  175. this.DateUnloadingDTP.Size = new System.Drawing.Size(200, 22);
  176. this.DateUnloadingDTP.TabIndex = 91;
  177. //
  178. // TransportationConditionsRTB
  179. //
  180. this.TransportationConditionsRTB.Location = new System.Drawing.Point(354, 406);
  181. this.TransportationConditionsRTB.Name = "TransportationConditionsRTB";
  182. this.TransportationConditionsRTB.Size = new System.Drawing.Size(283, 80);
  183. this.TransportationConditionsRTB.TabIndex = 90;
  184. this.TransportationConditionsRTB.Text = "";
  185. //
  186. // label14
  187. //
  188. this.label14.AutoSize = true;
  189. this.label14.Location = new System.Drawing.Point(351, 386);
  190. this.label14.Name = "label14";
  191. this.label14.Size = new System.Drawing.Size(182, 17);
  192. this.label14.TabIndex = 89;
  193. this.label14.Text = "Условия транспортировки";
  194. //
  195. // LogisticiansCB
  196. //
  197. this.LogisticiansCB.FormattingEnabled = true;
  198. this.LogisticiansCB.Location = new System.Drawing.Point(939, 73);
  199. this.LogisticiansCB.Name = "LogisticiansCB";
  200. this.LogisticiansCB.Size = new System.Drawing.Size(298, 24);
  201. this.LogisticiansCB.TabIndex = 88;
  202. //
  203. // label13
  204. //
  205. this.label13.AutoSize = true;
  206. this.label13.Location = new System.Drawing.Point(936, 53);
  207. this.label13.Name = "label13";
  208. this.label13.Size = new System.Drawing.Size(53, 17);
  209. this.label13.TabIndex = 87;
  210. this.label13.Text = "Логист";
  211. //
  212. // TelephoneConsigneeMTB
  213. //
  214. this.TelephoneConsigneeMTB.Location = new System.Drawing.Point(354, 352);
  215. this.TelephoneConsigneeMTB.Mask = "+7(999)-999-99-99";
  216. this.TelephoneConsigneeMTB.Name = "TelephoneConsigneeMTB";
  217. this.TelephoneConsigneeMTB.Size = new System.Drawing.Size(127, 22);
  218. this.TelephoneConsigneeMTB.TabIndex = 86;
  219. //
  220. // label12
  221. //
  222. this.label12.AutoSize = true;
  223. this.label12.Location = new System.Drawing.Point(351, 332);
  224. this.label12.Name = "label12";
  225. this.label12.Size = new System.Drawing.Size(185, 17);
  226. this.label12.TabIndex = 85;
  227. this.label12.Text = "Телефон грузополучателя";
  228. //
  229. // NameConsigneeTB
  230. //
  231. this.NameConsigneeTB.Location = new System.Drawing.Point(354, 297);
  232. this.NameConsigneeTB.Name = "NameConsigneeTB";
  233. this.NameConsigneeTB.Size = new System.Drawing.Size(283, 22);
  234. this.NameConsigneeTB.TabIndex = 84;
  235. //
  236. // label11
  237. //
  238. this.label11.AutoSize = true;
  239. this.label11.Location = new System.Drawing.Point(351, 277);
  240. this.label11.Name = "label11";
  241. this.label11.Size = new System.Drawing.Size(123, 17);
  242. this.label11.TabIndex = 83;
  243. this.label11.Text = "Грузополучатель";
  244. //
  245. // PlaceUnloadingRTP
  246. //
  247. this.PlaceUnloadingRTP.Location = new System.Drawing.Point(354, 185);
  248. this.PlaceUnloadingRTP.Name = "PlaceUnloadingRTP";
  249. this.PlaceUnloadingRTP.Size = new System.Drawing.Size(283, 80);
  250. this.PlaceUnloadingRTP.TabIndex = 82;
  251. this.PlaceUnloadingRTP.Text = "";
  252. //
  253. // label10
  254. //
  255. this.label10.AutoSize = true;
  256. this.label10.Location = new System.Drawing.Point(351, 165);
  257. this.label10.Name = "label10";
  258. this.label10.Size = new System.Drawing.Size(118, 17);
  259. this.label10.TabIndex = 81;
  260. this.label10.Text = "Место разгрузки";
  261. //
  262. // NameCargoRTB
  263. //
  264. this.NameCargoRTB.Location = new System.Drawing.Point(17, 406);
  265. this.NameCargoRTB.Name = "NameCargoRTB";
  266. this.NameCargoRTB.Size = new System.Drawing.Size(283, 80);
  267. this.NameCargoRTB.TabIndex = 80;
  268. this.NameCargoRTB.Text = "";
  269. //
  270. // label9
  271. //
  272. this.label9.AutoSize = true;
  273. this.label9.Location = new System.Drawing.Point(14, 386);
  274. this.label9.Name = "label9";
  275. this.label9.Size = new System.Drawing.Size(111, 17);
  276. this.label9.TabIndex = 79;
  277. this.label9.Text = "Название груза";
  278. //
  279. // TelephoneShipperMTB
  280. //
  281. this.TelephoneShipperMTB.Location = new System.Drawing.Point(17, 352);
  282. this.TelephoneShipperMTB.Mask = "+7(999)-999-99-99";
  283. this.TelephoneShipperMTB.Name = "TelephoneShipperMTB";
  284. this.TelephoneShipperMTB.Size = new System.Drawing.Size(127, 22);
  285. this.TelephoneShipperMTB.TabIndex = 78;
  286. //
  287. // label8
  288. //
  289. this.label8.AutoSize = true;
  290. this.label8.Location = new System.Drawing.Point(14, 332);
  291. this.label8.Name = "label8";
  292. this.label8.Size = new System.Drawing.Size(192, 17);
  293. this.label8.TabIndex = 77;
  294. this.label8.Text = "Телефон грузоотправителя";
  295. //
  296. // NameShipperTB
  297. //
  298. this.NameShipperTB.Location = new System.Drawing.Point(17, 297);
  299. this.NameShipperTB.Name = "NameShipperTB";
  300. this.NameShipperTB.Size = new System.Drawing.Size(298, 22);
  301. this.NameShipperTB.TabIndex = 76;
  302. //
  303. // label7
  304. //
  305. this.label7.AutoSize = true;
  306. this.label7.Location = new System.Drawing.Point(14, 277);
  307. this.label7.Name = "label7";
  308. this.label7.Size = new System.Drawing.Size(130, 17);
  309. this.label7.TabIndex = 75;
  310. this.label7.Text = "Грузоотправитель";
  311. //
  312. // PlaceLoadingRTB
  313. //
  314. this.PlaceLoadingRTB.Location = new System.Drawing.Point(17, 185);
  315. this.PlaceLoadingRTB.Name = "PlaceLoadingRTB";
  316. this.PlaceLoadingRTB.Size = new System.Drawing.Size(298, 80);
  317. this.PlaceLoadingRTB.TabIndex = 74;
  318. this.PlaceLoadingRTB.Text = "";
  319. //
  320. // label5
  321. //
  322. this.label5.AutoSize = true;
  323. this.label5.Location = new System.Drawing.Point(14, 165);
  324. this.label5.Name = "label5";
  325. this.label5.Size = new System.Drawing.Size(110, 17);
  326. this.label5.TabIndex = 73;
  327. this.label5.Text = "Место загрузки";
  328. //
  329. // label4
  330. //
  331. this.label4.AutoSize = true;
  332. this.label4.Location = new System.Drawing.Point(14, 111);
  333. this.label4.Name = "label4";
  334. this.label4.Size = new System.Drawing.Size(103, 17);
  335. this.label4.TabIndex = 72;
  336. this.label4.Text = "Дата загрузки";
  337. //
  338. // DateLoadingDTP
  339. //
  340. this.DateLoadingDTP.Location = new System.Drawing.Point(17, 131);
  341. this.DateLoadingDTP.Name = "DateLoadingDTP";
  342. this.DateLoadingDTP.Size = new System.Drawing.Size(200, 22);
  343. this.DateLoadingDTP.TabIndex = 71;
  344. //
  345. // VehiclesCB
  346. //
  347. this.VehiclesCB.FormattingEnabled = true;
  348. this.VehiclesCB.Location = new System.Drawing.Point(632, 73);
  349. this.VehiclesCB.Name = "VehiclesCB";
  350. this.VehiclesCB.Size = new System.Drawing.Size(298, 24);
  351. this.VehiclesCB.TabIndex = 70;
  352. //
  353. // label3
  354. //
  355. this.label3.AutoSize = true;
  356. this.label3.Location = new System.Drawing.Point(629, 53);
  357. this.label3.Name = "label3";
  358. this.label3.Size = new System.Drawing.Size(87, 17);
  359. this.label3.TabIndex = 69;
  360. this.label3.Text = "Автомобиль";
  361. //
  362. // DriversCB
  363. //
  364. this.DriversCB.FormattingEnabled = true;
  365. this.DriversCB.Location = new System.Drawing.Point(325, 73);
  366. this.DriversCB.Name = "DriversCB";
  367. this.DriversCB.Size = new System.Drawing.Size(298, 24);
  368. this.DriversCB.TabIndex = 68;
  369. //
  370. // label1
  371. //
  372. this.label1.AutoSize = true;
  373. this.label1.Location = new System.Drawing.Point(322, 53);
  374. this.label1.Name = "label1";
  375. this.label1.Size = new System.Drawing.Size(71, 17);
  376. this.label1.TabIndex = 67;
  377. this.label1.Text = "Водитель";
  378. //
  379. // ExecutorsCB
  380. //
  381. this.ExecutorsCB.FormattingEnabled = true;
  382. this.ExecutorsCB.Location = new System.Drawing.Point(17, 73);
  383. this.ExecutorsCB.Name = "ExecutorsCB";
  384. this.ExecutorsCB.Size = new System.Drawing.Size(298, 24);
  385. this.ExecutorsCB.TabIndex = 66;
  386. //
  387. // label6
  388. //
  389. this.label6.AutoSize = true;
  390. this.label6.Location = new System.Drawing.Point(14, 53);
  391. this.label6.Name = "label6";
  392. this.label6.Size = new System.Drawing.Size(95, 17);
  393. this.label6.TabIndex = 65;
  394. this.label6.Text = "Исполнитель";
  395. //
  396. // label2
  397. //
  398. this.label2.AutoSize = true;
  399. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  400. this.label2.Location = new System.Drawing.Point(12, 9);
  401. this.label2.Name = "label2";
  402. this.label2.Size = new System.Drawing.Size(204, 25);
  403. this.label2.TabIndex = 64;
  404. this.label2.Text = "Изменение заявки";
  405. //
  406. // UpdateRequest
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.ClientSize = new System.Drawing.Size(1259, 527);
  411. this.Controls.Add(this.UpdateBTN);
  412. this.Controls.Add(this.PaymentConditionsTB);
  413. this.Controls.Add(this.label20);
  414. this.Controls.Add(this.PaymentTB);
  415. this.Controls.Add(this.label19);
  416. this.Controls.Add(this.TransportationFormatDTP);
  417. this.Controls.Add(this.label18);
  418. this.Controls.Add(this.RouteMileageTB);
  419. this.Controls.Add(this.label17);
  420. this.Controls.Add(this.RoutePlaceTB);
  421. this.Controls.Add(this.label16);
  422. this.Controls.Add(this.label15);
  423. this.Controls.Add(this.DateUnloadingDTP);
  424. this.Controls.Add(this.TransportationConditionsRTB);
  425. this.Controls.Add(this.label14);
  426. this.Controls.Add(this.LogisticiansCB);
  427. this.Controls.Add(this.label13);
  428. this.Controls.Add(this.TelephoneConsigneeMTB);
  429. this.Controls.Add(this.label12);
  430. this.Controls.Add(this.NameConsigneeTB);
  431. this.Controls.Add(this.label11);
  432. this.Controls.Add(this.PlaceUnloadingRTP);
  433. this.Controls.Add(this.label10);
  434. this.Controls.Add(this.NameCargoRTB);
  435. this.Controls.Add(this.label9);
  436. this.Controls.Add(this.TelephoneShipperMTB);
  437. this.Controls.Add(this.label8);
  438. this.Controls.Add(this.NameShipperTB);
  439. this.Controls.Add(this.label7);
  440. this.Controls.Add(this.PlaceLoadingRTB);
  441. this.Controls.Add(this.label5);
  442. this.Controls.Add(this.label4);
  443. this.Controls.Add(this.DateLoadingDTP);
  444. this.Controls.Add(this.VehiclesCB);
  445. this.Controls.Add(this.label3);
  446. this.Controls.Add(this.DriversCB);
  447. this.Controls.Add(this.label1);
  448. this.Controls.Add(this.ExecutorsCB);
  449. this.Controls.Add(this.label6);
  450. this.Controls.Add(this.label2);
  451. this.MaximizeBox = false;
  452. this.MaximumSize = new System.Drawing.Size(1277, 574);
  453. this.MinimizeBox = false;
  454. this.MinimumSize = new System.Drawing.Size(1277, 574);
  455. this.Name = "UpdateRequest";
  456. this.Text = "Изменение заявки";
  457. this.Load += new System.EventHandler(this.UpdateRequest_Load);
  458. this.ResumeLayout(false);
  459. this.PerformLayout();
  460. }
  461. #endregion
  462. private System.Windows.Forms.Button UpdateBTN;
  463. private System.Windows.Forms.TextBox PaymentConditionsTB;
  464. private System.Windows.Forms.Label label20;
  465. private System.Windows.Forms.TextBox PaymentTB;
  466. private System.Windows.Forms.Label label19;
  467. private System.Windows.Forms.RichTextBox TransportationFormatDTP;
  468. private System.Windows.Forms.Label label18;
  469. private System.Windows.Forms.TextBox RouteMileageTB;
  470. private System.Windows.Forms.Label label17;
  471. private System.Windows.Forms.TextBox RoutePlaceTB;
  472. private System.Windows.Forms.Label label16;
  473. private System.Windows.Forms.Label label15;
  474. private System.Windows.Forms.DateTimePicker DateUnloadingDTP;
  475. private System.Windows.Forms.RichTextBox TransportationConditionsRTB;
  476. private System.Windows.Forms.Label label14;
  477. private System.Windows.Forms.ComboBox LogisticiansCB;
  478. private System.Windows.Forms.Label label13;
  479. private System.Windows.Forms.MaskedTextBox TelephoneConsigneeMTB;
  480. private System.Windows.Forms.Label label12;
  481. private System.Windows.Forms.TextBox NameConsigneeTB;
  482. private System.Windows.Forms.Label label11;
  483. private System.Windows.Forms.RichTextBox PlaceUnloadingRTP;
  484. private System.Windows.Forms.Label label10;
  485. private System.Windows.Forms.RichTextBox NameCargoRTB;
  486. private System.Windows.Forms.Label label9;
  487. private System.Windows.Forms.MaskedTextBox TelephoneShipperMTB;
  488. private System.Windows.Forms.Label label8;
  489. private System.Windows.Forms.TextBox NameShipperTB;
  490. private System.Windows.Forms.Label label7;
  491. private System.Windows.Forms.RichTextBox PlaceLoadingRTB;
  492. private System.Windows.Forms.Label label5;
  493. private System.Windows.Forms.Label label4;
  494. private System.Windows.Forms.DateTimePicker DateLoadingDTP;
  495. private System.Windows.Forms.ComboBox VehiclesCB;
  496. private System.Windows.Forms.Label label3;
  497. private System.Windows.Forms.ComboBox DriversCB;
  498. private System.Windows.Forms.Label label1;
  499. private System.Windows.Forms.ComboBox ExecutorsCB;
  500. private System.Windows.Forms.Label label6;
  501. private System.Windows.Forms.Label label2;
  502. }
  503. }