mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:20:25 +02:00
Added 2 forgotten .lfm files.
Shane git-svn-id: trunk@98 -
This commit is contained in:
parent
32bbe50f33
commit
696b560a48
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
17
ide/tmessagedlg.lfm
Normal 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
39
ide/tviewunits1.lfm
Normal 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
|
Loading…
Reference in New Issue
Block a user