utoexcel.dfm

来自「行业应急系统 包括: 应急系统(待遇核发) 发放系统 开」· DFM 代码 · 共 56 行

DFM
56
字号
object frmToExcel: TfrmToExcel
  Left = 330
  Top = 263
  Width = 312
  Height = 95
  Caption = '保存'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 21
    Width = 144
    Height = 12
    Caption = '数据正在转为Excel格式...'
  end
  object lblResult: TLabel
    Left = 192
    Top = 21
    Width = 6
    Height = 12
  end
  object lblTime: TLabel
    Left = 27
    Top = 38
    Width = 6
    Height = 12
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 59
    Width = 304
    Height = 9
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 0
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = True
    Left = 224
  end
  object Query1: TQuery
    Left = 256
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?