📄 main.dfm
字号:
object MainFrm: TMainFrm
Left = 194
Top = 124
Width = 742
Height = 544
BorderWidth = 2
Caption = 'HVRealtime'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 168
Top = 56
object Snap1: TMenuItem
Caption = 'Snap'
object Open1: TMenuItem
Caption = 'Open'
GroupIndex = 1
OnClick = Open1Click
end
object Start1: TMenuItem
Caption = 'Start'
GroupIndex = 1
OnClick = Start1Click
end
object Stop1: TMenuItem
Caption = 'Stop'
GroupIndex = 1
OnClick = Stop1Click
end
object Close1: TMenuItem
Caption = 'Close'
GroupIndex = 1
OnClick = Close1Click
end
object N1: TMenuItem
Caption = '-'
GroupIndex = 1
end
object Negative1: TMenuItem
Caption = 'Negative'
GroupIndex = 2
OnClick = Negative1Click
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -