-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd9a65f
commit 4112bac
Showing
85 changed files
with
3,789 additions
and
19,360 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
program PDA_RFID_FMX_D11; | ||
|
||
uses | ||
System.StartUpCopy, | ||
FMX.Forms, | ||
Unit3 in 'Unit3.pas' {Form3}, | ||
Androidapi.JNI.Serialport_module in '2D_PDA_RFID_SDK\Androidapi.JNI.Serialport_module.pas', | ||
Androidapi.JNI.xdl2d_RFID in '2D_PDA_RFID_SDK\Androidapi.JNI.xdl2d_RFID.pas', | ||
Androidapi.JNI.my1drfidhelper_debug_aar in '1D_PDA_RFID_SDK\Androidapi.JNI.my1drfidhelper_debug_aar.pas'; | ||
|
||
{$R *.res} | ||
|
||
begin | ||
Application.Initialize; | ||
Application.CreateForm(TForm3, Form3); | ||
Application.Run; | ||
end. |
566 changes: 441 additions & 125 deletions
566
蓝牙称重HC08/Project1.dproj → 1D_PDA_RFID/PDA_RFID_FMX_D11.dproj
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10880,3 +10880,4 @@ implementation | |
{$ENDIF} | ||
|
||
end. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1 Byte
(100%)
HuaweiScan 1.1.3.301/OrangeSDK_JarGen/HuaweiScan_FMX_D11/R_JAVA_HuaweiScan_FMX_D11.jar
Binary file not shown.
Oops, something went wrong.