diff --git a/Lib/D11/GUISDK_D11.bpl b/Lib/D11/GUISDK_D11.bpl new file mode 100644 index 0000000..26803f6 Binary files /dev/null and b/Lib/D11/GUISDK_D11.bpl differ diff --git a/Lib/D11/GUISDK_D11.dcp b/Lib/D11/GUISDK_D11.dcp new file mode 100644 index 0000000..a63f80d Binary files /dev/null and b/Lib/D11/GUISDK_D11.dcp differ diff --git a/Lib/D11/GUISDK_D11.dcu b/Lib/D11/GUISDK_D11.dcu new file mode 100644 index 0000000..18cdf57 Binary files /dev/null and b/Lib/D11/GUISDK_D11.dcu differ diff --git a/Lib/D11/uCustomEditor.dcu b/Lib/D11/uCustomEditor.dcu new file mode 100644 index 0000000..bed35fe Binary files /dev/null and b/Lib/D11/uCustomEditor.dcu differ diff --git a/Lib/D11/uCustomView.dcu b/Lib/D11/uCustomView.dcu new file mode 100644 index 0000000..8dc7550 Binary files /dev/null and b/Lib/D11/uCustomView.dcu differ diff --git a/Lib/D11/uGUIBase.dcu b/Lib/D11/uGUIBase.dcu new file mode 100644 index 0000000..3adf076 Binary files /dev/null and b/Lib/D11/uGUIBase.dcu differ diff --git a/Lib/D11/uGUIUtils.dcu b/Lib/D11/uGUIUtils.dcu new file mode 100644 index 0000000..c229ecb Binary files /dev/null and b/Lib/D11/uGUIUtils.dcu differ diff --git a/Packages/GUISDK_D11.dpk b/Packages/GUISDK_D11.dpk new file mode 100644 index 0000000..3d69568 --- /dev/null +++ b/Packages/GUISDK_D11.dpk @@ -0,0 +1,45 @@ +package GUISDK_D11; + +{$R *.res} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS OFF} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION ON} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES OFF} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'GUI SDK para Delphi 2007'} +{$IMPLICITBUILD OFF} +{$DEFINE DEBUG} + +requires + vcl, + rtl, + designide, + vclactnband, + vclx, + ccpackD11, + cfpack_D11, + xmlrtl; + +contains + uCustomView in '..\Source\uCustomView.pas', + uCustomEditor in '..\Source\uCustomEditor.pas', + uGUIBase in '..\Source\uGUIBase.pas', + uGUIUtils in '..\Source\uGUIUtils.pas'; + +end. diff --git a/Packages/GUISDK_D11.dproj b/Packages/GUISDK_D11.dproj new file mode 100644 index 0000000..34736b1 --- /dev/null +++ b/Packages/GUISDK_D11.dproj @@ -0,0 +1,646 @@ + + + {559ec84b-9aef-4f3c-85e8-18113e7a29a2} + GUISDK_D11.dpk + Debug + AnyCPU + DCC32 + ..\Lib\D11\GUISDK_D11.bpl + + + 7.0 + False + False + 0 + RELEASE + ..\Lib\D11 + ..\Lib\D11 + ..\Lib\D11 + ..\Lib\D11 + ..\Lib\D11 + + + 7.0 + False + False + 0 + DEBUG + ..\Lib\D11 + ..\Lib\D11 + ..\Lib\D11 + ..\Lib\D11 + ..\Lib\D11 + + + Delphi.Personality + Package + + + False + True + False + + + GUI SDK para Delphi 2007 + False + False + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 3082 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CodeGear WebSnap Components + CodeGear SOAP Components + Microsoft Office XP Sample Automation Server Wrapper Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + + + GUISDK_D11.dpk + + + + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Packages/GUISDK_D11.res b/Packages/GUISDK_D11.res new file mode 100644 index 0000000..86c94e6 Binary files /dev/null and b/Packages/GUISDK_D11.res differ