From 696b560a48848d87bc267f099b15366bd46b91ae Mon Sep 17 00:00:00 2001 From: lazarus Date: Fri, 5 Jan 2001 17:45:21 +0000 Subject: [PATCH] Added 2 forgotten .lfm files. Shane git-svn-id: trunk@98 - --- .gitattributes | 2 ++ ide/tmessagedlg.lfm | 17 +++++++++++++++++ ide/tviewunits1.lfm | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 ide/tmessagedlg.lfm create mode 100644 ide/tviewunits1.lfm diff --git a/.gitattributes b/.gitattributes index f19247e4cc..1febdb442d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/ide/tmessagedlg.lfm b/ide/tmessagedlg.lfm new file mode 100644 index 0000000000..0b880556e8 --- /dev/null +++ b/ide/tmessagedlg.lfm @@ -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 diff --git a/ide/tviewunits1.lfm b/ide/tviewunits1.lfm new file mode 100644 index 0000000000..5c22171787 --- /dev/null +++ b/ide/tviewunits1.lfm @@ -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