You've already forked lazarus-ccr
jvcllaz: Minor improvement of color usage of TJvWizard demo for Linux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,7 +3,6 @@ object Form1: TForm1
|
|||||||
Height = 336
|
Height = 336
|
||||||
Top = 212
|
Top = 212
|
||||||
Width = 477
|
Width = 477
|
||||||
ActiveControl = JvWizardWelcomePage1
|
|
||||||
Caption = 'JvWizard demo'
|
Caption = 'JvWizard demo'
|
||||||
ClientHeight = 336
|
ClientHeight = 336
|
||||||
ClientWidth = 477
|
ClientWidth = 477
|
||||||
@ -13,7 +12,7 @@ object Form1: TForm1
|
|||||||
Height = 336
|
Height = 336
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 477
|
Width = 477
|
||||||
ActivePage = JvWizardWelcomePage1
|
ActivePage = JvWizardInteriorPage4
|
||||||
ButtonBarHeight = 42
|
ButtonBarHeight = 42
|
||||||
ButtonStart.Caption = 'To &Start Page'
|
ButtonStart.Caption = 'To &Start Page'
|
||||||
ButtonStart.NumGlyphs = 1
|
ButtonStart.NumGlyphs = 1
|
||||||
@ -3048,7 +3047,10 @@ object Form1: TForm1
|
|||||||
Height = 294
|
Height = 294
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 145
|
Width = 145
|
||||||
|
Color = clBlack
|
||||||
Font.Color = clWhite
|
Font.Color = clWhite
|
||||||
|
NodeColors.Line = clMedGray
|
||||||
|
NodeColors.Disabled = clSilver
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ImageList1: TImageList
|
object ImageList1: TImageList
|
||||||
|
Reference in New Issue
Block a user