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

📄 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-13 10:12:46 from Type Library described below.

// ************************************************************************  //
// Type Lib: C:\Inetpub\wwwroot\net_watch\Asp_watch_search.tlb (1)
// LIBID: {2EB8410D-D6B9-427A-8A9B-BF9ADCFA280D}
// 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 = '{2EB8410D-D6B9-427A-8A9B-BF9ADCFA280D}';

  IID_Ico_asp_search: TGUID = '{DEF4FF28-753C-442E-8EF8-F684A8B8E7B2}';
  CLASS_co_asp_search: TGUID = '{3FA166B1-C929-4179-9D6C-43DFA1DD2D02}';
type

// *********************************************************************//
// Forward declaration of types defined in TypeLibrary                    
// *********************************************************************//
  Ico_asp_search = interface;
  Ico_asp_searchDisp = dispinterface;

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


// *********************************************************************//
// Interface: Ico_asp_search
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {DEF4FF28-753C-442E-8EF8-F684A8B8E7B2}
// *********************************************************************//
  Ico_asp_search = interface(IDispatch)
    ['{DEF4FF28-753C-442E-8EF8-F684A8B8E7B2}']
    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;
    procedure search_detail1; safecall;
  end;

// *********************************************************************//
// DispIntf:  Ico_asp_searchDisp
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {DEF4FF28-753C-442E-8EF8-F684A8B8E7B2}
// *********************************************************************//
  Ico_asp_searchDisp = dispinterface
    ['{DEF4FF28-753C-442E-8EF8-F684A8B8E7B2}']
    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;
    procedure search_detail1; dispid 217;
  end;

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

implementation

uses ComObj;

class function Coco_asp_search.Create: Ico_asp_search;
begin
  Result := CreateComObject(CLASS_co_asp_search) as Ico_asp_search;
end;

class function Coco_asp_search.CreateRemote(const MachineName: string): Ico_asp_search;
begin
  Result := CreateRemoteComObject(MachineName, CLASS_co_asp_search) as Ico_asp_search;
end;

end.

⌨️ 快捷键说明

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