123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- namespace konkursTest14
- {
- partial class Form2
- {
- /// <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.Login = new System.Windows.Forms.TextBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.password = new System.Windows.Forms.TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.AdminButton = new System.Windows.Forms.RadioButton();
- this.ManagerButton = new System.Windows.Forms.RadioButton();
- this.addUser = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.LoginDel = new System.Windows.Forms.TextBox();
- this.Delete = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // Login
- //
- this.Login.Location = new System.Drawing.Point(66, 58);
- this.Login.Name = "Login";
- this.Login.Size = new System.Drawing.Size(151, 20);
- this.Login.TabIndex = 0;
- this.Login.Text = "Введите логин";
- this.Login.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.Login.Enter += new System.EventHandler(this.Login_Enter);
- this.Login.Leave += new System.EventHandler(this.Login_Leave);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(2, 1);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(294, 362);
- this.tabControl1.TabIndex = 1;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.addUser);
- this.tabPage1.Controls.Add(this.panel1);
- this.tabPage1.Controls.Add(this.password);
- this.tabPage1.Controls.Add(this.Login);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(286, 336);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Добавить";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.label2);
- this.tabPage2.Controls.Add(this.Delete);
- this.tabPage2.Controls.Add(this.LoginDel);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(286, 336);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Удалить";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // password
- //
- this.password.Location = new System.Drawing.Point(66, 105);
- this.password.Name = "password";
- this.password.Size = new System.Drawing.Size(151, 20);
- this.password.TabIndex = 1;
- this.password.Text = "Введите пароль";
- this.password.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.password.Enter += new System.EventHandler(this.password_Enter);
- this.password.Leave += new System.EventHandler(this.password_Leave);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.ManagerButton);
- this.panel1.Controls.Add(this.AdminButton);
- this.panel1.Location = new System.Drawing.Point(35, 150);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(207, 59);
- this.panel1.TabIndex = 2;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- //
- // AdminButton
- //
- this.AdminButton.AutoSize = true;
- this.AdminButton.Location = new System.Drawing.Point(31, 26);
- this.AdminButton.Name = "AdminButton";
- this.AdminButton.Size = new System.Drawing.Size(58, 17);
- this.AdminButton.TabIndex = 0;
- this.AdminButton.TabStop = true;
- this.AdminButton.Text = "Админ";
- this.AdminButton.UseVisualStyleBackColor = true;
- //
- // ManagerButton
- //
- this.ManagerButton.AutoSize = true;
- this.ManagerButton.Location = new System.Drawing.Point(104, 26);
- this.ManagerButton.Name = "ManagerButton";
- this.ManagerButton.Size = new System.Drawing.Size(78, 17);
- this.ManagerButton.TabIndex = 1;
- this.ManagerButton.TabStop = true;
- this.ManagerButton.Text = "Менеджер";
- this.ManagerButton.UseVisualStyleBackColor = true;
- //
- // addUser
- //
- this.addUser.Location = new System.Drawing.Point(66, 240);
- this.addUser.Name = "addUser";
- this.addUser.Size = new System.Drawing.Size(151, 36);
- this.addUser.TabIndex = 3;
- this.addUser.Text = "Добавить пользователя";
- this.addUser.UseVisualStyleBackColor = true;
- this.addUser.Click += new System.EventHandler(this.addUser_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(61, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(84, 13);
- this.label1.TabIndex = 2;
- this.label1.Text = "Выберите роль";
- //
- // LoginDel
- //
- this.LoginDel.Location = new System.Drawing.Point(77, 136);
- this.LoginDel.Name = "LoginDel";
- this.LoginDel.Size = new System.Drawing.Size(134, 20);
- this.LoginDel.TabIndex = 0;
- this.LoginDel.Text = "Введите логин";
- this.LoginDel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.LoginDel.Enter += new System.EventHandler(this.LoginDel_Enter);
- this.LoginDel.Leave += new System.EventHandler(this.LoginDel_Leave);
- //
- // Delete
- //
- this.Delete.AutoSize = true;
- this.Delete.Location = new System.Drawing.Point(77, 189);
- this.Delete.Name = "Delete";
- this.Delete.Size = new System.Drawing.Size(134, 33);
- this.Delete.TabIndex = 1;
- this.Delete.Text = "Удалить пользователя";
- this.Delete.UseVisualStyleBackColor = true;
- this.Delete.Click += new System.EventHandler(this.Delete_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(59, 87);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(183, 13);
- this.label2.TabIndex = 2;
- this.label2.Text = "Удаление пользователя по логину";
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(300, 373);
- this.Controls.Add(this.tabControl1);
- this.Name = "Form2";
- this.Text = "Администрирование";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox Login;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.Button addUser;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.RadioButton ManagerButton;
- private System.Windows.Forms.RadioButton AdminButton;
- private System.Windows.Forms.TextBox password;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button Delete;
- private System.Windows.Forms.TextBox LoginDel;
- private System.Windows.Forms.Label label2;
- }
- }
|