1 write to rbHorizontal
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
35
this.
rbHorizontal
= new System.Windows.Forms.RadioButton();
12 references to rbHorizontal
WinFormsControlsTest (12)
TrackBars.Designer.cs (12)
70
this.
rbHorizontal
.AutoSize = true;
71
this.
rbHorizontal
.Checked = true;
72
this.
rbHorizontal
.Location = new System.Drawing.Point(18, 26);
73
this.
rbHorizontal
.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
74
this.
rbHorizontal
.Name = "rbHorizontal";
75
this.
rbHorizontal
.Size = new System.Drawing.Size(80, 19);
76
this.
rbHorizontal
.TabIndex = 1;
77
this.
rbHorizontal
.TabStop = true;
78
this.
rbHorizontal
.Text = "Horizontal";
79
this.
rbHorizontal
.UseVisualStyleBackColor = true;
80
this.
rbHorizontal
.CheckedChanged += this.rbHorizontal_CheckedChanged;
96
this.gbOrientation.Controls.Add(this.
rbHorizontal
);