📄 uyldyzjtz.dfm
字号:
inherited frmYLDYZJTZ: TfrmYLDYZJTZ
Left = 167
Top = 173
Caption = '养老待遇增减台帐'
Font.Charset = GB2312_CHARSET
Font.Height = -12
Font.Name = '宋体'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited GroupBox1: TGroupBox
object Label1: TLabel
Left = 64
Top = 64
Width = 72
Height = 12
Caption = '输入打印月份'
end
object Label2: TLabel
Left = 240
Top = 64
Width = 12
Height = 12
Caption = '年'
end
object Label3: TLabel
Left = 240
Top = 96
Width = 12
Height = 12
Caption = '月'
end
object edtYear: TSpinEdit
Left = 152
Top = 59
Width = 74
Height = 21
MaxValue = 2010
MinValue = 1990
TabOrder = 0
Value = 1990
end
object edtMonth: TSpinEdit
Left = 152
Top = 91
Width = 74
Height = 21
MaxValue = 12
MinValue = 1
TabOrder = 1
Value = 1
end
end
inherited btnPreview: TButton
OnClick = btnPreviewClick
end
object QRCompositeReport1: TQRCompositeReport
OnAddReports = QRCompositeReport1AddReports
Options = []
PrinterSettings.Copies = 1
PrinterSettings.Duplex = False
PrinterSettings.FirstPage = 0
PrinterSettings.LastPage = 0
PrinterSettings.OutputBin = Auto
PrinterSettings.Orientation = poLandscape
PrinterSettings.PaperSize = A3
Left = 448
Top = 76
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -