home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / Resc95 / RESCUE95.EXE / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1998-09-13  |  1KB  |  70 lines

  1. object Form9: TForm9
  2.   Left = 140
  3.   Top = 125
  4.   HelpContext = 10
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Important Instructions'
  8.   ClientHeight = 258
  9.   ClientWidth = 427
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = Form9Load
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 240
  22.     Top = 224
  23.     Width = 81
  24.     Height = 25
  25.     Caption = '&Continue'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = Button1Click
  30.   end
  31.   object Button2: TButton
  32.     Left = 336
  33.     Top = 224
  34.     Width = 81
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.     OnClick = Button2Click
  41.   end
  42.   object RichEdit1: TRichEdit
  43.     Left = 8
  44.     Top = 8
  45.     Width = 409
  46.     Height = 201
  47.     ReadOnly = True
  48.     ScrollBars = ssVertical
  49.     TabOrder = 2
  50.   end
  51.   object Button3: TButton
  52.     Left = 144
  53.     Top = 224
  54.     Width = 81
  55.     Height = 25
  56.     Caption = '&Print'
  57.     TabOrder = 3
  58.     OnClick = Button3Click
  59.   end
  60.   object CheckBox1: TCheckBox
  61.     Left = 8
  62.     Top = 228
  63.     Width = 129
  64.     Height = 17
  65.     Caption = 'Show Before RegPack'
  66.     State = cbChecked
  67.     TabOrder = 4
  68.   end
  69. end
  70.