⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 micdtmfbocx_tlb.pas

📁 Fontes e exemplos CALLER ID DELPHI
💻 PAS
📖 第 1 页 / 共 3 页
字号:
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:38:19 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;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -