?? main.dfm
字號:
object Form_Main: TForm_Main
Left = 194
Top = 157
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #32593#32476#20116#23376#26827
ClientHeight = 458
ClientWidth = 673
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 452
Top = 0
Width = 8
Height = 458
end
object Label1: TLabel
Left = 488
Top = 48
Width = 44
Height = 13
AutoSize = False
Caption = #26412#26041#65306
end
object Image_Local: TImage
Left = 536
Top = 43
Width = 25
Height = 25
Transparent = True
end
object Label2: TLabel
Left = 488
Top = 80
Width = 44
Height = 13
AutoSize = False
Caption = #23545#26041#65306
end
object Image_Remote: TImage
Left = 536
Top = 75
Width = 25
Height = 25
Transparent = True
end
object Label3: TLabel
Left = 488
Top = 112
Width = 72
Height = 13
Caption = #24403#21069#19979#23376#26041#65306
end
object lblCurrent: TLabel
Left = 568
Top = 112
Width = 49
Height = 13
AutoSize = False
end
object Panel_ChessBoard: TPanel
Left = 0
Top = 0
Width = 452
Height = 458
Align = alLeft
Color = clSkyBlue
TabOrder = 0
end
object btnQuitGame: TButton
Left = 504
Top = 224
Width = 105
Height = 25
Caption = #31163#24320#26412#27425#28216#25103
TabOrder = 1
OnClick = btnQuitGameClick
end
object btnExit: TButton
Left = 504
Top = 272
Width = 105
Height = 25
Caption = #36864#20986#31243#24207
TabOrder = 2
OnClick = btnExitClick
end
object MainMenu: TMainMenu
Left = 632
Top = 32
object Item_Options: TMenuItem
Caption = #36873#39033'(&O)'
object Item_NewGame: TMenuItem
Caption = #26032#24314#28216#25103'(&N)'
ShortCut = 16462
OnClick = MenuItemClick
end
object Item_JoinGame: TMenuItem
Tag = 1
Caption = #21152#20837#28216#25103'(&J)'
ShortCut = 16458
OnClick = MenuItemClick
end
object Item_QuitGame: TMenuItem
Tag = 2
Caption = #31163#24320#28216#25103'(&Q)'
ShortCut = 16465
OnClick = MenuItemClick
end
object N1: TMenuItem
Caption = '-'
end
object Item_Exit: TMenuItem
Tag = 3
Caption = #36864#20986'(&X)'
ShortCut = 16472
OnClick = MenuItemClick
end
end
end
object TCPClient: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnRead = TCPClientRead
Left = 632
Top = 88
end
object TCPServer: TServerSocket
Active = False
Port = 0
ServerType = stNonBlocking
OnAccept = TCPServerAccept
OnClientRead = TCPServerClientRead
Left = 632
Top = 136
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -