C# 클래스 pdachess.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: tuxoko/pdachess

공개 메소드들

메소드 설명
Form1 ( ) : System
Form1 ( string gamemode, string text ) : System

보호된 메소드들

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

清除任何使用中的資源。

비공개 메소드들

메소드 설명
InitializeChessBoard ( ) : void
InitializeComponent ( ) : void

此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。

displaymove ( Token t ) : void
drawScreen ( ) : void
drawgame ( ) : void
drawgameReply ( ) : void
gamebox_MouseDown ( object sender, MouseEventArgs e ) : void
getIndex ( int x, int y ) : int
initTokens ( ) : void
ischeck ( Token map, string side ) : bool
ismate ( string side ) : bool
listenThread ( ) : void
loadImage ( ) : void
lose ( ) : void
map_clone ( Token map ) : pdachess.Token[]
menuItem2_Click ( object sender, EventArgs e ) : void
menuItem3_Click ( object sender, EventArgs e ) : void
menuItem4_Click ( object sender, EventArgs e ) : void
move ( Token map, int po_x, int po_y ) : string
move ( Token map, int po_x, int po_y, string promote ) : string
movecontrol_Bishop ( Bishop t ) : void
movecontrol_Castle ( Castle t ) : void
movecontrol_King ( King t ) : void
movecontrol_Knight ( Knight t ) : void
movecontrol_Pawn ( Pawn t ) : void
movecontrol_Queen ( Queen t ) : void
opponentmove ( string cmds ) : void
quit ( ) : void
setTokenmoves ( ) : void
showLoading ( ) : void
test_check ( ) : void
win ( ) : void

메소드 상세

Dispose() 보호된 메소드

清除任何使用中的資源。
protected Dispose ( bool disposing ) : void
disposing bool 如果應該處置 Managed 資源則為 true,否則為 false。
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

Form1() 공개 메소드

public Form1 ( string gamemode, string text ) : System
gamemode string
text string
리턴 System