doom4ster
2017-09-12 50444e00a1c2c9d97e23e87311a8440143ed6ef2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
unit CB_IMGPSScan_TLB;
 
// ************************************************************************ //
// WARNING
// -------
// The types declared in this file were generated from data read from a
// Type Library. If this type library is explicitly or indirectly (via
// another type library referring to this type library) re-imported, or the
// 'Refresh' command of the Type Library Editor activated while editing the
// Type Library, the contents of this file will be regenerated and all
// manual modifications will be lost.
// ************************************************************************ //
 
// $Rev: 17252 $
// File generated on 2017/8/18 ¤U¤È 03:12:38 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)
// LIBID: {F7D1C429-BE85-4FAD-A058-36A41C2AAA89}
// LCID: 0
// Helpfile:
// HelpString:
// DepndLst:
//   (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}
{$WRITEABLECONST ON}
{$VARPROPSETTER ON}
{$ALIGN 4}
interface
 
uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL, Variants;
 
 
// *********************************************************************//
// GUIDS declared in the TypeLibrary. Following prefixes are used:
//   Type Libraries     : LIBID_xxxx
//   CoClasses          : CLASS_xxxx
//   DISPInterfaces     : DIID_xxxx
//   Non-DISP interfaces: IID_xxxx
// *********************************************************************//
const
  // TypeLibrary Major and minor versions
  CB_IMGPSScanMajorVersion = 1;
  CB_IMGPSScanMinorVersion = 0;
 
  LIBID_CB_IMGPSScan: TGUID = '{F7D1C429-BE85-4FAD-A058-36A41C2AAA89}';
 
  IID_ICB_IMGPSScanX: TGUID = '{E68A01E9-2798-497F-9FB8-4EAFB7CCE5B9}';
  DIID_ICB_IMGPSScanXEvents: TGUID = '{B7FB8B05-8BDA-4DFD-BCCF-2B657E8A108A}';
  CLASS_CB_IMGPSScanX: TGUID = '{8B54EA2A-547C-48AD-BC71-C11C1340B37E}';
 
// *********************************************************************//
// Declaration of Enumerations defined in Type Library
// *********************************************************************//
// Constants for enum TxActiveFormBorderStyle
type
  TxActiveFormBorderStyle = TOleEnum;
const
  afbNone = $00000000;
  afbSingle = $00000001;
  afbSunken = $00000002;
  afbRaised = $00000003;
 
// Constants for enum TxPrintScale
type
  TxPrintScale = TOleEnum;
const
  poNone = $00000000;
  poProportional = $00000001;
  poPrintToFit = $00000002;
 
// Constants for enum TxMouseButton
type
  TxMouseButton = TOleEnum;
const
  mbLeft = $00000000;
  mbRight = $00000001;
  mbMiddle = $00000002;
 
// Constants for enum TxPopupMode
type
  TxPopupMode = TOleEnum;
const
  pmNone = $00000000;
  pmAuto = $00000001;
  pmExplicit = $00000002;
 
type
 
// *********************************************************************//
// Forward declaration of types defined in TypeLibrary
// *********************************************************************//
  ICB_IMGPSScanX = interface;
  ICB_IMGPSScanXDisp = dispinterface;
  ICB_IMGPSScanXEvents = dispinterface;
 
// *********************************************************************//
// Declaration of CoClasses defined in Type Library
// (NOTE: Here we map each CoClass to its Default Interface)
// *********************************************************************//
  CB_IMGPSScanX = ICB_IMGPSScanX;
 
 
// *********************************************************************//
// Declaration of structures, unions and aliases.
// *********************************************************************//
  PPUserType1 = ^IFontDisp; {*}
 
 
