123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
-
- namespace Cafe11
- {
- partial class Employee
- {
- /// <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.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 НазваниеСтатусаСотрудника;
- }
- }
|