123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436 |
-
- 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.Windows.Forms.Label iDLabel;
- System.Windows.Forms.Label firstNameLabel;
- System.Windows.Forms.Label lastNameLabel;
- System.Windows.Forms.Label patronymicLabel;
- System.Windows.Forms.Label birthdayLabel;
- System.Windows.Forms.Label registrationDateLabel;
- System.Windows.Forms.Label emailLabel;
- System.Windows.Forms.Label phoneLabel;
- System.Windows.Forms.Label genderCodeLabel;
- 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.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.button4 = new System.Windows.Forms.Button();
- this._02TradeDataSet = new _02Trade._02TradeDataSet();
- this.clientTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.clientTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ClientTableTableAdapter();
- this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- this.firstNameTextBox = new System.Windows.Forms.TextBox();
- this.lastNameTextBox = new System.Windows.Forms.TextBox();
- this.patronymicTextBox = new System.Windows.Forms.TextBox();
- this.birthdayDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.registrationDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.emailTextBox = new System.Windows.Forms.TextBox();
- this.phoneTextBox = new System.Windows.Forms.TextBox();
- this.genderCodeTextBox = new System.Windows.Forms.TextBox();
- iDLabel = new System.Windows.Forms.Label();
- firstNameLabel = new System.Windows.Forms.Label();
- lastNameLabel = new System.Windows.Forms.Label();
- patronymicLabel = new System.Windows.Forms.Label();
- birthdayLabel = new System.Windows.Forms.Label();
- registrationDateLabel = new System.Windows.Forms.Label();
- emailLabel = new System.Windows.Forms.Label();
- phoneLabel = new System.Windows.Forms.Label();
- genderCodeLabel = new System.Windows.Forms.Label();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- iDLabel.Location = new System.Drawing.Point(275, 115);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(37, 23);
- iDLabel.TabIndex = 39;
- iDLabel.Text = "ID:";
- //
- // firstNameLabel
- //
- firstNameLabel.AutoSize = true;
- firstNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- firstNameLabel.Location = new System.Drawing.Point(216, 161);
- firstNameLabel.Name = "firstNameLabel";
- firstNameLabel.Size = new System.Drawing.Size(96, 23);
- firstNameLabel.TabIndex = 40;
- firstNameLabel.Text = "Фамилия:";
- //
- // lastNameLabel
- //
- lastNameLabel.AutoSize = true;
- lastNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- lastNameLabel.Location = new System.Drawing.Point(260, 202);
- lastNameLabel.Name = "lastNameLabel";
- lastNameLabel.Size = new System.Drawing.Size(52, 23);
- lastNameLabel.TabIndex = 41;
- lastNameLabel.Text = "Имя:";
- //
- // patronymicLabel
- //
- patronymicLabel.AutoSize = true;
- patronymicLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- patronymicLabel.Location = new System.Drawing.Point(215, 242);
- patronymicLabel.Name = "patronymicLabel";
- patronymicLabel.Size = new System.Drawing.Size(97, 23);
- patronymicLabel.TabIndex = 42;
- patronymicLabel.Text = "Отчество:";
- //
- // birthdayLabel
- //
- birthdayLabel.AutoSize = true;
- birthdayLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- birthdayLabel.Location = new System.Drawing.Point(159, 290);
- birthdayLabel.Name = "birthdayLabel";
- birthdayLabel.Size = new System.Drawing.Size(153, 23);
- birthdayLabel.TabIndex = 43;
- birthdayLabel.Text = "Дата рождения:";
- //
- // registrationDateLabel
- //
- registrationDateLabel.AutoSize = true;
- registrationDateLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- registrationDateLabel.Location = new System.Drawing.Point(135, 333);
- registrationDateLabel.Name = "registrationDateLabel";
- registrationDateLabel.Size = new System.Drawing.Size(177, 23);
- registrationDateLabel.TabIndex = 44;
- registrationDateLabel.Text = "Дата регистрации:";
- //
- // emailLabel
- //
- emailLabel.AutoSize = true;
- emailLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- emailLabel.Location = new System.Drawing.Point(250, 370);
- emailLabel.Name = "emailLabel";
- emailLabel.Size = new System.Drawing.Size(62, 23);
- emailLabel.TabIndex = 45;
- emailLabel.Text = "Email:";
- //
- // phoneLabel
- //
- phoneLabel.AutoSize = true;
- phoneLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- phoneLabel.Location = new System.Drawing.Point(218, 408);
- phoneLabel.Name = "phoneLabel";
- phoneLabel.Size = new System.Drawing.Size(94, 23);
- phoneLabel.TabIndex = 46;
- phoneLabel.Text = "Телефон:";
- //
- // genderCodeLabel
- //
- genderCodeLabel.AutoSize = true;
- genderCodeLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- genderCodeLabel.Location = new System.Drawing.Point(261, 445);
- genderCodeLabel.Name = "genderCodeLabel";
- genderCodeLabel.Size = new System.Drawing.Size(51, 23);
- genderCodeLabel.TabIndex = 47;
- genderCodeLabel.Text = "Пол:";
- //
- // 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(834, 91);
- this.panel2.TabIndex = 4;
- //
- // 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(272, 28);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(342, 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;
- //
- // 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(543, 479);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(279, 204);
- this.panel4.TabIndex = 38;
- //
- // 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);
- //
- // 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, 649);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(190, 34);
- this.button4.TabIndex = 37;
- this.button4.Text = "Данные клиента";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // _02TradeDataSet
- //
- this._02TradeDataSet.DataSetName = "_02TradeDataSet";
- this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // clientTableBindingSource
- //
- this.clientTableBindingSource.DataMember = "ClientTable";
- this.clientTableBindingSource.DataSource = this._02TradeDataSet;
- //
- // clientTableTableAdapter
- //
- this.clientTableTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientServiceTableAdapter = null;
- this.tableAdapterManager.ClientTableTableAdapter = this.clientTableTableAdapter;
- this.tableAdapterManager.DocumentByServiceTableAdapter = null;
- this.tableAdapterManager.GenderTableAdapter = null;
- this.tableAdapterManager.ManufacturerTableAdapter = null;
- this.tableAdapterManager.ProductPhotoTableAdapter = null;
- this.tableAdapterManager.ProductSaleTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.RoleTableTableAdapter = null;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = null;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UserTableTableAdapter = null;
- //
- // iDTextBox
- //
- this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "ID", true));
- this.iDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.iDTextBox.Location = new System.Drawing.Point(543, 112);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(139, 30);
- this.iDTextBox.TabIndex = 40;
- //
- // firstNameTextBox
- //
- this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "FirstName", true));
- this.firstNameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.firstNameTextBox.Location = new System.Drawing.Point(543, 158);
- this.firstNameTextBox.Name = "firstNameTextBox";
- this.firstNameTextBox.Size = new System.Drawing.Size(139, 30);
- this.firstNameTextBox.TabIndex = 41;
- //
- // lastNameTextBox
- //
- this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "LastName", true));
- this.lastNameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lastNameTextBox.Location = new System.Drawing.Point(543, 199);
- this.lastNameTextBox.Name = "lastNameTextBox";
- this.lastNameTextBox.Size = new System.Drawing.Size(139, 30);
- this.lastNameTextBox.TabIndex = 42;
- //
- // patronymicTextBox
- //
- this.patronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "Patronymic", true));
- this.patronymicTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.patronymicTextBox.Location = new System.Drawing.Point(543, 239);
- this.patronymicTextBox.Name = "patronymicTextBox";
- this.patronymicTextBox.Size = new System.Drawing.Size(139, 30);
- this.patronymicTextBox.TabIndex = 43;
- //
- // birthdayDateTimePicker
- //
- this.birthdayDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientTableBindingSource, "Birthday", true));
- this.birthdayDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.birthdayDateTimePicker.Location = new System.Drawing.Point(543, 284);
- this.birthdayDateTimePicker.Name = "birthdayDateTimePicker";
- this.birthdayDateTimePicker.Size = new System.Drawing.Size(139, 30);
- this.birthdayDateTimePicker.TabIndex = 44;
- //
- // registrationDateDateTimePicker
- //
- this.registrationDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientTableBindingSource, "RegistrationDate", true));
- this.registrationDateDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.registrationDateDateTimePicker.Location = new System.Drawing.Point(543, 327);
- this.registrationDateDateTimePicker.Name = "registrationDateDateTimePicker";
- this.registrationDateDateTimePicker.Size = new System.Drawing.Size(139, 30);
- this.registrationDateDateTimePicker.TabIndex = 45;
- //
- // emailTextBox
- //
- this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "Email", true));
- this.emailTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.emailTextBox.Location = new System.Drawing.Point(543, 367);
- this.emailTextBox.Name = "emailTextBox";
- this.emailTextBox.Size = new System.Drawing.Size(139, 30);
- this.emailTextBox.TabIndex = 46;
- //
- // phoneTextBox
- //
- this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "Phone", true));
- this.phoneTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.phoneTextBox.Location = new System.Drawing.Point(543, 405);
- this.phoneTextBox.Name = "phoneTextBox";
- this.phoneTextBox.Size = new System.Drawing.Size(139, 30);
- this.phoneTextBox.TabIndex = 47;
- //
- // genderCodeTextBox
- //
- this.genderCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "GenderCode", true));
- this.genderCodeTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.genderCodeTextBox.Location = new System.Drawing.Point(543, 442);
- this.genderCodeTextBox.Name = "genderCodeTextBox";
- this.genderCodeTextBox.Size = new System.Drawing.Size(139, 30);
- this.genderCodeTextBox.TabIndex = 48;
- //
- // ДобавлениеКлиентов
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(834, 695);
- this.Controls.Add(genderCodeLabel);
- this.Controls.Add(this.genderCodeTextBox);
- this.Controls.Add(phoneLabel);
- this.Controls.Add(this.phoneTextBox);
- this.Controls.Add(emailLabel);
- this.Controls.Add(this.emailTextBox);
- this.Controls.Add(registrationDateLabel);
- this.Controls.Add(this.registrationDateDateTimePicker);
- this.Controls.Add(birthdayLabel);
- this.Controls.Add(this.birthdayDateTimePicker);
- this.Controls.Add(patronymicLabel);
- this.Controls.Add(this.patronymicTextBox);
- this.Controls.Add(lastNameLabel);
- this.Controls.Add(this.lastNameTextBox);
- this.Controls.Add(firstNameLabel);
- this.Controls.Add(this.firstNameTextBox);
- this.Controls.Add(iDLabel);
- this.Controls.Add(this.iDTextBox);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.panel4);
- 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();
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button4;
- private _02TradeDataSet _02TradeDataSet;
- private System.Windows.Forms.BindingSource clientTableBindingSource;
- private _02TradeDataSetTableAdapters.ClientTableTableAdapter clientTableTableAdapter;
- private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox iDTextBox;
- private System.Windows.Forms.TextBox firstNameTextBox;
- private System.Windows.Forms.TextBox lastNameTextBox;
- private System.Windows.Forms.TextBox patronymicTextBox;
- private System.Windows.Forms.DateTimePicker birthdayDateTimePicker;
- private System.Windows.Forms.DateTimePicker registrationDateDateTimePicker;
- private System.Windows.Forms.TextBox emailTextBox;
- private System.Windows.Forms.TextBox phoneTextBox;
- private System.Windows.Forms.TextBox genderCodeTextBox;
- }
- }
|