1 write to splitContainer
DesignSurface (1)
MainForm.Designer.cs (1)
32
this.
splitContainer
= new System.Windows.Forms.SplitContainer();
20 references to splitContainer
DesignSurface (20)
MainForm.cs (2)
436
splitContainer
.Panel2.Controls.Remove(propertyGrid);
450
splitContainer
.Panel2.Controls.Add(propertyGrid);
MainForm.Designer.cs (18)
56
this.
splitContainer
.Panel1.SuspendLayout();
57
this.
splitContainer
.Panel2.SuspendLayout();
58
this.
splitContainer
.SuspendLayout();
65
this.
splitContainer
.Dock = System.Windows.Forms.DockStyle.Fill;
66
this.
splitContainer
.Location = new System.Drawing.Point(0, 28);
67
this.
splitContainer
.Margin = new System.Windows.Forms.Padding(4);
68
this.
splitContainer
.Name = "splitContainer";
72
this.
splitContainer
.Panel1.BackColor = System.Drawing.SystemColors.Window;
73
this.
splitContainer
.Panel1.Controls.Add(this.tabControl1);
77
this.
splitContainer
.Panel2.Controls.Add(this.propertyGrid);
78
this.
splitContainer
.Size = new System.Drawing.Size(824, 502);
79
this.
splitContainer
.SplitterDistance = 593;
80
this.
splitContainer
.SplitterWidth = 5;
81
this.
splitContainer
.TabIndex = 0;
295
this.Controls.Add(this.
splitContainer
);
303
this.
splitContainer
.Panel1.ResumeLayout(false);
304
this.
splitContainer
.Panel2.ResumeLayout(false);
305
this.
splitContainer
.ResumeLayout(false);