Ver Fonte

Added BGRAFormatUI to package

Massimo Magnano há 9 meses atrás
pai
commit
57fd9c8e44
4 ficheiros alterados com 9 adições e 4 exclusões
  1. 5 1
      bgracontrols.lpk
  2. 2 1
      bgracontrols.pas
  3. 1 0
      bgraformatui.lfm
  4. 1 2
      bgraformatui.pas

+ 5 - 1
bgracontrols.lpk

@@ -34,7 +34,7 @@
     <Description Value="BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications."/>
     <License Value="Modified LGPL"/>
     <Version Major="9" Release="1" Build="7"/>
-    <Files Count="81">
+    <Files Count="82">
       <Item1>
         <Filename Value="atshapelinebgra.pas"/>
         <HasRegisterProc Value="True"/>
@@ -429,6 +429,10 @@
         <HasRegisterProc Value="True"/>
         <UnitName Value="BGRADialogs"/>
       </Item81>
+      <Item82>
+        <Filename Value="bgraformatui.pas"/>
+        <UnitName Value="BGRAFormatUI"/>
+      </Item82>
     </Files>
     <CompatibilityMode Value="True"/>
     <LazDoc Paths="fpdoc"/>

+ 2 - 1
bgracontrols.pas

@@ -25,7 +25,8 @@ uses
   DTAnalogCommon, DTAnalogGauge, dtthemedclock, dtthemedgauge, MaterialColors, 
   bgrasvgimagelistform, BCLeaLCDDisplay, BCLeaLED, BCLeaQLED, BCLeaRingSlider, 
   BCLeaSelector, BCLeaTheme, BCLeaLCDDisplay_EditorRegister, BCLeaBoard, 
-  BCLeaEngrave, supergauge, supergaugecommon, BGRADialogs, LazarusPackageIntf;
+  BCLeaEngrave, supergauge, supergaugecommon, BGRADialogs, BGRAFormatUI, 
+  LazarusPackageIntf;
 
 implementation
 

+ 1 - 0
bgraformatui.lfm

@@ -7,6 +7,7 @@ object BGRAFormatUIContainer: TBGRAFormatUIContainer
   ClientHeight = 355
   ClientWidth = 713
   DesignTimePPI = 120
+  LCLVersion = '4.99.0.0'
   object ifJpeg: TBCPanel
     Left = 0
     Height = 150

+ 1 - 2
bgraformatui.pas

@@ -5,8 +5,7 @@
 
 ********************************************************************************
 
- Form that contains the various UI of the graphic formats inside panels,
- you don't need to add this unit to package, just use it in your project.
+ Form that contains the various UI of the graphic formats inside panels.
 
  When it is executed calling Execute ONLY the panel of the selected format will be
  visible and the form will be resized accordingly.