Added the plugins directory to CVS and updated the files

This commit is contained in:
Christian Hammacher
2005-12-11 17:31:06 +00:00
parent 7cc586bd0c
commit 3f36b51f6c
23 changed files with 2529 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../Functions%20and%20Events.htm"/>
<o:File HRef="stylesheet.css"/>
<o:File HRef="tabstrip.htm"/>
<o:File HRef="sheet001.htm"/>
<o:File HRef="sheet002.htm"/>
<o:File HRef="filelist.xml"/>
</xml>

View File

@ -0,0 +1,664 @@
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 11">
<link id=Main-File rel=Main-File href="../Functions%20and%20Events.htm">
<link rel=File-List href=filelist.xml>
<link rel=Edit-Time-Data href=editdata.mso>
<link rel=Stylesheet href=stylesheet.css>
<style>
<!--table
{mso-displayed-decimal-separator:"\,";
mso-displayed-thousand-separator:"\.";}
@page
{margin:.98in .79in .98in .79in;
mso-header-margin:.49in;
mso-footer-margin:.49in;}
-->
</style>
<![if !supportTabStrip]><script language="JavaScript">
<!--
function fnUpdateTabs()
{
if (parent.window.g_iIEVer>=4) {
if (parent.document.readyState=="complete"
&& parent.frames['frTabs'].document.readyState=="complete")
parent.fnSetActiveSheet(0);
else
window.setTimeout("fnUpdateTabs();",150);
}
}
if (window.name!="frSheet")
window.location.replace("../Functions%20and%20Events.htm");
else
fnUpdateTabs();
//-->
</script>
<![endif]><!--[if gte mso 9]><xml>
<x:WorksheetOptions>
<x:DefaultColWidth>10</x:DefaultColWidth>
<x:Print>
<x:ValidPrinterInfo/>
<x:PaperSizeIndex>9</x:PaperSizeIndex>
<x:HorizontalResolution>600</x:HorizontalResolution>
<x:VerticalResolution>600</x:VerticalResolution>
</x:Print>
<x:CodeName>Tabelle1</x:CodeName>
<x:Selected/>
<x:ProtectContents>False</x:ProtectContents>
<x:ProtectObjects>False</x:ProtectObjects>
<x:ProtectScenarios>False</x:ProtectScenarios>
</x:WorksheetOptions>
<x:Sorting>
<x:Sort>Event</x:Sort>
</x:Sorting>
</xml><![endif]-->
</head>
<body link=blue vlink=purple>
<table x:str border=0 cellpadding=0 cellspacing=0 width=1162 style='border-collapse:
collapse;table-layout:fixed;width:872pt'>
<col width=255 style='mso-width-source:userset;mso-width-alt:9325;width:191pt'>
<col width=220 style='mso-width-source:userset;mso-width-alt:8045;width:165pt'>
<col width=141 style='mso-width-source:userset;mso-width-alt:5156;width:106pt'>
<col width=546 style='mso-width-source:userset;mso-width-alt:19968;width:410pt'>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl24 width=255 style='height:12.75pt;width:191pt'>Functions
for AMXX-Studio</td>
<td width=220 style='width:165pt'></td>
<td width=141 style='width:106pt'></td>
<td width=546 style='width:410pt'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=4 style='height:12.75pt;mso-ignore:colspan'></td>
</tr>
<tr class=xl25 height=17 style='height:12.75pt'>
<td height=17 class=xl25 style='height:12.75pt'>Message</td>
<td class=xl25>Data</td>
<td class=xl25>IntData</td>
<td class=xl25>Description</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_SHOWPROGRESS</td>
<td class=xl26>-</td>
<td class=xl26>ReadOnly (0/1)</td>
<td>Shows the progress panel</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_HIDEPROGRESS</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Hides the progress panel</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_UPDATEPROGRESS</td>
<td class=xl26>Progress caption</td>
<td class=xl26>Position</td>
<td>Sets the current progress</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_LOADCODESNIPPETS</td>
<td class=xl26>Language</td>
<td class=xl26>-</td>
<td>Loads the Code-Snippets of a language</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MIRC_CMD</td>
<td class=xl26>Command</td>
<td class=xl26>-</td>
<td>Performs a command in mIRC</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_RELOADINI</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Reloads the ini configuration (Hint: the ini configuration is not the
whole config!)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_SELECTLANGUAGE</td>
<td class=xl26>Language</td>
<td class=xl26>-</td>
<td>Sets the highlighter for your active document</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_LOADFILE</td>
<td class=xl26>File</td>
<td class=xl26>-</td>
<td>Loads a file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CURRPROJECTS</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the index of the current projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_COMPILE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Compiles the active document (only Pawn supported)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_COMPILE_UPLOAD</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Compiles the active document (only Pawn supported) and uploads the output</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_COMPILE_STARTHL</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Compiles the active document (only Pawn supported) and starts Half-Life</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MENU_LOADIMAGE</td>
<td class=xl26>Filename</td>
<td class=xl26>-</td>
<td>Loads a bitmap and returns the image index</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MENU_ADDITEM</td>
<td class=xl26>Category-&gt;Caption</td>
<td class=xl26>Image Index</td>
<td>Adds an item to the menu</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MENU_ADDSUBITEM</td>
<td class=xl26>Category-&gt;Item</td>
<td class=xl26>Image Index</td>
<td>Adds a subitem to the menu</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MENU_FAKECLICK</td>
<td class=xl26>Caption</td>
<td class=xl26>-</td>
<td>Simulates a click on the item</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MENU_SHOWITEM</td>
<td class=xl26>Caption</td>
<td class=xl26>-</td>
<td>Shows a menu item</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_MENU_HIDEITEM</td>
<td class=xl26>Caption</td>
<td class=xl26>-</td>
<td>Hides a menu item</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PLUGIN_LOAD</td>
<td class=xl26>File in .\plugins\</td>
<td class=xl26>or Plugin Index</td>
<td>Loads a plugin</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PLUGIN_UNLOAD</td>
<td class=xl26>File in .\plugins\</td>
<td class=xl26>or Plugin Index</td>
<td>Unloads a plugin</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_SETTINGS_CREATEPAGE</td>
<td class=xl26>Caption</td>
<td class=xl26>-</td>
<td>Creates a new page in the Settings dialog</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_SETTINGS_REMOVEPAGE</td>
<td class=xl26>Caption</td>
<td class=xl26>-</td>
<td>Removes a page from the Settings dialog</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_CLEAR</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Clears the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_ADD</td>
<td class=xl26>Name\nCategory\nValue</td>
<td class=xl26>-</td>
<td>Adds a new item to the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_ADDCOMBO</td>
<td class=xl26>Name\nCategory\nValue\nValues</td>
<td class=xl26>-</td>
<td>Adds a new combobox-item to the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_SETVALUE</td>
<td class=xl26>Name\nValue</td>
<td class=xl26>-</td>
<td>Sets the value of an item in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_SETNAME</td>
<td class=xl26>Name\nNewName</td>
<td class=xl26>-</td>
<td>Sets the name of an item in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_GETVALUE</td>
<td class=xl26>Name</td>
<td class=xl26>-</td>
<td>Gets the value of an item in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_GETNAME</td>
<td class=xl26>Value</td>
<td class=xl26>-</td>
<td>Gets the name of an item in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_COUNT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the number of items in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_BEGINUPDATE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>It's recommended to use this before you update the whole code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_ENDUPDATE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Use this when you've finished the update in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CODEINSPECTOR_DELETE</td>
<td class=xl26>Name</td>
<td class=xl26>-</td>
<td>Deletes an item in the code-inspector</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_NEWFILE</td>
<td class=xl26>Filename</td>
<td class=xl26>-</td>
<td>Adds a new file to the Pawn Projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_SAVEFILE</td>
<td class=xl26>[Filename]</td>
<td class=xl26>Index</td>
<td>Saves a Pawn file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_CLOSEFILE</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Closes a file in the Pawn Projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_ISUNTITLED</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns 1 if Pawn document is untitled, otherwise 0</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_ACTIVATE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Activates the Pawn Projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_ACTIVATEDOC</td>
<td class=xl26>Flags</td>
<td class=xl26>Index</td>
<td>Activates a document in the Pawn Projects (Flags: r = Resore caret, s =
Save last document)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_GETNOTES</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Gets the notes of a Pawn document as RTF</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_SETNOTES</td>
<td class=xl26>Notes</td>
<td class=xl26>Index</td>
<td>Sets the notes of a Pawn document</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_GETFILENAME</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns the filename of a Pawn document as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_SETFILENAME</td>
<td class=xl26>Filename</td>
<td class=xl26>Index</td>
<td>Sets the filename of a file (only in AMXX-Studio)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_FILECOUNT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the number of loaded Pawn scripts</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_PAWN_GETTEXT</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns the text of a Pawn document as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_NEWFILE</td>
<td class=xl26>Filename</td>
<td class=xl26>-</td>
<td>Creates a new C++ file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_SAVEFILE</td>
<td class=xl26>[Filename]</td>
<td class=xl26>Index</td>
<td>Saves a C++ file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_CLOSEFILE</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Closes a C++ file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_ISUNTITLED</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns 1 if Pawn document is untitled, otherwise 0</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_ACTIVATE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Activates the C++ Projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_ACTIVATEDOC</td>
<td class=xl26>Flags</td>
<td class=xl26>Index</td>
<td>Activates a document in the C++ Projects (Flags: r = Resore caret, s =
Save last document)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_ACTIVATEIDE</td>
<td class=xl26>-</td>
<td class=xl26>Enable (0/1)</td>
<td x:str="Activate the C++ IDE ">Activate the C++ IDE<span
style='mso-spacerun:yes'><EFBFBD><EFBFBD></span></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_GETNOTES</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Gets the notes of a C++ document as RTF</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_SETNOTES</td>
<td class=xl26>Notes</td>
<td class=xl26>Index</td>
<td>Sets the notes of a C++ document</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_GETFILENAME</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns the filename of a C++ document as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_SETFILENAME</td>
<td class=xl26>Filename</td>
<td class=xl26>Index</td>
<td>Sets the filename of a file (only in AMXX-Studio)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_CPP_FILECOUNT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the number of loaded C(++) files</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_NEWFILE</td>
<td class=xl26>Filename</td>
<td class=xl26>-</td>
<td>Creates a new file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_SAVEFILE</td>
<td class=xl26>[Filename]</td>
<td class=xl26>Index</td>
<td>Saves a file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_CLOSEFILE</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Closes a file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_ISUNTITLED</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns 1 if the document is untitled, otherwise 0</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_ACTIVATE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Activates the Other Projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_ACTIVATEDOC</td>
<td class=xl26>Flags</td>
<td class=xl26>Index</td>
<td>Activates a document in the Other Projects (Flags: r = Resore caret, s =
Save last document)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_GETNOTES</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Gets the notes of a document as RTF</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_SETNOTES</td>
<td class=xl26>Notes</td>
<td class=xl26>Index</td>
<td>Sets the notes of a document</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_GETFILENAME</td>
<td class=xl26>-</td>
<td class=xl26>Index</td>
<td>Returns the filename of a file</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_SETFILENAME</td>
<td class=xl26>Filename</td>
<td class=xl26>Index</td>
<td>Sets the filename of a file (only in AMXX-Studio)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OTHER_FILECOUNT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the number of loaded textfiles</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_SHOW</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Shows the ouput list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_HIDE</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Hides the output list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_ADD</td>
<td class=xl26>Item</td>
<td class=xl26>-</td>
<td>Adds an item to the output list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_CLEAR</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Clears the output list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_DELETE</td>
<td class=xl26>-</td>
<td class=xl26>Item Index</td>
<td>Deletes an item in the output list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_GETTEXT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the output list as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_GETITEM</td>
<td class=xl26>-</td>
<td class=xl26>Item Index</td>
<td>Returns an output item as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_OUTPUT_INDEXOF</td>
<td class=xl26>Item</td>
<td class=xl26>-</td>
<td>Returns the index of an item in the output list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_ACTIVE_DOCUMENT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the index of the active document</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_ACTIVE_PROJECTS</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the index of the active projects</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_SETTEXT</td>
<td class=xl26>Text</td>
<td class=xl26>-</td>
<td>Sets the text of the editor</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_GETTEXT</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the text of the editor as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDTIOR_SETCALLTIPS</td>
<td class=xl26>Calltips</td>
<td class=xl26>-</td>
<td>Sets the calltips</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_SHOWCALLTIP</td>
<td class=xl26>Definition</td>
<td class=xl26>Position</td>
<td>Shows a calltip</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_SETAUTOCOMPLETE</td>
<td class=xl26>List</td>
<td class=xl26>-</td>
<td>Sets the autocomplete list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_SHOWAUTOCOMPLETE</td>
<td class=xl26>List</td>
<td class=xl26>Length Entered</td>
<td>Shows the autocomplete list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_GETSELSTART</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the current selection start</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDTIOR_GETSELLENGTH</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the current selection length</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_EDITOR_SETSELSTART</td>
<td class=xl26>-</td>
<td class=xl26>Selection Start</td>
<td>Sets the selection start</td>
</tr>
<tr class=xl25 height=17 style='height:12.75pt'>
<td height=17 class=xl29 style='height:12.75pt'>SCM_EDITOR_SETSELLENGH</td>
<td class=xl28>-</td>
<td class=xl28>Selection Length</td>
<td class=xl29>Sets the selection length</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_REMOVE_MENUITEM</td>
<td class=xl26>Caption</td>
<td class=xl26>-</td>
<td>Removes a menu item</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_REMOVE_IMAGE</td>
<td class=xl26>-</td>
<td class=xl26>Image Index</td>
<td>Removes an image from the image list</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_SETTHEME</td>
<td class=xl26>Theme</td>
<td class=xl26>-</td>
<td>Sets the current theme</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SCM_GETTHEME</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Returns the current theme as integer</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=4 style='height:12.75pt;mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl27 colspan=4 style='height:12.75pt;mso-ignore:colspan'>All
functions should be called with SendStudioMsg(Message, Data, IntData). Each
&quot;normal&quot; function returns 1 on succeed, othwise 0.</td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=255 style='width:191pt'></td>
<td width=220 style='width:165pt'></td>
<td width=141 style='width:106pt'></td>
<td width=546 style='width:410pt'></td>
</tr>
<![endif]>
</table>
</body>
</html>

