123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- namespace WindowsFormsApp3
- {
- partial class Form1
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.kalachyovaISP41DataSet = new WindowsFormsApp3.KalachyovaISP41DataSet();
- this.clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.clientsTableAdapter = new WindowsFormsApp3.KalachyovaISP41DataSetTableAdapters.clientsTableAdapter();
- 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.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.clientsBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.button4 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.фамилияDataGridViewTextBoxColumn,
- this.имяDataGridViewTextBoxColumn,
- this.отчествоDataGridViewTextBoxColumn,
- this.полDataGridViewTextBoxColumn,
- this.телефонDataGridViewTextBoxColumn,
- this.датарожденияDataGridViewTextBoxColumn,
- this.emailDataGridViewTextBoxColumn,
- this.датарегистрацииDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.clientsBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(12, 35);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(875, 150);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // kalachyovaISP41DataSet
- //
- this.kalachyovaISP41DataSet.DataSetName = "KalachyovaISP41DataSet";
- this.kalachyovaISP41DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // clientsBindingSource
- //
- this.clientsBindingSource.DataMember = "clients";
- this.clientsBindingSource.DataSource = this.kalachyovaISP41DataSet;
- //
- // clientsTableAdapter
- //
- this.clientsTableAdapter.ClearBeforeFill = true;
- //
- // фамилия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";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(13, 300);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(13, 347);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 2;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(12, 392);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 3;
- this.button3.Text = "Сохранить";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // textBox1
- //
- this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Фамилия", true));
- this.textBox1.Location = new System.Drawing.Point(214, 234);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(282, 20);
- this.textBox1.TabIndex = 4;
- //
- // textBox2
- //
- this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Имя", true));
- this.textBox2.Location = new System.Drawing.Point(214, 270);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(282, 20);
- this.textBox2.TabIndex = 5;
- //
- // textBox3
- //
- this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Отчество", true));
- this.textBox3.Location = new System.Drawing.Point(214, 303);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(282, 20);
- this.textBox3.TabIndex = 6;
- //
- // textBox4
- //
- this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Пол", true));
- this.textBox4.Location = new System.Drawing.Point(214, 329);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(282, 20);
- this.textBox4.TabIndex = 7;
- //
- // textBox5
- //
- this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Телефон", true));
- this.textBox5.Location = new System.Drawing.Point(214, 355);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(282, 20);
- this.textBox5.TabIndex = 8;
- //
- // textBox6
- //
- this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Дата_рождения", true));
- this.textBox6.Location = new System.Drawing.Point(214, 381);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(282, 20);
- this.textBox6.TabIndex = 9;
- //
- // textBox7
- //
- this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Email", true));
- this.textBox7.Location = new System.Drawing.Point(214, 407);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(282, 20);
- this.textBox7.TabIndex = 10;
- //
- // textBox8
- //
- this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Дата_регистрации", true));
- this.textBox8.Location = new System.Drawing.Point(214, 447);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(282, 20);
- this.textBox8.TabIndex = 11;
- //
- // clientsBindingSource1
- //
- this.clientsBindingSource1.DataMember = "clients";
- this.clientsBindingSource1.DataSource = this.kalachyovaISP41DataSet;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(747, 476);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 12;
- this.button4.Text = "Сервис";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(943, 542);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.textBox8);
- this.Controls.Add(this.textBox7);
- this.Controls.Add(this.textBox6);
- this.Controls.Add(this.textBox5);
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private KalachyovaISP41DataSet kalachyovaISP41DataSet;
- private System.Windows.Forms.BindingSource clientsBindingSource;
- private KalachyovaISP41DataSetTableAdapters.clientsTableAdapter clientsTableAdapter;
- 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.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.BindingSource clientsBindingSource1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.TextBox textBox8;
- private System.Windows.Forms.Button button4;
- }
- }
|