📄 ezdicomax_tlb.pas
字号:
unit ezDICOMax_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.
// ************************************************************************ //
// PASTLWTR : 1.2
// File generated on 09/03/2004 19:14:49 from Type Library described below.
// ************************************************************************ //
// Type Lib: C:\Documents and Settings\Chris\My Documents\Delphi\ezAX\source\activex\ezDICOMax.tlb (1)
// LIBID: {3A75EE8D-8E68-43FF-A90A-E4835B9A3DBD}
// LCID: 0
// Helpfile:
// HelpString: ezDICOMax Library
// 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, 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
ezDICOMaxMajorVersion = 1;
ezDICOMaxMinorVersion = 0;
LIBID_ezDICOMax: TGUID = '{3A75EE8D-8E68-43FF-A90A-E4835B9A3DBD}';
IID_IezDICOMX: TGUID = '{D7447852-AE72-47E4-B1FB-8F588176643F}';
DIID_IezDICOMXEvents: TGUID = '{A2F74C5E-30A4-43BB-9BEA-A5D2EF4858D7}';
CLASS_ezDICOMX: TGUID = '{9A2C58CF-4A4B-48BF-B3C9-0756F0F2FA9B}';
// *********************************************************************//
// 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;
type
// *********************************************************************//
// Forward declaration of types defined in TypeLibrary
// *********************************************************************//
IezDICOMX = interface;
IezDICOMXDisp = dispinterface;
IezDICOMXEvents = dispinterface;
// *********************************************************************//
// Declaration of CoClasses defined in Type Library
// (NOTE: Here we map each CoClass to its Default Interface)
// *********************************************************************//
ezDICOMX = IezDICOMX;
// *********************************************************************//
// Declaration of structures, unions and aliases.
// *********************************************************************//
PPUserType1 = ^IFontDisp; {*}
// *********************************************************************//
// Interface: IezDICOMX
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {D7447852-AE72-47E4-B1FB-8F588176643F}
// *********************************************************************//
IezDICOMX = interface(IDispatch)
['{D7447852-AE72-47E4-B1FB-8F588176643F}']
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_ScreenSnap: WordBool; safecall;
procedure Set_ScreenSnap(Value: WordBool); safecall;
function Get_SnapBuffer: Integer; safecall;
procedure Set_SnapBuffer(Value: Integer); safecall;
function Get_DoubleBuffered: WordBool; safecall;
procedure Set_DoubleBuffered(Value: WordBool); safecall;
function Get_AlignDisabled: WordBool; safecall;
function Get_VisibleDockClientCount: Integer; safecall;
function Get_Enabled: WordBool; safecall;
procedure Set_Enabled(Value: WordBool); safecall;
function Get_DCMslice: Integer; safecall;
procedure Set_DCMslice(Value: Integer); safecall;
function Get_DCMzoomPct: Integer; safecall;
procedure Set_DCMzoomPct(Value: Integer); safecall;
function Get_DCMsmoothOn: WordBool; safecall;
procedure Set_DCMsmoothOn(Value: WordBool); safecall;
function Get_DCMfilenameOld: WideString; safecall;
procedure Set_DCMfilenameOld(const Value: WideString); safecall;
function Get_DCMwinCenter: Double; safecall;
procedure Set_DCMwinCenter(Value: Double); safecall;
function Get_DCMwinWidth: Double; safecall;
procedure Set_DCMwinWidth(Value: Double); safecall;
function Get_DCMoverlayOn: WordBool; safecall;
procedure Set_DCMoverlayOn(Value: WordBool); safecall;
function Get_DCMimageWid: Integer; safecall;
function Get_DCMimageHt: Integer; safecall;
function Get_DCMimageSlices: Integer; safecall;
function Get_DCMsliceMinBright: Integer; safecall;
function Get_DCMsliceMaxBright: Integer; safecall;
function Get_DCMmmHt: Double; safecall;
function Get_DCMmmWid: Double; safecall;
function Get_DCMmmSlices: Double; safecall;
function Get_DCMslope: Double; safecall;
function Get_DCMintercept: Double; safecall;
function Get_DCMrecWinCenter: Integer; safecall;
function Get_DCMrecWinWidth: Integer; safecall;
function Get_DCMoverlayColor: Integer; safecall;
procedure Set_DCMoverlayColor(Value: Integer); safecall;
procedure Set_DCMmosaicX(Row: Integer; Col: Integer; FirstSlice: Integer; Param4: Integer); safecall;
function Get_DCMmosaicFirstSlice: Integer; safecall;
procedure Set_DCMmosaicFirstSlice(Value: Integer); safecall;
function Get_DCMmosaicLastSlice: Integer; safecall;
procedure Set_DCMmosaicLastSlice(Value: Integer); safecall;
function Get_DCMcolorScheme: Integer; safecall;
procedure Set_DCMcolorScheme(Value: Integer); safecall;
function Get_DCMtool: Integer; safecall;
procedure Set_DCMtool(Value: Integer); safecall;
function Get_DCMtoolbar: WordBool; safecall;
procedure Set_DCMtoolbar(Value: WordBool); safecall;
function Get_DCMlineMM: Double; safecall;
function Get_DCMbestFitZoom: WordBool; safecall;
procedure Set_DCMbestFitZoom(Value: WordBool); safecall;
procedure Set_DCMwriteHeader2Text(const DICOMinput: WideString; const Param2: WideString); safecall;
function Get_DCMloadMultipleFiles: WordBool; safecall;
procedure Set_DCMloadMultipleFiles(Value: WordBool); safecall;
function Get_DCMuseRecommendedContrast: WordBool; safecall;
procedure Set_DCMuseRecommendedContrast(Value: WordBool); safecall;
function Get_DCMversionInfo: WideString; safecall;
function Get_DCMmosaicRows: Integer; safecall;
procedure Set_DCMmosaicRows(Value: Integer); safecall;
function Get_DCMmosaicCols: Integer; safecall;
procedure Set_DCMmosaicCols(Value: Integer); safecall;
procedure Set_DCMsaveToFile(const Param1: WideString); safecall;
function Get_DCMshowHeader: WordBool; safecall;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -