aboutunit.dfm

来自「delphi的壳」· DFM 代码 · 共 57 行

DFM
57
字号
object FrmAbout: TFrmAbout
  Left = 310
  Top = 220
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 195
  ClientWidth = 321
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 8
    Top = 152
    Width = 305
    Height = 41
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 305
    Height = 137
    Alignment = taCenter
    BevelInner = bvNone
    BevelKind = bkFlat
    BevelOuter = bvNone
    Color = clBtnFace
    Ctl3D = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      ''
      'VPacker v0.02 build 060420'
      '! pack exes ONLY !'
      ''
      'Create by tt.t'
      ''
      'with PURE Delphi')
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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