Skip to content

Commit f7ec2bf

Browse files
committed
DPI Adjust
1 parent 7718530 commit f7ec2bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3326
-361
lines changed

activex/reportman.dproj

+41-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
<CfgParent>Base</CfgParent>
2727
<Base>true</Base>
2828
</PropertyGroup>
29+
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
30+
<Base_iOSDevice64>true</Base_iOSDevice64>
31+
<CfgParent>Base</CfgParent>
32+
<Base>true</Base>
33+
</PropertyGroup>
34+
<PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
35+
<Base_iOSSimulator>true</Base_iOSSimulator>
36+
<CfgParent>Base</CfgParent>
37+
<Base>true</Base>
38+
</PropertyGroup>
2939
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
3040
<Base_Win32>true</Base_Win32>
3141
<CfgParent>Base</CfgParent>
@@ -46,6 +56,18 @@
4656
<CfgParent>Base</CfgParent>
4757
<Base>true</Base>
4858
</PropertyGroup>
59+
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
60+
<Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
61+
<CfgParent>Cfg_2</CfgParent>
62+
<Cfg_2>true</Cfg_2>
63+
<Base>true</Base>
64+
</PropertyGroup>
65+
<PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimulator)'!=''">
66+
<Cfg_2_iOSSimulator>true</Cfg_2_iOSSimulator>
67+
<CfgParent>Cfg_2</CfgParent>
68+
<Cfg_2>true</Cfg_2>
69+
<Base>true</Base>
70+
</PropertyGroup>
4971
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
5072
<Cfg_2_Win32>true</Cfg_2_Win32>
5173
<CfgParent>Cfg_2</CfgParent>
@@ -82,6 +104,16 @@
82104
<VerInfo_IncludeVerInfo>false</VerInfo_IncludeVerInfo>
83105
<EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
84106
</PropertyGroup>
107+
<PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
108+
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
109+
<VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
110+
<BT_BuildType>Debug</BT_BuildType>
111+
<VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
112+
</PropertyGroup>
113+
<PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
114+
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
115+
<VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
116+
</PropertyGroup>
85117
<PropertyGroup Condition="'$(Base_Win32)'!=''">
86118
<OutputExt>dll</OutputExt>
87119
<Icon_MainIcon>reportman_Icon1.ico</Icon_MainIcon>
@@ -114,6 +146,12 @@
114146
<DCC_RangeChecking>True</DCC_RangeChecking>
115147
<DCC_Define>REPMANRELEASE;DEBUG;$(DCC_Define)</DCC_Define>
116148
</PropertyGroup>
149+
<PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
150+
<DCC_RemoteDebug>true</DCC_RemoteDebug>
151+
</PropertyGroup>
152+
<PropertyGroup Condition="'$(Cfg_2_iOSSimulator)'!=''">
153+
<DCC_RemoteDebug>true</DCC_RemoteDebug>
154+
</PropertyGroup>
117155
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
118156
<VerInfo_Build>0</VerInfo_Build>
119157
<VerInfo_MajorVer>1</VerInfo_MajorVer>
@@ -133,7 +171,7 @@
133171
<Parameters/>
134172
<Language>
135173
<Language Name="ProjectLang">$00000C0A</Language>
136-
<Language Name="RootDir">..\..\..\Users\toni\Documents\prog\toni\reportmangit\activex\</Language>
174+
<Language Name="RootDir">C:\Users\toni\Documents\prog\toni\reportman\activex\</Language>
137175
</Language>
138176
<VersionInfo>
139177
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
@@ -179,6 +217,8 @@
179217
<Platforms>
180218
<Platform value="Android">False</Platform>
181219
<Platform value="Android64">False</Platform>
220+
<Platform value="iOSDevice64">False</Platform>
221+
<Platform value="iOSSimulator">False</Platform>
182222
<Platform value="Linux64">False</Platform>
183223
<Platform value="Win32">True</Platform>
184224
<Platform value="Win64">False</Platform>

packages/10.4/reportman_rtl.dproj

