This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
FactuGES/Agenda/ResourcesEditor.pas
2007-06-26 08:08:27 +00:00

26 lines
518 B
ObjectPascal

unit ResourcesEditor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxSchedulerResourcesLayoutEditor, cxLookAndFeelPainters,
cxControls, cxContainer, cxCheckListBox, StdCtrls, cxButtons;
type
TfmResourcesLayoutEditor3 = class(TfmResourcesLayoutEditor)
private
{ Private declarations }
public
{ Public declarations }
end;
var
fmResourcesLayoutEditor3: TfmResourcesLayoutEditor3;
implementation
{$R *.dfm}
end.