namespace KursovayaDvornikovAM
{
partial class UserForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserForm));
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.HideButton = new System.Windows.Forms.Label();
this.CloseButton = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Redactirovanie = new System.Windows.Forms.Button();
this.AddButton = new System.Windows.Forms.Button();
this.Udalenie = new System.Windows.Forms.Button();
this.Obnovlenie = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.ReturnButton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.Export = new System.Windows.Forms.Button();
this.Search = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.ForeColor = System.Drawing.Color.DarkOliveGreen;
this.label3.Location = new System.Drawing.Point(303, 62);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(203, 39);
this.label3.TabIndex = 26;
this.label3.Text = "Пользователь";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label1
//
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.Color.ForestGreen;
this.label1.Location = new System.Drawing.Point(312, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(175, 62);
this.label1.TabIndex = 25;
this.label1.Text = "Любимчик";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// HideButton
//
this.HideButton.AutoSize = true;
this.HideButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.HideButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.HideButton.Location = new System.Drawing.Point(756, 0);
this.HideButton.Name = "HideButton";
this.HideButton.Size = new System.Drawing.Size(18, 20);
this.HideButton.TabIndex = 28;
this.HideButton.Text = "_";
this.HideButton.Click += new System.EventHandler(this.HideButton_Click);
this.HideButton.MouseEnter += new System.EventHandler(this.HideButton_MouseEnter);
this.HideButton.MouseLeave += new System.EventHandler(this.HideButton_MouseLeave);
//
// CloseButton
//
this.CloseButton.AutoSize = true;
this.CloseButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.CloseButton.Location = new System.Drawing.Point(780, 2);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(20, 20);
this.CloseButton.TabIndex = 29;
this.CloseButton.Text = "X";
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
this.CloseButton.MouseEnter += new System.EventHandler(this.CloseButton_MouseEnter);
this.CloseButton.MouseLeave += new System.EventHandler(this.CloseButton_MouseLeave);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(68, 122);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(675, 314);
this.dataGridView1.TabIndex = 31;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// Redactirovanie
//
this.Redactirovanie.BackColor = System.Drawing.Color.Cyan;
this.Redactirovanie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Redactirovanie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Redactirovanie.Location = new System.Drawing.Point(529, 488);
this.Redactirovanie.Name = "Redactirovanie";
this.Redactirovanie.Size = new System.Drawing.Size(99, 23);
this.Redactirovanie.TabIndex = 33;
this.Redactirovanie.Text = "Редактировать";
this.Redactirovanie.UseVisualStyleBackColor = false;
this.Redactirovanie.Click += new System.EventHandler(this.Redactirovanie_Click);
//
// AddButton
//
this.AddButton.BackColor = System.Drawing.Color.Lime;
this.AddButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AddButton.Location = new System.Drawing.Point(529, 459);
this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(99, 23);
this.AddButton.TabIndex = 34;
this.AddButton.Text = "Добавить";
this.AddButton.UseVisualStyleBackColor = false;
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
//
// Udalenie
//
this.Udalenie.BackColor = System.Drawing.Color.Red;
this.Udalenie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Udalenie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Udalenie.Location = new System.Drawing.Point(529, 517);
this.Udalenie.Name = "Udalenie";
this.Udalenie.Size = new System.Drawing.Size(99, 23);
this.Udalenie.TabIndex = 35;
this.Udalenie.Text = "Удалить";
this.Udalenie.UseVisualStyleBackColor = false;
this.Udalenie.Click += new System.EventHandler(this.Udalenie_Click);
//
// Obnovlenie
//
this.Obnovlenie.BackColor = System.Drawing.Color.Yellow;
this.Obnovlenie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Obnovlenie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Obnovlenie.Location = new System.Drawing.Point(529, 546);
this.Obnovlenie.Name = "Obnovlenie";
this.Obnovlenie.Size = new System.Drawing.Size(99, 23);
this.Obnovlenie.TabIndex = 36;
this.Obnovlenie.Text = "Обновить\r\n";
this.Obnovlenie.UseVisualStyleBackColor = false;
this.Obnovlenie.Click += new System.EventHandler(this.Obnovlenie_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label6.Location = new System.Drawing.Point(52, 542);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(79, 23);
this.label6.TabIndex = 58;
this.label6.Text = "Фамилия";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label5.Location = new System.Drawing.Point(52, 516);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(42, 23);
this.label5.TabIndex = 57;
this.label5.Text = "Имя";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(51, 490);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(70, 23);
this.label4.TabIndex = 56;
this.label4.Text = "Пароль";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(51, 464);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 23);
this.label2.TabIndex = 55;
this.label2.Text = "Логин";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(232, 545);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(242, 20);
this.textBox4.TabIndex = 54;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(232, 519);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(242, 20);
this.textBox3.TabIndex = 53;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(232, 493);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(242, 20);
this.textBox2.TabIndex = 52;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(232, 467);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(242, 20);
this.textBox1.TabIndex = 51;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// ReturnButton
//
this.ReturnButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ReturnButton.BackgroundImage")));
this.ReturnButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ReturnButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.ReturnButton.FlatAppearance.BorderColor = System.Drawing.Color.PaleGoldenrod;
this.ReturnButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ReturnButton.Location = new System.Drawing.Point(6, 0);
this.ReturnButton.Name = "ReturnButton";
this.ReturnButton.Size = new System.Drawing.Size(25, 26);
this.ReturnButton.TabIndex = 30;
this.ReturnButton.UseVisualStyleBackColor = true;
this.ReturnButton.Click += new System.EventHandler(this.ReturnButton_Click);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(689, 517);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(111, 104);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 24;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// Export
//
this.Export.BackColor = System.Drawing.Color.Purple;
this.Export.Cursor = System.Windows.Forms.Cursors.Hand;
this.Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Export.Location = new System.Drawing.Point(529, 575);
this.Export.Name = "Export";
this.Export.Size = new System.Drawing.Size(99, 23);
this.Export.TabIndex = 60;
this.Export.Text = "Экспорт";
this.Export.UseVisualStyleBackColor = false;
this.Export.Click += new System.EventHandler(this.Export_Click);
//
// Search
//
this.Search.Location = new System.Drawing.Point(651, 459);
this.Search.Name = "Search";
this.Search.Size = new System.Drawing.Size(123, 20);
this.Search.TabIndex = 61;
this.Search.TextChanged += new System.EventHandler(this.Search_TextChanged);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"Login",
"Password",
"Name",
"Surname",
"ALL"});
this.comboBox1.Location = new System.Drawing.Point(335, 571);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(139, 21);
this.comboBox1.TabIndex = 62;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// UserForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.PaleGoldenrod;
this.ClientSize = new System.Drawing.Size(802, 622);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.Search);
this.Controls.Add(this.Export);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.Obnovlenie);
this.Controls.Add(this.Udalenie);
this.Controls.Add(this.AddButton);
this.Controls.Add(this.Redactirovanie);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.ReturnButton);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.HideButton);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "UserForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Любимчик";
this.Load += new System.EventHandler(this.UserForm_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UserForm_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.UserForm_MouseMove);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label HideButton;
private System.Windows.Forms.Label CloseButton;
private System.Windows.Forms.Button ReturnButton;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button Redactirovanie;
private System.Windows.Forms.Button AddButton;
private System.Windows.Forms.Button Udalenie;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button Obnovlenie;
private System.Windows.Forms.Button Export;
private System.Windows.Forms.TextBox Search;
private System.Windows.Forms.ComboBox comboBox1;
}
}