home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TCHARTPREVIEW / TCHARTPREVIEW.txt
Text File  |  1998-04-04  |  4KB  |  211 lines

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