From c2ca52370281338f658b7fae6d30f418dfda4d35 Mon Sep 17 00:00:00 2001
From: doom4ster <doom4ster@gmail.com>
Date: 星期四, 16 三月 2017 03:14:29 +0800
Subject: [PATCH] 重覆3/6到3/15做的事情
---
CB_IMGPSScan_TLB.pas | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/CB_IMGPSScan_TLB.pas b/CB_IMGPSScan_TLB.pas
index 0bc0abf..d0261af 100644
--- a/CB_IMGPSScan_TLB.pas
+++ b/CB_IMGPSScan_TLB.pas
@@ -12,7 +12,7 @@
// ************************************************************************ //
// $Rev: 17252 $
-// File generated on 2017/2/22 �U�� 03:44:05 from Type Library described below.
+// File generated on 2017/3/16 �W�� 12:29:25 from Type Library described below.
// ************************************************************************ //
// Type Lib: C:\Users\Hong\Desktop\Delphi2009_project\work_project\����M��\����жU\���y����CB_IMGPSScan\20170208_�]�mgit\CB_IMGPSScan (1)
@@ -228,6 +228,10 @@
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;
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;
@@ -287,6 +291,8 @@
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;
end;
// *********************************************************************//
@@ -355,6 +361,8 @@
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;
end;
// *********************************************************************//
--
Gitblit v1.8.0