home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
auto32d3.exe
/
rar
/
AUTO32D3
/
DEMOS
/
DELPHI3.0
/
DRAWDBGR
/
MAIN.DFM
/
MAIN.txt
Wrap
Text File
|
1997-04-20
|
2KB
|
106 lines
object MainForm: TMainForm
Left = 202
Top = 104
Width = 442
Height = 297
Caption = 'MainForm'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 434
Height = 240
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 5
Caption = 'Panel1'
TabOrder = 0
object AutoDBGrid1: TAutoDBGrid
Left = 6
Top = 6
Width = 422
Height = 228
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
AutoOptions = []
AutoFilter.AssignEmpty = False
AutoFilter.TextBefore = 'Order by '
AutoRowHeight = 17
CurrentSortColumn = -1
FindFormFont.Charset = DEFAULT_CHARSET
FindFormFont.Color = clWindowText
FindFormFont.Height = -11
FindFormFont.Name = 'MS Sans Serif'
FindFormFont.Style = []
OnDrawFieldCellEvent = AutoDBGrid1DrawFieldCellEvent
Columns = <
item
FieldName = 'Name'
Title.Caption = '+Name'
end
item
FieldName = 'Capital'
end
item
FieldName = 'Population'
Width = 87
end
item
FieldName = 'Continent'
Width = 79
end>
end
end
object Panel2: TPanel
Left = 0
Top = 240
Width = 434
Height = 30
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Button1: TButton
Left = 8
Top = 0
Width = 75
Height = 25
Caption = 'About'
TabOrder = 0
OnClick = Button1Click
end
object BitBtn1: TBitBtn
Left = 350
Top = 0
Width = 75
Height = 25
TabOrder = 1
Kind = bkClose
end
end
object DataSource1: TDataSource
DataSet = Table1
Left = 88
Top = 176
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'COUNTRY.DB'
Left = 48
Top = 72
end
end