form_GetVersion.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:4k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmGetVersion: TfrmGetVersion
  2.   Left = 173
  3.   Top = 167
  4.   Width = 701
  5.   Height = 203
  6.   Caption = 'Get version'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 64
  18.     Top = 56
  19.     Width = 79
  20.     Height = 13
  21.     Caption = 'Software version'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 296
  25.     Top = 56
  26.     Width = 83
  27.     Height = 13
  28.     Caption = 'Hardware version'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 536
  32.     Top = 56
  33.     Width = 71
  34.     Height = 13
  35.     Caption = 'Melody version'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 32
  39.     Top = 8
  40.     Width = 109
  41.     Height = 13
  42.     Caption = 'BaseBand chip version'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 224
  46.     Top = 8
  47.     Width = 59
  48.     Height = 13
  49.     Caption = 'ECO version'
  50.   end
  51.   object Label6: TLabel
  52.     Left = 376
  53.     Top = 8
  54.     Width = 101
  55.     Height = 13
  56.     Caption = 'DSP firmware version'
  57.   end
  58.   object Label7: TLabel
  59.     Left = 560
  60.     Top = 8
  61.     Width = 89
  62.     Height = 13
  63.     Caption = 'DSP patch version'
  64.   end
  65.   object stSWVersion: TStaticText
  66.     Left = 8
  67.     Top = 72
  68.     Width = 209
  69.     Height = 25
  70.     AutoSize = False
  71.     BorderStyle = sbsSingle
  72.     Color = clBtnHighlight
  73.     ParentColor = False
  74.     TabOrder = 0
  75.   end
  76.   object stHWVersion: TStaticText
  77.     Left = 240
  78.     Top = 72
  79.     Width = 209
  80.     Height = 25
  81.     AutoSize = False
  82.     BorderStyle = sbsSingle
  83.     Color = clBtnHighlight
  84.     ParentColor = False
  85.     TabOrder = 1
  86.   end
  87.   object btnGetTargetVersion: TButton
  88.     Left = 128
  89.     Top = 112
  90.     Width = 113
  91.     Height = 25
  92.     Caption = 'Get target version'
  93.     TabOrder = 2
  94.     OnClick = btnGetTargetVersionClick
  95.   end
  96.   object stMelodyVersion: TStaticText
  97.     Left = 472
  98.     Top = 72
  99.     Width = 209
  100.     Height = 25
  101.     AutoSize = False
  102.     BorderStyle = sbsSingle
  103.     Color = clBtnHighlight
  104.     ParentColor = False
  105.     TabOrder = 3
  106.   end
  107.   object stBBChipVersion: TStaticText
  108.     Left = 8
  109.     Top = 24
  110.     Width = 153
  111.     Height = 25
  112.     AutoSize = False
  113.     BorderStyle = sbsSingle
  114.     Color = clBtnHighlight
  115.     ParentColor = False
  116.     TabOrder = 4
  117.   end
  118.   object stECOVersion: TStaticText
  119.     Left = 181
  120.     Top = 24
  121.     Width = 153
  122.     Height = 25
  123.     AutoSize = False
  124.     BorderStyle = sbsSingle
  125.     Color = clBtnHighlight
  126.     ParentColor = False
  127.     TabOrder = 5
  128.   end
  129.   object stDSPFirmwareVersion: TStaticText
  130.     Left = 354
  131.     Top = 24
  132.     Width = 153
  133.     Height = 25
  134.     AutoSize = False
  135.     BorderStyle = sbsSingle
  136.     Color = clBtnHighlight
  137.     ParentColor = False
  138.     TabOrder = 6
  139.   end
  140.   object stDSPPatchVersion: TStaticText
  141.     Left = 528
  142.     Top = 24
  143.     Width = 153
  144.     Height = 25
  145.     AutoSize = False
  146.     BorderStyle = sbsSingle
  147.     Color = clBtnHighlight
  148.     ParentColor = False
  149.     TabOrder = 7
  150.   end
  151.   object btnLoadFromFile: TButton
  152.     Left = 288
  153.     Top = 112
  154.     Width = 80
  155.     Height = 25
  156.     Caption = 'Load from file'
  157.     TabOrder = 8
  158.     OnClick = btnLoadFromFileClick
  159.   end
  160.   object btnSaveToFile: TButton
  161.     Left = 416
  162.     Top = 112
  163.     Width = 80
  164.     Height = 25
  165.     Caption = 'Save to file'
  166.     TabOrder = 9
  167.     OnClick = btnSaveToFileClick
  168.   end
  169.   object sbVersion: TStatusBar
  170.     Left = 0
  171.     Top = 144
  172.     Width = 693
  173.     Height = 32
  174.     Panels = <
  175.       item
  176.         Width = 50
  177.       end>
  178.     SimplePanel = False
  179.   end
  180.   object OpenDialog: TOpenDialog
  181.     DefaultExt = 'ini'
  182.     Filter = 'Ini file (*.ini)|*.ini|All files (*.*)|*.*'
  183.     Title = 'Open ini file'
  184.     Left = 16
  185.     Top = 152
  186.   end
  187.   object SaveDialog: TSaveDialog
  188.     DefaultExt = 'ini'
  189.     Filter = 'Ini file (*.ini)|*.ini|All files (*.*)|*.*'
  190.     Title = 'Save ini file'
  191.     Left = 64
  192.     Top = 152
  193.   end
  194. end