// *********************************************************************//
// Interface: ICB_IMGPSScanX
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {E68A01E9-2798-497F-9FB8-4EAFB7CCE5B9}
// *********************************************************************//
  ICB_IMGPSScanX = interface(IDispatch)
    ['{E68A01E9-2798-497F-9FB8-4EAFB7CCE5B9}']
    function Get_Visible: WordBool; safecall;
    procedure Set_Visible(Value: WordBool); safecall;
    function Get_AutoScroll: WordBool; safecall;
    procedure Set_AutoScroll(Value: WordBool); safecall;
    function Get_AutoSize: WordBool; safecall;
    procedure Set_AutoSize(Value: WordBool); safecall;
    function Get_AxBorderStyle: TxActiveFormBorderStyle; safecall;
    procedure Set_AxBorderStyle(Value: TxActiveFormBorderStyle); safecall;
    function Get_Caption: WideString; safecall;
    procedure Set_Caption(const Value: WideString); safecall;
    function Get_Color: OLE_COLOR; safecall;
    procedure Set_Color(Value: OLE_COLOR); safecall;
    function Get_Font: IFontDisp; safecall;
    procedure Set_Font(const Value: IFontDisp); safecall;
    procedure _Set_Font(var Value: IFontDisp); safecall;
    function Get_KeyPreview: WordBool; safecall;
    procedure Set_KeyPreview(Value: WordBool); safecall;
    function Get_PixelsPerInch: Integer; safecall;
    procedure Set_PixelsPerInch(Value: Integer); safecall;
    function Get_PrintScale: TxPrintScale; safecall;
    procedure Set_PrintScale(Value: TxPrintScale); safecall;
    function Get_Scaled: WordBool; safecall;
    procedure Set_Scaled(Value: WordBool); safecall;
    function Get_Active: WordBool; safecall;
    function Get_DropTarget: WordBool; safecall;
    procedure Set_DropTarget(Value: WordBool); safecall;
    function Get_HelpFile: WideString; safecall;
    procedure Set_HelpFile(const Value: WideString); safecall;
    function Get_PopupMode: TxPopupMode; safecall;
    procedure Set_PopupMode(Value: TxPopupMode); safecall;
    function Get_ScreenSnap: WordBool; safecall;
    procedure Set_ScreenSnap(Value: WordBool); safecall;
    function Get_SnapBuffer: Integer; safecall;
    procedure Set_SnapBuffer(Value: Integer); safecall;
    function Get_DockSite: WordBool; safecall;
    procedure Set_DockSite(Value: WordBool); safecall;
    function Get_DoubleBuffered: WordBool; safecall;
    procedure Set_DoubleBuffered(Value: WordBool); safecall;
    function Get_AlignDisabled: WordBool; safecall;
    function Get_MouseInClient: WordBool; safecall;
    function Get_VisibleDockClientCount: Integer; safecall;
    function Get_ParentDoubleBuffered: WordBool; safecall;
    procedure Set_ParentDoubleBuffered(Value: WordBool); safecall;
    function Get_UseDockManager: WordBool; safecall;
    procedure Set_UseDockManager(Value: WordBool); safecall;
    function Get_Enabled: WordBool; safecall;
    procedure Set_Enabled(Value: WordBool); safecall;
    function Get_ExplicitLeft: Integer; safecall;
    function Get_ExplicitTop: Integer; safecall;
    function Get_ExplicitWidth: Integer; safecall;
    function Get_ExplicitHeight: Integer; safecall;
    function Get_AlignWithMargins: WordBool; safecall;
    procedure Set_AlignWithMargins(Value: WordBool); safecall;
    function Get_ParentCustomHint: WordBool; safecall;
    procedure Set_ParentCustomHint(Value: WordBool); safecall;
    function Get_url: WideString; safecall;
    procedure Set_url(const Value: WideString); safecall;
    function Get_caseid: WideString; safecall;
    procedure Set_caseid(const Value: WideString); safecall;
    function Get_mode: WideString; safecall;
    procedure Set_mode(const Value: WideString); safecall;
    function Get_work_no: WideString; safecall;
    procedure Set_work_no(const Value: WideString); safecall;
    function Get_userid: WideString; safecall;
    procedure Set_userid(const Value: WideString); safecall;
    function Get_username: WideString; safecall;
    procedure Set_username(const Value: WideString); safecall;
    function Get_userunit: WideString; safecall;
    procedure Set_userunit(const Value: WideString); safecall;
    function Get_data: WideString; safecall;
    procedure Set_data(const Value: WideString); safecall;
    function Get_verify: WideString; safecall;
    procedure Set_verify(const Value: WideString); safecall;
    function Get_rewrite: WideString; safecall;
    procedure Set_rewrite(const Value: WideString); safecall;
    function Get_modename: WideString; safecall;
    procedure Set_modename(const Value: WideString); safecall;
    function Get_language: WideString; safecall;
    procedure Set_language(const Value: WideString); safecall;
    function Get_loandoc_value: WideString; safecall;
    procedure Set_loandoc_value(const Value: WideString); safecall;
    function Get_loandoc_enable: WideString; safecall;
    procedure Set_loandoc_enable(const Value: WideString); safecall;
    function Get_useproxy: WideString; safecall;
    procedure Set_useproxy(const Value: WideString); safecall;
    function Get_c_docnolist: WideString; safecall;
    procedure Set_c_docnolist(const Value: WideString); safecall;
    function Get_c_docnamelist: WideString; safecall;
    procedure Set_c_docnamelist(const Value: WideString); safecall;
    function Get_fixfilelist: WideString; safecall;
    procedure Set_fixfilelist(const Value: WideString); safecall;
    function Get_is_in_wh: WideString; safecall;
    procedure Set_is_in_wh(const Value: WideString); safecall;
    function Get_oldcaseinfo: WideString; safecall;
    procedure Set_oldcaseinfo(const Value: WideString); safecall;
    function Get_printyn: WideString; safecall;
    procedure Set_printyn(const Value: WideString); safecall;
    function Get_is_oldcase: WideString; safecall;
    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;
    property AxBorderStyle: TxActiveFormBorderStyle read Get_AxBorderStyle write Set_AxBorderStyle;
    property Caption: WideString read Get_Caption write Set_Caption;
    property Color: OLE_COLOR read Get_Color write Set_Color;
    property Font: IFontDisp read Get_Font write Set_Font;
    property KeyPreview: WordBool read Get_KeyPreview write Set_KeyPreview;
    property PixelsPerInch: Integer read Get_PixelsPerInch write Set_PixelsPerInch;
    property PrintScale: TxPrintScale read Get_PrintScale write Set_PrintScale;
    property Scaled: WordBool read Get_Scaled write Set_Scaled;
    property Active: WordBool read Get_Active;
    property DropTarget: WordBool read Get_DropTarget write Set_DropTarget;
    property HelpFile: WideString read Get_HelpFile write Set_HelpFile;
    property PopupMode: TxPopupMode read Get_PopupMode write Set_PopupMode;
    property ScreenSnap: WordBool read Get_ScreenSnap write Set_ScreenSnap;
    property SnapBuffer: Integer read Get_SnapBuffer write Set_SnapBuffer;
    property DockSite: WordBool read Get_DockSite write Set_DockSite;
    property DoubleBuffered: WordBool read Get_DoubleBuffered write Set_DoubleBuffered;
    property AlignDisabled: WordBool read Get_AlignDisabled;
    property MouseInClient: WordBool read Get_MouseInClient;
    property VisibleDockClientCount: Integer read Get_VisibleDockClientCount;
    property ParentDoubleBuffered: WordBool read Get_ParentDoubleBuffered write Set_ParentDoubleBuffered;
    property UseDockManager: WordBool read Get_UseDockManager write Set_UseDockManager;
    property Enabled: WordBool read Get_Enabled write Set_Enabled;
    property ExplicitLeft: Integer read Get_ExplicitLeft;
    property ExplicitTop: Integer read Get_ExplicitTop;
    property ExplicitWidth: Integer read Get_ExplicitWidth;
    property ExplicitHeight: Integer read Get_ExplicitHeight;
    property AlignWithMargins: WordBool read Get_AlignWithMargins write Set_AlignWithMargins;
    property ParentCustomHint: WordBool read Get_ParentCustomHint write Set_ParentCustomHint;
    property url: WideString read Get_url write Set_url;
    property caseid: WideString read Get_caseid write Set_caseid;
    property mode: WideString read Get_mode write Set_mode;
    property work_no: WideString read Get_work_no write Set_work_no;
    property userid: WideString read Get_userid write Set_userid;
    property username: WideString read Get_username write Set_username;
    property userunit: WideString read Get_userunit write Set_userunit;
    property data: WideString read Get_data write Set_data;
    property verify: WideString read Get_verify write Set_verify;
    property rewrite: WideString read Get_rewrite write Set_rewrite;
    property modename: WideString read Get_modename write Set_modename;
    property language: WideString read Get_language write Set_language;
    property loandoc_value: WideString read Get_loandoc_value write Set_loandoc_value;
    property loandoc_enable: WideString read Get_loandoc_enable write Set_loandoc_enable;
    property useproxy: WideString read Get_useproxy write Set_useproxy;
    property c_docnolist: WideString read Get_c_docnolist write Set_c_docnolist;
    property c_docnamelist: WideString read Get_c_docnamelist write Set_c_docnamelist;
    property fixfilelist: WideString read Get_fixfilelist write Set_fixfilelist;
    property is_in_wh: WideString read Get_is_in_wh write Set_is_in_wh;
    property oldcaseinfo: WideString read Get_oldcaseinfo write Set_oldcaseinfo;
    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;
 
