object WinSetUp: TWinSetUp Left = 241 Top = 146 BorderIcons = [] BorderStyle = bsDialog Caption = 'Graph paper printer' ClientHeight = 198 ClientWidth = 366 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 366 Height = 49 Align = alTop Caption = 'Program setup' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Image1: TImage Left = 16 Top = 8 Width = 32 Height = 32 Picture.Data = {} end end object Panel2: TPanel Left = 0 Top = 49 Width = 366 Height = 149 Align = alClient TabOrder = 1 object BtOK: TBitBtn Left = 94 Top = 100 Width = 75 Height = 27 TabOrder = 1 TabStop = False OnClick = BtOKClick Kind = bkOK end object CBShortCut: TCheckBox Left = 22 Top = 24 Width = 321 Height = 17 Caption = 'Create a shortcut on the desktop for < GraphPap.exe >.' TabOrder = 0 end object BitBtn1: TBitBtn Left = 196 Top = 100 Width = 75 Height = 27 TabOrder = 2 Kind = bkCancel end object CBStartup: TCheckBox Left = 22 Top = 60 Width = 307 Height = 17 Caption = 'Create an entry < Graph Paper Printer > in the startup menu' TabOrder = 3 end end end