亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? activexprj_tlb.~pa

?? 電腦編程技巧和源碼。很不錯的。
?? ~PA
字號:
unit ActiveXPrj_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 : $Revision:   1.11.1.63  $
// File generated on 99-10-15 10:59:10 from Type Library described below.

// ************************************************************************ //
// Type Lib: D:\zjh\corba\activex\ActiveXPrj.tlb
// IID\LCID: {4E9DD865-82E7-11D3-A0DB-0010609017AB}\0
// Helpfile: 
// HelpString: ClientObjectActiveProj1 Library
// Version:    1.0
// ************************************************************************ //

interface

uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;

// *********************************************************************//
// 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
  LIBID_ActiveXPrj: TGUID = '{4E9DD865-82E7-11D3-A0DB-0010609017AB}';
  IID_IClientObjectActiveX: TGUID = '{4E9DD866-82E7-11D3-A0DB-0010609017AB}';
  DIID_IClientObjectActiveXEvents: TGUID = '{4E9DD868-82E7-11D3-A0DB-0010609017AB}';
  CLASS_ClientObjectActiveX: TGUID = '{4E9DD86A-82E7-11D3-A0DB-0010609017AB}';

// *********************************************************************//
// Declaration of Enumerations defined in Type Library                  //
// *********************************************************************//
// TxActiveFormBorderStyle constants
type
  TxActiveFormBorderStyle = TOleEnum;
const
  afbNone = $00000000;
  afbSingle = $00000001;
  afbSunken = $00000002;
  afbRaised = $00000003;

// TxPrintScale constants
type
  TxPrintScale = TOleEnum;
const
  poNone = $00000000;
  poProportional = $00000001;
  poPrintToFit = $00000002;

// TxMouseButton constants
type
  TxMouseButton = TOleEnum;
const
  mbLeft = $00000000;
  mbRight = $00000001;
  mbMiddle = $00000002;

// TxBiDiMode constants
type
  TxBiDiMode = TOleEnum;
const
  bdLeftToRight = $00000000;
  bdRightToLeft = $00000001;
  bdRightToLeftNoAlign = $00000002;
  bdRightToLeftReadingOnly = $00000003;

type

// *********************************************************************//
// Forward declaration of interfaces defined in Type Library            //
// *********************************************************************//
  IClientObjectActiveX = interface;
  IClientObjectActiveXDisp = dispinterface;
  IClientObjectActiveXEvents = dispinterface;

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


// *********************************************************************//
// Interface: IClientObjectActiveX
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {4E9DD866-82E7-11D3-A0DB-0010609017AB}
// *********************************************************************//
  IClientObjectActiveX = interface(IDispatch)
    ['{4E9DD866-82E7-11D3-A0DB-0010609017AB}']
    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_DoubleBuffered: WordBool; safecall;
    procedure Set_DoubleBuffered(Value: WordBool); safecall;
    function Get_Enabled: WordBool; safecall;
    procedure Set_Enabled(Value: WordBool); safecall;
    function Get_BiDiMode: TxBiDiMode; safecall;
    procedure Set_BiDiMode(Value: TxBiDiMode); safecall;
    function Get_Cursor: Smallint; safecall;
    procedure Set_Cursor(Value: Smallint); safecall;
    property Visible: WordBool read Get_Visible write Set_Visible;
    property AutoScroll: WordBool read Get_AutoScroll write Set_AutoScroll;
    property AutoSize: WordBool read Get_AutoSize write Set_AutoSize;
    property AxBorderStyle: TxActiveFormBorderStyle read Get_AxBorderStyle write Set_AxBorderStyle;
    property Caption: WideString read Get_Caption write Set_Caption;
    property Color: OLE_COLOR read Get_Color write Set_Color;
    property Font: IFontDisp read Get_Font write _Set_Font;
    property KeyPreview: WordBool read Get_KeyPreview write Set_KeyPreview;
    property PixelsPerInch: Integer read Get_PixelsPerInch write Set_PixelsPerInch;
    property PrintScale: TxPrintScale read Get_PrintScale write Set_PrintScale;
    property Scaled: WordBool read Get_Scaled write Set_Scaled;
    property Active: WordBool read Get_Active;
    property DropTarget: WordBool read Get_DropTarget write Set_DropTarget;
    property HelpFile: WideString read Get_HelpFile write Set_HelpFile;
    property DoubleBuffered: WordBool read Get_DoubleBuffered write Set_DoubleBuffered;
    property Enabled: WordBool read Get_Enabled write Set_Enabled;
    property BiDiMode: TxBiDiMode read Get_BiDiMode write Set_BiDiMode;
    property Cursor: Smallint read Get_Cursor write Set_Cursor;
  end;

