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

📄 cinterfaces.cls.html

📁 专业版本的vb防火墙管理程序
💻 HTML
字号:
<html>
<head>
<title>CInterfaces.cls</title>
</head>
<link rel="stylesheet" type="text/css" href="general.css">
<body>
<b>工程名称: Firewall</b><br>版本: 1.0.0<br>
日期: 2005-06-17<P>
<b><h2>类模块: CInterfaces</h2></b>
<b>MTS Mode: Not an MTS object</b><br>
<b>Persistence: Not Persistable</b><br>
<p>
<table class="INTROPAGE">
<tr><td class="INTROHEADER">属性</td><td class="INTROHEADER">子程序</td><td class="INTROHEADER">函数</td></tr>
<tr><td class="INTROCELL">3</td>
<td class="INTROCELL">3</td>
<td class="INTROCELL">1</td></tr></table><p>
代码行数: 25<br>
注释行数: 28<p>
****************************************************************************<br>
人人为我,我为人人<br>
枕善居汉化收藏整理<br>
发布日期:05/06/11<br>
描 述:很专业的个人防火墙<br>
网 站:http://www.mndsoft.com/<br>
e-mail:mnd@mndsoft.com<br>
OICQ : 88382850<br>
****************************************************************************<br>
<p>

<table class="LAYOUT"><tr>
<td class="LAYOUTNAV">
<a href='Project1.vbp.html'>主页</a>
<p>
<h3>窗体</h3><a href=''></a><p>
<a href='Form1.frm.html'>Form1</a> <BR> 
<a href='FrmMain.frm.html'>FrmMain</a> <BR> 
<a href='FrmSplash.frm.html'>FrmSplash</a> <BR> 
<a href='frmSystemTray.frm.html'>frmSystemTray</a> <BR> 
<p>
<h3>模块</h3><a href=''></a><p>
<a href='ModGetStack.bas.html'>ModGetStack</a> <BR> 
<a href='ModLoadProcess.bas.html'>ModLoadProcess</a> <BR> 
<a href='ModMisc.bas.html'>ModMisc</a> <BR> 
<a href='Module1.bas.html'>Module1</a> <BR> 
<a href='Module2.bas.html'>Module2</a> <BR> 
<a href='ModWsk.bas.html'>ModWsk</a> <BR> 
<a href='SubClass.bas.html'>SubClass</a> <BR> 
<p>
<h3>类模块</h3><a href=''></a><p>
<a href='DictionaryClass.cls.html'>DictionaryClass</a> <BR> 
<a href='CInterface.cls.html'>CInterface</a> <BR> 
CInterfaces <BR> 
<a href='CIpHelper.cls.html'>CIpHelper</a> <BR> 
<a href='CTrackMouse.cls.html'>CTrackMouse</a> <BR> 
<p>
<h3>用户控件</h3><a href=''></a><p>
<a href='TrackMouse.ctl.html'>TrackMouse</a> <BR> 
<a href='UserControl1.ctl.html'>UserControl1</a> <BR> 
<a href='UserControl2.ctl.html'>UserControl2</a> <BR> 
<a href='UserControl3.ctl.html'>UserControl3</a> <BR> 
<a href='UserControl4.ctl.html'>UserControl4</a> <BR> 
<a href='UserControl5.ctl.html'>UserControl5</a> <BR> 
<a href='UserControl6.ctl.html'>UserControl6</a> <BR> 
<a href='UserControl7.ctl.html'>UserControl7</a> <BR> 
<a href='UserControl8.ctl.html'>UserControl8</a> <BR> 
<a href='UserControl9.ctl.html'>UserControl9</a> <BR> 
<p>
</td>
<td class="LAYOUTCELL">
<h3>声明</h3><a href=''></a><p>
<ul><table class="GENERAL"><tr><td class="HEADERBAND">名称</td><td class="HEADERBAND">范围</td><td class="HEADERBAND">类型</td><td class="HEADERBAND">描述</td></tr>
<tr><td class="CELL">mCol</td><td class="CELL">私有</td><td class="CELL">Collection</td><td class="CELL"></td></tr></table><p>
</ul>
<h3>属性</h3><a href=''></a><p>
<ul><b>Count  [Get] - Public (返回数据类型: Long)</b><br>
<ul><br>used when retrieving the number of elements in the<br>collection. Syntax: Debug.Print x.Count</ul><p>
<ul><em>没有参数</em>
</ul></ul>
<ul><b>Item  [Get] - Public (返回数据类型: CInterface)</b><br>
<ul><br>used when referencing an element in the collection<br>vntIndexKey contains either the Index or Key to the collection,<br>this is why it is declared as a Variant<br>Syntax: Set foo = x.Item(xyz) or Set foo = x.Item(5)</ul><p>
<ul><table class="GENERAL"><tr><td class="HEADERBAND">可选</td><td class="HEADERBAND">ByVal/ByRef</td><td class="HEADERBAND">变量</td><td class="HEADERBAND">数据类型</td></tr>
<tr>
<td></td>
<td></td>
<td class="CELL">vntIndexKey</td>
<td class="CELL">Variant</td>
</tr>
</table>
<br><br><b>程序属性</b><br>
<table class="GENERAL"><tr><td class="HEADERBAND">属性</td><td class="HEADERBAND">值</td></tr>
<tr><td class="CELL">Procedure ID</td><td class="CELL">Default</td></tr>
</table>
</ul></ul>
<ul><b>NewEnum  [Get] - Public (返回数据类型: IUnknown)</b><br>
<ul><br>this property allows you to enumerate<br>this collection with the For...Each syntax</ul><p>
<ul><em>没有参数</em>
<br><br><b>程序属性</b><br>
<table class="GENERAL"><tr><td class="HEADERBAND">属性</td><td class="HEADERBAND">值</td></tr>
<tr><td class="CELL">Attributes</td><td class="CELL">Hide this member</td></tr>
</table>
</ul></ul>
<p>
<h3>子程序</h3><a href=''></a><p>
<ul><b>Class_Initialize   - Private</b><br>
<ul><br>creates the collection when this class is created</ul><p>
<ul><em>没有参数</em>
</ul></ul>
<ul><b>Class_Terminate   - Private</b><br>
<ul><br>destroys collection when this class is terminated</ul><p>
<ul><em>没有参数</em>
</ul></ul>
<ul><b>Remove   - Public</b><br>
<ul><br>used when removing an element from the collection<br>vntIndexKey contains either the Index or Key, which is why<br>it is declared as a Variant<br>Syntax: x.Remove(xyz)</ul><p>
<ul><table class="GENERAL"><tr><td class="HEADERBAND">可选</td><td class="HEADERBAND">ByVal/ByRef</td><td class="HEADERBAND">变量</td><td class="HEADERBAND">数据类型</td></tr>
<tr>
<td></td>
<td></td>
<td class="CELL">vntIndexKey</td>
<td class="CELL">Variant</td>
</tr>
</table>
</ul></ul>
<p>
<h3>函数</h3><a href=''></a><p>
<ul><b>Add  - Public (返回数据类型: CInterface)</b><br>
<ul><br></ul><p>
<ul><table class="GENERAL"><tr><td class="HEADERBAND">可选</td><td class="HEADERBAND">ByVal/ByRef</td><td class="HEADERBAND">变量</td><td class="HEADERBAND">数据类型</td></tr>
<tr>
<td></td>
<td></td>
<td class="CELL">objInterface</td>
<td class="CELL">CInterface</td>
</tr>
</table>
</ul></ul>
<p>
</td></tr>

</body></html>

⌨️ 快捷键说明

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