Свойство | Тип | Описание | |
---|---|---|---|
FormTitle | string | ||
Reference |
Метод | Описание | |
---|---|---|
GoToTab ( string name ) : void |
Go to a certain tabpage
|
|
MainForm ( ) : System | ||
ShowForm ( ) : void | ||
UpdateTitle ( ) : void |
Метод | Описание | |
---|---|---|
GetTabDisplayId ( string tab ) : int |
Get the priority of each tab, lower values will show first
|
|
HandleOutput ( string text, OutputParseResult result ) : void |
Handle output from the server and print it to the bottom of the screen
|
|
HandleServerStatusChange ( ServerState currentState ) : void | ||
Initialize ( ) : void | ||
LoadTabs ( ) : void |
Load all tabpages to the mainform
|
|
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void |
Check if a server is still running before closing the GUI
|
|
SafeFormClose ( ) : void |
Close this form thread-safe
|
|
ToolStripBtnRestart_Click ( object sender, EventArgs e ) : void | ||
ToolStripBtnStartStop_Click ( object sender, EventArgs e ) : void |
public GoToTab ( string name ) : void | ||
name | string | The name of the tab to go to. Case insensitive. |
Результат | void |