C# Class Axiom.Demos.ConfigDialog

Inheritance: System.Windows.Forms.Form, IMessageFilter
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
ConfigDialog ( ) : System
PreFilterMessage ( Message &msg ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
ConfigDialog_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
RenderSystems_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboOptionValues_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstOptions_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ConfigDialog() public méthode

public ConfigDialog ( ) : System
Résultat System

Dispose() protected méthode

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

PreFilterMessage() public méthode

public PreFilterMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
Résultat bool

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