1 write to splitContainer
DesignSurface (1)
MainForm.Designer.cs (1)
34
this.
splitContainer
= new System.Windows.Forms.SplitContainer();
20 references to splitContainer
DesignSurface (20)
MainForm.cs (2)
428
splitContainer
.Panel2.Controls.Remove(propertyGrid);
442
splitContainer
.Panel2.Controls.Add(propertyGrid);
MainForm.Designer.cs (18)
58
this.
splitContainer
.Panel1.SuspendLayout();
59
this.
splitContainer
.Panel2.SuspendLayout();
60
this.
splitContainer
.SuspendLayout();
67
this.
splitContainer
.Dock = System.Windows.Forms.DockStyle.Fill;
68
this.
splitContainer
.Location = new System.Drawing.Point(0, 28);
69
this.
splitContainer
.Margin = new System.Windows.Forms.Padding(4);
70
this.
splitContainer
.Name = "splitContainer";
74
this.
splitContainer
.Panel1.BackColor = System.Drawing.SystemColors.Window;
75
this.
splitContainer
.Panel1.Controls.Add(this.tabControl1);
79
this.
splitContainer
.Panel2.Controls.Add(this.propertyGrid);
80
this.
splitContainer
.Size = new System.Drawing.Size(824, 502);
81
this.
splitContainer
.SplitterDistance = 593;
82
this.
splitContainer
.SplitterWidth = 5;
83
this.
splitContainer
.TabIndex = 0;
297
this.Controls.Add(this.
splitContainer
);
305
this.
splitContainer
.Panel1.ResumeLayout(false);
306
this.
splitContainer
.Panel2.ResumeLayout(false);
307
this.
splitContainer
.ResumeLayout(false);