📄 umain.dfm
字号:
object frmMain: TfrmMain
Left = 339
Top = 204
Width = 452
Height = 387
Caption = 'frmMain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 8
Width = 425
Height = 297
end
object btnStartSDK: TButton
Left = 8
Top = 320
Width = 75
Height = 25
Caption = 'StartSDK'
TabOrder = 0
OnClick = btnStartSDKClick
end
object btnStartViewFinder: TButton
Left = 88
Top = 320
Width = 121
Height = 25
Caption = 'btnStartViewFinder'
Enabled = False
TabOrder = 1
OnClick = btnStartViewFinderClick
end
object StopViewFinder: TButton
Left = 216
Top = 320
Width = 121
Height = 25
Caption = 'StopViewFinder'
Enabled = False
TabOrder = 2
OnClick = StopViewFinderClick
end
object GetPicture: TButton
Left = 352
Top = 320
Width = 81
Height = 25
Caption = 'GetPicture'
Enabled = False
TabOrder = 3
end
object ViewFinderTimer: TTimer
Enabled = False
Interval = 60
OnTimer = ViewFinderTimerTimer
Left = 344
Top = 152
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -