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
Wrap
Text File
|
1998-03-31
|
670b
|
40 lines
object MainForm: TMainForm
Left = 383
Top = 202
Width = 400
Height = 314
Caption = 'BarChart Test Program'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object BarChart1: TBarChart
Left = 24
Top = 16
Width = 337
Height = 217
Data.Strings = (
'65.0'
'45.0'
'95.0'
'76.0'
'64.0'
'79.0'
'51.0'
'75.0'
'90.0')
Labels = True
end
object BitBtn1: TBitBtn
Left = 288
Top = 248
Width = 75
Height = 25
TabOrder = 0
Kind = bkClose
end
end