123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- namespace YurevichIS31_Stroymaterialy
- {
- partial class auth
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(auth));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.infbutton = new System.Windows.Forms.Button();
- this.authbutton = new System.Windows.Forms.Button();
- this.exitbutton = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.logintextbox = new System.Windows.Forms.TextBox();
- this.passwordtextbox = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(-2, -12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(818, 102);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(188, 21);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(426, 67);
- this.label1.TabIndex = 0;
- this.label1.Text = "Стройматериалы";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
- this.panel2.Controls.Add(this.infbutton);
- this.panel2.Controls.Add(this.authbutton);
- this.panel2.Controls.Add(this.exitbutton);
- this.panel2.Location = new System.Drawing.Point(-2, 364);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(818, 102);
- this.panel2.TabIndex = 1;
- //
- // infbutton
- //
- this.infbutton.BackColor = System.Drawing.Color.White;
- this.infbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.infbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F);
- this.infbutton.Location = new System.Drawing.Point(17, 20);
- this.infbutton.Name = "infbutton";
- this.infbutton.Size = new System.Drawing.Size(140, 54);
- this.infbutton.TabIndex = 2;
- this.infbutton.Text = "О приложении";
- this.infbutton.UseVisualStyleBackColor = false;
- this.infbutton.Click += new System.EventHandler(this.infbutton_Click);
- //
- // authbutton
- //
- this.authbutton.BackColor = System.Drawing.Color.White;
- this.authbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.authbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F);
- this.authbutton.Location = new System.Drawing.Point(339, 20);
- this.authbutton.Name = "authbutton";
- this.authbutton.Size = new System.Drawing.Size(140, 54);
- this.authbutton.TabIndex = 1;
- this.authbutton.Text = "Авторизироваться";
- this.authbutton.UseVisualStyleBackColor = false;
- this.authbutton.Click += new System.EventHandler(this.authbutton_Click);
- //
- // exitbutton
- //
- this.exitbutton.BackColor = System.Drawing.Color.White;
- this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.exitbutton.Location = new System.Drawing.Point(650, 20);
- this.exitbutton.Name = "exitbutton";
- this.exitbutton.Size = new System.Drawing.Size(140, 54);
- this.exitbutton.TabIndex = 0;
- this.exitbutton.Text = "Выход";
- this.exitbutton.UseVisualStyleBackColor = false;
- this.exitbutton.Click += new System.EventHandler(this.exitbutton_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Comic Sans MS", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.ForeColor = System.Drawing.Color.Black;
- this.label2.Location = new System.Drawing.Point(279, 93);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(253, 52);
- this.label2.TabIndex = 2;
- this.label2.Text = "Авторизация";
- //
- // logintextbox
- //
- this.logintextbox.Location = new System.Drawing.Point(394, 182);
- this.logintextbox.Multiline = true;
- this.logintextbox.Name = "logintextbox";
- this.logintextbox.Size = new System.Drawing.Size(138, 25);
- this.logintextbox.TabIndex = 3;
- //
- // passwordtextbox
- //
- this.passwordtextbox.Location = new System.Drawing.Point(394, 254);
- this.passwordtextbox.Multiline = true;
- this.passwordtextbox.Name = "passwordtextbox";
- this.passwordtextbox.Size = new System.Drawing.Size(138, 25);
- this.passwordtextbox.TabIndex = 4;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.ForeColor = System.Drawing.Color.Black;
- this.label3.Location = new System.Drawing.Point(282, 174);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(93, 33);
- this.label3.TabIndex = 5;
- this.label3.Text = "Логин:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.Location = new System.Drawing.Point(264, 246);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(111, 33);
- this.label4.TabIndex = 6;
- this.label4.Text = "Пароль:";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(123, 87);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // auth
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.passwordtextbox);
- this.Controls.Add(this.logintextbox);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "auth";
- this.Text = "Form1";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button exitbutton;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox logintextbox;
- private System.Windows.Forms.TextBox passwordtextbox;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button infbutton;
- private System.Windows.Forms.Button authbutton;
- }
- }
|