View File

@ -0,0 +1,379 @@
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 11">
<link id=Main-File rel=Main-File href="../Functions%20and%20Events.htm">
<link rel=File-List href=filelist.xml>
<link rel=Edit-Time-Data href=editdata.mso>
<link rel=Stylesheet href=stylesheet.css>
<style>
<!--table
{mso-displayed-decimal-separator:"\,";
mso-displayed-thousand-separator:"\.";}
@page
{margin:.98in .79in .98in .79in;
mso-header-margin:.49in;
mso-footer-margin:.49in;}
-->
</style>
<![if !supportTabStrip]><script language="JavaScript">
<!--
function fnUpdateTabs()
{
if (parent.window.g_iIEVer>=4) {
if (parent.document.readyState=="complete"
&& parent.frames['frTabs'].document.readyState=="complete")
parent.fnSetActiveSheet(1);
else
window.setTimeout("fnUpdateTabs();",150);
}
}
if (window.name!="frSheet")
window.location.replace("../Functions%20and%20Events.htm");
else
fnUpdateTabs();
//-->
</script>
<![endif]><!--[if gte mso 9]><xml>
<x:WorksheetOptions>
<x:DefaultColWidth>10</x:DefaultColWidth>
<x:Print>
<x:ValidPrinterInfo/>
<x:PaperSizeIndex>9</x:PaperSizeIndex>
<x:HorizontalResolution>600</x:HorizontalResolution>
<x:VerticalResolution>600</x:VerticalResolution>
</x:Print>
<x:CodeName>Tabelle2</x:CodeName>
<x:Panes>
<x:Pane>
<x:Number>3</x:Number>
<x:ActiveRow>50</x:ActiveRow>
<x:ActiveCol>2</x:ActiveCol>
</x:Pane>
</x:Panes>
<x:ProtectContents>False</x:ProtectContents>
<x:ProtectObjects>False</x:ProtectObjects>
<x:ProtectScenarios>False</x:ProtectScenarios>
</x:WorksheetOptions>
<x:Sorting>
<x:Sort>Event</x:Sort>
</x:Sorting>
</xml><![endif]-->
</head>
<body link=blue vlink=purple>
<table x:str border=0 cellpadding=0 cellspacing=0 width=2687 style='border-collapse:
collapse;table-layout:fixed;width:2016pt'>
<col width=175 style='mso-width-source:userset;mso-width-alt:6400;width:131pt'>
<col width=1186 style='mso-width-source:userset;mso-width-alt:43373;
width:890pt'>
<col width=870 style='mso-width-source:userset;mso-width-alt:31817;width:653pt'>
<col width=456 style='mso-width-source:userset;mso-width-alt:16676;width:342pt'>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl24 width=175 style='height:12.75pt;width:131pt'>Events
for AMXX-Studio</td>
<td width=1186 style='width:890pt'></td>
<td width=870 style='width:653pt'></td>
<td width=456 style='width:342pt'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=4 style='height:12.75pt;mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 class=xl25 style='height:12.75pt'>Event</td>
<td class=xl25>Parameters ( C )</td>
<td class=xl25>Parameters ( Delphi )</td>
<td class=xl25>Description</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>AppMessage</td>
<td>HWND pHwnd; int pMessage; int pWParam; int pLParam; int pTime; POINT pPt</td>
<td>pHwnd: HWND; pMessage: Integer; pWParam, pLParam: Integer; pTime:
Integer; pPt: TPoint</td>
<td>Called when a message has been sent to the application</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>AutoCompleteSelect</td>
<td>CHAR *pText</td>
<td>pText: PChar</td>
<td>Called when an item in the autocomplete list has been selected</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>AutoCompleteShow</td>
<td>CHAR *pList</td>
<td>pList: PChar</td>
<td>Called when the autocomplete list is being shown</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>CallTipClick</td>
<td>int pPosition</td>
<td>pPosition: Integer</td>
<td>Called when a click on the calltip has been performed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>CallTipShow</td>
<td>CHAR *pList</td>
<td>pList: PChar</td>
<td>Called when a calltip is being shown</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Click</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Called when a click on the editor has been performed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>CodeSnippetClick</td>
<td>CHAR *pTitle; CHAR *pCategory; CHAR *pCode</td>
<td>pTitle, pCategory: PChar; pCode: PChar</td>
<td>Called when a click on a code-snippet has been performed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Compile</td>
<td>int pCompileType; CHAR *Lang; CHAR *Filename</td>
<td>pCompileType: Integer; Lang, Filename: PChar</td>
<td>Called after a document has been compiled</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Compiling</td>
<td>int pCompileType; CHAR *Lang; CHAR *Filename</td>
<td>pCompileType: Integer; Lang, Filename: PChar</td>
<td>Called right before a document is being compiled</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>CreatedNewFile</td>
<td>byte Item</td>
<td>Item: Byte</td>
<td>Called after a document has been created (only called on a menu click)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>CreatingNewFile</td>
<td>byte Item</td>
<td>Item: Byte</td>
<td>Called right before a document is being created (only called on a menu
click)</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>CustomItemClick</td>
<td>CHAR *pCaption</td>
<td>pCaption: PChar</td>
<td>Called when a click on a custom menu item has been performed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>DisplayingSearch</td>
<td>CHAR *pExpression; CHAR *pSearchList; BOOL pCaseSensivity;BOOL
pWholeWords; pSearchFromCaret; BOOL pSelectedOnly; BOOL pRegEx; BOOL pForward</td>
<td>pExpression, pSearchList: PChar; pCaseSensivity, pWholeWords,
pSearchFromCaret, pSelectedOnly, pRegEx, pForward: Boolean</td>
<td>Called when the Search-Dialog is being shown</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>DocChanged</td>
<td>int pIndex; CHAR *pFilename; CHAR *pHighlighter; BOOL pRestoreCaret</td>
<td>pIndex: Integer; pFilename: PChar; pHighlighter: PChar; pRestoreCaret:
Boolean</td>
<td>Called when the active document has changed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>DocChanging</td>
<td>int pIndex; CHAR *pFilename; CHAR *pHighlighter; BOOL pRestoreCaret</td>
<td>pIndex: Integer; pFilename: PChar; pHighlighter: PChar; pRestoreCaret:
Boolean</td>
<td>Called before the active document changes</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>KeyPress</td>
<td>CHAR *pKey</td>
<td>pKey: PChar</td>
<td>Called when a key has been pressed in the editor</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Loaded</td>
<td>CHAR *pFilename</td>
<td>pFilename: PChar</td>
<td>Called after a document has been opened</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Loading</td>
<td>CHAR *pFilename</td>
<td>pFilename: PChar</td>
<td>Called when a new document is being loaded</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Modified</td>
<td>CHAR *pModifiedText</td>
<td>pModifiedText: PChar</td>
<td>Called when the code has been changed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>OutputDoubleClick</td>
<td>int pItemIndex</td>
<td>pItemIndex: Integer</td>
<td>Called when a double-click on the output list has been performed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>OutputPopup</td>
<td>int pItemIndex</td>
<td>pItemIndex: Integer</td>
<td>Called when the popup-menu of the output-list is being shown</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>PluginLoad</td>
<td>load_info *LoadInfo</td>
<td>LoadInfo: PLoadInfo</td>
<td>Called when the plugin is being loaded. Register menu items etc. here</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>PluginUnload</td>
<td class=xl26>-</td>
<td class=xl26>-</td>
<td>Called when the plugin is being unloaded. Remove registered objects here.</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>ProjectsChanged</td>
<td>int pOldIndex; int pNewIndex</td>
<td>pOldIndex, pNewIndex: Integer</td>
<td>Called after the active projects have been changed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>ProjectsChanging</td>
<td>int pOldIndex; int pNewIndex</td>
<td>pOldIndex, pNewIndex: Integer</td>
<td>Called when the active projects change</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Saved</td>
<td>CHAR *pFilename</td>
<td>pFilename: PChar</td>
<td>Called after a document has been saved</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Saving</td>
<td>CHAR *pFilename</td>
<td>pFilename: PChar</td>
<td>Called when a document is being saved</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Search</td>
<td>CHAR *pExpression; CHAR *pSearchList; BOOL pCaseSensivity;BOOL
pWholeWords; pSearchFromCaret; BOOL pSelectedOnly; BOOL pRegEx; BOOL pForward</td>
<td>pExpression, pSearchList: PChar; pCaseSensivity, pWholeWords,
pSearchFromCaret, pSelectedOnly, pRegEx, pForward: Boolean</td>
<td>Called when an expression is being searched</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SearchAgain</td>
<td>CHAR *pExpression; CHAR *pSearchList; BOOL pCaseSensivity;BOOL
pWholeWords; pSearchFromCaret; BOOL pSelectedOnly; BOOL pRegEx; BOOL pForward</td>
<td>pExpression, pSearchList: PChar; pCaseSensivity, pWholeWords,
pSearchFromCaret, pSelectedOnly, pRegEx, pForward: Boolean</td>
<td>Called when the user searches again an expression</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>SearchReplace</td>
<td>CHAR *pExpression; CHAR *pReplace; CHAR pExpList; CHAR *pRepList; BOOL
pCaseSensivity; BOOL pWholeWords; BOOL pSearchFromCaret; BOOL pSelectedOnly;
BOOL pRegEx; BOOL pForward</td>
<td>pExpression, pReplace, pExpList, pRepList: PChar; pCaseSensivity,
pWholeWords, pSearchFromCaret, pSelectedOnly, pRegEx, pForward: Boolean</td>
<td>Called when an expression is being replaced</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>Shortcut</td>
<td>int pCharCode; int KeyData</td>
<td>pCharCode, pKeyData: Integer</td>
<td>Called when a shortcut is being pressed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>ShowHelp</td>
<td>int pHelpType</td>
<td>pHelpType: Integer</td>
<td>Called when the help is being opened</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>ThemeChanged</td>
<td>CHAR *pTheme</td>
<td>pTheme: PChar</td>
<td>Called after the current theme has changed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>UpdatedCodeExplorer</td>
<td>CHAR *pLang; CHAR *pFilename; CHAR *pCurrProjects</td>
<td>pLang, pFilename, pCurrProjects: PChar</td>
<td>Called after the code-explorer has been updated</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>UpdatedCodeInspector</td>
<td>CHAR *pLang; CHAR *pFilename; CHAR *pCurrProjects</td>
<td>pLang, pFilename, pCurrProjects: PChar</td>
<td>Called after the code-inspector has been updated</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>UpdateSel</td>
<td>int pSelStart; int pSelLength; int pFirstVisibleLine</td>
<td>pSelStart, pSelLength, pFirstVisibleLine: Integer</td>
<td>Called when the selection has been changed</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>UpdatingCodeExplorer</td>
<td>CHAR *pLang; CHAR *pFilename; CHAR *pCurrProjects</td>
<td>pLang, pFilename, pCurrProjects: PChar</td>
<td>Called when the code-explorer updates</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>UpdatingCodeInspector</td>
<td>CHAR *pLang; CHAR *pFilename; CHAR *pCurrProjects</td>
<td>pLang, pFilename, pCurrProjects: PChar</td>
<td>Called when the code-inspector is being updated</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 style='height:12.75pt'>VisibleControlChange</td>
<td>int pControl; BOOL pShow</td>
<td>pControl: Integer; pShow: Boolean</td>
<td>Called when a visible control has been hidden or shown</td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=4 style='height:12.75pt;mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=2 style='height:12.75pt;mso-ignore:colspan'>You should
implement these events in this style:</td>
<td colspan=2 style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=2 style='height:12.75pt;mso-ignore:colspan'>Delphi:
function CustomItemClick(Caption: PChar): Integer; cdecl;</td>
<td colspan=2 style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=2 style='height:12.75pt;mso-ignore:colspan'>C: EXPORT
int CustomItemClick(CHAR *Caption)</td>
<td colspan=2 style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=4 style='height:12.75pt;mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=17 colspan=2 style='height:12.75pt;mso-ignore:colspan'>All events
should return PLUGIN_CONTINUE, PLUGIN_HANDLED or PLUGIN_STOP</td>
<td colspan=2 style='mso-ignore:colspan'></td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=175 style='width:131pt'></td>
<td width=1186 style='width:890pt'></td>
<td width=870 style='width:653pt'></td>
<td width=456 style='width:342pt'></td>
</tr>
<![endif]>
</table>
</body>
</html>

