home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 5 / PDR5.ISO / programm / veranst / vstartp.~df / vstartp.txt
Encoding:
Text File  |  1995-10-04  |  909 b   |  44 lines

  1. object Veranstaltungsarten: TVeranstaltungsarten
  2.   Left = 190
  3.   Top = 195
  4.   Width = 403
  5.   Height = 241
  6.   Caption = 'Veranstaltungsarten'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object DBGrid1: TDBGrid
  14.     Left = 96
  15.     Top = 24
  16.     Width = 201
  17.     Height = 153
  18.     DataSource = S_VSTART
  19.     TabOrder = 0
  20.     TitleFont.Color = clWindowText
  21.     TitleFont.Height = -13
  22.     TitleFont.Name = 'System'
  23.     TitleFont.Style = []
  24.   end
  25.   object S_VSTART: TDataSource
  26.     DataSet = VSTART
  27.     Left = 464
  28.     Top = 72
  29.   end
  30.   object VSTART: TTable
  31.     Active = True
  32.     DatabaseName = '\programm\veranst'
  33.     TableName = 'VSTART.DB'
  34.     Left = 32
  35.     object VSTARTVStArtNr: TIntegerField
  36.       FieldName = 'VStArtNr'
  37.       Visible = False
  38.     end
  39.     object VSTARTVStArt: TStringField
  40.       FieldName = 'VStArt'
  41.     end
  42.   end
  43. end
  44.