123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- namespace ЭлектронныйЖурнал
- {
- partial class Авторизация
- {
- /// <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(Авторизация));
- this.Enter = new System.Windows.Forms.Button();
- this.LoginBox = new System.Windows.Forms.TextBox();
- this.PassBox = new System.Windows.Forms.TextBox();
- this.Loglabel = new System.Windows.Forms.Label();
- this.Passlabel = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.SuspendLayout();
- //
- // Enter
- //
- this.Enter.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Enter.Location = new System.Drawing.Point(102, 285);
- this.Enter.Name = "Enter";
- this.Enter.Size = new System.Drawing.Size(99, 32);
- this.Enter.TabIndex = 0;
- this.Enter.Text = "Войти";
- this.Enter.UseVisualStyleBackColor = true;
- this.Enter.Click += new System.EventHandler(this.button1_Click);
- //
- // LoginBox
- //
- this.LoginBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LoginBox.Location = new System.Drawing.Point(87, 120);
- this.LoginBox.Multiline = true;
- this.LoginBox.Name = "LoginBox";
- this.LoginBox.Size = new System.Drawing.Size(150, 35);
- this.LoginBox.TabIndex = 1;
- //
- // PassBox
- //
- this.PassBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.PassBox.Location = new System.Drawing.Point(87, 202);
- this.PassBox.Multiline = true;
- this.PassBox.Name = "PassBox";
- this.PassBox.PasswordChar = '*';
- this.PassBox.Size = new System.Drawing.Size(150, 35);
- this.PassBox.TabIndex = 2;
- //
- // Loglabel
- //
- this.Loglabel.AutoSize = true;
- this.Loglabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Loglabel.Location = new System.Drawing.Point(12, 158);
- this.Loglabel.Name = "Loglabel";
- this.Loglabel.Size = new System.Drawing.Size(58, 23);
- this.Loglabel.TabIndex = 3;
- this.Loglabel.Text = "Логин";
- //
- // Passlabel
- //
- this.Passlabel.AutoSize = true;
- this.Passlabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Passlabel.Location = new System.Drawing.Point(12, 240);
- this.Passlabel.Name = "Passlabel";
- this.Passlabel.Size = new System.Drawing.Size(69, 23);
- this.Passlabel.TabIndex = 4;
- this.Passlabel.Text = "Пароль";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(311, 69);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 5;
- this.pictureBox1.TabStop = false;
- //
- // pictureBox2
- //
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(12, 105);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(50, 50);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 6;
- this.pictureBox2.TabStop = false;
- //
- // pictureBox3
- //
- this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
- this.pictureBox3.Location = new System.Drawing.Point(12, 187);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(50, 50);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox3.TabIndex = 7;
- this.pictureBox3.TabStop = false;
- //
- // Авторизация
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.PowderBlue;
- this.ClientSize = new System.Drawing.Size(311, 361);
- this.Controls.Add(this.pictureBox3);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.Passlabel);
- this.Controls.Add(this.Loglabel);
- this.Controls.Add(this.PassBox);
- this.Controls.Add(this.LoginBox);
- this.Controls.Add(this.Enter);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Авторизация";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Авторизация";
- this.Load += new System.EventHandler(this.Авторизация_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button Enter;
- private System.Windows.Forms.TextBox LoginBox;
- private System.Windows.Forms.TextBox PassBox;
- private System.Windows.Forms.Label Loglabel;
- private System.Windows.Forms.Label Passlabel;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.PictureBox pictureBox3;
- }
- }
|