C# Class Axiom.Demos.DemoConfigDialog

Inheritance: ConfigDialog
Mostrar archivo Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
grpAvailableDemos System.Windows.Forms.GroupBox
lstDemos System.Windows.Forms.ListBox
picPreview System.Windows.Forms.PictureBox
tmrRotator System.Windows.Forms.Timer

Public Methods

Method Description
DemoConfigDialog ( ) : System
LoadDemos ( string DemoAssembly ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public DemoConfigDialog ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoadDemos() public method

public LoadDemos ( string DemoAssembly ) : void
DemoAssembly string
return void

Property Details

grpAvailableDemos protected_oe property

protected GroupBox,System.Windows.Forms grpAvailableDemos
return System.Windows.Forms.GroupBox

lstDemos protected_oe property

protected ListBox,System.Windows.Forms lstDemos
return System.Windows.Forms.ListBox

picPreview protected_oe property

protected PictureBox,System.Windows.Forms picPreview
return System.Windows.Forms.PictureBox

tmrRotator protected_oe property

protected Timer,System.Windows.Forms tmrRotator
return System.Windows.Forms.Timer