Refs #530. Corrected background color of certain user interface components that looked a bit white-ish.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@484 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-04-25 14:18:12 +00:00
parent 1b8f0db615
commit 04df72c561
5 changed files with 23 additions and 10 deletions

View File

@ -13,9 +13,6 @@
<i18n> <i18n>
<EnableI18N LFM="False"/> <EnableI18N LFM="False"/>
</i18n> </i18n>
<VersionInfo>
<StringTable ProductVersion=""/>
</VersionInfo>
<BuildModes Count="3"> <BuildModes Count="3">
<Item1 Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
<Item2 Name="Debug"> <Item2 Name="Debug">

View File

@ -59,10 +59,13 @@
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<UnitName Value="SettingsDialog"/> <UnitName Value="SettingsDialog"/>
<EditorIndex Value="-1"/> <IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<TopLine Value="252"/> <TopLine Value="252"/>
<CursorPos Y="278"/> <CursorPos Y="278"/>
<UsageCount Value="79"/> <UsageCount Value="79"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit5> </Unit5>
<Unit6> <Unit6>
<Filename Value="sessionxcpdialog.pas"/> <Filename Value="sessionxcpdialog.pas"/>
@ -149,7 +152,6 @@
<Filename Value="firmwareupdate.pas"/> <Filename Value="firmwareupdate.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="FirmwareUpdate"/> <UnitName Value="FirmwareUpdate"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/> <EditorIndex Value="1"/>
<TopLine Value="690"/> <TopLine Value="690"/>
<CursorPos X="14" Y="725"/> <CursorPos X="14" Y="725"/>
@ -172,7 +174,7 @@
<Filename Value="filelogger.pas"/> <Filename Value="filelogger.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="FileLogger"/> <UnitName Value="FileLogger"/>
<EditorIndex Value="2"/> <EditorIndex Value="3"/>
<TopLine Value="134"/> <TopLine Value="134"/>
<CursorPos X="19" Y="140"/> <CursorPos X="19" Y="140"/>
<UsageCount Value="24"/> <UsageCount Value="24"/>

Binary file not shown.

View File

@ -85,7 +85,7 @@ object MainForm: TMainForm
OnCreate = FormCreate OnCreate = FormCreate
OnDestroy = FormDestroy OnDestroy = FormDestroy
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '1.6.2.0' LCLVersion = '1.8.2.0'
object PnlBody: TPanel object PnlBody: TPanel
Left = 0 Left = 0
Height = 84 Height = 84
@ -128,6 +128,8 @@ object MainForm: TMainForm
Caption = 'PnlBodyMain' Caption = 'PnlBodyMain'
ClientHeight = 80 ClientHeight = 80
ClientWidth = 398 ClientWidth = 398
Color = clForm
ParentColor = False
TabOrder = 1 TabOrder = 1
OnResize = PnlBodyMainResize OnResize = PnlBodyMainResize
object PgbFirmwareUpdate: TProgressBar object PgbFirmwareUpdate: TProgressBar
@ -160,6 +162,8 @@ object MainForm: TMainForm
Caption = 'PnlFooter' Caption = 'PnlFooter'
ClientHeight = 46 ClientHeight = 46
ClientWidth = 500 ClientWidth = 500
Color = clForm
ParentColor = False
TabOrder = 1 TabOrder = 1
object PnlFooterButtons: TPanel object PnlFooterButtons: TPanel
Left = 306 Left = 306
@ -210,6 +214,8 @@ object MainForm: TMainForm
Caption = 'PnlHeader' Caption = 'PnlHeader'
ClientHeight = 50 ClientHeight = 50
ClientWidth = 500 ClientWidth = 500
Color = clForm
ParentColor = False
TabOrder = 2 TabOrder = 2
object ImgHeader: TImage object ImgHeader: TImage
Left = 448 Left = 448

View File

@ -1,7 +1,7 @@
object SettingsForm: TSettingsForm object SettingsForm: TSettingsForm
Left = 1349 Left = 533
Height = 441 Height = 441
Top = 344 Top = 323
Width = 422 Width = 422
ActiveControl = BtnOk ActiveControl = BtnOk
BorderStyle = bsDialog BorderStyle = bsDialog
@ -13,7 +13,7 @@ object SettingsForm: TSettingsForm
OnDestroy = FormDestroy OnDestroy = FormDestroy
OnKeyPress = FormKeyPress OnKeyPress = FormKeyPress
Position = poOwnerFormCenter Position = poOwnerFormCenter
LCLVersion = '1.6.2.0' LCLVersion = '1.8.2.0'
object PnlFooter: TPanel object PnlFooter: TPanel
Left = 0 Left = 0
Height = 46 Height = 46
@ -24,6 +24,8 @@ object SettingsForm: TSettingsForm
Caption = 'PnlFooter' Caption = 'PnlFooter'
ClientHeight = 46 ClientHeight = 46
ClientWidth = 422 ClientWidth = 422
Color = clForm
ParentColor = False
TabOrder = 1 TabOrder = 1
object PnlFooterButtons: TPanel object PnlFooterButtons: TPanel
Left = 228 Left = 228
@ -66,6 +68,8 @@ object SettingsForm: TSettingsForm
Caption = 'PnlBody' Caption = 'PnlBody'
ClientHeight = 395 ClientHeight = 395
ClientWidth = 422 ClientWidth = 422
Color = clForm
ParentColor = False
TabOrder = 0 TabOrder = 0
object PageCtrlSettings: TPageControl object PageCtrlSettings: TPageControl
Left = 0 Left = 0
@ -90,6 +94,8 @@ object SettingsForm: TSettingsForm
Caption = 'PnlCommunicationTop' Caption = 'PnlCommunicationTop'
ClientHeight = 44 ClientHeight = 44
ClientWidth = 412 ClientWidth = 412
Color = clForm
ParentColor = False
TabOrder = 0 TabOrder = 0
object LblInterface: TLabel object LblInterface: TLabel
Left = 8 Left = 8
@ -130,6 +136,8 @@ object SettingsForm: TSettingsForm
Align = alClient Align = alClient
BevelOuter = bvNone BevelOuter = bvNone
Caption = 'PnlCommunicationBody' Caption = 'PnlCommunicationBody'
Color = clForm
ParentColor = False
TabOrder = 1 TabOrder = 1
end end
end end