C# Class Axiom.Framework.Configuration.WinFormConfigurationDialog

Inheritance: System.Windows.Forms.Form, System.Windows.Forms.IMessageFilter, IConfigurationDialog
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
Show ( ) : DialogResult
WinFormConfigurationDialog ( Root engine, ResourceGroupManager resourceManager ) : System

Méthodes protégées

Méthode Description
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

public Show ( ) : DialogResult
Résultat DialogResult

WinFormConfigurationDialog() public méthode

public WinFormConfigurationDialog ( Root engine, ResourceGroupManager resourceManager ) : System
engine Axiom.Core.Root
resourceManager ResourceGroupManager
Résultat System

cmdCancel_Click() protected méthode

protected cmdCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

cmdOk_Click() protected méthode

protected cmdOk_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

cboOptionValues protected_oe property

protected ComboBox,System.Windows.Forms cboOptionValues
Résultat System.Windows.Forms.ComboBox

cboRenderSystems protected_oe property

protected ComboBox,System.Windows.Forms cboRenderSystems
Résultat System.Windows.Forms.ComboBox

cmdCancel protected_oe property

protected Button,System.Windows.Forms cmdCancel
Résultat System.Windows.Forms.Button

cmdOk protected_oe property

protected Button,System.Windows.Forms cmdOk
Résultat System.Windows.Forms.Button

components protected_oe property

protected Container,System.ComponentModel components
Résultat System.ComponentModel.Container

grpVideoOptions protected_oe property

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

lblOption protected_oe property

protected Label,System.Windows.Forms lblOption
Résultat System.Windows.Forms.Label

lblRenderer protected_oe property

protected Label,System.Windows.Forms lblRenderer
Résultat System.Windows.Forms.Label

lstOptions protected_oe property

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

picLogo protected_oe property

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

pnlBackground protected_oe property

protected Panel,System.Windows.Forms pnlBackground
Résultat System.Windows.Forms.Panel