SmartFactory_NEOL/SOURCE/Lib/base/ProductInspectDefR.pas
2026-09-04 14:06:10 +09:00

27 lines
373 B
ObjectPascal

unit ProductInspectDefR;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
wRelation;
type
TProductInspectDefR = class(TwRelation)
private
{ Private declarations }
protected
{ Protected declarations }
public
{ Public declarations }
published
{ Published declarations }
end;
implementation
end.