Form5.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. 
  2. namespace KafeKazarin03
  3. {
  4. partial class Form5
  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.button2 = new System.Windows.Forms.Button();
  31. this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
  32. this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.employeesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.EmployeesTableAdapter();
  34. this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
  35. this.employeesDataGridView = new System.Windows.Forms.DataGridView();
  36. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.button4 = new System.Windows.Forms.Button();
  40. ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // button2
  46. //
  47. this.button2.BackColor = System.Drawing.Color.Tan;
  48. this.button2.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  49. this.button2.Location = new System.Drawing.Point(7, 301);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(304, 34);
  52. this.button2.TabIndex = 8;
  53. this.button2.Text = "Зарегистрировать увольнение";
  54. this.button2.UseVisualStyleBackColor = false;
  55. this.button2.Click += new System.EventHandler(this.button2_Click);
  56. //
  57. // kazarinKafeDataSet
  58. //
  59. this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
  60. this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  61. //
  62. // employeesBindingSource
  63. //
  64. this.employeesBindingSource.DataMember = "Employees";
  65. this.employeesBindingSource.DataSource = this.kazarinKafeDataSet;
  66. //
  67. // employeesTableAdapter
  68. //
  69. this.employeesTableAdapter.ClearBeforeFill = true;
  70. //
  71. // tableAdapterManager
  72. //
  73. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  74. this.tableAdapterManager.CooksTableAdapter = null;
  75. this.tableAdapterManager.EmployeesTableAdapter = this.employeesTableAdapter;
  76. this.tableAdapterManager.OrderedDishesTableAdapter = null;
  77. this.tableAdapterManager.OrdersTableAdapter = null;
  78. this.tableAdapterManager.OrderStatusTableAdapter = null;
  79. this.tableAdapterManager.PaymentMethodTableAdapter = null;
  80. this.tableAdapterManager.ProductTableAdapter = null;
  81. this.tableAdapterManager.RolesTableAdapter = null;
  82. this.tableAdapterManager.TablesTableAdapter = null;
  83. this.tableAdapterManager.UpdateOrder = KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  84. this.tableAdapterManager.WaitersTableAdapter = null;
  85. this.tableAdapterManager.WorkShiftTableAdapter = null;
  86. this.tableAdapterManager.СategoriesTableAdapter = null;
  87. //
  88. // employeesDataGridView
  89. //
  90. this.employeesDataGridView.AutoGenerateColumns = false;
  91. this.employeesDataGridView.BackgroundColor = System.Drawing.Color.Tan;
  92. this.employeesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  93. this.employeesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  94. this.dataGridViewTextBoxColumn1,
  95. this.dataGridViewTextBoxColumn8});
  96. this.employeesDataGridView.DataSource = this.employeesBindingSource;
  97. this.employeesDataGridView.GridColor = System.Drawing.Color.Sienna;
  98. this.employeesDataGridView.Location = new System.Drawing.Point(17, 65);
  99. this.employeesDataGridView.Name = "employeesDataGridView";
  100. this.employeesDataGridView.Size = new System.Drawing.Size(294, 220);
  101. this.employeesDataGridView.TabIndex = 9;
  102. //
  103. // dataGridViewTextBoxColumn1
  104. //
  105. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  106. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  107. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  108. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  109. //
  110. // dataGridViewTextBoxColumn8
  111. //
  112. this.dataGridViewTextBoxColumn8.DataPropertyName = "Статус";
  113. this.dataGridViewTextBoxColumn8.HeaderText = "Статус";
  114. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  115. //
  116. // label3
  117. //
  118. this.label3.AutoSize = true;
  119. this.label3.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.label3.Location = new System.Drawing.Point(12, 22);
  121. this.label3.Name = "label3";
  122. this.label3.Size = new System.Drawing.Size(296, 25);
  123. this.label3.TabIndex = 10;
  124. this.label3.Text = "Увольнение сотрудников";
  125. //
  126. // button4
  127. //
  128. this.button4.BackColor = System.Drawing.Color.Tan;
  129. this.button4.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.button4.Location = new System.Drawing.Point(211, 341);
  131. this.button4.Name = "button4";
  132. this.button4.Size = new System.Drawing.Size(100, 34);
  133. this.button4.TabIndex = 11;
  134. this.button4.Text = "Отмена";
  135. this.button4.UseVisualStyleBackColor = false;
  136. this.button4.Click += new System.EventHandler(this.button4_Click);
  137. //
  138. // Form5
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.BackColor = System.Drawing.Color.PeachPuff;
  143. this.ClientSize = new System.Drawing.Size(323, 385);
  144. this.Controls.Add(this.button4);
  145. this.Controls.Add(this.label3);
  146. this.Controls.Add(this.employeesDataGridView);
  147. this.Controls.Add(this.button2);
  148. this.Name = "Form5";
  149. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  150. this.Text = "Увольнение";
  151. this.Load += new System.EventHandler(this.Form5_Load);
  152. ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).EndInit();
  155. this.ResumeLayout(false);
  156. this.PerformLayout();
  157. }
  158. #endregion
  159. private System.Windows.Forms.Button button2;
  160. private KazarinKafeDataSet kazarinKafeDataSet;
  161. private System.Windows.Forms.BindingSource employeesBindingSource;
  162. private KazarinKafeDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
  163. private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  164. private System.Windows.Forms.DataGridView employeesDataGridView;
  165. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  166. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  167. private System.Windows.Forms.Label label3;
  168. private System.Windows.Forms.Button button4;
  169. }
  170. }