home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap20
/
bookmark
/
main.dfm
/
main.txt
Wrap
Text File
|
1995-03-20
|
1KB
|
60 lines
object Form1: TForm1
Left = 201
Top = 97
ActiveControl = DBGrid1
AutoScroll = False
Caption = 'Bookmark'
ClientHeight = 273
ClientWidth = 427
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 16
object DBGrid1: TDBGrid
Left = 0
Top = 56
Width = 427
Height = 217
Align = alBottom
DataSource = DataSource1
TabOrder = 0
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = 'System'
TitleFont.Style = []
end
object Mark: TButton
Left = 128
Top = 8
Width = 89
Height = 33
Caption = 'Mark'
TabOrder = 1
OnClick = MarkClick
end
object Button2: TButton
Left = 232
Top = 8
Width = 89
Height = 33
Caption = 'Return'
TabOrder = 2
OnClick = Button2Click
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'COUNTRY'
Left = 8
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 56
Top = 8
end
end