mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 08:21:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| { This file was automatically created by Lazarus. Do not edit!
 | |
|   This source is only used to compile and install the package.
 | |
|  }
 | |
| 
 | |
| unit IDEIntf; 
 | |
| 
 | |
| interface
 | |
| 
 | |
| uses
 | |
|   ActionsEditor, ActionsEditorStd, BaseIDEIntf, CheckGroupEditorDlg, 
 | |
|   CheckListboxEditorDlg, CollectionPropEditForm, ColumnDlg, ComponentEditors, 
 | |
|   ComponentReg, ComponentTreeView, DBPropEdits, fieldseditor, fieldslist, 
 | |
|   FormEditingIntf, frmSelectProps, GraphicPropEdit, GraphPropEdits, 
 | |
|   HeaderControlPropEdit, HelpFPDoc, IDECommands, IDEDialogs, 
 | |
|   IDEExternToolIntf, IDEHelpIntf, IDEImagesIntf, IDEMsgIntf, IDEOptionsIntf, 
 | |
|   IDETextConverter, IDEWindowIntf, ImageListEditor, LazIDEIntf, 
 | |
|   LazStringGridEdit, ListViewPropEdit, MacroIntf, MaskPropEdit, MenuIntf, 
 | |
|   newfield, NewItemIntf, ObjectInspector, ObjInspStrConsts, 
 | |
|   OIFavouriteProperties, PackageIntf, ProjectIntf, ProjectResourcesIntf, 
 | |
|   PropEdits, PropEditUtils, SrcEditorIntf, StatusBarPropEdit, 
 | |
|   StringsPropEditDlg, TextTools, TreeViewPropEdit, CompOptsIntf, 
 | |
|   LazarusPackageIntf;
 | |
| 
 | |
| implementation
 | |
| 
 | |
| procedure Register; 
 | |
| begin
 | |
|   RegisterUnit('IDEWindowIntf', @IDEWindowIntf.Register); 
 | |
| end; 
 | |
| 
 | |
| initialization
 | |
|   RegisterPackage('IDEIntf', @Register); 
 | |
| end.
 | 
