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