namespace Remontor { 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.button2 = new System.Windows.Forms.Button(); this.button1 = 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(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.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.button2); this.splitContainer1.Panel1.Controls.Add(this.button1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Panel2.Controls.Add(this.panel3); this.splitContainer1.Size = new System.Drawing.Size(800, 580); this.splitContainer1.SplitterDistance = 130; this.splitContainer1.TabIndex = 0; // // button2 // this.button2.Location = new System.Drawing.Point(3, 475); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(124, 48); this.button2.TabIndex = 1; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(3, 529); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(124, 48); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.Controls.Add(this.panel2); this.panel1.Location = new System.Drawing.Point(186, 24); 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(22, 12); 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; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 580); this.Controls.Add(this.splitContainer1); 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.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; } }