201 lines
9.1 KiB
C#
201 lines
9.1 KiB
C#
namespace Remontor
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <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 Код, автоматически созданный конструктором форм Windows
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.panel4 = new System.Windows.Forms.Panel();
|
||
this.treeView1 = new System.Windows.Forms.TreeView();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||
this.splitContainer1.Panel1.SuspendLayout();
|
||
this.splitContainer1.Panel2.SuspendLayout();
|
||
this.splitContainer1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
||
this.splitContainer2.Panel1.SuspendLayout();
|
||
this.splitContainer2.Panel2.SuspendLayout();
|
||
this.splitContainer2.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// splitContainer1
|
||
//
|
||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer1.Name = "splitContainer1";
|
||
//
|
||
// splitContainer1.Panel1
|
||
//
|
||
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
||
//
|
||
// splitContainer1.Panel2
|
||
//
|
||
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
||
this.splitContainer1.Panel2.Controls.Add(this.panel3);
|
||
this.splitContainer1.Size = new System.Drawing.Size(1082, 718);
|
||
this.splitContainer1.SplitterDistance = 223;
|
||
this.splitContainer1.TabIndex = 0;
|
||
//
|
||
// splitContainer2
|
||
//
|
||
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer2.Name = "splitContainer2";
|
||
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||
//
|
||
// splitContainer2.Panel1
|
||
//
|
||
this.splitContainer2.Panel1.Controls.Add(this.listBox1);
|
||
//
|
||
// splitContainer2.Panel2
|
||
//
|
||
this.splitContainer2.Panel2.Controls.Add(this.treeView1);
|
||
this.splitContainer2.Panel2.Controls.Add(this.button1);
|
||
this.splitContainer2.Panel2.Controls.Add(this.button2);
|
||
this.splitContainer2.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Panel2_Paint);
|
||
this.splitContainer2.Size = new System.Drawing.Size(223, 718);
|
||
this.splitContainer2.SplitterDistance = 195;
|
||
this.splitContainer2.TabIndex = 2;
|
||
//
|
||
// listBox1
|
||
//
|
||
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.listBox1.FormattingEnabled = true;
|
||
this.listBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.listBox1.Name = "listBox1";
|
||
this.listBox1.Size = new System.Drawing.Size(223, 195);
|
||
this.listBox1.TabIndex = 0;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(3, 411);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 48);
|
||
this.button1.TabIndex = 0;
|
||
this.button1.Text = "button1";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(84, 411);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(81, 48);
|
||
this.button2.TabIndex = 1;
|
||
this.button2.Text = "button2";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.panel2);
|
||
this.panel1.Location = new System.Drawing.Point(301, 157);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(458, 299);
|
||
this.panel1.TabIndex = 0;
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.Location = new System.Drawing.Point(-143, 330);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(388, 159);
|
||
this.panel2.TabIndex = 0;
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.Controls.Add(this.panel4);
|
||
this.panel3.Location = new System.Drawing.Point(75, 305);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(458, 299);
|
||
this.panel3.TabIndex = 1;
|
||
//
|
||
// panel4
|
||
//
|
||
this.panel4.Location = new System.Drawing.Point(-143, 330);
|
||
this.panel4.Name = "panel4";
|
||
this.panel4.Size = new System.Drawing.Size(388, 159);
|
||
this.panel4.TabIndex = 0;
|
||
//
|
||
// treeView1
|
||
//
|
||
this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.treeView1.Location = new System.Drawing.Point(0, 0);
|
||
this.treeView1.Name = "treeView1";
|
||
this.treeView1.Size = new System.Drawing.Size(223, 405);
|
||
this.treeView1.TabIndex = 2;
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.ClientSize = new System.Drawing.Size(1082, 718);
|
||
this.Controls.Add(this.splitContainer1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.Resize += new System.EventHandler(this.tabControl1_SizeChanged);
|
||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||
this.splitContainer1.ResumeLayout(false);
|
||
this.splitContainer2.Panel1.ResumeLayout(false);
|
||
this.splitContainer2.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
||
this.splitContainer2.ResumeLayout(false);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel3.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Panel panel4;
|
||
private System.Windows.Forms.SplitContainer splitContainer2;
|
||
private System.Windows.Forms.ListBox listBox1;
|
||
private System.Windows.Forms.TreeView treeView1;
|
||
}
|
||
}
|
||
|