📄 uprinttemp.dfm
字号:
object frmPrintTemp: TfrmPrintTemp
Left = 185
Top = 168
BorderStyle = bsDialog
Caption = '报表打印'
ClientHeight = 294
ClientWidth = 517
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 409
Height = 277
Caption = '报表条件选择'
TabOrder = 0
end
object btnPreview: TButton
Left = 432
Top = 9
Width = 75
Height = 25
Caption = '打印'
TabOrder = 1
end
object btnClose: TButton
Left = 432
Top = 41
Width = 75
Height = 25
Caption = '关闭'
ModalResult = 2
TabOrder = 2
OnClick = btnCloseClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -