Order.Designer.cs 25 KB

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