UpdateDrivers.Designer.cs 14 KB

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