error_frm.dfm

来自「自己写的一个 RSS 阅读器」· DFM 代码 · 共 40 行

DFM
40
字号
object fmError: TfmError
  Left = 356
  Top = 226
  BorderStyle = bsDialog
  Caption = 'Error'
  ClientHeight = 255
  ClientWidth = 426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 8
    Top = 6
    Width = 410
    Height = 209
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Button1: TButton
    Left = 168
    Top = 224
    Width = 89
    Height = 25
    Cancel = True
    Caption = 'Close'
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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