home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
delphi2
/
datetime.exe
/
16BIT
/
FTEST.DFM
/
FTEST.txt
Wrap
Text File
|
1996-10-14
|
4KB
|
154 lines
object Form1: TForm1
Left = 211
Top = 105
Width = 435
Height = 300
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object LookupOutline1: TLookupOutline
Left = 144
Top = 84
Width = 121
Height = 26
TabOrder = 0
LookupSource = DSPlantSlot
StdParentChildJoins.LeftList.Strings = (
'PLANT_ID'
'PARENT_PLANT_ID'
'DESCRIPTION'
'ALLOC_CENTRE_ID'
'PARENT_ALLOC_CENTRE_ID'
'PLANT_TYPE')
StdParentChildJoins.RightList.Strings = (
'PLANT_ID'
'PARENT_PLANT_ID'
'DESCRIPTION'
'ALLOC_CENTRE_ID'
'PARENT_ALLOC_CENTRE_ID'
'PLANT_TYPE')
StdParentChildJoins.LeftSelectedJoins.Strings = (
'PLANT_ID')
StdParentChildJoins.RightSelectedJoins.Strings = (
'PARENT_PLANT_ID')
StdParentChildJoins.CanSelect = True
StdParentChildJoins.DuplicateNames = False
StdParentChildJoins.LeftText = 'Child Fields'
StdParentChildJoins.RightText = 'Parent Fields'
NumGlyphs = 1
RootCondition = 'parent_plant_id is null'
LookupField = 'DESCRIPTION'
DisplayField = 'DESCRIPTION'
CanUpdate = False
RtClickDetails = False
SearchEnabled = False
DataSource = DSEvent
ForeignJoins.LeftList.Strings = (
'PLANT_ID')
ForeignJoins.RightList.Strings = (
'EVENT_ID'
'ALLOC_CENTRE_ID'
'EVENT_TIME'
'STATE'
'PLANT_ID'
'PLANT_ALLOC_CENTRE_ID')
ForeignJoins.LeftSelectedJoins.Strings = (
'PLANT_ID')
ForeignJoins.RightSelectedJoins.Strings = (
'PLANT_ID')
ForeignJoins.CanSelect = True
ForeignJoins.DuplicateNames = True
ForeignJoins.LeftText = 'Lookup Key:'
ForeignJoins.RightText = 'Foreign Fields'
end
object DBNavigator1: TDBNavigator
Left = 168
Top = 16
Width = 241
Height = 25
DataSource = DSEvent
TabOrder = 1
end
object Database1: TDatabase
AliasName = 'Events'
Connected = True
DatabaseName = 'Events'
LoginPrompt = False
Params.Strings = (
'user=sysdba'
'password=masterkey')
Left = 12
Top = 12
end
object TablePlantEvent: TTable
DatabaseName = 'Events'
TableName = 'PLANT_EVENT'
Left = 40
Top = 12
object TablePlantEventEVENT_ID: TSmallintField
FieldName = 'EVENT_ID'
Required = True
end
object TablePlantEventALLOC_CENTRE_ID: TSmallintField
FieldName = 'ALLOC_CENTRE_ID'
Required = True
end
object TablePlantEventEVENT_TIME: TDateTimeField
FieldName = 'EVENT_TIME'
end
object TablePlantEventSTATE: TSmallintField
FieldName = 'STATE'
end
object TablePlantEventPLANT_ID: TStringField
FieldName = 'PLANT_ID'
Required = True
end
object TablePlantEventPLANT_ALLOC_CENTRE_ID: TFloatField
FieldName = 'PLANT_ALLOC_CENTRE_ID'
Required = True
end
end
object TablePlantSlot: TTable
DatabaseName = 'Events'
TableName = 'PLANT_SLOT'
Left = 40
Top = 40
object TablePlantSlotPLANT_ID: TStringField
FieldName = 'PLANT_ID'
Required = True
end
object TablePlantSlotPARENT_PLANT_ID: TStringField
FieldName = 'PARENT_PLANT_ID'
end
object TablePlantSlotDESCRIPTION: TStringField
FieldName = 'DESCRIPTION'
Size = 254
end
object TablePlantSlotALLOC_CENTRE_ID: TFloatField
FieldName = 'ALLOC_CENTRE_ID'
Required = True
end
object TablePlantSlotPARENT_ALLOC_CENTRE_ID: TFloatField
FieldName = 'PARENT_ALLOC_CENTRE_ID'
end
object TablePlantSlotPLANT_TYPE: TStringField
FieldName = 'PLANT_TYPE'
Size = 6
end
end
object DSEvent: TDataSource
DataSet = TablePlantEvent
Left = 68
Top = 12
end
object DSPlantSlot: TDataSource
DataSet = TablePlantSlot
Left = 68
Top = 40
end
end