mbColorLib: Less hints and warnings.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8129 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-10-27 17:26:55 +00:00
parent 83b7ffa66d
commit abdec8801e
19 changed files with 61 additions and 45 deletions

View File

@@ -60,6 +60,9 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>

View File

@@ -9,7 +9,7 @@ object Form1: TForm1
Font.Color = clWindowText
OnCreate = FormCreate
ShowHint = True
LCLVersion = '2.2.0.1'
LCLVersion = '2.3.0.0'
object PageControl1: TPageControl
Left = 6
Height = 404
@@ -52,7 +52,7 @@ object Form1: TForm1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CbMarker
AnchorSideTop.Side = asrCenter
Left = 111
Left = 109
Height = 15
Top = 355
Width = 40
@@ -82,7 +82,7 @@ object Form1: TForm1
Left = 4
Height = 19
Top = 353
Width = 83
Width = 81
BorderSpacing.Left = 4
Caption = 'SliderVisible'
Checked = True
@@ -93,7 +93,7 @@ object Form1: TForm1
object CbMarker: TComboBox
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
Left = 159
Left = 157
Height = 23
Top = 351
Width = 103
@@ -115,10 +115,10 @@ object Form1: TForm1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CbMarker
AnchorSideTop.Side = asrCenter
Left = 286
Left = 284
Height = 20
Top = 352
Width = 101
Width = 99
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 24
Caption = 'NewArrowStyle'
@@ -1398,7 +1398,7 @@ object Form1: TForm1
Left = 0
Height = 19
Top = 210
Width = 83
Width = 81
BorderSpacing.Top = 4
Caption = 'SwatchStyle'
OnClick = CbSwatchStyleClick
@@ -1423,7 +1423,7 @@ object Form1: TForm1
Left = 0
Height = 19
Top = 328
Width = 66
Width = 64
BorderSpacing.Top = 12
Caption = 'WebSafe'
OnClick = CbWebSsafeClick
@@ -1436,7 +1436,7 @@ object Form1: TForm1
Left = 0
Height = 19
Top = 351
Width = 78
Width = 76
BorderSpacing.Top = 4
Caption = 'Show hints'
Checked = True
@@ -1451,7 +1451,7 @@ object Form1: TForm1
Left = 0
Height = 19
Top = 374
Width = 62
Width = 60
BorderSpacing.Top = 4
Caption = 'Enabled'
Checked = True

View File

@@ -1,5 +1,5 @@
unit main;
{$WARN 5024 off : Parameter "$1" not used}
interface