프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |