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

📄 jdev_about.dfm

📁 一个不出名的GBA模拟器
💻 DFM
字号:
object jdevAbout: TjdevAbout
  Left = 374
  Top = 221
  BorderStyle = bsDialog
  Caption = 'About JDev'
  ClientHeight = 273
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object company: TLabel
    Left = 144
    Top = 8
    Width = 64
    Height = 20
    Caption = 'Auia/TS'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object app: TLabel
    Left = 144
    Top = 32
    Width = 76
    Height = 37
    Caption = 'JDev'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object licence: TLabel
    Left = 144
    Top = 72
    Width = 54
    Height = 13
    Caption = 'Unlicenced'
  end
  object version: TLabel
    Left = 144
    Top = 88
    Width = 153
    Height = 13
    Caption = 'Verison 1.0 (Build 9xx, release 1)'
  end
  object copyright: TLabel
    Left = 144
    Top = 104
    Width = 208
    Height = 26
    Caption = 
      'Copyright (C) 2001 Michael Noland, auia.net and Tetrahedral Serv' +
      'ices'
    WordWrap = True
  end
  object website: TLabel
    Left = 144
    Top = 136
    Width = 96
    Height = 13
    Cursor = crHandPoint
    Caption = 'http://www.auia.net'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = websiteClick
  end
  object logoBevel: TBevel
    Left = 7
    Top = 7
    Width = 130
    Height = 258
  end
  object logo: TImage
    Left = 8
    Top = 8
    Width = 128
    Height = 256
  end
  object bok: TButton
    Left = 280
    Top = 240
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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