123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
-
- namespace Servise
- {
- partial class Form1
- {
- /// <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(Form1));
- this.Avtorization = new System.Windows.Forms.Button();
- this.Login = new System.Windows.Forms.TextBox();
- this.Password = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // Avtorization
- //
- this.Avtorization.BackColor = System.Drawing.Color.Black;
- this.Avtorization.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.Avtorization.Cursor = System.Windows.Forms.Cursors.No;
- this.Avtorization.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.Avtorization.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Avtorization.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.Avtorization.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
- this.Avtorization.Location = new System.Drawing.Point(110, 498);
- this.Avtorization.Margin = new System.Windows.Forms.Padding(0);
- this.Avtorization.Name = "Avtorization";
- this.Avtorization.Size = new System.Drawing.Size(99, 54);
- this.Avtorization.TabIndex = 0;
- this.Avtorization.Text = " ВХОД";
- this.Avtorization.UseVisualStyleBackColor = false;
- this.Avtorization.Click += new System.EventHandler(this.Avtorization_Click);
- //
- // Login
- //
- this.Login.Location = new System.Drawing.Point(58, 444);
- this.Login.Margin = new System.Windows.Forms.Padding(2);
- this.Login.Name = "Login";
- this.Login.Size = new System.Drawing.Size(210, 20);
- this.Login.TabIndex = 1;
- this.Login.TextChanged += new System.EventHandler(this.Login_TextChanged);
- //
- // Password
- //
- this.Password.Location = new System.Drawing.Point(58, 356);
- this.Password.Margin = new System.Windows.Forms.Padding(2);
- this.Password.Name = "Password";
- this.Password.PasswordChar = '*';
- this.Password.Size = new System.Drawing.Size(210, 20);
- this.Password.TabIndex = 2;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::Servise.Properties.Resources.auto_2;
- this.ClientSize = new System.Drawing.Size(430, 561);
- this.Controls.Add(this.Password);
- this.Controls.Add(this.Login);
- this.Controls.Add(this.Avtorization);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximumSize = new System.Drawing.Size(446, 600);
- this.MinimumSize = new System.Drawing.Size(446, 600);
- this.Name = "Form1";
- this.Text = "Авторизация";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FomClose);
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button Avtorization;
- private System.Windows.Forms.TextBox Login;
- private System.Windows.Forms.TextBox Password;
- }
- }
|