diff options
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/optionfrm.dfm')
-rw-r--r-- | apps/windoze/CBuilder5/BibleCS/optionfrm.dfm | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/optionfrm.dfm b/apps/windoze/CBuilder5/BibleCS/optionfrm.dfm index d10653b..4f45b33 100644 --- a/apps/windoze/CBuilder5/BibleCS/optionfrm.dfm +++ b/apps/windoze/CBuilder5/BibleCS/optionfrm.dfm @@ -51,6 +51,9 @@ object Optionsfrm: TOptionsfrm Align = alBottom
BevelOuter = bvNone
TabOrder = 0
+ DesignSize = (
+ 527
+ 41)
object OkBtn: TBitBtn
Left = 334
Top = 9
@@ -75,8 +78,9 @@ object Optionsfrm: TOptionsfrm Top = 0
Width = 527
Height = 284
- ActivePage = TabSheet1
+ ActivePage = TabSheet3
Align = alClient
+ TabIndex = 2
TabOrder = 1
object TabSheet1: TTabSheet
Caption = 'General'
@@ -96,6 +100,9 @@ object Optionsfrm: TOptionsfrm Align = alClient
Caption = 'Personalize'
TabOrder = 0
+ DesignSize = (
+ 519
+ 163)
object Label4: TLabel
Left = 7
Top = 103
@@ -285,6 +292,9 @@ object Optionsfrm: TOptionsfrm Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Daily Devotionals'
TabOrder = 1
+ DesignSize = (
+ 277
+ 151)
object Label9: TLabel
Left = 8
Top = 24
@@ -377,6 +387,9 @@ object Optionsfrm: TOptionsfrm Align = alClient
Caption = 'Display Colors'
TabOrder = 0
+ DesignSize = (
+ 519
+ 256)
object Label2: TLabel
Left = 7
Top = 17
|