// *********************************************************************//
// DispIntf:  IClientObjectActiveXDisp
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {4E9DD866-82E7-11D3-A0DB-0010609017AB}
// *********************************************************************//
  IClientObjectActiveXDisp = dispinterface
    ['{4E9DD866-82E7-11D3-A0DB-0010609017AB}']
    property Visible: WordBool dispid 1;
    property AutoScroll: WordBool dispid 2;
    property AutoSize: WordBool dispid 3;
    property AxBorderStyle: TxActiveFormBorderStyle dispid 4;
    property Caption: WideString dispid -518;
    property Color: OLE_COLOR dispid -501;
    property Font: IFontDisp dispid -512;
    property KeyPreview: WordBool dispid 5;
    property PixelsPerInch: Integer dispid 6;
    property PrintScale: TxPrintScale dispid 7;
    property Scaled: WordBool dispid 8;
    property Active: WordBool readonly dispid 9;
    property DropTarget: WordBool dispid 10;
    property HelpFile: WideString dispid 11;
    property DoubleBuffered: WordBool dispid 12;
    property Enabled: WordBool dispid -514;
    property BiDiMode: TxBiDiMode dispid 13;
    property Cursor: Smallint dispid 14;
  end;

// *********************************************************************//
// DispIntf:  IClientObjectActiveXEvents
// Flags:     (0)
// GUID:      {4E9DD868-82E7-11D3-A0DB-0010609017AB}
// *********************************************************************//
  IClientObjectActiveXEvents = dispinterface
    ['{4E9DD868-82E7-11D3-A0DB-0010609017AB}']
    procedure OnActivate; dispid 1;
    procedure OnClick; dispid 2;
    procedure OnCreate; dispid 3;
    procedure OnDblClick; dispid 4;
    procedure OnDestroy; dispid 5;
    procedure OnDeactivate; dispid 6;
    procedure OnKeyPress(var Key: Smallint); dispid 10;
    procedure OnPaint; dispid 15;
  end;


// *********************************************************************//
// OLE Control Proxy class declaration
// Control Name     : TClientObjectActiveX
// Help String      : ClientObjectActiveX Control
// Default Interface: IClientObjectActiveX
// Def. Intf. DISP? : No
// Event   Interface: IClientObjectActiveXEvents
// TypeFlags        : (34) CanCreate Control
// *********************************************************************//
  TClientObjectActiveXOnKeyPress = procedure(Sender: TObject; var Key: Smallint) of object;

  TClientObjectActiveX = class(TOleControl)
  private
    FOnActivate: TNotifyEvent;
    FOnClick: TNotifyEvent;
    FOnCreate: TNotifyEvent;
    FOnDblClick: TNotifyEvent;
    FOnDestroy: TNotifyEvent;
    FOnDeactivate: TNotifyEvent;
    FOnKeyPress: TClientObjectActiveXOnKeyPress;
    FOnPaint: TNotifyEvent;
    FIntf: IClientObjectActiveX;
    function  GetControlInterface: IClientObjectActiveX;
  protected
    procedure CreateControl;
    procedure InitControlData; override;
  public
    property  ControlInterface: IClientObjectActiveX read GetControlInterface;
    property Visible: WordBool index 1 read GetWordBoolProp write SetWordBoolProp;
    property Active: WordBool index 9 read GetWordBoolProp;
    property DropTarget: WordBool index 10 read GetWordBoolProp write SetWordBoolProp;
    property HelpFile: WideString index 11 read GetWideStringProp write SetWideStringProp;
    property DoubleBuffered: WordBool index 12 read GetWordBoolProp write SetWordBoolProp;
    property Enabled: WordBool index -514 read GetWordBoolProp write SetWordBoolProp;
    property BiDiMode: TOleEnum index 13 read GetTOleEnumProp write SetTOleEnumProp;
  published
    property AutoScroll: WordBool index 2 read GetWordBoolProp write SetWordBoolProp stored False;
    property AutoSize: WordBool index 3 read GetWordBoolProp write SetWordBoolProp stored False;
    property AxBorderStyle: TOleEnum index 4 read GetTOleEnumProp write SetTOleEnumProp stored False;
    property Caption: WideString index -518 read GetWideStringProp write SetWideStringProp stored False;
    property Color: TColor index -501 read GetTColorProp write SetTColorProp stored False;
    property Font: TFont index -512 read GetTFontProp write SetTFontProp stored False;
    property KeyPreview: WordBool index 5 read GetWordBoolProp write SetWordBoolProp stored False;
    property PixelsPerInch: Integer index 6 read GetIntegerProp write SetIntegerProp stored False;
    property PrintScale: TOleEnum index 7 read GetTOleEnumProp write SetTOleEnumProp stored False;
    property Scaled: WordBool index 8 read GetWordBoolProp write SetWordBoolProp stored False;
    property Cursor: Smallint index 14 read GetSmallintProp write SetSmallintProp stored False;
    property OnActivate: TNotifyEvent read FOnActivate write FOnActivate;
    property OnClick: TNotifyEvent read FOnClick write FOnClick;
    property OnCreate: TNotifyEvent read FOnCreate write FOnCreate;
    property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;
    property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy;
    property OnDeactivate: TNotifyEvent read FOnDeactivate write FOnDeactivate;
    property OnKeyPress: TClientObjectActiveXOnKeyPress read FOnKeyPress write FOnKeyPress;
    property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;
  end;

