123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
-
- namespace hospital
- {
- 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()
- {
- this.passwordTB = new System.Windows.Forms.TextBox();
- this.loginTB = new System.Windows.Forms.TextBox();
- this.signUpBtn = new System.Windows.Forms.Button();
- this.signInBtn = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // passwordTB
- //
- this.passwordTB.Location = new System.Drawing.Point(28, 124);
- this.passwordTB.Name = "passwordTB";
- this.passwordTB.Size = new System.Drawing.Size(200, 20);
- this.passwordTB.TabIndex = 2;
- //
- // loginTB
- //
- this.loginTB.Location = new System.Drawing.Point(28, 85);
- this.loginTB.Name = "loginTB";
- this.loginTB.Size = new System.Drawing.Size(200, 20);
- this.loginTB.TabIndex = 1;
- //
- // signUpBtn
- //
- this.signUpBtn.Location = new System.Drawing.Point(28, 184);
- this.signUpBtn.Name = "signUpBtn";
- this.signUpBtn.Size = new System.Drawing.Size(85, 23);
- this.signUpBtn.TabIndex = 4;
- this.signUpBtn.Text = "Регистрация";
- this.signUpBtn.UseVisualStyleBackColor = true;
- this.signUpBtn.Click += new System.EventHandler(this.signUpBtn_Click);
- //
- // signInBtn
- //
- this.signInBtn.Location = new System.Drawing.Point(153, 184);
- this.signInBtn.Name = "signInBtn";
- this.signInBtn.Size = new System.Drawing.Size(75, 23);
- this.signInBtn.TabIndex = 3;
- this.signInBtn.Text = "Войти";
- this.signInBtn.UseVisualStyleBackColor = true;
- this.signInBtn.Click += new System.EventHandler(this.signInBtn_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(133, 147);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(95, 13);
- this.label1.TabIndex = 6;
- this.label1.Text = "Показать пароль";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // label2
- //
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(57, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(142, 25);
- this.label2.TabIndex = 7;
- this.label2.Text = "Авторизация";
- this.label2.Click += new System.EventHandler(this.label2_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(25, 69);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(38, 13);
- this.label3.TabIndex = 8;
- this.label3.Text = "Логин";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(25, 108);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(45, 13);
- this.label4.TabIndex = 9;
- this.label4.Text = "Пароль";
- //
- // auth
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(254, 233);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.signInBtn);
- this.Controls.Add(this.signUpBtn);
- this.Controls.Add(this.loginTB);
- this.Controls.Add(this.passwordTB);
- this.Name = "auth";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.auth_FormClosed);
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox passwordTB;
- private System.Windows.Forms.TextBox loginTB;
- private System.Windows.Forms.Button signUpBtn;
- private System.Windows.Forms.Button signInBtn;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- }
- }
|