From 8bb66904e8c67aec9ef3654322d2ef9a7a245864 Mon Sep 17 00:00:00 2001
From: doom4ster <doom4ster@gmail.com>
Date: 星期一, 06 三月 2017 10:57:24 +0800
Subject: [PATCH] 新加 DSCAN 為待掃瞄清單所使用

---
 CB_IMGPSScan_TLB.pas |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/CB_IMGPSScan_TLB.pas b/CB_IMGPSScan_TLB.pas
index dcfb832..0bc0abf 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/2/22 �U�� 03:44:05 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,16 @@
     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;
     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 +282,11 @@
     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;
   end;
 
 // *********************************************************************//
@@ -335,6 +350,11 @@
     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;
   end;
 
 // *********************************************************************//

--
Gitblit v1.8.0