123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
-
- namespace _02Trade
- {
- partial class ДанныеКлиента
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДанныеКлиента));
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.firstNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lastNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.patronymicDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.birthdayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.registrationDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.phoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.genderCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.clientTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this._02TradeDataSet = new _02Trade._02TradeDataSet();
- this.clientTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ClientTableTableAdapter();
- this.button4 = new System.Windows.Forms.Button();
- this.panel4 = new System.Windows.Forms.Panel();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel2.Controls.Add(this.label1);
- this.panel2.Controls.Add(this.pictureBox1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1111, 91);
- this.panel2.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(490, 29);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(144, 39);
- this.label1.TabIndex = 1;
- this.label1.Text = "Клиенты";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(153, 85);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToOrderColumns = true;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.firstNameDataGridViewTextBoxColumn,
- this.lastNameDataGridViewTextBoxColumn,
- this.patronymicDataGridViewTextBoxColumn,
- this.birthdayDataGridViewTextBoxColumn,
- this.registrationDateDataGridViewTextBoxColumn,
- this.emailDataGridViewTextBoxColumn,
- this.phoneDataGridViewTextBoxColumn,
- this.genderCodeDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.clientTableBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(3, 97);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(1108, 232);
- this.dataGridView1.TabIndex = 4;
- //
- // firstNameDataGridViewTextBoxColumn
- //
- this.firstNameDataGridViewTextBoxColumn.DataPropertyName = "FirstName";
- this.firstNameDataGridViewTextBoxColumn.HeaderText = "Фамилия";
- this.firstNameDataGridViewTextBoxColumn.Name = "firstNameDataGridViewTextBoxColumn";
- //
- // lastNameDataGridViewTextBoxColumn
- //
- this.lastNameDataGridViewTextBoxColumn.DataPropertyName = "LastName";
- this.lastNameDataGridViewTextBoxColumn.HeaderText = "Имя";
- this.lastNameDataGridViewTextBoxColumn.Name = "lastNameDataGridViewTextBoxColumn";
- //
- // patronymicDataGridViewTextBoxColumn
- //
- this.patronymicDataGridViewTextBoxColumn.DataPropertyName = "Patronymic";
- this.patronymicDataGridViewTextBoxColumn.HeaderText = "Отчество";
- this.patronymicDataGridViewTextBoxColumn.Name = "patronymicDataGridViewTextBoxColumn";
- //
- // birthdayDataGridViewTextBoxColumn
- //
- this.birthdayDataGridViewTextBoxColumn.DataPropertyName = "Birthday";
- this.birthdayDataGridViewTextBoxColumn.HeaderText = "Дата рождения";
- this.birthdayDataGridViewTextBoxColumn.Name = "birthdayDataGridViewTextBoxColumn";
- //
- // registrationDateDataGridViewTextBoxColumn
- //
- this.registrationDateDataGridViewTextBoxColumn.DataPropertyName = "RegistrationDate";
- this.registrationDateDataGridViewTextBoxColumn.HeaderText = "Дата регистрации";
- this.registrationDateDataGridViewTextBoxColumn.Name = "registrationDateDataGridViewTextBoxColumn";
- //
- // emailDataGridViewTextBoxColumn
- //
- this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
- this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
- this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
- //
- // phoneDataGridViewTextBoxColumn
- //
- this.phoneDataGridViewTextBoxColumn.DataPropertyName = "Phone";
- this.phoneDataGridViewTextBoxColumn.HeaderText = "Телефон";
- this.phoneDataGridViewTextBoxColumn.Name = "phoneDataGridViewTextBoxColumn";
- //
- // genderCodeDataGridViewTextBoxColumn
- //
- this.genderCodeDataGridViewTextBoxColumn.DataPropertyName = "GenderCode";
- this.genderCodeDataGridViewTextBoxColumn.HeaderText = "Пол";
- this.genderCodeDataGridViewTextBoxColumn.Name = "genderCodeDataGridViewTextBoxColumn";
- //
- // clientTableBindingSource
- //
- this.clientTableBindingSource.DataMember = "ClientTable";
- this.clientTableBindingSource.DataSource = this._02TradeDataSet;
- //
- // _02TradeDataSet
- //
- this._02TradeDataSet.DataSetName = "_02TradeDataSet";
- this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // clientTableTableAdapter
- //
- this.clientTableTableAdapter.ClearBeforeFill = true;
- //
- // button4
- //
- this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(12, 565);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(190, 34);
- this.button4.TabIndex = 36;
- this.button4.Text = "Запись клиента";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel4.Controls.Add(this.button3);
- this.panel4.Controls.Add(this.button2);
- this.panel4.Controls.Add(this.button1);
- this.panel4.Location = new System.Drawing.Point(820, 395);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(279, 204);
- this.panel4.TabIndex = 37;
- //
- // button3
- //
- this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button3.Location = new System.Drawing.Point(40, 127);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(190, 34);
- this.button3.TabIndex = 2;
- this.button3.Text = "Сохранить запись";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.Location = new System.Drawing.Point(51, 77);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(172, 34);
- this.button2.TabIndex = 1;
- this.button2.Text = "Удалить запись";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(17, 29);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(239, 34);
- this.button1.TabIndex = 0;
- this.button1.Text = "Добавить новую запись";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // ДанныеКлиента
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1111, 611);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.panel2);
- this.Name = "ДанныеКлиента";
- this.Text = "ДанныеКлиента";
- this.Load += new System.EventHandler(this.ДанныеКлиента_Load);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
- this.panel4.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private _02TradeDataSet _02TradeDataSet;
- private System.Windows.Forms.BindingSource clientTableBindingSource;
- private _02TradeDataSetTableAdapters.ClientTableTableAdapter clientTableTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn firstNameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn lastNameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn patronymicDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn birthdayDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn registrationDateDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn phoneDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn genderCodeDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- }
- }
|