BSOne.SFC/EM.Lib/DelphiUIAutomation/controls/AutomatedControls.dpk

47 lines
1.0 KiB
Plaintext

package AutomatedControls;
{$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;
contains
UIAutomationCore_TLB in 'UIAutomationCore_TLB.pas',
AutomatedStringGrid in 'AutomatedStringGrid.pas',
AutomatedEdit in 'AutomatedEdit.pas',
AutomatedCombobox in 'AutomatedCombobox.pas',
AutomatedMaskEdit in 'AutomatedMaskEdit.pas',
AutomatedStaticText in 'AutomatedStaticText.pas',
AutomatedCustomPanel in 'AutomatedCustomPanel.pas',
AutomatedButton in 'AutomatedButton.pas',
AutomatedStringGridItem in 'AutomatedStringGridItem.pas';
end.