C# 클래스 LoginServer.Manage_Servers

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Getserverbyname ( string name ) : Systems.SRX_Serverinfo
Manage_Servers ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Getserverbyname() 공개 정적인 메소드

public static Getserverbyname ( string name ) : Systems.SRX_Serverinfo
name string
리턴 Systems.SRX_Serverinfo

Manage_Servers() 공개 메소드

public Manage_Servers ( ) : System
리턴 System

프로퍼티 상세

button1 공개적으로 프로퍼티

public System.Windows.Forms.Button button1
리턴 System.Windows.Forms.Button

button2 공개적으로 프로퍼티

public System.Windows.Forms.Button button2
리턴 System.Windows.Forms.Button

dbName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox dbName
리턴 System.Windows.Forms.TextBox

label1 공개적으로 프로퍼티

public System.Windows.Forms.Label label1
리턴 System.Windows.Forms.Label

label2 공개적으로 프로퍼티

public System.Windows.Forms.Label label2
리턴 System.Windows.Forms.Label

label3 공개적으로 프로퍼티

public System.Windows.Forms.Label label3
리턴 System.Windows.Forms.Label

label4 공개적으로 프로퍼티

public System.Windows.Forms.Label label4
리턴 System.Windows.Forms.Label

label5 공개적으로 프로퍼티

public System.Windows.Forms.Label label5
리턴 System.Windows.Forms.Label

label6 공개적으로 프로퍼티

public System.Windows.Forms.Label label6
리턴 System.Windows.Forms.Label

panel1 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel1
리턴 System.Windows.Forms.Panel

panel2 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel2
리턴 System.Windows.Forms.Panel

protCode 공개적으로 프로퍼티

public System.Windows.Forms.TextBox protCode
리턴 System.Windows.Forms.TextBox

rmvServer 공개적으로 프로퍼티

public System.Windows.Forms.Button rmvServer
리턴 System.Windows.Forms.Button

serverIP 공개적으로 프로퍼티

public System.Windows.Forms.TextBox serverIP
리턴 System.Windows.Forms.TextBox

serverName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox serverName
리턴 System.Windows.Forms.TextBox

serverPort 공개적으로 프로퍼티

public System.Windows.Forms.TextBox serverPort
리턴 System.Windows.Forms.TextBox

srvList 공개적으로 프로퍼티

public System.Windows.Forms.ListBox srvList
리턴 System.Windows.Forms.ListBox