⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logounit.dfm

📁 简单编译器的源代码,是大学课程设计内容,附简单测试用例
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -