home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 441 / _SETUP.1 / PTF.exe / 0 / RCDATA / TFMINSTRUCTIONS / TFMINSTRUCTIONS.txt
Text File  |  1997-11-15  |  2KB  |  84 lines

  1. object fmInstructions: TfmInstructions
  2.   Left = 256
  3.   Top = 157
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Instructions'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   OnClose = FormClose
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 427
  20.     Height = 216
  21.     Align = alClient
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 216
  26.     Width = 427
  27.     Height = 57
  28.     Align = alBottom
  29.     TabOrder = 0
  30.     object Bevel2: TBevel
  31.       Left = 1
  32.       Top = 1
  33.       Width = 425
  34.       Height = 55
  35.       Align = alBottom
  36.     end
  37.     object bbClose: TBitBtn
  38.       Left = 216
  39.       Top = 12
  40.       Width = 75
  41.       Height = 33
  42.       TabOrder = 0
  43.       Kind = bkClose
  44.     end
  45.     object bbPrint: TBitBtn
  46.       Left = 128
  47.       Top = 12
  48.       Width = 75
  49.       Height = 33
  50.       Caption = 'Print'
  51.       TabOrder = 1
  52.       OnClick = bbPrintClick
  53.       Glyph.Data = {
  54.         78010000424D7801000000000000760000002800000020000000100000000100
  55.         04000000000000000000120B0000120B00000000000000000000000000000000
  56.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  58.         0003377777777777777308888888888888807F33333333333337088888888888
  59.         88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  60.         8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  61.         8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  62.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  63.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  64.         33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  65.         33333337FFFF77333333333000000333333333377777733333330000}
  66.       NumGlyphs = 2
  67.     end
  68.   end
  69.   object RichEdit1: TRichEdit
  70.     Left = 0
  71.     Top = 0
  72.     Width = 427
  73.     Height = 216
  74.     TabStop = False
  75.     Align = alClient
  76.     Ctl3D = True
  77.     HideScrollBars = False
  78.     ParentCtl3D = False
  79.     ReadOnly = True
  80.     ScrollBars = ssVertical
  81.     TabOrder = 1
  82.   end
  83. end
  84.