C# Класс AA2Install.formSplash

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
lblStatus System.Windows.Forms.Label
lblVer System.Windows.Forms.Label
pictureBox1 System.Windows.Forms.PictureBox
prgLoad System.Windows.Forms.ProgressBar

Открытые методы

Метод Описание
formSplash ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

formSplash() публичный метод

public formSplash ( ) : System
Результат System

Описание свойств

lblStatus публичное свойство

public System.Windows.Forms.Label lblStatus
Результат System.Windows.Forms.Label

lblVer публичное свойство

public System.Windows.Forms.Label lblVer
Результат System.Windows.Forms.Label

pictureBox1 публичное свойство

public System.Windows.Forms.PictureBox pictureBox1
Результат System.Windows.Forms.PictureBox

prgLoad публичное свойство

public System.Windows.Forms.ProgressBar prgLoad
Результат System.Windows.Forms.ProgressBar