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

📄 rpformstatus.dfm

📁 DELPHI相关源欢迎您下载这个也许是有史以来最强悍的delphi资料包!
💻 DFM
字号:
object RPStatusForm: TRPStatusForm
  Left = 293
  Top = 241
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = '报表状态'
  ClientHeight = 113
  ClientWidth = 361
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'System'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 16
  object StatusLabel: TLabel
    Left = 8
    Top = 16
    Width = 345
    Height = 49
    Alignment = taCenter
    AutoSize = False
  end
  object CancelButton: TButton
    Left = 144
    Top = 78
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消'
    Default = True
    ModalResult = 2
    TabOrder = 0
    OnClick = CancelButtonClick
  end
end

⌨️ 快捷键说明

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