UpdateLogistician.Designer.cs 12 KB

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