123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- namespace tkani
- {
- 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()
- {
- this.InBox = new System.Windows.Forms.GroupBox();
- this.regBox = new System.Windows.Forms.GroupBox();
- this.In = new System.Windows.Forms.Button();
- this.cancel = new System.Windows.Forms.Button();
- this.Inreg = new System.Windows.Forms.Button();
- this.cancelreg = new System.Windows.Forms.Button();
- this.LoginBox = new System.Windows.Forms.TextBox();
- this.PasswordBox = new System.Windows.Forms.TextBox();
- this.LoginRegBox = new System.Windows.Forms.TextBox();
- this.PasswordRegBox = new System.Windows.Forms.TextBox();
- this.InBox.SuspendLayout();
- this.regBox.SuspendLayout();
- this.SuspendLayout();
- //
- // InBox
- //
- this.InBox.Controls.Add(this.PasswordBox);
- this.InBox.Controls.Add(this.LoginBox);
- this.InBox.Controls.Add(this.cancel);
- this.InBox.Controls.Add(this.In);
- this.InBox.Location = new System.Drawing.Point(12, 12);
- this.InBox.Name = "InBox";
- this.InBox.Size = new System.Drawing.Size(237, 437);
- this.InBox.TabIndex = 0;
- this.InBox.TabStop = false;
- this.InBox.Text = "Авторизация";
- //
- // regBox
- //
- this.regBox.Controls.Add(this.PasswordRegBox);
- this.regBox.Controls.Add(this.LoginRegBox);
- this.regBox.Controls.Add(this.cancelreg);
- this.regBox.Controls.Add(this.Inreg);
- this.regBox.Location = new System.Drawing.Point(246, 12);
- this.regBox.Name = "regBox";
- this.regBox.Size = new System.Drawing.Size(237, 437);
- this.regBox.TabIndex = 1;
- this.regBox.TabStop = false;
- this.regBox.Text = "Регистрация";
- //
- // In
- //
- this.In.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.In.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.In.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.In.Location = new System.Drawing.Point(6, 195);
- this.In.Name = "In";
- this.In.Size = new System.Drawing.Size(90, 30);
- this.In.TabIndex = 0;
- this.In.Text = "Вход";
- this.In.UseVisualStyleBackColor = true;
- this.In.Click += new System.EventHandler(this.In_Click);
- //
- // cancel
- //
- this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cancel.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.cancel.Location = new System.Drawing.Point(138, 195);
- this.cancel.Name = "cancel";
- this.cancel.Size = new System.Drawing.Size(90, 30);
- this.cancel.TabIndex = 1;
- this.cancel.Text = "Отмена";
- this.cancel.UseVisualStyleBackColor = true;
- //
- // Inreg
- //
- this.Inreg.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.Inreg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Inreg.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Inreg.Location = new System.Drawing.Point(9, 195);
- this.Inreg.Name = "Inreg";
- this.Inreg.Size = new System.Drawing.Size(93, 30);
- this.Inreg.TabIndex = 1;
- this.Inreg.Text = "Регистрация";
- this.Inreg.UseVisualStyleBackColor = true;
- //
- // cancelreg
- //
- this.cancelreg.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.cancelreg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cancelreg.Font = new System.Drawing.Font("Tw Cen MT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.cancelreg.Location = new System.Drawing.Point(141, 195);
- this.cancelreg.Name = "cancelreg";
- this.cancelreg.Size = new System.Drawing.Size(90, 30);
- this.cancelreg.TabIndex = 2;
- this.cancelreg.Text = "Отмена";
- this.cancelreg.UseVisualStyleBackColor = true;
- //
- // LoginBox
- //
- this.LoginBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LoginBox.Location = new System.Drawing.Point(30, 64);
- this.LoginBox.Multiline = true;
- this.LoginBox.Name = "LoginBox";
- this.LoginBox.Size = new System.Drawing.Size(169, 33);
- this.LoginBox.TabIndex = 2;
- //
- // PasswordBox
- //
- this.PasswordBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PasswordBox.Location = new System.Drawing.Point(30, 115);
- this.PasswordBox.Multiline = true;
- this.PasswordBox.Name = "PasswordBox";
- this.PasswordBox.Size = new System.Drawing.Size(169, 33);
- this.PasswordBox.TabIndex = 3;
- //
- // LoginRegBox
- //
- this.LoginRegBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LoginRegBox.Location = new System.Drawing.Point(39, 64);
- this.LoginRegBox.Multiline = true;
- this.LoginRegBox.Name = "LoginRegBox";
- this.LoginRegBox.Size = new System.Drawing.Size(169, 33);
- this.LoginRegBox.TabIndex = 3;
- //
- // PasswordRegBox
- //
- this.PasswordRegBox.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PasswordRegBox.Location = new System.Drawing.Point(39, 115);
- this.PasswordRegBox.Multiline = true;
- this.PasswordRegBox.Name = "PasswordRegBox";
- this.PasswordRegBox.Size = new System.Drawing.Size(169, 33);
- this.PasswordRegBox.TabIndex = 4;
- //
- // Авторизация
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(484, 461);
- this.Controls.Add(this.regBox);
- this.Controls.Add(this.InBox);
- this.Name = "Авторизация";
- this.Text = "Авторизация";
- this.InBox.ResumeLayout(false);
- this.InBox.PerformLayout();
- this.regBox.ResumeLayout(false);
- this.regBox.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox InBox;
- private System.Windows.Forms.TextBox PasswordBox;
- private System.Windows.Forms.TextBox LoginBox;
- private System.Windows.Forms.Button cancel;
- private System.Windows.Forms.Button In;
- private System.Windows.Forms.GroupBox regBox;
- private System.Windows.Forms.TextBox PasswordRegBox;
- private System.Windows.Forms.TextBox LoginRegBox;
- private System.Windows.Forms.Button cancelreg;
- private System.Windows.Forms.Button Inreg;
- }
- }
|