Form9.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. 
  2. namespace KafeKazarin03
  3. {
  4. partial class Form9
  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 iDЗаказаLabel;
  32. System.Windows.Forms.Label iDПродуктLabel;
  33. System.Windows.Forms.Label количествоLabel;
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
  38. this.orderedDishesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.orderedDishesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.OrderedDishesTableAdapter();
  40. this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
  41. this.orderedDishesDataGridView = new System.Windows.Forms.DataGridView();
  42. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.iDTextBox = new System.Windows.Forms.TextBox();
  47. this.iDЗаказаTextBox = new System.Windows.Forms.TextBox();
  48. this.iDПродуктTextBox = new System.Windows.Forms.TextBox();
  49. this.количествоTextBox = new System.Windows.Forms.TextBox();
  50. iDLabel = new System.Windows.Forms.Label();
  51. iDЗаказаLabel = new System.Windows.Forms.Label();
  52. iDПродуктLabel = new System.Windows.Forms.Label();
  53. количествоLabel = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.orderedDishesBindingSource)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.orderedDishesDataGridView)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // iDLabel
  60. //
  61. iDLabel.AutoSize = true;
  62. iDLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  63. iDLabel.Location = new System.Drawing.Point(31, 78);
  64. iDLabel.Name = "iDLabel";
  65. iDLabel.Size = new System.Drawing.Size(34, 18);
  66. iDLabel.TabIndex = 26;
  67. iDLabel.Text = "ID:";
  68. //
  69. // iDЗаказаLabel
  70. //
  71. iDЗаказаLabel.AutoSize = true;
  72. iDЗаказаLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. iDЗаказаLabel.Location = new System.Drawing.Point(31, 123);
  74. iDЗаказаLabel.Name = "iDЗаказаLabel";
  75. iDЗаказаLabel.Size = new System.Drawing.Size(94, 18);
  76. iDЗаказаLabel.TabIndex = 28;
  77. iDЗаказаLabel.Text = "IDЗаказа:";
  78. //
  79. // iDПродуктLabel
  80. //
  81. iDПродуктLabel.AutoSize = true;
  82. iDПродуктLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. iDПродуктLabel.Location = new System.Drawing.Point(31, 166);
  84. iDПродуктLabel.Name = "iDПродуктLabel";
  85. iDПродуктLabel.Size = new System.Drawing.Size(108, 18);
  86. iDПродуктLabel.TabIndex = 30;
  87. iDПродуктLabel.Text = "IDПродукт:";
  88. //
  89. // количествоLabel
  90. //
  91. количествоLabel.AutoSize = true;
  92. количествоLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. количествоLabel.Location = new System.Drawing.Point(31, 210);
  94. количествоLabel.Name = "количествоLabel";
  95. количествоLabel.Size = new System.Drawing.Size(116, 18);
  96. количествоLabel.TabIndex = 32;
  97. количествоLabel.Text = "Количество:";
  98. //
  99. // button4
  100. //
  101. this.button4.BackColor = System.Drawing.Color.Tan;
  102. this.button4.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. this.button4.Location = new System.Drawing.Point(172, 316);
  104. this.button4.Name = "button4";
  105. this.button4.Size = new System.Drawing.Size(100, 34);
  106. this.button4.TabIndex = 23;
  107. this.button4.Text = "Отмена";
  108. this.button4.UseVisualStyleBackColor = false;
  109. this.button4.Click += new System.EventHandler(this.button4_Click);
  110. //
  111. // button1
  112. //
  113. this.button1.BackColor = System.Drawing.Color.Tan;
  114. this.button1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. this.button1.Location = new System.Drawing.Point(12, 267);
  116. this.button1.Name = "button1";
  117. this.button1.Size = new System.Drawing.Size(260, 34);
  118. this.button1.TabIndex = 22;
  119. this.button1.Text = "Сохранить";
  120. this.button1.UseVisualStyleBackColor = false;
  121. this.button1.Click += new System.EventHandler(this.button1_Click);
  122. //
  123. // label1
  124. //
  125. this.label1.AutoSize = true;
  126. this.label1.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.label1.Location = new System.Drawing.Point(27, 21);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(214, 25);
  130. this.label1.TabIndex = 25;
  131. this.label1.Text = "Добавление блюд";
  132. //
  133. // kazarinKafeDataSet
  134. //
  135. this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
  136. this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  137. //
  138. // orderedDishesBindingSource
  139. //
  140. this.orderedDishesBindingSource.DataMember = "OrderedDishes";
  141. this.orderedDishesBindingSource.DataSource = this.kazarinKafeDataSet;
  142. //
  143. // orderedDishesTableAdapter
  144. //
  145. this.orderedDishesTableAdapter.ClearBeforeFill = true;
  146. //
  147. // tableAdapterManager
  148. //
  149. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  150. this.tableAdapterManager.CooksTableAdapter = null;
  151. this.tableAdapterManager.EmployeesTableAdapter = null;
  152. this.tableAdapterManager.OrderedDishesTableAdapter = this.orderedDishesTableAdapter;
  153. this.tableAdapterManager.OrdersTableAdapter = null;
  154. this.tableAdapterManager.OrderStatusTableAdapter = null;
  155. this.tableAdapterManager.PaymentMethodTableAdapter = null;
  156. this.tableAdapterManager.ProductTableAdapter = null;
  157. this.tableAdapterManager.RolesTableAdapter = null;
  158. this.tableAdapterManager.TablesTableAdapter = null;
  159. this.tableAdapterManager.UpdateOrder = KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  160. this.tableAdapterManager.WaitersTableAdapter = null;
  161. this.tableAdapterManager.WorkShiftTableAdapter = null;
  162. this.tableAdapterManager.СategoriesTableAdapter = null;
  163. //
  164. // orderedDishesDataGridView
  165. //
  166. this.orderedDishesDataGridView.AllowUserToAddRows = false;
  167. this.orderedDishesDataGridView.AllowUserToDeleteRows = false;
  168. this.orderedDishesDataGridView.AutoGenerateColumns = false;
  169. this.orderedDishesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  170. this.orderedDishesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  171. this.dataGridViewTextBoxColumn1,
  172. this.dataGridViewTextBoxColumn2,
  173. this.dataGridViewTextBoxColumn3,
  174. this.dataGridViewTextBoxColumn4});
  175. this.orderedDishesDataGridView.DataSource = this.orderedDishesBindingSource;
  176. this.orderedDishesDataGridView.Location = new System.Drawing.Point(74, 281);
  177. this.orderedDishesDataGridView.Name = "orderedDishesDataGridView";
  178. this.orderedDishesDataGridView.ReadOnly = true;
  179. this.orderedDishesDataGridView.Size = new System.Drawing.Size(35, 11);
  180. this.orderedDishesDataGridView.TabIndex = 26;
  181. //
  182. // dataGridViewTextBoxColumn1
  183. //
  184. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  185. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  186. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  187. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  188. //
  189. // dataGridViewTextBoxColumn2
  190. //
  191. this.dataGridViewTextBoxColumn2.DataPropertyName = "IDЗаказа";
  192. this.dataGridViewTextBoxColumn2.HeaderText = "IDЗаказа";
  193. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  194. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  195. //
  196. // dataGridViewTextBoxColumn3
  197. //
  198. this.dataGridViewTextBoxColumn3.DataPropertyName = "IDПродукт";
  199. this.dataGridViewTextBoxColumn3.HeaderText = "IDПродукт";
  200. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  201. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  202. //
  203. // dataGridViewTextBoxColumn4
  204. //
  205. this.dataGridViewTextBoxColumn4.DataPropertyName = "Количество";
  206. this.dataGridViewTextBoxColumn4.HeaderText = "Количество";
  207. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  208. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  209. //
  210. // iDTextBox
  211. //
  212. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "ID", true));
  213. this.iDTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  214. this.iDTextBox.Location = new System.Drawing.Point(153, 75);
  215. this.iDTextBox.Name = "iDTextBox";
  216. this.iDTextBox.Size = new System.Drawing.Size(100, 26);
  217. this.iDTextBox.TabIndex = 27;
  218. //
  219. // iDЗаказаTextBox
  220. //
  221. this.iDЗаказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "IDЗаказа", true));
  222. this.iDЗаказаTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  223. this.iDЗаказаTextBox.Location = new System.Drawing.Point(153, 120);
  224. this.iDЗаказаTextBox.Name = "iDЗаказаTextBox";
  225. this.iDЗаказаTextBox.Size = new System.Drawing.Size(100, 26);
  226. this.iDЗаказаTextBox.TabIndex = 29;
  227. //
  228. // iDПродуктTextBox
  229. //
  230. this.iDПродуктTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "IDПродукт", true));
  231. this.iDПродуктTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  232. this.iDПродуктTextBox.Location = new System.Drawing.Point(153, 163);
  233. this.iDПродуктTextBox.Name = "iDПродуктTextBox";
  234. this.iDПродуктTextBox.Size = new System.Drawing.Size(100, 26);
  235. this.iDПродуктTextBox.TabIndex = 31;
  236. //
  237. // количествоTextBox
  238. //
  239. this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "Количество", true));
  240. this.количествоTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  241. this.количествоTextBox.Location = new System.Drawing.Point(153, 207);
  242. this.количествоTextBox.Name = "количествоTextBox";
  243. this.количествоTextBox.Size = new System.Drawing.Size(100, 26);
  244. this.количествоTextBox.TabIndex = 33;
  245. //
  246. // Form9
  247. //
  248. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  249. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  250. this.BackColor = System.Drawing.Color.PeachPuff;
  251. this.ClientSize = new System.Drawing.Size(285, 361);
  252. this.Controls.Add(iDLabel);
  253. this.Controls.Add(this.iDTextBox);
  254. this.Controls.Add(iDЗаказаLabel);
  255. this.Controls.Add(this.iDЗаказаTextBox);
  256. this.Controls.Add(iDПродуктLabel);
  257. this.Controls.Add(this.iDПродуктTextBox);
  258. this.Controls.Add(количествоLabel);
  259. this.Controls.Add(this.количествоTextBox);
  260. this.Controls.Add(this.label1);
  261. this.Controls.Add(this.button4);
  262. this.Controls.Add(this.button1);
  263. this.Controls.Add(this.orderedDishesDataGridView);
  264. this.Name = "Form9";
  265. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  266. this.Text = "Добавить блюд в заказ";
  267. this.Load += new System.EventHandler(this.Form9_Load);
  268. ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.orderedDishesBindingSource)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.orderedDishesDataGridView)).EndInit();
  271. this.ResumeLayout(false);
  272. this.PerformLayout();
  273. }
  274. #endregion
  275. private System.Windows.Forms.Button button4;
  276. private System.Windows.Forms.Button button1;
  277. private System.Windows.Forms.Label label1;
  278. private KazarinKafeDataSet kazarinKafeDataSet;
  279. private System.Windows.Forms.BindingSource orderedDishesBindingSource;
  280. private KazarinKafeDataSetTableAdapters.OrderedDishesTableAdapter orderedDishesTableAdapter;
  281. private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  282. private System.Windows.Forms.DataGridView orderedDishesDataGridView;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  287. private System.Windows.Forms.TextBox iDTextBox;
  288. private System.Windows.Forms.TextBox iDЗаказаTextBox;
  289. private System.Windows.Forms.TextBox iDПродуктTextBox;
  290. private System.Windows.Forms.TextBox количествоTextBox;
  291. }
  292. }