C# Class entity.Main.Settings

ファイルを表示 Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
Settings ( ) : System

Initializes a new instance of the Settings class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

Settings() public method

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