123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- namespace tkaniGK
- {
- partial class Form5
- {
- /// <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.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(581, 29);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(120, 40);
- this.button3.TabIndex = 13;
- this.button3.Text = "склад";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(581, 94);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(120, 36);
- this.button2.TabIndex = 12;
- this.button2.Text = "оформить заказ";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(71, 74);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(167, 20);
- this.textBox2.TabIndex = 11;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(71, 30);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(167, 20);
- this.textBox1.TabIndex = 10;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(15, 71);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(43, 13);
- this.label2.TabIndex = 9;
- this.label2.Text = "пароль";
- this.label2.Click += new System.EventHandler(this.label2_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(15, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(36, 13);
- this.label1.TabIndex = 8;
- this.label1.Text = "логин";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(119, 110);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(119, 26);
- this.button1.TabIndex = 7;
- this.button1.Text = "войти";
- this.button1.UseVisualStyleBackColor = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 33);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(36, 13);
- this.label3.TabIndex = 14;
- this.label3.Text = "логин";
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(68, 33);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(162, 20);
- this.textBox3.TabIndex = 15;
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(68, 74);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(162, 20);
- this.textBox4.TabIndex = 17;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(6, 71);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(43, 13);
- this.label4.TabIndex = 16;
- this.label4.Text = "пароль";
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(107, 247);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(123, 23);
- this.button4.TabIndex = 20;
- this.button4.Text = "регистрация";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBox6);
- this.groupBox1.Controls.Add(this.textBox5);
- this.groupBox1.Controls.Add(this.textBox3);
- this.groupBox1.Controls.Add(this.button4);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.textBox4);
- this.groupBox1.Location = new System.Drawing.Point(12, 23);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(261, 336);
- this.groupBox1.TabIndex = 21;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "регистрация";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.textBox1);
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.textBox2);
- this.groupBox2.Location = new System.Drawing.Point(290, 23);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(258, 232);
- this.groupBox2.TabIndex = 22;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "авторизация";
- //
- // textBox5
- //
- this.textBox5.Location = new System.Drawing.Point(68, 114);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(162, 20);
- this.textBox5.TabIndex = 21;
- //
- // textBox6
- //
- this.textBox6.Location = new System.Drawing.Point(49, 158);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(162, 20);
- this.textBox6.TabIndex = 22;
- //
- // Form5
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Name = "Form5";
- this.Text = "авторизация";
- this.Load += new System.EventHandler(this.Form5_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.TextBox textBox5;
- }
- }
|