UpdateVehicle.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. 
  2. namespace Transportation
  3. {
  4. partial class UpdateVehicle
  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.HeightNUD = new System.Windows.Forms.NumericUpDown();
  31. this.WidthNUD = new System.Windows.Forms.NumericUpDown();
  32. this.LengthNUD = new System.Windows.Forms.NumericUpDown();
  33. this.VolumeNUD = new System.Windows.Forms.NumericUpDown();
  34. this.CategoryCB = new System.Windows.Forms.ComboBox();
  35. this.NumberMTB = new System.Windows.Forms.MaskedTextBox();
  36. this.ModelTB = new System.Windows.Forms.TextBox();
  37. this.BrandTB = new System.Windows.Forms.TextBox();
  38. this.ExecutorsCB = new System.Windows.Forms.ComboBox();
  39. this.label10 = new System.Windows.Forms.Label();
  40. this.label9 = new System.Windows.Forms.Label();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. ((System.ComponentModel.ISupportInitialize)(this.HeightNUD)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.WidthNUD)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.LengthNUD)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.VolumeNUD)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // UpdateBtn
  56. //
  57. this.UpdateBtn.Location = new System.Drawing.Point(381, 216);
  58. this.UpdateBtn.Name = "UpdateBtn";
  59. this.UpdateBtn.Size = new System.Drawing.Size(95, 23);
  60. this.UpdateBtn.TabIndex = 19;
  61. this.UpdateBtn.Text = "Изменить";
  62. this.UpdateBtn.UseVisualStyleBackColor = true;
  63. this.UpdateBtn.Click += new System.EventHandler(this.UpdateBtn_Click);
  64. //
  65. // HeightNUD
  66. //
  67. this.HeightNUD.DecimalPlaces = 1;
  68. this.HeightNUD.Increment = new decimal(new int[] {
  69. 1,
  70. 0,
  71. 0,
  72. 65536});
  73. this.HeightNUD.Location = new System.Drawing.Point(429, 172);
  74. this.HeightNUD.Minimum = new decimal(new int[] {
  75. 1,
  76. 0,
  77. 0,
  78. 0});
  79. this.HeightNUD.Name = "HeightNUD";
  80. this.HeightNUD.Size = new System.Drawing.Size(51, 22);
  81. this.HeightNUD.TabIndex = 18;
  82. this.HeightNUD.Value = new decimal(new int[] {
  83. 1,
  84. 0,
  85. 0,
  86. 0});
  87. //
  88. // WidthNUD
  89. //
  90. this.WidthNUD.DecimalPlaces = 1;
  91. this.WidthNUD.Increment = new decimal(new int[] {
  92. 1,
  93. 0,
  94. 0,
  95. 65536});
  96. this.WidthNUD.Location = new System.Drawing.Point(309, 172);
  97. this.WidthNUD.Minimum = new decimal(new int[] {
  98. 1,
  99. 0,
  100. 0,
  101. 0});
  102. this.WidthNUD.Name = "WidthNUD";
  103. this.WidthNUD.Size = new System.Drawing.Size(51, 22);
  104. this.WidthNUD.TabIndex = 17;
  105. this.WidthNUD.Value = new decimal(new int[] {
  106. 1,
  107. 0,
  108. 0,
  109. 0});
  110. //
  111. // LengthNUD
  112. //
  113. this.LengthNUD.DecimalPlaces = 1;
  114. this.LengthNUD.Increment = new decimal(new int[] {
  115. 1,
  116. 0,
  117. 0,
  118. 65536});
  119. this.LengthNUD.Location = new System.Drawing.Point(187, 172);
  120. this.LengthNUD.Minimum = new decimal(new int[] {
  121. 1,
  122. 0,
  123. 0,
  124. 0});
  125. this.LengthNUD.Name = "LengthNUD";
  126. this.LengthNUD.Size = new System.Drawing.Size(51, 22);
  127. this.LengthNUD.TabIndex = 16;
  128. this.LengthNUD.Value = new decimal(new int[] {
  129. 1,
  130. 0,
  131. 0,
  132. 0});
  133. //
  134. // VolumeNUD
  135. //
  136. this.VolumeNUD.DecimalPlaces = 1;
  137. this.VolumeNUD.Increment = new decimal(new int[] {
  138. 1,
  139. 0,
  140. 0,
  141. 65536});
  142. this.VolumeNUD.Location = new System.Drawing.Point(73, 172);
  143. this.VolumeNUD.Minimum = new decimal(new int[] {
  144. 1,
  145. 0,
  146. 0,
  147. 0});
  148. this.VolumeNUD.Name = "VolumeNUD";
  149. this.VolumeNUD.Size = new System.Drawing.Size(51, 22);
  150. this.VolumeNUD.TabIndex = 15;
  151. this.VolumeNUD.Value = new decimal(new int[] {
  152. 1,
  153. 0,
  154. 0,
  155. 0});
  156. //
  157. // CategoryCB
  158. //
  159. this.CategoryCB.FormattingEnabled = true;
  160. this.CategoryCB.Location = new System.Drawing.Point(369, 130);
  161. this.CategoryCB.Name = "CategoryCB";
  162. this.CategoryCB.Size = new System.Drawing.Size(121, 24);
  163. this.CategoryCB.TabIndex = 14;
  164. //
  165. // NumberMTB
  166. //
  167. this.NumberMTB.Location = new System.Drawing.Point(100, 130);
  168. this.NumberMTB.Mask = "L000LL 009";
  169. this.NumberMTB.Name = "NumberMTB";
  170. this.NumberMTB.Size = new System.Drawing.Size(98, 22);
  171. this.NumberMTB.TabIndex = 13;
  172. //
  173. // ModelTB
  174. //
  175. this.ModelTB.Location = new System.Drawing.Point(287, 93);
  176. this.ModelTB.Name = "ModelTB";
  177. this.ModelTB.Size = new System.Drawing.Size(128, 22);
  178. this.ModelTB.TabIndex = 12;
  179. //
  180. // BrandTB
  181. //
  182. this.BrandTB.Location = new System.Drawing.Point(70, 93);
  183. this.BrandTB.Name = "BrandTB";
  184. this.BrandTB.Size = new System.Drawing.Size(128, 22);
  185. this.BrandTB.TabIndex = 11;
  186. //
  187. // ExecutorsCB
  188. //
  189. this.ExecutorsCB.FormattingEnabled = true;
  190. this.ExecutorsCB.Location = new System.Drawing.Point(115, 52);
  191. this.ExecutorsCB.Name = "ExecutorsCB";
  192. this.ExecutorsCB.Size = new System.Drawing.Size(300, 24);
  193. this.ExecutorsCB.TabIndex = 10;
  194. //
  195. // label10
  196. //
  197. this.label10.AutoSize = true;
  198. this.label10.Location = new System.Drawing.Point(366, 174);
  199. this.label10.Name = "label10";
  200. this.label10.Size = new System.Drawing.Size(57, 17);
  201. this.label10.TabIndex = 30;
  202. this.label10.Text = "Высота";
  203. //
  204. // label9
  205. //
  206. this.label9.AutoSize = true;
  207. this.label9.Location = new System.Drawing.Point(244, 174);
  208. this.label9.Name = "label9";
  209. this.label9.Size = new System.Drawing.Size(59, 17);
  210. this.label9.TabIndex = 29;
  211. this.label9.Text = "Ширина";
  212. //
  213. // label8
  214. //
  215. this.label8.AutoSize = true;
  216. this.label8.Location = new System.Drawing.Point(130, 174);
  217. this.label8.Name = "label8";
  218. this.label8.Size = new System.Drawing.Size(51, 17);
  219. this.label8.TabIndex = 28;
  220. this.label8.Text = "Длина";
  221. //
  222. // label7
  223. //
  224. this.label7.AutoSize = true;
  225. this.label7.Location = new System.Drawing.Point(14, 174);
  226. this.label7.Name = "label7";
  227. this.label7.Size = new System.Drawing.Size(53, 17);
  228. this.label7.TabIndex = 27;
  229. this.label7.Text = "Объем";
  230. //
  231. // label6
  232. //
  233. this.label6.AutoSize = true;
  234. this.label6.Location = new System.Drawing.Point(223, 133);
  235. this.label6.Name = "label6";
  236. this.label6.Size = new System.Drawing.Size(137, 17);
  237. this.label6.TabIndex = 26;
  238. this.label6.Text = "Категория прицепа";
  239. //
  240. // label5
  241. //
  242. this.label5.AutoSize = true;
  243. this.label5.Location = new System.Drawing.Point(14, 133);
  244. this.label5.Name = "label5";
  245. this.label5.Size = new System.Drawing.Size(80, 17);
  246. this.label5.TabIndex = 25;
  247. this.label5.Text = "Гос. номер";
  248. //
  249. // label4
  250. //
  251. this.label4.AutoSize = true;
  252. this.label4.Location = new System.Drawing.Point(223, 96);
  253. this.label4.Name = "label4";
  254. this.label4.Size = new System.Drawing.Size(58, 17);
  255. this.label4.TabIndex = 24;
  256. this.label4.Text = "Модель";
  257. //
  258. // label3
  259. //
  260. this.label3.AutoSize = true;
  261. this.label3.Location = new System.Drawing.Point(14, 96);
  262. this.label3.Name = "label3";
  263. this.label3.Size = new System.Drawing.Size(50, 17);
  264. this.label3.TabIndex = 23;
  265. this.label3.Text = "Марка";
  266. //
  267. // label2
  268. //
  269. this.label2.AutoSize = true;
  270. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  271. this.label2.Location = new System.Drawing.Point(12, 9);
  272. this.label2.Name = "label2";
  273. this.label2.Size = new System.Drawing.Size(261, 25);
  274. this.label2.TabIndex = 22;
  275. this.label2.Text = "Изменение автомобиля";
  276. //
  277. // label1
  278. //
  279. this.label1.AutoSize = true;
  280. this.label1.Location = new System.Drawing.Point(14, 55);
  281. this.label1.Name = "label1";
  282. this.label1.Size = new System.Drawing.Size(95, 17);
  283. this.label1.TabIndex = 21;
  284. this.label1.Text = "Исполнитель";
  285. //
  286. // UpdateVehicle
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(515, 260);
  291. this.Controls.Add(this.label10);
  292. this.Controls.Add(this.label9);
  293. this.Controls.Add(this.label8);
  294. this.Controls.Add(this.label7);
  295. this.Controls.Add(this.label6);
  296. this.Controls.Add(this.label5);
  297. this.Controls.Add(this.label4);
  298. this.Controls.Add(this.label3);
  299. this.Controls.Add(this.label2);
  300. this.Controls.Add(this.label1);
  301. this.Controls.Add(this.UpdateBtn);
  302. this.Controls.Add(this.HeightNUD);
  303. this.Controls.Add(this.WidthNUD);
  304. this.Controls.Add(this.LengthNUD);
  305. this.Controls.Add(this.VolumeNUD);
  306. this.Controls.Add(this.CategoryCB);
  307. this.Controls.Add(this.NumberMTB);
  308. this.Controls.Add(this.ModelTB);
  309. this.Controls.Add(this.BrandTB);
  310. this.Controls.Add(this.ExecutorsCB);
  311. this.MaximizeBox = false;
  312. this.MaximumSize = new System.Drawing.Size(533, 307);
  313. this.MinimizeBox = false;
  314. this.MinimumSize = new System.Drawing.Size(533, 307);
  315. this.Name = "UpdateVehicle";
  316. this.Text = "Изменение автомобиля";
  317. this.Load += new System.EventHandler(this.UpdateVehicle_Load);
  318. ((System.ComponentModel.ISupportInitialize)(this.HeightNUD)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.WidthNUD)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.LengthNUD)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.VolumeNUD)).EndInit();
  322. this.ResumeLayout(false);
  323. this.PerformLayout();
  324. }
  325. #endregion
  326. private System.Windows.Forms.Button UpdateBtn;
  327. private System.Windows.Forms.NumericUpDown HeightNUD;
  328. private System.Windows.Forms.NumericUpDown WidthNUD;
  329. private System.Windows.Forms.NumericUpDown LengthNUD;
  330. private System.Windows.Forms.NumericUpDown VolumeNUD;
  331. private System.Windows.Forms.ComboBox CategoryCB;
  332. private System.Windows.Forms.MaskedTextBox NumberMTB;
  333. private System.Windows.Forms.TextBox ModelTB;
  334. private System.Windows.Forms.TextBox BrandTB;
  335. private System.Windows.Forms.ComboBox ExecutorsCB;
  336. private System.Windows.Forms.Label label10;
  337. private System.Windows.Forms.Label label9;
  338. private System.Windows.Forms.Label label8;
  339. private System.Windows.Forms.Label label7;
  340. private System.Windows.Forms.Label label6;
  341. private System.Windows.Forms.Label label5;
  342. private System.Windows.Forms.Label label4;
  343. private System.Windows.Forms.Label label3;
  344. private System.Windows.Forms.Label label2;
  345. private System.Windows.Forms.Label label1;
  346. }
  347. }