View File

@ -0,0 +1,75 @@
tr
{mso-height-source:auto;}
col
{mso-width-source:auto;}
br
{mso-data-placement:same-cell;}
.style0
{mso-number-format:General;
text-align:general;
vertical-align:bottom;
white-space:nowrap;
mso-rotate:0;
mso-background-source:auto;
mso-pattern:auto;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
mso-generic-font-family:auto;
mso-font-charset:0;
border:none;
mso-protection:locked visible;
mso-style-name:Standard;
mso-style-id:0;}
td
{mso-style-parent:style0;
padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
mso-generic-font-family:auto;
mso-font-charset:0;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border:none;
mso-background-source:auto;
mso-pattern:auto;
mso-protection:locked visible;
white-space:nowrap;
mso-rotate:0;}
.xl24
{mso-style-parent:style0;
font-weight:700;
font-family:Arial, sans-serif;
mso-font-charset:0;
text-align:center;}
.xl25
{mso-style-parent:style0;
text-decoration:underline;
text-underline-style:single;
font-family:Arial, sans-serif;
mso-font-charset:0;
text-align:center;}
.xl26
{mso-style-parent:style0;
text-align:center;}
.xl27
{mso-style-parent:style0;
font-family:Arial, sans-serif;
mso-font-charset:0;}
.xl28
{mso-style-parent:style0;
text-align:center;}
.xl29
{mso-style-parent:style0;
text-align:left;}

View File

@ -0,0 +1,33 @@
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 11">
<link id=Main-File rel=Main-File href="../Functions%20and%20Events.htm">
<script language="JavaScript">
<!--
if (window.name!="frTabs")
window.location.replace(document.all.item("Main-File").href);
//-->
</script>
<style>
<!--
A {
text-decoration:none;
color:#000000;
font-size:9pt;
}
-->
</style>
</head>
<body topmargin=0 leftmargin=0 bgcolor="#808080">
<table border=0 cellspacing=1>
<tr>
<td bgcolor="#FFFFFF" nowrap><b><small><small>&nbsp;<a href="sheet001.htm" target="frSheet"><font face="Arial" color="#000000">Functions</font></a>&nbsp;</small></small></b></td>
<td bgcolor="#FFFFFF" nowrap><b><small><small>&nbsp;<a href="sheet002.htm" target="frSheet"><font face="Arial" color="#000000">Events</font></a>&nbsp;</small></small></b></td>
</tr>
</table>
</body>
</html>