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

MTK

开发平台:

C++ Builder

  1. object frmIMEIDownload: TfrmIMEIDownload
  2.   Left = 217
  3.   Top = 167
  4.   Width = 597
  5.   Height = 199
  6.   Caption = 'IMEI download'
  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.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 248
  21.     Top = 56
  22.     Width = 25
  23.     Height = 13
  24.     Caption = 'IMEI '
  25.   end
  26.   object Label2: TLabel
  27.     Left = 336
  28.     Top = 56
  29.     Width = 50
  30.     Height = 13
  31.     Caption = 'Checksum'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 24
  35.     Top = 56
  36.     Width = 92
  37.     Height = 13
  38.     Caption = 'IMEI Increasement '
  39.   end
  40.   object Label4: TLabel
  41.     Left = 16
  42.     Top = 8
  43.     Width = 102
  44.     Height = 13
  45.     Caption = 'NVRAM database file'
  46.   end
  47.   object edtIMEI: TEdit
  48.     Left = 200
  49.     Top = 72
  50.     Width = 121
  51.     Height = 21
  52.     TabOrder = 0
  53.     OnExit = IMEICheck
  54.     OnKeyUp = IMEILengthCheck
  55.   end
  56.   object btnLoadFromFlash: TButton
  57.     Left = 8
  58.     Top = 112
  59.     Width = 100
  60.     Height = 25
  61.     Caption = 'Upload from flash'
  62.     TabOrder = 1
  63.     OnClick = btnLoadFromFlashClick
  64.   end
  65.   object btnDownloadToFlash: TButton
  66.     Left = 120
  67.     Top = 112
  68.     Width = 100
  69.     Height = 25
  70.     Caption = 'Download to flash'
  71.     TabOrder = 2
  72.     OnClick = btnDownloadToFlashClick
  73.   end
  74.   object btnLoadFromFile: TButton
  75.     Left = 400
  76.     Top = 112
  77.     Width = 80
  78.     Height = 25
  79.     Caption = 'Load from file'
  80.     TabOrder = 3
  81.     OnClick = btnLoadFromFileClick
  82.   end
  83.   object btnSaveToFile: TButton
  84.     Left = 496
  85.     Top = 112
  86.     Width = 80
  87.     Height = 25
  88.     Caption = 'Save to file'
  89.     TabOrder = 4
  90.     OnClick = btnSaveToFileClick
  91.   end
  92.   object lblHint: TStaticText
  93.     Left = 392
  94.     Top = 0
  95.     Width = 33
  96.     Height = 17
  97.     BorderStyle = sbsSingle
  98.     Caption = 'lblHint'
  99.     Color = clYellow
  100.     ParentColor = False
  101.     TabOrder = 5
  102.     Visible = False
  103.   end
  104.   object cbIMEIIncreasement: TComboBox
  105.     Left = 24
  106.     Top = 72
  107.     Width = 89
  108.     Height = 21
  109.     ItemHeight = 13
  110.     ItemIndex = 0
  111.     TabOrder = 6
  112.     Text = '0'
  113.     Items.Strings = (
  114.       '0'
  115.       '1'
  116.       '2'
  117.       '3'
  118.       '4'
  119.       '5'
  120.       '6'
  121.       '7'
  122.       '8'
  123.       '9')
  124.   end
  125.   object btnChangeNVRAMDatabaseFile: TButton
  126.     Left = 232
  127.     Top = 112
  128.     Width = 161
  129.     Height = 25
  130.     Caption = 'Change NVRAM Database File'
  131.     TabOrder = 7
  132.     OnClick = btnChangeNVRAMDatabaseFileClick
  133.   end
  134.   object sbIMEIDownload: TStatusBar
  135.     Left = 0
  136.     Top = 144
  137.     Width = 589
  138.     Height = 28
  139.     Panels = <
  140.       item
  141.         Width = 50
  142.       end>
  143.     SimplePanel = False
  144.   end
  145.   object stNVRAMDatabaseFile: TStaticText
  146.     Left = 8
  147.     Top = 24
  148.     Width = 576
  149.     Height = 17
  150.     AutoSize = False
  151.     BorderStyle = sbsSunken
  152.     Color = clGradientActiveCaption
  153.     ParentColor = False
  154.     TabOrder = 9
  155.   end
  156.   object cbCheckChecksum: TCheckBox
  157.     Left = 456
  158.     Top = 48
  159.     Width = 121
  160.     Height = 17
  161.     Caption = 'Check Checksum '
  162.     Checked = True
  163.     State = cbChecked
  164.     TabOrder = 10
  165.     OnClick = cbCheckChecksumClick
  166.   end
  167.   object edtChecksum: TEdit
  168.     Left = 344
  169.     Top = 72
  170.     Width = 25
  171.     Height = 21
  172.     TabOrder = 11
  173.     Text = '0'
  174.   end
  175.   object OpenDialog: TOpenDialog
  176.     DefaultExt = 'ini'
  177.     Filter = 'ini file (*.ini)|*.ini|all file (*.*)|*.*'
  178.     Title = 'Open ini file'
  179.     Left = 440
  180.     Top = 65528
  181.   end
  182.   object SaveDialog: TSaveDialog
  183.     DefaultExt = 'ini'
  184.     Filter = 'ini file (*.ini)|*.ini|all file (*.*)|*.*'
  185.     Title = 'Save to ini file'
  186.     Left = 480
  187.     Top = 65528
  188.   end
  189.   object HintTimer: TTimer
  190.     Enabled = False
  191.     OnTimer = HintTimerTimer
  192.     Left = 520
  193.     Top = 65528
  194.   end
  195. end