home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / graphpp / gpaper.exe / GraphPap.exe / 0 / RCDATA / TWINSETUP / TWINSETUP.txt < prev   
Encoding:
Text File  |  1999-05-31  |  1.7 KB  |  85 lines

  1. object WinSetUp: TWinSetUp
  2.   Left = 241
  3.   Top = 146
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Graph paper printer'
  7.   ClientHeight = 198
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 366
  24.     Height = 49
  25.     Align = alTop
  26.     Caption = 'Program setup'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clNavy
  29.     Font.Height = -24
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object Image1: TImage
  35.       Left = 16
  36.       Top = 8
  37.       Width = 32
  38.       Height = 32
  39.       Picture.Data = {<image000.bmp>}
  40.     end
  41.   end
  42.   object Panel2: TPanel
  43.     Left = 0
  44.     Top = 49
  45.     Width = 366
  46.     Height = 149
  47.     Align = alClient
  48.     TabOrder = 1
  49.     object BtOK: TBitBtn
  50.       Left = 94
  51.       Top = 100
  52.       Width = 75
  53.       Height = 27
  54.       TabOrder = 1
  55.       TabStop = False
  56.       OnClick = BtOKClick
  57.       Kind = bkOK
  58.     end
  59.     object CBShortCut: TCheckBox
  60.       Left = 22
  61.       Top = 24
  62.       Width = 321
  63.       Height = 17
  64.       Caption = 'Create a shortcut  on the desktop for < GRAPHPAP.EXE >.'
  65.       TabOrder = 0
  66.     end
  67.     object BitBtn1: TBitBtn
  68.       Left = 196
  69.       Top = 100
  70.       Width = 75
  71.       Height = 27
  72.       TabOrder = 2
  73.       Kind = bkCancel
  74.     end
  75.     object CBStartup: TCheckBox
  76.       Left = 22
  77.       Top = 60
  78.       Width = 307
  79.       Height = 17
  80.       Caption = 'Create an entry < Graph Paper Printer > in the startup menu'
  81.       TabOrder = 3
  82.     end
  83.   end
  84. end
  85.