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