procedure Register;

implementation

uses ComObj;

procedure TClientObjectActiveX.InitControlData;
const
  CEventDispIDs: array [0..7] of DWORD = (
    $00000001, $00000002, $00000003, $00000004, $00000005, $00000006,
    $0000000A, $0000000F);
  CTFontIDs: array [0..0] of DWORD = (
    $FFFFFE00);
  CControlData: TControlData = (
    ClassID: '{4E9DD86A-82E7-11D3-A0DB-0010609017AB}';
    EventIID: '{4E9DD868-82E7-11D3-A0DB-0010609017AB}';
    EventCount: 8;
    EventDispIDs: @CEventDispIDs;
    LicenseKey: nil;
    Flags: $0000001D;
    Version: 300;
    FontCount: 1;
    FontIDs: @CTFontIDs);
begin
  ControlData := @CControlData;
end;

procedure TClientObjectActiveX.CreateControl;

  procedure DoCreate;
  begin
    FIntf := IUnknown(OleObject) as IClientObjectActiveX;
  end;

begin
  if FIntf = nil then DoCreate;
end;

function TClientObjectActiveX.GetControlInterface: IClientObjectActiveX;
begin
  CreateControl;
  Result := FIntf;
end;

procedure Register;
begin
  RegisterComponents('ActiveX',[TClientObjectActiveX]);
end;

