diff options
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm')
-rw-r--r-- | apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm b/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm new file mode 100644 index 0000000..ed8fd45 --- /dev/null +++ b/apps/windoze/CBuilder5/BibleCS/vrslstfrm.dfm @@ -0,0 +1,40 @@ +object VerseListFrm: TVerseListFrm
+ Left = 457
+ Top = 100
+ 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
+ Scaled = False
+ 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
|