- object frmIMEIDownload: TfrmIMEIDownload
- Left = 217
- Top = 167
- Width = 597
- Height = 199
- Caption = 'IMEI download'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 248
- Top = 56
- Width = 25
- Height = 13
- Caption = 'IMEI '
- end
- object Label2: TLabel
- Left = 336
- Top = 56
- Width = 50
- Height = 13
- Caption = 'Checksum'
- end
- object Label3: TLabel
- Left = 24
- Top = 56
- Width = 92
- Height = 13
- Caption = 'IMEI Increasement '
- end
- object Label4: TLabel
- Left = 16
- Top = 8
- Width = 102
- Height = 13
- Caption = 'NVRAM database file'
- end
- object edtIMEI: TEdit
- Left = 200
- Top = 72
- Width = 121
- Height = 21
- TabOrder = 0
- OnExit = IMEICheck
- OnKeyUp = IMEILengthCheck
- end
- object btnLoadFromFlash: TButton
- Left = 8
- Top = 112
- Width = 100
- Height = 25
- Caption = 'Upload from flash'
- TabOrder = 1
- OnClick = btnLoadFromFlashClick
- end
- object btnDownloadToFlash: TButton
- Left = 120
- Top = 112
- Width = 100
- Height = 25
- Caption = 'Download to flash'
- TabOrder = 2
- OnClick = btnDownloadToFlashClick
- end
- object btnLoadFromFile: TButton
- Left = 400
- Top = 112
- Width = 80
- Height = 25
- Caption = 'Load from file'
- TabOrder = 3
- OnClick = btnLoadFromFileClick
- end
- object btnSaveToFile: TButton
- Left = 496
- Top = 112
- Width = 80
- Height = 25
- Caption = 'Save to file'
- TabOrder = 4
- OnClick = btnSaveToFileClick
- end
- object lblHint: TStaticText
- Left = 392
- Top = 0
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 5
- Visible = False
- end
- object cbIMEIIncreasement: TComboBox
- Left = 24
- Top = 72
- Width = 89
- Height = 21
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 6
- Text = '0'
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9')
- end
- object btnChangeNVRAMDatabaseFile: TButton
- Left = 232
- Top = 112
- Width = 161
- Height = 25
- Caption = 'Change NVRAM Database File'
- TabOrder = 7
- OnClick = btnChangeNVRAMDatabaseFileClick
- end
- object sbIMEIDownload: TStatusBar
- Left = 0
- Top = 144
- Width = 589
- Height = 28
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object stNVRAMDatabaseFile: TStaticText
- Left = 8
- Top = 24
- Width = 576
- Height = 17
- AutoSize = False
- BorderStyle = sbsSunken
- Color = clGradientActiveCaption
- ParentColor = False
- TabOrder = 9
- end
- object cbCheckChecksum: TCheckBox
- Left = 456
- Top = 48
- Width = 121
- Height = 17
- Caption = 'Check Checksum '
- Checked = True
- State = cbChecked
- TabOrder = 10
- OnClick = cbCheckChecksumClick
- end
- object edtChecksum: TEdit
- Left = 344
- Top = 72
- Width = 25
- Height = 21
- TabOrder = 11
- Text = '0'
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter = 'ini file (*.ini)|*.ini|all file (*.*)|*.*'
- Title = 'Open ini file'
- Left = 440
- Top = 65528
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter = 'ini file (*.ini)|*.ini|all file (*.*)|*.*'
- Title = 'Save to ini file'
- Left = 480
- Top = 65528
- end
- object HintTimer: TTimer
- Enabled = False
- OnTimer = HintTimerTimer
- Left = 520
- Top = 65528
- end
- end