怎么调用一个接口函数? ( 积分: 100 )

  • 主题发起人 zyu20000
  • 开始时间
Z

zyu20000

Unregistered / Unconfirmed
GUEST, unregistred user!
怎么调用
__MicrImage = dispinterface
['{991313A3-D27E-45A1-97F2-3420D1528330}']
procedure MicrDataReceived; dispid 1;
end;里的MicrDataReceived函数?我试过CreateComObject(‘MTMicrImage.MicrImage’) as __MicrImage不行,有人能给点建议的吗?谢谢

unit MTMicrImage_TLB;

// ************************************************************************ //
// Type Lib: C:/Program Files/MicrImage/MTMicrImage.ocx (1)
// LIBID: {9B698AE6-8CE3-4E8E-A0D9-717CF3CF06DA}
// LCID: 0
// Helpfile:
// HelpString: MagTek ActiveX Comp For Micr Image Device
// DepndLst:
// (1) v2.0 stdole, (C:/WINDOWS/system32/stdole2.tlb)
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers.
{$WARN SYMBOL_PLATFORM OFF}
{$WRITEABLECONST ON}
{$VARPROPSETTER ON}
interface

uses Windows, ActiveX, Classes, Graphics, OleCtrls, OleServer, 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
MTMicrImageMajorVersion = 1;
MTMicrImageMinorVersion = 0;

LIBID_MTMicrImage: TGUID = '{9B698AE6-8CE3-4E8E-A0D9-717CF3CF06DA}';

IID__MicrImage: TGUID = '{7FF3C2BF-94AC-4E2A-B559-536C0072DEAA}';
DIID___MicrImage: TGUID = '{991313A3-D27E-45A1-97F2-3420D1528330}';
CLASS_MicrImage: TGUID = '{9E8EBAA8-573C-45D2-A64C-DD93489744DE}';
type

// *********************************************************************//
// Forward declaration of types defined in TypeLibrary
// *********************************************************************//
_MicrImage = interface;
_MicrImageDisp = dispinterface;
__MicrImage = dispinterface;

// *********************************************************************//
// Declaration of CoClasses defined in Type Library
// (NOTE: Here we map each CoClass to its Default Interface)
// *********************************************************************//
MicrImage = _MicrImage;


