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

📄 jdevaboutbox.dfm

📁 一个不出名的GBA模拟器
💻 DFM
字号:
object jdevAbout: TjdevAbout
  Left = 520
  Top = 293
  BorderStyle = bsDialog
  Caption = 'About Mappy VM'
  ClientHeight = 271
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object company: TLabel
    Left = 8
    Top = 8
    Width = 144
    Height = 20
    Caption = 'Bottled Light, Inc.'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object app: TLabel
    Left = 8
    Top = 24
    Width = 347
    Height = 37
    Caption = 'Mappy Virtual Machine'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object version: TLabel
    Left = 8
    Top = 64
    Width = 153
    Height = 13
    Caption = 'Verison 1.0 (Build 9xx, release 1)'
  end
  object copyright: TLabel
    Left = 8
    Top = 80
    Width = 173
    Height = 13
    Caption = 'Copyright (C) 2001 Bottled Light, Inc.'
    WordWrap = True
  end
  object website: TLabel
    Left = 8
    Top = 96
    Width = 168
    Height = 13
    Cursor = crHandPoint
    Caption = 'http://www.bottledlight.com/mappy'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = websiteClick
  end
  object email: TLabel
    Left = 264
    Top = 96
    Width = 85
    Height = 13
    Cursor = crHandPoint
    Caption = 'michael@auia.net'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = emailClick
  end
  object birthday: TLabel
    Left = 8
    Top = 248
    Width = 166
    Height = 13
    Caption = '(Happy Birthday, now x months old)'
  end
  object bok: TButton
    Left = 280
    Top = 240
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 8
    Top = 120
    Width = 345
    Height = 113
    Color = cl3DLight
    Lines.Strings = (
      'Special Greetings to:'
      
        'Nintendo, FireFly, Eloist, Iki, Subby, Jeff, Exoticorn, Boofly, ' +
        'Benji[ID].'
      ''
      'Greetings (in alphabetical order): '
      'Ameria, Asterick, BigRedPmp, Baggers, Cabbage, DarkFader, '
      'David Welch, Dovoto, DevPsx, Duncan, DuoDreamer, Forgotten, '
      'Fenix, Gollum, ircmrd, Jarvik, Kojote, Marat, Mic, Meepmaus, '
      'NickVeli, Nokturn, re-Eject, Redah, reio-ta, Scabby, SimonB, '
      'Synchrzer, TwinD, Ujn, Vulture, Vova, Warder, Waulok, Yarin.'
      ''
      'Thanks everyone.')
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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