home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / EXTENDED / UCHAPRE.DFM / UCHAPRE.txt
Encoding:
Text File  |  1998-10-24  |  5.8 KB  |  267 lines

  1. object ChartPreviewForm: TChartPreviewForm
  2.   Left = 111
  3.   Top = 90
  4.   Width = 537
  5.   Height = 450
  6.   ActiveControl = BShow
  7.   Caption = 'TeeChart Pro -- RunTime Previewer Options'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 529
  21.     Height = 65
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object Memo1: TMemo
  25.       Left = 8
  26.       Top = 8
  27.       Width = 265
  28.       Height = 49
  29.       Lines.Strings = (
  30.         'Like the Chart Editor component, the new '
  31.         'Chart Previewer component has many properties'
  32.         'to customize the Print Preview dialog at run-time.')
  33.       TabOrder = 0
  34.     end
  35.     object Button1: TButton
  36.       Left = 447
  37.       Top = 12
  38.       Width = 75
  39.       Height = 25
  40.       Caption = 'Close'
  41.       Default = True
  42.       TabOrder = 1
  43.       OnClick = Button1Click
  44.     end
  45.     object BShow: TBitBtn
  46.       Left = 288
  47.       Top = 13
  48.       Width = 129
  49.       Height = 33
  50.       Caption = '&Show Preview !'
  51.       TabOrder = 2
  52.       OnClick = BShowClick
  53.     end
  54.   end
  55.   object Chart1: TChart
  56.     Left = 0
  57.     Top = 193
  58.     Width = 529
  59.     Height = 230
  60.     BackWall.Brush.Color = clWhite
  61.     BackWall.Color = clSilver
  62.     BackWall.Size = 8
  63.     BottomWall.Size = 6
  64.     Title.Alignment = taLeftJustify
  65.     Title.Text.Strings = (
  66.       'Surface example')
  67.     BackColor = clSilver
  68.     BottomAxis.EndPosition = 100.000000000000000000
  69.     Chart3DPercent = 70
  70.     LeftAxis.EndPosition = 100.000000000000000000
  71.     Legend.Alignment = laBottom
  72.     Legend.Visible = False
  73.     RightAxis.EndPosition = 100.000000000000000000
  74.     TopAxis.EndPosition = 100.000000000000000000
  75.     View3DOptions.Elevation = 331
  76.     View3DOptions.Orthogonal = False
  77.     View3DOptions.Rotation = 305
  78.     View3DOptions.Zoom = 37
  79.     Align = alClient
  80.     TabOrder = 1
  81.     object Series1: TSurfaceSeries
  82.       Marks.ArrowLength = 8
  83.       Marks.Visible = False
  84.       SeriesColor = clRed
  85.       NumXValues = 15
  86.       NumZValues = 15
  87.       XValues.DateTime = False
  88.       XValues.Name = 'X'
  89.       XValues.Multiplier = 1.000000000000000000
  90.       XValues.Order = loNone
  91.       YValues.DateTime = False
  92.       YValues.Name = 'Y'
  93.       YValues.Multiplier = 1.000000000000000000
  94.       YValues.Order = loNone
  95.     end
  96.   end
  97.   object Panel2: TPanel
  98.     Left = 0
  99.     Top = 65
  100.     Width = 529
  101.     Height = 128
  102.     Align = alTop
  103.     TabOrder = 2
  104.     object Label1: TLabel
  105.       Left = 7
  106.       Top = 16
  107.       Width = 58
  108.       Height = 13
  109.       Caption = 'Paper &Color:'
  110.     end
  111.     object Shape1: TShape
  112.       Left = 70
  113.       Top = 11
  114.       Width = 24
  115.       Height = 22
  116.       OnMouseUp = Shape1MouseUp
  117.     end
  118.     object Label2: TLabel
  119.       Left = 42
  120.       Top = 44
  121.       Width = 23
  122.       Height = 13
  123.       Caption = '&Title:'
  124.       FocusControl = Edit1
  125.     end
  126.     object Label3: TLabel
  127.       Left = 23
  128.       Top = 72
  129.       Width = 42
  130.       Height = 13
  131.       Caption = '&Window:'
  132.       FocusControl = CBWindowStyle
  133.     end
  134.     object CBWindowStyle: TComboBox
  135.       Left = 69
  136.       Top = 69
  137.       Width = 122
  138.       Height = 21
  139.       Style = csDropDownList
  140.       ItemHeight = 13
  141.       Items.Strings = (
  142.         'Normal'
  143.         'Maximized'
  144.         'Minimized')
  145.       TabOrder = 0
  146.       OnChange = CBWindowStyleChange
  147.     end
  148.     object Edit1: TEdit
  149.       Left = 69
  150.       Top = 39
  151.       Width = 121
  152.       Height = 21
  153.       TabOrder = 1
  154.       OnChange = Edit1Change
  155.     end
  156.     object GroupBox1: TGroupBox
  157.       Left = 202
  158.       Top = 6
  159.       Width = 321
  160.       Height = 115
  161.       Caption = 'Options:'
  162.       TabOrder = 2
  163.       object CBPrinter: TCheckBox
  164.         Left = 8
  165.         Top = 16
  166.         Width = 89
  167.         Height = 17
  168.         Caption = 'Change Printer'
  169.         State = cbChecked
  170.         TabOrder = 0
  171.       end
  172.       object CBSetup: TCheckBox
  173.         Left = 8
  174.         Top = 40
  175.         Width = 89
  176.         Height = 17
  177.         Caption = 'Setup Printer'
  178.         State = cbChecked
  179.         TabOrder = 1
  180.       end
  181.       object CBResize: TCheckBox
  182.         Left = 8
  183.         Top = 64
  184.         Width = 89
  185.         Height = 17
  186.         Caption = 'Resize Chart'
  187.         State = cbChecked
  188.         TabOrder = 2
  189.       end
  190.       object CBMove: TCheckBox
  191.         Left = 104
  192.         Top = 16
  193.         Width = 97
  194.         Height = 17
  195.         Caption = 'Move Chart'
  196.         State = cbChecked
  197.         TabOrder = 3
  198.       end
  199.       object CBDetail: TCheckBox
  200.         Left = 104
  201.         Top = 40
  202.         Width = 97
  203.         Height = 17
  204.         Caption = 'Change Detail'
  205.         State = cbChecked
  206.         TabOrder = 4
  207.       end
  208.       object CBOrient: TCheckBox
  209.         Left = 104
  210.         Top = 64
  211.         Width = 113
  212.         Height = 17
  213.         Caption = 'Change Orientation'
  214.         State = cbChecked
  215.         TabOrder = 5
  216.       end
  217.       object CBMargins: TCheckBox
  218.         Left = 104
  219.         Top = 88
  220.         Width = 97
  221.         Height = 17
  222.         Caption = 'Change Margins'
  223.         State = cbChecked
  224.         TabOrder = 6
  225.       end
  226.       object CBPropor: TCheckBox
  227.         Left = 232
  228.         Top = 64
  229.         Width = 81
  230.         Height = 17
  231.         Caption = 'Proportional'
  232.         State = cbChecked
  233.         TabOrder = 7
  234.       end
  235.       object CBDrag: TCheckBox
  236.         Left = 232
  237.         Top = 40
  238.         Width = 73
  239.         Height = 17
  240.         Caption = 'Drag Chart'
  241.         TabOrder = 8
  242.       end
  243.       object CBPanel: TCheckBox
  244.         Left = 8
  245.         Top = 88
  246.         Width = 81
  247.         Height = 17
  248.         Caption = 'Print Panel'
  249.         TabOrder = 9
  250.       end
  251.       object CBBitmap: TCheckBox
  252.         Left = 232
  253.         Top = 16
  254.         Width = 73
  255.         Height = 17
  256.         Caption = 'As Bitmap'
  257.         TabOrder = 10
  258.       end
  259.     end
  260.   end
  261.   object ChartPreviewer1: TChartPreviewer
  262.     Chart = Chart1
  263.     Left = 432
  264.     Top = 240
  265.   end
  266. end
  267.