logounit.dfm

来自「简单编译器的源代码,是大学课程设计内容,附简单测试用例」· DFM 代码 · 共 75 行

DFM
75
字号
object logoForm: TlogoForm
  Left = 120
  Top = 111
  Anchors = [akLeft, akTop, akRight, akBottom]
  BorderStyle = bsNone
  Caption = 'logoForm'
  ClientHeight = 281
  ClientWidth = 402
  Color = clRed
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 5
    Top = 4
    Width = 394
    Height = 273
    BevelInner = bvLowered
    BevelWidth = 3
    TabOrder = 0
    object Image1: TImage
      Left = 6
      Top = 6
      Width = 383
      Height = 261
    end
    object ProductName: TLabel
      Left = 50
      Top = 53
      Width = 229
      Height = 37
      Caption = ' Project Language'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -35
      Font.Name = '华文行楷'
      Font.Style = [fsBold]
      ParentFont = False
      IsControl = True
    end
    object Version: TLabel
      Left = 293
      Top = 58
      Width = 36
      Height = 29
      Caption = '1.0'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clAqua
      Font.Height = -24
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      IsControl = True
    end
    object Label1: TLabel
      Left = 105
      Top = 117
      Width = 190
      Height = 15
      Caption = '作者: 张高才、   钟广锐 '
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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