209 lines
11 KiB
C#
209 lines
11 KiB
C#
namespace Remontor
|
||
{
|
||
partial class BarSessionControl
|
||
{
|
||
/// <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 Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.barButtonControl3 = new Remontor.BarButtonControl();
|
||
this.barButtonControl2 = new Remontor.BarButtonControl();
|
||
this.barButtonControl1 = new Remontor.BarButtonControl();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.NewBtn = new System.Windows.Forms.Button();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.ShowBar = new System.Windows.Forms.Button();
|
||
this.flowLayoutPanel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// flowLayoutPanel1
|
||
//
|
||
this.flowLayoutPanel1.Controls.Add(this.barButtonControl3);
|
||
this.flowLayoutPanel1.Controls.Add(this.barButtonControl2);
|
||
this.flowLayoutPanel1.Controls.Add(this.barButtonControl1);
|
||
this.flowLayoutPanel1.Controls.Add(this.NewBtn);
|
||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
||
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||
this.flowLayoutPanel1.Size = new System.Drawing.Size(589, 21);
|
||
this.flowLayoutPanel1.TabIndex = 8;
|
||
//
|
||
// barButtonControl3
|
||
//
|
||
this.barButtonControl3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.barButtonControl3.Location = new System.Drawing.Point(439, 0);
|
||
this.barButtonControl3.Margin = new System.Windows.Forms.Padding(0);
|
||
this.barButtonControl3.Name = "barButtonControl3";
|
||
this.barButtonControl3.Size = new System.Drawing.Size(150, 21);
|
||
this.barButtonControl3.TabIndex = 3;
|
||
//
|
||
// barButtonControl2
|
||
//
|
||
this.barButtonControl2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.barButtonControl2.Location = new System.Drawing.Point(289, 0);
|
||
this.barButtonControl2.Margin = new System.Windows.Forms.Padding(0);
|
||
this.barButtonControl2.Name = "barButtonControl2";
|
||
this.barButtonControl2.Size = new System.Drawing.Size(150, 21);
|
||
this.barButtonControl2.TabIndex = 2;
|
||
//
|
||
// barButtonControl1
|
||
//
|
||
this.barButtonControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.barButtonControl1.Location = new System.Drawing.Point(139, 0);
|
||
this.barButtonControl1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.barButtonControl1.Name = "barButtonControl1";
|
||
this.barButtonControl1.Size = new System.Drawing.Size(150, 21);
|
||
this.barButtonControl1.TabIndex = 1;
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.BackColor = System.Drawing.SystemColors.Control;
|
||
this.button4.BackgroundImage = global::Remontor.Properties.Resources.min_size;
|
||
this.button4.FlatAppearance.BorderSize = 0;
|
||
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button4.Location = new System.Drawing.Point(636, 1);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(20, 20);
|
||
this.button4.TabIndex = 12;
|
||
this.button4.UseVisualStyleBackColor = false;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.BackColor = System.Drawing.SystemColors.Control;
|
||
this.button3.BackgroundImage = global::Remontor.Properties.Resources._1_size;
|
||
this.button3.FlatAppearance.BorderSize = 0;
|
||
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button3.Location = new System.Drawing.Point(663, 1);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(20, 20);
|
||
this.button3.TabIndex = 11;
|
||
this.button3.UseVisualStyleBackColor = false;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.BackColor = System.Drawing.SystemColors.Control;
|
||
this.button2.BackgroundImage = global::Remontor.Properties.Resources._2_size;
|
||
this.button2.FlatAppearance.BorderSize = 0;
|
||
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button2.Location = new System.Drawing.Point(690, 1);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(20, 20);
|
||
this.button2.TabIndex = 10;
|
||
this.button2.UseVisualStyleBackColor = false;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.SystemColors.Control;
|
||
this.button1.BackgroundImage = global::Remontor.Properties.Resources.max_size;
|
||
this.button1.FlatAppearance.BorderSize = 0;
|
||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button1.Location = new System.Drawing.Point(717, 1);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(20, 20);
|
||
this.button1.TabIndex = 9;
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
//
|
||
// NewBtn
|
||
//
|
||
this.NewBtn.BackColor = System.Drawing.Color.Transparent;
|
||
this.NewBtn.BackgroundImage = global::Remontor.Properties.Resources.connect_min;
|
||
this.NewBtn.FlatAppearance.BorderSize = 0;
|
||
this.NewBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.NewBtn.Location = new System.Drawing.Point(108, 0);
|
||
this.NewBtn.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
|
||
this.NewBtn.Name = "NewBtn";
|
||
this.NewBtn.Size = new System.Drawing.Size(21, 21);
|
||
this.NewBtn.TabIndex = 0;
|
||
this.NewBtn.UseVisualStyleBackColor = false;
|
||
this.NewBtn.Click += new System.EventHandler(this.NewBtn_Click);
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.BackColor = System.Drawing.SystemColors.Control;
|
||
this.button5.BackgroundImage = global::Remontor.Properties.Resources.reconnect_min;
|
||
this.button5.FlatAppearance.BorderSize = 0;
|
||
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button5.Location = new System.Drawing.Point(592, 1);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(20, 20);
|
||
this.button5.TabIndex = 5;
|
||
this.button5.UseVisualStyleBackColor = false;
|
||
//
|
||
// ShowBar
|
||
//
|
||
this.ShowBar.BackgroundImage = global::Remontor.Properties.Resources.up_min1;
|
||
this.ShowBar.FlatAppearance.BorderSize = 0;
|
||
this.ShowBar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.ShowBar.Location = new System.Drawing.Point(744, 1);
|
||
this.ShowBar.Name = "ShowBar";
|
||
this.ShowBar.Size = new System.Drawing.Size(20, 20);
|
||
this.ShowBar.TabIndex = 1;
|
||
this.ShowBar.UseVisualStyleBackColor = true;
|
||
this.ShowBar.Click += new System.EventHandler(this.ShowBar_Click);
|
||
//
|
||
// BarSessionControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.button4);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.flowLayoutPanel1);
|
||
this.Controls.Add(this.button5);
|
||
this.Controls.Add(this.ShowBar);
|
||
this.Name = "BarSessionControl";
|
||
this.Size = new System.Drawing.Size(768, 21);
|
||
this.flowLayoutPanel1.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button NewBtn;
|
||
private System.Windows.Forms.Button ShowBar;
|
||
private System.Windows.Forms.Button button5;
|
||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
||
private System.Windows.Forms.Button button1;
|
||
private BarButtonControl barButtonControl1;
|
||
private BarButtonControl barButtonControl3;
|
||
private BarButtonControl barButtonControl2;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button button4;
|
||
}
|
||
}
|