home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINSETUP / TWINSETUP.txt < prev   
Text File  |  2000-03-07  |  2KB  |  86 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.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 366
  25.     Height = 49
  26.     Align = alTop
  27.     Caption = 'Program setup'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -24
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object Image1: TImage
  36.       Left = 16
  37.       Top = 8
  38.       Width = 32
  39.       Height = 32
  40.       Picture.Data = {<image000.bmp>}
  41.     end
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 0
  45.     Top = 49
  46.     Width = 366
  47.     Height = 149
  48.     Align = alClient
  49.     TabOrder = 1
  50.     object BtOK: TBitBtn
  51.       Left = 94
  52.       Top = 100
  53.       Width = 75
  54.       Height = 27
  55.       TabOrder = 1
  56.       TabStop = False
  57.       OnClick = BtOKClick
  58.       Kind = bkOK
  59.     end
  60.     object CBShortCut: TCheckBox
  61.       Left = 22
  62.       Top = 24
  63.       Width = 321
  64.       Height = 17
  65.       Caption = 'Create a shortcut  on the desktop for < GraphPap.exe >.'
  66.       TabOrder = 0
  67.     end
  68.     object BitBtn1: TBitBtn
  69.       Left = 196
  70.       Top = 100
  71.       Width = 75
  72.       Height = 27
  73.       TabOrder = 2
  74.       Kind = bkCancel
  75.     end
  76.     object CBStartup: TCheckBox
  77.       Left = 22
  78.       Top = 60
  79.       Width = 307
  80.       Height = 17
  81.       Caption = 'Create an entry < Graph Paper Printer > in the startup menu'
  82.       TabOrder = 3
  83.     end
  84.   end
  85. end
  86.