home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TPROJECTLST / TPROJECTLST.txt
Text File  |  2001-12-03  |  784b  |  43 lines

  1. object ProjectLst: TProjectLst
  2.   Left = 301
  3.   Top = 163
  4.   Width = 341
  5.   Height = 271
  6.   Caption = 'ProjectLst'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 333
  22.     Height = 244
  23.     Align = alClient
  24.   end
  25.   object SG: TStringGrid
  26.     Left = 0
  27.     Top = 0
  28.     Width = 333
  29.     Height = 244
  30.     Align = alClient
  31.     ColCount = 2
  32.     DefaultColWidth = 40
  33.     DefaultRowHeight = 20
  34.     RowCount = 2
  35.     TabOrder = 0
  36.     OnDblClick = SGDblClick
  37.     OnMouseDown = SGMouseDown
  38.     ColWidths = (
  39.       40
  40.       285)
  41.   end
  42. end
  43.