home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TPROJECTLST / TPROJECTLST.txt < prev   
Text File  |  2002-02-12  |  815b  |  44 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.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 333
  23.     Height = 244
  24.     Align = alClient
  25.   end
  26.   object SG: TStringGrid
  27.     Left = 0
  28.     Top = 0
  29.     Width = 333
  30.     Height = 244
  31.     Align = alClient
  32.     ColCount = 2
  33.     DefaultColWidth = 40
  34.     DefaultRowHeight = 20
  35.     RowCount = 2
  36.     TabOrder = 0
  37.     OnDblClick = SGDblClick
  38.     OnMouseDown = SGMouseDown
  39.     ColWidths = (
  40.       40
  41.       285)
  42.   end
  43. end
  44.