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@486 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
5a1dfebc68
commit
fcda740314
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="9"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectSession>
|
<ProjectSession>
|
||||||
<Version Value="10"/>
|
<Version Value="9"/>
|
||||||
<BuildModes Active="Release"/>
|
<BuildModes Active="Release"/>
|
||||||
<Units Count="32">
|
<Units Count="32">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="MainUnit"/>
|
<UnitName Value="MainUnit"/>
|
||||||
|
<IsVisibleTab Value="True"/>
|
||||||
<TopLine Value="291"/>
|
<TopLine Value="291"/>
|
||||||
<CursorPos X="11" Y="296"/>
|
<CursorPos X="11" Y="296"/>
|
||||||
<UsageCount Value="87"/>
|
<UsageCount Value="87"/>
|
||||||
|
@ -59,13 +60,11 @@
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="SettingsDialog"/>
|
<UnitName Value="SettingsDialog"/>
|
||||||
<IsVisibleTab Value="True"/>
|
|
||||||
<EditorIndex Value="2"/>
|
<EditorIndex Value="2"/>
|
||||||
<TopLine Value="252"/>
|
<TopLine Value="252"/>
|
||||||
<CursorPos Y="278"/>
|
<CursorPos X="63" Y="258"/>
|
||||||
<UsageCount Value="79"/>
|
<UsageCount Value="79"/>
|
||||||
<Loaded Value="True"/>
|
<Loaded Value="True"/>
|
||||||
<LoadedDesigner Value="True"/>
|
|
||||||
</Unit5>
|
</Unit5>
|
||||||
<Unit6>
|
<Unit6>
|
||||||
<Filename Value="sessionxcpdialog.pas"/>
|
<Filename Value="sessionxcpdialog.pas"/>
|
||||||
|
|
Binary file not shown.
|
@ -85,7 +85,7 @@ object MainForm: TMainForm
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnDestroy = FormDestroy
|
OnDestroy = FormDestroy
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.8.2.0'
|
LCLVersion = '1.6.2.0'
|
||||||
object PnlBody: TPanel
|
object PnlBody: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 84
|
Height = 84
|
||||||
|
@ -107,6 +107,8 @@ object MainForm: TMainForm
|
||||||
Caption = 'PnlBodyRight'
|
Caption = 'PnlBodyRight'
|
||||||
ClientHeight = 80
|
ClientHeight = 80
|
||||||
ClientWidth = 98
|
ClientWidth = 98
|
||||||
|
Color = clForm
|
||||||
|
ParentColor = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object BtnBrowse: TButton
|
object BtnBrowse: TButton
|
||||||
Left = 10
|
Left = 10
|
||||||
|
|
Loading…
Reference in New Issue