- object frmDatabaseChange: TfrmDatabaseChange
- Left = 104
- Top = 164
- Width = 847
- Height = 552
- Caption = 'Database chagne'
- 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 = 144
- Top = 56
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 56
- Top = 40
- Width = 52
- Height = 13
- Caption = 'Number of '
- end
- object Label3: TLabel
- Left = 128
- Top = 72
- Width = 3
- Height = 13
- Color = clDefault
- ParentColor = False
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 833
- Height = 521
- ActivePage = TabSheet1
- TabIndex = 0
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Database change'
- object Label4: TLabel
- Left = 72
- Top = 368
- Width = 110
- Height = 13
- Caption = 'Num of new added LID'
- end
- object Label5: TLabel
- Left = 360
- Top = 368
- Width = 96
- Height = 13
- Caption = 'Num of modified LID'
- end
- object Label6: TLabel
- Left = 640
- Top = 368
- Width = 92
- Height = 13
- Caption = 'Num of deleted LID'
- end
- object Label7: TLabel
- Left = 224
- Top = 8
- Width = 73
- Height = 13
- Caption = 'FAT free space'
- end
- object Label8: TLabel
- Left = 72
- Top = 72
- Width = 75
- Height = 13
- Caption = 'New added LID'
- end
- object Label9: TLabel
- Left = 376
- Top = 72
- Width = 60
- Height = 13
- Caption = 'Modified LID'
- end
- object Label10: TLabel
- Left = 656
- Top = 72
- Width = 57
- Height = 13
- Caption = 'Deleted LID'
- end
- object Label11: TLabel
- Left = 72
- Top = 8
- Width = 60
- Height = 13
- Caption = 'NVRAM size'
- end
- object Label12: TLabel
- Left = 408
- Top = 8
- Width = 47
- Height = 13
- Caption = 'Overhead'
- end
- object Label13: TLabel
- Left = 536
- Top = 8
- Width = 132
- Height = 13
- Caption = 'New database NVRAM size'
- end
- object stNumOfNewAddedLID: TStaticText
- Left = 72
- Top = 384
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 0
- end
- object stNumOfModifiedLID: TStaticText
- Left = 352
- Top = 384
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 1
- end
- object stNumOfDeletedLID: TStaticText
- Left = 632
- Top = 384
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 2
- end
- object stFATFreeSpace: TStaticText
- Left = 208
- Top = 24
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 3
- end
- object lbNewAddedLID: TListBox
- Left = 8
- Top = 88
- Width = 265
- Height = 273
- ItemHeight = 13
- TabOrder = 4
- end
- object lbModifiedLID: TListBox
- Left = 280
- Top = 88
- Width = 265
- Height = 273
- ItemHeight = 13
- TabOrder = 5
- end
- object lbDeletedLID: TListBox
- Left = 552
- Top = 88
- Width = 265
- Height = 273
- ItemHeight = 13
- TabOrder = 6
- end
- object stNVRAMSize: TStaticText
- Left = 48
- Top = 24
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 7
- end
- object stOverhead: TStaticText
- Left = 376
- Top = 24
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 8
- end
- object stNewDatabaseNVRAMSize: TStaticText
- Left = 544
- Top = 24
- Width = 105
- Height = 25
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clBtnHighlight
- ParentColor = False
- TabOrder = 9
- end
- object btnDisableForceUpgrade: TButton
- Left = 64
- Top = 424
- Width = 121
- Height = 25
- Caption = 'Disable force upgrade'
- TabOrder = 10
- OnClick = btnDisableForceUpgradeClick
- end
- object btnEnableForceUpgrade: TButton
- Left = 616
- Top = 424
- Width = 121
- Height = 25
- Caption = 'Enable force upgrade'
- TabOrder = 11
- OnClick = btnEnableForceUpgradeClick
- end
- object btnGetFATFreeSpace: TButton
- Left = 424
- Top = 424
- Width = 121
- Height = 25
- Caption = 'Get FAT free space'
- TabOrder = 12
- OnClick = btnGetFATFreeSpaceClick
- end
- object sbDBChange: TStatusBar
- Left = 0
- Top = 464
- Width = 825
- Height = 29
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- end
- end
- object btnCompareDatabase: TButton
- Left = 248
- Top = 448
- Width = 121
- Height = 25
- Caption = 'Compare database'
- TabOrder = 1
- OnClick = btnCompareDatabaseClick
- end
- object OpenDialog: TOpenDialog
- Title = 'Open NVRAM database file'
- Left = 344
- end
- end