?? client.~dfm
字號(hào):
object Form1: TForm1
Left = 265
Top = 143
Width = 354
Height = 125
Caption = '遠(yuǎn)程控制---客戶端'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 24
Width = 80
Height = 16
Caption = '服務(wù)器地址'
end
object Label2: TLabel
Left = 24
Top = 56
Width = 80
Height = 16
Caption = '服務(wù)器端口'
end
object Edit1: TEdit
Left = 112
Top = 16
Width = 121
Height = 24
TabOrder = 0
Text = '127.0.0.1'
end
object Edit2: TEdit
Left = 112
Top = 48
Width = 121
Height = 24
TabOrder = 1
Text = '7712'
end
object Button1: TButton
Left = 256
Top = 24
Width = 81
Height = 33
Caption = '連接'
TabOrder = 2
OnClick = Button1Click
end
object sb: TStatusBar
Left = 0
Top = 79
Width = 346
Height = 19
Panels = <
item
Width = 200
end
item
Width = 50
end>
SimplePanel = False
end
object cls: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 7712
OnConnecting = clsConnecting
OnConnect = clsConnect
OnDisconnect = clsDisconnect
OnRead = clsRead
OnError = clsError
Left = 16
Top = 8
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -