namespace SalonKrasoti02
{
partial class Авторизация
{
///
/// Обязательная переменная конструктора.
///
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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Авторизация));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.saloonKrasoti02DataSet = new SalonKrasoti02.SaloonKrasoti02DataSet();
this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.serviceTableAdapter = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter();
this.tableAdapterManager = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(148, 100);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Location = new System.Drawing.Point(2, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(367, 100);
this.panel1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(151, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(213, 23);
this.label1.TabIndex = 2;
this.label1.Text = "Услуги салона красоты";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// panel2
//
this.panel2.Controls.Add(this.button2);
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.radioButton2);
this.panel2.Controls.Add(this.radioButton1);
this.panel2.Location = new System.Drawing.Point(2, 98);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(367, 170);
this.panel2.TabIndex = 2;
//
// button2
//
this.button2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button2.Location = new System.Drawing.Point(259, 130);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(105, 37);
this.button2.TabIndex = 3;
this.button2.Text = "Выход";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(3, 130);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(105, 37);
this.button1.TabIndex = 2;
this.button1.Text = "Войти";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton2.Location = new System.Drawing.Point(10, 43);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(234, 27);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "Вход от имени Клиента";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.radioButton1.Location = new System.Drawing.Point(10, 10);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(307, 27);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Вход от имени Администратора";
this.radioButton1.UseVisualStyleBackColor = true;
//
// saloonKrasoti02DataSet
//
this.saloonKrasoti02DataSet.DataSetName = "SaloonKrasoti02DataSet";
this.saloonKrasoti02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// serviceBindingSource
//
this.serviceBindingSource.DataMember = "Service";
this.serviceBindingSource.DataSource = this.saloonKrasoti02DataSet;
//
// serviceTableAdapter
//
this.serviceTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.AttachedProductTableAdapter = null;
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ClientServiceTableAdapter = null;
this.tableAdapterManager.ClientTableAdapter = null;
this.tableAdapterManager.DocumentByServiceTableAdapter = null;
this.tableAdapterManager.GenderTableAdapter = null;
this.tableAdapterManager.ManufacturerTableAdapter = null;
this.tableAdapterManager.ProductPhotoTableAdapter = null;
this.tableAdapterManager.ProductSaleTableAdapter = null;
this.tableAdapterManager.ProductTableAdapter = null;
this.tableAdapterManager.ServicePhotoTableAdapter = null;
this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
this.tableAdapterManager.TagOfClientTableAdapter = null;
this.tableAdapterManager.TagTableAdapter = null;
this.tableAdapterManager.UpdateOrder = SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// Авторизация
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(368, 268);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Авторизация";
this.Text = "Авторизация";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SaloonKrasoti02DataSet saloonKrasoti02DataSet;
private System.Windows.Forms.BindingSource serviceBindingSource;
private SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
private SaloonKrasoti02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
}
}