C# 클래스 AutoWikiBrowser.MyPreferences

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

공개 프로퍼티들

프로퍼티 타입 설명
FocusSiteTab bool
TextBoxFont Font

Private Properties

프로퍼티 타입 설명
FixCustomProject void
InitializeComponent void
btnOk_Click void
btnSetFile_Click void
btnTextBoxFont_Click void
chkAutoSaveEdit_CheckedChanged void
chkDomain_CheckedChanged void
cmboCustomProjectChanged void
cmboOnLoad_SelectedIndexChanged void
cmboProject_SelectedIndexChanged void
txtCustomProject_Leave void

공개 메소드들

메소드 설명
MyPreferences ( string lang, ProjectEnum proj, string customproj, string protocol ) : System

보호된 메소드들

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

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

비공개 메소드들

메소드 설명
FixCustomProject ( ) : void
InitializeComponent ( ) : void

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

btnOk_Click ( object sender, EventArgs e ) : void
btnSetFile_Click ( object sender, EventArgs e ) : void
btnTextBoxFont_Click ( object sender, EventArgs e ) : void
chkAutoSaveEdit_CheckedChanged ( object sender, EventArgs e ) : void
chkDomain_CheckedChanged ( object sender, EventArgs e ) : void
cmboCustomProjectChanged ( object sender, EventArgs e ) : void
cmboOnLoad_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmboProject_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtCustomProject_Leave ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

MyPreferences() 공개 메소드

public MyPreferences ( string lang, ProjectEnum proj, string customproj, string protocol ) : System
lang string
proj ProjectEnum
customproj string
protocol string
리턴 System

OnActivated() 보호된 메소드

protected OnActivated ( EventArgs e ) : void
e EventArgs
리턴 void

프로퍼티 상세

FocusSiteTab 공개적으로 프로퍼티

public bool FocusSiteTab
리턴 bool

TextBoxFont 공개적으로 프로퍼티

public Font TextBoxFont
리턴 Font