WaiterMenu.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. 
  2. namespace Cafe11
  3. {
  4. partial class WaiterMenu
  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. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.сменыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.lebcafeDataSet = new Cafe11.lebcafeDataSet();
  35. this.сменыTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.СменыTableAdapter();
  36. this.lebcafeDataSet1 = new Cafe11.lebcafeDataSet();
  37. this.заказыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.заказыTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.ЗаказыTableAdapter();
  39. this.iDСменыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.ID_Заказа = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ID_Столика = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ID_Статуса = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.КоличествоКлиентов = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.ДатаЗаказа = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.СуммаЗаказа = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.сменыBindingSource)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // dataGridView1
  54. //
  55. this.dataGridView1.AutoGenerateColumns = false;
  56. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  57. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  58. this.iDСменыDataGridViewTextBoxColumn,
  59. this.ID_Заказа,
  60. this.ID_Столика,
  61. this.ID_Статуса,
  62. this.КоличествоКлиентов,
  63. this.ДатаЗаказа,
  64. this.СуммаЗаказа});
  65. this.dataGridView1.DataSource = this.заказыBindingSource;
  66. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  67. this.dataGridView1.Name = "dataGridView1";
  68. this.dataGridView1.Size = new System.Drawing.Size(776, 360);
  69. this.dataGridView1.TabIndex = 0;
  70. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  71. //
  72. // button1
  73. //
  74. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.button1.Location = new System.Drawing.Point(40, 400);
  76. this.button1.Name = "button1";
  77. this.button1.Size = new System.Drawing.Size(93, 32);
  78. this.button1.TabIndex = 1;
  79. this.button1.Text = "button1";
  80. this.button1.UseVisualStyleBackColor = true;
  81. //
  82. // button2
  83. //
  84. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.button2.Location = new System.Drawing.Point(598, 395);
  86. this.button2.Name = "button2";
  87. this.button2.Size = new System.Drawing.Size(190, 43);
  88. this.button2.TabIndex = 2;
  89. this.button2.Text = "Создать заказ";
  90. this.button2.UseVisualStyleBackColor = true;
  91. this.button2.Click += new System.EventHandler(this.button2_Click);
  92. //
  93. // сменыBindingSource
  94. //
  95. this.сменыBindingSource.DataMember = "Смены";
  96. this.сменыBindingSource.DataSource = this.lebcafeDataSet;
  97. //
  98. // lebcafeDataSet
  99. //
  100. this.lebcafeDataSet.DataSetName = "lebcafeDataSet";
  101. this.lebcafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  102. //
  103. // сменыTableAdapter
  104. //
  105. this.сменыTableAdapter.ClearBeforeFill = true;
  106. //
  107. // lebcafeDataSet1
  108. //
  109. this.lebcafeDataSet1.DataSetName = "lebcafeDataSet";
  110. this.lebcafeDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  111. //
  112. // заказыBindingSource
  113. //
  114. this.заказыBindingSource.DataMember = "Заказы";
  115. this.заказыBindingSource.DataSource = this.lebcafeDataSet1;
  116. //
  117. // заказыTableAdapter
  118. //
  119. this.заказыTableAdapter.ClearBeforeFill = true;
  120. //
  121. // iDСменыDataGridViewTextBoxColumn
  122. //
  123. this.iDСменыDataGridViewTextBoxColumn.DataPropertyName = "ID_Смены";
  124. this.iDСменыDataGridViewTextBoxColumn.HeaderText = "ID_Смены";
  125. this.iDСменыDataGridViewTextBoxColumn.Name = "iDСменыDataGridViewTextBoxColumn";
  126. //
  127. // ID_Заказа
  128. //
  129. this.ID_Заказа.DataPropertyName = "ID_Заказа";
  130. this.ID_Заказа.HeaderText = "ID_Заказа";
  131. this.ID_Заказа.Name = "ID_Заказа";
  132. //
  133. // ID_Столика
  134. //
  135. this.ID_Столика.DataPropertyName = "ID_Столика";
  136. this.ID_Столика.HeaderText = "ID_Столика";
  137. this.ID_Столика.Name = "ID_Столика";
  138. //
  139. // ID_Статуса
  140. //
  141. this.ID_Статуса.DataPropertyName = "ID_Статуса";
  142. this.ID_Статуса.HeaderText = "ID_Статуса";
  143. this.ID_Статуса.Name = "ID_Статуса";
  144. //
  145. // КоличествоКлиентов
  146. //
  147. this.КоличествоКлиентов.DataPropertyName = "КоличествоКлиентов";
  148. this.КоличествоКлиентов.HeaderText = "КоличествоКлиентов";
  149. this.КоличествоКлиентов.Name = "КоличествоКлиентов";
  150. //
  151. // ДатаЗаказа
  152. //
  153. this.ДатаЗаказа.DataPropertyName = "ДатаЗаказа";
  154. this.ДатаЗаказа.HeaderText = "ДатаЗаказа";
  155. this.ДатаЗаказа.Name = "ДатаЗаказа";
  156. //
  157. // СуммаЗаказа
  158. //
  159. this.СуммаЗаказа.DataPropertyName = "СуммаЗаказа";
  160. this.СуммаЗаказа.HeaderText = "СуммаЗаказа";
  161. this.СуммаЗаказа.Name = "СуммаЗаказа";
  162. //
  163. // WaiterMenu
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.ClientSize = new System.Drawing.Size(800, 450);
  168. this.Controls.Add(this.button2);
  169. this.Controls.Add(this.button1);
  170. this.Controls.Add(this.dataGridView1);
  171. this.Name = "WaiterMenu";
  172. this.Text = "WaiterMenu";
  173. this.Load += new System.EventHandler(this.WaiterMenu_Load);
  174. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.сменыBindingSource)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet1)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).EndInit();
  179. this.ResumeLayout(false);
  180. }
  181. #endregion
  182. private System.Windows.Forms.DataGridView dataGridView1;
  183. private System.Windows.Forms.Button button1;
  184. private System.Windows.Forms.Button button2;
  185. private lebcafeDataSet lebcafeDataSet;
  186. private System.Windows.Forms.BindingSource сменыBindingSource;
  187. private lebcafeDataSetTableAdapters.СменыTableAdapter сменыTableAdapter;
  188. private lebcafeDataSet lebcafeDataSet1;
  189. private System.Windows.Forms.BindingSource заказыBindingSource;
  190. private lebcafeDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
  191. private System.Windows.Forms.DataGridViewTextBoxColumn iDСменыDataGridViewTextBoxColumn;
  192. private System.Windows.Forms.DataGridViewTextBoxColumn ID_Заказа;
  193. private System.Windows.Forms.DataGridViewTextBoxColumn ID_Столика;
  194. private System.Windows.Forms.DataGridViewTextBoxColumn ID_Статуса;
  195. private System.Windows.Forms.DataGridViewTextBoxColumn КоличествоКлиентов;
  196. private System.Windows.Forms.DataGridViewTextBoxColumn ДатаЗаказа;
  197. private System.Windows.Forms.DataGridViewTextBoxColumn СуммаЗаказа;
  198. }
  199. }