1 write to rbVertical
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
36this.rbVertical = new System.Windows.Forms.RadioButton();
10 references to rbVertical
WinFormsControlsTest (10)
TrackBars.Designer.cs (10)
84this.rbVertical.AutoSize = true; 85this.rbVertical.Location = new System.Drawing.Point(18, 56); 86this.rbVertical.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 87this.rbVertical.Name = "rbVertical"; 88this.rbVertical.Size = new System.Drawing.Size(63, 19); 89this.rbVertical.TabIndex = 2; 90this.rbVertical.Text = "Vertical"; 91this.rbVertical.UseVisualStyleBackColor = true; 92this.rbVertical.CheckedChanged += this.rbVertical_CheckedChanged; 97this.gbOrientation.Controls.Add(this.rbVertical);