📄 unit1.dfm
字号:
object Form1: TForm1
Left = 232
Top = 148
Width = 328
Height = 218
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object myAgent: TAgent
Left = 16
Top = 8
Width = 32
Height = 32
HelpContext = 10
ControlData = {020200004F0300004F030000}
end
object BitBtn1: TBitBtn
Left = 24
Top = 64
Width = 75
Height = 25
Caption = 'show'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 184
Top = 64
Width = 75
Height = 25
Caption = 'hide'
TabOrder = 2
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 104
Top = 64
Width = 75
Height = 25
Caption = 'speak'
TabOrder = 3
OnClick = BitBtn3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -