C# Class LoginServer.Manage_Servers

Exibir arquivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
dbName System.Windows.Forms.TextBox
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
label5 System.Windows.Forms.Label
label6 System.Windows.Forms.Label
panel1 System.Windows.Forms.Panel
panel2 System.Windows.Forms.Panel
protCode System.Windows.Forms.TextBox
rmvServer System.Windows.Forms.Button
serverIP System.Windows.Forms.TextBox
serverName System.Windows.Forms.TextBox
serverPort System.Windows.Forms.TextBox
srvList System.Windows.Forms.ListBox

Public Methods

Method Description
Getserverbyname ( string name ) : Systems.SRX_Serverinfo
Manage_Servers ( ) : System

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.

Manage_Servers_MouseDown_1 ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
panel1_MouseClick ( object sender, MouseEventArgs e ) : void
panel2_MouseClick ( object sender, MouseEventArgs 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

Getserverbyname() public static method

public static Getserverbyname ( string name ) : Systems.SRX_Serverinfo
name string
return Systems.SRX_Serverinfo

Manage_Servers() public method

public Manage_Servers ( ) : System
return System

Property Details

button1 public_oe property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

button2 public_oe property

public System.Windows.Forms.Button button2
return System.Windows.Forms.Button

dbName public_oe property

public System.Windows.Forms.TextBox dbName
return System.Windows.Forms.TextBox

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

label4 public_oe property

public System.Windows.Forms.Label label4
return System.Windows.Forms.Label

label5 public_oe property

public System.Windows.Forms.Label label5
return System.Windows.Forms.Label

label6 public_oe property

public System.Windows.Forms.Label label6
return System.Windows.Forms.Label

panel1 public_oe property

public System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

panel2 public_oe property

public System.Windows.Forms.Panel panel2
return System.Windows.Forms.Panel

protCode public_oe property

public System.Windows.Forms.TextBox protCode
return System.Windows.Forms.TextBox

rmvServer public_oe property

public System.Windows.Forms.Button rmvServer
return System.Windows.Forms.Button

serverIP public_oe property

public System.Windows.Forms.TextBox serverIP
return System.Windows.Forms.TextBox

serverName public_oe property

public System.Windows.Forms.TextBox serverName
return System.Windows.Forms.TextBox

serverPort public_oe property

public System.Windows.Forms.TextBox serverPort
return System.Windows.Forms.TextBox

srvList public_oe property

public System.Windows.Forms.ListBox srvList
return System.Windows.Forms.ListBox