home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / BARCHART / Main.dfm / Main.txt
Text File  |  1998-03-31  |  670b  |  40 lines

  1. object MainForm: TMainForm
  2.   Left = 383
  3.   Top = 202
  4.   Width = 400
  5.   Height = 314
  6.   Caption = 'BarChart Test Program'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object BarChart1: TBarChart
  15.     Left = 24
  16.     Top = 16
  17.     Width = 337
  18.     Height = 217
  19.     Data.Strings = (
  20.       '65.0'
  21.       '45.0'
  22.       '95.0'
  23.       '76.0'
  24.       '64.0'
  25.       '79.0'
  26.       '51.0'
  27.       '75.0'
  28.       '90.0')
  29.     Labels = True
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 288
  33.     Top = 248
  34.     Width = 75
  35.     Height = 25
  36.     TabOrder = 0
  37.     Kind = bkClose
  38.   end
  39. end
  40.