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

📄 thanks.dfm

📁 IDE开发环境
💻 DFM
字号:
object ThanksForm: TThanksForm
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Thanks!'
  ClientHeight = 244
  ClientWidth = 389
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ScrollingCredits1: TScrollingCredits
    Left = -1
    Top = -1
    Width = 385
    Height = 241
    Credits.Strings = (
      '&bThanks to...'
      ''
      '&b&c255,255,0;Programmers:'
      'Brian C. Becker'
      'Jared Ingersol'
      'Taj Morton'
      ''
      '&b&c255,255,0;Component Writers:'
      'Maxime Collomb for DosCommand.'
      'Nathan Lewis for CodeSense.'
      'Alex A. Denisov for the TBX package.'
      'Karl-Otto Rosenqvist for the Run Time Designer.'
      'Jordan Russell for the ToolBar 2000 package.'
      'Raoul Snyman for the BrowseDialog and the'
      'ScrollingCredits control (this one!).'
      ''
      '&b&c255,255,0;Miscellaneous Thanks:'
      'Our Alpha Testers'
      'Our wonderful Debuggers'
      'Everyone in the Delphi groups'
      ''
      '&b&c255,255,0;Thank you everyone for your great help!'
      ''
      '&uhttp://basic-ide.sourceforge.net')
    CreditsFont.Charset = DEFAULT_CHARSET
    CreditsFont.Color = clWhite
    CreditsFont.Height = -11
    CreditsFont.Name = 'Tahoma'
    CreditsFont.Style = []
    BackgroundColor = clBlack
    BorderColor = clWhite
    Animate = True
    Interval = 100
    ShowBorder = True
  end
  object Button1: TButton
    Left = 312
    Top = 4
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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