htmlhelp: removed lrs

git-svn-id: trunk@37979 -
This commit is contained in:
mattias 2012-07-20 11:30:38 +00:00
parent b84a374cdb
commit 691d97a22f
4 changed files with 11 additions and 31 deletions

1
.gitattributes vendored
View File

@ -3940,7 +3940,6 @@ examples/helphtml/html/index.html svneol=native#text/plain
examples/helphtml/htmlhelp1.lpi svneol=native#text/plain examples/helphtml/htmlhelp1.lpi svneol=native#text/plain
examples/helphtml/htmlhelp1.lpr svneol=native#text/plain examples/helphtml/htmlhelp1.lpr svneol=native#text/plain
examples/helphtml/unit1.lfm svneol=native#text/plain examples/helphtml/unit1.lfm svneol=native#text/plain
examples/helphtml/unit1.lrs svneol=native#text/pascal
examples/helphtml/unit1.pas svneol=native#text/plain examples/helphtml/unit1.pas svneol=native#text/plain
examples/htmlhelp_ipro/htmlhelp2unit1.lfm svneol=native#text/plain examples/htmlhelp_ipro/htmlhelp2unit1.lfm svneol=native#text/plain
examples/htmlhelp_ipro/htmlhelp2unit1.lrs svneol=native#text/pascal examples/htmlhelp_ipro/htmlhelp2unit1.lrs svneol=native#text/pascal

View File

@ -6,9 +6,13 @@
<Flags> <Flags>
<LRSInOutputDirectory Value="False"/> <LRSInOutputDirectory Value="False"/>
</Flags> </Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/> <MainUnit Value="0"/>
<ResourceType Value="res"/>
</General> </General>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
@ -52,15 +56,13 @@
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="9"/> <Version Value="11"/>
<Target>
<Filename Value="htmlhelp1"/>
</Target>
<SearchPaths> <SearchPaths>
<SrcPath Value="$(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking> <Linking>
<Options> <Options>
<Win32> <Win32>

View File

@ -1,20 +0,0 @@
{ Das ist eine automatisch erzeugte Lazarus-Ressourcendatei }
LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#3','#1#3'Top'#3#163#0#5'Wi'
+'dth'#3#144#1#18'HorzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'#1#13
+'ActiveControl'#7#5'Edit1'#7'Caption'#6#5'Form1'#12'ClientHeight'#3','#1#11
+'ClientWidth'#3#144#1#8'OnCreate'#7#10'FormCreate'#0#5'TEdit'#5'Edit1'#4'Lef'
+'t'#2'<'#6'Height'#2#23#3'Top'#2'('#5'Width'#3#207#0#8'HelpType'#7#9'htKeywo'
+'rd'#11'HelpKeyword'#6#15'HTML/edit1.html'#8'TabOrder'#2#0#4'Text'#6#25'Edit'
+'1 - Press F1 for help'#0#0#5'TEdit'#5'Edit2'#4'Left'#2'<'#6'Height'#2#23#3
+'Top'#2'_'#5'Width'#3#207#0#8'HelpType'#7#9'htKeyword'#11'HelpKeyword'#6#15
+'HTML/edit2.html'#8'TabOrder'#2#1#4'Text'#6#25'Edit2 - Press F1 for help'#0#0
+#7'TButton'#10'HelpButton'#4'Left'#2'<'#6'Height'#2#25#3'Top'#3#155#0#5'Widt'
+'h'#2'b'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#4'Help'#7'OnClick'#7
+#15'HelpButtonClick'#8'TabOrder'#2#2#0#0#17'THTMLHelpDatabase'#17'HTMLHelpDa'
+'tabase1'#7'BaseURL'#6#12'file://html/'#12'AutoRegister'#9#13'KeywordPrefix'
+#6#5'HTML/'#4'left'#3#200#0#3'top'#2'n'#0#0#22'THTMLBrowserHelpViewer'#22'HT'
+'MLBrowserHelpViewer1'#13'BrowserParams'#6#2'%s'#12'AutoRegister'#9#4'left'#3
+#200#0#3'top'#3#175#0#0#0#0
]);

View File

@ -95,8 +95,7 @@ begin
{$endif} {$endif}
end; end;
initialization {$R *.lfm}
{$I unit1.lrs}
end. end.