?? unit1.dfm
字號:
object Form1: TForm1
Left = 382
Top = 276
Width = 451
Height = 324
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 46
Height = 13
Caption = #35774#22791'IP'#65306
end
object Label2: TLabel
Left = 208
Top = 16
Width = 36
Height = 13
Caption = #31471#21475#65306
end
object Label3: TLabel
Left = 24
Top = 53
Width = 60
Height = 13
Caption = #21457#36865#25968#25454#65306
end
object Edit1: TEdit
Left = 70
Top = 11
Width = 121
Height = 21
TabOrder = 0
Text = '192.168.0.100'
end
object Edit2: TEdit
Left = 245
Top = 11
Width = 57
Height = 21
TabOrder = 1
Text = '4001'
end
object Button1: TButton
Left = 328
Top = 8
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 2
OnClick = Button1Click
end
object Edit3: TEdit
Left = 88
Top = 48
Width = 215
Height = 21
TabOrder = 3
Text = '0123456789abcdefgh'
end
object Button2: TButton
Left = 328
Top = 48
Width = 75
Height = 25
Caption = #21457#36865
TabOrder = 4
OnClick = Button2Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 80
Width = 417
Height = 209
Caption = #25968#25454#25509#25910#21306
TabOrder = 5
object Memo1: TMemo
Left = 8
Top = 16
Width = 401
Height = 185
Lines.Strings = (
'Memo1')
TabOrder = 0
end
end
object ClientSocket1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnConnect = OnConnect
OnDisconnect = OnDisConnect
OnRead = OnRead
OnError = OnError
Left = 408
Top = 56
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -