C# 클래스 entity.Main.Settings

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

공개 메소드들

메소드 설명
Settings ( ) : System

Initializes a new instance of the Settings class.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
FindDirectory ( string initialDirectory, string viewName ) : string

The find directory.

FindFile ( string initPath, string fileName, string viewName ) : string

The find file.

InitializeComponent ( ) : void

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

btnBitmapFolder_Click ( object sender, EventArgs e ) : void
btnBitmapsFile_Click ( object sender, EventArgs e ) : void

The button bitmaps_ click.

btnCancel_Click ( object sender, EventArgs e ) : void

The button cancel_ click.

btnCleanMapsFolder_Click ( object sender, EventArgs e ) : void

The btn clean maps_ click.

btnClearRegistry_Click ( object sender, EventArgs e ) : void

For those who wish to not have settings stored in their registry, allow them to remove it.

btnExtractFolder_Click ( object sender, EventArgs e ) : void
btnFontsFolder_Click ( object sender, EventArgs e ) : void

Used to locate the Fonts Folder

btnMainmenuFile_Click ( object sender, EventArgs e ) : void

The btn mainmenu_ click.

btnMapsFolder_Click ( object sender, EventArgs e ) : void

The btn map folder_ click.

btnPatchFolder_Click ( object sender, EventArgs e ) : void

The btn patch folder_ click.

btnPluginFolder_Click ( object sender, EventArgs e ) : void

The btn plugin dir_ click.

btnSPSharedFile_Click ( object sender, EventArgs e ) : void

The btn sp shared_ click.

btnSave_Click ( object sender, EventArgs e ) : void

The btn save_ click.

btnSharedFile_Click ( object sender, EventArgs e ) : void

The btn shared_ click.

cbUseRegistry_CheckedChanged ( object sender, EventArgs e ) : void

Allow the option to use the registry

메소드 상세

Dispose() 보호된 메소드

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

Settings() 공개 메소드

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