mxexportprogress.dfm

来自「Export dbgrid to other doc」· DFM 代码 · 共 35 行

DFM
35
字号
object frm_ProgressForm: Tfrm_ProgressForm
  Left = 500
  Top = 283
  BorderIcons = []
  BorderStyle = bsToolWindow
  Caption = 'frm_ProgressForm'
  ClientHeight = 61
  ClientWidth = 186
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ProgressLabel: TLabel
    Left = 8
    Top = 8
    Width = 67
    Height = 13
    Caption = 'ProgressLabel'
  end
  object ProgressBar: TProgressBar
    Left = 8
    Top = 32
    Width = 169
    Height = 16
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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