namespace AMONIC_Airlines02 { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.t_login = new System.Windows.Forms.TextBox(); this.t_Parol = new System.Windows.Forms.TextBox(); this.LoginField = new System.Windows.Forms.Button(); this.PasswordField = new System.Windows.Forms.Button(); this.countriesTableAdapter1 = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.CountriesTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(195, 46); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(436, 135); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(129, 202); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 1; this.label1.Text = "Username:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(129, 232); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 13); this.label2.TabIndex = 2; this.label2.Text = "Password:"; // // t_login // this.t_login.Location = new System.Drawing.Point(195, 199); this.t_login.Name = "t_login"; this.t_login.Size = new System.Drawing.Size(436, 20); this.t_login.TabIndex = 3; // // t_Parol // this.t_Parol.Location = new System.Drawing.Point(195, 232); this.t_Parol.Name = "t_Parol"; this.t_Parol.Size = new System.Drawing.Size(436, 20); this.t_Parol.TabIndex = 4; // // LoginField // this.LoginField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(106)))), ((int)(((byte)(166))))); this.LoginField.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.LoginField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203))))); this.LoginField.Location = new System.Drawing.Point(195, 271); this.LoginField.Name = "LoginField"; this.LoginField.Size = new System.Drawing.Size(102, 23); this.LoginField.TabIndex = 5; this.LoginField.Text = "Login"; this.LoginField.UseVisualStyleBackColor = false; this.LoginField.Click += new System.EventHandler(this.button1_Click); // // PasswordField // this.PasswordField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(148)))), ((int)(((byte)(32))))); this.PasswordField.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.PasswordField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203))))); this.PasswordField.Location = new System.Drawing.Point(529, 271); this.PasswordField.Name = "PasswordField"; this.PasswordField.Size = new System.Drawing.Size(102, 23); this.PasswordField.TabIndex = 6; this.PasswordField.Text = "Exit"; this.PasswordField.UseVisualStyleBackColor = false; this.PasswordField.Click += new System.EventHandler(this.button2_Click); // // countriesTableAdapter1 // this.countriesTableAdapter1.ClearBeforeFill = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.PasswordField); this.Controls.Add(this.LoginField); this.Controls.Add(this.t_Parol); this.Controls.Add(this.t_login); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Name = "Form1"; this.Text = "Login"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox t_login; private System.Windows.Forms.TextBox t_Parol; private System.Windows.Forms.Button LoginField; private System.Windows.Forms.Button PasswordField; private Session1_02DataSetTableAdapters.CountriesTableAdapter countriesTableAdapter1; } }