home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / dbtools.pak / DBBROWSE.DFM / DBBROWSE.txt
Encoding:
Text File  |  1995-08-24  |  2.8 KB  |  124 lines

  1. object DbBrowseForm: TDbBrowseForm
  2.   Left = 222
  3.   Top = 150
  4.   Width = 316
  5.   Height = 317
  6.   Caption = 'Browse Database'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   TextHeight = 16
  18.   object DbOutline: TOutline
  19.     Left = 0
  20.     Top = 0
  21.     Width = 308
  22.     Height = 290
  23.     OutlineStyle = osTreeText
  24.     OnExpand = DbOutlineExpand
  25.     ItemHeight = 16
  26.     Align = alClient
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     TabOrder = 0
  32.     BorderStyle = bsNone
  33.     ItemSeparator = '.'
  34.     ParentFont = False
  35.   end
  36.   object DbTables: TTableList
  37.     ExtendedInfo = True
  38.     SystemTables = True
  39.     Left = 8
  40.     Top = 8
  41.     object DbTablesNAME: TStringField
  42.       DisplayLabel = 'Name'
  43.       DisplayWidth = 24
  44.       FieldName = 'NAME'
  45.       Size = 127
  46.     end
  47.     object DbTablesEXTENSION: TStringField
  48.       DisplayLabel = 'Ext'
  49.       DisplayWidth = 4
  50.       FieldName = 'EXTENSION'
  51.       Size = 3
  52.     end
  53.     object DbTablesVIEW: TBooleanField
  54.       DisplayLabel = 'View?'
  55.       DisplayWidth = 5
  56.       FieldName = 'VIEW'
  57.       DisplayValues = 'View'
  58.     end
  59.     object DbTablesDATE: TDateField
  60.       DisplayLabel = 'Date'
  61.       DisplayWidth = 8
  62.       FieldName = 'DATE'
  63.       DisplayFormat = 'mm/dd/yyyy'
  64.     end
  65.     object DbTablesTIME: TTimeField
  66.       DisplayLabel = 'Time'
  67.       DisplayWidth = 11
  68.       FieldName = 'TIME'
  69.       DisplayFormat = 'hh:mm:ss AM/PM'
  70.     end
  71.   end
  72.   object TableFields: TFieldList
  73.     Left = 40
  74.     Top = 8
  75.     object TableFieldsNAME: TStringField
  76.       DisplayLabel = 'Name'
  77.       DisplayWidth = 20
  78.       FieldName = 'NAME'
  79.       Size = 31
  80.     end
  81.     object TableFieldsTYPE: TWordField
  82.       DisplayLabel = 'Type'
  83.       DisplayWidth = 5
  84.       FieldName = 'TYPE'
  85.     end
  86.     object TableFieldsSUBTYPE: TWordField
  87.       DisplayLabel = 'Subtype'
  88.       DisplayWidth = 7
  89.       FieldName = 'SUBTYPE'
  90.     end
  91.     object TableFieldsUNITS1: TWordField
  92.       DisplayLabel = 'Units1'
  93.       DisplayWidth = 6
  94.       FieldName = 'UNITS1'
  95.     end
  96.     object TableFieldsUNITS2: TWordField
  97.       DisplayLabel = 'Units2'
  98.       DisplayWidth = 5
  99.       FieldName = 'UNITS2'
  100.     end
  101.     object TableFieldsLENGTH: TWordField
  102.       DisplayLabel = 'Length'
  103.       DisplayWidth = 6
  104.       FieldName = 'LENGTH'
  105.     end
  106.   end
  107.   object TableIndices: TIndexList
  108.     Left = 72
  109.     Top = 8
  110.     object TableIndicesNAME: TStringField
  111.       DisplayLabel = 'Name'
  112.       DisplayWidth = 18
  113.       FieldName = 'NAME'
  114.       Size = 127
  115.     end
  116.     object TableIndicesUNIQUE: TBooleanField
  117.       DisplayLabel = 'Unique?'
  118.       DisplayWidth = 7
  119.       FieldName = 'UNIQUE'
  120.       DisplayValues = 'Unique'
  121.     end
  122.   end
  123. end
  124.