FormOficiant.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. 
  2. namespace Kafe09
  3. {
  4. partial class FormOficiant
  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 статусЗаказаLabel;
  31. System.Windows.Forms.Label датаLabel;
  32. System.Windows.Forms.Label типОплатыLabel;
  33. System.Windows.Forms.Label сменаLabel;
  34. System.Windows.Forms.Label столикLabel;
  35. System.Windows.Forms.Label блюдаLabel;
  36. System.Windows.Forms.Label заказанныеБлюдаLabel;
  37. this.kafe09DataSet = new Kafe09.Kafe09DataSet();
  38. this.zakazannieBludaBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.zakazannieBludaTableAdapter = new Kafe09.Kafe09DataSetTableAdapters.ZakazannieBludaTableAdapter();
  40. this.tableAdapterManager = new Kafe09.Kafe09DataSetTableAdapters.TableAdapterManager();
  41. this.zakaziTableAdapter = new Kafe09.Kafe09DataSetTableAdapters.ZakaziTableAdapter();
  42. this.zakaziBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43. this.zakaziDataGridView = new System.Windows.Forms.DataGridView();
  44. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.статусЗаказаComboBox = new System.Windows.Forms.ComboBox();
  54. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  55. this.типОплатыTextBox = new System.Windows.Forms.TextBox();
  56. this.сменаTextBox = new System.Windows.Forms.TextBox();
  57. this.столикTextBox = new System.Windows.Forms.TextBox();
  58. this.блюдаTextBox = new System.Windows.Forms.TextBox();
  59. this.заказанныеБлюдаTextBox = new System.Windows.Forms.TextBox();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.button2 = new System.Windows.Forms.Button();
  62. this.button3 = new System.Windows.Forms.Button();
  63. this.button4 = new System.Windows.Forms.Button();
  64. this.button5 = new System.Windows.Forms.Button();
  65. this.button6 = new System.Windows.Forms.Button();
  66. статусЗаказаLabel = new System.Windows.Forms.Label();
  67. датаLabel = new System.Windows.Forms.Label();
  68. типОплатыLabel = new System.Windows.Forms.Label();
  69. сменаLabel = new System.Windows.Forms.Label();
  70. столикLabel = new System.Windows.Forms.Label();
  71. блюдаLabel = new System.Windows.Forms.Label();
  72. заказанныеБлюдаLabel = new System.Windows.Forms.Label();
  73. ((System.ComponentModel.ISupportInitialize)(this.kafe09DataSet)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.zakazannieBludaBindingSource)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.zakaziBindingSource)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.zakaziDataGridView)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // kafe09DataSet
  80. //
  81. this.kafe09DataSet.DataSetName = "Kafe09DataSet";
  82. this.kafe09DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  83. //
  84. // zakazannieBludaBindingSource
  85. //
  86. this.zakazannieBludaBindingSource.DataMember = "ZakazannieBluda";
  87. this.zakazannieBludaBindingSource.DataSource = this.kafe09DataSet;
  88. //
  89. // zakazannieBludaTableAdapter
  90. //
  91. this.zakazannieBludaTableAdapter.ClearBeforeFill = true;
  92. //
  93. // tableAdapterManager
  94. //
  95. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  96. this.tableAdapterManager.BludaTableAdapter = null;
  97. this.tableAdapterManager.DoljnostiTableAdapter = null;
  98. this.tableAdapterManager.PolzovateliTableAdapter = null;
  99. this.tableAdapterManager.SmeniTableAdapter = null;
  100. this.tableAdapterManager.StatusiPolzovateleyTableAdapter = null;
  101. this.tableAdapterManager.StatusiZakazaTableAdapter = null;
  102. this.tableAdapterManager.StolikiTableAdapter = null;
  103. this.tableAdapterManager.TipiOplatiTableAdapter = null;
  104. this.tableAdapterManager.UpdateOrder = Kafe09.Kafe09DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  105. this.tableAdapterManager.ZakazannieBludaTableAdapter = this.zakazannieBludaTableAdapter;
  106. this.tableAdapterManager.ZakaziTableAdapter = this.zakaziTableAdapter;
  107. //
  108. // zakaziTableAdapter
  109. //
  110. this.zakaziTableAdapter.ClearBeforeFill = true;
  111. //
  112. // zakaziBindingSource
  113. //
  114. this.zakaziBindingSource.DataMember = "Zakazi";
  115. this.zakaziBindingSource.DataSource = this.kafe09DataSet;
  116. //
  117. // zakaziDataGridView
  118. //
  119. this.zakaziDataGridView.AutoGenerateColumns = false;
  120. this.zakaziDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  121. this.zakaziDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  122. this.dataGridViewTextBoxColumn1,
  123. this.dataGridViewTextBoxColumn2,
  124. this.dataGridViewTextBoxColumn3,
  125. this.dataGridViewTextBoxColumn4,
  126. this.dataGridViewTextBoxColumn5,
  127. this.dataGridViewTextBoxColumn6,
  128. this.dataGridViewTextBoxColumn7,
  129. this.dataGridViewTextBoxColumn8});
  130. this.zakaziDataGridView.DataSource = this.zakaziBindingSource;
  131. this.zakaziDataGridView.Location = new System.Drawing.Point(1, 44);
  132. this.zakaziDataGridView.Name = "zakaziDataGridView";
  133. this.zakaziDataGridView.Size = new System.Drawing.Size(847, 220);
  134. this.zakaziDataGridView.TabIndex = 0;
  135. //
  136. // dataGridViewTextBoxColumn1
  137. //
  138. this.dataGridViewTextBoxColumn1.DataPropertyName = "id";
  139. this.dataGridViewTextBoxColumn1.HeaderText = "id";
  140. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  141. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  142. //
  143. // dataGridViewTextBoxColumn2
  144. //
  145. this.dataGridViewTextBoxColumn2.DataPropertyName = "СтатусЗаказа";
  146. this.dataGridViewTextBoxColumn2.HeaderText = "СтатусЗаказа";
  147. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  148. //
  149. // dataGridViewTextBoxColumn3
  150. //
  151. this.dataGridViewTextBoxColumn3.DataPropertyName = "Дата";
  152. this.dataGridViewTextBoxColumn3.HeaderText = "Дата";
  153. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  154. //
  155. // dataGridViewTextBoxColumn4
  156. //
  157. this.dataGridViewTextBoxColumn4.DataPropertyName = "ТипОплаты";
  158. this.dataGridViewTextBoxColumn4.HeaderText = "ТипОплаты";
  159. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  160. //
  161. // dataGridViewTextBoxColumn5
  162. //
  163. this.dataGridViewTextBoxColumn5.DataPropertyName = "Смена";
  164. this.dataGridViewTextBoxColumn5.HeaderText = "Смена";
  165. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  166. //
  167. // dataGridViewTextBoxColumn6
  168. //
  169. this.dataGridViewTextBoxColumn6.DataPropertyName = "Столик";
  170. this.dataGridViewTextBoxColumn6.HeaderText = "Столик";
  171. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  172. //
  173. // dataGridViewTextBoxColumn7
  174. //
  175. this.dataGridViewTextBoxColumn7.DataPropertyName = "Блюда";
  176. this.dataGridViewTextBoxColumn7.HeaderText = "Блюда";
  177. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  178. //
  179. // dataGridViewTextBoxColumn8
  180. //
  181. this.dataGridViewTextBoxColumn8.DataPropertyName = "ЗаказанныеБлюда";
  182. this.dataGridViewTextBoxColumn8.HeaderText = "ЗаказанныеБлюда";
  183. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  184. //
  185. // label1
  186. //
  187. this.label1.AutoSize = true;
  188. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  189. this.label1.Location = new System.Drawing.Point(287, 9);
  190. this.label1.Name = "label1";
  191. this.label1.Size = new System.Drawing.Size(201, 20);
  192. this.label1.TabIndex = 1;
  193. this.label1.Text = "ПАНЕЛЬ ОФИЦИАНТА";
  194. //
  195. // статусЗаказаLabel
  196. //
  197. статусЗаказаLabel.AutoSize = true;
  198. статусЗаказаLabel.Location = new System.Drawing.Point(9, 273);
  199. статусЗаказаLabel.Name = "статусЗаказаLabel";
  200. статусЗаказаLabel.Size = new System.Drawing.Size(84, 13);
  201. статусЗаказаLabel.TabIndex = 2;
  202. статусЗаказаLabel.Text = "Статус Заказа:";
  203. //
  204. // статусЗаказаComboBox
  205. //
  206. this.статусЗаказаComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zakaziBindingSource, "СтатусЗаказа", true));
  207. this.статусЗаказаComboBox.FormattingEnabled = true;
  208. this.статусЗаказаComboBox.Location = new System.Drawing.Point(99, 270);
  209. this.статусЗаказаComboBox.Name = "статусЗаказаComboBox";
  210. this.статусЗаказаComboBox.Size = new System.Drawing.Size(121, 21);
  211. this.статусЗаказаComboBox.TabIndex = 3;
  212. //
  213. // датаLabel
  214. //
  215. датаLabel.AutoSize = true;
  216. датаLabel.Location = new System.Drawing.Point(57, 353);
  217. датаLabel.Name = "датаLabel";
  218. датаLabel.Size = new System.Drawing.Size(36, 13);
  219. датаLabel.TabIndex = 4;
  220. датаLabel.Text = "Дата:";
  221. //
  222. // датаDateTimePicker
  223. //
  224. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.zakaziBindingSource, "Дата", true));
  225. this.датаDateTimePicker.Location = new System.Drawing.Point(99, 349);
  226. this.датаDateTimePicker.Name = "датаDateTimePicker";
  227. this.датаDateTimePicker.Size = new System.Drawing.Size(200, 20);
  228. this.датаDateTimePicker.TabIndex = 5;
  229. //
  230. // типОплатыLabel
  231. //
  232. типОплатыLabel.AutoSize = true;
  233. типОплатыLabel.Location = new System.Drawing.Point(22, 300);
  234. типОплатыLabel.Name = "типОплатыLabel";
  235. типОплатыLabel.Size = new System.Drawing.Size(71, 13);
  236. типОплатыLabel.TabIndex = 6;
  237. типОплатыLabel.Text = "Тип Оплаты:";
  238. //
  239. // типОплатыTextBox
  240. //
  241. this.типОплатыTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zakaziBindingSource, "ТипОплаты", true));
  242. this.типОплатыTextBox.Location = new System.Drawing.Point(99, 297);
  243. this.типОплатыTextBox.Name = "типОплатыTextBox";
  244. this.типОплатыTextBox.Size = new System.Drawing.Size(121, 20);
  245. this.типОплатыTextBox.TabIndex = 7;
  246. //
  247. // сменаLabel
  248. //
  249. сменаLabel.AutoSize = true;
  250. сменаLabel.Location = new System.Drawing.Point(50, 326);
  251. сменаLabel.Name = "сменаLabel";
  252. сменаLabel.Size = new System.Drawing.Size(43, 13);
  253. сменаLabel.TabIndex = 8;
  254. сменаLabel.Text = "Смена:";
  255. //
  256. // сменаTextBox
  257. //
  258. this.сменаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zakaziBindingSource, "Смена", true));
  259. this.сменаTextBox.Location = new System.Drawing.Point(99, 323);
  260. this.сменаTextBox.Name = "сменаTextBox";
  261. this.сменаTextBox.Size = new System.Drawing.Size(121, 20);
  262. this.сменаTextBox.TabIndex = 9;
  263. //
  264. // столикLabel
  265. //
  266. столикLabel.AutoSize = true;
  267. столикLabel.Location = new System.Drawing.Point(315, 273);
  268. столикLabel.Name = "столикLabel";
  269. столикLabel.Size = new System.Drawing.Size(46, 13);
  270. столикLabel.TabIndex = 10;
  271. столикLabel.Text = "Столик:";
  272. //
  273. // блюдаLabel
  274. //
  275. блюдаLabel.AutoSize = true;
  276. блюдаLabel.Location = new System.Drawing.Point(318, 299);
  277. блюдаLabel.Name = "блюдаLabel";
  278. блюдаLabel.Size = new System.Drawing.Size(43, 13);
  279. блюдаLabel.TabIndex = 12;
  280. блюдаLabel.Text = "Блюда:";
  281. //
  282. // заказанныеБлюдаLabel
  283. //
  284. заказанныеБлюдаLabel.AutoSize = true;
  285. заказанныеБлюдаLabel.Location = new System.Drawing.Point(252, 325);
  286. заказанныеБлюдаLabel.Name = "заказанныеБлюдаLabel";
  287. заказанныеБлюдаLabel.Size = new System.Drawing.Size(109, 13);
  288. заказанныеБлюдаLabel.TabIndex = 14;
  289. заказанныеБлюдаLabel.Text = "Заказанные Блюда:";
  290. //
  291. // столикTextBox
  292. //
  293. this.столикTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zakaziBindingSource, "Столик", true));
  294. this.столикTextBox.Location = new System.Drawing.Point(367, 270);
  295. this.столикTextBox.Name = "столикTextBox";
  296. this.столикTextBox.Size = new System.Drawing.Size(100, 20);
  297. this.столикTextBox.TabIndex = 11;
  298. //
  299. // блюдаTextBox
  300. //
  301. this.блюдаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zakaziBindingSource, "Блюда", true));
  302. this.блюдаTextBox.Location = new System.Drawing.Point(367, 296);
  303. this.блюдаTextBox.Name = "блюдаTextBox";
  304. this.блюдаTextBox.Size = new System.Drawing.Size(100, 20);
  305. this.блюдаTextBox.TabIndex = 13;
  306. //
  307. // заказанныеБлюдаTextBox
  308. //
  309. this.заказанныеБлюдаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zakaziBindingSource, "ЗаказанныеБлюда", true));
  310. this.заказанныеБлюдаTextBox.Location = new System.Drawing.Point(367, 322);
  311. this.заказанныеБлюдаTextBox.Name = "заказанныеБлюдаTextBox";
  312. this.заказанныеБлюдаTextBox.Size = new System.Drawing.Size(100, 20);
  313. this.заказанныеБлюдаTextBox.TabIndex = 15;
  314. //
  315. // button1
  316. //
  317. this.button1.Location = new System.Drawing.Point(529, 268);
  318. this.button1.Name = "button1";
  319. this.button1.Size = new System.Drawing.Size(34, 23);
  320. this.button1.TabIndex = 16;
  321. this.button1.Text = "<";
  322. this.button1.UseVisualStyleBackColor = true;
  323. this.button1.Click += new System.EventHandler(this.button1_Click);
  324. //
  325. // button2
  326. //
  327. this.button2.Location = new System.Drawing.Point(569, 268);
  328. this.button2.Name = "button2";
  329. this.button2.Size = new System.Drawing.Size(34, 23);
  330. this.button2.TabIndex = 17;
  331. this.button2.Text = ">";
  332. this.button2.UseVisualStyleBackColor = true;
  333. this.button2.Click += new System.EventHandler(this.button2_Click);
  334. //
  335. // button3
  336. //
  337. this.button3.Location = new System.Drawing.Point(529, 297);
  338. this.button3.Name = "button3";
  339. this.button3.Size = new System.Drawing.Size(34, 23);
  340. this.button3.TabIndex = 18;
  341. this.button3.Text = "<<";
  342. this.button3.UseVisualStyleBackColor = true;
  343. this.button3.Click += new System.EventHandler(this.button3_Click);
  344. //
  345. // button4
  346. //
  347. this.button4.Location = new System.Drawing.Point(569, 297);
  348. this.button4.Name = "button4";
  349. this.button4.Size = new System.Drawing.Size(34, 23);
  350. this.button4.TabIndex = 19;
  351. this.button4.Text = ">>";
  352. this.button4.UseVisualStyleBackColor = true;
  353. this.button4.Click += new System.EventHandler(this.button4_Click);
  354. //
  355. // button5
  356. //
  357. this.button5.Location = new System.Drawing.Point(513, 355);
  358. this.button5.Name = "button5";
  359. this.button5.Size = new System.Drawing.Size(113, 23);
  360. this.button5.TabIndex = 20;
  361. this.button5.Text = "Добавить заказ";
  362. this.button5.UseVisualStyleBackColor = true;
  363. this.button5.Click += new System.EventHandler(this.button5_Click);
  364. //
  365. // button6
  366. //
  367. this.button6.Location = new System.Drawing.Point(513, 326);
  368. this.button6.Name = "button6";
  369. this.button6.Size = new System.Drawing.Size(113, 23);
  370. this.button6.TabIndex = 21;
  371. this.button6.Text = "Изменить заказ";
  372. this.button6.UseVisualStyleBackColor = true;
  373. this.button6.Click += new System.EventHandler(this.button6_Click);
  374. //
  375. // FormOficiant
  376. //
  377. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  378. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379. this.ClientSize = new System.Drawing.Size(868, 714);
  380. this.Controls.Add(this.button6);
  381. this.Controls.Add(this.button5);
  382. this.Controls.Add(this.button4);
  383. this.Controls.Add(this.button3);
  384. this.Controls.Add(this.button2);
  385. this.Controls.Add(this.button1);
  386. this.Controls.Add(заказанныеБлюдаLabel);
  387. this.Controls.Add(this.заказанныеБлюдаTextBox);
  388. this.Controls.Add(блюдаLabel);
  389. this.Controls.Add(this.блюдаTextBox);
  390. this.Controls.Add(столикLabel);
  391. this.Controls.Add(this.столикTextBox);
  392. this.Controls.Add(сменаLabel);
  393. this.Controls.Add(this.сменаTextBox);
  394. this.Controls.Add(типОплатыLabel);
  395. this.Controls.Add(this.типОплатыTextBox);
  396. this.Controls.Add(датаLabel);
  397. this.Controls.Add(this.датаDateTimePicker);
  398. this.Controls.Add(статусЗаказаLabel);
  399. this.Controls.Add(this.статусЗаказаComboBox);
  400. this.Controls.Add(this.label1);
  401. this.Controls.Add(this.zakaziDataGridView);
  402. this.Name = "FormOficiant";
  403. this.Text = "FormOficiant";
  404. this.Load += new System.EventHandler(this.FormOficiant_Load);
  405. ((System.ComponentModel.ISupportInitialize)(this.kafe09DataSet)).EndInit();
  406. ((System.ComponentModel.ISupportInitialize)(this.zakazannieBludaBindingSource)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.zakaziBindingSource)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.zakaziDataGridView)).EndInit();
  409. this.ResumeLayout(false);
  410. this.PerformLayout();
  411. }
  412. #endregion
  413. private Kafe09DataSet kafe09DataSet;
  414. private System.Windows.Forms.BindingSource zakazannieBludaBindingSource;
  415. private Kafe09DataSetTableAdapters.ZakazannieBludaTableAdapter zakazannieBludaTableAdapter;
  416. private Kafe09DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  417. private Kafe09DataSetTableAdapters.ZakaziTableAdapter zakaziTableAdapter;
  418. private System.Windows.Forms.BindingSource zakaziBindingSource;
  419. private System.Windows.Forms.DataGridView zakaziDataGridView;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  428. private System.Windows.Forms.Label label1;
  429. private System.Windows.Forms.ComboBox статусЗаказаComboBox;
  430. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  431. private System.Windows.Forms.TextBox типОплатыTextBox;
  432. private System.Windows.Forms.TextBox сменаTextBox;
  433. private System.Windows.Forms.TextBox столикTextBox;
  434. private System.Windows.Forms.TextBox блюдаTextBox;
  435. private System.Windows.Forms.TextBox заказанныеБлюдаTextBox;
  436. private System.Windows.Forms.Button button1;
  437. private System.Windows.Forms.Button button2;
  438. private System.Windows.Forms.Button button3;
  439. private System.Windows.Forms.Button button4;
  440. private System.Windows.Forms.Button button5;
  441. private System.Windows.Forms.Button button6;
  442. }
  443. }