home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
WinesChart
/
Main.dfm
/
Main.txt
Wrap
Text File
|
1998-03-24
|
3KB
|
130 lines
object MainForm: TMainForm
Left = 205
Top = 132
Width = 564
Height = 345
Caption = 'Wines Chart'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object DBChart1: TDBChart
Left = 16
Top = 16
Width = 513
Height = 233
AllowPanning = pmNone
BottomWall.Color = clWhite
Foot.Font.Charset = DEFAULT_CHARSET
Foot.Font.Color = clRed
Foot.Font.Height = -11
Foot.Font.Name = 'Arial'
Foot.Font.Style = [fsItalic]
LeftWall.Color = 8454143
Title.Text.Strings = (
'Wine Cellar')
LeftAxis.Labels = False
TabOrder = 0
object Series1: THorizBarSeries
ColorEachPoint = True
Marks.ArrowLength = 8
Marks.Visible = True
DataSource = Table1
XLabelsSource = 'Name'
SeriesColor = clRed
XValues.DateTime = False
XValues.Name = 'Bar'
XValues.Multiplier = 1.000000000000000000
XValues.Order = loNone
XValues.ValueSource = 'Number'
YValues.DateTime = False
YValues.Name = 'Y'
YValues.Multiplier = 1.000000000000000000
YValues.Order = loAscending
end
end
object BitBtn1: TBitBtn
Left = 432
Top = 272
Width = 75
Height = 25
TabOrder = 1
Kind = bkClose
end
object BitBtn2: TBitBtn
Left = 296
Top = 272
Width = 107
Height = 25
Caption = 'Print Preview...'
TabOrder = 2
OnClick = BitBtn2Click
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
0003377777777777777308888888888888807F33333333333337088888888888
88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
33333337FFFF7733333333300000033333333337777773333333}
NumGlyphs = 2
end
object Table1: TTable
Active = True
DatabaseName = 'WINES'
FieldDefs = <
item
Name = 'Name'
DataType = ftString
Precision = 0
Required = False
Size = 32
end
item
Name = 'Number'
DataType = ftFloat
Precision = 0
Required = False
Size = 0
end
item
Name = 'Source'
DataType = ftString
Precision = 0
Required = False
Size = 32
end
item
Name = 'Vintage'
DataType = ftString
Precision = 0
Required = False
Size = 4
end
item
Name = 'Purchased'
DataType = ftDate
Precision = 0
Required = False
Size = 0
end>
StoreDefs = True
TableName = 'Wines.DB'
Left = 112
Top = 264
end
object DataSource1: TDataSource
DataSet = Table1
Left = 48
Top = 264
end
end