prefer.dfm

来自「扫描软件」· DFM 代码 · 共 100 行

DFM
100
字号

object frmPreferences: TForm1
AutoScroll = False
Caption         =   '扫描参数设置'
Height = 319
Left = 3
Top = 22
Width = 394

object txtScanToDirectory: TMemo
Height = 21
Left = 120
Top = 216
Width = 233
end


object optScanSettings: TRadioButton
Caption         =   '显示扫描自带扫描界面'
Height = 25
Left = 16
Top = 168
Width = 249
end


object optScanSettings: TRadioButton
Caption         =   '使用定义好的扫描设置'
Height = 25
Left = 16
Top = 16
Width = 233
end


object chkUseADF: TCheckBox
Caption         =   '使用自动文档进纸'
Height = 17
Left = 48
Top = 128
Width = 217
end


object cmdCancel: TButton
Caption         =   'Cancel'
Height = 25
Left = 200
Top = 256
Width = 80
end


object cmdOK: TButton
Caption         =   'OK'
Height = 25
Left = 88
Top = 256
Width = 80
end


object fraOriginalDocument: TGroupbox
Caption         =   '原文档'
Height = 65
Left = 40
Top = 48
Width = 313

object cmdSettings: TButton
Caption         =   '设置...'
Height = 25
Left = 208
Top = 24
Width = 81
end


object cboDocumentType: 
Height = 21
Left = 24
Top = 24
Width = 160
end

end


object lblSaveDocumentIn: TLabel
Caption         =   '文档存放位置:'
Height = 17
Left = 16
Top = 216
Width = 97
end

end


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?