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

📄 asp_watch_search_tlb.pas

📁 公司内部监控员工上网记录的系统
💻 PAS
字号:
unit Asp_watch_search_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 2004-02-06 15:42:29 from Type Library described below.

// ************************************************************************  //
// Type Lib: C:\Inetpub\wwwroot\net_watch\Asp_watch_search.tlb (1)
// LIBID: {803AF387-7321-40FB-B167-CD9DBCB661F8}
// LCID: 0
// Helpfile: 
// HelpString: Asp_watch_search Library
// DepndLst: 
//   (1) v2.0 stdole, (C:\WINNT\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, 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
  Asp_watch_searchMajorVersion = 1;
  Asp_watch_searchMinorVersion = 0;

  LIBID_Asp_watch_search: TGUID = '{803AF387-7321-40FB-B167-CD9DBCB661F8}';

  IID_Ico_asp_search3: TGUID = '{534ECEEE-BC7F-40C8-90D9-703B658F88C5}';
  CLASS_co_asp_search3: TGUID = '{83F4593C-1DE2-44C6-A7D9-D2F5E59CD0F9}';
type

// *********************************************************************//
// Forward declaration of types defined in TypeLibrary                    
// *********************************************************************//
  Ico_asp_search3 = interface;
  Ico_asp_search3Disp = dispinterface;

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


// *********************************************************************//
// Interface: Ico_asp_search3
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {534ECEEE-BC7F-40C8-90D9-703B658F88C5}
// *********************************************************************//
  Ico_asp_search3 = interface(IDispatch)
    ['{534ECEEE-BC7F-40C8-90D9-703B658F88C5}']
    procedure OnStartPage(const AScriptingContext: IUnknown); safecall;
    procedure OnEndPage; safecall;
    procedure Get_search_result; safecall;
    procedure get_search; safecall;
    procedure adduser; safecall;
    procedure deluser; safecall;
    procedure deldata; safecall;
    procedure set_right; safecall;
    procedure addoperator; safecall;
    procedure deloperator; safecall;
    procedure modipassword; safecall;
    procedure search_detail; safecall;
    procedure search_user; safecall;
    procedure dellog; safecall;
    procedure setgl; safecall;
    procedure cxqx; safecall;
  end;

// *********************************************************************//
// DispIntf:  Ico_asp_search3Disp
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {534ECEEE-BC7F-40C8-90D9-703B658F88C5}
// *********************************************************************//
  Ico_asp_search3Disp = dispinterface
    ['{534ECEEE-BC7F-40C8-90D9-703B658F88C5}']
    procedure OnStartPage(const AScriptingContext: IUnknown); dispid 201;
    procedure OnEndPage; dispid 202;
    procedure Get_search_result; dispid 203;
    procedure get_search; dispid 204;
    procedure adduser; dispid 205;
    procedure deluser; dispid 206;
    procedure deldata; dispid 207;
    procedure set_right; dispid 208;
    procedure addoperator; dispid 209;
    procedure deloperator; dispid 210;
    procedure modipassword; dispid 211;
    procedure search_detail; dispid 212;
    procedure search_user; dispid 213;
    procedure dellog; dispid 214;
    procedure setgl; dispid 215;
    procedure cxqx; dispid 216;
  end;

// *********************************************************************//
// The Class Coco_asp_search3 provides a Create and CreateRemote method to          
// create instances of the default interface Ico_asp_search3 exposed by              
// the CoClass co_asp_search3. The functions are intended to be used by             
// clients wishing to automate the CoClass objects exposed by the         
// server of this typelibrary.                                            
// *********************************************************************//
  Coco_asp_search3 = class
    class function Create: Ico_asp_search3;
    class function CreateRemote(const MachineName: string): Ico_asp_search3;
  end;

implementation

uses ComObj;

class function Coco_asp_search3.Create: Ico_asp_search3;
begin
  Result := CreateComObject(CLASS_co_asp_search3) as Ico_asp_search3;
end;

class function Coco_asp_search3.CreateRemote(const MachineName: string): Ico_asp_search3;
begin
  Result := CreateRemoteComObject(MachineName, CLASS_co_asp_search3) as Ico_asp_search3;
end;

end.

⌨️ 快捷键说明

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