// *********************************************************************//
// Interface: _MicrImage
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {7FF3C2BF-94AC-4E2A-B559-536C0072DEAA}
// *********************************************************************//
_MicrImage = interface(IDispatch)
['{7FF3C2BF-94AC-4E2A-B559-536C0072DEAA}']
procedure GhostMethod__MicrImage_28_1; safecall;
procedure GhostMethod__MicrImage_32_2; safecall;
procedure GhostMethod__MicrImage_36_3; safecall;
procedure GhostMethod__MicrImage_40_4; safecall;
procedure GhostMethod__MicrImage_44_5; safecall;
procedure GhostMethod__MicrImage_48_6; safecall;
procedure GhostMethod__MicrImage_52_7; safecall;
procedure GhostMethod__MicrImage_56_8; safecall;
procedure GhostMethod__MicrImage_60_9; safecall;
procedure GhostMethod__MicrImage_64_10; safecall;
procedure GhostMethod__MicrImage_68_11; safecall;
procedure GhostMethod__MicrImage_72_12; safecall;
procedure GhostMethod__MicrImage_76_13; safecall;
procedure GhostMethod__MicrImage_80_14; safecall;
procedure GhostMethod__MicrImage_84_15; safecall;
procedure GhostMethod__MicrImage_88_16; safecall;
procedure GhostMethod__MicrImage_92_17; safecall;
procedure GhostMethod__MicrImage_96_18; safecall;
procedure GhostMethod__MicrImage_100_19; safecall;
procedure GhostMethod__MicrImage_104_20; safecall;
procedure GhostMethod__MicrImage_108_21; safecall;
procedure GhostMethod__MicrImage_112_22; safecall;
procedure GhostMethod__MicrImage_116_23; safecall;
procedure GhostMethod__MicrImage_120_24; safecall;
procedure GhostMethod__MicrImage_124_25; safecall;
procedure GhostMethod__MicrImage_128_26; safecall;
procedure GhostMethod__MicrImage_132_27; safecall;
procedure GhostMethod__MicrImage_136_28; safecall;
procedure GhostMethod__MicrImage_140_29; safecall;
procedure GhostMethod__MicrImage_144_30; safecall;
procedure GhostMethod__MicrImage_148_31; safecall;
procedure GhostMethod__MicrImage_152_32; safecall;
procedure GhostMethod__MicrImage_156_33; safecall;
procedure GhostMethod__MicrImage_160_34; safecall;
procedure GhostMethod__MicrImage_164_35; safecall;
procedure GhostMethod__MicrImage_168_36; safecall;
procedure GhostMethod__MicrImage_172_37; safecall;
procedure GhostMethod__MicrImage_176_38; safecall;
procedure GhostMethod__MicrImage_180_39; safecall;
procedure GhostMethod__MicrImage_184_40; safecall;
procedure GhostMethod__MicrImage_188_41; safecall;
procedure GhostMethod__MicrImage_192_42; safecall;
procedure GhostMethod__MicrImage_196_43; safecall;
procedure GhostMethod__MicrImage_200_44; safecall;
procedure GhostMethod__MicrImage_204_45; safecall;
procedure GhostMethod__MicrImage_208_46; safecall;
procedure GhostMethod__MicrImage_212_47; safecall;
procedure GhostMethod__MicrImage_216_48; safecall;
procedure GhostMethod__MicrImage_220_49; safecall;
procedure GhostMethod__MicrImage_224_50; safecall;
procedure GhostMethod__MicrImage_228_51; safecall;
procedure GhostMethod__MicrImage_232_52; safecall;
procedure GhostMethod__MicrImage_236_53; safecall;
procedure GhostMethod__MicrImage_240_54; safecall;
procedure GhostMethod__MicrImage_244_55; safecall;
procedure GhostMethod__MicrImage_248_56; safecall;
procedure GhostMethod__MicrImage_252_57; safecall;
procedure GhostMethod__MicrImage_256_58; safecall;
procedure GhostMethod__MicrImage_260_59; safecall;
procedure GhostMethod__MicrImage_264_60; safecall;
procedure GhostMethod__MicrImage_268_61; safecall;
procedure GhostMethod__MicrImage_272_62; safecall;
procedure GhostMethod__MicrImage_276_63; safecall;
procedure GhostMethod__MicrImage_280_64; safecall;
procedure GhostMethod__MicrImage_284_65; safecall;
procedure GhostMethod__MicrImage_288_66; safecall;
procedure GhostMethod__MicrImage_292_67; safecall;
procedure GhostMethod__MicrImage_296_68; safecall;
procedure GhostMethod__MicrImage_300_69; safecall;
procedure GhostMethod__MicrImage_304_70; safecall;
procedure GhostMethod__MicrImage_308_71; safecall;
procedure GhostMethod__MicrImage_312_72; safecall;
procedure GhostMethod__MicrImage_316_73; safecall;
procedure GhostMethod__MicrImage_320_74; safecall;
procedure GhostMethod__MicrImage_324_75; safecall;
procedure GhostMethod__MicrImage_328_76; safecall;
procedure GhostMethod__MicrImage_332_77; safecall;
procedure GhostMethod__MicrImage_336_78; safecall;
procedure GhostMethod__MicrImage_340_79; safecall;
procedure GhostMethod__MicrImage_344_80; safecall;
procedure GhostMethod__MicrImage_348_81; safecall;
procedure GhostMethod__MicrImage_352_82; safecall;
procedure GhostMethod__MicrImage_356_83; safecall;
procedure GhostMethod__MicrImage_360_84; safecall;
procedure GhostMethod__MicrImage_364_85; safecall;
procedure GhostMethod__MicrImage_368_86; safecall;
procedure GhostMethod__MicrImage_372_87; safecall;
procedure GhostMethod__MicrImage_376_88; safecall;
procedure GhostMethod__MicrImage_380_89; safecall;
procedure GhostMethod__MicrImage_384_90; safecall;
procedure GhostMethod__MicrImage_388_91; safecall;
procedure GhostMethod__MicrImage_392_92; safecall;
procedure GhostMethod__MicrImage_396_93; safecall;
procedure GhostMethod__MicrImage_400_94; safecall;
procedure GhostMethod__MicrImage_404_95; safecall;
procedure GhostMethod__MicrImage_408_96; safecall;
procedure GhostMethod__MicrImage_412_97; safecall;
procedure GhostMethod__MicrImage_416_98; safecall;
procedure GhostMethod__MicrImage_420_99; safecall;
procedure GhostMethod__MicrImage_424_100; safecall;
procedure GhostMethod__MicrImage_428_101; safecall;
procedure GhostMethod__MicrImage_432_102; safecall;
procedure GhostMethod__MicrImage_436_103; safecall;
procedure GhostMethod__MicrImage_440_104; safecall;
procedure GhostMethod__MicrImage_444_105; safecall;
procedure GhostMethod__MicrImage_448_106; safecall;
procedure GhostMethod__MicrImage_452_107; safecall;
procedure GhostMethod__MicrImage_456_108; safecall;
procedure GhostMethod__MicrImage_460_109; safecall;
procedure GhostMethod__MicrImage_464_110; safecall;
procedure GhostMethod__MicrImage_468_111; safecall;
procedure GhostMethod__MicrImage_472_112; safecall;
procedure GhostMethod__MicrImage_476_113; safecall;
procedure GhostMethod__MicrImage_480_114; safecall;
procedure GhostMethod__MicrImage_484_115; safecall;
procedure GhostMethod__MicrImage_488_116; safecall;
procedure GhostMethod__MicrImage_492_117; safecall;
procedure GhostMethod__MicrImage_496_118; safecall;
procedure GhostMethod__MicrImage_500_119; safecall;
procedure GhostMethod__MicrImage_504_120; safecall;
procedure GhostMethod__MicrImage_508_121; safecall;
procedure GhostMethod__MicrImage_512_122; safecall;
procedure GhostMethod__MicrImage_516_123; safecall;
procedure GhostMethod__MicrImage_520_124; safecall;
procedure GhostMethod__MicrImage_524_125; safecall;
procedure GhostMethod__MicrImage_528_126; safecall;
procedure GhostMethod__MicrImage_532_127; safecall;
procedure GhostMethod__MicrImage_536_128; safecall;
procedure GhostMethod__MicrImage_540_129; safecall;
procedure GhostMethod__MicrImage_544_130; safecall;
procedure GhostMethod__MicrImage_548_131; safecall;
procedure GhostMethod__MicrImage_552_132; safecall;
procedure GhostMethod__MicrImage_556_133; safecall;
procedure GhostMethod__MicrImage_560_134; safecall;
procedure GhostMethod__MicrImage_564_135; safecall;
procedure GhostMethod__MicrImage_568_136; safecall;
procedure GhostMethod__MicrImage_572_137; safecall;
procedure GhostMethod__MicrImage_576_138; safecall;
procedure GhostMethod__MicrImage_580_139; safecall;
procedure GhostMethod__MicrImage_584_140; safecall;
procedure GhostMethod__MicrImage_588_141; safecall;
procedure GhostMethod__MicrImage_592_142; safecall;
procedure GhostMethod__MicrImage_596_143; safecall;
procedure GhostMethod__MicrImage_600_144; safecall;
procedure GhostMethod__MicrImage_604_145; safecall;
procedure GhostMethod__MicrImage_608_146; safecall;
procedure GhostMethod__MicrImage_612_147; safecall;
procedure GhostMethod__MicrImage_616_148; safecall;
procedure GhostMethod__MicrImage_620_149; safecall;
procedure GhostMethod__MicrImage_624_150; safecall;
procedure GhostMethod__MicrImage_628_151; safecall;
procedure GhostMethod__MicrImage_632_152; safecall;
procedure GhostMethod__MicrImage_636_153; safecall;
procedure GhostMethod__MicrImage_640_154; safecall;
procedure GhostMethod__MicrImage_644_155; safecall;
procedure GhostMethod__MicrImage_648_156; safecall;
procedure GhostMethod__MicrImage_652_157; safecall;
procedure GhostMethod__MicrImage_656_158; safecall;
procedure GhostMethod__MicrImage_660_159; safecall;
procedure GhostMethod__MicrImage_664_160; safecall;
procedure GhostMethod__MicrImage_668_161; safecall;
procedure GhostMethod__MicrImage_672_162; safecall;
procedure GhostMethod__MicrImage_676_163; safecall;
procedure GhostMethod__MicrImage_680_164; safecall;
procedure GhostMethod__MicrImage_684_165; safecall;
procedure GhostMethod__MicrImage_688_166; safecall;
procedure GhostMethod__MicrImage_692_167; safecall;
procedure GhostMethod__MicrImage_696_168; safecall;
procedure GhostMethod__MicrImage_700_169; safecall;
procedure GhostMethod__MicrImage_704_170; safecall;
procedure GhostMethod__MicrImage_708_171; safecall;
procedure GhostMethod__MicrImage_712_172; safecall;
procedure GhostMethod__MicrImage_716_173; safecall;
procedure GhostMethod__MicrImage_720_174; safecall;
procedure GhostMethod__MicrImage_724_175; safecall;
procedure GhostMethod__MicrImage_728_176; safecall;
procedure GhostMethod__MicrImage_732_177; safecall;
procedure GhostMethod__MicrImage_736_178; safecall;
procedure GhostMethod__MicrImage_740_179; safecall;
procedure GhostMethod__MicrImage_744_180; safecall;
procedure GhostMethod__MicrImage_748_181; safecall;
procedure GhostMethod__MicrImage_752_182; safecall;
procedure GhostMethod__MicrImage_756_183; safecall;
procedure GhostMethod__MicrImage_760_184; safecall;
procedure GhostMethod__MicrImage_764_185; safecall;
procedure GhostMethod__MicrImage_768_186; safecall;
procedure GhostMethod__MicrImage_772_187; safecall;
procedure GhostMethod__MicrImage_776_188; safecall;
procedure GhostMethod__MicrImage_780_189; safecall;
procedure GhostMethod__MicrImage_784_190; safecall;
procedure GhostMethod__MicrImage_788_191; safecall;
procedure GhostMethod__MicrImage_792_192; safecall;
procedure GhostMethod__MicrImage_796_193; safecall;
procedure GhostMethod__MicrImage_800_194; safecall;
procedure GhostMethod__MicrImage_804_195; safecall;
procedure GhostMethod__MicrImage_808_196; safecall;
procedure GhostMethod__MicrImage_812_197; safecall;
procedure GhostMethod__MicrImage_816_198; safecall;
procedure GhostMethod__MicrImage_820_199; safecall;
procedure GhostMethod__MicrImage_824_200; safecall;
procedure GhostMethod__MicrImage_828_201; safecall;
procedure GhostMethod__MicrImage_832_202; safecall;
procedure GhostMethod__MicrImage_836_203; safecall;
procedure GhostMethod__MicrImage_840_204; safecall;
procedure GhostMethod__MicrImage_844_205; safecall;
procedure GhostMethod__MicrImage_848_206; safecall;
procedure GhostMethod__MicrImage_852_207; safecall;
procedure GhostMethod__MicrImage_856_208; safecall;
procedure GhostMethod__MicrImage_860_209; safecall;
procedure GhostMethod__MicrImage_864_210; safecall;
procedure GhostMethod__MicrImage_868_211; safecall;
procedure GhostMethod__MicrImage_872_212; safecall;
procedure GhostMethod__MicrImage_876_213; safecall;
procedure GhostMethod__MicrImage_880_214; safecall;
procedure GhostMethod__MicrImage_884_215; safecall;
procedure GhostMethod__MicrImage_888_216; safecall;
procedure GhostMethod__MicrImage_892_217; safecall;
procedure GhostMethod__MicrImage_896_218; safecall;
procedure GhostMethod__MicrImage_900_219; safecall;
procedure GhostMethod__MicrImage_904_220; safecall;
procedure GhostMethod__MicrImage_908_221; safecall;
procedure GhostMethod__MicrImage_912_222; safecall;
procedure GhostMethod__MicrImage_916_223; safecall;
procedure GhostMethod__MicrImage_920_224; safecall;
procedure GhostMethod__MicrImage_924_225; safecall;
procedure GhostMethod__MicrImage_928_226; safecall;
procedure GhostMethod__MicrImage_932_227; safecall;
procedure GhostMethod__MicrImage_936_228; safecall;
procedure GhostMethod__MicrImage_940_229; safecall;
procedure GhostMethod__MicrImage_944_230; safecall;
procedure GhostMethod__MicrImage_948_231; safecall;
procedure GhostMethod__MicrImage_952_232; safecall;
procedure GhostMethod__MicrImage_956_233; safecall;
procedure GhostMethod__MicrImage_960_234; safecall;
procedure GhostMethod__MicrImage_964_235; safecall;
procedure GhostMethod__MicrImage_968_236; safecall;
procedure GhostMethod__MicrImage_972_237; safecall;
procedure GhostMethod__MicrImage_976_238; safecall;
procedure GhostMethod__MicrImage_980_239; safecall;
procedure GhostMethod__MicrImage_984_240; safecall;
procedure GhostMethod__MicrImage_988_241; safecall;
procedure GhostMethod__MicrImage_992_242; safecall;
procedure GhostMethod__MicrImage_996_243; safecall;
procedure GhostMethod__MicrImage_1000_244; safecall;
procedure GhostMethod__MicrImage_1004_245; safecall;
procedure GhostMethod__MicrImage_1008_246; safecall;
procedure GhostMethod__MicrImage_1012_247; safecall;
procedure GhostMethod__MicrImage_1016_248; safecall;
procedure GhostMethod__MicrImage_1020_249; safecall;
procedure GhostMethod__MicrImage_1024_250; safecall;
procedure GhostMethod__MicrImage_1028_251; safecall;
procedure GhostMethod__MicrImage_1032_252; safecall;
procedure GhostMethod__MicrImage_1036_253; safecall;
procedure GhostMethod__MicrImage_1040_254; safecall;
procedure GhostMethod__MicrImage_1044_255; safecall;
procedure GhostMethod__MicrImage_1048_256; safecall;
procedure GhostMethod__MicrImage_1052_257; safecall;
procedure GhostMethod__MicrImage_1056_258; safecall;
procedure GhostMethod__MicrImage_1060_259; safecall;
procedure GhostMethod__MicrImage_1064_260; safecall;
procedure GhostMethod__MicrImage_1068_261; safecall;
procedure GhostMethod__MicrImage_1072_262; safecall;
procedure GhostMethod__MicrImage_1076_263; safecall;
procedure GhostMethod__MicrImage_1080_264; safecall;
procedure GhostMethod__MicrImage_1084_265; safecall;
procedure GhostMethod__MicrImage_1088_266; safecall;
procedure GhostMethod__MicrImage_1092_267; safecall;
procedure GhostMethod__MicrImage_1096_268; safecall;
procedure GhostMethod__MicrImage_1100_269; safecall;
procedure GhostMethod__MicrImage_1104_270; safecall;
procedure GhostMethod__MicrImage_1108_271; safecall;
procedure GhostMethod__MicrImage_1112_272; safecall;
procedure GhostMethod__MicrImage_1116_273; safecall;
procedure GhostMethod__MicrImage_1120_274; safecall;
procedure GhostMethod__MicrImage_1124_275; safecall;
procedure GhostMethod__MicrImage_1128_276; safecall;
procedure GhostMethod__MicrImage_1132_277; safecall;
procedure GhostMethod__MicrImage_1136_278; safecall;
procedure GhostMethod__MicrImage_1140_279; safecall;
procedure GhostMethod__MicrImage_1144_280; safecall;
procedure GhostMethod__MicrImage_1148_281; safecall;
procedure GhostMethod__MicrImage_1152_282; safecall;
procedure GhostMethod__MicrImage_1156_283; safecall;
procedure GhostMethod__MicrImage_1160_284; safecall;
procedure GhostMethod__MicrImage_1164_285; safecall;
procedure GhostMethod__MicrImage_1168_286; safecall;
procedure GhostMethod__MicrImage_1172_287; safecall;
procedure GhostMethod__MicrImage_1176_288; safecall;
procedure GhostMethod__MicrImage_1180_289; safecall;
procedure GhostMethod__MicrImage_1184_290; safecall;
procedure GhostMethod__MicrImage_1188_291; safecall;
procedure GhostMethod__MicrImage_1192_292; safecall;
procedure GhostMethod__MicrImage_1196_293; safecall;
procedure GhostMethod__MicrImage_1200_294; safecall;
procedure GhostMethod__MicrImage_1204_295; safecall;
procedure GhostMethod__MicrImage_1208_296; safecall;
procedure GhostMethod__MicrImage_1212_297; safecall;
procedure GhostMethod__MicrImage_1216_298; safecall;
procedure GhostMethod__MicrImage_1220_299; safecall;
procedure GhostMethod__MicrImage_1224_300; safecall;
procedure GhostMethod__MicrImage_1228_301; safecall;
procedure GhostMethod__MicrImage_1232_302; safecall;
procedure GhostMethod__MicrImage_1236_303; safecall;
procedure GhostMethod__MicrImage_1240_304; safecall;
procedure GhostMethod__MicrImage_1244_305; safecall;
procedure GhostMethod__MicrImage_1248_306; safecall;
procedure GhostMethod__MicrImage_1252_307; safecall;
procedure GhostMethod__MicrImage_1256_308; safecall;
procedure GhostMethod__MicrImage_1260_309; safecall;
procedure GhostMethod__MicrImage_1264_310; safecall;
procedure GhostMethod__MicrImage_1268_311; safecall;
procedure GhostMethod__MicrImage_1272_312; safecall;
procedure GhostMethod__MicrImage_1276_313; safecall;
procedure GhostMethod__MicrImage_1280_314; safecall;
procedure GhostMethod__MicrImage_1284_315; safecall;
procedure GhostMethod__MicrImage_1288_316; safecall;
procedure GhostMethod__MicrImage_1292_317; safecall;
procedure GhostMethod__MicrImage_1296_318; safecall;
procedure GhostMethod__MicrImage_1300_319; safecall;
procedure GhostMethod__MicrImage_1304_320; safecall;
procedure GhostMethod__MicrImage_1308_321; safecall;
procedure GhostMethod__MicrImage_1312_322; safecall;
procedure GhostMethod__MicrImage_1316_323; safecall;
procedure GhostMethod__MicrImage_1320_324; safecall;
procedure GhostMethod__MicrImage_1324_325; safecall;
procedure GhostMethod__MicrImage_1328_326; safecall;
procedure GhostMethod__MicrImage_1332_327; safecall;
procedure GhostMethod__MicrImage_1336_328; safecall;
procedure GhostMethod__MicrImage_1340_329; safecall;
procedure GhostMethod__MicrImage_1344_330; safecall;
procedure GhostMethod__MicrImage_1348_331; safecall;
procedure GhostMethod__MicrImage_1352_332; safecall;
procedure GhostMethod__MicrImage_1356_333; safecall;
procedure GhostMethod__MicrImage_1360_334; safecall;
procedure GhostMethod__MicrImage_1364_335; safecall;
procedure GhostMethod__MicrImage_1368_336; safecall;
procedure GhostMethod__MicrImage_1372_337; safecall;
procedure GhostMethod__MicrImage_1376_338; safecall;
procedure GhostMethod__MicrImage_1380_339; safecall;
procedure GhostMethod__MicrImage_1384_340; safecall;
procedure GhostMethod__MicrImage_1388_341; safecall;
procedure GhostMethod__MicrImage_1392_342; safecall;
procedure GhostMethod__MicrImage_1396_343; safecall;
procedure GhostMethod__MicrImage_1400_344; safecall;
procedure GhostMethod__MicrImage_1404_345; safecall;
procedure GhostMethod__MicrImage_1408_346; safecall;
procedure GhostMethod__MicrImage_1412_347; safecall;
procedure GhostMethod__MicrImage_1416_348; safecall;
procedure GhostMethod__MicrImage_1420_349; safecall;
procedure GhostMethod__MicrImage_1424_350; safecall;
procedure GhostMethod__MicrImage_1428_351; safecall;
procedure GhostMethod__MicrImage_1432_352; safecall;
procedure GhostMethod__MicrImage_1436_353; safecall;
procedure GhostMethod__MicrImage_1440_354; safecall;
procedure GhostMethod__MicrImage_1444_355; safecall;
procedure GhostMethod__MicrImage_1448_356; safecall;
procedure GhostMethod__MicrImage_1452_357; safecall;
procedure GhostMethod__MicrImage_1456_358; safecall;
procedure GhostMethod__MicrImage_1460_359; safecall;
procedure GhostMethod__MicrImage_1464_360; safecall;
procedure GhostMethod__MicrImage_1468_361; safecall;
procedure GhostMethod__MicrImage_1472_362; safecall;
procedure GhostMethod__MicrImage_1476_363; safecall;
procedure GhostMethod__MicrImage_1480_364; safecall;
procedure GhostMethod__MicrImage_1484_365; safecall;
procedure GhostMethod__MicrImage_1488_366; safecall;
procedure GhostMethod__MicrImage_1492_367; safecall;
procedure GhostMethod__MicrImage_1496_368; safecall;
procedure GhostMethod__MicrImage_1500_369; safecall;
procedure GhostMethod__MicrImage_1504_370; safecall;
procedure GhostMethod__MicrImage_1508_371; safecall;
procedure GhostMethod__MicrImage_1512_372; safecall;
procedure GhostMethod__MicrImage_1516_373; safecall;
procedure GhostMethod__MicrImage_1520_374; safecall;
procedure GhostMethod__MicrImage_1524_375; safecall;
procedure GhostMethod__MicrImage_1528_376; safecall;
procedure GhostMethod__MicrImage_1532_377; safecall;
procedure GhostMethod__MicrImage_1536_378; safecall;
procedure GhostMethod__MicrImage_1540_379; safecall;
procedure GhostMethod__MicrImage_1544_380; safecall;
procedure GhostMethod__MicrImage_1548_381; safecall;
procedure GhostMethod__MicrImage_1552_382; safecall;
procedure GhostMethod__MicrImage_1556_383; safecall;
procedure GhostMethod__MicrImage_1560_384; safecall;
procedure GhostMethod__MicrImage_1564_385; safecall;
procedure GhostMethod__MicrImage_1568_386; safecall;
procedure GhostMethod__MicrImage_1572_387; safecall;
procedure GhostMethod__MicrImage_1576_388; safecall;
procedure GhostMethod__MicrImage_1580_389; safecall;
procedure GhostMethod__MicrImage_1584_390; safecall;
procedure GhostMethod__MicrImage_1588_391; safecall;
procedure GhostMethod__MicrImage_1592_392; safecall;
procedure GhostMethod__MicrImage_1596_393; safecall;
procedure GhostMethod__MicrImage_1600_394; safecall;
procedure GhostMethod__MicrImage_1604_395; safecall;
procedure GhostMethod__MicrImage_1608_396; safecall;
procedure GhostMethod__MicrImage_1612_397; safecall;
procedure GhostMethod__MicrImage_1616_398; safecall;
procedure GhostMethod__MicrImage_1620_399; safecall;
procedure GhostMethod__MicrImage_1624_400; safecall;
procedure GhostMethod__MicrImage_1628_401; safecall;
procedure GhostMethod__MicrImage_1632_402; safecall;
procedure GhostMethod__MicrImage_1636_403; safecall;
procedure GhostMethod__MicrImage_1640_404; safecall;
procedure GhostMethod__MicrImage_1644_405; safecall;
procedure GhostMethod__MicrImage_1648_406; safecall;
procedure GhostMethod__MicrImage_1652_407; safecall;
procedure GhostMethod__MicrImage_1656_408; safecall;
procedure GhostMethod__MicrImage_1660_409; safecall;
procedure GhostMethod__MicrImage_1664_410; safecall;
procedure GhostMethod__MicrImage_1668_411; safecall;
procedure GhostMethod__MicrImage_1672_412; safecall;
procedure GhostMethod__MicrImage_1676_413; safecall;
procedure GhostMethod__MicrImage_1680_414; safecall;
procedure GhostMethod__MicrImage_1684_415; safecall;
procedure GhostMethod__MicrImage_1688_416; safecall;
procedure GhostMethod__MicrImage_1692_417; safecall;
procedure GhostMethod__MicrImage_1696_418; safecall;
procedure GhostMethod__MicrImage_1700_419; safecall;
procedure GhostMethod__MicrImage_1704_420; safecall;
procedure GhostMethod__MicrImage_1708_421; safecall;
procedure GhostMethod__MicrImage_1712_422; safecall;
procedure GhostMethod__MicrImage_1716_423; safecall;
procedure GhostMethod__MicrImage_1720_424; safecall;
procedure GhostMethod__MicrImage_1724_425; safecall;
procedure GhostMethod__MicrImage_1728_426; safecall;
procedure GhostMethod__MicrImage_1732_427; safecall;
procedure GhostMethod__MicrImage_1736_428; safecall;
procedure GhostMethod__MicrImage_1740_429; safecall;
procedure GhostMethod__MicrImage_1744_430; safecall;
procedure GhostMethod__MicrImage_1748_431; safecall;
procedure GhostMethod__MicrImage_1752_432; safecall;
procedure GhostMethod__MicrImage_1756_433; safecall;
procedure GhostMethod__MicrImage_1760_434; safecall;
procedure GhostMethod__MicrImage_1764_435; safecall;
procedure GhostMethod__MicrImage_1768_436; safecall;
procedure GhostMethod__MicrImage_1772_437; safecall;
procedure GhostMethod__MicrImage_1776_438; safecall;
procedure GhostMethod__MicrImage_1780_439; safecall;
procedure GhostMethod__MicrImage_1784_440; safecall;
procedure GhostMethod__MicrImage_1788_441; safecall;
procedure GhostMethod__MicrImage_1792_442; safecall;
procedure GhostMethod__MicrImage_1796_443; safecall;
procedure GhostMethod__MicrImage_1800_444; safecall;
procedure GhostMethod__MicrImage_1804_445; safecall;
procedure GhostMethod__MicrImage_1808_446; safecall;
procedure GhostMethod__MicrImage_1812_447; safecall;
procedure GhostMethod__MicrImage_1816_448; safecall;
procedure GhostMethod__MicrImage_1820_449; safecall;
procedure GhostMethod__MicrImage_1824_450; safecall;
procedure GhostMethod__MicrImage_1828_451; safecall;
procedure GhostMethod__MicrImage_1832_452; safecall;
procedure GhostMethod__MicrImage_1836_453; safecall;
procedure GhostMethod__MicrImage_1840_454; safecall;
procedure GhostMethod__MicrImage_1844_455; safecall;
procedure GhostMethod__MicrImage_1848_456; safecall;
procedure GhostMethod__MicrImage_1852_457; safecall;
procedure GhostMethod__MicrImage_1856_458; safecall;
procedure GhostMethod__MicrImage_1860_459; safecall;
procedure GhostMethod__MicrImage_1864_460; safecall;
procedure GhostMethod__MicrImage_1868_461; safecall;
procedure GhostMethod__MicrImage_1872_462; safecall;
procedure GhostMethod__MicrImage_1876_463; safecall;
procedure GhostMethod__MicrImage_1880_464; safecall;
procedure GhostMethod__MicrImage_1884_465; safecall;
procedure GhostMethod__MicrImage_1888_466; safecall;
procedure GhostMethod__MicrImage_1892_467; safecall;
procedure GhostMethod__MicrImage_1896_468; safecall;
procedure GhostMethod__MicrImage_1900_469; safecall;
procedure GhostMethod__MicrImage_1904_470; safecall;
procedure GhostMethod__MicrImage_1908_471; safecall;
procedure GhostMethod__MicrImage_1912_472; safecall;
procedure GhostMethod__MicrImage_1916_473; safecall;
procedure GhostMethod__MicrImage_1920_474; safecall;
procedure GhostMethod__MicrImage_1924_475; safecall;
procedure GhostMethod__MicrImage_1928_476; safecall;
procedure GhostMethod__MicrImage_1932_477; safecall;
procedure GhostMethod__MicrImage_1936_478; safecall;
procedure GhostMethod__MicrImage_1940_479; safecall;
procedure GhostMethod__MicrImage_1944_480; safecall;
procedure GhostMethod__MicrImage_1948_481; safecall;
procedure GhostMethod__MicrImage_1952_482; safecall;
function Get_CommPort: Smallint; safecall;
procedure Set_CommPort(Param1: Smallint); safecall;
function Get_Settings: WideString; safecall;
procedure Set_Settings(const Param1: WideString); safecall;
function GetTrack(var TrackNum: Smallint): WideString; safecall;
function GetFName: WideString; safecall;
function GetLName: WideString; safecall;
function FindElement(TrackNum: Smallint; const RefChar: WideString; Displacement: Smallint;
const NumDigits: WideString; var DirectionBack: OleVariant): WideString; safecall;
function GetDefSetting(const Key: WideString; var Default: OleVariant): WideString; safecall;
procedure SaveDefSetting(const Key: WideString; const Setting: WideString); safecall;
function Get_PortOpen: WordBool; safecall;
procedure Set_PortOpen(Param1: WordBool); safecall;
function Get_MicrData: WideString; safecall;
procedure Set_MicrData(const Param1: WideString); safecall;
function ClearBuffer: Smallint; safecall;
procedure About; safecall;
function MicrCommand(const strCommand: WideString; var BReturnData: OleVariant): WideString; safecall;
function StoreImage(var strTag: OleVariant): WideString; safecall;
function FileMemoryStatus: WideString; safecall;
function FileMemoryErase: WideString; safecall;
function FileMemoryResetPointer: WideString; safecall;
function AddTag(const strTag: WideString): WideString; safecall;
function Version: WideString; safecall;
function Reset: WideString; safecall;
function FormatShow: WideString; safecall;
function FormatChange(const strFormat: WideString): WideString; safecall;
function Save: WideString; safecall;
function Get_MicrTimeOut: Single; safecall;
procedure Set_MicrTimeOut(Param1: Single); safecall;
function Get_DSRHolding: WordBool; safecall;
function GetTiffTagByNumber(var FileToSearch: WideString; TagNum: Integer; IFDNumber: Integer): WideString; safecall;
function EnumTiffTags(var FileToSearch: WideString; IFDNumber: Integer): OleVariant; safecall;
procedure GetTagData(var TagIndex: Integer; var TagValue: Integer; var TagName: WideString;
var TagDesc: WideString); safecall;
function GetTiffTagNumByIndex(var FileToSearch: WideString; IndexNum: Integer;
IFDNumber: Integer): Integer; safecall;
function TransmitCurrentImage(const ImgFileName: WideString; var StatusMsg: WideString;
var MTParams: OleVariant): Integer; safecall;
function SendNextImage(const ImgFileName: WideString; var StatusMsg: WideString;
var MTParams: OleVariant): Integer; safecall;
property CommPort: Smallint read Get_CommPort write Set_CommPort;
property Settings: WideString read Get_Settings write Set_Settings;
property PortOpen: WordBool read Get_PortOpen write Set_PortOpen;
property MicrData: WideString read Get_MicrData write Set_MicrData;
property MicrTimeOut: Single read Get_MicrTimeOut write Set_MicrTimeOut;
property DSRHolding: WordBool read Get_DSRHolding;
end;

