C# Class Axiom.Framework.Configuration.WinFormConfigurationDialog

Inheritance: System.Windows.Forms.Form, System.Windows.Forms.IMessageFilter, IConfigurationDialog
Show file Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
cboOptionValues System.Windows.Forms.ComboBox
cboRenderSystems System.Windows.Forms.ComboBox
cmdCancel System.Windows.Forms.Button
cmdOk System.Windows.Forms.Button
components System.ComponentModel.Container
grpVideoOptions System.Windows.Forms.GroupBox
lblOption System.Windows.Forms.Label
lblRenderer System.Windows.Forms.Label
lstOptions System.Windows.Forms.ListBox
picLogo System.Windows.Forms.PictureBox
pnlBackground System.Windows.Forms.Panel

Public Methods

Method Description
Show ( ) : DialogResult
WinFormConfigurationDialog ( Root engine, ResourceGroupManager resourceManager ) : System

Protected Methods

Method Description
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
RenderSystems_SelectedIndexChanged ( object sender, EventArgs e ) : void
SWF ( System.Windows.Forms &msg ) : bool

Filters out a message before it is dispatched.

WinFormConfigurationDialog_Load ( object sender, EventArgs e ) : void
cboOptionValues_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstOptions_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Show() public method

public Show ( ) : DialogResult
return DialogResult

WinFormConfigurationDialog() public method

public WinFormConfigurationDialog ( Root engine, ResourceGroupManager resourceManager ) : System
engine Axiom.Core.Root
resourceManager ResourceGroupManager
return System

cmdCancel_Click() protected method

protected cmdCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdOk_Click() protected method

protected cmdOk_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

cboOptionValues protected property

protected ComboBox,System.Windows.Forms cboOptionValues
return System.Windows.Forms.ComboBox

cboRenderSystems protected property

protected ComboBox,System.Windows.Forms cboRenderSystems
return System.Windows.Forms.ComboBox

cmdCancel protected property

protected Button,System.Windows.Forms cmdCancel
return System.Windows.Forms.Button

cmdOk protected property

protected Button,System.Windows.Forms cmdOk
return System.Windows.Forms.Button

components protected property

protected Container,System.ComponentModel components
return System.ComponentModel.Container

grpVideoOptions protected property

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

lblOption protected property

protected Label,System.Windows.Forms lblOption
return System.Windows.Forms.Label

lblRenderer protected property

protected Label,System.Windows.Forms lblRenderer
return System.Windows.Forms.Label

lstOptions protected property

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

picLogo protected property

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

pnlBackground protected property

protected Panel,System.Windows.Forms pnlBackground
return System.Windows.Forms.Panel