FormPovar.Designer.cs 29 KB

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