namespace Cafe11
{
partial class Employee
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.пользователиBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.lebcafeDataSet = new Cafe11.lebcafeDataSet();
this.пользователиTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.ПользователиTableAdapter();
this.rABOCHIEAdminBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.rABOCHIEAdminTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.RABOCHIEAdminTableAdapter();
this.iDПользователяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.фамилияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Название = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.НазваниеСтатусаСотрудника = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.пользователиBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rABOCHIEAdminBindingSource)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.iDПользователяDataGridViewTextBoxColumn,
this.фамилияDataGridViewTextBoxColumn,
this.Название,
this.НазваниеСтатусаСотрудника});
this.dataGridView1.DataSource = this.rABOCHIEAdminBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(12, 12);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(776, 370);
this.dataGridView1.TabIndex = 0;
//
// button1
//
this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(622, 409);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(141, 52);
this.button1.TabIndex = 1;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(28, 421);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(522, 24);
this.label1.TabIndex = 2;
this.label1.Text = "Text про то что после нажатия на кнопку откроется окно";
//
// пользователиBindingSource
//
this.пользователиBindingSource.DataMember = "Пользователи";
this.пользователиBindingSource.DataSource = this.lebcafeDataSet;
//
// lebcafeDataSet
//
this.lebcafeDataSet.DataSetName = "lebcafeDataSet";
this.lebcafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// пользователиTableAdapter
//
this.пользователиTableAdapter.ClearBeforeFill = true;
//
// rABOCHIEAdminBindingSource
//
this.rABOCHIEAdminBindingSource.DataMember = "RABOCHIEAdmin";
this.rABOCHIEAdminBindingSource.DataSource = this.lebcafeDataSet;
//
// rABOCHIEAdminTableAdapter
//
this.rABOCHIEAdminTableAdapter.ClearBeforeFill = true;
//
// iDПользователяDataGridViewTextBoxColumn
//
this.iDПользователяDataGridViewTextBoxColumn.DataPropertyName = "ID_Пользователя";
this.iDПользователяDataGridViewTextBoxColumn.HeaderText = "ID_Пользователя";
this.iDПользователяDataGridViewTextBoxColumn.Name = "iDПользователяDataGridViewTextBoxColumn";
//
// фамилияDataGridViewTextBoxColumn
//
this.фамилияDataGridViewTextBoxColumn.DataPropertyName = "Фамилия";
this.фамилияDataGridViewTextBoxColumn.HeaderText = "Фамилия";
this.фамилияDataGridViewTextBoxColumn.Name = "фамилияDataGridViewTextBoxColumn";
//
// Название
//
this.Название.DataPropertyName = "Название";
this.Название.HeaderText = "Название";
this.Название.Name = "Название";
//
// НазваниеСтатусаСотрудника
//
this.НазваниеСтатусаСотрудника.DataPropertyName = "НазваниеСтатусаСотрудника";
this.НазваниеСтатусаСотрудника.HeaderText = "НазваниеСтатусаСотрудника";
this.НазваниеСтатусаСотрудника.Name = "НазваниеСтатусаСотрудника";
//
// Employee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(869, 482);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Name = "Employee";
this.Text = "Employee";
this.Load += new System.EventHandler(this.Employee_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.пользователиBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rABOCHIEAdminBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private lebcafeDataSet lebcafeDataSet;
private System.Windows.Forms.BindingSource пользователиBindingSource;
private lebcafeDataSetTableAdapters.ПользователиTableAdapter пользователиTableAdapter;
private System.Windows.Forms.BindingSource rABOCHIEAdminBindingSource;
private lebcafeDataSetTableAdapters.RABOCHIEAdminTableAdapter rABOCHIEAdminTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn iDПользователяDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn фамилияDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn Название;
private System.Windows.Forms.DataGridViewTextBoxColumn НазваниеСтатусаСотрудника;
}
}