home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  2003-04-14  |  1002 b   |  44 lines

  1. object Form4: TForm4
  2.   Left = 381
  3.   Top = 471
  4.   Width = 475
  5.   Height = 290
  6.   Caption = 'Form4'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Grid: TStringGrid
  18.     Left = 0
  19.     Top = 0
  20.     Width = 467
  21.     Height = 263
  22.     Align = alClient
  23.     ColCount = 2
  24.     DefaultRowHeight = 20
  25.     DragKind = dkDock
  26.     FixedCols = 0
  27.     RowCount = 2
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     GridLineWidth = 0
  34.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goRowMoving, goColMoving]
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     OnClick = GridClick
  38.     OnDrawCell = GridDrawCell
  39.     ColWidths = (
  40.       19
  41.       443)
  42.   end
  43. end
  44.