@@ -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>
@@ -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'
end
- object MDButton2: TMDButton
+ object BCMDButton2: TBCMDButton
Left = 170
@@ -26592,7 +26592,7 @@ object Form1: TForm1
Caption = 'Questions'
- object MDButton3: TMDButton
+ object BCMDButton3: TBCMDButton
Left = 280
@@ -26613,7 +26613,7 @@ object Form1: TForm1
Caption = 'Companies'
- object MDButton4: TMDButton
+ object BCMDButton4: TBCMDButton
Left = 390
@@ -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;