main.dfm
来自「Led识别与统计系统,基于DELPHI 7.0下」· DFM 代码 · 共 32 行
DFM
32 行
object FrmMain: TFrmMain
Left = 213
Top = 106
Width = 748
Height = 530
Caption = 'HVSnapSingle'
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
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 104
Top = 40
object SnapBtn: TMenuItem
Caption = 'SnapShot'
object SnapShotBtn: TMenuItem
Caption = 'SnapShot'
OnClick = SnapShotBtnClick
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?