21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
object DMRaIntrEndUsr: TDMRaIntrEndUsr
|
|
OldCreateOrder = True
|
|
OnCreate = DataModuleCreate
|
|
Left = 367
|
|
Top = 171
|
|
Height = 150
|
|
Width = 171
|
|
object Table1: TTable
|
|
Active = True
|
|
DatabaseName = 'DBDemos'
|
|
TableName = 'EMPLOYEE.DB'
|
|
Left = 25
|
|
Top = 16
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = Table1
|
|
Left = 26
|
|
Top = 68
|
|
end
|
|
end
|