From c12083614dded208bd51f753a67277b2c128af27 Mon Sep 17 00:00:00 2001
From: doom4ster <doom4ster@gmail.com>
Date: 星期四, 04 一月 2018 15:09:37 +0800
Subject: [PATCH] CB_IMGPSScan.cab ver2.0.1.63 修正掃瞄壓縮比無效的問題 匯入時灰階與彩色都能辨條碼
---
CB_IMGPSScan_TLB.pas | 40 ++++++++++++++++++++++++++++++++++++----
1 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/CB_IMGPSScan_TLB.pas b/CB_IMGPSScan_TLB.pas
index dcfb832..d953e87 100644
--- a/CB_IMGPSScan_TLB.pas
+++ b/CB_IMGPSScan_TLB.pas
@@ -12,17 +12,17 @@
// ************************************************************************ //
// $Rev: 17252 $
-// File generated on 2017/1/17 �U�� 03:23:41 from Type Library described below.
+// File generated on 2017/8/18 �U�� 03:12:38 from Type Library described below.
// ************************************************************************ //
-// Type Lib: C:\Documents and Settings\user\�ୱ\lin_Delphi\����M��\����жU\���y����\20170117_1\CB_IMGPSScan (1)
+// Type Lib: C:\Users\Hong\Desktop\Delphi2009_project\work_project\����M��\����жU\���y����CB_IMGPSScan\20170208_�]�mgit\CB_IMGPSScan (1)
// LIBID: {F7D1C429-BE85-4FAD-A058-36A41C2AAA89}
// LCID: 0
// Helpfile:
// HelpString:
// DepndLst:
-// (1) v2.0 stdole, (C:\WINDOWS\system32\stdole2.tlb)
-// (2) v4.0 StdVCL, (C:\WINDOWS\system32\stdvcl40.dll)
+// (1) v2.0 stdole, (C:\Windows\SysWOW64\stdole2.tlb)
+// (2) v4.0 StdVCL, (stdvcl40.dll)
// ************************************************************************ //
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers.
{$WARN SYMBOL_PLATFORM OFF}
@@ -218,6 +218,22 @@
procedure Set_is_oldcase(const Value: WideString); safecall;
function Get_custdocyn: WideString; safecall;
procedure Set_custdocyn(const Value: WideString); safecall;
+ function Get_scancolor: WideString; safecall;
+ procedure Set_scancolor(const Value: WideString); safecall;
+ function Get_imgdpi: WideString; safecall;
+ procedure Set_imgdpi(const Value: WideString); safecall;
+ function Get_filesizelimit: WideString; safecall;
+ procedure Set_filesizelimit(const Value: WideString); safecall;
+ function Get_casenolength: WideString; safecall;
+ procedure Set_casenolength(const Value: WideString); safecall;
+ function Get_imgdelete: WideString; safecall;
+ procedure Set_imgdelete(const Value: WideString); safecall;
+ function Get_isExternal: WideString; safecall;
+ procedure Set_isExternal(const Value: WideString); safecall;
+ function Get_check_main_form: WideString; safecall;
+ procedure Set_check_main_form(const Value: WideString); safecall;
+ function Get_WH_CATEGORY: WideString; safecall;
+ procedure Set_WH_CATEGORY(const Value: WideString); safecall;
property Visible: WordBool read Get_Visible write Set_Visible;
property AutoScroll: WordBool read Get_AutoScroll write Set_AutoScroll;
property AutoSize: WordBool read Get_AutoSize write Set_AutoSize;
@@ -272,6 +288,14 @@
property printyn: WideString read Get_printyn write Set_printyn;
property is_oldcase: WideString read Get_is_oldcase write Set_is_oldcase;
property custdocyn: WideString read Get_custdocyn write Set_custdocyn;
+ property scancolor: WideString read Get_scancolor write Set_scancolor;
+ property imgdpi: WideString read Get_imgdpi write Set_imgdpi;
+ property filesizelimit: WideString read Get_filesizelimit write Set_filesizelimit;
+ property casenolength: WideString read Get_casenolength write Set_casenolength;
+ property imgdelete: WideString read Get_imgdelete write Set_imgdelete;
+ property isExternal: WideString read Get_isExternal write Set_isExternal;
+ property check_main_form: WideString read Get_check_main_form write Set_check_main_form;
+ property WH_CATEGORY: WideString read Get_WH_CATEGORY write Set_WH_CATEGORY;
end;
// *********************************************************************//
@@ -335,6 +359,14 @@
property printyn: WideString dispid 248;
property is_oldcase: WideString dispid 249;
property custdocyn: WideString dispid 250;
+ property scancolor: WideString dispid 251;
+ property imgdpi: WideString dispid 252;
+ property filesizelimit: WideString dispid 253;
+ property casenolength: WideString dispid 254;
+ property imgdelete: WideString dispid 255;
+ property isExternal: WideString dispid 256;
+ property check_main_form: WideString dispid 257;
+ property WH_CATEGORY: WideString dispid 258;
end;
// *********************************************************************//
--
Gitblit v1.8.0