scanto.dfm

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

DFM
84
字号

object frmScanTo: TForm1
AutoScroll = False
Caption         =   '扫描选项'
Height = 241
Left = 93
Top = 88
Width = 232

object cmdCancel: TButton
Caption         =   '取消'
Height = 25
Left = 112
Top = 176
Width = 64
end


object cmdOK: TButton
Caption         =   '确定'
Height = 25
Left = 32
Top = 176
Width = 64
end


object optScanTo: TRadioButton
Caption         =   '传真'
Height = 13
Left = 16
Top = 136
Width = 176
end


object optScanTo: TRadioButton
Caption         =   '使用模板形成文件,不显示'
Height = 21
Left = 16
Top = 112
Width = 176
end


object optScanTo: TRadioButton
Caption         =   '使用模板形成文件并显示'
Height = 21
Left = 16
Top = 88
Width = 193
end


object optScanTo: TRadioButton
Caption         =   '仅文件'
Height = 13
Left = 16
Top = 64
Width = 176
end


object optScanTo: TRadioButton
Caption         =   '文件并显示'
Height = 13
Left = 16
Top = 40
Width = 176
end


object optScanTo: TRadioButton
Caption         =   '显示'
Height = 13
Left = 16
Top = 16
Width = 177
end

end


⌨️ 快捷键说明

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