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