namespace muskafidi_de { partial class Users { /// /// 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(); System.Windows.Forms.Label idLabel; System.Windows.Forms.Label фИОLabel; System.Windows.Forms.Label рольLabel; System.Windows.Forms.Label статусLabel; System.Windows.Forms.Label usernameLabel; System.Windows.Forms.Label passwordLabel; this.muskafidi_deDataSet = new muskafidi_de.muskafidi_deDataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new muskafidi_de.muskafidi_deDataSetTableAdapters.usersTableAdapter(); this.tableAdapterManager = new muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager(); this.usersDataGridView = new System.Windows.Forms.DataGridView(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.idTextBox = new System.Windows.Forms.TextBox(); this.фИОTextBox = new System.Windows.Forms.TextBox(); this.рольTextBox = new System.Windows.Forms.TextBox(); this.статусTextBox = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this._06_muskafidi_deDataSet = new muskafidi_de._06_muskafidi_deDataSet(); this.usersBindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.usersTableAdapter(); this.tableAdapterManager1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.фИОDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.usernameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.рольDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.статусDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zacaziBindingSource = new System.Windows.Forms.BindingSource(this.components); this.zacaziTableAdapter = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.ZacaziTableAdapter(); this.usernameTextBox = new System.Windows.Forms.TextBox(); this.passwordTextBox = new System.Windows.Forms.TextBox(); idLabel = new System.Windows.Forms.Label(); фИОLabel = new System.Windows.Forms.Label(); рольLabel = new System.Windows.Forms.Label(); статусLabel = new System.Windows.Forms.Label(); usernameLabel = new System.Windows.Forms.Label(); passwordLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource)).BeginInit(); this.SuspendLayout(); // // idLabel // idLabel.AutoSize = true; idLabel.Location = new System.Drawing.Point(52, 261); idLabel.Name = "idLabel"; idLabel.Size = new System.Drawing.Size(18, 13); idLabel.TabIndex = 4; idLabel.Text = "id:"; // // фИОLabel // фИОLabel.AutoSize = true; фИОLabel.Location = new System.Drawing.Point(33, 286); фИОLabel.Name = "фИОLabel"; фИОLabel.Size = new System.Drawing.Size(37, 13); фИОLabel.TabIndex = 6; фИОLabel.Text = "ФИО:"; // // рольLabel // рольLabel.AutoSize = true; рольLabel.Location = new System.Drawing.Point(35, 373); рольLabel.Name = "рольLabel"; рольLabel.Size = new System.Drawing.Size(35, 13); рольLabel.TabIndex = 8; рольLabel.Text = "Роль:"; // // статусLabel // статусLabel.AutoSize = true; статусLabel.Location = new System.Drawing.Point(26, 399); статусLabel.Name = "статусLabel"; статусLabel.Size = new System.Drawing.Size(44, 13); статусLabel.TabIndex = 10; статусLabel.Text = "Статус:"; // // muskafidi_deDataSet // this.muskafidi_deDataSet.DataSetName = "muskafidi_deDataSet"; this.muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource // this.usersBindingSource.DataMember = "users"; this.usersBindingSource.DataSource = this.muskafidi_deDataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ComplectTableAdapter = null; this.tableAdapterManager.EdiniciIzmereniyaTableAdapter = null; this.tableAdapterManager.RolesTableAdapter = null; this.tableAdapterManager.StatusTableAdapter = null; this.tableAdapterManager.StatusZakazaTableAdapter = null; this.tableAdapterManager.UpdateOrder = muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.usersTableAdapter = this.usersTableAdapter; this.tableAdapterManager.ZacaziTableAdapter = null; // // usersDataGridView // this.usersDataGridView.AutoGenerateColumns = false; this.usersDataGridView.BackgroundColor = System.Drawing.Color.IndianRed; this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.фИОDataGridViewTextBoxColumn, this.usernameDataGridViewTextBoxColumn, this.passwordDataGridViewTextBoxColumn, this.рольDataGridViewTextBoxColumn, this.статусDataGridViewTextBoxColumn}); this.usersDataGridView.DataSource = this.usersBindingSource1; this.usersDataGridView.Location = new System.Drawing.Point(12, 38); this.usersDataGridView.Name = "usersDataGridView"; this.usersDataGridView.Size = new System.Drawing.Size(443, 209); this.usersDataGridView.TabIndex = 1; // // button1 // this.button1.BackColor = System.Drawing.Color.IndianRed; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.Location = new System.Drawing.Point(280, 254); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(175, 20); this.button1.TabIndex = 2; this.button1.Text = "Добавить"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.IndianRed; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Location = new System.Drawing.Point(280, 280); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(175, 20); this.button2.TabIndex = 3; this.button2.Text = "Уволить"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.IndianRed; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button3.Location = new System.Drawing.Point(280, 306); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(175, 20); this.button3.TabIndex = 4; this.button3.Text = "Отмена"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // idTextBox // this.idTextBox.BackColor = System.Drawing.Color.IndianRed; this.idTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "id", true)); this.idTextBox.Location = new System.Drawing.Point(76, 258); this.idTextBox.Name = "idTextBox"; this.idTextBox.Size = new System.Drawing.Size(100, 13); this.idTextBox.TabIndex = 5; // // фИОTextBox // this.фИОTextBox.BackColor = System.Drawing.Color.IndianRed; this.фИОTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "ФИО", true)); this.фИОTextBox.Location = new System.Drawing.Point(76, 283); this.фИОTextBox.Name = "фИОTextBox"; this.фИОTextBox.Size = new System.Drawing.Size(100, 13); this.фИОTextBox.TabIndex = 7; // // рольTextBox // this.рольTextBox.BackColor = System.Drawing.Color.IndianRed; this.рольTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.рольTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Роль", true)); this.рольTextBox.Location = new System.Drawing.Point(76, 373); this.рольTextBox.Name = "рольTextBox"; this.рольTextBox.Size = new System.Drawing.Size(100, 13); this.рольTextBox.TabIndex = 9; // // статусTextBox // this.статусTextBox.BackColor = System.Drawing.Color.IndianRed; this.статусTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.статусTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Статус", true)); this.статусTextBox.Location = new System.Drawing.Point(76, 399); this.статусTextBox.Name = "статусTextBox"; this.статусTextBox.Size = new System.Drawing.Size(100, 13); this.статусTextBox.TabIndex = 11; // // button4 // this.button4.BackColor = System.Drawing.Color.IndianRed; this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button4.Location = new System.Drawing.Point(279, 334); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(175, 20); this.button4.TabIndex = 12; this.button4.Text = "Сохранить"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(25, 13); this.label1.TabIndex = 13; this.label1.Text = "<<<"; this.label1.Click += new System.EventHandler(this.label1_Click); // // _06_muskafidi_deDataSet // this._06_muskafidi_deDataSet.DataSetName = "_06_muskafidi_deDataSet"; this._06_muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource1 // this.usersBindingSource1.DataMember = "users"; this.usersBindingSource1.DataSource = this._06_muskafidi_deDataSet; // // usersTableAdapter1 // this.usersTableAdapter1.ClearBeforeFill = true; // // tableAdapterManager1 // this.tableAdapterManager1.BackupDataSetBeforeUpdate = false; this.tableAdapterManager1.ComplectTableAdapter = null; this.tableAdapterManager1.EdiniciIzmereniyaTableAdapter = null; this.tableAdapterManager1.RolesTableAdapter = null; this.tableAdapterManager1.StatusTableAdapter = null; this.tableAdapterManager1.StatusZakazaTableAdapter = null; this.tableAdapterManager1.UpdateOrder = muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager1.usersTableAdapter = this.usersTableAdapter1; this.tableAdapterManager1.ZacaziTableAdapter = this.zacaziTableAdapter; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "id"; this.idDataGridViewTextBoxColumn.HeaderText = "id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; // // фИОDataGridViewTextBoxColumn // this.фИОDataGridViewTextBoxColumn.DataPropertyName = "ФИО"; this.фИОDataGridViewTextBoxColumn.HeaderText = "ФИО"; this.фИОDataGridViewTextBoxColumn.Name = "фИОDataGridViewTextBoxColumn"; // // usernameDataGridViewTextBoxColumn // this.usernameDataGridViewTextBoxColumn.DataPropertyName = "username"; this.usernameDataGridViewTextBoxColumn.HeaderText = "username"; this.usernameDataGridViewTextBoxColumn.Name = "usernameDataGridViewTextBoxColumn"; // // passwordDataGridViewTextBoxColumn // this.passwordDataGridViewTextBoxColumn.DataPropertyName = "password"; this.passwordDataGridViewTextBoxColumn.HeaderText = "password"; this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn"; // // рольDataGridViewTextBoxColumn // this.рольDataGridViewTextBoxColumn.DataPropertyName = "Роль"; this.рольDataGridViewTextBoxColumn.HeaderText = "Роль"; this.рольDataGridViewTextBoxColumn.Name = "рольDataGridViewTextBoxColumn"; // // статусDataGridViewTextBoxColumn // this.статусDataGridViewTextBoxColumn.DataPropertyName = "Статус"; this.статусDataGridViewTextBoxColumn.HeaderText = "Статус"; this.статусDataGridViewTextBoxColumn.Name = "статусDataGridViewTextBoxColumn"; // // zacaziBindingSource // this.zacaziBindingSource.DataMember = "Zacazi"; this.zacaziBindingSource.DataSource = this._06_muskafidi_deDataSet; // // zacaziTableAdapter // this.zacaziTableAdapter.ClearBeforeFill = true; // // usernameLabel // usernameLabel.AutoSize = true; usernameLabel.Location = new System.Drawing.Point(14, 310); usernameLabel.Name = "usernameLabel"; usernameLabel.Size = new System.Drawing.Size(56, 13); usernameLabel.TabIndex = 14; usernameLabel.Text = "username:"; // // usernameTextBox // this.usernameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "username", true)); this.usernameTextBox.Location = new System.Drawing.Point(76, 307); this.usernameTextBox.Name = "usernameTextBox"; this.usernameTextBox.Size = new System.Drawing.Size(100, 20); this.usernameTextBox.TabIndex = 15; // // passwordLabel // passwordLabel.AutoSize = true; passwordLabel.Location = new System.Drawing.Point(15, 338); passwordLabel.Name = "passwordLabel"; passwordLabel.Size = new System.Drawing.Size(55, 13); passwordLabel.TabIndex = 16; passwordLabel.Text = "password:"; // // passwordTextBox // this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "password", true)); this.passwordTextBox.Location = new System.Drawing.Point(76, 335); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.Size = new System.Drawing.Size(100, 20); this.passwordTextBox.TabIndex = 17; // // Users // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.RosyBrown; this.ClientSize = new System.Drawing.Size(475, 522); this.Controls.Add(passwordLabel); this.Controls.Add(this.passwordTextBox); this.Controls.Add(usernameLabel); this.Controls.Add(this.usernameTextBox); this.Controls.Add(this.label1); this.Controls.Add(this.button4); this.Controls.Add(статусLabel); this.Controls.Add(this.статусTextBox); this.Controls.Add(рольLabel); this.Controls.Add(this.рольTextBox); this.Controls.Add(фИОLabel); this.Controls.Add(this.фИОTextBox); this.Controls.Add(idLabel); this.Controls.Add(this.idTextBox); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.usersDataGridView); this.Name = "Users"; this.Text = "Пользователи"; this.Load += new System.EventHandler(this.Users_Load); ((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private muskafidi_deDataSet muskafidi_deDataSet; private System.Windows.Forms.BindingSource usersBindingSource; private muskafidi_deDataSetTableAdapters.usersTableAdapter usersTableAdapter; private muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.DataGridView usersDataGridView; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox idTextBox; private System.Windows.Forms.TextBox фИОTextBox; private System.Windows.Forms.TextBox рольTextBox; private System.Windows.Forms.TextBox статусTextBox; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label1; private _06_muskafidi_deDataSet _06_muskafidi_deDataSet; private System.Windows.Forms.BindingSource usersBindingSource1; private _06_muskafidi_deDataSetTableAdapters.usersTableAdapter usersTableAdapter1; private _06_muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager1; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn фИОDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn usernameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn passwordDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn рольDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn статусDataGridViewTextBoxColumn; private _06_muskafidi_deDataSetTableAdapters.ZacaziTableAdapter zacaziTableAdapter; private System.Windows.Forms.BindingSource zacaziBindingSource; private System.Windows.Forms.TextBox usernameTextBox; private System.Windows.Forms.TextBox passwordTextBox; } }