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