Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / components / activex / activexstrconsts.pas
Size: Mime:
unit activexstrconsts;

{$mode objfpc}{$H+}

interface

resourcestring
  axImportTypeLibrary = 'Import Type Library';
  axSelectDirectoryToStorePackagePLpk = 'Select directory to store package %sP.lpk';
  axFileContainingTypeLibrary = 'File containing type library:';
  axCreateVisualComponentTActiveXContainerDescendant = 'Create visual '
    +'component (TActiveXContainer descendant)';
  axCreatePackage = 'Create package';
  axConvertDependantTypelibs = 'Convert dependant typelibs';
  axTypeLibraryFilesTlbDllExeOcxOlbTlbDllExeOcxOlbAllF = 'Type library files ('
    +'*.tlb;*.dll;*.exe;*.ocx;*.olb)|*.tlb;*.dll;*.exe;*.ocx;*.olb|All Files ('
    +'*.*)|*.*';
  axImportTypeLibraryMenu = 'Import Type Library ...';

implementation

end.