mirror of https://github.com/rusefi/openblt.git
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:
parent
1b8f0db615
commit
04df72c561
|
@ -13,9 +13,6 @@
|
|||
<i18n>
|
||||
<EnableI18N LFM="False"/>
|
||||
</i18n>
|
||||
<VersionInfo>
|
||||
<StringTable ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="3">
|
||||
<Item1 Name="Default" Default="True"/>
|
||||
<Item2 Name="Debug">
|
||||
|
|
|
@ -59,10 +59,13 @@
|
|||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="SettingsDialog"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="2"/>
|
||||
<TopLine Value="252"/>
|
||||
<CursorPos Y="278"/>
|
||||
<UsageCount Value="79"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit5>
|
||||
<Unit6>
|
||||
<Filename Value="sessionxcpdialog.pas"/>
|
||||
|
@ -149,7 +152,6 @@
|
|||
<Filename Value="firmwareupdate.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="FirmwareUpdate"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<TopLine Value="690"/>
|
||||
<CursorPos X="14" Y="725"/>
|
||||
|
@ -172,7 +174,7 @@
|
|||
<Filename Value="filelogger.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="FileLogger"/>
|
||||
<EditorIndex Value="2"/>
|
||||
<EditorIndex Value="3"/>
|
||||
<TopLine Value="134"/>
|
||||
<CursorPos X="19" Y="140"/>
|
||||
<UsageCount Value="24"/>
|
||||
|
|
Binary file not shown.
|
@ -85,7 +85,7 @@ object MainForm: TMainForm
|
|||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.6.2.0'
|
||||
LCLVersion = '1.8.2.0'
|
||||
object PnlBody: TPanel
|
||||
Left = 0
|
||||
Height = 84
|
||||
|
@ -128,6 +128,8 @@ object MainForm: TMainForm
|
|||
Caption = 'PnlBodyMain'
|
||||
ClientHeight = 80
|
||||
ClientWidth = 398
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
OnResize = PnlBodyMainResize
|
||||
object PgbFirmwareUpdate: TProgressBar
|
||||
|
@ -160,6 +162,8 @@ object MainForm: TMainForm
|
|||
Caption = 'PnlFooter'
|
||||
ClientHeight = 46
|
||||
ClientWidth = 500
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
object PnlFooterButtons: TPanel
|
||||
Left = 306
|
||||
|
@ -210,6 +214,8 @@ object MainForm: TMainForm
|
|||
Caption = 'PnlHeader'
|
||||
ClientHeight = 50
|
||||
ClientWidth = 500
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 2
|
||||
object ImgHeader: TImage
|
||||
Left = 448
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
object SettingsForm: TSettingsForm
|
||||
Left = 1349
|
||||
Left = 533
|
||||
Height = 441
|
||||
Top = 344
|
||||
Top = 323
|
||||
Width = 422
|
||||
ActiveControl = BtnOk
|
||||
BorderStyle = bsDialog
|
||||
|
@ -13,7 +13,7 @@ object SettingsForm: TSettingsForm
|
|||
OnDestroy = FormDestroy
|
||||
OnKeyPress = FormKeyPress
|
||||
Position = poOwnerFormCenter
|
||||
LCLVersion = '1.6.2.0'
|
||||
LCLVersion = '1.8.2.0'
|
||||
object PnlFooter: TPanel
|
||||
Left = 0
|
||||
Height = 46
|
||||
|
@ -24,6 +24,8 @@ object SettingsForm: TSettingsForm
|
|||
Caption = 'PnlFooter'
|
||||
ClientHeight = 46
|
||||
ClientWidth = 422
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
object PnlFooterButtons: TPanel
|
||||
Left = 228
|
||||
|
@ -66,6 +68,8 @@ object SettingsForm: TSettingsForm
|
|||
Caption = 'PnlBody'
|
||||
ClientHeight = 395
|
||||
ClientWidth = 422
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
object PageCtrlSettings: TPageControl
|
||||
Left = 0
|
||||
|
@ -90,6 +94,8 @@ object SettingsForm: TSettingsForm
|
|||
Caption = 'PnlCommunicationTop'
|
||||
ClientHeight = 44
|
||||
ClientWidth = 412
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
object LblInterface: TLabel
|
||||
Left = 8
|
||||
|
@ -130,6 +136,8 @@ object SettingsForm: TSettingsForm
|
|||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
Caption = 'PnlCommunicationBody'
|
||||
Color = clForm
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue