📄 settings.dfm
字号:
object frmSettings: TForm1
AutoScroll = False
Caption = '自定义 扫描设置'
Height = 322
Left = 3
Top = 22
Width = 346
object cboColor:
Height = 21
Left = 64
Top = 24
Width = 161
end
object fraResolution: TGroupbox
Caption = '分辨率'
Height = 89
Left = 16
Top = 56
Width = 209
object txtVerticalDPI: TMemo
Height = 19
Left = 80
Top = 56
Width = 65
end
object txtHorizontalDPI: TMemo
Height = 19
Left = 80
Top = 24
Width = 65
end
object lblVerticalResolution: TLabel
Caption = '竖:'
Height = 17
Left = 16
Top = 56
Width = 57
end
object lblHorizontalResolution: TLabel
Caption = '横:'
Height = 17
Left = 16
Top = 24
Width = 57
end
end
object cmdCancel: TButton
Caption = '取消'
Height = 25
Left = 240
Top = 256
Width = 65
end
object cmdOK: TButton
Caption = '确定'
Height = 25
Left = 240
Top = 216
Width = 65
end
object fraPaperSize: TGroupbox
Caption = '纸张大小'
Height = 121
Left = 16
Top = 160
Width = 209
object txtPaperHeight: TMemo
Height = 19
Left = 80
Top = 88
Width = 65
end
object txtPaperWidth: TMemo
Height = 19
Left = 80
Top = 56
Width = 65
end
object cboPaperSize:
Height = 21
Left = 80
Top = 24
Width = 113
end
object lblHeight: TLabel
Caption = '高:'
Height = 17
Left = 16
Top = 88
Width = 49
end
object lblWidth: TLabel
Caption = '宽:'
Height = 17
Left = 16
Top = 56
Width = 49
end
object lblPaperSize: TLabel
Caption = '纸张:'
Height = 17
Left = 16
Top = 24
Width = 41
end
end
object lblColor: TLabel
Caption = '颜色:'
Height = 17
Left = 16
Top = 24
Width = 33
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -