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

📄 display.dfm

📁 基于USB接口的GPS应用程序
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Width = 150
        end
        item
          Alignment = taRightJustify
          Width = 50
        end>
      SimplePanel = False
    end
    object Panel2: TPanel
      Left = 3
      Top = 336
      Width = 865
      Height = 113
      BevelInner = bvRaised
      BevelOuter = bvLowered
      Caption = ' '
      TabOrder = 4
      object NEDPosGroupBox: TGroupBox
        Left = 8
        Top = 8
        Width = 415
        Height = 45
        Caption = 'N.E.D. position'
        TabOrder = 0
        object Label7: TLabel
          Left = 8
          Top = 16
          Width = 24
          Height = 16
          Caption = 'Lat :'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label8: TLabel
          Left = 134
          Top = 16
          Width = 36
          Height = 16
          Caption = 'Long :'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label9: TLabel
          Left = 273
          Top = 16
          Width = 34
          Height = 16
          Caption = 'High :'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object NED_P_LatEdit: TEdit
          Left = 34
          Top = 16
          Width = 95
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object NED_P_LongEdit: TEdit
          Left = 174
          Top = 16
          Width = 95
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
        object NED_P_HighEdit: TEdit
          Left = 310
          Top = 16
          Width = 95
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
        end
      end
      object ECEFPosGroupBox: TGroupBox
        Left = 440
        Top = 8
        Width = 415
        Height = 45
        Caption = 'ECEF position'
        TabOrder = 1
        object Label10: TLabel
          Left = 8
          Top = 16
          Width = 11
          Height = 16
          Caption = 'X:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label11: TLabel
          Left = 150
          Top = 16
          Width = 12
          Height = 16
          Caption = 'Y:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label12: TLabel
          Left = 286
          Top = 16
          Width = 11
          Height = 16
          Caption = 'Z:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object ECEF_P_XEdit: TEdit
          Left = 26
          Top = 16
          Width = 100
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object ECEF_P_YEdit: TEdit
          Left = 174
          Top = 16
          Width = 100
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
        object ECEF_P_ZEdit: TEdit
          Left = 302
          Top = 16
          Width = 100
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
        end
      end
      object NEDVelGroupBox: TGroupBox
        Left = 8
        Top = 60
        Width = 415
        Height = 45
        Caption = 'Misc Infos'
        TabOrder = 2
        object Label13: TLabel
          Left = 8
          Top = 16
          Width = 42
          Height = 16
          Caption = 'GDOP:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label14: TLabel
          Left = 270
          Top = 16
          Width = 62
          Height = 16
          Caption = 'CLK offset:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label15: TLabel
          Left = 129
          Top = 16
          Width = 44
          Height = 16
          Caption = 'PDOP :'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object GDOP_Edit: TEdit
          Left = 56
          Top = 16
          Width = 65
          Height = 21
          TabOrder = 0
        end
        object CLK_OFF_Edit: TEdit
          Left = 336
          Top = 16
          Width = 69
          Height = 21
          TabOrder = 1
        end
        object VDOP_Edit: TEdit
          Left = 184
          Top = 16
          Width = 73
          Height = 21
          TabOrder = 2
        end
      end
      object ECEFVelGroupBox: TGroupBox
        Left = 440
        Top = 60
        Width = 415
        Height = 45
        Caption = 'ECEF velocity'
        TabOrder = 3
        object Label16: TLabel
          Left = 8
          Top = 16
          Width = 11
          Height = 16
          Caption = 'X:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label17: TLabel
          Left = 150
          Top = 16
          Width = 12
          Height = 16
          Caption = 'Y:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label18: TLabel
          Left = 286
          Top = 16
          Width = 11
          Height = 16
          Caption = 'Z:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object ECEF_V_XEdit: TEdit
          Left = 26
          Top = 16
          Width = 100
          Height = 21
          TabOrder = 0
        end
        object ECEF_V_YEdit: TEdit
          Left = 174
          Top = 16
          Width = 100
          Height = 21
          TabOrder = 1
        end
        object ECEF_V_ZEdit: TEdit
          Left = 302
          Top = 16
          Width = 100
          Height = 21
          TabOrder = 2
        end
      end
    end
    object Panel3: TPanel
      Left = 336
      Top = 470
      Width = 521
      Height = 51
      BevelInner = bvRaised
      BevelOuter = bvLowered
      Color = clInfoBk
      TabOrder = 5
      object Label5: TLabel
        Left = 16
        Top = 8
        Width = 474
        Height = 13
        Caption = 
          'Note: This software GPS receiver is for educational purpose ONLY' +
          '; it is not suitable for situation with '
        Color = clInfoBk
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object Label6: TLabel
        Left = 16
        Top = 24
        Width = 493
        Height = 13
        Caption = 
          'critical navigation requirement. Due to hardware limit, it may g' +
          'ive out wrong information of user'#39's location. '
        Color = clInfoBk
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
    end
  end
end

⌨️ 快捷键说明

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