aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-08-19 13:01:17 +0000
committerdanglassey <danglassey>2002-08-19 13:01:17 +0000
commitbee48e1aa05db8bdefdc570792b9a52fd58e36ab (patch)
treef36bfc6c99c9dc4f97829059edb371235b34751b /apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm
parent691d2abd577641c092c5b82d9c78d1e1839d3bbc (diff)
downloadsword-sf-cvs-bee48e1aa05db8bdefdc570792b9a52fd58e36ab.tar.gz
sync with crosswire 20020819-1300
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm95
1 files changed, 77 insertions, 18 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm b/apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm
index ca772c4..492df1b 100644
--- a/apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm
+++ b/apps/windoze/CBuilder5/BibleCS/TModuleFonts.dfm
@@ -1,10 +1,12 @@
object ModuleFonts: TModuleFonts
Left = 523
Top = 262
- Width = 354
- Height = 462
+ Width = 300
+ Height = 400
Caption = 'Select Module Fonts'
Color = clBtnFace
+ Constraints.MinHeight = 400
+ Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
@@ -20,14 +22,17 @@ object ModuleFonts: TModuleFonts
TextHeight = 13
object Panel1: TPanel
Left = 0
- Top = 375
- Width = 346
+ Top = 305
+ Width = 292
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
+ DesignSize = (
+ 292
+ 41)
object btnReset: TBitBtn
- Left = 136
+ Left = 82
Top = 8
Width = 102
Height = 29
@@ -52,11 +57,10 @@ object ModuleFonts: TModuleFonts
33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
3333333333338888883333330000333333333333333333333333333333333333
0000}
- Margin = 1
NumGlyphs = 2
end
object btnOK: TBitBtn
- Left = 248
+ Left = 194
Top = 8
Width = 94
Height = 29
@@ -68,8 +72,8 @@ object ModuleFonts: TModuleFonts
object Panel2: TPanel
Left = 0
Top = 0
- Width = 346
- Height = 334
+ Width = 292
+ Height = 264
Align = alClient
BevelOuter = bvNone
Caption = 'Panel2'
@@ -83,7 +87,7 @@ object ModuleFonts: TModuleFonts
object Panel4: TPanel
Left = 0
Top = 0
- Width = 346
+ Width = 292
Height = 32
Align = alTop
BevelOuter = bvNone
@@ -99,9 +103,10 @@ object ModuleFonts: TModuleFonts
object installTree: TTreeView
Left = 0
Top = 32
- Width = 346
- Height = 302
+ Width = 292
+ Height = 232
Align = alClient
+ HideSelection = False
Indent = 19
ReadOnly = True
TabOrder = 1
@@ -110,30 +115,84 @@ object ModuleFonts: TModuleFonts
end
object Panel3: TPanel
Left = 0
- Top = 334
- Width = 346
+ Top = 264
+ Width = 292
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
+ DesignSize = (
+ 292
+ 41)
object Label2: TLabel
Left = 7
Top = 8
- Width = 52
+ Width = 66
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Font Name'
end
+ object Label3: TLabel
+ Left = 192
+ Top = 8
+ Width = 44
+ Height = 13
+ Anchors = [akRight, akBottom]
+ Caption = 'Font Size'
+ end
object pnlFontComboBox: TPanel
- Left = 85
- Top = 4
- Width = 258
+ Left = 80
+ Top = 2
+ Width = 103
Height = 25
Anchors = [akLeft, akTop, akRight]
BevelOuter = bvNone
Caption = 'Font ComboBox'
TabOrder = 0
end
+ object cmbSizeSel: TComboBox
+ Left = 242
+ Top = 4
+ Width = 44
+ Height = 21
+ Anchors = [akRight, akBottom]
+ ItemHeight = 13
+ ItemIndex = 4
+ TabOrder = 1
+ Text = '12'
+ OnChange = cmbSizeSelChange
+ Items.Strings = (
+ '8'
+ '9'
+ '10'
+ '11'
+ '12'
+ '13'
+ '14'
+ '15'
+ '16'
+ '17'
+ '18'
+ '19'
+ '20'
+ '21'
+ '22'
+ '23'
+ '24'
+ '25'
+ '26'
+ '27'
+ '28'
+ '29'
+ '30'
+ '32'
+ '34'
+ '36'
+ '38'
+ '40'
+ '50'
+ '60')
+ end
end
object MainMenu1: TMainMenu
Left = 200