// *********************************************************************//
// DispIntf: _MicrImageDisp
// Flags: (4560) Hidden Dual NonExtensible OleAutomation Dispatchable
// GUID: {7FF3C2BF-94AC-4E2A-B559-536C0072DEAA}
// *********************************************************************//
_MicrImageDisp = dispinterface
['{7FF3C2BF-94AC-4E2A-B559-536C0072DEAA}']
procedure GhostMethod__MicrImage_28_1; dispid 1610743808;
procedure GhostMethod__MicrImage_32_2; dispid 1610743809;
procedure GhostMethod__MicrImage_36_3; dispid 1610743810;
procedure GhostMethod__MicrImage_40_4; dispid 1610743811;
procedure GhostMethod__MicrImage_44_5; dispid 1610743812;
procedure GhostMethod__MicrImage_48_6; dispid 1610743813;
procedure GhostMethod__MicrImage_52_7; dispid 1610743814;
procedure GhostMethod__MicrImage_56_8; dispid 1610743815;
procedure GhostMethod__MicrImage_60_9; dispid 1610743816;
procedure GhostMethod__MicrImage_64_10; dispid 1610743817;
procedure GhostMethod__MicrImage_68_11; dispid 1610743818;
procedure GhostMethod__MicrImage_72_12; dispid 1610743819;
procedure GhostMethod__MicrImage_76_13; dispid 1610743820;
procedure GhostMethod__MicrImage_80_14; dispid 1610743821;
procedure GhostMethod__MicrImage_84_15; dispid 1610743822;
procedure GhostMethod__MicrImage_88_16; dispid 1610743823;
procedure GhostMethod__MicrImage_92_17; dispid 1610743824;
procedure GhostMethod__MicrImage_96_18; dispid 1610743825;
procedure GhostMethod__MicrImage_100_19; dispid 1610743826;
procedure GhostMethod__MicrImage_104_20; dispid 1610743827;
procedure GhostMethod__MicrImage_108_21; dispid 1610743828;
procedure GhostMethod__MicrImage_112_22; dispid 1610743829;
procedure GhostMethod__MicrImage_116_23; dispid 1610743830;
procedure GhostMethod__MicrImage_120_24; dispid 1610743831;
procedure GhostMethod__MicrImage_124_25; dispid 1610743832;
procedure GhostMethod__MicrImage_128_26; dispid 1610743833;
procedure GhostMethod__MicrImage_132_27; dispid 1610743834;
procedure GhostMethod__MicrImage_136_28; dispid 1610743835;
procedure GhostMethod__MicrImage_140_29; dispid 1610743836;
procedure GhostMethod__MicrImage_144_30; dispid 1610743837;
procedure GhostMethod__MicrImage_148_31; dispid 1610743838;
procedure GhostMethod__MicrImage_152_32; dispid 1610743839;
procedure GhostMethod__MicrImage_156_33; dispid 1610743840;
procedure GhostMethod__MicrImage_160_34; dispid 1610743841;
procedure GhostMethod__MicrImage_164_35; dispid 1610743842;
procedure GhostMethod__MicrImage_168_36; dispid 1610743843;
procedure GhostMethod__MicrImage_172_37; dispid 1610743844;
procedure GhostMethod__MicrImage_176_38; dispid 1610743845;
procedure GhostMethod__MicrImage_180_39; dispid 1610743846;
procedure GhostMethod__MicrImage_184_40; dispid 1610743847;
procedure GhostMethod__MicrImage_188_41; dispid 1610743848;
procedure GhostMethod__MicrImage_192_42; dispid 1610743849;
procedure GhostMethod__MicrImage_196_43; dispid 1610743850;
procedure GhostMethod__MicrImage_200_44; dispid 1610743851;
procedure GhostMethod__MicrImage_204_45; dispid 1610743852;
procedure GhostMethod__MicrImage_208_46; dispid 1610743853;
procedure GhostMethod__MicrImage_212_47; dispid 1610743854;
procedure GhostMethod__MicrImage_216_48; dispid 1610743855;
procedure GhostMethod__MicrImage_220_49; dispid 1610743856;
procedure GhostMethod__MicrImage_224_50; dispid 1610743857;
procedure GhostMethod__MicrImage_228_51; dispid 1610743858;
procedure GhostMethod__MicrImage_232_52; dispid 1610743859;
procedure GhostMethod__MicrImage_236_53; dispid 1610743860;
procedure GhostMethod__MicrImage_240_54; dispid 1610743861;
procedure GhostMethod__MicrImage_244_55; dispid 1610743862;
procedure GhostMethod__MicrImage_248_56; dispid 1610743863;
procedure GhostMethod__MicrImage_252_57; dispid 1610743864;
procedure GhostMethod__MicrImage_256_58; dispid 1610743865;
procedure GhostMethod__MicrImage_260_59; dispid 1610743866;
procedure GhostMethod__MicrImage_264_60; dispid 1610743867;
procedure GhostMethod__MicrImage_268_61; dispid 1610743868;
procedure GhostMethod__MicrImage_272_62; dispid 1610743869;
procedure GhostMethod__MicrImage_276_63; dispid 1610743870;
procedure GhostMethod__MicrImage_280_64; dispid 1610743871;
procedure GhostMethod__MicrImage_284_65; dispid 1610743872;
procedure GhostMethod__MicrImage_288_66; dispid 1610743873;
procedure GhostMethod__MicrImage_292_67; dispid 1610743874;
procedure GhostMethod__MicrImage_296_68; dispid 1610743875;
procedure GhostMethod__MicrImage_300_69; dispid 1610743876;
procedure GhostMethod__MicrImage_304_70; dispid 1610743877;
procedure GhostMethod__MicrImage_308_71; dispid 1610743878;
procedure GhostMethod__MicrImage_312_72; dispid 1610743879;
procedure GhostMethod__MicrImage_316_73; dispid 1610743880;
procedure GhostMethod__MicrImage_320_74; dispid 1610743881;
procedure GhostMethod__MicrImage_324_75; dispid 1610743882;
procedure GhostMethod__MicrImage_328_76; dispid 1610743883;
procedure GhostMethod__MicrImage_332_77; dispid 1610743884;
procedure GhostMethod__MicrImage_336_78; dispid 1610743885;
procedure GhostMethod__MicrImage_340_79; dispid 1610743886;
procedure GhostMethod__MicrImage_344_80; dispid 1610743887;
procedure GhostMethod__MicrImage_348_81; dispid 1610743888;
procedure GhostMethod__MicrImage_352_82; dispid 1610743889;
procedure GhostMethod__MicrImage_356_83; dispid 1610743890;
procedure GhostMethod__MicrImage_360_84; dispid 1610743891;
procedure GhostMethod__MicrImage_364_85; dispid 1610743892;
procedure GhostMethod__MicrImage_368_86; dispid 1610743893;
procedure GhostMethod__MicrImage_372_87; dispid 1610743894;
procedure GhostMethod__MicrImage_376_88; dispid 1610743895;
procedure GhostMethod__MicrImage_380_89; dispid 1610743896;
procedure GhostMethod__MicrImage_384_90; dispid 1610743897;
procedure GhostMethod__MicrImage_388_91; dispid 1610743898;
procedure GhostMethod__MicrImage_392_92; dispid 1610743899;
procedure GhostMethod__MicrImage_396_93; dispid 1610743900;
procedure GhostMethod__MicrImage_400_94; dispid 1610743901;
procedure GhostMethod__MicrImage_404_95; dispid 1610743902;
procedure GhostMethod__MicrImage_408_96; dispid 1610743903;
procedure GhostMethod__MicrImage_412_97; dispid 1610743904;
procedure GhostMethod__MicrImage_416_98; dispid 1610743905;
procedure GhostMethod__MicrImage_420_99; dispid 1610743906;
procedure GhostMethod__MicrImage_424_100; dispid 1610743907;
procedure GhostMethod__MicrImage_428_101; dispid 1610743908;
procedure GhostMethod__MicrImage_432_102; dispid 1610743909;
procedure GhostMethod__MicrImage_436_103; dispid 1610743910;
procedure GhostMethod__MicrImage_440_104; dispid 1610743911;
procedure GhostMethod__MicrImage_444_105; dispid 1610743912;
procedure GhostMethod__MicrImage_448_106; dispid 1610743913;
procedure GhostMethod__MicrImage_452_107; dispid 1610743914;
procedure GhostMethod__MicrImage_456_108; dispid 1610743915;
procedure GhostMethod__MicrImage_460_109; dispid 1610743916;
procedure GhostMethod__MicrImage_464_110; dispid 1610743917;
procedure GhostMethod__MicrImage_468_111; dispid 1610743918;
procedure GhostMethod__MicrImage_472_112; dispid 1610743919;
procedure GhostMethod__MicrImage_476_113; dispid 1610743920;
procedure GhostMethod__MicrImage_480_114; dispid 1610743921;
procedure GhostMethod__MicrImage_484_115; dispid 1610743922;
procedure GhostMethod__MicrImage_488_116; dispid 1610743923;
procedure GhostMethod__MicrImage_492_117; dispid 1610743924;
procedure GhostMethod__MicrImage_496_118; dispid 1610743925;
procedure GhostMethod__MicrImage_500_119; dispid 1610743926;
procedure GhostMethod__MicrImage_504_120; dispid 1610743927;
procedure GhostMethod__MicrImage_508_121; dispid 1610743928;
procedure GhostMethod__MicrImage_512_122; dispid 1610743929;
procedure GhostMethod__MicrImage_516_123; dispid 1610743930;
procedure GhostMethod__MicrImage_520_124; dispid 1610743931;
procedure GhostMethod__MicrImage_524_125; dispid 1610743932;
procedure GhostMethod__MicrImage_528_126; dispid 1610743933;
procedure GhostMethod__MicrImage_532_127; dispid 1610743934;
procedure GhostMethod__MicrImage_536_128; dispid 1610743935;
procedure GhostMethod__MicrImage_540_129; dispid 1610743936;
procedure GhostMethod__MicrImage_544_130; dispid 1610743937;
procedure GhostMethod__MicrImage_548_131; dispid 1610743938;
procedure GhostMethod__MicrImage_552_132; dispid 1610743939;
procedure GhostMethod__MicrImage_556_133; dispid 1610743940;
procedure GhostMethod__MicrImage_560_134; dispid 1610743941;
procedure GhostMethod__MicrImage_564_135; dispid 1610743942;
procedure GhostMethod__MicrImage_568_136; dispid 1610743943;
procedure GhostMethod__MicrImage_572_137; dispid 1610743944;
procedure GhostMethod__MicrImage_576_138; dispid 1610743945;
procedure GhostMethod__MicrImage_580_139; dispid 1610743946;
procedure GhostMethod__MicrImage_584_140; dispid 1610743947;
procedure GhostMethod__MicrImage_588_141; dispid 1610743948;
procedure GhostMethod__MicrImage_592_142; dispid 1610743949;
procedure GhostMethod__MicrImage_596_143; dispid 1610743950;
procedure GhostMethod__MicrImage_600_144; dispid 1610743951;
procedure GhostMethod__MicrImage_604_145; dispid 1610743952;
procedure GhostMethod__MicrImage_608_146; dispid 1610743953;
procedure GhostMethod__MicrImage_612_147; dispid 1610743954;
procedure GhostMethod__MicrImage_616_148; dispid 1610743955;
procedure GhostMethod__MicrImage_620_149; dispid 1610743956;
procedure GhostMethod__MicrImage_624_150; dispid 1610743957;
procedure GhostMethod__MicrImage_628_151; dispid 1610743958;
procedure GhostMethod__MicrImage_632_152; dispid 1610743959;
procedure GhostMethod__MicrImage_636_153; dispid 1610743960;
procedure GhostMethod__MicrImage_640_154; dispid 1610743961;
procedure GhostMethod__MicrImage_644_155; dispid 1610743962;
procedure GhostMethod__MicrImage_648_156; dispid 1610743963;
procedure GhostMethod__MicrImage_652_157; dispid 1610743964;
procedure GhostMethod__MicrImage_656_158; dispid 1610743965;
procedure GhostMethod__MicrImage_660_159; dispid 1610743966;
procedure GhostMethod__MicrImage_664_160; dispid 1610743967;
procedure GhostMethod__MicrImage_668_161; dispid 1610743968;
procedure GhostMethod__MicrImage_672_162; dispid 1610743969;
procedure GhostMethod__MicrImage_676_163; dispid 1610743970;
procedure GhostMethod__MicrImage_680_164; dispid 1610743971;
procedure GhostMethod__MicrImage_684_165; dispid 1610743972;
procedure GhostMethod__MicrImage_688_166; dispid 1610743973;
procedure GhostMethod__MicrImage_692_167; dispid 1610743974;
procedure GhostMethod__MicrImage_696_168; dispid 1610743975;
procedure GhostMethod__MicrImage_700_169; dispid 1610743976;
procedure GhostMethod__MicrImage_704_170; dispid 1610743977;
procedure GhostMethod__MicrImage_708_171; dispid 1610743978;
procedure GhostMethod__MicrImage_712_172; dispid 1610743979;
procedure GhostMethod__MicrImage_716_173; dispid 1610743980;
procedure GhostMethod__MicrImage_720_174; dispid 1610743981;
procedure GhostMethod__MicrImage_724_175; dispid 1610743982;
procedure GhostMethod__MicrImage_728_176; dispid 1610743983;
procedure GhostMethod__MicrImage_732_177; dispid 1610743984;
procedure GhostMethod__MicrImage_736_178; dispid 1610743985;
procedure GhostMethod__MicrImage_740_179; dispid 1610743986;
procedure GhostMethod__MicrImage_744_180; dispid 1610743987;
procedure GhostMethod__MicrImage_748_181; dispid 1610743988;
procedure GhostMethod__MicrImage_752_182; dispid 1610743989;
procedure GhostMethod__MicrImage_756_183; dispid 1610743990;
procedure GhostMethod__MicrImage_760_184; dispid 1610743991;
procedure GhostMethod__MicrImage_764_185; dispid 1610743992;
procedure GhostMethod__MicrImage_768_186; dispid 1610743993;
procedure GhostMethod__MicrImage_772_187; dispid 1610743994;
procedure GhostMethod__MicrImage_776_188; dispid 1610743995;
procedure GhostMethod__MicrImage_780_189; dispid 1610743996;
procedure GhostMethod__MicrImage_784_190; dispid 1610743997;
procedure GhostMethod__MicrImage_788_191; dispid 1610743998;
procedure GhostMethod__MicrImage_792_192; dispid 1610743999;
procedure GhostMethod__MicrImage_796_193; dispid 1610744000;
procedure GhostMethod__MicrImage_800_194; dispid 1610744001;
procedure GhostMethod__MicrImage_804_195; dispid 1610744002;
procedure GhostMethod__MicrImage_808_196; dispid 1610744003;
procedure GhostMethod__MicrImage_812_197; dispid 1610744004;
procedure GhostMethod__MicrImage_816_198; dispid 1610744005;
procedure GhostMethod__MicrImage_820_199; dispid 1610744006;
procedure GhostMethod__MicrImage_824_200; dispid 1610744007;
procedure GhostMethod__MicrImage_828_201; dispid 1610744008;
procedure GhostMethod__MicrImage_832_202; dispid 1610744009;
procedure GhostMethod__MicrImage_836_203; dispid 1610744010;
procedure GhostMethod__MicrImage_840_204; dispid 1610744011;
procedure GhostMethod__MicrImage_844_205; dispid 1610744012;
procedure GhostMethod__MicrImage_848_206; dispid 1610744013;
procedure GhostMethod__MicrImage_852_207; dispid 1610744014;
procedure GhostMethod__MicrImage_856_208; dispid 1610744015;
procedure GhostMethod__MicrImage_860_209; dispid 1610744016;
procedure GhostMethod__MicrImage_864_210; dispid 1610744017;
procedure GhostMethod__MicrImage_868_211; dispid 1610744018;
procedure GhostMethod__MicrImage_872_212; dispid 1610744019;
procedure GhostMethod__MicrImage_876_213; dispid 1610744020;
procedure GhostMethod__MicrImage_880_214; dispid 1610744021;
procedure GhostMethod__MicrImage_884_215; dispid 1610744022;
procedure GhostMethod__MicrImage_888_216; dispid 1610744023;
procedure GhostMethod__MicrImage_892_217; dispid 1610744024;
procedure GhostMethod__MicrImage_896_218; dispid 1610744025;
procedure GhostMethod__MicrImage_900_219; dispid 1610744026;
procedure GhostMethod__MicrImage_904_220; dispid 1610744027;
procedure GhostMethod__MicrImage_908_221; dispid 1610744028;
procedure GhostMethod__MicrImage_912_222; dispid 1610744029;
procedure GhostMethod__MicrImage_916_223; dispid 1610744030;
procedure GhostMethod__MicrImage_920_224; dispid 1610744031;
procedure GhostMethod__MicrImage_924_225; dispid 1610744032;
procedure GhostMethod__MicrImage_928_226; dispid 1610744033;
procedure GhostMethod__MicrImage_932_227; dispid 1610744034;
procedure GhostMethod__MicrImage_936_228; dispid 1610744035;
procedure GhostMethod__MicrImage_940_229; dispid 1610744036;
procedure GhostMethod__MicrImage_944_230; dispid 1610744037;
procedure GhostMethod__MicrImage_948_231; dispid 1610744038;
procedure GhostMethod__MicrImage_952_232; dispid 1610744039;
procedure GhostMethod__MicrImage_956_233; dispid 1610744040;
procedure GhostMethod__MicrImage_960_234; dispid 1610744041;
procedure GhostMethod__MicrImage_964_235; dispid 1610744042;
procedure GhostMethod__MicrImage_968_236; dispid 1610744043;
procedure GhostMethod__MicrImage_972_237; dispid 1610744044;
procedure GhostMethod__MicrImage_976_238; dispid 1610744045;
procedure GhostMethod__MicrImage_980_239; dispid 1610744046;
procedure GhostMethod__MicrImage_984_240; dispid 1610744047;
procedure GhostMethod__MicrImage_988_241; dispid 1610744048;
procedure GhostMethod__MicrImage_992_242; dispid 1610744049;
procedure GhostMethod__MicrImage_996_243; dispid 1610744050;
procedure GhostMethod__MicrImage_1000_244; dispid 1610744051;
procedure GhostMethod__MicrImage_1004_245; dispid 1610744052;
procedure GhostMethod__MicrImage_1008_246; dispid 1610744053;
procedure GhostMethod__MicrImage_1012_247; dispid 1610744054;
procedure GhostMethod__MicrImage_1016_248; dispid 1610744055;
procedure GhostMethod__MicrImage_1020_249; dispid 1610744056;
procedure GhostMethod__MicrImage_1024_250; dispid 1610744057;
procedure GhostMethod__MicrImage_1028_251; dispid 1610744058;
procedure GhostMethod__MicrImage_1032_252; dispid 1610744059;
procedure GhostMethod__MicrImage_1036_253; dispid 1610744060;
procedure GhostMethod__MicrImage_1040_254; dispid 1610744061;
procedure GhostMethod__MicrImage_1044_255; dispid 1610744062;
procedure GhostMethod__MicrImage_1048_256; dispid 1610744063;
procedure GhostMethod__MicrImage_1052_257; dispid 1610744064;
procedure GhostMethod__MicrImage_1056_258; dispid 1610744065;
procedure GhostMethod__MicrImage_1060_259; dispid 1610744066;
procedure GhostMethod__MicrImage_1064_260; dispid 1610744067;
procedure GhostMethod__MicrImage_1068_261; dispid 1610744068;
procedure GhostMethod__MicrImage_1072_262; dispid 1610744069;
procedure GhostMethod__MicrImage_1076_263; dispid 1610744070;
procedure GhostMethod__MicrImage_1080_264; dispid 1610744071;
procedure GhostMethod__MicrImage_1084_265; dispid 1610744072;
procedure GhostMethod__MicrImage_1088_266; dispid 1610744073;
procedure GhostMethod__MicrImage_1092_267; dispid 1610744074;
procedure GhostMethod__MicrImage_1096_268; dispid 1610744075;
procedure GhostMethod__MicrImage_1100_269; dispid 1610744076;
procedure GhostMethod__MicrImage_1104_270; dispid 1610744077;
procedure GhostMethod__MicrImage_1108_271; dispid 1610744078;
procedure GhostMethod__MicrImage_1112_272; dispid 1610744079;
procedure GhostMethod__MicrImage_1116_273; dispid 1610744080;
procedure GhostMethod__MicrImage_1120_274; dispid 1610744081;
procedure GhostMethod__MicrImage_1124_275; dispid 1610744082;
procedure GhostMethod__MicrImage_1128_276; dispid 1610744083;
procedure GhostMethod__MicrImage_1132_277; dispid 1610744084;
procedure GhostMethod__MicrImage_1136_278; dispid 1610744085;
procedure GhostMethod__MicrImage_1140_279; dispid 1610744086;
procedure GhostMethod__MicrImage_1144_280; dispid 1610744087;
procedure GhostMethod__MicrImage_1148_281; dispid 1610744088;
procedure GhostMethod__MicrImage_1152_282; dispid 1610744089;
procedure GhostMethod__MicrImage_1156_283; dispid 1610744090;
procedure GhostMethod__MicrImage_1160_284; dispid 1610744091;
procedure GhostMethod__MicrImage_1164_285; dispid 1610744092;
procedure GhostMethod__MicrImage_1168_286; dispid 1610744093;
procedure GhostMethod__MicrImage_1172_287; dispid 1610744094;
procedure GhostMethod__MicrImage_1176_288; dispid 1610744095;
procedure GhostMethod__MicrImage_1180_289; dispid 1610744096;
procedure GhostMethod__MicrImage_1184_290; dispid 1610744097;
procedure GhostMethod__MicrImage_1188_291; dispid 1610744098;
procedure GhostMethod__MicrImage_1192_292; dispid 1610744099;
procedure GhostMethod__MicrImage_1196_293; dispid 1610744100;
procedure GhostMethod__MicrImage_1200_294; dispid 1610744101;
procedure GhostMethod__MicrImage_1204_295; dispid 1610744102;
procedure GhostMethod__MicrImage_1208_296; dispid 1610744103;
procedure GhostMethod__MicrImage_1212_297; dispid 1610744104;
procedure GhostMethod__MicrImage_1216_298; dispid 1610744105;
procedure GhostMethod__MicrImage_1220_299; dispid 1610744106;
procedure GhostMethod__MicrImage_1224_300; dispid 1610744107;
procedure GhostMethod__MicrImage_1228_301; dispid 1610744108;
procedure GhostMethod__MicrImage_1232_302; dispid 1610744109;
procedure GhostMethod__MicrImage_1236_303; dispid 1610744110;
procedure GhostMethod__MicrImage_1240_304; dispid 1610744111;
procedure GhostMethod__MicrImage_1244_305; dispid 1610744112;
procedure GhostMethod__MicrImage_1248_306; dispid 1610744113;
procedure GhostMethod__MicrImage_1252_307; dispid 1610744114;
procedure GhostMethod__MicrImage_1256_308; dispid 1610744115;
procedure GhostMethod__MicrImage_1260_309; dispid 1610744116;
procedure GhostMethod__MicrImage_1264_310; dispid 1610744117;
procedure GhostMethod__MicrImage_1268_311; dispid 1610744118;
procedure GhostMethod__MicrImage_1272_312; dispid 1610744119;
procedure GhostMethod__MicrImage_1276_313; dispid 1610744120;
procedure GhostMethod__MicrImage_1280_314; dispid 1610744121;
procedure GhostMethod__MicrImage_1284_315; dispid 1610744122;
procedure GhostMethod__MicrImage_1288_316; dispid 1610744123;
procedure GhostMethod__MicrImage_1292_317; dispid 1610744124;
procedure GhostMethod__MicrImage_1296_318; dispid 1610744125;
procedure GhostMethod__MicrImage_1300_319; dispid 1610744126;
procedure GhostMethod__MicrImage_1304_320; dispid 1610744127;
procedure GhostMethod__MicrImage_1308_321; dispid 1610744128;
procedure GhostMethod__MicrImage_1312_322; dispid 1610744129;
procedure GhostMethod__MicrImage_1316_323; dispid 1610744130;
procedure GhostMethod__MicrImage_1320_324; dispid 1610744131;
procedure GhostMethod__MicrImage_1324_325; dispid 1610744132;
procedure GhostMethod__MicrImage_1328_326; dispid 1610744133;
procedure GhostMethod__MicrImage_1332_327; dispid 1610744134;
procedure GhostMethod__MicrImage_1336_328; dispid 1610744135;
procedure GhostMethod__MicrImage_1340_329; dispid 1610744136;
procedure GhostMethod__MicrImage_1344_330; dispid 1610744137;
procedure GhostMethod__MicrImage_1348_331; dispid 1610744138;
procedure GhostMethod__MicrImage_1352_332; dispid 1610744139;
procedure GhostMethod__MicrImage_1356_333; dispid 1610744140;
procedure GhostMethod__MicrImage_1360_334; dispid 1610744141;
procedure GhostMethod__MicrImage_1364_335; dispid 1610744142;
procedure GhostMethod__MicrImage_1368_336; dispid 1610744143;
procedure GhostMethod__MicrImage_1372_337; dispid 1610744144;
procedure GhostMethod__MicrImage_1376_338; dispid 1610744145;
procedure GhostMethod__MicrImage_1380_339; dispid 1610744146;
procedure GhostMethod__MicrImage_1384_340; dispid 1610744147;
procedure GhostMethod__MicrImage_1388_341; dispid 1610744148;
procedure GhostMethod__MicrImage_1392_342; dispid 1610744149;
procedure GhostMethod__MicrImage_1396_343; dispid 1610744150;
procedure GhostMethod__MicrImage_1400_344; dispid 1610744151;
procedure GhostMethod__MicrImage_1404_345; dispid 1610744152;
procedure GhostMethod__MicrImage_1408_346; dispid 1610744153;
procedure GhostMethod__MicrImage_1412_347; dispid 1610744154;
procedure GhostMethod__MicrImage_1416_348; dispid 1610744155;
procedure GhostMethod__MicrImage_1420_349; dispid 1610744156;
procedure GhostMethod__MicrImage_1424_350; dispid 1610744157;
procedure GhostMethod__MicrImage_1428_351; dispid 1610744158;
procedure GhostMethod__MicrImage_1432_352; dispid 1610744159;
procedure GhostMethod__MicrImage_1436_353; dispid 1610744160;
procedure GhostMethod__MicrImage_1440_354; dispid 1610744161;
procedure GhostMethod__MicrImage_1444_355; dispid 1610744162;
procedure GhostMethod__MicrImage_1448_356; dispid 1610744163;
procedure GhostMethod__MicrImage_1452_357; dispid 1610744164;
procedure GhostMethod__MicrImage_1456_358; dispid 1610744165;
procedure GhostMethod__MicrImage_1460_359; dispid 1610744166;
procedure GhostMethod__MicrImage_1464_360; dispid 1610744167;
procedure GhostMethod__MicrImage_1468_361; dispid 1610744168;
procedure GhostMethod__MicrImage_1472_362; dispid 1610744169;
procedure GhostMethod__MicrImage_1476_363; dispid 1610744170;
procedure GhostMethod__MicrImage_1480_364; dispid 1610744171;
procedure GhostMethod__MicrImage_1484_365; dispid 1610744172;
procedure GhostMethod__MicrImage_1488_366; dispid 1610744173;
procedure GhostMethod__MicrImage_1492_367; dispid 1610744174;
procedure GhostMethod__MicrImage_1496_368; dispid 1610744175;
procedure GhostMethod__MicrImage_1500_369; dispid 1610744176;
procedure GhostMethod__MicrImage_1504_370; dispid 1610744177;
procedure GhostMethod__MicrImage_1508_371; dispid 1610744178;
procedure GhostMethod__MicrImage_1512_372; dispid 1610744179;
procedure GhostMethod__MicrImage_1516_373; dispid 1610744180;
procedure GhostMethod__MicrImage_1520_374; dispid 1610744181;
procedure GhostMethod__MicrImage_1524_375; dispid 1610744182;
procedure GhostMethod__MicrImage_1528_376; dispid 1610744183;
procedure GhostMethod__MicrImage_1532_377; dispid 1610744184;
procedure GhostMethod__MicrImage_1536_378; dispid 1610744185;
procedure GhostMethod__MicrImage_1540_379; dispid 1610744186;
procedure GhostMethod__MicrImage_1544_380; dispid 1610744187;
procedure GhostMethod__MicrImage_1548_381; dispid 1610744188;
procedure GhostMethod__MicrImage_1552_382; dispid 1610744189;
procedure GhostMethod__MicrImage_1556_383; dispid 1610744190;
procedure GhostMethod__MicrImage_1560_384; dispid 1610744191;
procedure GhostMethod__MicrImage_1564_385; dispid 1610744192;
procedure GhostMethod__MicrImage_1568_386; dispid 1610744193;
procedure GhostMethod__MicrImage_1572_387; dispid 1610744194;
procedure GhostMethod__MicrImage_1576_388; dispid 1610744195;
procedure GhostMethod__MicrImage_1580_389; dispid 1610744196;
procedure GhostMethod__MicrImage_1584_390; dispid 1610744197;
procedure GhostMethod__MicrImage_1588_391; dispid 1610744198;
procedure GhostMethod__MicrImage_1592_392; dispid 1610744199;
procedure GhostMethod__MicrImage_1596_393; dispid 1610744200;
procedure GhostMethod__MicrImage_1600_394; dispid 1610744201;
procedure GhostMethod__MicrImage_1604_395; dispid 1610744202;
procedure GhostMethod__MicrImage_1608_396; dispid 1610744203;
procedure GhostMethod__MicrImage_1612_397; dispid 1610744204;
procedure GhostMethod__MicrImage_1616_398; dispid 1610744205;
procedure GhostMethod__MicrImage_1620_399; dispid 1610744206;
procedure GhostMethod__MicrImage_1624_400; dispid 1610744207;
procedure GhostMethod__MicrImage_1628_401; dispid 1610744208;
procedure GhostMethod__MicrImage_1632_402; dispid 1610744209;
procedure GhostMethod__MicrImage_1636_403; dispid 1610744210;
procedure GhostMethod__MicrImage_1640_404; dispid 1610744211;
procedure GhostMethod__MicrImage_1644_405; dispid 1610744212;
procedure GhostMethod__MicrImage_1648_406; dispid 1610744213;
procedure GhostMethod__MicrImage_1652_407; dispid 1610744214;
procedure GhostMethod__MicrImage_1656_408; dispid 1610744215;
procedure GhostMethod__MicrImage_1660_409; dispid 1610744216;
procedure GhostMethod__MicrImage_1664_410; dispid 1610744217;
procedure GhostMethod__MicrImage_1668_411; dispid 1610744218;
procedure GhostMethod__MicrImage_1672_412; dispid 1610744219;
procedure GhostMethod__MicrImage_1676_413; dispid 1610744220;
procedure GhostMethod__MicrImage_1680_414; dispid 1610744221;
procedure GhostMethod__MicrImage_1684_415; dispid 1610744222;
procedure GhostMethod__MicrImage_1688_416; dispid 1610744223;
procedure GhostMethod__MicrImage_1692_417; dispid 1610744224;
procedure GhostMethod__MicrImage_1696_418; dispid 1610744225;
procedure GhostMethod__MicrImage_1700_419; dispid 1610744226;
procedure GhostMethod__MicrImage_1704_420; dispid 1610744227;
procedure GhostMethod__MicrImage_1708_421; dispid 1610744228;
procedure GhostMethod__MicrImage_1712_422; dispid 1610744229;
procedure GhostMethod__MicrImage_1716_423; dispid 1610744230;
procedure GhostMethod__MicrImage_1720_424; dispid 1610744231;
procedure GhostMethod__MicrImage_1724_425; dispid 1610744232;
procedure GhostMethod__MicrImage_1728_426; dispid 1610744233;
procedure GhostMethod__MicrImage_1732_427; dispid 1610744234;
procedure GhostMethod__MicrImage_1736_428; dispid 1610744235;
procedure GhostMethod__MicrImage_1740_429; dispid 1610744236;
procedure GhostMethod__MicrImage_1744_430; dispid 1610744237;
procedure GhostMethod__MicrImage_1748_431; dispid 1610744238;
procedure GhostMethod__MicrImage_1752_432; dispid 1610744239;
procedure GhostMethod__MicrImage_1756_433; dispid 1610744240;
procedure GhostMethod__MicrImage_1760_434; dispid 1610744241;
procedure GhostMethod__MicrImage_1764_435; dispid 1610744242;
procedure GhostMethod__MicrImage_1768_436; dispid 1610744243;
procedure GhostMethod__MicrImage_1772_437; dispid 1610744244;
procedure GhostMethod__MicrImage_1776_438; dispid 1610744245;
procedure GhostMethod__MicrImage_1780_439; dispid 1610744246;
procedure GhostMethod__MicrImage_1784_440; dispid 1610744247;
procedure GhostMethod__MicrImage_1788_441; dispid 1610744248;
procedure GhostMethod__MicrImage_1792_442; dispid 1610744249;
procedure GhostMethod__MicrImage_1796_443; dispid 1610744250;
procedure GhostMethod__MicrImage_1800_444; dispid 1610744251;
procedure GhostMethod__MicrImage_1804_445; dispid 1610744252;
procedure GhostMethod__MicrImage_1808_446; dispid 1610744253;
procedure GhostMethod__MicrImage_1812_447; dispid 1610744254;
procedure GhostMethod__MicrImage_1816_448; dispid 1610744255;
procedure GhostMethod__MicrImage_1820_449; dispid 1610744256;
procedure GhostMethod__MicrImage_1824_450; dispid 1610744257;
procedure GhostMethod__MicrImage_1828_451; dispid 1610744258;
procedure GhostMethod__MicrImage_1832_452; dispid 1610744259;
procedure GhostMethod__MicrImage_1836_453; dispid 1610744260;
procedure GhostMethod__MicrImage_1840_454; dispid 1610744261;
procedure GhostMethod__MicrImage_1844_455; dispid 1610744262;
procedure GhostMethod__MicrImage_1848_456; dispid 1610744263;
procedure GhostMethod__MicrImage_1852_457; dispid 1610744264;
procedure GhostMethod__MicrImage_1856_458; dispid 1610744265;
procedure GhostMethod__MicrImage_1860_459; dispid 1610744266;
procedure GhostMethod__MicrImage_1864_460; dispid 1610744267;
procedure GhostMethod__MicrImage_1868_461; dispid 1610744268;
procedure GhostMethod__MicrImage_1872_462; dispid 1610744269;
procedure GhostMethod__MicrImage_1876_463; dispid 1610744270;
procedure GhostMethod__MicrImage_1880_464; dispid 1610744271;
procedure GhostMethod__MicrImage_1884_465; dispid 1610744272;
procedure GhostMethod__MicrImage_1888_466; dispid 1610744273;
procedure GhostMethod__MicrImage_1892_467; dispid 1610744274;
procedure GhostMethod__MicrImage_1896_468; dispid 1610744275;
procedure GhostMethod__MicrImage_1900_469; dispid 1610744276;
procedure GhostMethod__MicrImage_1904_470; dispid 1610744277;
procedure GhostMethod__MicrImage_1908_471; dispid 1610744278;
procedure GhostMethod__MicrImage_1912_472; dispid 1610744279;
procedure GhostMethod__MicrImage_1916_473; dispid 1610744280;
procedure GhostMethod__MicrImage_1920_474; dispid 1610744281;
procedure GhostMethod__MicrImage_1924_475; dispid 1610744282;
procedure GhostMethod__MicrImage_1928_476; dispid 1610744283;
procedure GhostMethod__MicrImage_1932_477; dispid 1610744284;
procedure GhostMethod__MicrImage_1936_478; dispid 1610744285;
procedure GhostMethod__MicrImage_1940_479; dispid 1610744286;
procedure GhostMethod__MicrImage_1944_480; dispid 1610744287;
procedure GhostMethod__MicrImage_1948_481; dispid 1610744288;
procedure GhostMethod__MicrImage_1952_482; dispid 1610744289;
property CommPort: Smallint dispid 1745027077;
property Settings: WideString dispid 1745027076;
function GetTrack(var TrackNum: Smallint): WideString; dispid 1610809355;
function GetFName: WideString; dispid 1610809356;
function GetLName: WideString; dispid 1610809357;
function FindElement(TrackNum: Smallint; const RefChar: WideString; Displacement: Smallint;
const NumDigits: WideString; var DirectionBack: OleVariant): WideString; dispid 1610809358;
function GetDefSetting(const Key: WideString; var Default: OleVariant): WideString; dispid 1610809359;
procedure SaveDefSetting(const Key: WideString; const Setting: WideString); dispid 1610809360;
property PortOpen: WordBool dispid 1745027075;
property MicrData: WideString dispid 1745027074;
function ClearBuffer: Smallint; dispid 1610809361;
procedure About; dispid 1610809362;
function MicrCommand(const strCommand: WideString; var BReturnData: OleVariant): WideString; dispid 1610809363;
function StoreImage(var strTag: OleVariant): WideString; dispid 1610809364;
function FileMemoryStatus: WideString; dispid 1610809365;
function FileMemoryErase: WideString; dispid 1610809366;
function FileMemoryResetPointer: WideString; dispid 1610809367;
function AddTag(const strTag: WideString): WideString; dispid 1610809368;
function Version: WideString; dispid 1610809369;
function Reset: WideString; dispid 1610809370;
function FormatShow: WideString; dispid 1610809371;
function FormatChange(const strFormat: WideString): WideString; dispid 1610809372;
function Save: WideString; dispid 1610809373;
property MicrTimeOut: Single dispid 1745027073;
property DSRHolding: WordBool readonly dispid 1745027072;
function GetTiffTagByNumber(var FileToSearch: WideString; TagNum: Integer; IFDNumber: Integer): WideString; dispid 1610809374;
function EnumTiffTags(var FileToSearch: WideString; IFDNumber: Integer): OleVariant; dispid 1610809375;
procedure GetTagData(var TagIndex: Integer; var TagValue: Integer; var TagName: WideString;
var TagDesc: WideString); dispid 1610809378;
function GetTiffTagNumByIndex(var FileToSearch: WideString; IndexNum: Integer;
IFDNumber: Integer): Integer; dispid 1610809379;
function TransmitCurrentImage(const ImgFileName: WideString; var StatusMsg: WideString;
var MTParams: OleVariant): Integer; dispid 1610809380;
function SendNextImage(const ImgFileName: WideString; var StatusMsg: WideString;
var MTParams: OleVariant): Integer; dispid 1610809381;
end;

