qrpformstatus.xfm

来自「DELPHI相关源欢迎您下载这个也许是有史以来最强悍的delphi资料包!」· XFM 代码 · 共 36 行

XFM
36
字号
object RpStatusForm: TRpStatusForm
  Left = 238
  Top = 147
  ActiveControl = CancelButton
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  BorderStyle = fbsDialog
  Caption = '报表状态'
  ClientHeight = 113
  ClientWidth = 361
  Color = clBackground
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  TextWidth = 6
  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 + =
减小字号Ctrl + -
显示快捷键?