Browse Source

Fix in Dashboard project dependencies.

lainz 7 years ago
parent
commit
cb330f6feb
3 changed files with 12 additions and 15 deletions
  1. 3 6
      test/dashboard/dashboard.lpi
  2. 4 4
      test/dashboard/umain.lfm
  3. 5 5
      test/dashboard/umain.pas

+ 3 - 6
test/dashboard/dashboard.lpi

@@ -26,16 +26,13 @@
         <FormatVersion Value="1"/>
       </local>
     </RunParams>
-    <RequiredPackages Count="3">
+    <RequiredPackages Count="2">
       <Item1>
-        <PackageName Value="MaterialDesign"/>
+        <PackageName Value="bgracontrols"/>
       </Item1>
       <Item2>
-        <PackageName Value="bgracontrols"/>
-      </Item2>
-      <Item3>
         <PackageName Value="LCL"/>
-      </Item3>
+      </Item2>
     </RequiredPackages>
     <Units Count="2">
       <Unit0>

+ 4 - 4
test/dashboard/umain.lfm

@@ -26549,7 +26549,7 @@ object Form1: TForm1
       ParentColor = False
       ParentFont = False
       TabOrder = 0
-      object MDButton1: TMDButton
+      object BCMDButton1: TBCMDButton
         Left = 60
         Height = 50
         Top = 10
@@ -26571,7 +26571,7 @@ object Form1: TForm1
         Caption = 'Blog'
         ParentFont = False
       end
-      object MDButton2: TMDButton
+      object BCMDButton2: TBCMDButton
         Left = 170
         Height = 50
         Top = 10
@@ -26592,7 +26592,7 @@ object Form1: TForm1
         Caption = 'Questions'
         ParentFont = False
       end
-      object MDButton3: TMDButton
+      object BCMDButton3: TBCMDButton
         Left = 280
         Height = 50
         Top = 10
@@ -26613,7 +26613,7 @@ object Form1: TForm1
         Caption = 'Companies'
         ParentFont = False
       end
-      object MDButton4: TMDButton
+      object BCMDButton4: TBCMDButton
         Left = 390
         Height = 50
         Top = 10

+ 5 - 5
test/dashboard/umain.pas

@@ -6,7 +6,7 @@ interface
 
 uses
   Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls,
-  BCRadialProgressBar, BCLabel, BGRASpriteAnimation, MDButton;
+  BCRadialProgressBar, BCLabel, BGRASpriteAnimation, BCMDButton;
 
 type
 
@@ -25,10 +25,10 @@ type
     Label7: TLabel;
     Label8: TLabel;
     Label9: TLabel;
-    MDButton1: TMDButton;
-    MDButton2: TMDButton;
-    MDButton3: TMDButton;
-    MDButton4: TMDButton;
+    BCMDButton1: TBCMDButton;
+    BCMDButton2: TBCMDButton;
+    BCMDButton3: TBCMDButton;
+    BCMDButton4: TBCMDButton;
     Panel1: TPanel;
     Panel2: TPanel;
     Panel3: TPanel;