diff --git a/.gitattributes b/.gitattributes index a6f43ab53a..475eecc995 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3940,7 +3940,6 @@ examples/helphtml/html/index.html svneol=native#text/plain examples/helphtml/htmlhelp1.lpi svneol=native#text/plain examples/helphtml/htmlhelp1.lpr 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/htmlhelp_ipro/htmlhelp2unit1.lfm svneol=native#text/plain examples/htmlhelp_ipro/htmlhelp2unit1.lrs svneol=native#text/pascal diff --git a/examples/helphtml/htmlhelp1.lpi b/examples/helphtml/htmlhelp1.lpi index de53eddd9d..43e425534e 100644 --- a/examples/helphtml/htmlhelp1.lpi +++ b/examples/helphtml/htmlhelp1.lpi @@ -6,9 +6,13 @@ - + + + + + @@ -52,15 +56,13 @@ - + + + + - + - - - - - diff --git a/examples/helphtml/unit1.lrs b/examples/helphtml/unit1.lrs deleted file mode 100644 index 3c2ab5af76..0000000000 --- a/examples/helphtml/unit1.lrs +++ /dev/null @@ -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 -]); diff --git a/examples/helphtml/unit1.pas b/examples/helphtml/unit1.pas index 89f54c2a5f..3db46e9ed4 100644 --- a/examples/helphtml/unit1.pas +++ b/examples/helphtml/unit1.pas @@ -95,8 +95,7 @@ begin {$endif} end; -initialization - {$I unit1.lrs} +{$R *.lfm} end.