📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 228
Top = 176
Width = 348
Height = 353
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Img1: TImage
Left = 8
Top = 8
Width = 320
Height = 240
end
object lbl1: TLabel
Left = 48
Top = 259
Width = 193
Height = 13
AutoSize = False
end
object btn1: TButton
Left = 72
Top = 288
Width = 75
Height = 25
Caption = #24320#22987#25509#25910
TabOrder = 0
OnClick = btn1Click
end
object btn2: TButton
Left = 168
Top = 288
Width = 75
Height = 25
Caption = #20572#27490#30417#21548
TabOrder = 1
OnClick = btn2Click
end
object Tmr1: TTimer
OnTimer = Tmr1Timer
Left = 32
Top = 8
end
object idtcpsrvr1: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 0
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnExecute = idtcpsrvr1Execute
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 80
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -