object JvDBHTLabelDemoMainFrm: TJvDBHTLabelDemoMainFrm Left = 396 Top = 112 AutoScroll = False Caption = 'JvDBHTLabel Demo' ClientHeight = 330 ClientWidth = 472 Color = clBtnFace Constraints.MinHeight = 200 Constraints.MinWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object JvDBHTLabel1: TJvDBHTLabel Left = 8 Top = 14 Width = 113 Height = 27 DataSource = DataSource1 Mask = 'Filename:
Type: ' end object DBNavigator1: TDBNavigator Left = 8 Top = 292 Width = 80 Height = 19 DataSource = DataSource1 VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast] Anchors = [akLeft, akBottom] TabOrder = 0 end object memFormat: TMemo Left = 8 Top = 64 Width = 442 Height = 217 Anchors = [akLeft, akTop, akRight, akBottom] ScrollBars = ssBoth TabOrder = 1 end object Button1: TButton Left = 361 Top = 289 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Update' Default = True TabOrder = 2 OnClick = Button1Click end object DataSource1: TDataSource AutoEdit = False DataSet = JvCsvDataSet1 Left = 400 Top = 16 end object JvCsvDataSet1: TJvCsvDataSet FileName = 'TestData.csv' ReadOnly = True Changed = False CsvFieldDef = 'FILENAME:$255,SIZE:%,ATTRIBUTES:$64,TYPE:$255' CsvUniqueKeys = False ExtendedHeaderInfo = False CaseInsensitive = True SavesChanges = False AutoBackupCount = 0 StoreDefs = True Left = 368 Top = 16 end end