1 write to lblMaximum
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
45
this.
lblMaximum
= new System.Windows.Forms.Label();
7 references to lblMaximum
WinFormsControlsTest (7)
TrackBars.Designer.cs (7)
211
this.
lblMaximum
.AutoSize = true;
212
this.
lblMaximum
.Location = new System.Drawing.Point(260, 131);
213
this.
lblMaximum
.Name = "lblMaximum";
214
this.
lblMaximum
.Size = new System.Drawing.Size(62, 15);
215
this.
lblMaximum
.TabIndex = 10;
216
this.
lblMaximum
.Text = "Maximum";
253
this.Controls.Add(this.
lblMaximum
);