From ccc206e234acd4974169a8f779c34e34bc7f65ac Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Sat, 12 Sep 2009 19:00:58 +0000 Subject: [PATCH] Removed a line in testunit that probably doesn't compile on windows. ;-) git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@45 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Projects/SAMufasaGUI/project1.lpi | 8 ++++---- Projects/SAMufasaGUI/testunit.lrs | 2 ++ Projects/SAMufasaGUI/testunit.pas | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Projects/SAMufasaGUI/project1.lpi b/Projects/SAMufasaGUI/project1.lpi index 18c7838..f8eda64 100644 --- a/Projects/SAMufasaGUI/project1.lpi +++ b/Projects/SAMufasaGUI/project1.lpi @@ -7,7 +7,7 @@ <UseXPManifest Value="True"/> - <ActiveEditorIndexAtStart Value="10"/> + <ActiveEditorIndexAtStart Value="7"/> </General> <VersionInfo> <ProjectVersion Value=""/> @@ -170,8 +170,8 @@ <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> <UnitName Value="TestUnit"/> - <CursorPos X="54" Y="280"/> - <TopLine Value="261"/> + <CursorPos X="5" Y="275"/> + <TopLine Value="265"/> <EditorIndex Value="7"/> <UsageCount Value="42"/> <Loaded Value="True"/> @@ -527,7 +527,7 @@ </Unit65> <Unit66> <Filename Value="../../Units/MMLAddon/PSInc/pscompile.inc"/> - <CursorPos X="23" Y="2"/> + <CursorPos X="64" Y="4"/> <TopLine Value="1"/> <EditorIndex Value="10"/> <UsageCount Value="11"/> diff --git a/Projects/SAMufasaGUI/testunit.lrs b/Projects/SAMufasaGUI/testunit.lrs index d339b25..522ffff 100644 --- a/Projects/SAMufasaGUI/testunit.lrs +++ b/Projects/SAMufasaGUI/testunit.lrs @@ -1,3 +1,5 @@ +{ This is an automatically generated lazarus resource file } + LazarusResources.Add('TForm1','FORMDATA',[ 'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'q'#1#6'Height'#3#15#2#3'Top'#3#223#0#5'Wi' +'dth'#3#11#3#13'ActiveControl'#7#7'Button1'#7'Caption'#6#5'Form1'#12'ClientH' diff --git a/Projects/SAMufasaGUI/testunit.pas b/Projects/SAMufasaGUI/testunit.pas index ddb0a5d..3b7cb52 100644 --- a/Projects/SAMufasaGUI/testunit.pas +++ b/Projects/SAMufasaGUI/testunit.pas @@ -272,7 +272,7 @@ begin // MMLPSThread.Client.MWindow.SetTarget(); MMLPSThread.SetPSScript(SynEdit1.Lines.Text); MMLPSThread.SetDebug(SynMemo1); - MMLPSThread.Client.MWindow.SetTarget(65052451); + //MMLPSThread.Client.MWindow.SetTarget(65052451); MMLPSThread.Resume; end;