C# Class Axiom.Demos.DemoConfigDialog

Inheritance: ConfigDialog
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
grpAvailableDemos System.Windows.Forms.GroupBox
lstDemos System.Windows.Forms.ListBox
picPreview System.Windows.Forms.PictureBox
tmrRotator System.Windows.Forms.Timer

Méthodes publiques

Méthode Description
DemoConfigDialog ( ) : System
LoadDemos ( string DemoAssembly ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
lstDemos_SelectedIndexChanged ( object sender, EventArgs e ) : void
picPreview_Click ( object sender, EventArgs e ) : void
tmrRotator_Tick ( object sender, EventArgs e ) : void

Method Details

DemoConfigDialog() public méthode

public DemoConfigDialog ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LoadDemos() public méthode

public LoadDemos ( string DemoAssembly ) : void
DemoAssembly string
Résultat void

Property Details

grpAvailableDemos protected_oe property

protected GroupBox,System.Windows.Forms grpAvailableDemos
Résultat System.Windows.Forms.GroupBox

lstDemos protected_oe property

protected ListBox,System.Windows.Forms lstDemos
Résultat System.Windows.Forms.ListBox

picPreview protected_oe property

protected PictureBox,System.Windows.Forms picPreview
Résultat System.Windows.Forms.PictureBox

tmrRotator protected_oe property

protected Timer,System.Windows.Forms tmrRotator
Résultat System.Windows.Forms.Timer