Form2.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. 
  2. namespace kafe_Loriy
  3. {
  4. partial class Form2
  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 датаLabel;
  32. System.Windows.Forms.Label столикLabel;
  33. System.Windows.Forms.Label колвоКлиентовLabel;
  34. System.Windows.Forms.Label статусLabel;
  35. System.Windows.Forms.Label iDLabel2;
  36. System.Windows.Forms.Label заказLabel;
  37. System.Windows.Forms.Label заказаноеБНLabel;
  38. System.Windows.Forms.Label ценаLabel1;
  39. System.Windows.Forms.Label датаLabel2;
  40. System.Windows.Forms.Label ценаLabel3;
  41. this.comboBox1 = new System.Windows.Forms.ComboBox();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.comboBox2 = new System.Windows.Forms.ComboBox();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.textBox1 = new System.Windows.Forms.TextBox();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.textBox2 = new System.Windows.Forms.TextBox();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.panel2 = new System.Windows.Forms.Panel();
  54. this.button2 = new System.Windows.Forms.Button();
  55. this.comboBox3 = new System.Windows.Forms.ComboBox();
  56. this.panel3 = new System.Windows.Forms.Panel();
  57. this.оООКафе_ЛорийDataSet = new kafe_Loriy.ОООКафе_ЛорийDataSet();
  58. this.заказыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  59. this.iDLabel1 = new System.Windows.Forms.Label();
  60. this.датаLabel1 = new System.Windows.Forms.Label();
  61. this.столикLabel1 = new System.Windows.Forms.Label();
  62. this.колвоКлиентовLabel1 = new System.Windows.Forms.Label();
  63. this.статусLabel1 = new System.Windows.Forms.Label();
  64. this.iDTextBox = new System.Windows.Forms.TextBox();
  65. this.заказLabel1 = new System.Windows.Forms.Label();
  66. this.заказаноеБНLabel1 = new System.Windows.Forms.Label();
  67. this.ценаLabel2 = new System.Windows.Forms.Label();
  68. this.button3 = new System.Windows.Forms.Button();
  69. this.button4 = new System.Windows.Forms.Button();
  70. this.заказыTableAdapter = new kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.ЗаказыTableAdapter();
  71. this.tableAdapterManager = new kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.TableAdapterManager();
  72. this.заказаныеБНTableAdapter = new kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.ЗаказаныеБНTableAdapter();
  73. this.заказаныеБНBindingSource = new System.Windows.Forms.BindingSource(this.components);
  74. this.fKЗаказаныеБНЗаказы1BindingSource = new System.Windows.Forms.BindingSource(this.components);
  75. this.заказыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  76. this.fKЗаказаныеБНЗаказы1BindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  77. this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Дата = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Столик = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.КолвоКлиентов = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Статус = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  84. this.ценаTextBox1 = new System.Windows.Forms.TextBox();
  85. iDLabel = new System.Windows.Forms.Label();
  86. датаLabel = new System.Windows.Forms.Label();
  87. столикLabel = new System.Windows.Forms.Label();
  88. колвоКлиентовLabel = new System.Windows.Forms.Label();
  89. статусLabel = new System.Windows.Forms.Label();
  90. iDLabel2 = new System.Windows.Forms.Label();
  91. заказLabel = new System.Windows.Forms.Label();
  92. заказаноеБНLabel = new System.Windows.Forms.Label();
  93. ценаLabel1 = new System.Windows.Forms.Label();
  94. датаLabel2 = new System.Windows.Forms.Label();
  95. ценаLabel3 = new System.Windows.Forms.Label();
  96. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  97. this.panel1.SuspendLayout();
  98. this.panel2.SuspendLayout();
  99. this.panel3.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.оООКафе_ЛорийDataSet)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.заказаныеБНBindingSource)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource1)).BeginInit();
  106. this.SuspendLayout();
  107. //
  108. // comboBox1
  109. //
  110. this.comboBox1.BackColor = System.Drawing.SystemColors.MenuText;
  111. this.comboBox1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. this.comboBox1.ForeColor = System.Drawing.SystemColors.Window;
  113. this.comboBox1.FormattingEnabled = true;
  114. this.comboBox1.Items.AddRange(new object[] {
  115. "1",
  116. "2",
  117. "3",
  118. "4",
  119. "5"});
  120. this.comboBox1.Location = new System.Drawing.Point(28, 92);
  121. this.comboBox1.Name = "comboBox1";
  122. this.comboBox1.Size = new System.Drawing.Size(142, 31);
  123. this.comboBox1.TabIndex = 0;
  124. //
  125. // label1
  126. //
  127. this.label1.AutoSize = true;
  128. this.label1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  129. this.label1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  131. this.label1.Location = new System.Drawing.Point(28, 57);
  132. this.label1.Name = "label1";
  133. this.label1.Size = new System.Drawing.Size(142, 23);
  134. this.label1.TabIndex = 1;
  135. this.label1.Text = "Номер столика";
  136. //
  137. // comboBox2
  138. //
  139. this.comboBox2.BackColor = System.Drawing.SystemColors.MenuText;
  140. this.comboBox2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. this.comboBox2.ForeColor = System.Drawing.SystemColors.Window;
  142. this.comboBox2.FormattingEnabled = true;
  143. this.comboBox2.Items.AddRange(new object[] {
  144. "1",
  145. "2",
  146. "3",
  147. "4"});
  148. this.comboBox2.Location = new System.Drawing.Point(205, 92);
  149. this.comboBox2.Name = "comboBox2";
  150. this.comboBox2.Size = new System.Drawing.Size(142, 31);
  151. this.comboBox2.TabIndex = 3;
  152. //
  153. // label2
  154. //
  155. this.label2.AutoSize = true;
  156. this.label2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  157. this.label2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  158. this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  159. this.label2.Location = new System.Drawing.Point(205, 57);
  160. this.label2.Name = "label2";
  161. this.label2.Size = new System.Drawing.Size(67, 23);
  162. this.label2.TabIndex = 4;
  163. this.label2.Text = "Место";
  164. //
  165. // dataGridView1
  166. //
  167. this.dataGridView1.AutoGenerateColumns = false;
  168. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveBorder;
  169. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  170. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  171. this.iDDataGridViewTextBoxColumn,
  172. this.Дата,
  173. this.Столик,
  174. this.КолвоКлиентов,
  175. this.Статус,
  176. this.ценаDataGridViewTextBoxColumn});
  177. this.dataGridView1.DataSource = this.заказыBindingSource;
  178. this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveCaptionText;
  179. this.dataGridView1.Location = new System.Drawing.Point(3, 5);
  180. this.dataGridView1.Name = "dataGridView1";
  181. this.dataGridView1.Size = new System.Drawing.Size(649, 410);
  182. this.dataGridView1.TabIndex = 5;
  183. //
  184. // button1
  185. //
  186. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  187. this.button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.button1.ForeColor = System.Drawing.SystemColors.Control;
  189. this.button1.Location = new System.Drawing.Point(32, 419);
  190. this.button1.Name = "button1";
  191. this.button1.Size = new System.Drawing.Size(319, 38);
  192. this.button1.TabIndex = 6;
  193. this.button1.Text = "Сохранить изменения";
  194. this.button1.UseVisualStyleBackColor = false;
  195. this.button1.Click += new System.EventHandler(this.button1_Click);
  196. //
  197. // textBox1
  198. //
  199. this.textBox1.BackColor = System.Drawing.SystemColors.MenuText;
  200. this.textBox1.ForeColor = System.Drawing.SystemColors.Window;
  201. this.textBox1.Location = new System.Drawing.Point(28, 161);
  202. this.textBox1.Multiline = true;
  203. this.textBox1.Name = "textBox1";
  204. this.textBox1.Size = new System.Drawing.Size(319, 93);
  205. this.textBox1.TabIndex = 7;
  206. //
  207. // label3
  208. //
  209. this.label3.AutoSize = true;
  210. this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  211. this.label3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  212. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  213. this.label3.Location = new System.Drawing.Point(154, 135);
  214. this.label3.Name = "label3";
  215. this.label3.Size = new System.Drawing.Size(57, 23);
  216. this.label3.TabIndex = 8;
  217. this.label3.Text = "Заказ";
  218. //
  219. // label4
  220. //
  221. this.label4.AutoSize = true;
  222. this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  223. this.label4.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  224. this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  225. this.label4.Location = new System.Drawing.Point(122, 257);
  226. this.label4.Name = "label4";
  227. this.label4.Size = new System.Drawing.Size(130, 23);
  228. this.label4.TabIndex = 9;
  229. this.label4.Text = "Детали заказа";
  230. //
  231. // textBox2
  232. //
  233. this.textBox2.BackColor = System.Drawing.SystemColors.MenuText;
  234. this.textBox2.ForeColor = System.Drawing.SystemColors.Window;
  235. this.textBox2.Location = new System.Drawing.Point(28, 283);
  236. this.textBox2.Multiline = true;
  237. this.textBox2.Name = "textBox2";
  238. this.textBox2.Size = new System.Drawing.Size(319, 93);
  239. this.textBox2.TabIndex = 10;
  240. //
  241. // label5
  242. //
  243. this.label5.AutoSize = true;
  244. this.label5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  245. this.label5.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  246. this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  247. this.label5.Location = new System.Drawing.Point(28, 385);
  248. this.label5.Name = "label5";
  249. this.label5.Size = new System.Drawing.Size(68, 23);
  250. this.label5.TabIndex = 12;
  251. this.label5.Text = "Статус";
  252. //
  253. // panel1
  254. //
  255. this.panel1.Controls.Add(ценаLabel1);
  256. this.panel1.Controls.Add(this.ценаLabel2);
  257. this.panel1.Controls.Add(заказаноеБНLabel);
  258. this.panel1.Controls.Add(this.заказаноеБНLabel1);
  259. this.panel1.Controls.Add(заказLabel);
  260. this.panel1.Controls.Add(this.заказLabel1);
  261. this.panel1.Controls.Add(iDLabel2);
  262. this.panel1.Controls.Add(this.iDTextBox);
  263. this.panel1.Controls.Add(статусLabel);
  264. this.panel1.Controls.Add(this.статусLabel1);
  265. this.panel1.Controls.Add(колвоКлиентовLabel);
  266. this.panel1.Controls.Add(this.колвоКлиентовLabel1);
  267. this.panel1.Controls.Add(столикLabel);
  268. this.panel1.Controls.Add(this.столикLabel1);
  269. this.panel1.Controls.Add(датаLabel);
  270. this.panel1.Controls.Add(this.датаLabel1);
  271. this.panel1.Controls.Add(iDLabel);
  272. this.panel1.Controls.Add(this.iDLabel1);
  273. this.panel1.Location = new System.Drawing.Point(673, 374);
  274. this.panel1.Name = "panel1";
  275. this.panel1.Size = new System.Drawing.Size(456, 184);
  276. this.panel1.TabIndex = 13;
  277. //
  278. // panel2
  279. //
  280. this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  281. this.panel2.Controls.Add(ценаLabel3);
  282. this.panel2.Controls.Add(this.ценаTextBox1);
  283. this.panel2.Controls.Add(датаLabel2);
  284. this.panel2.Controls.Add(this.датаDateTimePicker);
  285. this.panel2.Controls.Add(this.button2);
  286. this.panel2.Controls.Add(this.comboBox3);
  287. this.panel2.Controls.Add(this.label1);
  288. this.panel2.Controls.Add(this.button1);
  289. this.panel2.Controls.Add(this.comboBox1);
  290. this.panel2.Controls.Add(this.comboBox2);
  291. this.panel2.Controls.Add(this.label5);
  292. this.panel2.Controls.Add(this.label2);
  293. this.panel2.Controls.Add(this.textBox1);
  294. this.panel2.Controls.Add(this.label3);
  295. this.panel2.Controls.Add(this.textBox2);
  296. this.panel2.Controls.Add(this.label4);
  297. this.panel2.Location = new System.Drawing.Point(8, 37);
  298. this.panel2.Name = "panel2";
  299. this.panel2.Size = new System.Drawing.Size(440, 565);
  300. this.panel2.TabIndex = 14;
  301. this.panel2.Visible = false;
  302. //
  303. // button2
  304. //
  305. this.button2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  306. this.button2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  307. this.button2.ForeColor = System.Drawing.SystemColors.Control;
  308. this.button2.Location = new System.Drawing.Point(32, 507);
  309. this.button2.Name = "button2";
  310. this.button2.Size = new System.Drawing.Size(319, 38);
  311. this.button2.TabIndex = 16;
  312. this.button2.Text = "Внести данные в базу";
  313. this.button2.UseVisualStyleBackColor = false;
  314. this.button2.Click += new System.EventHandler(this.button2_Click);
  315. //
  316. // comboBox3
  317. //
  318. this.comboBox3.BackColor = System.Drawing.SystemColors.MenuText;
  319. this.comboBox3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  320. this.comboBox3.ForeColor = System.Drawing.SystemColors.Window;
  321. this.comboBox3.FormattingEnabled = true;
  322. this.comboBox3.Items.AddRange(new object[] {
  323. "Принят",
  324. "Оплачен"});
  325. this.comboBox3.Location = new System.Drawing.Point(110, 382);
  326. this.comboBox3.Name = "comboBox3";
  327. this.comboBox3.Size = new System.Drawing.Size(237, 31);
  328. this.comboBox3.TabIndex = 15;
  329. //
  330. // panel3
  331. //
  332. this.panel3.Controls.Add(this.dataGridView1);
  333. this.panel3.Location = new System.Drawing.Point(469, 37);
  334. this.panel3.Name = "panel3";
  335. this.panel3.Size = new System.Drawing.Size(655, 331);
  336. this.panel3.TabIndex = 14;
  337. this.panel3.Visible = false;
  338. //
  339. // оООКафе_ЛорийDataSet
  340. //
  341. this.оООКафе_ЛорийDataSet.DataSetName = "ОООКафе_ЛорийDataSet";
  342. this.оООКафе_ЛорийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  343. //
  344. // заказыBindingSource
  345. //
  346. this.заказыBindingSource.DataMember = "Заказы";
  347. this.заказыBindingSource.DataSource = this.оООКафе_ЛорийDataSet;
  348. //
  349. // iDLabel
  350. //
  351. iDLabel.AutoSize = true;
  352. iDLabel.Location = new System.Drawing.Point(13, 9);
  353. iDLabel.Name = "iDLabel";
  354. iDLabel.Size = new System.Drawing.Size(21, 13);
  355. iDLabel.TabIndex = 0;
  356. iDLabel.Text = "ID:";
  357. //
  358. // iDLabel1
  359. //
  360. this.iDLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "ID", true));
  361. this.iDLabel1.Location = new System.Drawing.Point(40, 9);
  362. this.iDLabel1.Name = "iDLabel1";
  363. this.iDLabel1.Size = new System.Drawing.Size(100, 23);
  364. this.iDLabel1.TabIndex = 1;
  365. this.iDLabel1.Text = "label6";
  366. //
  367. // датаLabel
  368. //
  369. датаLabel.AutoSize = true;
  370. датаLabel.Location = new System.Drawing.Point(13, 32);
  371. датаLabel.Name = "датаLabel";
  372. датаLabel.Size = new System.Drawing.Size(36, 13);
  373. датаLabel.TabIndex = 2;
  374. датаLabel.Text = "Дата:";
  375. //
  376. // датаLabel1
  377. //
  378. this.датаLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Дата", true));
  379. this.датаLabel1.Location = new System.Drawing.Point(55, 32);
  380. this.датаLabel1.Name = "датаLabel1";
  381. this.датаLabel1.Size = new System.Drawing.Size(100, 23);
  382. this.датаLabel1.TabIndex = 3;
  383. this.датаLabel1.Text = "label6";
  384. //
  385. // столикLabel
  386. //
  387. столикLabel.AutoSize = true;
  388. столикLabel.Location = new System.Drawing.Point(13, 55);
  389. столикLabel.Name = "столикLabel";
  390. столикLabel.Size = new System.Drawing.Size(46, 13);
  391. столикLabel.TabIndex = 4;
  392. столикLabel.Text = "Столик:";
  393. //
  394. // столикLabel1
  395. //
  396. this.столикLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Столик", true));
  397. this.столикLabel1.Location = new System.Drawing.Point(65, 55);
  398. this.столикLabel1.Name = "столикLabel1";
  399. this.столикLabel1.Size = new System.Drawing.Size(100, 23);
  400. this.столикLabel1.TabIndex = 5;
  401. this.столикLabel1.Text = "label6";
  402. //
  403. // колвоКлиентовLabel
  404. //
  405. колвоКлиентовLabel.AutoSize = true;
  406. колвоКлиентовLabel.Location = new System.Drawing.Point(13, 78);
  407. колвоКлиентовLabel.Name = "колвоКлиентовLabel";
  408. колвоКлиентовLabel.Size = new System.Drawing.Size(92, 13);
  409. колвоКлиентовLabel.TabIndex = 6;
  410. колвоКлиентовLabel.Text = "Колво Клиентов:";
  411. //
  412. // колвоКлиентовLabel1
  413. //
  414. this.колвоКлиентовLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "КолвоКлиентов", true));
  415. this.колвоКлиентовLabel1.Location = new System.Drawing.Point(111, 78);
  416. this.колвоКлиентовLabel1.Name = "колвоКлиентовLabel1";
  417. this.колвоКлиентовLabel1.Size = new System.Drawing.Size(54, 13);
  418. this.колвоКлиентовLabel1.TabIndex = 7;
  419. this.колвоКлиентовLabel1.Text = "label6";
  420. //
  421. // статусLabel
  422. //
  423. статусLabel.AutoSize = true;
  424. статусLabel.Location = new System.Drawing.Point(13, 126);
  425. статусLabel.Name = "статусLabel";
  426. статусLabel.Size = new System.Drawing.Size(44, 13);
  427. статусLabel.TabIndex = 10;
  428. статусLabel.Text = "Статус:";
  429. //
  430. // статусLabel1
  431. //
  432. this.статусLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Статус", true));
  433. this.статусLabel1.Location = new System.Drawing.Point(63, 126);
  434. this.статусLabel1.Name = "статусLabel1";
  435. this.статусLabel1.Size = new System.Drawing.Size(100, 23);
  436. this.статусLabel1.TabIndex = 11;
  437. this.статусLabel1.Text = "label6";
  438. //
  439. // iDLabel2
  440. //
  441. iDLabel2.AutoSize = true;
  442. iDLabel2.Location = new System.Drawing.Point(203, 9);
  443. iDLabel2.Name = "iDLabel2";
  444. iDLabel2.Size = new System.Drawing.Size(21, 13);
  445. iDLabel2.TabIndex = 12;
  446. iDLabel2.Text = "ID:";
  447. //
  448. // iDTextBox
  449. //
  450. this.iDTextBox.Location = new System.Drawing.Point(230, 6);
  451. this.iDTextBox.Name = "iDTextBox";
  452. this.iDTextBox.Size = new System.Drawing.Size(100, 20);
  453. this.iDTextBox.TabIndex = 13;
  454. //
  455. // заказLabel
  456. //
  457. заказLabel.AutoSize = true;
  458. заказLabel.Location = new System.Drawing.Point(203, 32);
  459. заказLabel.Name = "заказLabel";
  460. заказLabel.Size = new System.Drawing.Size(41, 13);
  461. заказLabel.TabIndex = 14;
  462. заказLabel.Text = "Заказ:";
  463. //
  464. // заказLabel1
  465. //
  466. this.заказLabel1.Location = new System.Drawing.Point(250, 32);
  467. this.заказLabel1.Name = "заказLabel1";
  468. this.заказLabel1.Size = new System.Drawing.Size(100, 23);
  469. this.заказLabel1.TabIndex = 15;
  470. this.заказLabel1.Text = "label6";
  471. //
  472. // заказаноеБНLabel
  473. //
  474. заказаноеБНLabel.AutoSize = true;
  475. заказаноеБНLabel.Location = new System.Drawing.Point(203, 55);
  476. заказаноеБНLabel.Name = "заказаноеБНLabel";
  477. заказаноеБНLabel.Size = new System.Drawing.Size(83, 13);
  478. заказаноеБНLabel.TabIndex = 16;
  479. заказаноеБНLabel.Text = "Заказаное БН:";
  480. //
  481. // заказаноеБНLabel1
  482. //
  483. this.заказаноеБНLabel1.Location = new System.Drawing.Point(292, 55);
  484. this.заказаноеБНLabel1.Name = "заказаноеБНLabel1";
  485. this.заказаноеБНLabel1.Size = new System.Drawing.Size(100, 23);
  486. this.заказаноеБНLabel1.TabIndex = 17;
  487. this.заказаноеБНLabel1.Text = "label6";
  488. //
  489. // ценаLabel1
  490. //
  491. ценаLabel1.AutoSize = true;
  492. ценаLabel1.Location = new System.Drawing.Point(208, 78);
  493. ценаLabel1.Name = "ценаLabel1";
  494. ценаLabel1.Size = new System.Drawing.Size(36, 13);
  495. ценаLabel1.TabIndex = 18;
  496. ценаLabel1.Text = "Цена:";
  497. //
  498. // ценаLabel2
  499. //
  500. this.ценаLabel2.Location = new System.Drawing.Point(250, 78);
  501. this.ценаLabel2.Name = "ценаLabel2";
  502. this.ценаLabel2.Size = new System.Drawing.Size(100, 23);
  503. this.ценаLabel2.TabIndex = 19;
  504. this.ценаLabel2.Text = "label6";
  505. //
  506. // button3
  507. //
  508. this.button3.Location = new System.Drawing.Point(8, 12);
  509. this.button3.Name = "button3";
  510. this.button3.Size = new System.Drawing.Size(188, 23);
  511. this.button3.TabIndex = 15;
  512. this.button3.Text = "Создать заказ";
  513. this.button3.UseVisualStyleBackColor = true;
  514. this.button3.Click += new System.EventHandler(this.button3_Click);
  515. //
  516. // button4
  517. //
  518. this.button4.Location = new System.Drawing.Point(202, 12);
  519. this.button4.Name = "button4";
  520. this.button4.Size = new System.Drawing.Size(193, 23);
  521. this.button4.TabIndex = 16;
  522. this.button4.Text = "Отобразить таблицу";
  523. this.button4.UseVisualStyleBackColor = true;
  524. this.button4.Click += new System.EventHandler(this.button4_Click_1);
  525. //
  526. // заказыTableAdapter
  527. //
  528. this.заказыTableAdapter.ClearBeforeFill = true;
  529. //
  530. // tableAdapterManager
  531. //
  532. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  533. this.tableAdapterManager.UpdateOrder = kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  534. this.tableAdapterManager.БлюдаНапиткиTableAdapter = null;
  535. this.tableAdapterManager.ЗаказаныеБНTableAdapter = this.заказаныеБНTableAdapter;
  536. this.tableAdapterManager.ЗаказыTableAdapter = this.заказыTableAdapter;
  537. this.tableAdapterManager.ОфициантыTableAdapter = null;
  538. this.tableAdapterManager.ПовараTableAdapter = null;
  539. this.tableAdapterManager.РолиTableAdapter = null;
  540. this.tableAdapterManager.СменыTableAdapter = null;
  541. this.tableAdapterManager.СотрудникиTableAdapter = null;
  542. this.tableAdapterManager.СтатусыЗаказаTableAdapter = null;
  543. this.tableAdapterManager.СтатусыСотрудниковTableAdapter = null;
  544. //
  545. // заказаныеБНTableAdapter
  546. //
  547. this.заказаныеБНTableAdapter.ClearBeforeFill = true;
  548. //
  549. // заказаныеБНBindingSource
  550. //
  551. this.заказаныеБНBindingSource.DataMember = "FK_ЗаказаныеБН_Заказы1";
  552. this.заказаныеБНBindingSource.DataSource = this.заказыBindingSource;
  553. //
  554. // fKЗаказаныеБНЗаказы1BindingSource
  555. //
  556. this.fKЗаказаныеБНЗаказы1BindingSource.DataMember = "FK_ЗаказаныеБН_Заказы1";
  557. this.fKЗаказаныеБНЗаказы1BindingSource.DataSource = this.заказыBindingSource;
  558. //
  559. // заказыBindingSource1
  560. //
  561. this.заказыBindingSource1.DataMember = "Заказы";
  562. this.заказыBindingSource1.DataSource = this.оООКафе_ЛорийDataSet;
  563. //
  564. // fKЗаказаныеБНЗаказы1BindingSource1
  565. //
  566. this.fKЗаказаныеБНЗаказы1BindingSource1.DataMember = "FK_ЗаказаныеБН_Заказы1";
  567. this.fKЗаказаныеБНЗаказы1BindingSource1.DataSource = this.заказыBindingSource;
  568. //
  569. // iDDataGridViewTextBoxColumn
  570. //
  571. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  572. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  573. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  574. this.iDDataGridViewTextBoxColumn.ReadOnly = true;
  575. //
  576. // Дата
  577. //
  578. this.Дата.DataPropertyName = "Дата";
  579. this.Дата.HeaderText = "Дата";
  580. this.Дата.Name = "Дата";
  581. //
  582. // Столик
  583. //
  584. this.Столик.DataPropertyName = "Столик";
  585. this.Столик.HeaderText = "Столик";
  586. this.Столик.Name = "Столик";
  587. //
  588. // КолвоКлиентов
  589. //
  590. this.КолвоКлиентов.DataPropertyName = "КолвоКлиентов";
  591. this.КолвоКлиентов.HeaderText = "КолвоКлиентов";
  592. this.КолвоКлиентов.Name = "КолвоКлиентов";
  593. //
  594. // Статус
  595. //
  596. this.Статус.DataPropertyName = "Статус";
  597. this.Статус.HeaderText = "Статус";
  598. this.Статус.Name = "Статус";
  599. //
  600. // ценаDataGridViewTextBoxColumn
  601. //
  602. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  603. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  604. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  605. //
  606. // датаLabel2
  607. //
  608. датаLabel2.AutoSize = true;
  609. датаLabel2.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  610. датаLabel2.ForeColor = System.Drawing.SystemColors.ControlLight;
  611. датаLabel2.Location = new System.Drawing.Point(40, 22);
  612. датаLabel2.Name = "датаLabel2";
  613. датаLabel2.Size = new System.Drawing.Size(56, 22);
  614. датаLabel2.TabIndex = 16;
  615. датаLabel2.Text = "Дата:";
  616. //
  617. // датаDateTimePicker
  618. //
  619. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказыBindingSource, "Дата", true));
  620. this.датаDateTimePicker.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  621. this.датаDateTimePicker.Location = new System.Drawing.Point(147, 22);
  622. this.датаDateTimePicker.Name = "датаDateTimePicker";
  623. this.датаDateTimePicker.Size = new System.Drawing.Size(200, 30);
  624. this.датаDateTimePicker.TabIndex = 17;
  625. //
  626. // ценаLabel3
  627. //
  628. ценаLabel3.AutoSize = true;
  629. ценаLabel3.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  630. ценаLabel3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  631. ценаLabel3.Location = new System.Drawing.Point(37, 474);
  632. ценаLabel3.Name = "ценаLabel3";
  633. ценаLabel3.Size = new System.Drawing.Size(59, 22);
  634. ценаLabel3.TabIndex = 17;
  635. ценаLabel3.Text = "Цена:";
  636. //
  637. // ценаTextBox1
  638. //
  639. this.ценаTextBox1.BackColor = System.Drawing.SystemColors.MenuText;
  640. this.ценаTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Цена", true));
  641. this.ценаTextBox1.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  642. this.ценаTextBox1.ForeColor = System.Drawing.SystemColors.Window;
  643. this.ценаTextBox1.Location = new System.Drawing.Point(102, 471);
  644. this.ценаTextBox1.Name = "ценаTextBox1";
  645. this.ценаTextBox1.Size = new System.Drawing.Size(249, 30);
  646. this.ценаTextBox1.TabIndex = 18;
  647. //
  648. // Form2
  649. //
  650. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  651. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  652. this.BackgroundImage = global::kafe_Loriy.Properties.Resources._1c2w5eGQlRcroXM3AHx4Wr_SQPHl_jlZkpOinhQlyuYVFb9B0pNRYMkFSI6R3i_QZcqo11Rktf_1T7v0o8ZW97z_;
  653. this.ClientSize = new System.Drawing.Size(1206, 622);
  654. this.Controls.Add(this.button4);
  655. this.Controls.Add(this.button3);
  656. this.Controls.Add(this.panel3);
  657. this.Controls.Add(this.panel2);
  658. this.Controls.Add(this.panel1);
  659. this.Name = "Form2";
  660. this.Text = "Создание заказа";
  661. this.Load += new System.EventHandler(this.Form2_Load);
  662. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  663. this.panel1.ResumeLayout(false);
  664. this.panel1.PerformLayout();
  665. this.panel2.ResumeLayout(false);
  666. this.panel2.PerformLayout();
  667. this.panel3.ResumeLayout(false);
  668. ((System.ComponentModel.ISupportInitialize)(this.оООКафе_ЛорийDataSet)).EndInit();
  669. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).EndInit();
  670. ((System.ComponentModel.ISupportInitialize)(this.заказаныеБНBindingSource)).EndInit();
  671. ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource)).EndInit();
  672. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource1)).EndInit();
  673. ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource1)).EndInit();
  674. this.ResumeLayout(false);
  675. }
  676. #endregion
  677. private System.Windows.Forms.ComboBox comboBox1;
  678. private System.Windows.Forms.Label label1;
  679. private System.Windows.Forms.ComboBox comboBox2;
  680. private System.Windows.Forms.Label label2;
  681. private System.Windows.Forms.DataGridView dataGridView1;
  682. private System.Windows.Forms.Button button1;
  683. private System.Windows.Forms.TextBox textBox1;
  684. private System.Windows.Forms.Label label3;
  685. private System.Windows.Forms.Label label4;
  686. private System.Windows.Forms.TextBox textBox2;
  687. private System.Windows.Forms.Label label5;
  688. private System.Windows.Forms.Panel panel1;
  689. private System.Windows.Forms.Panel panel2;
  690. private System.Windows.Forms.Button button2;
  691. private System.Windows.Forms.ComboBox comboBox3;
  692. private System.Windows.Forms.Panel panel3;
  693. private ОООКафе_ЛорийDataSet оООКафе_ЛорийDataSet;
  694. private System.Windows.Forms.BindingSource заказыBindingSource;
  695. private System.Windows.Forms.Label статусLabel1;
  696. private System.Windows.Forms.Label колвоКлиентовLabel1;
  697. private System.Windows.Forms.Label столикLabel1;
  698. private System.Windows.Forms.Label датаLabel1;
  699. private System.Windows.Forms.Label iDLabel1;
  700. private System.Windows.Forms.Label ценаLabel2;
  701. private System.Windows.Forms.Label заказаноеБНLabel1;
  702. private System.Windows.Forms.Label заказLabel1;
  703. private System.Windows.Forms.TextBox iDTextBox;
  704. private System.Windows.Forms.Button button3;
  705. private System.Windows.Forms.Button button4;
  706. private System.Windows.Forms.BindingSource fKЗаказаныеБНЗаказы1BindingSource1;
  707. private ОООКафе_ЛорийDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
  708. private ОООКафе_ЛорийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  709. private ОООКафе_ЛорийDataSetTableAdapters.ЗаказаныеБНTableAdapter заказаныеБНTableAdapter;
  710. private System.Windows.Forms.BindingSource заказаныеБНBindingSource;
  711. private System.Windows.Forms.BindingSource fKЗаказаныеБНЗаказы1BindingSource;
  712. private System.Windows.Forms.BindingSource заказыBindingSource1;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn Дата;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn Столик;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn КолвоКлиентов;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn Статус;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  719. private System.Windows.Forms.TextBox ценаTextBox1;
  720. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  721. }
  722. }