C# Class fCraft.ServerGUI.Concept

Mostrar archivo Open project: GlennMR/800craft

Public Methods

Method Description
Concept ( ) : System

Creates a new Form of type "concept" MainControl is modified and uses TablessControl, meaning the tab titles do not show

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AboutButton_Click ( object sender, EventArgs e ) : void
CloseButton_Click ( object sender, EventArgs e ) : void
ConfigButton_Click ( object sender, EventArgs e ) : void
ConsoleButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MinimizeButton_Click ( object sender, EventArgs e ) : void
PlayButton_Click ( object sender, EventArgs e ) : void

This needs two images - one with "unavailable" and another with "online" Clickable when "online" Opens the server in the browser

PlayersButton_Click ( object sender, EventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
SetFonts ( ) : void
WorldsButton_Click ( object sender, EventArgs e ) : void
panel1_Click ( object sender, MouseEventArgs e ) : void

Method Details

Concept() public method

Creates a new Form of type "concept" MainControl is modified and uses TablessControl, meaning the tab titles do not show
public Concept ( ) : System
return System

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