// *********************************************************************//
// DispIntf:  ICB_IMGPSScanXDisp
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {E68A01E9-2798-497F-9FB8-4EAFB7CCE5B9}
// *********************************************************************//
  ICB_IMGPSScanXDisp = dispinterface
    ['{E68A01E9-2798-497F-9FB8-4EAFB7CCE5B9}']
    property Visible: WordBool dispid 201;
    property AutoScroll: WordBool dispid 202;
    property AutoSize: WordBool dispid 203;
    property AxBorderStyle: TxActiveFormBorderStyle dispid 204;
    property Caption: WideString dispid -518;
    property Color: OLE_COLOR dispid -501;
    property Font: IFontDisp dispid -512;
    property KeyPreview: WordBool dispid 205;
    property PixelsPerInch: Integer dispid 206;
    property PrintScale: TxPrintScale dispid 207;
    property Scaled: WordBool dispid 208;
    property Active: WordBool readonly dispid 209;
    property DropTarget: WordBool dispid 210;
    property HelpFile: WideString dispid 211;
    property PopupMode: TxPopupMode dispid 212;
    property ScreenSnap: WordBool dispid 213;
    property SnapBuffer: Integer dispid 214;
    property DockSite: WordBool dispid 215;
    property DoubleBuffered: WordBool dispid 216;
    property AlignDisabled: WordBool readonly dispid 217;
    property MouseInClient: WordBool readonly dispid 218;
    property VisibleDockClientCount: Integer readonly dispid 219;
    property ParentDoubleBuffered: WordBool dispid 220;
    property UseDockManager: WordBool dispid 221;
    property Enabled: WordBool dispid -514;
    property ExplicitLeft: Integer readonly dispid 222;
    property ExplicitTop: Integer readonly dispid 223;
    property ExplicitWidth: Integer readonly dispid 224;
    property ExplicitHeight: Integer readonly dispid 225;
    property AlignWithMargins: WordBool dispid 226;
    property ParentCustomHint: WordBool dispid 227;
    property url: WideString dispid 228;
    property caseid: WideString dispid 229;
    property mode: WideString dispid 230;
    property work_no: WideString dispid 231;
    property userid: WideString dispid 232;
    property username: WideString dispid 233;
    property userunit: WideString dispid 234;
    property data: WideString dispid 235;
    property verify: WideString dispid 236;
    property rewrite: WideString dispid 237;
    property modename: WideString dispid 238;
    property language: WideString dispid 239;
    property loandoc_value: WideString dispid 240;
    property loandoc_enable: WideString dispid 241;
    property useproxy: WideString dispid 242;
    property c_docnolist: WideString dispid 243;
    property c_docnamelist: WideString dispid 244;
    property fixfilelist: WideString dispid 245;
    property is_in_wh: WideString dispid 246;
    property oldcaseinfo: WideString dispid 247;
    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;
 
// *********************************************************************//
// DispIntf:  ICB_IMGPSScanXEvents
// Flags:     (0)
// GUID:      {B7FB8B05-8BDA-4DFD-BCCF-2B657E8A108A}
// *********************************************************************//
  ICB_IMGPSScanXEvents = dispinterface
    ['{B7FB8B05-8BDA-4DFD-BCCF-2B657E8A108A}']
    procedure OnActivate; dispid 201;
    procedure OnClick; dispid 202;
    procedure OnCreate; dispid 203;
    procedure OnDblClick; dispid 204;
    procedure OnDestroy; dispid 205;
    procedure OnDeactivate; dispid 206;
    procedure OnKeyPress(var Key: Smallint); dispid 207;
    procedure OnMouseEnter; dispid 208;
    procedure OnMouseLeave; dispid 209;
    procedure OnPaint; dispid 210;
    procedure OnClosePage; dispid 211;
  end;
 
implementation
 
uses ComObj;
 
end.