1 write to gbOrientation
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
37
this.
gbOrientation
= new System.Windows.Forms.GroupBox();
14 references to gbOrientation
WinFormsControlsTest (14)
TrackBars.Designer.cs (14)
50
this.
gbOrientation
.SuspendLayout();
96
this.
gbOrientation
.Controls.Add(this.rbHorizontal);
97
this.
gbOrientation
.Controls.Add(this.rbVertical);
98
this.
gbOrientation
.Location = new System.Drawing.Point(65, 78);
99
this.
gbOrientation
.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
100
this.
gbOrientation
.Name = "gbOrientation";
101
this.
gbOrientation
.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
102
this.
gbOrientation
.Size = new System.Drawing.Size(168, 84);
103
this.
gbOrientation
.TabIndex = 3;
104
this.
gbOrientation
.TabStop = false;
105
this.
gbOrientation
.Text = "Orientation";
260
this.Controls.Add(this.
gbOrientation
);
267
this.
gbOrientation
.ResumeLayout(false);
268
this.
gbOrientation
.PerformLayout();