unit3.dfm

来自「一个文件搜索工具」· DFM 代码 · 共 47 行

DFM
47
字号
object Help: THelp
  Left = 295
  Top = 363
  BorderStyle = bsDialog
  Caption = #24110#21161
  ClientHeight = 115
  ClientWidth = 308
  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 Memo1: TMemo
    Left = 0
    Top = 0
    Width = 308
    Height = 115
    Align = alClient
    BorderStyle = bsNone
    Color = clGreen
    Font.Charset = ANSI_CHARSET
    Font.Color = clYellow
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    Lines.Strings = (
      '                            '
      '               '#35270#26480'VOKTV'
      ''
      '    '#40644#20808#29983'    '#30005#35805#65306'13950389396 '
      '    '#21016#20808#29983'    '#30005#35805#65306'13358218891'
      ' '
      '    E-Mail:  lxc15888@sina.com'
      '    '
      '    '
      '')
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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