main.dfm
来自「Led识别与统计系统,基于DELPHI 7.0下」· DFM 代码 · 共 43 行
DFM
43 行
object MainFrm: TMainFrm
Left = 237
Top = 170
Width = 523
Height = 351
BorderWidth = 2
Caption = 'HVStoreAvi'
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 Avi1: TMenuItem
Caption = 'Avi'
object Start1: TMenuItem
Caption = 'Start'
OnClick = Start1Click
end
object Stop1: TMenuItem
Caption = 'Stop'
OnClick = Stop1Click
end
end
end
object SaveDialog1: TSaveDialog
DefaultExt = 'avi'
Left = 280
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?