📄 micdtmfbocx_tlb.~pas
字号:
unit micDTMFBoCx_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 11/2/2008 17:36:58 from Type Library described below.
// ************************************************************************ //
// Type Lib: D:\SALVOS\PLUG_IN_MICDTMF\micDTMFActiveX\micDTMFBoCx.tlb (1)
// LIBID: {5F39EED7-4335-4B16-B622-AEC507E3E5B6}
// LCID: 0
// Helpfile:
// HelpString: micDTMFBoCx Library
// DepndLst:
// (1) v2.0 stdole, (C:\WINDOWS\system32\stdole2.tlb)
// (2) v4.0 StdVCL, (C:\WINDOWS\system32\stdvcl40.dll)
// ************************************************************************ //
{$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
micDTMFBoCxMajorVersion = 1;
micDTMFBoCxMinorVersion = 0;
LIBID_micDTMFBoCx: TGUID = '{5F39EED7-4335-4B16-B622-AEC507E3E5B6}';
IID_ImicDTMFBoxX: TGUID = '{234512C8-E247-4E92-9609-DE63AE43E7A0}';
DIID_ImicDTMFBoxXEvents: TGUID = '{A852D885-B4EE-4AD4-A143-C09A048B62E5}';
CLASS_micDTMFBoxX: TGUID = '{B5402D0F-2DA9-4042-B153-5577ABC88C4C}';
// *********************************************************************//
// Declaration of Enumerations defined in Type Library
// *********************************************************************//
// Constants for enum TxModOper
type
TxModOper = TOleEnum;
const
micBinaDTMF = $00000000;
micAllKeys = $00000001;
// Constants for enum TxBevelCut
type
TxBevelCut = TOleEnum;
const
bvNone = $00000000;
bvLowered = $00000001;
bvRaised = $00000002;
bvSpace = $00000003;
// Constants for enum TxBevelKind
type
TxBevelKind = TOleEnum;
const
bkNone = $00000000;
bkTile = $00000001;
bkSoft = $00000002;
bkFlat = $00000003;
// Constants for enum TxComboBoxStyle
type
TxComboBoxStyle = TOleEnum;
const
csDropDown = $00000000;
csSimple = $00000001;
csDropDownList = $00000002;
csOwnerDrawFixed = $00000003;
csOwnerDrawVariable = $00000004;
// Constants for enum TxEditCharCase
type
TxEditCharCase = TOleEnum;
const
ecNormal = $00000000;
ecUpperCase = $00000001;
ecLowerCase = $00000002;
// Constants for enum TxDragMode
type
TxDragMode = TOleEnum;
const
dmManual = $00000000;
dmAutomatic = $00000001;
// Constants for enum TxImeMode
type
TxImeMode = TOleEnum;
const
imDisable = $00000000;
imClose = $00000001;
imOpen = $00000002;
imDontCare = $00000003;
imSAlpha = $00000004;
imAlpha = $00000005;
imHira = $00000006;
imSKata = $00000007;
imKata = $00000008;
imChinese = $00000009;
imSHanguel = $0000000A;
imHanguel = $0000000B;
type
// *********************************************************************//
// Forward declaration of types defined in TypeLibrary
// *********************************************************************//
ImicDTMFBoxX = interface;
ImicDTMFBoxXDisp = dispinterface;
ImicDTMFBoxXEvents = dispinterface;
// *********************************************************************//
// Declaration of CoClasses defined in Type Library
// (NOTE: Here we map each CoClass to its Default Interface)
// *********************************************************************//
micDTMFBoxX = ImicDTMFBoxX;
// *********************************************************************//
// Declaration of structures, unions and aliases.
// *********************************************************************//
PPUserType1 = ^IFontDisp; {*}
// *********************************************************************//
// Interface: ImicDTMFBoxX
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {234512C8-E247-4E92-9609-DE63AE43E7A0}
// *********************************************************************//
ImicDTMFBoxX = interface(IDispatch)
['{234512C8-E247-4E92-9609-DE63AE43E7A0}']
function Stop: WordBool; safecall;
procedure ShowDlg; safecall;
procedure HideDlg; safecall;
procedure ClearAll; safecall;
procedure TestNotTipo(const Valor: WideString); safecall;
function micDTMFactive: WordBool; safecall;
function Initiate: WordBool; safecall;
function Get_a1Active: WordBool; safecall;
procedure Set_a1Active(Value: WordBool); safecall;
function Get_a2DDDLocal: WideString; safecall;
procedure Set_a2DDDLocal(const Value: WideString); safecall;
function Get_a3RootPlugIn: WideString; safecall;
procedure Set_a3RootPlugIn(const Value: WideString); safecall;
function Get_a4PlugInRegistry: WideString; safecall;
procedure Set_a4PlugInRegistry(const Value: WideString); safecall;
function Get_a5ClearAllDigits: WideString; safecall;
procedure Set_a5ClearAllDigits(const Value: WideString); safecall;
function Get_a6ModoOperac: TxModOper; safecall;
procedure Set_a6ModoOperac(Value: TxModOper); safecall;
function Get_a7ScreenRestore: WordBool; safecall;
procedure Set_a7ScreenRestore(Value: WordBool); safecall;
function Get_a8Sensibility: Integer; safecall;
procedure Set_a8Sensibility(Value: Integer); safecall;
function Get_a9NotDetectTipo: WordBool; safecall;
procedure Set_a9NotDetectTipo(Value: WordBool); safecall;
function Get_AutoComplete: WordBool; safecall;
procedure Set_AutoComplete(Value: WordBool); safecall;
function Get_AutoDropDown: WordBool; safecall;
procedure Set_AutoDropDown(Value: WordBool); safecall;
function Get_AutoCloseUp: WordBool; safecall;
procedure Set_AutoCloseUp(Value: WordBool); safecall;
function Get_BevelInner: TxBevelCut; safecall;
procedure Set_BevelInner(Value: TxBevelCut); safecall;
function Get_BevelKind: TxBevelKind; safecall;
procedure Set_BevelKind(Value: TxBevelKind); safecall;
function Get_BevelOuter: TxBevelCut; safecall;
procedure Set_BevelOuter(Value: TxBevelCut); safecall;
function Get_Style: TxComboBoxStyle; safecall;
procedure Set_Style(Value: TxComboBoxStyle); safecall;
function Get_CharCase: TxEditCharCase; safecall;
procedure Set_CharCase(Value: TxEditCharCase); safecall;
function Get_Color: OLE_COLOR; safecall;
procedure Set_Color(Value: OLE_COLOR); safecall;
function Get_Ctl3D: WordBool; safecall;
procedure Set_Ctl3D(Value: WordBool); safecall;
function Get_DragCursor: Smallint; safecall;
procedure Set_DragCursor(Value: Smallint); safecall;
function Get_DragMode: TxDragMode; safecall;
procedure Set_DragMode(Value: TxDragMode); safecall;
function Get_DropDownCount: Integer; safecall;
procedure Set_DropDownCount(Value: Integer); safecall;
function Get_Enabled: WordBool; safecall;
procedure Set_Enabled(Value: WordBool); safecall;
function Get_Font: IFontDisp; safecall;
procedure Set_Font(const Value: IFontDisp); safecall;
procedure _Set_Font(var Value: IFontDisp); safecall;
function Get_ImeMode: TxImeMode; safecall;
procedure Set_ImeMode(Value: TxImeMode); safecall;
function Get_ImeName: WideString; safecall;
procedure Set_ImeName(const Value: WideString); safecall;
function Get_ItemHeight: Integer; safecall;
procedure Set_ItemHeight(Value: Integer); safecall;
function Get_ItemIndex: Integer; safecall;
procedure Set_ItemIndex(Value: Integer); safecall;
function Get_MaxLength: Integer; safecall;
procedure Set_MaxLength(Value: Integer); safecall;
function Get_ParentColor: WordBool; safecall;
procedure Set_ParentColor(Value: WordBool); safecall;
function Get_ParentCtl3D: WordBool; safecall;
procedure Set_ParentCtl3D(Value: WordBool); safecall;
function Get_Sorted: WordBool; safecall;
procedure Set_Sorted(Value: WordBool); safecall;
function Get_Text: WideString; safecall;
procedure Set_Text(const Value: WideString); safecall;
function Get_Visible: WordBool; safecall;
procedure Set_Visible(Value: WordBool); safecall;
function Get_Items: IStrings; safecall;
procedure Set_Items(const Value: IStrings); safecall;
function Get_SelText: WideString; safecall;
procedure Set_SelText(const Value: WideString); safecall;
procedure Clear; safecall;
procedure ClearSelection; safecall;
procedure DeleteSelected; safecall;
procedure SelectAll; safecall;
function Get_DroppedDown: WordBool; safecall;
procedure Set_DroppedDown(Value: WordBool); safecall;
function Get_SelLength: Integer; safecall;
procedure Set_SelLength(Value: Integer); safecall;
function Get_SelStart: Integer; safecall;
procedure Set_SelStart(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 DrawTextBiDiModeFlagsReadingOnly: Integer; safecall;
procedure InitiateAction; safecall;
function IsRightToLeft: WordBool; safecall;
function UseRightToLeftReading: WordBool; safecall;
function UseRightToLeftScrollBar: WordBool; safecall;
procedure SetSubComponent(IsSubComponent: WordBool); safecall;
property a1Active: WordBool read Get_a1Active write Set_a1Active;
property a2DDDLocal: WideString read Get_a2DDDLocal write Set_a2DDDLocal;
property a3RootPlugIn: WideString read Get_a3RootPlugIn write Set_a3RootPlugIn;
property a4PlugInRegistry: WideString read Get_a4PlugInRegistry write Set_a4PlugInRegistry;
property a5ClearAllDigits: WideString read Get_a5ClearAllDigits write Set_a5ClearAllDigits;
property a6ModoOperac: TxModOper read Get_a6ModoOperac write Set_a6ModoOperac;
property a7ScreenRestore: WordBool read Get_a7ScreenRestore write Set_a7ScreenRestore;
property a8Sensibility: Integer read Get_a8Sensibility write Set_a8Sensibility;
property a9NotDetectTipo: WordBool read Get_a9NotDetectTipo write Set_a9NotDetectTipo;
property AutoComplete: WordBool read Get_AutoComplete write Set_AutoComplete;
property AutoDropDown: WordBool read Get_AutoDropDown write Set_AutoDropDown;
property AutoCloseUp: WordBool read Get_AutoCloseUp write Set_AutoCloseUp;
property BevelInner: TxBevelCut read Get_BevelInner write Set_BevelInner;
property BevelKind: TxBevelKind read Get_BevelKind write Set_BevelKind;
property BevelOuter: TxBevelCut read Get_BevelOuter write Set_BevelOuter;
property Style: TxComboBoxStyle read Get_Style write Set_Style;
property CharCase: TxEditCharCase read Get_CharCase write Set_CharCase;
property Color: OLE_COLOR read Get_Color write Set_Color;
property Ctl3D: WordBool read Get_Ctl3D write Set_Ctl3D;
property DragCursor: Smallint read Get_DragCursor write Set_DragCursor;
property DragMode: TxDragMode read Get_DragMode write Set_DragMode;
property DropDownCount: Integer read Get_DropDownCount write Set_DropDownCount;
property Enabled: WordBool read Get_Enabled write Set_Enabled;
property Font: IFontDisp read Get_Font write Set_Font;
property ImeMode: TxImeMode read Get_ImeMode write Set_ImeMode;
property ImeName: WideString read Get_ImeName write Set_ImeName;
property ItemHeight: Integer read Get_ItemHeight write Set_ItemHeight;
property ItemIndex: Integer read Get_ItemIndex write Set_ItemIndex;
property MaxLength: Integer read Get_MaxLength write Set_MaxLength;
property ParentColor: WordBool read Get_ParentColor write Set_ParentColor;
property ParentCtl3D: WordBool read Get_ParentCtl3D write Set_ParentCtl3D;
property Sorted: WordBool read Get_Sorted write Set_Sorted;
property Text: WideString read Get_Text write Set_Text;
property Visible: WordBool read Get_Visible write Set_Visible;
property Items: IStrings read Get_Items write Set_Items;
property SelText: WideString read Get_SelText write Set_SelText;
property DroppedDown: WordBool read Get_DroppedDown write Set_DroppedDown;
property SelLength: Integer read Get_SelLength write Set_SelLength;
property SelStart: Integer read Get_SelStart write Set_SelStart;
property DoubleBuffered: WordBool read Get_DoubleBuffered write Set_DoubleBuffered;
property AlignDisabled: WordBool read Get_AlignDisabled;
property VisibleDockClientCount: Integer read Get_VisibleDockClientCount;
end;
// *********************************************************************//
// DispIntf: ImicDTMFBoxXDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {234512C8-E247-4E92-9609-DE63AE43E7A0}
// *********************************************************************//
ImicDTMFBoxXDisp = dispinterface
['{234512C8-E247-4E92-9609-DE63AE43E7A0}']
function Stop: WordBool; dispid 201;
procedure ShowDlg; dispid 202;
procedure HideDlg; dispid 203;
procedure ClearAll; dispid 204;
procedure TestNotTipo(const Valor: WideString); dispid 205;
function micDTMFactive: WordBool; dispid 206;
function Initiate: WordBool; dispid 207;
property a1Active: WordBool dispid 208;
property a2DDDLocal: WideString dispid 209;
property a3RootPlugIn: WideString dispid 210;
property a4PlugInRegistry: WideString dispid 211;
property a5ClearAllDigits: WideString dispid 212;
property a6ModoOperac: TxModOper dispid 213;
property a7ScreenRestore: WordBool dispid 214;
property a8Sensibility: Integer dispid 215;
property a9NotDetectTipo: WordBool dispid 216;
property AutoComplete: WordBool dispid 217;
property AutoDropDown: WordBool dispid 218;
property AutoCloseUp: WordBool dispid 219;
property BevelInner: TxBevelCut dispid 220;
property BevelKind: TxBevelKind dispid 221;
property BevelOuter: TxBevelCut dispid 222;
property Style: TxComboBoxStyle dispid 223;
property CharCase: TxEditCharCase dispid 224;
property Color: OLE_COLOR dispid -501;
property Ctl3D: WordBool dispid 225;
property DragCursor: Smallint dispid 226;
property DragMode: TxDragMode dispid 227;
property DropDownCount: Integer dispid 228;
property Enabled: WordBool dispid -514;
property Font: IFontDisp dispid -512;
property ImeMode: TxImeMode dispid 229;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -