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

📄 progressdialog.dfm

📁 从文本文件象Oracle数据库导入数据
💻 DFM
字号:
object frmProgressDialog: TfrmProgressDialog
  Left = 313
  Top = 304
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = '操作进行当中'
  ClientHeight = 76
  ClientWidth = 409
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ggPrgb: TGauge
    Left = 24
    Top = 40
    Width = 361
    Height = 17
    ForeColor = clBlue
    Progress = 0
  end
  object lblMsg: TLabel
    Left = 24
    Top = 16
    Width = 361
    Height = 18
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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