1 write to splitContainer1
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
34
this.
splitContainer1
= new System.Windows.Forms.SplitContainer();
23 references to splitContainer1
Accessibility_Core_App (23)
ContainerControls2.Designer.cs (23)
63
((System.ComponentModel.ISupportInitialize)(this.
splitContainer1
)).BeginInit();
64
this.
splitContainer1
.Panel1.SuspendLayout();
65
this.
splitContainer1
.Panel2.SuspendLayout();
66
this.
splitContainer1
.SuspendLayout();
84
this.
splitContainer1
.Location = new System.Drawing.Point(13, 45);
85
this.
splitContainer1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
86
this.
splitContainer1
.Name = "splitContainer1";
90
this.
splitContainer1
.Panel1.BackColor = System.Drawing.Color.Silver;
91
this.
splitContainer1
.Panel1.Controls.Add(this.button15);
92
this.
splitContainer1
.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
96
this.
splitContainer1
.Panel2.BackColor = System.Drawing.Color.Red;
97
this.
splitContainer1
.Panel2.Controls.Add(this.button16);
98
this.
splitContainer1
.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
99
this.
splitContainer1
.RightToLeft = System.Windows.Forms.RightToLeft.No;
100
this.
splitContainer1
.Size = new System.Drawing.Size(273, 142);
101
this.
splitContainer1
.SplitterDistance = 98;
102
this.
splitContainer1
.SplitterWidth = 5;
103
this.
splitContainer1
.TabIndex = 1;
435
this.Controls.Add(this.
splitContainer1
);
442
this.
splitContainer1
.Panel1.ResumeLayout(false);
443
this.
splitContainer1
.Panel2.ResumeLayout(false);
444
((System.ComponentModel.ISupportInitialize)(this.
splitContainer1
)).EndInit();
445
this.
splitContainer1
.ResumeLayout(false);