summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm b/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm
deleted file mode 100644
index 65b413f..0000000
--- a/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm
+++ /dev/null
@@ -1,39 +0,0 @@
-object VerseListFrm: TVerseListFrm
- Left = 363
- Top = 204
- Width = 256
- Height = 315
- Caption = 'Verse List'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object plPreview: TPanel
- Left = 0
- Top = 143
- Width = 248
- Height = 145
- Align = alBottom
- Caption = 'plPreview'
- TabOrder = 0
- end
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 248
- Height = 143
- Align = alClient
- ItemHeight = 13
- TabOrder = 1
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- end
-end