mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 18:58:12 +02:00
examples: affinetransforms - use FPC resources, position form on the screen center
git-svn-id: trunk@26894 -
This commit is contained in:
parent
02fc6db99f
commit
e6e6fe5c0a
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -2766,10 +2766,8 @@ examples/affinetransforms/buy_64.bmp -text
|
||||
examples/affinetransforms/project1.lfm svneol=native#text/plain
|
||||
examples/affinetransforms/project1.lpi svneol=native#text/plain
|
||||
examples/affinetransforms/project1.lpr svneol=native#text/plain
|
||||
examples/affinetransforms/project1.manifest svneol=native#text/plain
|
||||
examples/affinetransforms/project1.rc svneol=native#text/plain
|
||||
examples/affinetransforms/project1.res -text
|
||||
examples/affinetransforms/unit1.lfm svneol=native#text/plain
|
||||
examples/affinetransforms/unit1.lrs svneol=native#text/plain
|
||||
examples/affinetransforms/unit1.pas svneol=native#text/plain
|
||||
examples/anchordocking/README.txt svneol=native#text/plain
|
||||
examples/anchordocking/anchordocking.lpk svneol=native#text/plain
|
||||
|
@ -2,15 +2,15 @@
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="7"/>
|
||||
<Version Value="8"/>
|
||||
<General>
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=".exe"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<ActiveEditorIndexAtStart Value="0"/>
|
||||
<ActiveWindowIndexAtStart Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<ProjectVersion Value=""/>
|
||||
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
@ -34,11 +34,13 @@
|
||||
<Filename Value="project1.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="project1"/>
|
||||
<CursorPos X="13" Y="18"/>
|
||||
<TopLine Value="1"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<WindowIndex Value="0"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="12"/>
|
||||
<UsageCount Value="169"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
@ -46,262 +48,264 @@
|
||||
<ComponentName Value="Form1"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="Unit1"/>
|
||||
<CursorPos X="60" Y="28"/>
|
||||
<TopLine Value="1"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="0"/>
|
||||
<WindowIndex Value="0"/>
|
||||
<TopLine Value="29"/>
|
||||
<CursorPos X="10" Y="37"/>
|
||||
<UsageCount Value="169"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="..\KComponents\source\kgrids.pas"/>
|
||||
<UnitName Value="KGrids"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="49"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
<Filename Value="C:\lazarusSVN\lcl\printers.pas"/>
|
||||
<UnitName Value="Printers"/>
|
||||
<CursorPos X="1" Y="379"/>
|
||||
<TopLine Value="351"/>
|
||||
<CursorPos X="1" Y="379"/>
|
||||
<UsageCount Value="7"/>
|
||||
</Unit3>
|
||||
<Unit4>
|
||||
<Filename Value="..\KComponents\source\kcontrols.pas"/>
|
||||
<UnitName Value="KControls"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="48"/>
|
||||
</Unit4>
|
||||
<Unit5>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\canvas.inc"/>
|
||||
<CursorPos X="1" Y="1196"/>
|
||||
<TopLine Value="1168"/>
|
||||
<CursorPos X="1" Y="1196"/>
|
||||
<UsageCount Value="44"/>
|
||||
</Unit5>
|
||||
<Unit6>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\winapi.inc"/>
|
||||
<CursorPos X="1" Y="736"/>
|
||||
<TopLine Value="708"/>
|
||||
<CursorPos X="1" Y="736"/>
|
||||
<UsageCount Value="73"/>
|
||||
</Unit6>
|
||||
<Unit7>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\win32\win32winapi.inc"/>
|
||||
<CursorPos X="1" Y="3337"/>
|
||||
<TopLine Value="3293"/>
|
||||
<CursorPos X="1" Y="3337"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit7>
|
||||
<Unit8>
|
||||
<Filename Value="..\KComponents\source\kgraphics.pas"/>
|
||||
<UnitName Value="KGraphics"/>
|
||||
<CursorPos X="1" Y="863"/>
|
||||
<TopLine Value="835"/>
|
||||
<CursorPos X="1" Y="863"/>
|
||||
<UsageCount Value="45"/>
|
||||
</Unit8>
|
||||
<Unit9>
|
||||
<Filename Value="C:\lazarusSVN\lcl\lcltype.pp"/>
|
||||
<UnitName Value="LCLType"/>
|
||||
<CursorPos X="3" Y="1411"/>
|
||||
<TopLine Value="1383"/>
|
||||
<CursorPos X="3" Y="1411"/>
|
||||
<UsageCount Value="23"/>
|
||||
</Unit9>
|
||||
<Unit10>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\customcontrol.inc"/>
|
||||
<CursorPos X="1" Y="115"/>
|
||||
<TopLine Value="84"/>
|
||||
<CursorPos X="1" Y="115"/>
|
||||
<UsageCount Value="14"/>
|
||||
</Unit10>
|
||||
<Unit11>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\wincontrol.inc"/>
|
||||
<CursorPos X="1" Y="5036"/>
|
||||
<TopLine Value="5008"/>
|
||||
<CursorPos X="1" Y="5036"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit11>
|
||||
<Unit12>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\control.inc"/>
|
||||
<CursorPos X="1" Y="1637"/>
|
||||
<TopLine Value="1609"/>
|
||||
<CursorPos X="1" Y="1637"/>
|
||||
<UsageCount Value="26"/>
|
||||
</Unit12>
|
||||
<Unit13>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\customform.inc"/>
|
||||
<CursorPos X="1" Y="1060"/>
|
||||
<TopLine Value="1032"/>
|
||||
<CursorPos X="1" Y="1060"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit13>
|
||||
<Unit14>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtwinapi.inc"/>
|
||||
<CursorPos X="75" Y="4578"/>
|
||||
<TopLine Value="4545"/>
|
||||
<CursorPos X="75" Y="4578"/>
|
||||
<UsageCount Value="45"/>
|
||||
</Unit14>
|
||||
<Unit15>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtwidgets.pas"/>
|
||||
<UnitName Value="qtwidgets"/>
|
||||
<CursorPos X="1" Y="3845"/>
|
||||
<TopLine Value="3817"/>
|
||||
<CursorPos X="1" Y="3845"/>
|
||||
<UsageCount Value="17"/>
|
||||
</Unit15>
|
||||
<Unit16>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\winapih.inc"/>
|
||||
<CursorPos X="10" Y="84"/>
|
||||
<TopLine Value="56"/>
|
||||
<CursorPos X="10" Y="84"/>
|
||||
<UsageCount Value="38"/>
|
||||
</Unit16>
|
||||
<Unit17>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfacebase.pp"/>
|
||||
<UnitName Value="InterfaceBase"/>
|
||||
<CursorPos X="78" Y="11"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="78" Y="11"/>
|
||||
<UsageCount Value="9"/>
|
||||
</Unit17>
|
||||
<Unit18>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\intfbasewinapi.inc"/>
|
||||
<CursorPos X="19" Y="1102"/>
|
||||
<TopLine Value="1074"/>
|
||||
<CursorPos X="19" Y="1102"/>
|
||||
<UsageCount Value="9"/>
|
||||
</Unit18>
|
||||
<Unit19>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\win32\win32winapih.inc"/>
|
||||
<CursorPos X="1" Y="208"/>
|
||||
<TopLine Value="155"/>
|
||||
<CursorPos X="1" Y="208"/>
|
||||
<UsageCount Value="2"/>
|
||||
</Unit19>
|
||||
<Unit20>
|
||||
<Filename Value="C:\fpc\2.2.4\source\rtl\objpas\types.pp"/>
|
||||
<UnitName Value="types"/>
|
||||
<CursorPos X="29" Y="114"/>
|
||||
<TopLine Value="77"/>
|
||||
<CursorPos X="29" Y="114"/>
|
||||
<UsageCount Value="7"/>
|
||||
</Unit20>
|
||||
<Unit21>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtobjects.pas"/>
|
||||
<UnitName Value="qtobjects"/>
|
||||
<CursorPos X="19" Y="338"/>
|
||||
<TopLine Value="295"/>
|
||||
<CursorPos X="19" Y="338"/>
|
||||
<UsageCount Value="9"/>
|
||||
</Unit21>
|
||||
<Unit22>
|
||||
<Filename Value="C:\lazarusSVN\lcl\themes.pas"/>
|
||||
<UnitName Value="Themes"/>
|
||||
<CursorPos X="1" Y="622"/>
|
||||
<TopLine Value="594"/>
|
||||
<CursorPos X="1" Y="622"/>
|
||||
<UsageCount Value="22"/>
|
||||
</Unit22>
|
||||
<Unit23>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtwinapih.inc"/>
|
||||
<CursorPos X="10" Y="127"/>
|
||||
<TopLine Value="84"/>
|
||||
<CursorPos X="10" Y="127"/>
|
||||
<UsageCount Value="42"/>
|
||||
</Unit23>
|
||||
<Unit24>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtint.pp"/>
|
||||
<UnitName Value="qtint"/>
|
||||
<CursorPos X="1" Y="29"/>
|
||||
<TopLine Value="29"/>
|
||||
<CursorPos X="1" Y="29"/>
|
||||
<UsageCount Value="42"/>
|
||||
</Unit24>
|
||||
<Unit25>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtobject.inc"/>
|
||||
<CursorPos X="18" Y="178"/>
|
||||
<TopLine Value="156"/>
|
||||
<CursorPos X="18" Y="178"/>
|
||||
<UsageCount Value="43"/>
|
||||
</Unit25>
|
||||
<Unit26>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qt45.pas"/>
|
||||
<UnitName Value="qt45"/>
|
||||
<CursorPos X="1" Y="13366"/>
|
||||
<TopLine Value="13338"/>
|
||||
<CursorPos X="1" Y="13366"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit26>
|
||||
<Unit27>
|
||||
<Filename Value="C:\lazarusSVN\lcl\graphics.pp"/>
|
||||
<UnitName Value="Graphics"/>
|
||||
<CursorPos X="11" Y="1790"/>
|
||||
<TopLine Value="1762"/>
|
||||
<CursorPos X="11" Y="1790"/>
|
||||
<UsageCount Value="22"/>
|
||||
</Unit27>
|
||||
<Unit28>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtthemes.pas"/>
|
||||
<UnitName Value="QtThemes"/>
|
||||
<CursorPos X="33" Y="168"/>
|
||||
<TopLine Value="143"/>
|
||||
<CursorPos X="33" Y="168"/>
|
||||
<UsageCount Value="1"/>
|
||||
</Unit28>
|
||||
<Unit29>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkwinapi.inc"/>
|
||||
<CursorPos X="1" Y="8063"/>
|
||||
<TopLine Value="8035"/>
|
||||
<CursorPos X="1" Y="8063"/>
|
||||
<UsageCount Value="65"/>
|
||||
</Unit29>
|
||||
<Unit30>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkproc.pp"/>
|
||||
<UnitName Value="GTKProc"/>
|
||||
<CursorPos X="18" Y="451"/>
|
||||
<TopLine Value="422"/>
|
||||
<CursorPos X="18" Y="451"/>
|
||||
<UsageCount Value="34"/>
|
||||
</Unit30>
|
||||
<Unit31>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkproc.inc"/>
|
||||
<CursorPos X="1" Y="3714"/>
|
||||
<TopLine Value="3686"/>
|
||||
<CursorPos X="1" Y="3714"/>
|
||||
<UsageCount Value="34"/>
|
||||
</Unit31>
|
||||
<Unit32>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk2\src\gtk+\gdk\gdkwindow.inc"/>
|
||||
<CursorPos X="10" Y="449"/>
|
||||
<TopLine Value="449"/>
|
||||
<CursorPos X="10" Y="449"/>
|
||||
<UsageCount Value="34"/>
|
||||
</Unit32>
|
||||
<Unit33>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk2\src\gtk+\gdk\gdktypes.inc"/>
|
||||
<CursorPos X="14" Y="37"/>
|
||||
<TopLine Value="8"/>
|
||||
<CursorPos X="14" Y="37"/>
|
||||
<UsageCount Value="34"/>
|
||||
</Unit33>
|
||||
<Unit34>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk2\src\glib\gtypes.inc"/>
|
||||
<CursorPos X="14" Y="33"/>
|
||||
<TopLine Value="5"/>
|
||||
<CursorPos X="14" Y="33"/>
|
||||
<UsageCount Value="34"/>
|
||||
</Unit34>
|
||||
<Unit35>
|
||||
<Filename Value="C:\fpc\2.2.4\source\rtl\inc\ctypes.pp"/>
|
||||
<UnitName Value="ctypes"/>
|
||||
<CursorPos X="3" Y="49"/>
|
||||
<TopLine Value="29"/>
|
||||
<CursorPos X="3" Y="49"/>
|
||||
<UsageCount Value="34"/>
|
||||
</Unit35>
|
||||
<Unit36>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkwinapih.inc"/>
|
||||
<CursorPos X="10" Y="107"/>
|
||||
<TopLine Value="79"/>
|
||||
<CursorPos X="10" Y="107"/>
|
||||
<UsageCount Value="39"/>
|
||||
</Unit36>
|
||||
<Unit37>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkdef.pp"/>
|
||||
<UnitName Value="GtkDef"/>
|
||||
<CursorPos X="15" Y="338"/>
|
||||
<TopLine Value="310"/>
|
||||
<CursorPos X="15" Y="338"/>
|
||||
<UsageCount Value="64"/>
|
||||
</Unit37>
|
||||
<Unit38>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkdevicecontext.inc"/>
|
||||
<CursorPos X="1" Y="574"/>
|
||||
<TopLine Value="546"/>
|
||||
<CursorPos X="1" Y="574"/>
|
||||
<UsageCount Value="64"/>
|
||||
</Unit38>
|
||||
<Unit39>
|
||||
<Filename Value="C:\lazarusSVN\lcl\graphmath.pp"/>
|
||||
<UnitName Value="GraphMath"/>
|
||||
<CursorPos X="1" Y="627"/>
|
||||
<TopLine Value="599"/>
|
||||
<CursorPos X="1" Y="627"/>
|
||||
<UsageCount Value="19"/>
|
||||
</Unit39>
|
||||
<Unit40>
|
||||
<Filename Value="C:\fpc\2.2.4\source\rtl\objpas\classes\classesh.inc"/>
|
||||
<CursorPos X="30" Y="33"/>
|
||||
<TopLine Value="4"/>
|
||||
<CursorPos X="30" Y="33"/>
|
||||
<UsageCount Value="17"/>
|
||||
</Unit40>
|
||||
<Unit41>
|
||||
@ -310,264 +314,264 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="KPrintSetup"/>
|
||||
<CursorPos X="84" Y="109"/>
|
||||
<TopLine Value="89"/>
|
||||
<CursorPos X="84" Y="109"/>
|
||||
<UsageCount Value="29"/>
|
||||
</Unit41>
|
||||
<Unit42>
|
||||
<Filename Value="..\KComponents\source\khexeditor.pas"/>
|
||||
<UnitName Value="KHexEditor"/>
|
||||
<CursorPos X="1" Y="1823"/>
|
||||
<TopLine Value="1795"/>
|
||||
<CursorPos X="1" Y="1823"/>
|
||||
<UsageCount Value="16"/>
|
||||
</Unit42>
|
||||
<Unit43>
|
||||
<Filename Value="C:\fpc\2.2.4\source\rtl\inc\systemh.inc"/>
|
||||
<CursorPos X="3" Y="212"/>
|
||||
<TopLine Value="184"/>
|
||||
<CursorPos X="3" Y="212"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit43>
|
||||
<Unit44>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\brush.inc"/>
|
||||
<CursorPos X="1" Y="158"/>
|
||||
<TopLine Value="130"/>
|
||||
<CursorPos X="1" Y="158"/>
|
||||
<UsageCount Value="11"/>
|
||||
</Unit44>
|
||||
<Unit45>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\qt\qtcaret.pas"/>
|
||||
<UnitName Value="QtCaret"/>
|
||||
<CursorPos X="1" Y="211"/>
|
||||
<TopLine Value="183"/>
|
||||
<CursorPos X="1" Y="211"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit45>
|
||||
<Unit46>
|
||||
<Filename Value="C:\lazarusSVN\components\synedit\synedit.pp"/>
|
||||
<UnitName Value="SynEdit"/>
|
||||
<CursorPos X="29" Y="4386"/>
|
||||
<TopLine Value="4362"/>
|
||||
<CursorPos X="29" Y="4386"/>
|
||||
<UsageCount Value="15"/>
|
||||
</Unit46>
|
||||
<Unit47>
|
||||
<Filename Value="C:\lazarusSVN\components\synedit\syneditmiscclasses.pp"/>
|
||||
<UnitName Value="SynEditMiscClasses"/>
|
||||
<CursorPos X="3" Y="94"/>
|
||||
<TopLine Value="66"/>
|
||||
<CursorPos X="3" Y="94"/>
|
||||
<UsageCount Value="15"/>
|
||||
</Unit47>
|
||||
<Unit48>
|
||||
<Filename Value="C:\lazarusSVN\lcl\controls.pp"/>
|
||||
<UnitName Value="Controls"/>
|
||||
<CursorPos X="1" Y="2656"/>
|
||||
<TopLine Value="2628"/>
|
||||
<CursorPos X="1" Y="2656"/>
|
||||
<UsageCount Value="31"/>
|
||||
</Unit48>
|
||||
<Unit49>
|
||||
<Filename Value="C:\lazarusSVN\lcl\customtimer.pas"/>
|
||||
<UnitName Value="CustomTimer"/>
|
||||
<CursorPos X="1" Y="198"/>
|
||||
<TopLine Value="161"/>
|
||||
<CursorPos X="1" Y="198"/>
|
||||
<UsageCount Value="17"/>
|
||||
</Unit49>
|
||||
<Unit50>
|
||||
<Filename Value="..\KComponents\source\keditcommon.pas"/>
|
||||
<UnitName Value="KEditCommon"/>
|
||||
<CursorPos X="19" Y="393"/>
|
||||
<TopLine Value="357"/>
|
||||
<CursorPos X="19" Y="393"/>
|
||||
<UsageCount Value="13"/>
|
||||
</Unit50>
|
||||
<Unit51>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkint.pp"/>
|
||||
<UnitName Value="GtkInt"/>
|
||||
<CursorPos X="3" Y="279"/>
|
||||
<TopLine Value="251"/>
|
||||
<CursorPos X="3" Y="279"/>
|
||||
<UsageCount Value="29"/>
|
||||
</Unit51>
|
||||
<Unit52>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkwidgetset.inc"/>
|
||||
<CursorPos X="18" Y="1542"/>
|
||||
<TopLine Value="1524"/>
|
||||
<CursorPos X="18" Y="1542"/>
|
||||
<UsageCount Value="35"/>
|
||||
</Unit52>
|
||||
<Unit53>
|
||||
<Filename Value="..\KComponents\packages\kcontrols\kcontrolslaz.pas"/>
|
||||
<UnitName Value="KControlsLaz"/>
|
||||
<CursorPos X="29" Y="12"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="29" Y="12"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit53>
|
||||
<Unit54>
|
||||
<Filename Value="C:\fpc\2.2.4\source\rtl\win\wininc\base.inc"/>
|
||||
<CursorPos X="113" Y="3"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="113" Y="3"/>
|
||||
<UsageCount Value="7"/>
|
||||
</Unit54>
|
||||
<Unit55>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\intfbaselcl.inc"/>
|
||||
<CursorPos X="1" Y="620"/>
|
||||
<TopLine Value="592"/>
|
||||
<CursorPos X="1" Y="620"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit55>
|
||||
<Unit56>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\lclintfh.inc"/>
|
||||
<CursorPos X="10" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="10" Y="1"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit56>
|
||||
<Unit57>
|
||||
<Filename Value="C:\lazarusSVN\lcl\graphtype.pp"/>
|
||||
<UnitName Value="GraphType"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="25"/>
|
||||
</Unit57>
|
||||
<Unit58>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\lclintf.inc"/>
|
||||
<CursorPos X="1" Y="418"/>
|
||||
<TopLine Value="390"/>
|
||||
<CursorPos X="1" Y="418"/>
|
||||
<UsageCount Value="19"/>
|
||||
</Unit58>
|
||||
<Unit59>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkthemes.pas"/>
|
||||
<UnitName Value="GtkThemes"/>
|
||||
<CursorPos X="10" Y="464"/>
|
||||
<TopLine Value="437"/>
|
||||
<CursorPos X="10" Y="464"/>
|
||||
<UsageCount Value="25"/>
|
||||
</Unit59>
|
||||
<Unit60>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtklclintfh.inc"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="33"/>
|
||||
</Unit60>
|
||||
<Unit61>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtklclintf.inc"/>
|
||||
<CursorPos X="17" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="17" Y="1"/>
|
||||
<UsageCount Value="33"/>
|
||||
</Unit61>
|
||||
<Unit62>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\application.inc"/>
|
||||
<CursorPos X="1" Y="39"/>
|
||||
<TopLine Value="11"/>
|
||||
<CursorPos X="1" Y="39"/>
|
||||
<UsageCount Value="19"/>
|
||||
</Unit62>
|
||||
<Unit63>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk2\gtk2lclintf.inc"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="30"/>
|
||||
</Unit63>
|
||||
<Unit64>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk2\gtk2winapi.inc"/>
|
||||
<CursorPos X="15" Y="592"/>
|
||||
<TopLine Value="564"/>
|
||||
<CursorPos X="15" Y="592"/>
|
||||
<UsageCount Value="33"/>
|
||||
</Unit64>
|
||||
<Unit65>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\font.inc"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="24"/>
|
||||
</Unit65>
|
||||
<Unit66>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\controlcanvas.inc"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="20"/>
|
||||
</Unit66>
|
||||
<Unit67>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk2\src\pango\pango-font.inc"/>
|
||||
<CursorPos X="30" Y="178"/>
|
||||
<TopLine Value="169"/>
|
||||
<CursorPos X="30" Y="178"/>
|
||||
<UsageCount Value="8"/>
|
||||
</Unit67>
|
||||
<Unit68>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkfontcache.pas"/>
|
||||
<UnitName Value="GtkFontCache"/>
|
||||
<CursorPos X="1" Y="230"/>
|
||||
<TopLine Value="202"/>
|
||||
<CursorPos X="1" Y="230"/>
|
||||
<UsageCount Value="11"/>
|
||||
</Unit68>
|
||||
<Unit69>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk2\src\pango\pango-layout.inc"/>
|
||||
<CursorPos X="10" Y="66"/>
|
||||
<TopLine Value="38"/>
|
||||
<CursorPos X="10" Y="66"/>
|
||||
<UsageCount Value="8"/>
|
||||
</Unit69>
|
||||
<Unit70>
|
||||
<Filename Value="C:\lazarusSVN\lcl\dynhasharray.pp"/>
|
||||
<UnitName Value="DynHashArray"/>
|
||||
<CursorPos X="1" Y="626"/>
|
||||
<TopLine Value="598"/>
|
||||
<CursorPos X="1" Y="626"/>
|
||||
<UsageCount Value="9"/>
|
||||
</Unit70>
|
||||
<Unit71>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk2\src\gtk+\gtk\gtkwidget.inc"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<UsageCount Value="16"/>
|
||||
</Unit71>
|
||||
<Unit72>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk2\gtk2devicecontext.inc"/>
|
||||
<CursorPos X="63" Y="2"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="63" Y="2"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit72>
|
||||
<Unit73>
|
||||
<Filename Value="C:\fpc\2.2.4\source\packages\gtk1\src\gdk\gdkmain.pp"/>
|
||||
<UnitName Value="gdkmain"/>
|
||||
<CursorPos X="25" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="25" Y="1"/>
|
||||
<UsageCount Value="14"/>
|
||||
</Unit73>
|
||||
<Unit74>
|
||||
<Filename Value="C:\lazarusSVN\lcl\lclproc.pas"/>
|
||||
<UnitName Value="LCLProc"/>
|
||||
<CursorPos X="12" Y="1815"/>
|
||||
<TopLine Value="1797"/>
|
||||
<CursorPos X="12" Y="1815"/>
|
||||
<UsageCount Value="18"/>
|
||||
</Unit74>
|
||||
<Unit75>
|
||||
<Filename Value="C:\lazarusSVN\lcl\intfgraphics.pas"/>
|
||||
<UnitName Value="IntfGraphics"/>
|
||||
<CursorPos X="24" Y="5143"/>
|
||||
<TopLine Value="5114"/>
|
||||
<CursorPos X="24" Y="5143"/>
|
||||
<UsageCount Value="11"/>
|
||||
</Unit75>
|
||||
<Unit76>
|
||||
<Filename Value="C:\lazarusSVN\lcl\lclintf.pas"/>
|
||||
<UnitName Value="LCLIntf"/>
|
||||
<CursorPos X="6" Y="65"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="6" Y="65"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit76>
|
||||
<Unit77>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\graphiccontrol.inc"/>
|
||||
<CursorPos X="1" Y="72"/>
|
||||
<TopLine Value="44"/>
|
||||
<CursorPos X="1" Y="72"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit77>
|
||||
<Unit78>
|
||||
<Filename Value="C:\lazarusSVN\lcl\include\paintbox.inc"/>
|
||||
<CursorPos X="1" Y="52"/>
|
||||
<TopLine Value="5"/>
|
||||
<CursorPos X="1" Y="52"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit78>
|
||||
<Unit79>
|
||||
<Filename Value="C:\lazarusSVN\lcl\lclmessageglue.pas"/>
|
||||
<UnitName Value="LCLMessageGlue"/>
|
||||
<CursorPos X="1" Y="121"/>
|
||||
<TopLine Value="93"/>
|
||||
<CursorPos X="1" Y="121"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit79>
|
||||
<Unit80>
|
||||
<Filename Value="C:\lazarusSVN\lcl\interfaces\gtk\gtkcallback.inc"/>
|
||||
<CursorPos X="1" Y="61"/>
|
||||
<TopLine Value="33"/>
|
||||
<CursorPos X="1" Y="61"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit80>
|
||||
</Units>
|
||||
<JumpHistory Count="6" HistoryIndex="5">
|
||||
<JumpHistory Count="8" HistoryIndex="7">
|
||||
<Position1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="137" Column="1" TopLine="96"/>
|
||||
@ -592,15 +596,28 @@
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="10" Column="31" TopLine="1"/>
|
||||
</Position6>
|
||||
<Position7>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="28" Column="60" TopLine="1"/>
|
||||
</Position7>
|
||||
<Position8>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="147" Column="1" TopLine="121"/>
|
||||
</Position8>
|
||||
</JumpHistory>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<Version Value="9"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)\"/>
|
||||
<OtherUnitFiles Value="D:\Data\Delphi\KComponents\source\"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Options>
|
||||
<Win32>
|
||||
@ -609,6 +626,9 @@
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
|
@ -10,7 +10,7 @@ uses
|
||||
Forms
|
||||
{ you can add units after this }, Unit1;
|
||||
|
||||
{$IFDEF WINDOWS}{$R project1.rc}{$ENDIF}
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="CompanyName.ProductName.YourApp" type="win32"/>
|
||||
<description>Your application description here.</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
@ -1,6 +0,0 @@
|
||||
#define RT_MANIFEST 24
|
||||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
||||
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
||||
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
||||
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "project1.manifest"
|
BIN
examples/affinetransforms/project1.res
Normal file
BIN
examples/affinetransforms/project1.res
Normal file
Binary file not shown.
@ -3,12 +3,12 @@ object Form1: TForm1
|
||||
Height = 385
|
||||
Top = 449
|
||||
Width = 682
|
||||
ActiveControl = RG.RadioButton0
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 385
|
||||
ClientWidth = 682
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.29'
|
||||
object RG: TRadioGroup
|
||||
Left = 504
|
||||
@ -26,7 +26,7 @@ object Form1: TForm1
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 229
|
||||
ClientHeight = 230
|
||||
ClientWidth = 165
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
@ -43,19 +43,19 @@ object Form1: TForm1
|
||||
TabOrder = 0
|
||||
end
|
||||
object Label1: TLabel
|
||||
Left = 522
|
||||
Height = 18
|
||||
Left = 546
|
||||
Height = 16
|
||||
Top = 288
|
||||
Width = 122
|
||||
Width = 98
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = 'Resize the window'
|
||||
ParentColor = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 525
|
||||
Height = 18
|
||||
Left = 549
|
||||
Height = 16
|
||||
Top = 307
|
||||
Width = 117
|
||||
Width = 93
|
||||
Anchors = [akTop, akRight]
|
||||
Caption = 'to see differences'
|
||||
ParentColor = False
|
||||
|
@ -1,26 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'T'#1#6'Height'#3#129#1#3'Top'#3#193#1#5'W'
|
||||
+'idth'#3#170#2#13'ActiveControl'#7#15'RG.RadioButton0'#7'Caption'#6#5'Form1'
|
||||
+#12'ClientHeight'#3#129#1#11'ClientWidth'#3#170#2#8'OnCreate'#7#10'FormCreat'
|
||||
+'e'#9'OnDestroy'#7#11'FormDestroy'#10'LCLVersion'#6#6'0.9.29'#0#11'TRadioGro'
|
||||
+'up'#2'RG'#4'Left'#3#248#1#6'Height'#3#248#0#3'Top'#2#16#5'Width'#3#169#0#7
|
||||
+'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#12'Mapping mod'
|
||||
+'e'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6
|
||||
+#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSi'
|
||||
+'zing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkH'
|
||||
+'orizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScal'
|
||||
+'eChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'Chil'
|
||||
+'dSizing.ControlsPerLine'#2#1#12'ClientHeight'#3#229#0#11'ClientWidth'#3#165
|
||||
+#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#11'ANISOTROPIC'#6#9'ISOTROPIC'#6#9
|
||||
+'LOENGLISH'#6#9'HIENGLISH'#6#8'LOMETRIC'#6#8'HIMETRIC'#6#5'TWIPS'#6#17'ANISO'
|
||||
+'TROPIC mirr.'#0#7'OnClick'#7#7'RGClick'#8'TabOrder'#2#0#0#0#6'TLabel'#6'Lab'
|
||||
+'el1'#4'Left'#3#10#2#6'Height'#2#18#3'Top'#3' '#1#5'Width'#2'z'#7'Anchors'#11
|
||||
+#5'akTop'#7'akRight'#0#7'Caption'#6#17'Resize the window'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#6'Label2'#4'Left'#3#13#2#6'Height'#2#18#3'Top'#3'3'#1#5'Width'#2
|
||||
+'u'#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#18'to see differences'
|
||||
+#11'ParentColor'#8#0#0#9'TPaintBox'#2'PB'#4'Left'#2#0#6'Height'#3#129#1#3'To'
|
||||
+'p'#2#0#5'Width'#3#232#1#5'Align'#7#6'alLeft'#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#8'akBottom'#0#7'OnPaint'#7#7'PBPaint'#0#0#0
|
||||
]);
|
@ -34,6 +34,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.FormCreate(Sender: TObject);
|
||||
@ -144,8 +146,5 @@ begin
|
||||
PB.Invalidate;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I unit1.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user