1 write to lblTickFrequency
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
46
this.
lblTickFrequency
= new System.Windows.Forms.Label();
7 references to lblTickFrequency
WinFormsControlsTest (7)
TrackBars.Designer.cs (7)
220
this.
lblTickFrequency
.AutoSize = true;
221
this.
lblTickFrequency
.Location = new System.Drawing.Point(260, 176);
222
this.
lblTickFrequency
.Name = "lblTickFrequency";
223
this.
lblTickFrequency
.Size = new System.Drawing.Size(86, 15);
224
this.
lblTickFrequency
.TabIndex = 12;
225
this.
lblTickFrequency
.Text = "Tick Frequency";
252
this.Controls.Add(this.
lblTickFrequency
);