home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TCHARTPREVIEW / TCHARTPREVIEW.txt
Encoding:
Text File  |  1998-02-28  |  3.4 KB  |  172 lines

  1. object ChartPreview: TChartPreview
  2.   Left = 176
  3.   Top = 156
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Print Preview'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnMouseMove = FormMouseMove
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 632
  24.     Height = 38
  25.     Align = alTop
  26.     BevelInner = bvLowered
  27.     TabOrder = 0
  28.     OnMouseMove = FormMouseMove
  29.     object Label1: TLabel
  30.       Left = 3
  31.       Top = 13
  32.       Width = 53
  33.       Height = 17
  34.       Alignment = taRightJustify
  35.       AutoSize = False
  36.       Caption = 'P&rinter:'
  37.       FocusControl = Printers
  38.     end
  39.     object Printers: TComboBox
  40.       Left = 58
  41.       Top = 9
  42.       Width = 198
  43.       Height = 21
  44.       Style = csDropDownList
  45.       ItemHeight = 13
  46.       TabOrder = 0
  47.       OnChange = PrintersChange
  48.     end
  49.     object BSetupPrinter: TBitBtn
  50.       Left = 266
  51.       Top = 7
  52.       Width = 101
  53.       Height = 23
  54.       Caption = 'Printer &Setup...'
  55.       TabOrder = 1
  56.       OnClick = BSetupPrinterClick
  57.       NumGlyphs = 2
  58.     end
  59.     object BClose: TButton
  60.       Left = 458
  61.       Top = 7
  62.       Width = 70
  63.       Height = 23
  64.       Caption = 'Close'
  65.       ModalResult = 1
  66.       TabOrder = 2
  67.     end
  68.     object BPrint: TButton
  69.       Left = 377
  70.       Top = 7
  71.       Width = 70
  72.       Height = 23
  73.       Caption = '&Print'
  74.       TabOrder = 3
  75.       OnClick = BPrintClick
  76.     end
  77.   end
  78.   object Panel2: TPanel
  79.     Left = 0
  80.     Top = 38
  81.     Width = 114
  82.     Height = 415
  83.     Align = alLeft
  84.     TabOrder = 1
  85.     OnMouseMove = FormMouseMove
  86.     object RGOrient: TRadioGroup
  87.       Left = 3
  88.       Top = 3
  89.       Width = 107
  90.       Height = 58
  91.       Caption = 'Paper Orientation:'
  92.       ItemIndex = 1
  93.       Items.Strings = (
  94.         'P&ortrait'
  95.         '&Landscape')
  96.       TabOrder = 0
  97.       OnClick = RGOrientClick
  98.     end
  99.     object GBMargins: TGroupBox
  100.       Left = 3
  101.       Top = 68
  102.       Width = 107
  103.       Height = 96
  104.       Caption = 'Margins (%)'
  105.       TabOrder = 1
  106.       object SETopMa: TSpinEdit
  107.         Left = 35
  108.         Top = 17
  109.         Width = 36
  110.         Height = 22
  111.         Increment = 5
  112.         MaxValue = 100
  113.         MinValue = 0
  114.         TabOrder = 0
  115.         Value = 0
  116.         OnChange = SETopMaChange
  117.       end
  118.       object SELeftMa: TSpinEdit
  119.         Left = 6
  120.         Top = 44
  121.         Width = 35
  122.         Height = 22
  123.         Increment = 5
  124.         MaxValue = 100
  125.         MinValue = 0
  126.         TabOrder = 1
  127.         Value = 0
  128.         OnChange = SELeftMaChange
  129.       end
  130.       object SEBotMa: TSpinEdit
  131.         Left = 35
  132.         Top = 69
  133.         Width = 36
  134.         Height = 22
  135.         Increment = 5
  136.         MaxValue = 100
  137.         MinValue = 0
  138.         TabOrder = 2
  139.         Value = 0
  140.         OnChange = SEBotMaChange
  141.       end
  142.       object SERightMa: TSpinEdit
  143.         Left = 63
  144.         Top = 44
  145.         Width = 37
  146.         Height = 22
  147.         Increment = 5
  148.         MaxValue = 100
  149.         MinValue = 0
  150.         TabOrder = 3
  151.         Value = 0
  152.         OnChange = SERightMaChange
  153.       end
  154.     end
  155.     object chLogo: TCheckBox
  156.       Left = 8
  157.       Top = 176
  158.       Width = 97
  159.       Height = 17
  160.       Caption = 'Show Logo'
  161.       Enabled = False
  162.       State = cbChecked
  163.       TabOrder = 2
  164.       OnClick = chLogoClick
  165.     end
  166.   end
  167.   object PrinterSetupDialog1: TPrinterSetupDialog
  168.     Left = 149
  169.     Top = 46
  170.   end
  171. end
  172.