home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap20 / bookmark / main.dfm / main.txt
Text File  |  1995-03-20  |  1KB  |  60 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 97
  4.   ActiveControl = DBGrid1
  5.   AutoScroll = False
  6.   Caption = 'Bookmark'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object DBGrid1: TDBGrid
  17.     Left = 0
  18.     Top = 56
  19.     Width = 427
  20.     Height = 217
  21.     Align = alBottom
  22.     DataSource = DataSource1
  23.     TabOrder = 0
  24.     TitleFont.Color = clWindowText
  25.     TitleFont.Height = -13
  26.     TitleFont.Name = 'System'
  27.     TitleFont.Style = []
  28.   end
  29.   object Mark: TButton
  30.     Left = 128
  31.     Top = 8
  32.     Width = 89
  33.     Height = 33
  34.     Caption = 'Mark'
  35.     TabOrder = 1
  36.     OnClick = MarkClick
  37.   end
  38.   object Button2: TButton
  39.     Left = 232
  40.     Top = 8
  41.     Width = 89
  42.     Height = 33
  43.     Caption = 'Return'
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47.   object Table1: TTable
  48.     Active = True
  49.     DatabaseName = 'DBDEMOS'
  50.     TableName = 'COUNTRY'
  51.     Left = 8
  52.     Top = 8
  53.   end
  54.   object DataSource1: TDataSource
  55.     DataSet = Table1
  56.     Left = 56
  57.     Top = 8
  58.   end
  59. end
  60.