Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv436/Source/Design Modified Files: InstantAbout.pas InstantAttributeEditor.pas InstantClassEditor.pas InstantCommandEditor.pas InstantDesignResources.pas InstantDesignTools.pas InstantDesignUtils.pas InstantDialog.pas InstantDualList.pas InstantEdit.pas InstantModelExpert.pas InstantModelExplorer.pas InstantUnitSelect.pas InstantWizard.pas Removed Files: iodes50.dpk Log Message: Porting to Delphi 5 --- iodes50.dpk DELETED --- Index: InstantEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantEdit.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantEdit.pas 20 Jul 2004 11:07:49 -0000 1.2 --- InstantEdit.pas 10 Feb 2005 23:06:32 -0000 1.3 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, DB, Index: InstantCommandEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantCommandEditor.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantCommandEditor.pas 20 Jul 2004 11:07:49 -0000 1.2 --- InstantCommandEditor.pas 10 Feb 2005 23:06:32 -0000 1.3 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, Index: InstantModelExplorer.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantModelExplorer.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantModelExplorer.pas 27 Aug 2004 14:33:10 -0000 1.4 --- InstantModelExplorer.pas 10 Feb 2005 23:06:32 -0000 1.5 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, IniFiles, Index: InstantDesignResources.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignResources.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDesignResources.pas 20 Jul 2004 16:39:08 -0000 1.3 --- InstantDesignResources.pas 10 Feb 2005 23:06:32 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Index: InstantDualList.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDualList.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantDualList.pas 20 Jul 2004 11:07:49 -0000 1.2 --- InstantDualList.pas 10 Feb 2005 23:06:32 -0000 1.3 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, Index: InstantModelExpert.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantModelExpert.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantModelExpert.pas 17 Nov 2004 20:59:49 -0000 1.5 --- InstantModelExpert.pas 10 Feb 2005 23:06:32 -0000 1.6 *************** *** 40,43 **** --- 40,48 ---- InstantDesignResources, InstantModelExplorer, InstantCode, ExtCtrls, Forms; + {$IFDEF VER130} + const + sLineBreak = #13#10; + {$ENDIF} + type TIOMetaDataCheckState = (mcNeverChecked, mcCheckError, mcCheckCorrect); Index: InstantDialog.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDialog.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantDialog.pas 20 Jul 2004 11:07:49 -0000 1.2 --- InstantDialog.pas 10 Feb 2005 23:06:32 -0000 1.3 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Index: InstantWizard.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantWizard.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantWizard.pas 20 Jul 2004 11:07:49 -0000 1.2 --- InstantWizard.pas 10 Feb 2005 23:06:32 -0000 1.3 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, InstantDialog, Index: InstantAttributeEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantAttributeEditor.pas,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** InstantAttributeEditor.pas 17 Nov 2004 20:59:49 -0000 1.8 --- InstantAttributeEditor.pas 10 Feb 2005 23:06:31 -0000 1.9 *************** *** 34,37 **** --- 34,39 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, Index: InstantAbout.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantAbout.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantAbout.pas 29 Jul 2004 20:43:15 -0000 1.3 --- InstantAbout.pas 10 Feb 2005 23:06:31 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, *************** *** 91,96 **** TitleLabel.Font.Size := 18; TitleLabel.Font.Style := [fsBold]; ! //Package version ! S := Format('Version %d.%d.%d %s', [1,6,6,'MPL']); {$ENDIF} VersionLabel.Caption := S; --- 93,98 ---- TitleLabel.Font.Size := 18; TitleLabel.Font.Style := [fsBold]; ! //Package version for Kylix ! S := Format('Version %d.%d.%d %s', [2,0,0,'MPL']); {$ENDIF} VersionLabel.Caption := S; Index: InstantDesignTools.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignTools.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDesignTools.pas 4 Aug 2004 22:43:40 -0000 1.4 --- InstantDesignTools.pas 10 Feb 2005 23:06:32 -0000 1.5 *************** *** 35,40 **** uses Classes, - {$IFDEF MSWINDOWS} {$I ..\core\InstantDefines.inc} {$IFDEF D6+} DesignIntf, DesignEditors, --- 35,40 ---- uses Classes, {$I ..\core\InstantDefines.inc} + {$IFDEF MSWINDOWS} {$IFDEF D6+} DesignIntf, DesignEditors, *************** *** 47,51 **** DesignIntf, DesignEditors, ClxStrEdit, {$ENDIF} ! StrEdit, InstantPresentation, ColnEdit; type --- 47,51 ---- DesignIntf, DesignEditors, ClxStrEdit, {$ENDIF} ! StrEdit, ColnEdit, InstantPresentation; type Index: InstantDesignUtils.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignUtils.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDesignUtils.pas 20 Jul 2004 11:07:49 -0000 1.3 --- InstantDesignUtils.pas 10 Feb 2005 23:06:32 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses DB, Index: InstantUnitSelect.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantUnitSelect.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantUnitSelect.pas 20 Jul 2004 16:39:08 -0000 1.3 --- InstantUnitSelect.pas 10 Feb 2005 23:06:32 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, Index: InstantClassEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantClassEditor.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantClassEditor.pas 20 Jul 2004 16:39:08 -0000 1.3 --- InstantClassEditor.pas 10 Feb 2005 23:06:32 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- interface + {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} + uses SysUtils, Classes, DB, Contnrs, InstantPresentation, |