lazbarcodes: Add palette icon for TLazbarcodeMaxicode

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8229 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2022-03-25 17:28:32 +00:00
parent ffb0bc8670
commit 1d32139e44
6 changed files with 7 additions and 3 deletions

View File

@ -47,3 +47,6 @@ tbarcodedatamatrix_200.png
tbarcodepdf417.png
tbarcodepdf417_150.png
tbarcodepdf417_200.png
tbarcodemaxicode.png
tbarcodemaxicode_150.png
tbarcodemaxicode_200.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -669,7 +669,8 @@ begin
TBarcodeQR, TBarcodeMicroQR,
TBarcodeAztec, TBarcodeAztecRune,
TBarcodeDataMatrix,
TBarcodePDF417
TBarcodePDF417,
TBarcodeMaxicode
]);
RegisterPropertyEditor(TypeInfo(TCaption), TLazBarcodeCustomText, 'Text', TCaptionPropertyEditor);
@ -3376,8 +3377,8 @@ end;
class function TBarcodeMaxiCode.GetControlClassDefaultSize: TSize;
begin
Result.CX := 88;
Result.CY := 88;
Result.CX := 264;
Result.CY := 257;
end;
function TBarcodeMaxiCode.InternalGenerate: Integer;