namespace DB_Velijanskyi_V2
{
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()
{
this.Client = new System.Windows.Forms.Button();
this.Service = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// Client
//
this.Client.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
this.Client.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Client.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Client.Location = new System.Drawing.Point(343, 98);
this.Client.Name = "Client";
this.Client.Size = new System.Drawing.Size(132, 59);
this.Client.TabIndex = 0;
this.Client.Text = "Client";
this.Client.UseVisualStyleBackColor = false;
this.Client.Click += new System.EventHandler(this.Client_Click);
//
// Service
//
this.Service.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
this.Service.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Service.Location = new System.Drawing.Point(343, 192);
this.Service.Name = "Service";
this.Service.Size = new System.Drawing.Size(132, 65);
this.Service.TabIndex = 0;
this.Service.Text = "Service";
this.Service.UseVisualStyleBackColor = false;
this.Service.Click += new System.EventHandler(this.Service_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button3.Location = new System.Drawing.Point(343, 289);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(132, 64);
this.button3.TabIndex = 0;
this.button3.Text = "Client Service";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::DB_Velijanskyi_V2.Properties.Resources.beauty_logo;
this.pictureBox1.Location = new System.Drawing.Point(12, 24);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(120, 84);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// 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.pictureBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.Service);
this.Controls.Add(this.Client);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Client;
private System.Windows.Forms.Button Service;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox pictureBox1;
}
}