123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
-
- namespace KafeKazarin03
- {
- partial class Form5
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.button2 = new System.Windows.Forms.Button();
- this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
- this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.employeesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.EmployeesTableAdapter();
- this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
- this.employeesDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.label3 = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.Tan;
- this.button2.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.Location = new System.Drawing.Point(7, 301);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(304, 34);
- this.button2.TabIndex = 8;
- this.button2.Text = "Зарегистрировать увольнение";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // kazarinKafeDataSet
- //
- this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
- this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // employeesBindingSource
- //
- this.employeesBindingSource.DataMember = "Employees";
- this.employeesBindingSource.DataSource = this.kazarinKafeDataSet;
- //
- // employeesTableAdapter
- //
- this.employeesTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CooksTableAdapter = null;
- this.tableAdapterManager.EmployeesTableAdapter = this.employeesTableAdapter;
- this.tableAdapterManager.OrderedDishesTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.OrderStatusTableAdapter = null;
- this.tableAdapterManager.PaymentMethodTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.TablesTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.WaitersTableAdapter = null;
- this.tableAdapterManager.WorkShiftTableAdapter = null;
- this.tableAdapterManager.СategoriesTableAdapter = null;
- //
- // employeesDataGridView
- //
- this.employeesDataGridView.AutoGenerateColumns = false;
- this.employeesDataGridView.BackgroundColor = System.Drawing.Color.Tan;
- this.employeesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.employeesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn8});
- this.employeesDataGridView.DataSource = this.employeesBindingSource;
- this.employeesDataGridView.GridColor = System.Drawing.Color.Sienna;
- this.employeesDataGridView.Location = new System.Drawing.Point(17, 65);
- this.employeesDataGridView.Name = "employeesDataGridView";
- this.employeesDataGridView.Size = new System.Drawing.Size(294, 220);
- this.employeesDataGridView.TabIndex = 9;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
- this.dataGridViewTextBoxColumn1.HeaderText = "ID";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "Статус";
- this.dataGridViewTextBoxColumn8.HeaderText = "Статус";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(12, 22);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(296, 25);
- this.label3.TabIndex = 10;
- this.label3.Text = "Увольнение сотрудников";
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.Tan;
- this.button4.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(211, 341);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(100, 34);
- this.button4.TabIndex = 11;
- this.button4.Text = "Отмена";
- this.button4.UseVisualStyleBackColor = false;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Form5
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.PeachPuff;
- this.ClientSize = new System.Drawing.Size(323, 385);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.employeesDataGridView);
- this.Controls.Add(this.button2);
- this.Name = "Form5";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Увольнение";
- this.Load += new System.EventHandler(this.Form5_Load);
- ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button2;
- private KazarinKafeDataSet kazarinKafeDataSet;
- private System.Windows.Forms.BindingSource employeesBindingSource;
- private KazarinKafeDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
- private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridView employeesDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button button4;
- }
- }
|