123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- namespace KokursTest2
- {
- 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.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.panel1 = new System.Windows.Forms.Panel();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(81, 63);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(209, 20);
- this.textBox1.TabIndex = 0;
- this.textBox1.Text = "Введите логин";
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
- this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(81, 98);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(209, 20);
- this.textBox2.TabIndex = 1;
- this.textBox2.Text = "Введите пароль";
- this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
- this.textBox2.Enter += new System.EventHandler(this.textBox2_Enter);
- this.textBox2.Leave += new System.EventHandler(this.textBox2_Leave);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(81, 222);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(209, 60);
- this.button1.TabIndex = 2;
- this.button1.Text = "добавить пользователя";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(16, 19);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(58, 17);
- this.radioButton1.TabIndex = 3;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "Админ";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(113, 19);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(77, 17);
- this.radioButton2.TabIndex = 4;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "манеджер";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.radioButton1);
- this.panel1.Controls.Add(this.radioButton2);
- this.panel1.Location = new System.Drawing.Point(81, 136);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(209, 58);
- this.panel1.TabIndex = 5;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(434, 63);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(123, 20);
- this.textBox3.TabIndex = 6;
- this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(436, 117);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(121, 42);
- this.button2.TabIndex = 7;
- this.button2.Text = "удалить пользователя";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(640, 413);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.Name = "Form2";
- this.Text = "Form2";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
- this.Load += new System.EventHandler(this.Form2_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Button button2;
- }
- }
|