⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uprinttemp.dfm

📁 行业应急系统 包括: 应急系统(待遇核发) 发放系统 开发环境:Delphi5 (sp1)+ Oracle 8.05 MultiExport是一个可以将数据按指定字段倒出
💻 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 + -