1 write to lblMaximum
WinFormsControlsTest (1)
ScrollBars.Designer.cs (1)
42
this.
lblMaximum
= new System.Windows.Forms.Label();
7 references to lblMaximum
WinFormsControlsTest (7)
ScrollBars.Designer.cs (7)
108
this.
lblMaximum
.AutoSize = true;
109
this.
lblMaximum
.Location = new System.Drawing.Point(37, 171);
110
this.
lblMaximum
.Name = "lblMaximum";
111
this.
lblMaximum
.Size = new System.Drawing.Size(75, 20);
112
this.
lblMaximum
.TabIndex = 6;
113
this.
lblMaximum
.Text = "Maximum";
140
this.Controls.Add(this.
lblMaximum
);