mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 09:30:37 +02:00
cody: removed lrs
git-svn-id: trunk@29437 -
This commit is contained in:
parent
279e69f41d
commit
3053d7ce3d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -538,7 +538,6 @@ components/codetools/ide/codystrconsts.pas svneol=native#text/pascal
|
||||
components/codetools/ide/languages/codystrconsts.po svneol=native#text/plain
|
||||
components/codetools/ide/languages/codystrconsts.ru.po svneol=native#text/plain
|
||||
components/codetools/ide/ppulistdlg.lfm svneol=native#text/plain
|
||||
components/codetools/ide/ppulistdlg.lrs svneol=native#text/plain
|
||||
components/codetools/ide/ppulistdlg.pas svneol=native#text/pascal
|
||||
components/codetools/identcompletiontool.pas svneol=native#text/pascal
|
||||
components/codetools/keywordfunclists.pas svneol=native#text/pascal
|
||||
|
@ -1,26 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TPPUListDialog','FORMDATA',[
|
||||
'TPF0'#14'TPPUListDialog'#13'PPUListDialog'#4'Left'#3#19#1#6'Height'#3#150#1#3
|
||||
+'Top'#3#250#0#5'Width'#3#21#2#7'Caption'#6#13'PPUListDialog'#12'ClientHeight'
|
||||
+#3#150#1#11'ClientWidth'#3#21#2#7'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'F'
|
||||
+'ormCreate'#9'OnDestroy'#7#11'FormDestroy'#8'Position'#7#14'poScreenCenter'
|
||||
+#10'LCLVersion'#6#6'0.9.31'#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6
|
||||
+'Height'#2'('#3'Top'#3'h'#1#5'Width'#3#9#2#13'OKButton.Name'#6#8'OKButton'#16
|
||||
+'OKButton.Caption'#6#3'&OK'#16'OKButton.Enabled'#8#15'HelpButton.Name'#6#10
|
||||
+'HelpButton'#18'HelpButton.Caption'#6#5'&Help'#18'HelpButton.Enabled'#8#16'C'
|
||||
+'loseButton.Name'#6#11'CloseButton'#19'CloseButton.Caption'#6#6'&Close'#17'C'
|
||||
+'ancelButton.Name'#6#12'CancelButton'#20'CancelButton.Caption'#6#6'Cancel'#20
|
||||
+'CancelButton.Enabled'#8#8'TabOrder'#2#0#11'ShowButtons'#11#7'pbClose'#0#0#0
|
||||
+#11'TStringGrid'#15'UnitsStringGrid'#4'Left'#2#6#6'Height'#3'D'#1#3'Top'#2#30
|
||||
+#5'Width'#3#9#2#5'Align'#7#8'alClient'#15'AutoFillColumns'#9#20'BorderSpacin'
|
||||
+'g.Around'#2#6#8'ColCount'#2#3#7'Columns'#14#1#13'Title.Caption'#6#17'Size o'
|
||||
+'f .ppu file'#5'Width'#3#227#0#0#1#13'Title.Caption'#6#15'Size of .o file'#5
|
||||
+'Width'#3#228#0#0#0#15'DefaultColWidth'#3#150#0#9'FixedRows'#2#2#7'Options'
|
||||
+#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13
|
||||
+'goRangeSelect'#11'goColSizing'#13'goColSpanning'#18'goDblClickAutoSize'#14
|
||||
+'goSmoothScroll'#0#8'TabOrder'#2#1#9'ColWidths'#1#2'@'#3#227#0#3#228#0#0#0#0
|
||||
+#6'TLabel'#10'ScopeLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#9
|
||||
+#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'ScopeLab'
|
||||
+'el'#11'ParentColor'#8#0#0#0
|
||||
]);
|
@ -96,6 +96,8 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
procedure ShowPPUList(Sender: TObject);
|
||||
var
|
||||
Dlg: TPPUListDialog;
|
||||
@ -467,8 +469,5 @@ begin
|
||||
Result:=TPPUListItem(Node.Data);
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I ppulistdlg.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user