123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- namespace proba
- {
- partial class PosleVHODA
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PosleVHODA));
- this.panel1 = new System.Windows.Forms.Panel();
- this.button_back = new System.Windows.Forms.Button();
- this.button_login = new System.Windows.Forms.Button();
- this.polelogina = new System.Windows.Forms.TextBox();
- this.polePassword = new System.Windows.Forms.TextBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.panel1.Controls.Add(this.button_back);
- this.panel1.Controls.Add(this.button_login);
- this.panel1.Controls.Add(this.polelogina);
- this.panel1.Controls.Add(this.polePassword);
- this.panel1.Controls.Add(this.pictureBox2);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Location = new System.Drawing.Point(-2, -3);
- this.panel1.MaximumSize = new System.Drawing.Size(500, 300);
- this.panel1.MinimumSize = new System.Drawing.Size(500, 300);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(500, 300);
- this.panel1.TabIndex = 1;
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(79, 222);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(122, 30);
- this.button_back.TabIndex = 6;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // button_login
- //
- this.button_login.BackColor = System.Drawing.Color.Gray;
- this.button_login.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_login.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_login.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_login.Location = new System.Drawing.Point(270, 222);
- this.button_login.Name = "button_login";
- this.button_login.Size = new System.Drawing.Size(122, 30);
- this.button_login.TabIndex = 5;
- this.button_login.Text = "Войти";
- this.button_login.UseVisualStyleBackColor = false;
- this.button_login.Click += new System.EventHandler(this.buttonlogin);
- //
- // polelogina
- //
- this.polelogina.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.polelogina.Location = new System.Drawing.Point(141, 71);
- this.polelogina.MaxLength = 25;
- this.polelogina.Name = "polelogina";
- this.polelogina.ShortcutsEnabled = false;
- this.polelogina.Size = new System.Drawing.Size(231, 26);
- this.polelogina.TabIndex = 3;
- this.polelogina.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.polelogina_KeyPress);
- //
- // polePassword
- //
- this.polePassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.polePassword.Location = new System.Drawing.Point(141, 130);
- this.polePassword.MaxLength = 25;
- this.polePassword.Name = "polePassword";
- this.polePassword.ShortcutsEnabled = false;
- this.polePassword.Size = new System.Drawing.Size(231, 26);
- this.polePassword.TabIndex = 2;
- this.polePassword.UseSystemPasswordChar = true;
- this.polePassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.polePassword_KeyPress);
- //
- // pictureBox2
- //
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(111, 130);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(24, 27);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 1;
- this.pictureBox2.TabStop = false;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(111, 71);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(36, 27);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // PosleVHODA
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(484, 261);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(500, 300);
- this.MinimumSize = new System.Drawing.Size(500, 300);
- this.Name = "PosleVHODA";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Авторизация";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.Load += new System.EventHandler(this.PosleVHODA_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.TextBox polelogina;
- private System.Windows.Forms.TextBox polePassword;
- private System.Windows.Forms.Button button_login;
- private System.Windows.Forms.Button button_back;
- }
- }
|