home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TFRMURLLIST1 / TFRMURLLIST1.txt
Text File  |  1997-08-26  |  2KB  |  59 lines

  1. inherited frmUrlList1: TfrmUrlList1
  2.   Left = 36
  3.   Top = 36
  4.   Caption = 'Url List'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object wwDBGrid1: TwwDBGrid [2]
  8.     Left = 0
  9.     Top = 41
  10.     Width = 588
  11.     Height = 312
  12.     Selected.Strings = (
  13.       'LName'#9'13'#9'Last Name'
  14.       'URL'#9'40'#9'URL'
  15.       'FName'#9'13'#9'First Name'
  16.       'Company'#9'20'#9'Company'
  17.       'EMail'#9'18'#9'E-Mail'
  18.       'SiteTitle'#9'30'#9'SiteTitle'
  19.       'Mark'#9'5'#9'Mark'
  20.       'CategoryA'#9'15'#9'Category 1'
  21.       'CategoryB'#9'15'#9'Category 2'
  22.       'CategoryC'#9'15'#9'Category 3'
  23.       'JobTitle'#9'15'#9'JobTitle'
  24.       'Department'#9'15'#9'Department'
  25.       'Phone1'#9'13'#9'Phone1'
  26.       'Phone2'#9'13'#9'Phone2'
  27.       'Cellular'#9'13'#9'Cellular'
  28.       'Fax'#9'13'#9'Fax'
  29.       'Address1'#9'20'#9'Address1'
  30.       'Address2'#9'20'#9'Address2'
  31.       'City'#9'13'#9'City'
  32.       'State'#9'10'#9'State'
  33.       'Zip'#9'9'#9'Zip'
  34.       'Country'#9'15'#9'Country'
  35.       'SiteDesc'#9'13'#9'Site Description'
  36.       'LastVisited'#9'10'#9'Last Visited'
  37.       'Created'#9'10'#9'Created'
  38.       'LastContact'#9'12'#9'Last Contacted'
  39.       'Comments'#9'10'#9'Comments')
  40.     TitleColor = clBtnFace
  41.     FixedCols = 0
  42.     ShowHorzScrollBar = True
  43.     Align = alClient
  44.     DataSource = frmDataModule.dsCon
  45.     TabOrder = 2
  46.     TitleAlignment = taLeftJustify
  47.     TitleFont.Color = clWindowText
  48.     TitleFont.Height = -11
  49.     TitleFont.Name = 'MS Sans Serif'
  50.     TitleFont.Style = []
  51.     TitleLines = 1
  52.     TitleButtons = False
  53.     IndicatorColor = icBlack
  54.   end
  55.   inherited wwDBGrid2: TwwDBGrid
  56.     TabOrder = 3
  57.   end
  58. end
  59.