diff --git a/Host/Source/MicroBoot/MicroBoot.lpi b/Host/Source/MicroBoot/MicroBoot.lpi
index 993ae95b..7c54cebf 100644
--- a/Host/Source/MicroBoot/MicroBoot.lpi
+++ b/Host/Source/MicroBoot/MicroBoot.lpi
@@ -13,9 +13,6 @@
-
-
-
diff --git a/Host/Source/MicroBoot/MicroBoot.lps b/Host/Source/MicroBoot/MicroBoot.lps
index 06ed28e3..f047df23 100644
--- a/Host/Source/MicroBoot/MicroBoot.lps
+++ b/Host/Source/MicroBoot/MicroBoot.lps
@@ -59,10 +59,13 @@
-
+
+
+
+
@@ -149,7 +152,6 @@
-
@@ -172,7 +174,7 @@
-
+
diff --git a/Host/Source/MicroBoot/MicroBoot.res b/Host/Source/MicroBoot/MicroBoot.res
index 9867ba3c..7c74ea2d 100644
Binary files a/Host/Source/MicroBoot/MicroBoot.res and b/Host/Source/MicroBoot/MicroBoot.res differ
diff --git a/Host/Source/MicroBoot/mainunit.lfm b/Host/Source/MicroBoot/mainunit.lfm
index e4cd8d79..423b02ef 100644
--- a/Host/Source/MicroBoot/mainunit.lfm
+++ b/Host/Source/MicroBoot/mainunit.lfm
@@ -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
diff --git a/Host/Source/MicroBoot/settingsdialog.lfm b/Host/Source/MicroBoot/settingsdialog.lfm
index 822be818..45dcd72d 100644
--- a/Host/Source/MicroBoot/settingsdialog.lfm
+++ b/Host/Source/MicroBoot/settingsdialog.lfm
@@ -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