aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-08-14 09:57:17 +0000
committerdanglassey <danglassey>2002-08-14 09:57:17 +0000
commitc9458897ebbb739d8db83c80e06512d8a612f743 (patch)
treef8c5381045887e34388cc6b26cfccc254bf766dc /apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
downloadsword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm71
1 files changed, 71 insertions, 0 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm b/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
new file mode 100644
index 0000000..e23851b
--- /dev/null
+++ b/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
@@ -0,0 +1,71 @@
+object ModVisForm: TModVisForm
+ Left = 351
+ Top = 99
+ Width = 464
+ Height = 313
+ Caption = 'Check Modules To Show As Tabs'
+ Color = clBtnFace
+ Font.Charset = DEFAULT_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'MS Sans Serif'
+ Font.Style = []
+ OldCreateOrder = False
+ Scaled = False
+ OnClose = FormClose
+ OnShow = FormShow
+ PixelsPerInch = 96
+ TextHeight = 13
+ object Panel2: TPanel
+ Left = 0
+ Top = 0
+ Width = 344
+ Height = 286
+ Align = alClient
+ TabOrder = 0
+ object modList: TListView
+ Left = 1
+ Top = 1
+ Width = 342
+ Height = 284
+ Align = alClient
+ Checkboxes = True
+ Columns = <
+ item
+ Caption = 'Module'
+ MinWidth = 100
+ Width = 100
+ end
+ item
+ AutoSize = True
+ Caption = 'Description'
+ end>
+ TabOrder = 0
+ ViewStyle = vsReport
+ end
+ end
+ object Panel1: TPanel
+ Left = 344
+ Top = 0
+ Width = 112
+ Height = 286
+ Align = alRight
+ TabOrder = 1
+ object OkBtn: TBitBtn
+ Left = 8
+ Top = 8
+ Width = 97
+ Height = 29
+ TabOrder = 0
+ Kind = bkOK
+ end
+ object CancelBtn: TBitBtn
+ Left = 8
+ Top = 40
+ Width = 97
+ Height = 29
+ TabOrder = 1
+ Kind = bkCancel
+ end
+ end
+end