namespace BBrovki1Z { partial class Form5 { /// /// 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(Form5)); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.bBrovkiZDataSet = new BBrovki1Z.BBrovkiZDataSet(); this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components); this.clientTableAdapter = new BBrovki1Z.BBrovkiZDataSetTableAdapters.ClientTableAdapter(); this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.фамилияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.имяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.отчествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.полDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.телефонDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.датарожденияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.датарегистрацииDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bBrovkiZDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(116, -6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(873, 56); this.panel1.TabIndex = 6; // // button1 // this.button1.ForeColor = System.Drawing.Color.Black; this.button1.Location = new System.Drawing.Point(842, 8); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(22, 23); this.button1.TabIndex = 3; this.button1.Text = "X"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(293, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(194, 33); this.label1.TabIndex = 3; this.label1.Text = "..::Клиенты::.."; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel2.Location = new System.Drawing.Point(-152, -9); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(200, 59); this.panel2.TabIndex = 8; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(32, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(100, 50); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDDataGridViewTextBoxColumn, this.фамилияDataGridViewTextBoxColumn, this.имяDataGridViewTextBoxColumn, this.отчествоDataGridViewTextBoxColumn, this.полDataGridViewTextBoxColumn, this.телефонDataGridViewTextBoxColumn, this.датарожденияDataGridViewTextBoxColumn, this.emailDataGridViewTextBoxColumn, this.датарегистрацииDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.clientBindingSource; this.dataGridView1.Location = new System.Drawing.Point(12, 67); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(957, 150); this.dataGridView1.TabIndex = 9; // // bBrovkiZDataSet // this.bBrovkiZDataSet.DataSetName = "BBrovkiZDataSet"; this.bBrovkiZDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // clientBindingSource // this.clientBindingSource.DataMember = "Client"; this.clientBindingSource.DataSource = this.bBrovkiZDataSet; // // clientTableAdapter // this.clientTableAdapter.ClearBeforeFill = true; // // iDDataGridViewTextBoxColumn // this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID"; this.iDDataGridViewTextBoxColumn.HeaderText = "ID"; this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn"; // // фамилияDataGridViewTextBoxColumn // this.фамилияDataGridViewTextBoxColumn.DataPropertyName = "Фамилия"; this.фамилияDataGridViewTextBoxColumn.HeaderText = "Фамилия"; this.фамилияDataGridViewTextBoxColumn.Name = "фамилияDataGridViewTextBoxColumn"; // // имяDataGridViewTextBoxColumn // this.имяDataGridViewTextBoxColumn.DataPropertyName = "Имя"; this.имяDataGridViewTextBoxColumn.HeaderText = "Имя"; this.имяDataGridViewTextBoxColumn.Name = "имяDataGridViewTextBoxColumn"; // // отчествоDataGridViewTextBoxColumn // this.отчествоDataGridViewTextBoxColumn.DataPropertyName = "Отчество"; this.отчествоDataGridViewTextBoxColumn.HeaderText = "Отчество"; this.отчествоDataGridViewTextBoxColumn.Name = "отчествоDataGridViewTextBoxColumn"; // // полDataGridViewTextBoxColumn // this.полDataGridViewTextBoxColumn.DataPropertyName = "Пол"; this.полDataGridViewTextBoxColumn.HeaderText = "Пол"; this.полDataGridViewTextBoxColumn.Name = "полDataGridViewTextBoxColumn"; // // телефонDataGridViewTextBoxColumn // this.телефонDataGridViewTextBoxColumn.DataPropertyName = "Телефон"; this.телефонDataGridViewTextBoxColumn.HeaderText = "Телефон"; this.телефонDataGridViewTextBoxColumn.Name = "телефонDataGridViewTextBoxColumn"; // // датарожденияDataGridViewTextBoxColumn // this.датарожденияDataGridViewTextBoxColumn.DataPropertyName = "Дата_рождения"; this.датарожденияDataGridViewTextBoxColumn.HeaderText = "Дата_рождения"; this.датарожденияDataGridViewTextBoxColumn.Name = "датарожденияDataGridViewTextBoxColumn"; // // emailDataGridViewTextBoxColumn // this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email"; this.emailDataGridViewTextBoxColumn.HeaderText = "Email"; this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn"; // // датарегистрацииDataGridViewTextBoxColumn // this.датарегистрацииDataGridViewTextBoxColumn.DataPropertyName = "Дата_регистрации"; this.датарегистрацииDataGridViewTextBoxColumn.HeaderText = "Дата_регистрации"; this.датарегистрацииDataGridViewTextBoxColumn.Name = "датарегистрацииDataGridViewTextBoxColumn"; // // groupBox1 // this.groupBox1.Controls.Add(this.button5); this.groupBox1.Controls.Add(this.button4); this.groupBox1.Controls.Add(this.comboBox2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.button3); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.groupBox1.Location = new System.Drawing.Point(12, 223); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(468, 170); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "Сортировка"; // // groupBox2 // this.groupBox2.Controls.Add(this.button8); this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.button6); this.groupBox2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.groupBox2.Location = new System.Drawing.Point(517, 223); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(272, 170); this.groupBox2.TabIndex = 11; this.groupBox2.TabStop = false; this.groupBox2.Text = "Редактирование"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 34); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 16); this.label2.TabIndex = 0; this.label2.Text = "Фамилия:"; // // comboBox1 // this.comboBox1.DataSource = this.clientBindingSource; this.comboBox1.DisplayMember = "Фамилия"; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(74, 28); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(139, 24); this.comboBox1.TabIndex = 1; // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.ForeColor = System.Drawing.Color.White; this.button2.Location = new System.Drawing.Point(219, 24); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(98, 30); this.button2.TabIndex = 2; this.button2.Text = "Применить"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.ForeColor = System.Drawing.Color.White; this.button3.Location = new System.Drawing.Point(323, 24); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(98, 30); this.button3.TabIndex = 3; this.button3.Text = "Сбросить"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 75); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 16); this.label3.TabIndex = 4; this.label3.Text = "Пол:"; // // comboBox2 // this.comboBox2.DataSource = this.clientBindingSource; this.comboBox2.DisplayMember = "Пол"; this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(74, 72); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(139, 24); this.comboBox2.TabIndex = 5; // // button4 // this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.ForeColor = System.Drawing.Color.White; this.button4.Location = new System.Drawing.Point(219, 68); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(98, 31); this.button4.TabIndex = 6; this.button4.Text = "Применить"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button5.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button5.ForeColor = System.Drawing.Color.White; this.button5.Location = new System.Drawing.Point(324, 68); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(97, 31); this.button5.TabIndex = 7; this.button5.Text = "Сбросить"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button6.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button6.ForeColor = System.Drawing.Color.White; this.button6.Location = new System.Drawing.Point(11, 26); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(252, 31); this.button6.TabIndex = 0; this.button6.Text = "Добавить новую строку"; this.button6.UseVisualStyleBackColor = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button7.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button7.ForeColor = System.Drawing.Color.White; this.button7.Location = new System.Drawing.Point(11, 65); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(252, 31); this.button7.TabIndex = 1; this.button7.Text = "Удалить существующую строку"; this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button7_Click); // // button8 // this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.button8.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button8.Location = new System.Drawing.Point(11, 123); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(252, 31); this.button8.TabIndex = 2; this.button8.Text = "Сохранить внесенные изменения"; this.button8.UseVisualStyleBackColor = false; this.button8.Click += new System.EventHandler(this.button8_Click); // // button9 // this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button9.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button9.ForeColor = System.Drawing.Color.White; this.button9.Location = new System.Drawing.Point(12, 453); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(92, 33); this.button9.TabIndex = 12; this.button9.Text = "Назад"; this.button9.UseVisualStyleBackColor = false; this.button9.Click += new System.EventHandler(this.button9_Click); // // Form5 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(981, 498); this.Controls.Add(this.button9); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Controls.Add(this.pictureBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form5"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Клиенты"; this.Load += new System.EventHandler(this.Form5_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bBrovkiZDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.DataGridView dataGridView1; private BBrovkiZDataSet bBrovkiZDataSet; private System.Windows.Forms.BindingSource clientBindingSource; private BBrovkiZDataSetTableAdapters.ClientTableAdapter clientTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn фамилияDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn имяDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn отчествоDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn полDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn телефонDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn датарожденияDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn датарегистрацииDataGridViewTextBoxColumn; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button9; } }