chmhelp: demo lfm

git-svn-id: trunk@37973 -
This commit is contained in:
mattias 2012-07-19 13:12:26 +00:00
parent 131c3f4ccd
commit 0c1e195a33
4 changed files with 2 additions and 16 deletions

1
.gitattributes vendored
View File

@ -386,7 +386,6 @@ components/chmhelp/README.txt svneol=native#text/plain
components/chmhelp/democontrol/project1.lpi svneol=native#text/plain
components/chmhelp/democontrol/project1.lpr svneol=native#text/plain
components/chmhelp/democontrol/unit1.lfm svneol=native#text/plain
components/chmhelp/democontrol/unit1.lrs svneol=native#text/pascal
components/chmhelp/democontrol/unit1.pas svneol=native#text/plain
components/chmhelp/lhelp/Makefile svneol=native#text/plain
components/chmhelp/lhelp/Makefile.fpc svneol=native#text/plain

View File

@ -9,6 +9,7 @@
</Flags>
<SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/>
<ResourceType Value="res"/>
</General>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>

View File

@ -1,13 +0,0 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'b'#2#6'Height'#3','#1#3'Top'#3#247#0#5'Wi'
+'dth'#3#144#1#13'ActiveControl'#7#7'Button1'#7'Caption'#6#5'Form1'#12'Client'
+'Height'#3','#1#11'ClientWidth'#3#144#1#8'OnCreate'#7#10'FormCreate'#9'OnDes'
+'troy'#7#11'FormDestroy'#10'LCLVersion'#6#6'0.9.27'#0#6'TLabel'#6'Label1'#4
+'Left'#2']'#6'Height'#2#18#3'Top'#2'I'#5'Width'#2'n'#7'Caption'#6#16'Respons'
+'e is here'#11'ParentColor'#8#0#0#7'TButton'#7'Button1'#4'Left'#2'$'#6'Heigh'
+'t'#2#25#3'Top'#2#20#5'Width'#3#28#1#7'Caption'#6#19'Click to load a chm'#7
+'OnClick'#7#12'Button1Click'#8'TabOrder'#2#0#0#0#11'TOpenDialog'#11'OpenDial'
+'og1'#11'FilterIndex'#2#0#4'left'#2#28#3'top'#2''#0#0#0
]);

View File

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