Méthode | Description | |
---|---|---|
MainForm ( ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm_FormClosing ( object sender, |
||
button_BanList_Click ( object sender, |
||
button_Execute_Click ( object sender, |
||
button_LoggingFolder_Click ( object sender, |
||
button_ServerPath_Click ( object sender, |
||
button_WorldPath_Click ( object sender, |
||
button_World_Click ( object sender, |
||
checkBox_AutoSave_CheckedChanged ( object sender, |
||
checkBox_Logging_CheckedChanged ( object sender, |
||
comboBox_AutosaveDelayFactor_SelectedIndexChanged ( object sender, |
||
doLog ( string psMessage ) : void | ||
doOpenFileOrDirectoryDialog ( |
||
doOutput ( string psMessage, Color poColor ) : void | ||
doTSOutput ( string psMessage ) : void |
[Thread Safe] Outputs to the main form console
|
|
doTSOutput ( string psMessage, Color poColor ) : void |
[Thread Safe] Outputs to the main form console
|
|
doTSUpdateFormState ( enumFormState poState ) : void |
[Thread Safe] Updates the state of the form
|
|
doTSUpdateStatus ( string psMessage, int piPercentComplete ) : void |
[Thread Safe] Updates the main status bar.
|
|
doTSUpdateStatusError ( string psMessage ) : void |
[Thread Safe] Update the main status bar with an error message
|
|
doUpdateFormState ( enumFormState poState ) : void | ||
doUpdateStatus ( string psMessage, int piPercentComplete ) : void | ||
initialize ( ) : void |
Initialize code that was not auto generated
|
|
initializeCommandArgs ( ) : void | ||
initializeServerObject ( enumTerrariaServer toServerType ) : void | ||
loadArgumentsToForm ( absTerrariaServerArguments poArgs ) : void | ||
moTerrariaServer_DataRecievedError ( object sender, |
||
moTerrariaServer_DataRecievedOutput ( object sender, |
||
moTerrariaServer_ServerCommandComplete ( object sender, |
||
numericUpDown_AutosaveDelay_ValueChanged ( object sender, |
||
refreshAutosaveTimer ( ) : void | ||
refreshConfigFileList ( string psNewSelection ) : void |
Refreshes the current config file list. Passing in a string will attempt to change the selection to that item after the refresh instead of restoring the current selection.
|
|
saveArgumentsToObject ( absTerrariaServerArguments poArgs ) : void | ||
saveConfigFile ( ) : void | ||
saveConfigFile ( string tsConfigFilePathAndName ) : void |
Saves the current options to the server object and then to a config file. Supplying an empty string for the file will draw from the currently selected config file in the application.
|
|
saveableOption_OnChange ( object sender, |
||
setTheme ( enumTheme theme ) : void |
Not used yet, hard to make it look good since this program wasn't designed for color :/
|
|
textBox_Execute_TextChanged ( object sender, |
||
timer_Autosave_Tick ( object sender, |
||
timer_Main_Tick ( object sender, |
||
toolStripButton_ConfigFileDelete_Click ( object sender, |
||
toolStripButton_ConfigFileSaveAs_Click ( object sender, |
||
toolStripButton_ConfigFileSave_Click ( object sender, |
||
toolStripButton_StartServer_Click ( object sender, |
||
toolStripComboBox_ConfigFile_SelectedIndexChanged ( object sender, |
||
toolStripComboBox_ForceGuiState_MenuItems_Click ( object sender, |
||
toolStripMenuItem_ConfigFileOpenDirectory_Click ( object sender, |
||
toolStripMenuItem_Exit_Click ( object sender, |
||
toolStripMenuItem_Help_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |