- object frmBarcodeDownload: TfrmBarcodeDownload
- Left = 226
- Top = 171
- Width = 596
- Height = 196
- Caption = 'Barcode download'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 328
- Top = 56
- Width = 40
- Height = 13
- Caption = 'Barcode'
- end
- object Label4: TLabel
- Left = 8
- Top = 8
- Width = 102
- Height = 13
- Caption = 'NVRAM database file'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 106
- Height = 13
- Caption = 'Barcode increasement'
- end
- object edtBarcode: TEdit
- Left = 144
- Top = 72
- Width = 433
- Height = 21
- TabOrder = 0
- OnExit = BarcodeCheck
- end
- object btnLoadFromFlash: TButton
- Left = 8
- Top = 112
- Width = 97
- Height = 25
- Caption = 'Load from flash'
- TabOrder = 1
- OnClick = btnLoadFromFlashClick
- end
- object btnSaveToFlash: TButton
- Left = 120
- Top = 112
- Width = 97
- Height = 25
- Caption = 'Download to flash'
- TabOrder = 2
- OnClick = btnSaveToFlashClick
- end
- object btnLoadFromFile: TButton
- Left = 408
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Load from file'
- TabOrder = 3
- OnClick = btnLoadFromFileClick
- end
- object btnSaveToFile: TButton
- Left = 496
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Save to file'
- TabOrder = 4
- OnClick = btnSaveToFileClick
- end
- object lblHint: TStaticText
- Left = 552
- Top = 6
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 5
- Visible = False
- end
- object sbBarcode: TStatusBar
- Left = 0
- Top = 142
- Width = 588
- Height = 27
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object btnChangeNVRAMDatabaseFile: TButton
- Left = 232
- Top = 112
- Width = 161
- Height = 25
- Caption = 'Change NVRAM Database File'
- TabOrder = 7
- OnClick = btnChangeNVRAMDatabaseFileClick
- end
- object stNVRAMDatabaseFile: TStaticText
- Left = 8
- Top = 24
- Width = 569
- Height = 17
- AutoSize = False
- BorderStyle = sbsSunken
- Color = clGradientActiveCaption
- ParentColor = False
- TabOrder = 8
- end
- object cbBarcodeIncreasement: TComboBox
- Left = 8
- Top = 72
- Width = 105
- Height = 21
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 9
- Text = '0'
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9')
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter = 'Ini file (*.ini)|*.ini|All file (*.*)|*.*'
- Title = 'Open ini file'
- Left = 552
- Top = 40
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter = 'ini file (*.ini)|*.ini|all file (*.*)|*.*'
- Title = 'Save to ini file'
- Left = 552
- Top = 80
- end
- object HintTimer: TTimer
- Enabled = False
- OnTimer = HintTimerTimer
- Left = 552
- Top = 120
- end
- end