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