You've already forked lazarus-ccr
tvplanit: Remove vpabout.rst. Increase width of AboutBox to allow longer text with other widget sets.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2,13 +2,13 @@ object frmAbout: TfrmAbout
|
|||||||
Left = 282
|
Left = 282
|
||||||
Height = 312
|
Height = 312
|
||||||
Top = 205
|
Top = 205
|
||||||
Width = 502
|
Width = 567
|
||||||
HorzScrollBar.Page = 470
|
HorzScrollBar.Page = 470
|
||||||
VertScrollBar.Page = 311
|
VertScrollBar.Page = 311
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'About Visual PlanIt'
|
Caption = 'About Visual PlanIt'
|
||||||
ClientHeight = 312
|
ClientHeight = 312
|
||||||
ClientWidth = 502
|
ClientWidth = 567
|
||||||
OnActivate = FormActivate
|
OnActivate = FormActivate
|
||||||
OnMouseMove = FormMouseMove
|
OnMouseMove = FormMouseMove
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
@ -17,14 +17,16 @@ object frmAbout: TfrmAbout
|
|||||||
Left = 152
|
Left = 152
|
||||||
Height = 96
|
Height = 96
|
||||||
Top = 160
|
Top = 160
|
||||||
Width = 344
|
Width = 409
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Shape = bsFrame
|
Shape = bsFrame
|
||||||
end
|
end
|
||||||
object Bevel2: TBevel
|
object Bevel2: TBevel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 17
|
Height = 17
|
||||||
Top = 265
|
Top = 265
|
||||||
Width = 490
|
Width = 555
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Shape = bsTopLine
|
Shape = bsTopLine
|
||||||
end
|
end
|
||||||
object ProgramName: TLabel
|
object ProgramName: TLabel
|
||||||
@ -42,7 +44,7 @@ object frmAbout: TfrmAbout
|
|||||||
object VisitUsLabel: TLabel
|
object VisitUsLabel: TLabel
|
||||||
Left = 152
|
Left = 152
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 109
|
Top = 104
|
||||||
Width = 235
|
Width = 235
|
||||||
Caption = 'Visit the Visual PlanIt project on SourceForge'
|
Caption = 'Visit the Visual PlanIt project on SourceForge'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -59,7 +61,7 @@ object frmAbout: TfrmAbout
|
|||||||
Cursor = crHandPoint
|
Cursor = crHandPoint
|
||||||
Left = 161
|
Left = 161
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 125
|
Top = 120
|
||||||
Width = 222
|
Width = 222
|
||||||
Caption = 'http://sourceforge.net/projects/tpvplanit/'
|
Caption = 'http://sourceforge.net/projects/tpvplanit/'
|
||||||
Font.Color = clBlue
|
Font.Color = clBlue
|
||||||
@ -130,7 +132,8 @@ object frmAbout: TfrmAbout
|
|||||||
Left = 152
|
Left = 152
|
||||||
Height = 58
|
Height = 58
|
||||||
Top = 40
|
Top = 40
|
||||||
Width = 336
|
Width = 401
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = False
|
AutoSize = False
|
||||||
Caption = 'Visual PlanIt was released under the Mozilla 1.1 license in January, 2003. The project is hosted on SourceForge at sourceforge.net/projects/tpvplanit.'
|
Caption = 'Visual PlanIt was released under the Mozilla 1.1 license in January, 2003. The project is hosted on SourceForge at sourceforge.net/projects/tpvplanit.'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -1280,10 +1283,11 @@ object frmAbout: TfrmAbout
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object OKButton: TButton
|
object OKButton: TButton
|
||||||
Left = 416
|
Left = 481
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 277
|
Top = 277
|
||||||
Width = 75
|
Width = 75
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
Cancel = True
|
Cancel = True
|
||||||
Caption = 'OK'
|
Caption = 'OK'
|
||||||
OnClick = OKButtonClick
|
OnClick = OKButtonClick
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
# hash value = 219750574
|
|
||||||
vpabout.cbrowsererror='Unable to start web browser. Make sure you have it'+
|
|
||||||
' properly setup on your system.'
|
|
||||||
|
|
Reference in New Issue
Block a user