C# 클래스 ThoNohT.NohBoard.Forms.KeyStyleForm

파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

공개 메소드들

메소드 설명
KeyStyleForm ( KeyStyle initialStyle, KeyStyle defaultStyle ) : System

Initializes a new instance of the KeyStyleForm class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

Accepts the current style.

CancelButton2_Click ( object sender, EventArgs e ) : void

Cancels the current style, reverting to the initial style.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

KeyStyleForm_Load ( object sender, EventArgs e ) : void

Loads the form, setting the controls to the initial style.

chkOverwriteLoose_CheckedChanged ( object sender, EventArgs e ) : void

Toggles the overwriting of the default style for loose keys.

chkOverwritePressed_CheckedChanged ( object sender, EventArgs e ) : void

Toggles the overwriting of the default style for pressed keys.

looseKeys_SubStyleChanged ( Keyboard style ) : void

Handles change of the loose style, sets the new style and invokes the changed event.

pressedKeys_SubStyleChanged ( Keyboard style ) : void

Handles change of the pressed style, sets the new style and invokes the changed event.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

KeyStyleForm() 공개 메소드

Initializes a new instance of the KeyStyleForm class.
public KeyStyleForm ( KeyStyle initialStyle, KeyStyle defaultStyle ) : System
initialStyle KeyStyle The initial style.
defaultStyle KeyStyle The default style to revert to when the override checkbox is unchecked.
리턴 System