From 524eea3312ebc07fd6e1dc94594d33c6a69d5ef5 Mon Sep 17 00:00:00 2001
From: curtis <curtis@i-mps.com>
Date: 星期二, 31 三月 2026 09:32:51 +0800
Subject: [PATCH] fix: 型別更新 1) 新增 TShape, TMemo, TMenuItem, TImageScrollBox 2) 理清 Delphi 相依使用: IISUnit, MPSBarcode, IISImageProcess 3) 方法說明/Mermaid 生成
---
CB_IMGPSScan.ridl | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/CB_IMGPSScan.ridl b/CB_IMGPSScan.ridl
index 8ff0913..a84db2f 100644
--- a/CB_IMGPSScan.ridl
+++ b/CB_IMGPSScan.ridl
@@ -6,7 +6,7 @@
// However, when applying changes via the Editor this file will be regenerated
// and comments or formatting changes will be lost.
// ************************************************************************ //
-// File generated on 2017/3/16 �W�� 12:29:28 (- $Rev: 12980 $, 706234).
+// File generated on 2022/10/28 �W�� 10:03:13 (- $Rev: 12980 $, 3429500).
[
uuid(F7D1C429-BE85-4FAD-A058-36A41C2AAA89),
@@ -322,6 +322,10 @@
HRESULT _stdcall check_main_form([out, retval] BSTR* Value);
[propput, id(0x00000101)]
HRESULT _stdcall check_main_form([in] BSTR Value);
+ [propget, id(0x00000102)]
+ HRESULT _stdcall WH_CATEGORY([out, retval] BSTR* Value);
+ [propput, id(0x00000102)]
+ HRESULT _stdcall WH_CATEGORY([in] BSTR Value);
};
[
--
Gitblit v1.8.0