1 write to lblMinimum
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
44
this.
lblMinimum
= new System.Windows.Forms.Label();
7 references to lblMinimum
WinFormsControlsTest (7)
TrackBars.Designer.cs (7)
202
this.
lblMinimum
.AutoSize = true;
203
this.
lblMinimum
.Location = new System.Drawing.Point(260, 87);
204
this.
lblMinimum
.Name = "lblMinimum";
205
this.
lblMinimum
.Size = new System.Drawing.Size(60, 15);
206
this.
lblMinimum
.TabIndex = 9;
207
this.
lblMinimum
.Text = "Minimum";
254
this.Controls.Add(this.
lblMinimum
);