Changeset 482 for trunk/Packages/DpiControls/DpiControls.lpk
- Timestamp:
- Dec 8, 2023, 10:49:12 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/DpiControls/DpiControls.lpk
r468 r482 13 13 <SyntaxOptions> 14 14 <SyntaxMode Value="Delphi"/> 15 <CStyleOperator Value="False"/> 16 <AllowLabel Value="False"/> 17 <CPPInline Value="False"/> 15 18 </SyntaxOptions> 16 19 </Parsing> 20 <CodeGeneration> 21 <Optimizations> 22 <OptimizationLevel Value="0"/> 23 </Optimizations> 24 </CodeGeneration> 25 <Linking> 26 <Debugging> 27 <GenerateDebugInfo Value="False"/> 28 </Debugging> 29 </Linking> 30 <Other> 31 <CompilerMessages> 32 <IgnoredMessages idx3123="True"/> 33 </CompilerMessages> 34 </Other> 17 35 </CompilerOptions> 18 36 <Description Value="Controls with dimensions independent to screen DPI setting. The controls use internally VCL controls. All positions and sizes are scaled from DPI independent values."/>
Note:
See TracChangeset
for help on using the changeset viewer.