C# 클래스 Axiom.Demos.ConfigDialog

상속: System.Windows.Forms.Form, IMessageFilter
파일 보기 프로젝트 열기: 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

공개 메소드들

메소드 설명
ConfigDialog ( ) : System
PreFilterMessage ( Message &msg ) : bool

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

ConfigDialog() 공개 메소드

public ConfigDialog ( ) : System
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

PreFilterMessage() 공개 메소드

public PreFilterMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
리턴 bool

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