1 write to LabelInfo
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
123
LabelInfo
= New Label
7 references to LabelInfo
Microsoft.VisualBasic.Forms (7)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (7)
80
Return
LabelInfo
.Text
83
LabelInfo
.Text = Value
130
resources.ApplyResources(
LabelInfo
, "LabelInfo", CultureInfo.CurrentUICulture)
131
LabelInfo
.MaximumSize = New Size(300, 0)
132
LabelInfo
.Name = "LabelInfo"
149
Controls.Add(
LabelInfo
)
204
LabelInfo
.MaximumSize = New Size(ClientSize.Width - BORDER_SIZE, 0)