main.dfm
来自「Led识别与统计系统,基于DELPHI 7.0下」· DFM 代码 · 共 50 行
DFM
50 行
object MainFrm: TMainFrm
Left = 201
Top = 117
Width = 749
Height = 543
BorderWidth = 2
Caption = 'HVSnapContinuous'
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
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?