SmartFactory_NEOL/SOURCE/NEOL-MES/base/__history/CustMstGroupR.pas.~1~
2026-09-04 14:06:10 +09:00

27 lines
372 B
Plaintext

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