errorreport.dfm

来自「这是一个正式的项目工程」· DFM 代码 · 共 76 行

DFM
76
字号
object frmErrorReport: TfrmErrorReport
  Left = 200
  Top = 200
  BorderStyle = bsDialog
  Caption = '状态报告'
  ClientHeight = 111
  ClientWidth = 431
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 45
    Top = 77
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 304
    Top = 77
    Width = 75
    Height = 25
    Caption = '清除'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object pnlText: TPanel
    Left = 6
    Top = 3
    Width = 420
    Height = 68
    BevelOuter = bvLowered
    Caption = 'pnlText'
    TabOrder = 2
    object MemoError: TMemo
      Left = 1
      Top = 1
      Width = 418
      Height = 66
      Align = alClient
      Color = clMenu
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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