// *********************************************************************//
// DispIntf: __MicrImage
// Flags: (4240) Hidden NonExtensible Dispatchable
// GUID: {991313A3-D27E-45A1-97F2-3420D1528330}
// *********************************************************************//
__MicrImage = dispinterface
['{991313A3-D27E-45A1-97F2-3420D1528330}']
procedure MicrDataReceived; dispid 1;
end;

implementation

uses ComObj;

end.
 
J

jjg000

Unregistered / Unconfirmed
GUEST, unregistred user!
如果你想花最少的钱学习流行的计算机技术,本人低价提供
计算机专业高清晰 视 频 教 程,所有教程由业内名家讲解,物超所值,
所有光盘4元/张,特快专递全国三天内到货.
联系方式:手 机:1 3 5 76145612(手机联系佳) Q Q:108410943
E-mail:ncncldjjg@126.com
1、Oracle9iOCP(Oracle认证专家DBA)视频教程(23CD)
2、SQL语言、数据挖掘、SQLServer2000视频教程(6CD)
3、计算机网络原理视频教程(4CD)
4、计算机实用组网技术视频教程(3CD)
5、MCSE(微软认证系统工程师)认证视频教程(11CD)
6、windows2003即学即会视频教程(6CD)
7、J2EE Web程序开发定向班/Java就业班视频教程
(java基础jsp核心技术UML设计)(13CD)
8、J2EE基础高级案例分析视频教程(9CD)
9、马士兵J2SE入门与精通(含坦克大战、BBS实例)视频教程(6CD)
10、java语言深入详解视频教程(12CD)
11、java技术从入门到精通视频教程(21CD)
12、javascript全接触视频教程(13CD)
13、各类网站源程序(9CD)
14、unix原理视频教程(3CD)
15、Linux软件开发工程师(C语言)视频教程(4CD)
16、Linux配置、管理、优化实战工程师视频教程(8CD)
17、Linux内核编程视频教程(11CD)
18、C语言详解视频教程(2CD)
19、VC++6.0(MFC)开发技术术详解视频教程(6CD)
20、ASP.NET中文视频教程(3CD)
21、洪恩C#入门多媒体教程(1CD)
22、XML技术视频教程(2CD)
23、操作系统视频教程(3CD)
24、网络技术基础视频教程(2CD)
25、数据结构视频教程(5CD)
26、清华大学计算机专业多媒体教程(数据结构、汇编、编译原理等)(13CD)
27、大学数学[离散数学线性代数概率与数理统计微积分]视频教程(22CD)
28、LearnKey Asp.Net (老外用英语讲课)(13CD)
29、LearnKey Asp.Net Webservice(老外用英语讲课)(5CD)
30、AppDev Asp.Net2.0 UsingC# (老外用英语讲课)(1CD)
31、APPDev .Net Framework(老外用英语讲课)(2CD)
32、林清安pro/e2001(野火版)视频教程(18CD)
33、深圳大学3D设计视频教程(4CD)
34、3DMAX建模视频教程(老外用英语讲课)(6CD)
35、3DMAX纹理与贴图材质灯光视频教程(老外用英语讲课)(5CD)
36、3DMAX格式500个常用模型库(4CD)
37、lightscape基础入门视频教程(2CD)
38、聚光制造(lightscape3.2入门与精通视频教程)(4CD)
39、coreldraw12中文版入门与精通swf格式视频教程(2CD)
 

Similar threads

顶部