?? chatroom.odl
字號:
// ChatRoom.odl : type library source for ChatRoom.exe
// This file will be processed by the MIDL compiler to produce the
// type library (ChatRoom.tlb).
[ uuid(7BFD50A5-550A-48C5-86BB-0A8A2A8C4B7D), version(1.0) ]
library ChatRoom
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CChatRoomDoc
[ uuid(6578D590-F939-46EA-94FE-A49678C6886D) ]
dispinterface IChatRoom
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CChatRoomDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CChatRoomDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CChatRoomDoc
[ uuid(35CD00D1-FE33-446A-9A24-2D2CB7A22705) ]
coclass ChatRoom
{
[default] dispinterface IChatRoom;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -