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

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

?? friendx_tlb.pas

?? 詳細講述如何用delphi進行com編程
?? PAS
字號:
unit FriendX_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.88  $
// File generated on 8/28/1999 1:48:21 PM from Type Library described below.

// *************************************************************************//
// NOTE:                                                                      
// Items guarded by $IFDEF_LIVE_SERVER_AT_DESIGN_TIME are used by properties  
// which return objects that may need to be explicitly created via a function 
// call prior to any access via the property. These items have been disabled  
// in order to prevent accidental use from within the object inspector. You   
// may enable them by defining LIVE_SERVER_AT_DESIGN_TIME or by selectively   
// removing them from the $IFDEF blocks. However, such items must still be
// programmatically created via a method of the appropriate CoClass before    
// they can be used.                                                          
// ************************************************************************ //
// Type Lib: J:\Book\samples\Chap06\ActiveForm\FriendX.tlb (1)
// IID\LCID: {9EC8AF31-5D6D-11D3-B872-0040F67455FE}\0
// Helpfile: 
// DepndLst: 
//   (1) v2.0 stdole, (C:\WINNT\System32\StdOle2.tlb)
//   (2) v4.0 StdVCL, (C:\WINNT\System32\STDVCL40.DLL)
// ************************************************************************ //
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers. 
interface

uses Windows, ActiveX, Classes, Graphics, OleServer, 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
  // TypeLibrary Major and minor versions
  FriendXMajorVersion = 1;
  FriendXMinorVersion = 0;

  LIBID_FriendX: TGUID = '{9EC8AF31-5D6D-11D3-B872-0040F67455FE}';

  IID_IFriendFormX: TGUID = '{9EC8AF32-5D6D-11D3-B872-0040F67455FE}';
  DIID_IFriendFormXEvents: TGUID = '{9EC8AF34-5D6D-11D3-B872-0040F67455FE}';
  CLASS_FriendFormX: TGUID = '{9EC8AF36-5D6D-11D3-B872-0040F67455FE}';

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

// Constants for enum TxPrintScale
type
  TxPrintScale = TOleEnum;
const
  poNone = $00000000;
  poProportional = $00000001;
  poPrintToFit = $00000002;

// Constants for enum TxMouseButton
type
  TxMouseButton = TOleEnum;
const
  mbLeft = $00000000;
  mbRight = $00000001;
  mbMiddle = $00000002;

type

// *********************************************************************//
// Forward declaration of types defined in TypeLibrary                    
// *********************************************************************//
  IFriendFormX = interface;
  IFriendFormXDisp = dispinterface;
  IFriendFormXEvents = dispinterface;

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


// *********************************************************************//
// Declaration of structures, unions and aliases.                         
// *********************************************************************//
  PPUserType1 = ^IFontDisp; {*}


// *********************************************************************//
// Interface: IFriendFormX
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {9EC8AF32-5D6D-11D3-B872-0040F67455FE}
// *********************************************************************//
  IFriendFormX = interface(IDispatch)
    ['{9EC8AF32-5D6D-11D3-B872-0040F67455FE}']
    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_VisibleDockClientCount: Integer; safecall;
    function  Get_Enabled: WordBool; safecall;
    procedure Set_Enabled(Value: WordBool); safecall;
    function  Get_Cursor: Smallint; safecall;
    procedure Set_Cursor(Value: Smallint); safecall;
    procedure AboutBox; 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 VisibleDockClientCount: Integer read Get_VisibleDockClientCount;
    property Enabled: WordBool read Get_Enabled write Set_Enabled;
    property Cursor: Smallint read Get_Cursor write Set_Cursor;
  end;

// *********************************************************************//
// DispIntf:  IFriendFormXDisp
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {9EC8AF32-5D6D-11D3-B872-0040F67455FE}
// *********************************************************************//
  IFriendFormXDisp = dispinterface
    ['{9EC8AF32-5D6D-11D3-B872-0040F67455FE}']
    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 VisibleDockClientCount: Integer readonly dispid 13;
    property Enabled: WordBool dispid -514;
    property Cursor: Smallint dispid 14;
    procedure AboutBox; dispid -552;
  end;

// *********************************************************************//
// DispIntf:  IFriendFormXEvents
// Flags:     (0)
// GUID:      {9EC8AF34-5D6D-11D3-B872-0040F67455FE}
// *********************************************************************//
  IFriendFormXEvents = dispinterface
    ['{9EC8AF34-5D6D-11D3-B872-0040F67455FE}']
    procedure OnActivate; dispid 1;
    procedure OnClick; dispid 2;
    procedure OnCreate; dispid 3;
    procedure OnDblClick; dispid 5;
    procedure OnDestroy; dispid 6;
    procedure OnDeactivate; dispid 7;
    procedure OnKeyPress(var Key: Smallint); dispid 11;
    procedure OnPaint; dispid 16;
  end;


