mirror of
https://github.com/KeymonSoft/Mariana.git
synced 2026-04-20 06:09:16 +00:00
Para que guarde nombre y version de la aplicación en CAT_VARIABLES
This commit is contained in:
@@ -128,7 +128,6 @@ Sub Class_Globals
|
||||
|
||||
Private b_like As Button
|
||||
Private B_GPS As Button
|
||||
Dim sc As JhsIceZxing1
|
||||
Dim CODIGO As String
|
||||
Private cb_factura As CheckBox
|
||||
Private p_cbFactura As Panel
|
||||
@@ -495,13 +494,13 @@ Sub HIST_Click
|
||||
End Sub
|
||||
|
||||
Sub BT_QR_Click
|
||||
sc.isportrait = True
|
||||
sc.timeoutDuration = 45
|
||||
sc.theViewFinderXfactor = 0.7
|
||||
sc.theViewFinderYfactor = 0.5
|
||||
sc.theResultColor = Colors.Green
|
||||
sc.mustVibrate = True
|
||||
sc.BeginScan("sc")
|
||||
' sc.isportrait = True
|
||||
' sc.timeoutDuration = 45
|
||||
' sc.theViewFinderXfactor = 0.7
|
||||
' sc.theViewFinderYfactor = 0.5
|
||||
' sc.theResultColor = Colors.Green
|
||||
' sc.mustVibrate = True
|
||||
' sc.BeginScan("sc")
|
||||
End Sub
|
||||
|
||||
Sub sc_result(atype As String,Values As String, image As Bitmap)
|
||||
|
||||
Reference in New Issue
Block a user