diff options
author | danglassey <danglassey> | 2002-10-22 13:01:49 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-22 13:01:49 +0000 |
commit | caba6ff484a20e8ddc2d4912f0edbbe9f926499c (patch) | |
tree | ad16d42b45ac7d4ff93e63b95a4b273122dbc7fb /apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm | |
parent | d16a90fac71b7e403549e78d0f14d4de9ad65111 (diff) | |
download | sword-sf-cvs-caba6ff484a20e8ddc2d4912f0edbbe9f926499c.tar.gz |
sync with crosswire 20021022-1300
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm')
-rw-r--r-- | apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm b/apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm index d8adede..514f36e 100644 --- a/apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm +++ b/apps/windoze/CBuilder5/BibleCS/AboutBoxfrm.dfm @@ -4,7 +4,7 @@ object AboutBox: TAboutBox BorderStyle = bsDialog
Caption = 'About The SWORD Project'
ClientHeight = 448
- ClientWidth = 417
+ ClientWidth = 447
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@@ -45,7 +45,7 @@ object AboutBox: TAboutBox object Panel1: TPanel
Left = 0
Top = 0
- Width = 417
+ Width = 447
Height = 407
Align = alClient
BevelInner = bvRaised
@@ -102,24 +102,26 @@ object AboutBox: TAboutBox Width = 213
Height = 21
AutoSize = False
- Caption = 'v1.5.4a'
+ Caption = 'v1.5.4b'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 48
- Width = 398
+ Width = 428
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
- Caption = '(c) 2002; GNU GPL Copyleft, CrossWire Bible Society'
+ Caption =
+ '(c) Copyright 1992-2002 CrossWire Bible Society under the terms ' +
+ 'of the GNU GPL'
WordWrap = True
IsControl = True
end
object CreditAbout: TRichEdit
Left = 8
Top = 245
- Width = 401
+ Width = 431
Height = 155
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clBtnFace
@@ -130,7 +132,7 @@ object AboutBox: TAboutBox object ModulesAbout: TRichEdit
Left = 8
Top = 68
- Width = 401
+ Width = 431
Height = 169
Anchors = [akLeft, akTop, akRight]
Color = clBtnFace
@@ -142,12 +144,12 @@ object AboutBox: TAboutBox object Panel2: TPanel
Left = 0
Top = 407
- Width = 417
+ Width = 447
Height = 41
Align = alBottom
TabOrder = 1
object OKButton: TButton
- Left = 318
+ Left = 348
Top = 8
Width = 93
Height = 25
|