unit1.dfm
来自「经过研究本人初略的将原代码进行了模拟」· DFM 代码 · 共 70 行
DFM
70 行
object MainGetScr: TMainGetScr
Left = 192
Top = 116
Width = 227
Height = 212
Caption = 'getx-II'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
219
178)
PixelsPerInch = 96
TextHeight = 12
object msgShow: TMemo
Left = 0
Top = 0
Width = 219
Height = 141
Align = alCustom
Anchors = [akLeft, akTop, akRight, akBottom]
Ctl3D = True
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentCtl3D = False
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
Left = 136
Top = 148
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = #24314#31435#36830#25509
TabOrder = 1
OnClick = Button1Click
end
object Client1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnConnect = Client1Connect
OnDisconnect = Client1Disconnect
OnRead = Client1Read
OnError = Client1Error
Left = 96
Top = 8
end
object Client2: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnRead = Client2Read
OnError = Client2Error
Left = 136
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?