// *********************************************************************//
// OLE Control Proxy class declaration
// Control Name     : TFriendFormX
// Help String      : FriendFormX Control
// Default Interface: IFriendFormX
// Def. Intf. DISP? : No
// Event   Interface: IFriendFormXEvents
// TypeFlags        : (38) CanCreate Licensed Control
// *********************************************************************//
  TFriendFormXOnKeyPress = procedure(Sender: TObject; var Key: Smallint) of object;

  TFriendFormX = class(TOleControl)
  private
    FOnActivate: TNotifyEvent;
    FOnClick: TNotifyEvent;
    FOnCreate: TNotifyEvent;
    FOnDblClick: TNotifyEvent;
    FOnDestroy: TNotifyEvent;
    FOnDeactivate: TNotifyEvent;
    FOnKeyPress: TFriendFormXOnKeyPress;
    FOnPaint: TNotifyEvent;
    FIntf: IFriendFormX;
    function  GetControlInterface: IFriendFormX;
  protected
    procedure CreateControl;
    procedure InitControlData; override;
  public
    procedure AboutBox;
    property  ControlInterface: IFriendFormX read GetControlInterface;
    property  DefaultInterface: IFriendFormX 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 VisibleDockClientCount: Integer index 13 read GetIntegerProp;
    property Enabled: WordBool index -514 read GetWordBoolProp write SetWordBoolProp;
  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: TFriendFormXOnKeyPress read FOnKeyPress write FOnKeyPress;
    property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;
  end;

procedure Register;

implementation

uses ComObj;

procedure TFriendFormX.InitControlData;
const
  CEventDispIDs: array [0..7] of DWORD = (
    $00000001, $00000002, $00000003, $00000005, $00000006, $00000007,
    $0000000B, $00000010);
  CTFontIDs: array [0..0] of DWORD = (
    $FFFFFE00);
  CControlData: TControlData2 = (
    ClassID: '{9EC8AF36-5D6D-11D3-B872-0040F67455FE}';
    EventIID: '{9EC8AF34-5D6D-11D3-B872-0040F67455FE}';
    EventCount: 8;
    EventDispIDs: @CEventDispIDs;
    LicenseKey: nil (*HR:$80040154*);
    Flags: $0000001D;
    Version: 401;
    FontCount: 1;
    FontIDs: @CTFontIDs);
begin
  ControlData := @CControlData;
  TControlData2(CControlData).FirstEventOfs := Cardinal(@@FOnActivate) - Cardinal(Self);
end;

procedure TFriendFormX.CreateControl;

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

begin
  if FIntf = nil then DoCreate;
end;

function TFriendFormX.GetControlInterface: IFriendFormX;
begin
  CreateControl;
  Result := FIntf;
end;

procedure TFriendFormX.AboutBox;
begin
  DefaultInterface.AboutBox;
end;

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

