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

  1. object PrintForm: TPrintForm
  2.   Left = 216
  3.   Top = 39
  4.   BorderStyle = bsDialog
  5.   Caption = 'TeeChart Printing Demo'
  6.   ClientHeight = 349
  7.   ClientWidth = 299
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 9
  19.     Top = 4
  20.     Width = 99
  21.     Height = 16
  22.     Caption = 'Enter text here:'
  23.   end
  24.   object Chart1: TChart
  25.     Left = 5
  26.     Top = 55
  27.     Width = 284
  28.     Height = 250
  29.     BackWall.Brush.Color = clWhite
  30.     BackWall.Brush.Style = bsClear
  31.     Foot.Font.Color = clRed
  32.     Foot.Font.Height = -12
  33.     Foot.Font.Name = 'Arial'
  34.     Foot.Font.Style = [fsItalic]
  35.     Foot.Frame.Color = clScrollBar
  36.     Title.Frame.Color = clScrollBar
  37.     Title.Text.Strings = (
  38.       'TChart Component')
  39.     BottomAxis.Grid.Color = clScrollBar
  40.     Chart3DPercent = 60
  41.     LeftAxis.Grid.Color = clScrollBar
  42.     LeftAxis.Grid.Width = 0
  43.     RightAxis.Grid.Color = clScrollBar
  44.     TopAxis.Grid.Color = clScrollBar
  45.     TabOrder = 0
  46.     object LineSeries1: TLineSeries
  47.       Marks.ArrowLength = 8
  48.       Marks.Visible = False
  49.       SeriesColor = clRed
  50.       Pointer.InflateMargins = True
  51.       Pointer.Style = psRectangle
  52.       Pointer.Visible = False
  53.       XValues.DateTime = True
  54.       XValues.Name = 'X'
  55.       XValues.Multiplier = 1.000000000000000000
  56.       XValues.Order = loAscending
  57.       YValues.DateTime = False
  58.       YValues.Name = 'Y'
  59.       YValues.Multiplier = 1.000000000000000000
  60.       YValues.Order = loNone
  61.       Left = 147
  62.       Top = 118
  63.     end
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 38
  67.     Top = 310
  68.     Width = 119
  69.     Height = 33
  70.     Caption = 'PRINT ALL !!'
  71.     TabOrder = 1
  72.     OnClick = BitBtn1Click
  73.     Glyph.Data = {
  74.       76010000424D7601000000000000760000002800000020000000100000000100
  75.       0400000000000001000000000000000000001000000010000000000000000000
  76.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  77.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  78.       0003377777777777777308888888888888807F33333333333337088888888888
  79.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  80.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  81.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  82.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  83.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  84.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  85.       33333337FFFF7733333333300000033333333337777773333333}
  86.     NumGlyphs = 2
  87.   end
  88.   object Edit1: TEdit
  89.     Left = 9
  90.     Top = 23
  91.     Width = 280
  92.     Height = 24
  93.     TabOrder = 2
  94.     Text = 'Hello World !'
  95.   end
  96.   object BitBtn2: TBitBtn
  97.     Left = 201
  98.     Top = 311
  99.     Width = 89
  100.     Height = 33
  101.     TabOrder = 3
  102.     Kind = bkClose
  103.   end
  104. end
  105.