?? unit1.~dfm
字號:
object Form1: TForm1
Left = 227
Top = 197
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 96
Top = 16
Width = 75
Height = 25
Caption = #30417#21548#26381#21153
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 48
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 192
Top = 48
Width = 75
Height = 25
Caption = #26029#24320
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 192
Top = 80
Width = 75
Height = 25
Caption = #21457#36865
TabOrder = 3
OnClick = Button4Click
end
object Memo1: TMemo
Left = 0
Top = 136
Width = 688
Height = 317
Align = alBottom
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 4
end
object Memo2: TMemo
Left = 376
Top = 8
Width = 297
Height = 113
Lines.Strings = (
'Memo2')
ScrollBars = ssVertical
TabOrder = 5
end
object Edit1: TEdit
Left = 16
Top = 80
Width = 73
Height = 21
TabOrder = 6
Text = '1024'
end
object Button5: TButton
Left = 192
Top = 16
Width = 75
Height = 25
Caption = #24191#25773
TabOrder = 7
OnClick = Button5Click
end
object Button6: TButton
Left = 96
Top = 80
Width = 75
Height = 25
Caption = #31561#24453#24191#25773
TabOrder = 8
OnClick = Button6Click
end
object Button7: TButton
Left = 280
Top = 72
Width = 75
Height = 25
Caption = 'IOCP'#36830#25509
TabOrder = 9
OnClick = Button7Click
end
object Button8: TButton
Left = 280
Top = 104
Width = 75
Height = 25
Caption = 'IOCP'#21457#36865
TabOrder = 10
OnClick = Button8Click
end
object IOCPServer1: TIOCPServer
OnRead = IOCPServer1Read
OnConnect = IOCPServer1Connect
OnDisConnect = IOCPServer1DisConnect
Left = 8
Top = 16
end
object IdTCPClient1: TIdTCPClient
MaxLineAction = maException
ReadTimeout = 0
Host = '192.168.2.89'
Port = 6666
Left = 56
Top = 16
end
object IOCPClient1: TIOCPClient
OnRead = IOCPClient1Read
Host = '192.168.2.89'
Left = 312
Top = 40
end
object Timer1: TTimer
Enabled = False
Interval = 2000
OnTimer = Timer1Timer
Left = 48
Top = 48
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -