AddVehicle.Designer.cs 14 KB

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