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

📄 unit1.dfm

📁 ADS-B接收机DIY全套资料
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      object Southamerica1: TMenuItem
        Caption = 'Southamerica'
        OnClick = Southamerica1Click
      end
      object removeallMaps1: TMenuItem
        Caption = 'remove all Maps'
        OnClick = removeallMaps1Click
      end
      object TMenuItem
      end
      object OSMmap1: TMenuItem
        Caption = 'OSM map'
        OnClick = OSMmap1Click
      end
    end
    object Config1: TMenuItem
      Caption = 'Config'
      GroupIndex = 1
      object RangeCircles2: TMenuItem
        Caption = 'Range Rings'
        object N50NM1: TMenuItem
          Caption = '50 NM'
          GroupIndex = 2
          RadioItem = True
          OnClick = N50NM1Click
        end
        object N50km1: TMenuItem
          Caption = '50 km'
          Checked = True
          GroupIndex = 2
          RadioItem = True
          OnClick = N50km1Click
        end
        object N5005ftaltitude1: TMenuItem
          Caption = '5000 ft altitude'
          GroupIndex = 2
          RadioItem = True
          OnClick = N5005ftaltitude1Click
        end
      end
      object AirportNames2: TMenuItem
        Caption = 'Airport Names'
        object normal2: TMenuItem
          Caption = 'normal'
          GroupIndex = 1
          RadioItem = True
          OnClick = normal2Click
        end
        object ICAO2: TMenuItem
          Caption = 'ICAO'
          GroupIndex = 1
          RadioItem = True
          OnClick = ICAO2Click
        end
        object IATA2: TMenuItem
          Caption = 'IATA'
          Checked = True
          GroupIndex = 1
          RadioItem = True
          OnClick = IATA2Click
        end
        object none2: TMenuItem
          Caption = 'none'
          GroupIndex = 1
          RadioItem = True
          OnClick = none2Click
        end
      end
      object dropAircraft1: TMenuItem
        Caption = 'drop Aircraft'
        object after20s1: TMenuItem
          Caption = 'after 20 s'
          GroupIndex = 3
          RadioItem = True
          OnClick = after20s1Click
        end
        object after1min1: TMenuItem
          Caption = 'after 1 min'
          GroupIndex = 3
          RadioItem = True
          OnClick = after1min1Click
        end
        object after5min1: TMenuItem
          Caption = 'after 5 min'
          Checked = True
          GroupIndex = 3
          RadioItem = True
          OnClick = after5min1Click
        end
        object after30min1: TMenuItem
          Caption = 'after 30 min'
          GroupIndex = 3
          RadioItem = True
          OnClick = after30min1Click
        end
        object after1hour1: TMenuItem
          Caption = 'after 1 hour'
          GroupIndex = 3
          RadioItem = True
          OnClick = after1hour1Click
        end
        object never1: TMenuItem
          Caption = 'after 10 houres'
          GroupIndex = 3
          RadioItem = True
          OnClick = never1Click
        end
      end
      object Aircrafttrack1: TMenuItem
        Caption = 'Aircraft track'
        object showpredictedposition1: TMenuItem
          Caption = 'show predicted position'
          Checked = True
          OnClick = showpredictedposition1Click
        end
        object colorbyaltitude1: TMenuItem
          Caption = 'color by altitude'
          OnClick = colorbyaltitude1Click
        end
      end
      object Coordinates1: TMenuItem
        Caption = 'Coordinates'
        object N5112341: TMenuItem
          Caption = '51,1234'
          Checked = True
          GroupIndex = 5
          RadioItem = True
          OnClick = N5112341Click
        end
        object N5111221: TMenuItem
          Caption = '51:11'#39'22'#39#39
          GroupIndex = 5
          RadioItem = True
          OnClick = N5111221Click
        end
        object N5111222: TMenuItem
          Caption = '51:11,22'#39
          GroupIndex = 5
          RadioItem = True
          OnClick = N5111222Click
        end
      end
      object showReply1: TMenuItem
        Caption = 'show Reply'
        object all1: TMenuItem
          Caption = 'all'
          Checked = True
          GroupIndex = 7
          RadioItem = True
          OnClick = all1Click
        end
        object N11: TMenuItem
          Caption = '0'
          GroupIndex = 7
          RadioItem = True
          OnClick = N11Click
        end
        object N12: TMenuItem
          Caption = '1'
          GroupIndex = 7
          RadioItem = True
          OnClick = N12Click
        end
        object N21: TMenuItem
          Caption = '2'
          GroupIndex = 7
          RadioItem = True
          OnClick = N21Click
        end
        object N31: TMenuItem
          Caption = '3'
          GroupIndex = 7
          RadioItem = True
          OnClick = N31Click
        end
        object N41: TMenuItem
          Caption = '4'
          GroupIndex = 7
          RadioItem = True
          OnClick = N41Click
        end
      end
    end
    object goto1: TMenuItem
      Caption = 'other'
      GroupIndex = 1
      object N001: TMenuItem
        Caption = 'goto 0/0'
        OnClick = N001Click
      end
      object cleanuposm1: TMenuItem
        Caption = 'cleanup osm'
        OnClick = cleanuposm1Click
      end
      object about1: TMenuItem
        Caption = 'About'
        OnClick = about1Click
      end
      object Internet1: TMenuItem
        Caption = 'Internet'
        object sprut1: TMenuItem
          Caption = 'sprut'
          OnClick = sprut1Click
        end
        object Airframesorg1: TMenuItem
          Caption = 'Airframes.org'
          OnClick = Airframesorg1Click
        end
      end
    end
    object adsbPIC1: TMenuItem
      Caption = 'adsbPIC'
      GroupIndex = 1
      object Urefoffset1: TMenuItem
        Caption = 'Uref-offset'
        object N40mV1: TMenuItem
          Caption = '40 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N40mV1Click
        end
        object N60mV1: TMenuItem
          Caption = '60 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N60mV1Click
        end
        object N80mV1: TMenuItem
          Caption = '80 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N80mV1Click
        end
        object N100mV1: TMenuItem
          Caption = '100 mV'
          Checked = True
          GroupIndex = 6
          RadioItem = True
          OnClick = N100mV1Click
        end
        object N120mV1: TMenuItem
          Caption = '120 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N120mV1Click
        end
        object N140mV1: TMenuItem
          Caption = '140 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N140mV1Click
        end
        object N160mV1: TMenuItem
          Caption = '160 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N160mV1Click
        end
        object N180mV1: TMenuItem
          Caption = '180 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N180mV1Click
        end
        object N200mV1: TMenuItem
          Caption = '200 mV'
          GroupIndex = 6
          RadioItem = True
          OnClick = N200mV1Click
        end
        object off1: TMenuItem
          Caption = 'off'
          GroupIndex = 6
          RadioItem = True
          OnClick = off1Click
        end
      end
      object TestPWM51: TMenuItem
        Caption = 'Test PWM 5%'
        OnClick = TestPWM51Click
      end
      object TestPWM501: TMenuItem
        Caption = 'Test PWM 50%'
        OnClick = TestPWM501Click
      end
      object Reset1: TMenuItem
        Caption = 'Reset'
        OnClick = Reset1Click
      end
      object activateBootloader1: TMenuItem
        Caption = 'activate Bootloader'
        OnClick = activateBootloader1Click
      end
    end
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 1016
  end

⌨️ 快捷键说明

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