namespace AMONIC_Airlines02
{
partial class Form3
{
///
/// 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(Form3));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
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.rolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.rolesTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.RolesTableAdapter();
this.officesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.officesTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.OfficesTableAdapter();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.usersBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.tableAdapterManager = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(75)))), ((int)(((byte)(102)))));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.label1.Location = new System.Drawing.Point(38, 167);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Имя";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.label2.Location = new System.Drawing.Point(38, 203);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Фамилия";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.label3.Location = new System.Drawing.Point(41, 238);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(32, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Роль";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.label4.Location = new System.Drawing.Point(41, 276);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Email";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.label5.Location = new System.Drawing.Point(41, 320);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Офис";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(131, 164);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(121, 20);
this.textBox1.TabIndex = 5;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(131, 200);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(121, 20);
this.textBox2.TabIndex = 6;
//
// comboBox1
//
this.comboBox1.DataSource = this.rolesBindingSource;
this.comboBox1.DisplayMember = "ID";
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(131, 235);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 21);
this.comboBox1.TabIndex = 7;
//
// comboBox2
//
this.comboBox2.DataSource = this.officesBindingSource;
this.comboBox2.DisplayMember = "ID";
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(131, 317);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 21);
this.comboBox2.TabIndex = 8;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(131, 273);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(121, 20);
this.textBox3.TabIndex = 9;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(106)))), ((int)(((byte)(166)))));
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.button1.Location = new System.Drawing.Point(41, 415);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 10;
this.button1.Text = "Сохранить";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(148)))), ((int)(((byte)(32)))));
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.button2.Location = new System.Drawing.Point(168, 415);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 11;
this.button2.Text = "Назад";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// 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;
//
// rolesBindingSource
//
this.rolesBindingSource.DataMember = "Roles";
this.rolesBindingSource.DataSource = this.session1_02DataSet;
//
// rolesTableAdapter
//
this.rolesTableAdapter.ClearBeforeFill = true;
//
// officesBindingSource
//
this.officesBindingSource.DataMember = "Offices";
this.officesBindingSource.DataSource = this.session1_02DataSet;
//
// officesTableAdapter
//
this.officesTableAdapter.ClearBeforeFill = true;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(-3, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(340, 143);
this.pictureBox1.TabIndex = 12;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
this.label6.Location = new System.Drawing.Point(38, 355);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(87, 13);
this.label6.TabIndex = 13;
this.label6.Text = "День рождения";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(131, 349);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
this.dateTimePicker1.TabIndex = 14;
//
// usersBindingSource1
//
this.usersBindingSource1.DataMember = "Users";
this.usersBindingSource1.DataSource = this.session1_02DataSet;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.CountriesTableAdapter = null;
this.tableAdapterManager.OfficesTableAdapter = this.officesTableAdapter;
this.tableAdapterManager.RolesTableAdapter = this.rolesTableAdapter;
this.tableAdapterManager.UpdateOrder = AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(75)))), ((int)(((byte)(102)))));
this.ClientSize = new System.Drawing.Size(337, 450);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.label6);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private Session1_02DataSet session1_02DataSet;
private System.Windows.Forms.BindingSource usersBindingSource;
private Session1_02DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
private System.Windows.Forms.BindingSource rolesBindingSource;
private Session1_02DataSetTableAdapters.RolesTableAdapter rolesTableAdapter;
private System.Windows.Forms.BindingSource officesBindingSource;
private Session1_02DataSetTableAdapters.OfficesTableAdapter officesTableAdapter;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.BindingSource usersBindingSource1;
private Session1_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingSource bindingSource1;
}
}