- object frmGetVersion: TfrmGetVersion
- Left = 173
- Top = 167
- Width = 701
- Height = 203
- Caption = 'Get version'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 64
- Top = 56
- Width = 79
- Height = 13
- Caption = 'Software version'
- end
- object Label2: TLabel
- Left = 296
- Top = 56
- Width = 83
- Height = 13
- Caption = 'Hardware version'
- end
- object Label3: TLabel
- Left = 536
- Top = 56
- Width = 71
- Height = 13
- Caption = 'Melody version'
- end
- object Label4: TLabel
- Left = 32
- Top = 8
- Width = 109
- Height = 13
- Caption = 'BaseBand chip version'
- end
- object Label5: TLabel
- Left = 224
- Top = 8
- Width = 59
- Height = 13
- Caption = 'ECO version'
- end
- object Label6: TLabel
- Left = 376
- Top = 8
- Width = 101
- Height = 13
- Caption = 'DSP firmware version'
- end
- object Label7: TLabel
- Left = 560
- Top = 8
- Width = 89
- Height = 13
- Caption = 'DSP patch version'
- end
- object stSWVersion: TStaticText
- Left = 8
- Top = 72
- Width = 209
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 0
- end
- object stHWVersion: TStaticText
- Left = 240
- Top = 72
- Width = 209
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 1
- end
- object btnGetTargetVersion: TButton
- Left = 128
- Top = 112
- Width = 113
- Height = 25
- Caption = 'Get target version'
- TabOrder = 2
- OnClick = btnGetTargetVersionClick
- end
- object stMelodyVersion: TStaticText
- Left = 472
- Top = 72
- Width = 209
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 3
- end
- object stBBChipVersion: TStaticText
- Left = 8
- Top = 24
- Width = 153
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 4
- end
- object stECOVersion: TStaticText
- Left = 181
- Top = 24
- Width = 153
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 5
- end
- object stDSPFirmwareVersion: TStaticText
- Left = 354
- Top = 24
- Width = 153
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 6
- end
- object stDSPPatchVersion: TStaticText
- Left = 528
- Top = 24
- Width = 153
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 7
- end
- object btnLoadFromFile: TButton
- Left = 288
- Top = 112
- Width = 80
- Height = 25
- Caption = 'Load from file'
- TabOrder = 8
- OnClick = btnLoadFromFileClick
- end
- object btnSaveToFile: TButton
- Left = 416
- Top = 112
- Width = 80
- Height = 25
- Caption = 'Save to file'
- TabOrder = 9
- OnClick = btnSaveToFileClick
- end
- object sbVersion: TStatusBar
- Left = 0
- Top = 144
- Width = 693
- Height = 32
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter = 'Ini file (*.ini)|*.ini|All files (*.*)|*.*'
- Title = 'Open ini file'
- Left = 16
- Top = 152
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter = 'Ini file (*.ini)|*.ini|All files (*.*)|*.*'
- Title = 'Save ini file'
- Left = 64
- Top = 152
- end
- end