home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / PARSHEAD.DFM / PARSHEAD.txt
Text File  |  1997-02-14  |  1KB  |  56 lines

  1. object ParseHeaders: TParseHeaders
  2.   Left = 395
  3.   Top = 179
  4.   BorderStyle = bsDialog
  5.   Caption = 'Headers To Parse'
  6.   ClientHeight = 360
  7.   ClientWidth = 243
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DBGrid1: TDBGrid
  16.     Left = 0
  17.     Top = 0
  18.     Width = 239
  19.     Height = 329
  20.     Columns = <
  21.       item
  22.         FieldName = 'HeaderName'
  23.         Width = 169
  24.       end
  25.       item
  26.         FieldName = 'Parse'
  27.       end>
  28.     DataSource = DataSource1
  29.     TabOrder = 0
  30.     TitleFont.Charset = DEFAULT_CHARSET
  31.     TitleFont.Color = clWindowText
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'MS Sans Serif'
  34.     TitleFont.Style = []
  35.   end
  36.   object DBNavigator1: TDBNavigator
  37.     Left = 0
  38.     Top = 332
  39.     Width = 240
  40.     Height = 25
  41.     DataSource = DataSource1
  42.     TabOrder = 1
  43.   end
  44.   object HeadersToParseTab: TTable
  45.     DatabaseName = 'ClassOrgDB'
  46.     TableName = 'HDRPARSE.DB'
  47.     Left = 332
  48.     Top = 200
  49.   end
  50.   object DataSource1: TDataSource
  51.     DataSet = HeadersToParseTab
  52.     Left = 368
  53.     Top = 200
  54.   end
  55. end
  56.