C# Class Axiom.Demos.DemoConfigDialog

Inheritance: ConfigDialog
Show file 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 property

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

lstDemos protected property

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

picPreview protected property

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

tmrRotator protected property

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