C# 클래스 SimpleEpub2.Settings

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

보호된 프로퍼티들

프로퍼티 타입 설명
DPI Single>.Tuple
LANG Language
pg1 Settings_Page1
pg2 Settings_Page2
pg3 Settings_Page3
pg4 Settings_Page4
themeColor Color

공개 메소드들

메소드 설명
Settings ( Color c, Language lang, Single>.Tuple dpi ) : System

보호된 메소드들

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

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

settings_done_button_Click ( object sender, EventArgs e ) : void
superTabItem1_Click ( object sender, EventArgs e ) : void
superTabItem2_Click ( object sender, EventArgs e ) : void
superTabItem3_Click ( object sender, EventArgs e ) : void
superTabItem4_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

Settings() 공개 메소드

public Settings ( Color c, Language lang, Single>.Tuple dpi ) : System
c Color
lang Language
dpi Single>.Tuple
리턴 System

프로퍼티 상세

DPI 보호되어 있는 프로퍼티

protected Tuple DPI
리턴 Single>.Tuple

LANG 보호되어 있는 프로퍼티

protected Language,SimpleEpub2 LANG
리턴 Language

pg1 보호되어 있는 프로퍼티

protected Settings_Page1,SimpleEpub2 pg1
리턴 Settings_Page1

pg2 보호되어 있는 프로퍼티

protected Settings_Page2,SimpleEpub2 pg2
리턴 Settings_Page2

pg3 보호되어 있는 프로퍼티

protected Settings_Page3,SimpleEpub2 pg3
리턴 Settings_Page3

pg4 보호되어 있는 프로퍼티

protected Settings_Page4,SimpleEpub2 pg4
리턴 Settings_Page4

themeColor 보호되어 있는 프로퍼티

protected Color themeColor
리턴 Color