unit1.dfm
来自「控制扫描仪的组件 控制扫描仪的组件」· DFM 代码 · 共 48 行
DFM
48 行
object Form1: TForm1
Left = 193
Top = 115
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 134
Top = 73
object File1: TMenuItem
Caption = '&File'
object Acquire1: TMenuItem
Caption = '&Acquire...'
OnClick = Acquire1Click
end
object SelectSource1: TMenuItem
Caption = '&Select Source...'
OnClick = SelectSource1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
end
object OopsTwain1: TOopsTwain
AutoFeed = False
TransferType = doMemTransfer
OnCaptrue = OopsTwain1Captrue
Left = 166
Top = 73
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?