home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TCHARTPREVIEW / TCHARTPREVIEW.txt
Text File  |  1997-08-05  |  4KB  |  212 lines

  1. object ChartPreview: TChartPreview
  2.   Left = 131
  3.   Top = 85
  4.   Height = 467
  5.   Width = 670
  6.   Caption = 'TeeChart Print Preview'
  7.   Font.Color = clWindowText
  8.   Font.Height = -12
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   Scaled = True
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 589
  23.     Height = 38
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 3
  28.       Top = 13
  29.       Width = 53
  30.       Height = 17
  31.       Alignment = taRightJustify
  32.       AutoSize = False
  33.       Caption = 'P&rinter:'
  34.       FocusControl = Printers
  35.     end
  36.     object Printers: TComboBox
  37.       Left = 58
  38.       Top = 9
  39.       Width = 198
  40.       Height = 21
  41.       Style = csDropDownList
  42.       ItemHeight = 13
  43.       TabOrder = 0
  44.       OnChange = PrintersChange
  45.     end
  46.     object BSetupPrinter: TBitBtn
  47.       Left = 266
  48.       Top = 7
  49.       Width = 101
  50.       Height = 23
  51.       Caption = 'Printer &Setup...'
  52.       TabOrder = 1
  53.       OnClick = BSetupPrinterClick
  54.       NumGlyphs = 2
  55.     end
  56.     object BClose: TButton
  57.       Left = 458
  58.       Top = 7
  59.       Width = 70
  60.       Height = 23
  61.       Caption = 'Close'
  62.       ModalResult = 1
  63.       TabOrder = 2
  64.     end
  65.     object BPrint: TButton
  66.       Left = 377
  67.       Top = 7
  68.       Width = 70
  69.       Height = 23
  70.       Caption = '&Print'
  71.       TabOrder = 3
  72.       OnClick = BPrintClick
  73.     end
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 0
  77.     Top = 38
  78.     Width = 114
  79.     Height = 356
  80.     Align = alLeft
  81.     TabOrder = 1
  82.     object RGOrient: TRadioGroup
  83.       Left = 3
  84.       Top = 3
  85.       Width = 107
  86.       Height = 58
  87.       Caption = 'Paper Orientation:'
  88.       ItemIndex = 1
  89.       Items.Strings = (
  90.         'P&ortrait'
  91.         '&Landscape')
  92.       TabOrder = 0
  93.       OnClick = RGOrientClick
  94.     end
  95.     object GBMargins: TGroupBox
  96.       Left = 3
  97.       Top = 68
  98.       Width = 107
  99.       Height = 96
  100.       Caption = 'Margins (%)'
  101.       TabOrder = 1
  102.       object SETopMa: TSpinEdit
  103.         Left = 35
  104.         Top = 17
  105.         Width = 36
  106.         Height = 22
  107.         Increment = 5
  108.         MaxValue = 100
  109.         MinValue = 0
  110.         TabOrder = 0
  111.         Value = 0
  112.         OnChange = SETopMaChange
  113.       end
  114.       object SELeftMa: TSpinEdit
  115.         Left = 6
  116.         Top = 44
  117.         Width = 35
  118.         Height = 22
  119.         Increment = 5
  120.         MaxValue = 100
  121.         MinValue = 0
  122.         TabOrder = 1
  123.         Value = 0
  124.         OnChange = SELeftMaChange
  125.       end
  126.       object SEBotMa: TSpinEdit
  127.         Left = 35
  128.         Top = 69
  129.         Width = 36
  130.         Height = 22
  131.         Increment = 5
  132.         MaxValue = 100
  133.         MinValue = 0
  134.         TabOrder = 2
  135.         Value = 0
  136.         OnChange = SEBotMaChange
  137.       end
  138.       object SERightMa: TSpinEdit
  139.         Left = 63
  140.         Top = 44
  141.         Width = 37
  142.         Height = 22
  143.         Increment = 5
  144.         MaxValue = 100
  145.         MinValue = 0
  146.         TabOrder = 3
  147.         Value = 0
  148.         OnChange = SERightMaChange
  149.       end
  150.     end
  151.     object CBShowMargins: TCheckBox
  152.       Left = 13
  153.       Top = 207
  154.       Width = 97
  155.       Height = 15
  156.       Caption = '&View Margins'
  157.       State = cbChecked
  158.       TabOrder = 2
  159.       OnClick = CBShowMarginsClick
  160.     end
  161.     object BReset: TButton
  162.       Left = 12
  163.       Top = 177
  164.       Width = 88
  165.       Height = 25
  166.       Caption = 'Reset &Margins'
  167.       Enabled = False
  168.       TabOrder = 3
  169.       OnClick = BResetClick
  170.     end
  171.     object GroupBox1: TGroupBox
  172.       Left = 3
  173.       Top = 232
  174.       Width = 107
  175.       Height = 68
  176.       Caption = 'Chart Detail:'
  177.       TabOrder = 4
  178.       object Label2: TLabel
  179.         Left = 8
  180.         Top = 18
  181.         Width = 37
  182.         Height = 19
  183.         AutoSize = False
  184.         Caption = 'More'
  185.       end
  186.       object Label3: TLabel
  187.         Left = 58
  188.         Top = 18
  189.         Width = 42
  190.         Height = 15
  191.         Alignment = taRightJustify
  192.         AutoSize = False
  193.         Caption = 'Normal'
  194.       end
  195.       object SBResolution: TScrollBar
  196.         Left = 8
  197.         Top = 39
  198.         Width = 92
  199.         Height = 16
  200.         Max = 0
  201.         Min = -100
  202.         TabOrder = 0
  203.         OnChange = SBResolutionChange
  204.       end
  205.     end
  206.   end
  207.   object PrinterSetupDialog1: TPrinterSetupDialog
  208.     Left = 149
  209.     Top = 46
  210.   end
  211. end
  212.