uprinttemp.dfm
来自「行业应急系统 包括: 应急系统(待遇核发) 发放系统 开」· DFM 代码 · 共 46 行
DFM
46 行
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 + =
减小字号Ctrl + -
显示快捷键?