home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 1997 February / PFY297.ISO / programm / veranst / bop.dfm / bop.txt
Text File  |  1995-10-04  |  3KB  |  156 lines

  1. object BOPEdit: TBOPEdit
  2.   Left = 244
  3.   Top = 153
  4.   Width = 477
  5.   Height = 325
  6.   Caption = 'BOP-Editor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object DBText1: TDBText
  14.     Left = 56
  15.     Top = 16
  16.     Width = 49
  17.     Height = 17
  18.     DataField = 'BOPNr'
  19.     DataSource = S_BOP1
  20.   end
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 33
  25.     Height = 16
  26.     Caption = 'BOP:'
  27.   end
  28.   object DBLookupCombo1: TDBLookupCombo
  29.     Left = 120
  30.     Top = 8
  31.     Width = 177
  32.     Height = 25
  33.     DataField = 'BlNr'
  34.     DataSource = S_BOP1
  35.     LookupSource = S_BUNDESLAND
  36.     LookupDisplay = 'Bundesland'
  37.     LookupField = 'BlNr'
  38.     TabOrder = 0
  39.   end
  40.   object DBGrid1: TDBGrid
  41.     Left = 8
  42.     Top = 72
  43.     Width = 201
  44.     Height = 217
  45.     DataSource = S_ORT
  46.     TabOrder = 1
  47.     TitleFont.Color = clWindowText
  48.     TitleFont.Height = -13
  49.     TitleFont.Name = 'System'
  50.     TitleFont.Style = []
  51.     OnExit = DBGrid1Exit
  52.   end
  53.   object DBGrid2: TDBGrid
  54.     Left = 240
  55.     Top = 72
  56.     Width = 201
  57.     Height = 217
  58.     DataSource = S_PLATZ
  59.     TabOrder = 2
  60.     TitleFont.Color = clWindowText
  61.     TitleFont.Height = -13
  62.     TitleFont.Name = 'System'
  63.     TitleFont.Style = []
  64.     OnExit = DBGrid2Exit
  65.   end
  66.   object DBLookupCombo2: TDBLookupCombo
  67.     Left = 8
  68.     Top = 40
  69.     Width = 201
  70.     Height = 25
  71.     DataField = 'OrtNr'
  72.     DataSource = S_BOP1
  73.     LookupSource = S_ORT
  74.     LookupDisplay = 'Ort'
  75.     LookupField = 'OrtNr'
  76.     TabOrder = 3
  77.   end
  78.   object DBLookupCombo3: TDBLookupCombo
  79.     Left = 240
  80.     Top = 40
  81.     Width = 201
  82.     Height = 25
  83.     DataField = 'PlatzNr'
  84.     DataSource = S_BOP1
  85.     LookupSource = S_PLATZ
  86.     LookupDisplay = 'Platz'
  87.     LookupField = 'PlatzNr'
  88.     TabOrder = 4
  89.   end
  90.   object BOP: TTable
  91.     Active = True
  92.     DatabaseName = '\programm\veranst'
  93.     TableName = 'BOP.DB'
  94.     Left = 480
  95.   end
  96.   object S_BOP1: TDataSource
  97.     DataSet = BOP2
  98.     Left = 32
  99.   end
  100.   object BUNDESLAND: TTable
  101.     Active = True
  102.     DatabaseName = '\programm\veranst'
  103.     TableName = 'BUNDESL.DB'
  104.     Left = 224
  105.   end
  106.   object S_BUNDESLAND: TDataSource
  107.     DataSet = BUNDESLAND
  108.     Left = 256
  109.   end
  110.   object ORT: TTable
  111.     Active = True
  112.     DatabaseName = '\programm\veranst'
  113.     IndexName = 'ORT_IND'
  114.     TableName = 'ORT.DB'
  115.     Left = 96
  116.     Top = 48
  117.     object ORTOrtNr: TIntegerField
  118.       FieldName = 'OrtNr'
  119.       Visible = False
  120.     end
  121.     object ORTOrt: TStringField
  122.       FieldName = 'Ort'
  123.     end
  124.   end
  125.   object S_ORT: TDataSource
  126.     DataSet = ORT
  127.     Left = 128
  128.     Top = 48
  129.   end
  130.   object PLATZ: TTable
  131.     Active = True
  132.     DatabaseName = '\programm\veranst'
  133.     IndexName = 'PLATZ_IND'
  134.     TableName = 'PLATZ.DB'
  135.     Left = 328
  136.     Top = 48
  137.     object PLATZPlatzNr: TIntegerField
  138.       FieldName = 'PlatzNr'
  139.       Visible = False
  140.     end
  141.     object PLATZPlatz: TStringField
  142.       FieldName = 'Platz'
  143.     end
  144.   end
  145.   object S_PLATZ: TDataSource
  146.     DataSet = PLATZ
  147.     Left = 360
  148.     Top = 48
  149.   end
  150.   object BOP2: TTable
  151.     Active = True
  152.     DatabaseName = '\programm\veranst'
  153.     TableName = 'BOP.DB'
  154.   end
  155. end
  156.