unit17.dfm

来自「利用Modem的远程通信功能」· DFM 代码 · 共 53 行

DFM
53
字号
object version: Tversion
  Left = 248
  Top = 135
  Width = 369
  Height = 276
  AutoSize = True
  Caption = 'version'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 361
    Height = 249
    Caption = #20135#21697#35828#26126
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Memo1: TMemo
      Left = 2
      Top = 31
      Width = 357
      Height = 216
      Align = alClient
      Color = clYellow
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -19
      Font.Name = #24188#22278
      Font.Style = [fsBold]
      Lines.Strings = (
        ''
        #26412#20135#21697#30001#24037#25511#20844#21496#30740#21046
        #24320#21457#12290
        #24320#21457#26102#38388#65306'2001.9'
        #20135#21697#29256#26412#65306'1.0')
      ParentFont = False
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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