home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFPROJINFO / TFPROJINFO.txt
Encoding:
Text File  |  2004-06-06  |  937 b   |  44 lines

  1. object fProjInfo: TfProjInfo
  2.   Left = 345
  3.   Top = 179
  4.   Width = 484
  5.   Height = 393
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Projekt info'
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Grid: TStringGrid
  21.     Left = 0
  22.     Top = 0
  23.     Width = 476
  24.     Height = 359
  25.     Align = alClient
  26.     ColCount = 3
  27.     Ctl3D = False
  28.     DefaultRowHeight = 16
  29.     FixedCols = 0
  30.     RowCount = 20
  31.     FixedRows = 2
  32.     Options = [goFixedVertLine, goVertLine, goHorzLine, goColSizing, goRowSelect]
  33.     ParentCtl3D = False
  34.     TabOrder = 0
  35.     OnDblClick = GridDblClick
  36.     OnDrawCell = GridDrawCell
  37.     OnKeyPress = GridKeyPress
  38.     ColWidths = (
  39.       119
  40.       65
  41.       408)
  42.   end
  43. end
  44.