namespace AMONIC_Airlines02 { partial class Form2 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.session1_02DataSet = new AMONIC_Airlines02.Session1_02DataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager(); this.usersDataGridView = new System.Windows.Forms.DataGridView(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RoleID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 2; this.label1.Text = "Office:"; // // comboBox1 // this.comboBox1.DataSource = this.usersBindingSource; this.comboBox1.DisplayMember = "OfficeID"; this.comboBox1.ForeColor = System.Drawing.SystemColors.WindowText; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(56, 40); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(128, 21); this.comboBox1.TabIndex = 3; // // session1_02DataSet // this.session1_02DataSet.DataSetName = "Session1_02DataSet"; this.session1_02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource // this.usersBindingSource.DataMember = "Users"; this.usersBindingSource.DataSource = this.session1_02DataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.CountriesTableAdapter = null; this.tableAdapterManager.OfficesTableAdapter = null; this.tableAdapterManager.RolesTableAdapter = null; this.tableAdapterManager.UpdateOrder = AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // usersDataGridView // this.usersDataGridView.AutoGenerateColumns = false; this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6, this.RoleID, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn7}); this.usersDataGridView.DataSource = this.usersBindingSource; this.usersDataGridView.Location = new System.Drawing.Point(78, 88); this.usersDataGridView.Name = "usersDataGridView"; this.usersDataGridView.Size = new System.Drawing.Size(548, 307); this.usersDataGridView.TabIndex = 4; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(675, 25); this.toolStrip1.TabIndex = 5; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(58, 22); this.toolStripButton1.Text = "Add user"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(30, 22); this.toolStripButton2.Text = "Exit"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "FirstName"; this.dataGridViewTextBoxColumn5.HeaderText = "FirstName"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "LastName"; this.dataGridViewTextBoxColumn6.HeaderText = "LastName"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // RoleID // this.RoleID.DataPropertyName = "RoleID"; this.RoleID.HeaderText = "RoleID"; this.RoleID.Name = "RoleID"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Email"; this.dataGridViewTextBoxColumn3.HeaderText = "Email"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "OfficeID"; this.dataGridViewTextBoxColumn7.HeaderText = "OfficeID"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; // // button1 // this.button1.Location = new System.Drawing.Point(12, 413); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(133, 23); this.button1.TabIndex = 6; this.button1.Text = "Показать роль"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(151, 413); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(159, 23); this.button2.TabIndex = 7; this.button2.Text = "Показать/скрыть логин"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(559, 413); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 8; this.button3.Text = "Назад"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(675, 448); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.usersDataGridView); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label1); this.Name = "Form2"; this.Text = "Form2"; this.Load += new System.EventHandler(this.Form2_Load); ((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; private Session1_02DataSet session1_02DataSet; private System.Windows.Forms.BindingSource usersBindingSource; private Session1_02DataSetTableAdapters.UsersTableAdapter usersTableAdapter; private Session1_02DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.DataGridView usersDataGridView; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn RoleID; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; } }