📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 103
Width = 411
Height = 292
Caption = 'Feiler'#39's Server'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 320
Top = 16
Width = 75
Height = 41
Caption = #21551#21160#26381#21153
Font.Charset = GB2312_CHARSET
Font.Color = clGreen
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 16
Top = 8
Width = 289
Height = 233
TabOrder = 1
end
object Button2: TButton
Left = 320
Top = 72
Width = 75
Height = 49
Caption = #28165#31354#26085#24535
TabOrder = 2
OnClick = Button2Click
end
object IdTCPServer1: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 60606
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnConnect = IdTCPServer1Connect
OnExecute = IdTCPServer1Execute
OnDisconnect = IdTCPServer1Disconnect
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 56
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -