📄 clientfrmmainunit.dfm
字号:
object ClientFrmMain: TClientFrmMain
Left = 256
Top = 213
Width = 661
Height = 318
Caption = 'Test-Client'
Color = clBtnFace
Constraints.MinHeight = 285
Constraints.MinWidth = 350
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
DesignSize = (
653
291)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 28
Width = 95
Height = 13
Caption = 'incoming messages:'
end
object Label3: TLabel
Left = 36
Top = 185
Width = 46
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Message:'
end
object Image: TImage
Left = 232
Top = 8
Width = 417
Height = 281
end
object CBClientActive: TCheckBox
Left = 4
Top = 4
Width = 65
Height = 17
Caption = 'active'
TabOrder = 0
OnClick = CBClientActiveClick
end
object IncomingMessages: TMemo
Left = 4
Top = 44
Width = 189
Height = 133
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 1
end
object EditMessage: TEdit
Left = 28
Top = 209
Width = 181
Height = 21
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
TabOrder = 2
end
object ButtonSend: TButton
Left = 110
Top = 241
Width = 67
Height = 21
Anchors = [akRight, akBottom]
Caption = 'Send'
Enabled = False
TabOrder = 3
OnClick = ButtonSendClick
end
object Client: TIdTCPClient
MaxLineAction = maException
ReadTimeout = 0
Host = '172.19.37.12'
Port = 9000
Left = 132
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -