namespace IS_hairdresser { partial class Form2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.password = new System.Windows.Forms.TextBox(); this.login = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.Авторизация = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); this.consumables_soldTableAdapter1 = new IS_hairdresser.GushchinaDataSetTableAdapters.Consumables_soldTableAdapter(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(57, 62); this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 24); this.label2.TabIndex = 20; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(148, 161); this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(81, 24); this.label3.TabIndex = 19; this.label3.Text = "Пароль:"; // // password // this.password.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.password.Location = new System.Drawing.Point(241, 161); this.password.Margin = new System.Windows.Forms.Padding(6); this.password.Name = "password"; this.password.Size = new System.Drawing.Size(229, 29); this.password.TabIndex = 18; this.password.TextChanged += new System.EventHandler(this.password_TextChanged); // // login // this.login.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.login.Location = new System.Drawing.Point(241, 120); this.login.Margin = new System.Windows.Forms.Padding(6); this.login.Name = "login"; this.login.Size = new System.Drawing.Size(229, 29); this.login.TabIndex = 17; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(47, 120); this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(182, 24); this.label4.TabIndex = 16; this.label4.Text = "Имя пользователя:"; // // Авторизация // this.Авторизация.AutoSize = true; this.Авторизация.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Авторизация.Location = new System.Drawing.Point(159, 21); this.Авторизация.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.Авторизация.Name = "Авторизация"; this.Авторизация.Size = new System.Drawing.Size(129, 24); this.Авторизация.TabIndex = 15; this.Авторизация.Text = "Авторизация"; // // button7 // this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button7.Location = new System.Drawing.Point(176, 225); this.button7.Margin = new System.Windows.Forms.Padding(6); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(138, 42); this.button7.TabIndex = 14; this.button7.Text = "Вход"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // consumables_soldTableAdapter1 // this.consumables_soldTableAdapter1.ClearBeforeFill = true; // // button1 // this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(357, 161); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(113, 29); this.button1.TabIndex = 21; this.button1.Text = "Скрыть"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(357, 161); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(113, 29); this.button2.TabIndex = 22; this.button2.Text = "Показать"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(494, 315); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.password); this.Controls.Add(this.login); this.Controls.Add(this.label4); this.Controls.Add(this.Авторизация); this.Controls.Add(this.button7); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "Form2"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox password; private System.Windows.Forms.TextBox login; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label Авторизация; private System.Windows.Forms.Button button7; private GushchinaDataSetTableAdapters.Consumables_soldTableAdapter consumables_soldTableAdapter1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; } }