object Form9: TForm9 Left = 140 Top = 125 HelpContext = 10 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Important Instructions' ClientHeight = 258 ClientWidth = 427 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = Form9Load PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 240 Top = 224 Width = 81 Height = 25 Caption = '&Continue' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 336 Top = 224 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = Button2Click end object RichEdit1: TRichEdit Left = 8 Top = 8 Width = 409 Height = 201 ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object Button3: TButton Left = 144 Top = 224 Width = 81 Height = 25 Caption = '&Print' TabOrder = 3 OnClick = Button3Click end object CheckBox1: TCheckBox Left = 8 Top = 228 Width = 129 Height = 17 Caption = 'Show Before RegPack' State = cbChecked TabOrder = 4 end end