C# 클래스 Axiom.Framework.Configuration.WinFormConfigurationDialog

상속: System.Windows.Forms.Form, System.Windows.Forms.IMessageFilter, IConfigurationDialog
파일 보기 프로젝트 열기: WolfgangSt/axiom

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Show ( ) : DialogResult
WinFormConfigurationDialog ( Root engine, ResourceGroupManager resourceManager ) : System

보호된 메소드들

메소드 설명
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Show() 공개 메소드

public Show ( ) : DialogResult
리턴 DialogResult

WinFormConfigurationDialog() 공개 메소드

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

cmdCancel_Click() 보호된 메소드

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

cmdOk_Click() 보호된 메소드

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

프로퍼티 상세

cboOptionValues 보호되어 있는 프로퍼티

protected ComboBox,System.Windows.Forms cboOptionValues
리턴 System.Windows.Forms.ComboBox

cboRenderSystems 보호되어 있는 프로퍼티

protected ComboBox,System.Windows.Forms cboRenderSystems
리턴 System.Windows.Forms.ComboBox

cmdCancel 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdCancel
리턴 System.Windows.Forms.Button

cmdOk 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdOk
리턴 System.Windows.Forms.Button

components 보호되어 있는 프로퍼티

protected Container,System.ComponentModel components
리턴 System.ComponentModel.Container

grpVideoOptions 보호되어 있는 프로퍼티

protected GroupBox,System.Windows.Forms grpVideoOptions
리턴 System.Windows.Forms.GroupBox

lblOption 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblOption
리턴 System.Windows.Forms.Label

lblRenderer 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblRenderer
리턴 System.Windows.Forms.Label

lstOptions 보호되어 있는 프로퍼티

protected ListBox,System.Windows.Forms lstOptions
리턴 System.Windows.Forms.ListBox

picLogo 보호되어 있는 프로퍼티

protected PictureBox,System.Windows.Forms picLogo
리턴 System.Windows.Forms.PictureBox

pnlBackground 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms pnlBackground
리턴 System.Windows.Forms.Panel