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

📄 about.dfm

📁 ADS-B接收机DIY全套资料
💻 DFM
字号:
object Form2: TForm2
  Left = 698
  Top = 251
  Width = 449
  Height = 433
  Caption = 'About adsbScope'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 248
    Top = 368
    Width = 81
    Height = 25
    Caption = 'www.sprut.de'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 368
    Width = 81
    Height = 25
    Caption = 'close'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 16
    Width = 393
    Height = 345
    Lines.Strings = (
      'Tool to list and visualize ADS-B-data.'
      ''
      'uses data from:'
      'http://jetvision.de'
      'http://www.libhomeradar.org/download/'
      'http://www.partow.net/miscellaneous/airportdatabase/'
      'http://www.maproom.psu.edu/dcw/'
      'http://tah.openstreetmap.org/Tiles/'
      ''
      'use Components:'
      'GraphicEx from Mike Lischke'
      'ComPort   from Dejan Crnila')
    ParentColor = True
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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