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

The form used to save a style under a new name.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FillStyles void
InitializeComponent void
SaveButton_Click void
SaveStyleAsForm_Load void
chkGlobal_CheckedChanged void

공개 메소드들

메소드 설명
SaveStyleAsForm ( ) : System.IO

Initializes a new instance of the SaveStyleAsForm class.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
FillStyles ( ) : void

Fills the list of known styles.

InitializeComponent ( ) : void

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

SaveButton_Click ( object sender, System e ) : void

Saves the style to the chosen location and name.

SaveStyleAsForm_Load ( object sender, System e ) : void

Initializes the form, decides whether or not global styles can be used and prefills the list of already known styles.

chkGlobal_CheckedChanged ( object sender, System e ) : void

Handles the switch between global and definition specific styles. Re-fills the list of known styles.

메소드 상세

Dispose() 보호된 메소드

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

SaveStyleAsForm() 공개 메소드

Initializes a new instance of the SaveStyleAsForm class.
public SaveStyleAsForm ( ) : System.IO
리턴 System.IO