114 lines
3.4 KiB
Plaintext
114 lines
3.4 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,
|
|
vcl,
|
|
dbrtl,
|
|
vclFireDAC,
|
|
FireDAC,
|
|
FireDACCommonDriver,
|
|
FireDACCommon,
|
|
FireDACPgDriver;
|
|
|
|
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',
|
|
ProcessMst in 'ProcessMst.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',
|
|
PurchaseMst in 'PurchaseMst.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',
|
|
WorkSchedule in 'WorkSchedule.pas',
|
|
wRoot in 'wRoot.pas',
|
|
wSession in 'wSession.pas',
|
|
PurchasePlan in 'PurchasePlan.pas',
|
|
OrderMstSubR in 'OrderMstSubR.pas',
|
|
SubOrder in 'SubOrder.pas',
|
|
MaterialDataPurPlanR in 'MaterialDataPurPlanR.pas',
|
|
OrderMstProdPlanR in 'OrderMstProdPlanR.pas',
|
|
MixMaterialMst in 'MixMaterialMst.pas',
|
|
MixMatMstR in 'MixMatMstR.pas',
|
|
ProductMstMixR in 'ProductMstMixR.pas',
|
|
EtcMachInfo in 'EtcMachInfo.pas',
|
|
MixMatRtpProcR in 'MixMatRtpProcR.pas',
|
|
RtpMaterialInfo in 'RtpMaterialInfo.pas',
|
|
RtpProcessInfo in 'RtpProcessInfo.pas',
|
|
RtpProcRtpMatR in 'RtpProcRtpMatR.pas',
|
|
PartItemMst in 'PartItemMst.pas',
|
|
GeometryMst in 'GeometryMst.pas',
|
|
GeometryPartItemR in 'GeometryPartItemR.pas',
|
|
MachineRepair in 'MachineRepair.pas',
|
|
MachMstMachRepairR in 'MachMstMachRepairR.pas',
|
|
ProgVersionMst in 'ProgVersionMst.pas',
|
|
AlarmLog in 'AlarmLog.pas',
|
|
ProdCarrInven in 'ProdCarrInven.pas',
|
|
WeeklyPlan in 'WeeklyPlan.pas',
|
|
WeeklyScheMst in 'WeeklyScheMst.pas',
|
|
WeeklySchePlanR in 'WeeklySchePlanR.pas',
|
|
MachProcessData in 'MachProcessData.pas',
|
|
EmpLog in 'EmpLog.pas';
|
|
|
|
end.
|