end.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产在线视频一区二区三区| 五月天久久比比资源色| 欧美性生交片4| 国产自产2019最新不卡| 亚洲综合激情小说| 久久久九九九九| 7777精品伊人久久久大香线蕉的| 99精品视频在线观看免费| 国内精品伊人久久久久av一坑 | av中文字幕在线不卡| 日本一道高清亚洲日美韩| 欧美韩日一区二区三区| 日韩欧美一级在线播放| 欧美在线观看一区| 91久久国产最好的精华液| 国产成人福利片| 久久福利视频一区二区| 天堂资源在线中文精品| 亚洲人快播电影网| 国产精品热久久久久夜色精品三区 | 秋霞午夜av一区二区三区| 尤物在线观看一区| 国产精品国产三级国产aⅴ中文| 精品精品国产高清a毛片牛牛| 精品1区2区3区| 91久久久免费一区二区| 成人免费观看av| 国产91精品久久久久久久网曝门| 久久99精品国产| 日日夜夜精品视频免费| 中文久久乱码一区二区| 欧美精品一区二区三区蜜桃| 97久久精品人人做人人爽| 奇米影视在线99精品| 亚洲精品日韩综合观看成人91| 日韩欧美电影在线| 日韩欧美激情四射| 欧美麻豆精品久久久久久| 欧美性生活大片视频| 欧美在线观看一区| 欧美日韩国产首页在线观看| 欧美色涩在线第一页| 欧美中文字幕亚洲一区二区va在线| 色狠狠av一区二区三区| 欧美在线你懂的| 精品污污网站免费看| 337p亚洲精品色噜噜狠狠| 欧美精品在线观看一区二区| 337p亚洲精品色噜噜| 宅男在线国产精品| 精品国产免费人成电影在线观看四季 | 欧美一级欧美一级在线播放| 日韩精品在线一区二区| 欧美性xxxxxxxx| 欧美午夜一区二区| 欧美高清www午色夜在线视频| 欧美日韩国产123区| 欧美一级二级三级乱码| 26uuu国产在线精品一区二区| 国产亚洲欧美一区在线观看| 最新久久zyz资源站| 一区二区三区在线免费播放 | 亚洲色图视频网站| 亚洲小说春色综合另类电影| 婷婷丁香激情综合| 精品一区二区三区在线视频| 国产精品1区2区3区在线观看| 成人精品视频一区二区三区| 一本久道久久综合中文字幕| 欧美日韩国产高清一区| 国产亚洲午夜高清国产拍精品| 亚洲男人的天堂在线aⅴ视频| 亚洲成人黄色小说| 国产在线精品免费| 91色九色蝌蚪| 日韩精品专区在线影院重磅| 成人精品鲁一区一区二区| 丁香婷婷综合网| 在线免费一区三区| 日韩欧美中文字幕一区| 中文字幕国产一区| 亚洲成人激情综合网| 韩国av一区二区三区| k8久久久一区二区三区 | 国产精品网曝门| 亚洲国产精品一区二区www在线 | 日韩国产精品大片| 国产成人在线影院| 欧美日韩久久久| 国产色综合一区| 亚洲午夜电影在线| 国产精品亚洲第一| 欧美日韩国产高清一区二区三区 | 国产99精品在线观看| 日本道色综合久久| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 色婷婷久久综合| 亚洲精品一区二区三区影院 | 色美美综合视频| 精品国产1区二区| 亚洲永久精品国产| 成人国产在线观看| 欧美v国产在线一区二区三区| 亚洲人成人一区二区在线观看 | 国产剧情一区在线| 欧美高清视频一二三区| 亚洲女人的天堂| 成人视屏免费看| 日韩女优制服丝袜电影| 亚洲一区二区三区影院| 成人黄色综合网站| 精品动漫一区二区三区在线观看| 亚洲狠狠爱一区二区三区| heyzo一本久久综合| 精品日韩欧美一区二区| 婷婷国产在线综合| 欧美日韩免费视频| 一个色综合网站| 99re这里只有精品视频首页| 国产欧美日韩视频一区二区| 国产综合一区二区| 精品欧美一区二区在线观看| 日本不卡1234视频| 欧美日韩国产成人在线免费| 亚洲午夜一区二区三区| 色综合久久久久久久久久久| 国产精品福利一区| 成人91在线观看| 国产精品麻豆久久久| 波多野结衣在线一区| 日本一区二区三区久久久久久久久不 | 精品国产91洋老外米糕| 精品一区二区三区免费观看 | 91麻豆国产在线观看| 久久人人爽人人爽| 国产凹凸在线观看一区二区| 国产日韩欧美精品综合| 国产99精品视频| 欧美国产一区二区| kk眼镜猥琐国模调教系列一区二区| 中文字幕二三区不卡| av在线不卡电影| 亚洲免费观看高清| 在线观看欧美日本| 午夜精品视频在线观看| 欧美一级黄色片| 国产精品资源站在线| 欧美极品美女视频| 91在线精品一区二区| 亚洲精品国产无天堂网2021| 在线观看亚洲a| 日韩高清电影一区| 欧美v国产在线一区二区三区| 国产精品一区在线观看你懂的| 久久久久国产免费免费 | 欧美精品tushy高清| 男女男精品视频| 久久久亚洲欧洲日产国码αv| av在线播放一区二区三区| 一区二区免费看| 欧美一区二区视频免费观看| 国产一本一道久久香蕉| 国产精品二三区| 欧美日韩免费一区二区三区视频| 免费欧美日韩国产三级电影| 国产亚洲欧洲一区高清在线观看| 97久久精品人人做人人爽| 午夜精品久久久久久久蜜桃app| 精品久久国产字幕高潮| 成人免费视频播放| 性做久久久久久免费观看| 欧美成人精品1314www| 成人精品免费网站| 午夜精品久久久久| 国产欧美日韩一区二区三区在线观看| 91精品91久久久中77777| 毛片基地黄久久久久久天堂| 国产精品久久久久一区二区三区共| 欧美私人免费视频| 激情都市一区二区| 亚洲永久免费视频| 国产亚洲精品福利| 在线成人小视频| 成人丝袜18视频在线观看| 日本系列欧美系列| 国产精品久久久久久妇女6080| 91精品啪在线观看国产60岁| 丁香婷婷综合激情五月色| 日本麻豆一区二区三区视频| 国产精品久久午夜| 精品国一区二区三区| 欧洲av一区二区嗯嗯嗯啊| 国产又黄又大久久| 亚洲va韩国va欧美va精品| 国产欧美一区二区精品婷婷| 91麻豆精品久久久久蜜臀 | 91丨九色丨蝌蚪丨老版| 久久超碰97人人做人人爱| 亚洲一区二区中文在线| 日本一二三四高清不卡|