end.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产自在久精品国产| 99re这里只有精品视频首页| 亚洲精品乱码久久久久久| 精品国产91洋老外米糕| 欧美sm美女调教| 亚洲精品一区二区三区精华液| 欧美群妇大交群的观看方式| 日韩三级精品电影久久久| 欧美一区二区二区| 日韩欧美资源站| 久久伊人中文字幕| 亚洲国产高清在线| 国产精品伦理一区二区| 亚洲免费观看在线观看| 亚洲国产成人va在线观看天堂| 一二三四区精品视频| 五月天激情综合网| 精品一区二区三区不卡 | 色综合久久天天综合网| 菠萝蜜视频在线观看一区| 94色蜜桃网一区二区三区| 欧美日韩精品一区二区三区蜜桃 | 精品理论电影在线观看| 久久网站热最新地址| 亚洲视频在线一区观看| 午夜视频一区在线观看| 国产精品一二三区| 欧美制服丝袜第一页| 欧美成人a在线| 日韩久久一区二区| 久久精品久久99精品久久| 粉嫩aⅴ一区二区三区四区五区| 欧美亚洲综合一区| 国产拍欧美日韩视频二区| 亚洲色图丝袜美腿| 久久精品国产澳门| 91福利国产成人精品照片| 精品国产一区二区三区忘忧草| 亚洲免费观看高清完整版在线观看熊 | 成人精品免费视频| 91在线国产福利| 精品蜜桃在线看| 一区二区三区色| 国产成人免费在线视频| 欧美电影在哪看比较好| 国产精品灌醉下药二区| 麻豆成人综合网| 欧美日韩中文字幕一区| 中文字幕日本乱码精品影院| 精品一区二区免费视频| 欧美少妇xxx| 亚洲视频电影在线| 精品一区二区三区不卡 | 91视频免费播放| 精品电影一区二区三区| 日韩成人精品在线观看| 在线观看亚洲专区| 国产精品无圣光一区二区| 久草中文综合在线| 日韩一区二区三区在线观看| 亚洲精品高清在线| 色综合天天综合色综合av| 国产精品萝li| 国产91丝袜在线观看| 亚洲精品一线二线三线无人区| 亚洲成精国产精品女| 欧洲激情一区二区| 亚洲在线视频网站| 在线精品视频小说1| 亚洲乱码一区二区三区在线观看| 丁香桃色午夜亚洲一区二区三区| 久久久精品免费网站| 国产剧情一区二区三区| 精品国产乱码久久久久久影片| 美国精品在线观看| 精品国产亚洲在线| 韩国女主播成人在线观看| 日韩欧美一级在线播放| 精品一区二区三区免费毛片爱 | 国产不卡视频在线播放| 久久久99免费| av成人免费在线| 日韩久久一区二区| 欧美日韩精品一区二区在线播放| 亚洲成a人在线观看| 91精品国产高清一区二区三区蜜臀| 婷婷六月综合亚洲| 久久一日本道色综合| 东方欧美亚洲色图在线| 日韩成人免费在线| 精品国产凹凸成av人导航| 国产成人自拍高清视频在线免费播放| 亚洲国产成人私人影院tom| 高清免费成人av| 一区二区三区欧美| 日韩一区二区电影在线| 国产成人无遮挡在线视频| 亚洲精品日产精品乱码不卡| 91精品欧美一区二区三区综合在| 狠狠狠色丁香婷婷综合久久五月| 国产欧美精品日韩区二区麻豆天美| 99久久国产免费看| 免费在线看一区| 国产日韩欧美精品综合| 欧美在线观看视频一区二区| 久88久久88久久久| 亚洲精品日韩一| 精品精品国产高清a毛片牛牛 | 26uuu色噜噜精品一区| 成人在线视频一区二区| 亚州成人在线电影| 久久综合国产精品| 欧美午夜免费电影| 国产黄色精品视频| 日韩精品久久理论片| 久久久久久日产精品| 欧美四级电影网| 丁香桃色午夜亚洲一区二区三区 | 91精品国产麻豆| 成人美女视频在线观看18| 日韩在线a电影| 1024成人网色www| 2024国产精品| 91精品国产高清一区二区三区蜜臀| 91美女在线视频| 国产精品影视在线观看| 日韩国产在线观看一区| 亚洲三级小视频| 国产日韩欧美不卡| 精品国免费一区二区三区| 欧美日韩高清一区二区不卡| 99视频精品免费视频| 国产乱码精品一区二区三区五月婷| 天天综合日日夜夜精品| 一区二区三区小说| 自拍av一区二区三区| wwwwxxxxx欧美| 日韩精品一区二区在线观看| 欧美日韩五月天| 91久久精品一区二区| 色婷婷综合久久久久中文 | 99国产精品99久久久久久| 精品亚洲国产成人av制服丝袜| 亚洲动漫第一页| 亚洲无人区一区| 亚洲电影在线免费观看| 亚洲影院在线观看| 亚洲精品国产一区二区精华液| 亚洲色图在线视频| 亚洲免费高清视频在线| 亚州成人在线电影| 亚洲国产婷婷综合在线精品| 亚洲一区二区三区爽爽爽爽爽| 一个色综合av| 午夜精品123| 日本亚洲三级在线| 极品少妇xxxx精品少妇| 国模少妇一区二区三区| 国产一区二区久久| 成人性生交大片免费看在线播放| 丁香五精品蜜臀久久久久99网站| 成人av电影免费观看| 99re8在线精品视频免费播放| 91在线丨porny丨国产| 欧美色老头old∨ideo| 欧美一区二区观看视频| 精品国产乱码91久久久久久网站| 久久久国产精华| 中文字幕一区在线观看| 亚洲mv在线观看| 久久精品噜噜噜成人av农村| 国产99一区视频免费 | 欧美日韩黄色影视| 欧美一区二区三区四区高清| 精品成a人在线观看| 国产精品国产三级国产三级人妇 | 免费观看成人鲁鲁鲁鲁鲁视频| 麻豆精品视频在线观看视频| 国产一区二区三区高清播放| 波多野结衣91| 欧美一级黄色片| 国产精品久久久久久久裸模| 亚洲视频一区在线| 美女mm1313爽爽久久久蜜臀| 99久久伊人久久99| 欧美一区二区三区性视频| 国产免费久久精品| 肉色丝袜一区二区| 99精品久久只有精品| 日韩欧美国产午夜精品| 亚洲女爱视频在线| 久久成人麻豆午夜电影| 91国偷自产一区二区开放时间 | 亚洲色图一区二区| 麻豆91免费观看| 欧美色视频一区| 国产精品日韩精品欧美在线| 日韩成人一区二区三区在线观看| 91天堂素人约啪| 国产欧美精品一区二区色综合朱莉|