1 write to LabelInfo
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
125
LabelInfo
= New Label
7 references to LabelInfo
Microsoft.VisualBasic.Forms (7)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (7)
82
Return
LabelInfo
.Text
85
LabelInfo
.Text = Value
132
resources.ApplyResources(
LabelInfo
, "LabelInfo", CultureInfo.CurrentUICulture)
133
LabelInfo
.MaximumSize = New Size(300, 0)
134
LabelInfo
.Name = "LabelInfo"
151
Controls.Add(
LabelInfo
)
206
LabelInfo
.MaximumSize = New Size(ClientSize.Width - BORDER_SIZE, 0)