Car.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. 
  2. namespace Avtoprok
  3. {
  4. partial class Car
  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.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label iDLabel;
  31. System.Windows.Forms.Label modelLabel;
  32. System.Windows.Forms.Label colorLabel;
  33. System.Windows.Forms.Label carManufactureDateLabel;
  34. System.Windows.Forms.Label govermantNumberLabel;
  35. System.Windows.Forms.Label carInsuranceCostLabel;
  36. System.Windows.Forms.Label oneDayCostLabel;
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Car));
  38. this.avtodrive_02DataSet = new Avtoprok.Avtodrive_02DataSet();
  39. this.carBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.carTableAdapter = new Avtoprok.Avtodrive_02DataSetTableAdapters.CarTableAdapter();
  41. this.tableAdapterManager = new Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager();
  42. this.iDTextBox = new System.Windows.Forms.TextBox();
  43. this.modelTextBox = new System.Windows.Forms.TextBox();
  44. this.colorTextBox = new System.Windows.Forms.TextBox();
  45. this.carManufactureDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
  46. this.govermantNumberTextBox = new System.Windows.Forms.TextBox();
  47. this.carInsuranceCostTextBox = new System.Windows.Forms.TextBox();
  48. this.oneDayCostTextBox = new System.Windows.Forms.TextBox();
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. this.groupBox2 = new System.Windows.Forms.GroupBox();
  51. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  52. this.modelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.colorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.carManufactureDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.govermantNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.carInsuranceCostDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.oneDayCostDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.carBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  59. this.groupBox3 = new System.Windows.Forms.GroupBox();
  60. this.button4 = new System.Windows.Forms.Button();
  61. this.button6 = new System.Windows.Forms.Button();
  62. this.button5 = new System.Windows.Forms.Button();
  63. this.button3 = new System.Windows.Forms.Button();
  64. this.button2 = new System.Windows.Forms.Button();
  65. this.button1 = new System.Windows.Forms.Button();
  66. this.groupBox4 = new System.Windows.Forms.GroupBox();
  67. this.button8 = new System.Windows.Forms.Button();
  68. this.button7 = new System.Windows.Forms.Button();
  69. iDLabel = new System.Windows.Forms.Label();
  70. modelLabel = new System.Windows.Forms.Label();
  71. colorLabel = new System.Windows.Forms.Label();
  72. carManufactureDateLabel = new System.Windows.Forms.Label();
  73. govermantNumberLabel = new System.Windows.Forms.Label();
  74. carInsuranceCostLabel = new System.Windows.Forms.Label();
  75. oneDayCostLabel = new System.Windows.Forms.Label();
  76. ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.carBindingSource)).BeginInit();
  78. this.groupBox1.SuspendLayout();
  79. this.groupBox2.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.carBindingSource1)).BeginInit();
  82. this.groupBox3.SuspendLayout();
  83. this.groupBox4.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // iDLabel
  87. //
  88. iDLabel.AutoSize = true;
  89. iDLabel.Location = new System.Drawing.Point(11, 12);
  90. iDLabel.Name = "iDLabel";
  91. iDLabel.Size = new System.Drawing.Size(21, 13);
  92. iDLabel.TabIndex = 1;
  93. iDLabel.Text = "ID:";
  94. //
  95. // modelLabel
  96. //
  97. modelLabel.AutoSize = true;
  98. modelLabel.Location = new System.Drawing.Point(88, 25);
  99. modelLabel.Name = "modelLabel";
  100. modelLabel.Size = new System.Drawing.Size(39, 13);
  101. modelLabel.TabIndex = 3;
  102. modelLabel.Text = "Model:";
  103. //
  104. // colorLabel
  105. //
  106. colorLabel.AutoSize = true;
  107. colorLabel.Location = new System.Drawing.Point(93, 51);
  108. colorLabel.Name = "colorLabel";
  109. colorLabel.Size = new System.Drawing.Size(34, 13);
  110. colorLabel.TabIndex = 5;
  111. colorLabel.Text = "Color:";
  112. //
  113. // carManufactureDateLabel
  114. //
  115. carManufactureDateLabel.AutoSize = true;
  116. carManufactureDateLabel.Location = new System.Drawing.Point(12, 78);
  117. carManufactureDateLabel.Name = "carManufactureDateLabel";
  118. carManufactureDateLabel.Size = new System.Drawing.Size(115, 13);
  119. carManufactureDateLabel.TabIndex = 7;
  120. carManufactureDateLabel.Text = "Car Manufacture Date:";
  121. //
  122. // govermantNumberLabel
  123. //
  124. govermantNumberLabel.AutoSize = true;
  125. govermantNumberLabel.Location = new System.Drawing.Point(25, 103);
  126. govermantNumberLabel.Name = "govermantNumberLabel";
  127. govermantNumberLabel.Size = new System.Drawing.Size(102, 13);
  128. govermantNumberLabel.TabIndex = 9;
  129. govermantNumberLabel.Text = "Govermant Number:";
  130. //
  131. // carInsuranceCostLabel
  132. //
  133. carInsuranceCostLabel.AutoSize = true;
  134. carInsuranceCostLabel.Location = new System.Drawing.Point(27, 129);
  135. carInsuranceCostLabel.Name = "carInsuranceCostLabel";
  136. carInsuranceCostLabel.Size = new System.Drawing.Size(100, 13);
  137. carInsuranceCostLabel.TabIndex = 11;
  138. carInsuranceCostLabel.Text = "Car Insurance Cost:";
  139. //
  140. // oneDayCostLabel
  141. //
  142. oneDayCostLabel.AutoSize = true;
  143. oneDayCostLabel.Location = new System.Drawing.Point(51, 155);
  144. oneDayCostLabel.Name = "oneDayCostLabel";
  145. oneDayCostLabel.Size = new System.Drawing.Size(76, 13);
  146. oneDayCostLabel.TabIndex = 13;
  147. oneDayCostLabel.Text = "One Day Cost:";
  148. //
  149. // avtodrive_02DataSet
  150. //
  151. this.avtodrive_02DataSet.DataSetName = "Avtodrive_02DataSet";
  152. this.avtodrive_02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  153. //
  154. // carBindingSource
  155. //
  156. this.carBindingSource.DataMember = "Car";
  157. this.carBindingSource.DataSource = this.avtodrive_02DataSet;
  158. //
  159. // carTableAdapter
  160. //
  161. this.carTableAdapter.ClearBeforeFill = true;
  162. //
  163. // tableAdapterManager
  164. //
  165. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  166. this.tableAdapterManager.CarTableAdapter = this.carTableAdapter;
  167. this.tableAdapterManager.ClientTableAdapter = null;
  168. this.tableAdapterManager.Order_TableAdapter = null;
  169. this.tableAdapterManager.UpdateOrder = Avtoprok.Avtodrive_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  170. //
  171. // iDTextBox
  172. //
  173. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "ID", true));
  174. this.iDTextBox.Location = new System.Drawing.Point(38, 9);
  175. this.iDTextBox.Name = "iDTextBox";
  176. this.iDTextBox.Size = new System.Drawing.Size(49, 20);
  177. this.iDTextBox.TabIndex = 2;
  178. //
  179. // modelTextBox
  180. //
  181. this.modelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "Model", true));
  182. this.modelTextBox.Location = new System.Drawing.Point(133, 22);
  183. this.modelTextBox.Name = "modelTextBox";
  184. this.modelTextBox.Size = new System.Drawing.Size(139, 20);
  185. this.modelTextBox.TabIndex = 4;
  186. //
  187. // colorTextBox
  188. //
  189. this.colorTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "Color", true));
  190. this.colorTextBox.Location = new System.Drawing.Point(133, 48);
  191. this.colorTextBox.Name = "colorTextBox";
  192. this.colorTextBox.Size = new System.Drawing.Size(139, 20);
  193. this.colorTextBox.TabIndex = 6;
  194. //
  195. // carManufactureDateDateTimePicker
  196. //
  197. this.carManufactureDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.carBindingSource, "CarManufactureDate", true));
  198. this.carManufactureDateDateTimePicker.Location = new System.Drawing.Point(133, 74);
  199. this.carManufactureDateDateTimePicker.Name = "carManufactureDateDateTimePicker";
  200. this.carManufactureDateDateTimePicker.Size = new System.Drawing.Size(139, 20);
  201. this.carManufactureDateDateTimePicker.TabIndex = 8;
  202. //
  203. // govermantNumberTextBox
  204. //
  205. this.govermantNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "GovermantNumber", true));
  206. this.govermantNumberTextBox.Location = new System.Drawing.Point(133, 100);
  207. this.govermantNumberTextBox.Name = "govermantNumberTextBox";
  208. this.govermantNumberTextBox.Size = new System.Drawing.Size(139, 20);
  209. this.govermantNumberTextBox.TabIndex = 10;
  210. //
  211. // carInsuranceCostTextBox
  212. //
  213. this.carInsuranceCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "CarInsuranceCost", true));
  214. this.carInsuranceCostTextBox.Location = new System.Drawing.Point(133, 126);
  215. this.carInsuranceCostTextBox.Name = "carInsuranceCostTextBox";
  216. this.carInsuranceCostTextBox.Size = new System.Drawing.Size(139, 20);
  217. this.carInsuranceCostTextBox.TabIndex = 12;
  218. //
  219. // oneDayCostTextBox
  220. //
  221. this.oneDayCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.carBindingSource, "OneDayCost", true));
  222. this.oneDayCostTextBox.Location = new System.Drawing.Point(133, 152);
  223. this.oneDayCostTextBox.Name = "oneDayCostTextBox";
  224. this.oneDayCostTextBox.Size = new System.Drawing.Size(139, 20);
  225. this.oneDayCostTextBox.TabIndex = 14;
  226. //
  227. // groupBox1
  228. //
  229. this.groupBox1.Controls.Add(carManufactureDateLabel);
  230. this.groupBox1.Controls.Add(oneDayCostLabel);
  231. this.groupBox1.Controls.Add(this.modelTextBox);
  232. this.groupBox1.Controls.Add(this.oneDayCostTextBox);
  233. this.groupBox1.Controls.Add(modelLabel);
  234. this.groupBox1.Controls.Add(carInsuranceCostLabel);
  235. this.groupBox1.Controls.Add(this.colorTextBox);
  236. this.groupBox1.Controls.Add(this.carInsuranceCostTextBox);
  237. this.groupBox1.Controls.Add(colorLabel);
  238. this.groupBox1.Controls.Add(govermantNumberLabel);
  239. this.groupBox1.Controls.Add(this.carManufactureDateDateTimePicker);
  240. this.groupBox1.Controls.Add(this.govermantNumberTextBox);
  241. this.groupBox1.Location = new System.Drawing.Point(11, 35);
  242. this.groupBox1.Name = "groupBox1";
  243. this.groupBox1.Size = new System.Drawing.Size(289, 190);
  244. this.groupBox1.TabIndex = 15;
  245. this.groupBox1.TabStop = false;
  246. this.groupBox1.Text = "Data entry and editing";
  247. //
  248. // groupBox2
  249. //
  250. this.groupBox2.Controls.Add(this.dataGridView1);
  251. this.groupBox2.Location = new System.Drawing.Point(306, 35);
  252. this.groupBox2.Name = "groupBox2";
  253. this.groupBox2.Size = new System.Drawing.Size(656, 190);
  254. this.groupBox2.TabIndex = 16;
  255. this.groupBox2.TabStop = false;
  256. this.groupBox2.Text = "Viewing data";
  257. //
  258. // dataGridView1
  259. //
  260. this.dataGridView1.AllowUserToAddRows = false;
  261. this.dataGridView1.AllowUserToDeleteRows = false;
  262. this.dataGridView1.AutoGenerateColumns = false;
  263. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  264. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  265. this.modelDataGridViewTextBoxColumn,
  266. this.colorDataGridViewTextBoxColumn,
  267. this.carManufactureDateDataGridViewTextBoxColumn,
  268. this.govermantNumberDataGridViewTextBoxColumn,
  269. this.carInsuranceCostDataGridViewTextBoxColumn,
  270. this.oneDayCostDataGridViewTextBoxColumn});
  271. this.dataGridView1.DataSource = this.carBindingSource1;
  272. this.dataGridView1.Location = new System.Drawing.Point(6, 18);
  273. this.dataGridView1.Name = "dataGridView1";
  274. this.dataGridView1.ReadOnly = true;
  275. this.dataGridView1.Size = new System.Drawing.Size(644, 154);
  276. this.dataGridView1.TabIndex = 0;
  277. //
  278. // modelDataGridViewTextBoxColumn
  279. //
  280. this.modelDataGridViewTextBoxColumn.DataPropertyName = "Model";
  281. this.modelDataGridViewTextBoxColumn.HeaderText = "Model";
  282. this.modelDataGridViewTextBoxColumn.Name = "modelDataGridViewTextBoxColumn";
  283. this.modelDataGridViewTextBoxColumn.ReadOnly = true;
  284. //
  285. // colorDataGridViewTextBoxColumn
  286. //
  287. this.colorDataGridViewTextBoxColumn.DataPropertyName = "Color";
  288. this.colorDataGridViewTextBoxColumn.HeaderText = "Color";
  289. this.colorDataGridViewTextBoxColumn.Name = "colorDataGridViewTextBoxColumn";
  290. this.colorDataGridViewTextBoxColumn.ReadOnly = true;
  291. //
  292. // carManufactureDateDataGridViewTextBoxColumn
  293. //
  294. this.carManufactureDateDataGridViewTextBoxColumn.DataPropertyName = "CarManufactureDate";
  295. this.carManufactureDateDataGridViewTextBoxColumn.HeaderText = "CarManufactureDate";
  296. this.carManufactureDateDataGridViewTextBoxColumn.Name = "carManufactureDateDataGridViewTextBoxColumn";
  297. this.carManufactureDateDataGridViewTextBoxColumn.ReadOnly = true;
  298. //
  299. // govermantNumberDataGridViewTextBoxColumn
  300. //
  301. this.govermantNumberDataGridViewTextBoxColumn.DataPropertyName = "GovermantNumber";
  302. this.govermantNumberDataGridViewTextBoxColumn.HeaderText = "GovermantNumber";
  303. this.govermantNumberDataGridViewTextBoxColumn.Name = "govermantNumberDataGridViewTextBoxColumn";
  304. this.govermantNumberDataGridViewTextBoxColumn.ReadOnly = true;
  305. //
  306. // carInsuranceCostDataGridViewTextBoxColumn
  307. //
  308. this.carInsuranceCostDataGridViewTextBoxColumn.DataPropertyName = "CarInsuranceCost";
  309. this.carInsuranceCostDataGridViewTextBoxColumn.HeaderText = "CarInsuranceCost";
  310. this.carInsuranceCostDataGridViewTextBoxColumn.Name = "carInsuranceCostDataGridViewTextBoxColumn";
  311. this.carInsuranceCostDataGridViewTextBoxColumn.ReadOnly = true;
  312. //
  313. // oneDayCostDataGridViewTextBoxColumn
  314. //
  315. this.oneDayCostDataGridViewTextBoxColumn.DataPropertyName = "OneDayCost";
  316. this.oneDayCostDataGridViewTextBoxColumn.HeaderText = "OneDayCost";
  317. this.oneDayCostDataGridViewTextBoxColumn.Name = "oneDayCostDataGridViewTextBoxColumn";
  318. this.oneDayCostDataGridViewTextBoxColumn.ReadOnly = true;
  319. //
  320. // carBindingSource1
  321. //
  322. this.carBindingSource1.DataMember = "Car";
  323. this.carBindingSource1.DataSource = this.avtodrive_02DataSet;
  324. //
  325. // groupBox3
  326. //
  327. this.groupBox3.Controls.Add(this.button4);
  328. this.groupBox3.Controls.Add(this.button6);
  329. this.groupBox3.Controls.Add(this.button5);
  330. this.groupBox3.Controls.Add(this.button3);
  331. this.groupBox3.Controls.Add(this.button2);
  332. this.groupBox3.Controls.Add(this.button1);
  333. this.groupBox3.Location = new System.Drawing.Point(306, 231);
  334. this.groupBox3.Name = "groupBox3";
  335. this.groupBox3.Size = new System.Drawing.Size(656, 54);
  336. this.groupBox3.TabIndex = 17;
  337. this.groupBox3.TabStop = false;
  338. this.groupBox3.Text = "Data manipulation";
  339. //
  340. // button4
  341. //
  342. this.button4.Location = new System.Drawing.Point(327, 17);
  343. this.button4.Name = "button4";
  344. this.button4.Size = new System.Drawing.Size(30, 23);
  345. this.button4.TabIndex = 6;
  346. this.button4.Text = "х";
  347. this.button4.UseVisualStyleBackColor = true;
  348. this.button4.Click += new System.EventHandler(this.button4_Click);
  349. //
  350. // button6
  351. //
  352. this.button6.Location = new System.Drawing.Point(444, 17);
  353. this.button6.Name = "button6";
  354. this.button6.Size = new System.Drawing.Size(75, 23);
  355. this.button6.TabIndex = 5;
  356. this.button6.Text = ">>";
  357. this.button6.UseVisualStyleBackColor = true;
  358. this.button6.Click += new System.EventHandler(this.button6_Click);
  359. //
  360. // button5
  361. //
  362. this.button5.Location = new System.Drawing.Point(363, 17);
  363. this.button5.Name = "button5";
  364. this.button5.Size = new System.Drawing.Size(75, 23);
  365. this.button5.TabIndex = 4;
  366. this.button5.Text = ">";
  367. this.button5.UseVisualStyleBackColor = true;
  368. this.button5.Click += new System.EventHandler(this.button5_Click);
  369. //
  370. // button3
  371. //
  372. this.button3.Location = new System.Drawing.Point(299, 17);
  373. this.button3.Name = "button3";
  374. this.button3.Size = new System.Drawing.Size(30, 23);
  375. this.button3.TabIndex = 2;
  376. this.button3.Text = "+";
  377. this.button3.UseVisualStyleBackColor = true;
  378. this.button3.Click += new System.EventHandler(this.button3_Click);
  379. //
  380. // button2
  381. //
  382. this.button2.Location = new System.Drawing.Point(218, 17);
  383. this.button2.Name = "button2";
  384. this.button2.Size = new System.Drawing.Size(75, 23);
  385. this.button2.TabIndex = 1;
  386. this.button2.Text = "<";
  387. this.button2.UseVisualStyleBackColor = true;
  388. this.button2.Click += new System.EventHandler(this.button2_Click);
  389. //
  390. // button1
  391. //
  392. this.button1.Location = new System.Drawing.Point(137, 17);
  393. this.button1.Name = "button1";
  394. this.button1.Size = new System.Drawing.Size(75, 23);
  395. this.button1.TabIndex = 0;
  396. this.button1.Text = "<<";
  397. this.button1.UseVisualStyleBackColor = true;
  398. this.button1.Click += new System.EventHandler(this.button1_Click);
  399. //
  400. // groupBox4
  401. //
  402. this.groupBox4.Controls.Add(this.button8);
  403. this.groupBox4.Controls.Add(this.button7);
  404. this.groupBox4.Location = new System.Drawing.Point(14, 231);
  405. this.groupBox4.Name = "groupBox4";
  406. this.groupBox4.Size = new System.Drawing.Size(288, 54);
  407. this.groupBox4.TabIndex = 18;
  408. this.groupBox4.TabStop = false;
  409. this.groupBox4.Text = "Related forms";
  410. //
  411. // button8
  412. //
  413. this.button8.Location = new System.Drawing.Point(151, 19);
  414. this.button8.Name = "button8";
  415. this.button8.Size = new System.Drawing.Size(105, 23);
  416. this.button8.TabIndex = 1;
  417. this.button8.Text = "Order";
  418. this.button8.UseVisualStyleBackColor = true;
  419. this.button8.Click += new System.EventHandler(this.button8_Click);
  420. //
  421. // button7
  422. //
  423. this.button7.Location = new System.Drawing.Point(40, 19);
  424. this.button7.Name = "button7";
  425. this.button7.Size = new System.Drawing.Size(105, 23);
  426. this.button7.TabIndex = 0;
  427. this.button7.Text = "Back";
  428. this.button7.UseVisualStyleBackColor = true;
  429. this.button7.Click += new System.EventHandler(this.button7_Click);
  430. //
  431. // Car
  432. //
  433. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  434. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  435. this.ClientSize = new System.Drawing.Size(971, 294);
  436. this.Controls.Add(this.groupBox4);
  437. this.Controls.Add(this.groupBox3);
  438. this.Controls.Add(this.groupBox2);
  439. this.Controls.Add(this.groupBox1);
  440. this.Controls.Add(iDLabel);
  441. this.Controls.Add(this.iDTextBox);
  442. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  443. this.Name = "Car";
  444. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  445. this.Text = "Car";
  446. this.Load += new System.EventHandler(this.Car_Load);
  447. ((System.ComponentModel.ISupportInitialize)(this.avtodrive_02DataSet)).EndInit();
  448. ((System.ComponentModel.ISupportInitialize)(this.carBindingSource)).EndInit();
  449. this.groupBox1.ResumeLayout(false);
  450. this.groupBox1.PerformLayout();
  451. this.groupBox2.ResumeLayout(false);
  452. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.carBindingSource1)).EndInit();
  454. this.groupBox3.ResumeLayout(false);
  455. this.groupBox4.ResumeLayout(false);
  456. this.ResumeLayout(false);
  457. this.PerformLayout();
  458. }
  459. #endregion
  460. private Avtodrive_02DataSet avtodrive_02DataSet;
  461. private System.Windows.Forms.BindingSource carBindingSource;
  462. private Avtodrive_02DataSetTableAdapters.CarTableAdapter carTableAdapter;
  463. private Avtodrive_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  464. private System.Windows.Forms.TextBox iDTextBox;
  465. private System.Windows.Forms.TextBox modelTextBox;
  466. private System.Windows.Forms.TextBox colorTextBox;
  467. private System.Windows.Forms.DateTimePicker carManufactureDateDateTimePicker;
  468. private System.Windows.Forms.TextBox govermantNumberTextBox;
  469. private System.Windows.Forms.TextBox carInsuranceCostTextBox;
  470. private System.Windows.Forms.TextBox oneDayCostTextBox;
  471. private System.Windows.Forms.GroupBox groupBox1;
  472. private System.Windows.Forms.GroupBox groupBox2;
  473. private System.Windows.Forms.DataGridView dataGridView1;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn modelDataGridViewTextBoxColumn;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn colorDataGridViewTextBoxColumn;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn carManufactureDateDataGridViewTextBoxColumn;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn govermantNumberDataGridViewTextBoxColumn;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn carInsuranceCostDataGridViewTextBoxColumn;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn oneDayCostDataGridViewTextBoxColumn;
  480. private System.Windows.Forms.BindingSource carBindingSource1;
  481. private System.Windows.Forms.GroupBox groupBox3;
  482. private System.Windows.Forms.GroupBox groupBox4;
  483. private System.Windows.Forms.Button button6;
  484. private System.Windows.Forms.Button button5;
  485. private System.Windows.Forms.Button button3;
  486. private System.Windows.Forms.Button button2;
  487. private System.Windows.Forms.Button button1;
  488. private System.Windows.Forms.Button button8;
  489. private System.Windows.Forms.Button button7;
  490. private System.Windows.Forms.Button button4;
  491. }
  492. }