mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 02:58:17 +02:00
clean up
git-svn-id: trunk@9315 -
This commit is contained in:
parent
236481b49c
commit
b31c5c3b3e
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1074,8 +1074,6 @@ ide/cleandirdlg.lfm svneol=native#text/plain
|
|||||||
ide/cleandirdlg.lrs svneol=native#text/pascal
|
ide/cleandirdlg.lrs svneol=native#text/pascal
|
||||||
ide/cleandirdlg.pas svneol=native#text/pascal
|
ide/cleandirdlg.pas svneol=native#text/pascal
|
||||||
ide/clipboardhistory.pas svneol=native#text/pascal
|
ide/clipboardhistory.pas svneol=native#text/pascal
|
||||||
ide/codecontextform.lfm svneol=native#text/plain
|
|
||||||
ide/codecontextform.lrs svneol=native#text/plain
|
|
||||||
ide/codecontextform.pas svneol=native#text/plain
|
ide/codecontextform.pas svneol=native#text/plain
|
||||||
ide/codeexplopts.lfm svneol=native#text/plain
|
ide/codeexplopts.lfm svneol=native#text/plain
|
||||||
ide/codeexplopts.lrs svneol=native#text/pascal
|
ide/codeexplopts.lrs svneol=native#text/pascal
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
object CodeContextFrm: TCodeContextFrm
|
|
||||||
BorderIcons = []
|
|
||||||
BorderStyle = bsNone
|
|
||||||
Caption = 'CodeContextFrm'
|
|
||||||
ClientHeight = 300
|
|
||||||
ClientWidth = 400
|
|
||||||
KeyPreview = True
|
|
||||||
OnCreate = FormCreate
|
|
||||||
OnDestroy = FormDestroy
|
|
||||||
OnKeyDown = FormKeyDown
|
|
||||||
OnPaint = FormPaint
|
|
||||||
OnUTF8KeyPress = FormUTF8KeyPress
|
|
||||||
PixelsPerInch = 112
|
|
||||||
HorzScrollBar.Page = 399
|
|
||||||
VertScrollBar.Page = 299
|
|
||||||
Left = 290
|
|
||||||
Height = 300
|
|
||||||
Top = 163
|
|
||||||
Width = 400
|
|
||||||
end
|
|
@ -1,11 +0,0 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
|
||||||
|
|
||||||
LazarusResources.Add('TCodeContextFrm','FORMDATA',[
|
|
||||||
'TPF0'#15'TCodeContextFrm'#14'CodeContextFrm'#11'BorderIcons'#11#0#11'BorderS'
|
|
||||||
+'tyle'#7#6'bsNone'#7'Caption'#6#14'CodeContextFrm'#12'ClientHeight'#3','#1#11
|
|
||||||
+'ClientWidth'#3#144#1#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#9'OnDest'
|
|
||||||
+'roy'#7#11'FormDestroy'#9'OnKeyDown'#7#11'FormKeyDown'#7'OnPaint'#7#9'FormPa'
|
|
||||||
+'int'#14'OnUTF8KeyPress'#7#16'FormUTF8KeyPress'#13'PixelsPerInch'#2'p'#18'Ho'
|
|
||||||
+'rzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'#1#4'Left'#3'"'#1#6'He'
|
|
||||||
+'ight'#3','#1#3'Top'#3#163#0#5'Width'#3#144#1#0#0
|
|
||||||
]);
|
|
Loading…
Reference in New Issue
Block a user