📄 unit1.dfm
字号:
object formMain: TformMain
Left = 442
Top = 180
Width = 380
Height = 374
Caption = 'formMain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object btnRecord: TButton
Left = 48
Top = 304
Width = 75
Height = 25
Caption = #24405#20687
TabOrder = 0
OnClick = btnRecordClick
end
object btnSnap: TButton
Left = 272
Top = 304
Width = 75
Height = 25
Caption = #25293#29031
TabOrder = 1
OnClick = btnSnapClick
end
object wndShow: TPanel
Left = 8
Top = 8
Width = 352
Height = 288
TabOrder = 2
end
object btnStop: TButton
Left = 152
Top = 304
Width = 75
Height = 25
Caption = #20572#24405
Enabled = False
TabOrder = 3
OnClick = btnStopClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -