Added 2 forgotten .lfm files.

Shane

git-svn-id: trunk@98 -
This commit is contained in:
lazarus 2001-01-05 17:45:21 +00:00
parent 32bbe50f33
commit 696b560a48
3 changed files with 58 additions and 0 deletions

2
.gitattributes vendored
View File

@ -127,7 +127,9 @@ ide/main.pp svneol=native#text/pascal
ide/project.pp svneol=native#text/pascal
ide/splash.pp svneol=native#text/pascal
ide/testform.pp svneol=native#text/pascal
ide/tmessagedlg.lfm svneol=native#text/plain
ide/tviewforms1.lfm svneol=native#text/plain
ide/tviewunits1.lfm svneol=native#text/plain
ide/uniteditor.pp svneol=native#text/pascal
ide/viewform_dlg.pp svneol=native#text/pascal
ide/viewforms1.lrs svneol=native#text/pascal

17
ide/tmessagedlg.lfm Normal file
View File

@ -0,0 +1,17 @@
object MessageDlg: TMESSAGEDLG
CAPTION = 'Compiler Messages'
COLOR = -2147483633
CLIENTHEIGHT = 240
CLIENTWIDTH = 320
HEIGHT = 240
WIDTH = 320
object MessageView: TLISTBOX
ALIGN = alClient
BORDERSTYLE = bssingle
ONDBLCLICK = nil
LEFT = 1
HEIGHT = 25
TOP = 1
WIDTH = 100
end
end

39
ide/tviewunits1.lfm Normal file
View File

@ -0,0 +1,39 @@
object ViewUnits1: TVIEWUNITS1
CAPTION = 'View Project Units'
COLOR = -2147483633
CLIENTHEIGHT = 200
CLIENTWIDTH = 325
POSITION = poscreencenter
HEIGHT = 200
WIDTH = 325
object btnOK: TBUTTON
CAPTION = 'OK'
ONCLICK = BTNOKCLICK
LEFT = 235
HEIGHT = 25
TOP = 10
WIDTH = 75
end
object btnCancel: TBUTTON
CAPTION = 'Cancel'
ONCLICK = BTNCANCELCLICK
LEFT = 235
HEIGHT = 25
TOP = 45
WIDTH = 75
end
object Edit1: TEDIT
TEXT = 'Edit1'
LEFT = 10
HEIGHT = 25
TOP = 10
WIDTH = 215
end
object Listbox1: TLISTBOX
ONCLICK = LISTBOX1CLICK
LEFT = 10
HEIGHT = 145
TOP = 45
WIDTH = 215
end
end