123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428 |
-
- namespace KafeKazarin03
- {
- partial class Form6
- {
- /// <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 рольLabel;
- System.Windows.Forms.Label датаРожденияLabel;
- System.Windows.Forms.Label телефонLabel;
- System.Windows.Forms.Label адресLabel;
- System.Windows.Forms.Label usernameLabel;
- System.Windows.Forms.Label passwordLabel;
- System.Windows.Forms.Label статусLabel;
- this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
- this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.employeesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.EmployeesTableAdapter();
- this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
- this.employeesDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- this.рольTextBox = new System.Windows.Forms.TextBox();
- this.датаРожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.телефонTextBox = new System.Windows.Forms.TextBox();
- this.адресTextBox = new System.Windows.Forms.TextBox();
- this.usernameTextBox = new System.Windows.Forms.TextBox();
- this.passwordTextBox = new System.Windows.Forms.TextBox();
- this.статусTextBox = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- iDLabel = new System.Windows.Forms.Label();
- рольLabel = new System.Windows.Forms.Label();
- датаРожденияLabel = new System.Windows.Forms.Label();
- телефонLabel = new System.Windows.Forms.Label();
- адресLabel = new System.Windows.Forms.Label();
- usernameLabel = new System.Windows.Forms.Label();
- passwordLabel = new System.Windows.Forms.Label();
- статусLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- iDLabel.Location = new System.Drawing.Point(17, 80);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(34, 18);
- iDLabel.TabIndex = 2;
- iDLabel.Text = "ID:";
- //
- // рольLabel
- //
- рольLabel.AutoSize = true;
- рольLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- рольLabel.Location = new System.Drawing.Point(17, 112);
- рольLabel.Name = "рольLabel";
- рольLabel.Size = new System.Drawing.Size(55, 18);
- рольLabel.TabIndex = 4;
- рольLabel.Text = "Роль:";
- //
- // датаРожденияLabel
- //
- датаРожденияLabel.AutoSize = true;
- датаРожденияLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- датаРожденияLabel.Location = new System.Drawing.Point(17, 148);
- датаРожденияLabel.Name = "датаРожденияLabel";
- датаРожденияLabel.Size = new System.Drawing.Size(146, 18);
- датаРожденияLabel.TabIndex = 6;
- датаРожденияLabel.Text = "Дата Рождения:";
- //
- // телефонLabel
- //
- телефонLabel.AutoSize = true;
- телефонLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- телефонLabel.Location = new System.Drawing.Point(17, 183);
- телефонLabel.Name = "телефонLabel";
- телефонLabel.Size = new System.Drawing.Size(89, 18);
- телефонLabel.TabIndex = 8;
- телефонLabel.Text = "Телефон:";
- //
- // адресLabel
- //
- адресLabel.AutoSize = true;
- адресLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- адресLabel.Location = new System.Drawing.Point(19, 218);
- адресLabel.Name = "адресLabel";
- адресLabel.Size = new System.Drawing.Size(65, 18);
- адресLabel.TabIndex = 10;
- адресLabel.Text = "Адрес:";
- //
- // usernameLabel
- //
- usernameLabel.AutoSize = true;
- usernameLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- usernameLabel.Location = new System.Drawing.Point(19, 253);
- usernameLabel.Name = "usernameLabel";
- usernameLabel.Size = new System.Drawing.Size(98, 18);
- usernameLabel.TabIndex = 12;
- usernameLabel.Text = "Username:";
- //
- // passwordLabel
- //
- passwordLabel.AutoSize = true;
- passwordLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- passwordLabel.Location = new System.Drawing.Point(19, 286);
- passwordLabel.Name = "passwordLabel";
- passwordLabel.Size = new System.Drawing.Size(93, 18);
- passwordLabel.TabIndex = 14;
- passwordLabel.Text = "Password:";
- //
- // статусLabel
- //
- статусLabel.AutoSize = true;
- статусLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- статусLabel.Location = new System.Drawing.Point(17, 321);
- статусLabel.Name = "статусLabel";
- статусLabel.Size = new System.Drawing.Size(73, 18);
- статусLabel.TabIndex = 16;
- статусLabel.Text = "Статус:";
- //
- // kazarinKafeDataSet
- //
- this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
- this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // employeesBindingSource
- //
- this.employeesBindingSource.DataMember = "Employees";
- this.employeesBindingSource.DataSource = this.kazarinKafeDataSet;
- //
- // employeesTableAdapter
- //
- this.employeesTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CooksTableAdapter = null;
- this.tableAdapterManager.EmployeesTableAdapter = this.employeesTableAdapter;
- this.tableAdapterManager.OrderedDishesTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.OrderStatusTableAdapter = null;
- this.tableAdapterManager.PaymentMethodTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.TablesTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.WaitersTableAdapter = null;
- this.tableAdapterManager.WorkShiftTableAdapter = null;
- this.tableAdapterManager.СategoriesTableAdapter = null;
- //
- // employeesDataGridView
- //
- this.employeesDataGridView.AutoGenerateColumns = false;
- this.employeesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.employeesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8});
- this.employeesDataGridView.DataSource = this.employeesBindingSource;
- this.employeesDataGridView.Location = new System.Drawing.Point(169, 375);
- this.employeesDataGridView.Name = "employeesDataGridView";
- this.employeesDataGridView.Size = new System.Drawing.Size(38, 22);
- this.employeesDataGridView.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
- this.dataGridViewTextBoxColumn1.HeaderText = "ID";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Роль";
- this.dataGridViewTextBoxColumn2.HeaderText = "Роль";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "ДатаРождения";
- this.dataGridViewTextBoxColumn3.HeaderText = "ДатаРождения";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "Телефон";
- this.dataGridViewTextBoxColumn4.HeaderText = "Телефон";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "Адрес";
- this.dataGridViewTextBoxColumn5.HeaderText = "Адрес";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "Username";
- this.dataGridViewTextBoxColumn6.HeaderText = "Username";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "Password";
- this.dataGridViewTextBoxColumn7.HeaderText = "Password";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "Статус";
- this.dataGridViewTextBoxColumn8.HeaderText = "Статус";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // iDTextBox
- //
- this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "ID", true));
- this.iDTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.iDTextBox.Location = new System.Drawing.Point(57, 77);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(312, 26);
- this.iDTextBox.TabIndex = 3;
- //
- // рольTextBox
- //
- this.рольTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Роль", true));
- this.рольTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.рольTextBox.Location = new System.Drawing.Point(78, 109);
- this.рольTextBox.Name = "рольTextBox";
- this.рольTextBox.Size = new System.Drawing.Size(291, 26);
- this.рольTextBox.TabIndex = 5;
- //
- // датаРожденияDateTimePicker
- //
- this.датаРожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "ДатаРождения", true));
- this.датаРожденияDateTimePicker.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.датаРожденияDateTimePicker.Location = new System.Drawing.Point(169, 142);
- this.датаРожденияDateTimePicker.Name = "датаРожденияDateTimePicker";
- this.датаРожденияDateTimePicker.Size = new System.Drawing.Size(200, 26);
- this.датаРожденияDateTimePicker.TabIndex = 7;
- //
- // телефонTextBox
- //
- this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Телефон", true));
- this.телефонTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.телефонTextBox.Location = new System.Drawing.Point(112, 180);
- this.телефонTextBox.Name = "телефонTextBox";
- this.телефонTextBox.Size = new System.Drawing.Size(257, 26);
- this.телефонTextBox.TabIndex = 9;
- //
- // адресTextBox
- //
- this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Адрес", true));
- this.адресTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.адресTextBox.Location = new System.Drawing.Point(90, 215);
- this.адресTextBox.Name = "адресTextBox";
- this.адресTextBox.Size = new System.Drawing.Size(279, 26);
- this.адресTextBox.TabIndex = 11;
- //
- // usernameTextBox
- //
- this.usernameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Username", true));
- this.usernameTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.usernameTextBox.Location = new System.Drawing.Point(123, 250);
- this.usernameTextBox.Name = "usernameTextBox";
- this.usernameTextBox.Size = new System.Drawing.Size(246, 26);
- this.usernameTextBox.TabIndex = 13;
- //
- // passwordTextBox
- //
- this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Password", true));
- this.passwordTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.passwordTextBox.Location = new System.Drawing.Point(118, 283);
- this.passwordTextBox.Name = "passwordTextBox";
- this.passwordTextBox.Size = new System.Drawing.Size(251, 26);
- this.passwordTextBox.TabIndex = 15;
- //
- // статусTextBox
- //
- this.статусTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Статус", true));
- this.статусTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.статусTextBox.Location = new System.Drawing.Point(96, 318);
- this.статусTextBox.Name = "статусTextBox";
- this.статусTextBox.Size = new System.Drawing.Size(273, 26);
- this.статусTextBox.TabIndex = 17;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Tan;
- this.button1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(57, 363);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(260, 34);
- this.button1.TabIndex = 18;
- this.button1.Text = "Сохранить";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(34, 27);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(297, 25);
- this.label3.TabIndex = 19;
- this.label3.Text = "Добавление сотрудников";
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.Tan;
- this.button4.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(269, 411);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(100, 34);
- this.button4.TabIndex = 20;
- this.button4.Text = "Отмена";
- this.button4.UseVisualStyleBackColor = false;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Form6
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.PeachPuff;
- this.ClientSize = new System.Drawing.Size(381, 457);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.button1);
- this.Controls.Add(статусLabel);
- this.Controls.Add(this.статусTextBox);
- this.Controls.Add(passwordLabel);
- this.Controls.Add(this.passwordTextBox);
- this.Controls.Add(usernameLabel);
- this.Controls.Add(this.usernameTextBox);
- this.Controls.Add(адресLabel);
- this.Controls.Add(this.адресTextBox);
- this.Controls.Add(телефонLabel);
- this.Controls.Add(this.телефонTextBox);
- this.Controls.Add(датаРожденияLabel);
- this.Controls.Add(this.датаРожденияDateTimePicker);
- this.Controls.Add(рольLabel);
- this.Controls.Add(this.рольTextBox);
- this.Controls.Add(iDLabel);
- this.Controls.Add(this.iDTextBox);
- this.Controls.Add(this.employeesDataGridView);
- this.Name = "Form6";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Добавить сотрудника";
- this.Load += new System.EventHandler(this.Form6_Load);
- ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.employeesDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private KazarinKafeDataSet kazarinKafeDataSet;
- private System.Windows.Forms.BindingSource employeesBindingSource;
- private KazarinKafeDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
- private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridView employeesDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.TextBox iDTextBox;
- private System.Windows.Forms.TextBox рольTextBox;
- private System.Windows.Forms.DateTimePicker датаРожденияDateTimePicker;
- private System.Windows.Forms.TextBox телефонTextBox;
- private System.Windows.Forms.TextBox адресTextBox;
- private System.Windows.Forms.TextBox usernameTextBox;
- private System.Windows.Forms.TextBox passwordTextBox;
- private System.Windows.Forms.TextBox статусTextBox;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button button4;
- }
- }
|