123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
-
- namespace Демо
- {
- partial class Авторизация
- {
- /// <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(Авторизация));
- this.capcha = new System.Windows.Forms.CheckBox();
- this.enterBtn = new System.Windows.Forms.Button();
- this.roleBtn = new System.Windows.Forms.Button();
- this.mailText = new System.Windows.Forms.TextBox();
- this.mailLab = new System.Windows.Forms.Label();
- this.kodLab = new System.Windows.Forms.Label();
- this.kodText = new System.Windows.Forms.TextBox();
- this.logoPicture = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.KapchVod = new System.Windows.Forms.TextBox();
- this.Capch = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.logoPicture)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // capcha
- //
- this.capcha.AutoSize = true;
- this.capcha.Location = new System.Drawing.Point(129, 282);
- this.capcha.Margin = new System.Windows.Forms.Padding(2);
- this.capcha.Name = "capcha";
- this.capcha.Size = new System.Drawing.Size(81, 17);
- this.capcha.TabIndex = 0;
- this.capcha.Text = "Я не робот";
- this.capcha.UseVisualStyleBackColor = true;
- //
- // enterBtn
- //
- this.enterBtn.Location = new System.Drawing.Point(0, 303);
- this.enterBtn.Margin = new System.Windows.Forms.Padding(2);
- this.enterBtn.Name = "enterBtn";
- this.enterBtn.Size = new System.Drawing.Size(334, 28);
- this.enterBtn.TabIndex = 1;
- this.enterBtn.Text = "Войти";
- this.enterBtn.UseVisualStyleBackColor = true;
- this.enterBtn.Click += new System.EventHandler(this.enterBtn_Click);
- //
- // roleBtn
- //
- this.roleBtn.Location = new System.Drawing.Point(0, 332);
- this.roleBtn.Margin = new System.Windows.Forms.Padding(2);
- this.roleBtn.Name = "roleBtn";
- this.roleBtn.Size = new System.Drawing.Size(334, 28);
- this.roleBtn.TabIndex = 2;
- this.roleBtn.Text = "Войти как администратор";
- this.roleBtn.UseVisualStyleBackColor = true;
- this.roleBtn.Click += new System.EventHandler(this.roleBtn_Click);
- //
- // mailText
- //
- this.mailText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.mailText.Location = new System.Drawing.Point(129, 169);
- this.mailText.Margin = new System.Windows.Forms.Padding(2);
- this.mailText.Name = "mailText";
- this.mailText.Size = new System.Drawing.Size(163, 20);
- this.mailText.TabIndex = 4;
- //
- // mailLab
- //
- this.mailLab.AutoSize = true;
- this.mailLab.Location = new System.Drawing.Point(85, 172);
- this.mailLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.mailLab.Name = "mailLab";
- this.mailLab.Size = new System.Drawing.Size(40, 13);
- this.mailLab.TabIndex = 5;
- this.mailLab.Text = "Почта:";
- //
- // kodLab
- //
- this.kodLab.AutoSize = true;
- this.kodLab.Location = new System.Drawing.Point(96, 206);
- this.kodLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.kodLab.Name = "kodLab";
- this.kodLab.Size = new System.Drawing.Size(29, 13);
- this.kodLab.TabIndex = 7;
- this.kodLab.Text = "Код:";
- this.kodLab.Visible = false;
- //
- // kodText
- //
- this.kodText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.kodText.Location = new System.Drawing.Point(129, 202);
- this.kodText.Margin = new System.Windows.Forms.Padding(2);
- this.kodText.Name = "kodText";
- this.kodText.Size = new System.Drawing.Size(66, 20);
- this.kodText.TabIndex = 6;
- this.kodText.Visible = false;
- //
- // logoPicture
- //
- this.logoPicture.Image = global::Демо.Properties.Resources.school_logo;
- this.logoPicture.Location = new System.Drawing.Point(0, 10);
- this.logoPicture.Margin = new System.Windows.Forms.Padding(2);
- this.logoPicture.Name = "logoPicture";
- this.logoPicture.Size = new System.Drawing.Size(334, 115);
- this.logoPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.logoPicture.TabIndex = 3;
- this.logoPicture.TabStop = false;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Демо.Properties.Resources.school_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 4);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(334, 121);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 8;
- this.pictureBox1.TabStop = false;
- //
- // KapchVod
- //
- this.KapchVod.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.KapchVod.Location = new System.Drawing.Point(129, 235);
- this.KapchVod.Margin = new System.Windows.Forms.Padding(2);
- this.KapchVod.Name = "KapchVod";
- this.KapchVod.Size = new System.Drawing.Size(163, 20);
- this.KapchVod.TabIndex = 9;
- //
- // Capch
- //
- this.Capch.AutoSize = true;
- this.Capch.Location = new System.Drawing.Point(15, 238);
- this.Capch.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.Capch.Name = "Capch";
- this.Capch.Size = new System.Drawing.Size(110, 13);
- this.Capch.TabIndex = 10;
- this.Capch.Text = "Символы с картнки:";
- //
- // Авторизация
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(334, 362);
- this.Controls.Add(this.Capch);
- this.Controls.Add(this.KapchVod);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.kodLab);
- this.Controls.Add(this.kodText);
- this.Controls.Add(this.mailLab);
- this.Controls.Add(this.mailText);
- this.Controls.Add(this.logoPicture);
- this.Controls.Add(this.roleBtn);
- this.Controls.Add(this.enterBtn);
- this.Controls.Add(this.capcha);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Авторизация";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Авторизация";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Авторизация_FormClosing);
- ((System.ComponentModel.ISupportInitialize)(this.logoPicture)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.CheckBox capcha;
- private System.Windows.Forms.Button enterBtn;
- private System.Windows.Forms.Button roleBtn;
- private System.Windows.Forms.PictureBox logoPicture;
- private System.Windows.Forms.TextBox mailText;
- private System.Windows.Forms.Label mailLab;
- private System.Windows.Forms.Label kodLab;
- private System.Windows.Forms.TextBox kodText;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.TextBox KapchVod;
- private System.Windows.Forms.Label Capch;
- }
- }
|