summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm70
1 files changed, 0 insertions, 70 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm b/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
deleted file mode 100644
index a4157fd..0000000
--- a/apps/windoze/CBuilder5/BibleCS/ModVisFrm.dfm
+++ /dev/null
@@ -1,70 +0,0 @@
-object ModVisForm: TModVisForm
- Left = 192
- Top = 107
- Width = 466
- 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
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 346
- Height = 286
- Align = alClient
- TabOrder = 0
- object modList: TListView
- Left = 1
- Top = 1
- Width = 344
- 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 = 346
- Top = 0
- Width = 112
- Height = 286
- Align = alRight
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 16
- Top = 8
- Width = 81
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 16
- Top = 40
- Width = 81
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- end
-end