home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Jeux / HangmDL / HangmDL.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-03-21  |  1KB  |  56 lines

  1. object Form3: TForm3
  2.   Left = 323
  3.   Top = 71
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 251
  7.   ClientWidth = 317
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormCreate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object StringGrid1: TStringGrid
  19.     Left = 10
  20.     Top = 8
  21.     Width = 298
  22.     Height = 213
  23.     Color = clBtnFace
  24.     DefaultColWidth = 192
  25.     DefaultRowHeight = 18
  26.     Enabled = False
  27.     FixedCols = 4
  28.     RowCount = 11
  29.     FixedRows = 0
  30.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  31.     ScrollBars = ssNone
  32.     TabOrder = 0
  33.     RowHeights = (
  34.       18
  35.       18
  36.       18
  37.       18
  38.       18
  39.       18
  40.       18
  41.       18
  42.       18
  43.       18
  44.       18)
  45.   end
  46.   object Button1: TButton
  47.     Left = 124
  48.     Top = 226
  49.     Width = 85
  50.     Height = 21
  51.     Caption = '&Save and Close'
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55. end
  56.