C# Class MCDek.Gui.PropertyWindow

Inheritance: System.Windows.Forms.Form
Mostra file Open project: dekema2/MCDek

Public Methods

Method Description
LoadBlocks ( ) : void
LoadCommands ( ) : void
LoadProp ( string givenPath ) : void
LoadRanks ( ) : void
PropertyWindow ( ) : System
Save ( string givenPath ) : void
SaveBlocks ( ) : void
SaveCommands ( ) : void
SaveRanks ( ) : void
ValidString ( string str, string allowed ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

PropertyWindow_Load ( object sender, EventArgs e ) : void
PropertyWindow_Unload ( object sender, EventArgs e ) : void
btnAddRank_Click ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnBackup_Click ( object sender, EventArgs e ) : void
btnBlHelp_Click ( object sender, EventArgs e ) : void
btnCmdHelp_Click ( object sender, EventArgs e ) : void
btnDiscard_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
chkGC_CheckedChanged ( object sender, EventArgs e ) : void
chkPhysicsRest_CheckedChanged ( object sender, EventArgs e ) : void
cmbColor_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbDefaultColour_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbIRCColour_SelectedIndexChanged ( object sender, EventArgs e ) : void
fillAllowance ( TextBox &txtBox, List &addTo ) : void
fillLowest ( TextBox &txtBox, LevelPermission &toChange ) : void
getHelp ( string toHelp ) : void
listBlocks_SelectedIndexChanged ( object sender, EventArgs e ) : void
listCommands_SelectedIndexChanged ( object sender, EventArgs e ) : void
listRanks_SelectedIndexChanged ( object sender, EventArgs e ) : void
removeDigit ( TextBox foundTxt ) : void
saveStuff ( ) : void
tabPage1_Click ( object sender, EventArgs e ) : void
tabPage2_Click ( object sender, EventArgs e ) : void
toolTip_Popup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void
txtBackup_TextChanged ( object sender, EventArgs e ) : void
txtBlLowest_TextChanged ( object sender, EventArgs e ) : void
txtCmdLowest_TextChanged ( object sender, EventArgs e ) : void
txtDepth_TextChanged ( object sender, EventArgs e ) : void
txtFileName_TextChanged ( object sender, EventArgs e ) : void
txtLimit_TextChanged ( object sender, EventArgs e ) : void
txtMaps_TextChanged ( object sender, EventArgs e ) : void
txtPermission_TextChanged ( object sender, EventArgs e ) : void
txtPlayers_TextChanged ( object sender, EventArgs e ) : void
txtPort_TextChanged ( object sender, EventArgs e ) : void
txtRankName_TextChanged ( object sender, EventArgs e ) : void

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

LoadBlocks() public method

public LoadBlocks ( ) : void
return void

LoadCommands() public method

public LoadCommands ( ) : void
return void

LoadProp() public method

public LoadProp ( string givenPath ) : void
givenPath string
return void

LoadRanks() public method

public LoadRanks ( ) : void
return void

PropertyWindow() public method

public PropertyWindow ( ) : System
return System

Save() public method

public Save ( string givenPath ) : void
givenPath string
return void

SaveBlocks() public method

public SaveBlocks ( ) : void
return void

SaveCommands() public method

public SaveCommands ( ) : void
return void

SaveRanks() public method

public SaveRanks ( ) : void
return void

ValidString() public method

public ValidString ( string str, string allowed ) : bool
str string
allowed string
return bool