namespace СУБД_Кадры
{
partial class fMain
{
///
/// 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(fMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.CmbSort = new System.Windows.Forms.ComboBox();
this.CmbGender = new System.Windows.Forms.ComboBox();
this.TbxFind = new System.Windows.Forms.TextBox();
this.PanelPages = new System.Windows.Forms.Panel();
this.BtnDel = new System.Windows.Forms.Button();
this.bAdd = new System.Windows.Forms.Button();
this.LblNext = new System.Windows.Forms.Label();
this.LblBack = new System.Windows.Forms.Label();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.TsIInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.DgvClients = new System.Windows.Forms.DataGridView();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label3 = new System.Windows.Forms.Label();
this.CmbFind = new System.Windows.Forms.ComboBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DgvClients)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.MistyRose;
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(789, 100);
this.panel1.TabIndex = 0;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(689, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 100);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tw Cen MT", 27.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(289, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(179, 43);
this.label1.TabIndex = 0;
this.label1.Text = "Клиенты";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(594, 114);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(90, 13);
this.label6.TabIndex = 33;
this.label6.Text = "Сортировать по:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(321, 113);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(115, 13);
this.label5.TabIndex = 32;
this.label5.Text = "Фильтрация по полу:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(112, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(143, 13);
this.label4.TabIndex = 31;
this.label4.Text = "Введите текст для поиска:";
//
// CmbSort
//
this.CmbSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbSort.FormattingEnabled = true;
this.CmbSort.Items.AddRange(new object[] {
"без сортировки",
"фамилии"});
this.CmbSort.Location = new System.Drawing.Point(594, 133);
this.CmbSort.Name = "CmbSort";
this.CmbSort.Size = new System.Drawing.Size(178, 21);
this.CmbSort.TabIndex = 30;
this.CmbSort.SelectedIndexChanged += new System.EventHandler(this.CmbSort_SelectedIndexChanged);
//
// CmbGender
//
this.CmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbGender.FormattingEnabled = true;
this.CmbGender.Items.AddRange(new object[] {
"все",
"мужской",
"женский"});
this.CmbGender.Location = new System.Drawing.Point(321, 132);
this.CmbGender.Name = "CmbGender";
this.CmbGender.Size = new System.Drawing.Size(240, 21);
this.CmbGender.TabIndex = 29;
this.CmbGender.SelectedIndexChanged += new System.EventHandler(this.CmbGender_SelectedIndexChanged);
//
// TbxFind
//
this.TbxFind.Location = new System.Drawing.Point(115, 133);
this.TbxFind.Name = "TbxFind";
this.TbxFind.Size = new System.Drawing.Size(184, 20);
this.TbxFind.TabIndex = 28;
this.TbxFind.TextChanged += new System.EventHandler(this.TbxFind_TextChanged);
//
// PanelPages
//
this.PanelPages.Location = new System.Drawing.Point(0, 479);
this.PanelPages.Name = "PanelPages";
this.PanelPages.Size = new System.Drawing.Size(789, 20);
this.PanelPages.TabIndex = 34;
//
// BtnDel
//
this.BtnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.BtnDel.Location = new System.Drawing.Point(639, 444);
this.BtnDel.Name = "BtnDel";
this.BtnDel.Size = new System.Drawing.Size(150, 29);
this.BtnDel.TabIndex = 35;
this.BtnDel.Text = "Удалить";
this.BtnDel.UseVisualStyleBackColor = false;
this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
//
// bAdd
//
this.bAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.bAdd.Location = new System.Drawing.Point(467, 444);
this.bAdd.Name = "bAdd";
this.bAdd.Size = new System.Drawing.Size(150, 29);
this.bAdd.TabIndex = 36;
this.bAdd.Text = "Добавить";
this.bAdd.UseVisualStyleBackColor = false;
this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
//
// LblNext
//
this.LblNext.AutoSize = true;
this.LblNext.Location = new System.Drawing.Point(88, 463);
this.LblNext.Name = "LblNext";
this.LblNext.Size = new System.Drawing.Size(13, 13);
this.LblNext.TabIndex = 38;
this.LblNext.Text = ">";
this.LblNext.Click += new System.EventHandler(this.LblNext_Click);
//
// LblBack
//
this.LblBack.AutoSize = true;
this.LblBack.Location = new System.Drawing.Point(16, 463);
this.LblBack.Name = "LblBack";
this.LblBack.Size = new System.Drawing.Size(13, 13);
this.LblBack.TabIndex = 37;
this.LblBack.Text = "<";
this.LblBack.Click += new System.EventHandler(this.LblBack_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TsIInfo});
this.statusStrip1.Location = new System.Drawing.Point(0, 502);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(789, 22);
this.statusStrip1.TabIndex = 39;
this.statusStrip1.Text = "statusStrip1";
//
// TsIInfo
//
this.TsIInfo.Name = "TsIInfo";
this.TsIInfo.Size = new System.Drawing.Size(162, 17);
this.TsIInfo.Text = "Всего записей: отображается:";
//
// DgvClients
//
this.DgvClients.AllowUserToAddRows = false;
this.DgvClients.AllowUserToDeleteRows = false;
this.DgvClients.BackgroundColor = System.Drawing.Color.White;
this.DgvClients.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.DgvClients.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.DgvClients.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DgvClients.ColumnHeadersVisible = false;
this.DgvClients.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column2,
this.Column1});
this.DgvClients.GridColor = System.Drawing.Color.White;
this.DgvClients.Location = new System.Drawing.Point(19, 159);
this.DgvClients.MultiSelect = false;
this.DgvClients.Name = "DgvClients";
this.DgvClients.ReadOnly = true;
this.DgvClients.RowHeadersVisible = false;
this.DgvClients.RowHeadersWidth = 51;
this.DgvClients.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.MistyRose;
this.DgvClients.RowTemplate.DividerHeight = 5;
this.DgvClients.RowTemplate.Height = 70;
this.DgvClients.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.DgvClients.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DgvClients.Size = new System.Drawing.Size(753, 279);
this.DgvClients.TabIndex = 40;
//
// Column2
//
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.MistyRose;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.Column2.DefaultCellStyle = dataGridViewCellStyle1;
this.Column2.HeaderText = "Column2";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column1
//
this.Column1.HeaderText = "Column1";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 114);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 13);
this.label3.TabIndex = 42;
this.label3.Text = "Поиск по:";
//
// CmbFind
//
this.CmbFind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbFind.FormattingEnabled = true;
this.CmbFind.Items.AddRange(new object[] {
"фамилии",
"имени",
"отчеству"});
this.CmbFind.Location = new System.Drawing.Point(12, 133);
this.CmbFind.Name = "CmbFind";
this.CmbFind.Size = new System.Drawing.Size(99, 21);
this.CmbFind.TabIndex = 41;
//
// fMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(789, 524);
this.Controls.Add(this.label3);
this.Controls.Add(this.CmbFind);
this.Controls.Add(this.DgvClients);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.LblNext);
this.Controls.Add(this.LblBack);
this.Controls.Add(this.bAdd);
this.Controls.Add(this.BtnDel);
this.Controls.Add(this.PanelPages);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.CmbSort);
this.Controls.Add(this.CmbGender);
this.Controls.Add(this.TbxFind);
this.Controls.Add(this.panel1);
this.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "fMain";
this.Text = "Форма клиентов";
this.Load += new System.EventHandler(this.fMain_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DgvClients)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox CmbSort;
private System.Windows.Forms.ComboBox CmbGender;
private System.Windows.Forms.TextBox TbxFind;
private System.Windows.Forms.Panel PanelPages;
private System.Windows.Forms.Button BtnDel;
private System.Windows.Forms.Button bAdd;
private System.Windows.Forms.Label LblNext;
private System.Windows.Forms.Label LblBack;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel TsIInfo;
private System.Windows.Forms.DataGridView DgvClients;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox CmbFind;
}
}