81 lines
2.3 KiB
Plaintext
81 lines
2.3 KiB
Plaintext
package MesBase;
|
|
|
|
{$R *.res}
|
|
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO OFF}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO ON}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES ON}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DEFINE DEBUG}
|
|
{$ENDIF IMPLICITBUILDING}
|
|
{$IMPLICITBUILD ON}
|
|
|
|
requires
|
|
rtl;
|
|
|
|
contains
|
|
CustMst in 'CustMst.pas',
|
|
CustMstGroupR in 'CustMstGroupR.pas',
|
|
DefectSaleItem in 'DefectSaleItem.pas',
|
|
DeliveryMst in 'DeliveryMst.pas',
|
|
EmpMst in 'EmpMst.pas',
|
|
EmpMstGroupR in 'EmpMstGroupR.pas',
|
|
GroupMst in 'GroupMst.pas',
|
|
GroupMstLinkR in 'GroupMstLinkR.pas',
|
|
LinkMst in 'LinkMst.pas',
|
|
MachineMst in 'MachineMst.pas',
|
|
MachMonitoring in 'MachMonitoring.pas',
|
|
MaterialData in 'MaterialData.pas',
|
|
MaterialDataR in 'MaterialDataR.pas',
|
|
MaterialMst in 'MaterialMst.pas',
|
|
NilmData in 'NilmData.pas',
|
|
NoticeMst in 'NoticeMst.pas',
|
|
OrderMst in 'OrderMst.pas',
|
|
ProcessDetail in 'ProcessDetail.pas',
|
|
ProcessDetailMatMstR in 'ProcessDetailMatMstR.pas',
|
|
ProcessMstDetailR in 'ProcessMstDetailR.pas',
|
|
ProdessMst in 'ProdessMst.pas',
|
|
ProductInspect in 'ProductInspect.pas',
|
|
ProductInspectDefR in 'ProductInspectDefR.pas',
|
|
ProductMst in 'ProductMst.pas',
|
|
ProductMstMatMstR in 'ProductMstMatMstR.pas',
|
|
ProductOrderMstR in 'ProductOrderMstR.pas',
|
|
ProductPlan in 'ProductPlan.pas',
|
|
ProductPlanInspR in 'ProductPlanInspR.pas',
|
|
ProductPlanSaleItemR in 'ProductPlanSaleItemR.pas',
|
|
ProductPlanWorkSchR in 'ProductPlanWorkSchR.pas',
|
|
PruchaseMst in 'PruchaseMst.pas',
|
|
PurchaseMstMaterialDataR in 'PurchaseMstMaterialDataR.pas',
|
|
RegisterClasses_base in 'RegisterClasses_base.pas',
|
|
SaleItemMst in 'SaleItemMst.pas',
|
|
SaleItemMstDeliveryR in 'SaleItemMstDeliveryR.pas',
|
|
TeamMst in 'TeamMst.pas',
|
|
TmpData in 'TmpData.pas',
|
|
TmpMonitoring in 'TmpMonitoring.pas',
|
|
wItem in 'wItem.pas',
|
|
wObject in 'wObject.pas',
|
|
WorkScheduleMatDataR in 'WorkScheduleMatDataR.pas',
|
|
wRelation in 'wRelation.pas',
|
|
WrokSchedule in 'WrokSchedule.pas',
|
|
wRoot in 'wRoot.pas',
|
|
wSession in 'wSession.pas';
|
|
|
|
end.
|