+24
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
<CfgParent>Base</CfgParent>
2424
<Base>true</Base>
2525
</PropertyGroup>
26+
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
27+
<Base_iOSDevice64>true</Base_iOSDevice64>
28+
<CfgParent>Base</CfgParent>
29+
<Base>true</Base>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
32+
<Base_iOSSimulator>true</Base_iOSSimulator>
33+
<CfgParent>Base</CfgParent>
34+
<Base>true</Base>
35+
</PropertyGroup>
2636
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
2737
<Base_Win32>true</Base_Win32>
2838
<CfgParent>Base</CfgParent>
@@ -78,6 +88,18 @@
7888
<BT_BuildType>Debug</BT_BuildType>
7989
<EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
8090
</PropertyGroup>
91+
<PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
92+
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
93+
<VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
94+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
95+
<BT_BuildType>Debug</BT_BuildType>
96+
<VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
97+
</PropertyGroup>
98+
<PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
99+
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
100+
<VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
101+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
102+
</PropertyGroup>
81103
<PropertyGroup Condition="'$(Base_Win32)'!=''">
82104
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
83105
<BT_BuildType>Debug</BT_BuildType>
@@ -1262,6 +1284,8 @@
12621284
<Platforms>
12631285
<Platform value="Android">False</Platform>
12641286
<Platform value="Android64">False</Platform>
1287+
<Platform value="iOSDevice64">False</Platform>
1288+
<Platform value="iOSSimulator">False</Platform>
12651289
<Platform value="Linux64">False</Platform>
12661290
<Platform value="Win32">True</Platform>
12671291
<Platform value="Win64">False</Platform>

packages/10.4/reportman_vcl.dproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
6363
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
6464
<VerInfo_Locale>1033</VerInfo_Locale>
65-
<DCC_UsePackage>rtl;dbrtl;DbxCommonDriver;IndySystem;IndyProtocols;IndyCore;dsnap;dbexpress;DBXMySQLDriver;DBXInterBaseDriver;FireDAC;FireDACSqliteDriver;FireDACCommonDriver;FireDACCommon;FireDACPgDriver;FireDACMSAccDriver;FireDACCommonODBC;FireDACIBDriver;FireDACMySQLDriver;FireDACADSDriver;ibxpress;reportman_frm103;vclimg;vcl;vclFireDAC;Tee;reportman_rtl103;reportman_rtl;Tee926;$(DCC_UsePackage)</DCC_UsePackage>
65+
<DCC_UsePackage>rtl;dbrtl;DbxCommonDriver;IndySystem;IndyProtocols;IndyCore;dsnap;dbexpress;DBXMySQLDriver;DBXInterBaseDriver;FireDAC;FireDACSqliteDriver;FireDACCommonDriver;FireDACCommon;FireDACPgDriver;FireDACMSAccDriver;FireDACCommonODBC;FireDACIBDriver;FireDACMySQLDriver;FireDACADSDriver;ibxpress;reportman_frm103;vclimg;vcl;vclFireDAC;Tee;reportman_rtl103;reportman_rtl;Tee926;Tee927;$(DCC_UsePackage)</DCC_UsePackage>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(Base_Win64)'!=''">
6868
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>

repman/repmandxp.dproj

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Base>True</Base>
1111
<AppType>Application</AppType>
1212
<FrameworkType>VCL</FrameworkType>
13-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
13+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
1414
<TargetedPlatforms>3</TargetedPlatforms>
1515
</PropertyGroup>
1616
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
@@ -158,6 +158,7 @@
158158
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
159159
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
160160
<BT_BuildType>Debug</BT_BuildType>
161+
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
161162
</PropertyGroup>
162163
<ProjectExtensions>
163164
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
@@ -196,10 +197,8 @@
196197
<Source Name="MainSource">repmandxp.dpr</Source>
197198
</Source>
198199
<Excluded_Packages>
199-
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k250.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
200-
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp250.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
201-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
202-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
200+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
201+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
203202
</Excluded_Packages>
204203
</Delphi.Personality>
205204
<Platforms>

0 commit comments

Comments
 (0)