2025-04-27 07:49:33 -04:00

215 lines
7.7 KiB
HTML

<html><head>
<TITLE>WMI Event Provider Wizard</TITLE>
<style type="text/css">@import "..\..\..\..\..\1033\styles.css";
</style>
</head>
<body onkeydown=OnKey(); style="OVERFLOW: visible" bottomMargin=0
bgColor=#ebebeb leftMargin=0 topMargin=0 onload=InitDocument(document);
rightMargin=0>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR align=top>
<TD height="100%">
<TABLE bgcolor="white" style="width:100%;height:65;border-style:solid;border-color:silver;border-width:1;" align=top>
<TR>
<TD>
<DIV>
<P class="titleText">WMI Event Provider Wizard</P>
<P class="titleDesc">Specify...</P>
</DIV>
</TD>
<TD>
<DIV id="Layer1" style="z-index:1" align=right>
<IMG src="..\..\Images\Overview.bmp" width="92" height="63"></IMG>
</DIV>
</TD>
</TR>
</TABLE>
<TABLE style="BORDER-BOTTOM: silver 1px solid" height="70%" cellSpacing=0
cellPadding=0 width="100%" bgColor=#ebebeb>
<TBODY>
<TR>
<TD style="WIDTH: 187px" vAlign=top align=left>
<TABLE style="WIDTH: 200px; HEIGHT: 280px" align=left
bgColor=#ebebeb>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span class=sideBtn id=Default
onmouseover="this.style.color='blue'; this.style.cursor='hand'"
title="" onclick='Next(document, "default.htm");'
onmouseout="this.style.color='black'"><b
><LABEL for=Default
>Names</LABEL></b></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span class=sideBtn id=WMIClass
onmouseover="this.style.color='blue'; this.style.cursor='hand'" title="" onclick='Next(document, "WMIClass.htm");'
onmouseout="this.style.color='black'"
><LABEL for=WMIClass
>WMI Class</LABEL></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=#ebebeb
><span class=sideBtn id=Attributes
onmouseover="this.style.color='blue'; this.style.cursor='hand'"
title="" onclick='Next(document, "Attributes.htm");'
onmouseout="this.style.color='black'"
><LABEL for=Attributes
>Attributes</LABEL></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span></span></TD></TR>
<TR>
<TD class=bodyText style="HEIGHT: 13%" bgColor=silver
><span></span></TD></TR>
</TABLE></TD>
<TD vAlign=top align=left>
<table class=itemText style="HEIGHT: 150px" cellSpacing=0
cellPadding=0 width="89.3%" align="center" border=0>
<TBODY>
<tr>
<td class=sideBtn style="HEIGHT: 150px" vAlign=top width=200
>
<p class=itemText><span class=itemText
><b>Support:</b></span><br><input
id=EVENT_SECURITY title="" accessKey=e type=checkbox
> <span title=""
><LABEL for=EVENT_SECURITY
><u>E</u>vent security</LABEL></span>
<br>
<span class=itemText disabled>
<input id=QUERY_SINK title="" disabled type=checkbox
accessKey=q> <span
title=""><LABEL for=QUERY_SINK
><u
>Q</u>uery-based optimization</LABEL></span></span></p>
<td class=sideBtn style="HEIGHT: 150px" vAlign=top width="50%">
<p class="itemText"><span class="itemText">
<span><b>Threading Model:</b></span><br>
<span class="itemText">
<input type="radio" name="threading" id="THREADING_BOTH" ACCESSKEY="b" title="">
<span title=""><LABEL FOR="THREADING_BOTH"><u>B</u>oth</LABEL></span><br>
</span><span class="itemText">
<input type="radio" name="threading" id="THREADING_FREE" ACCESSKEY="f" title="">
<span title=""><LABEL FOR="THREADING_FREE"><u>F</u>ree</LABEL></span></span></p><br></SPAN></td></tr>
<!--
<tr>
<td>
<p class=itemText><span class=itemText
><span><b
>Interaction with WMI:</b></span><br
><span class=itemText
><input id=DECOUPLED accessKey=d
onclick=OnDecoupled() type=checkbox><span
title=""><LABEL for=DECOUPLED
><u
>D</u>ecoupled</LABEL></span></span></span></p></td></tr>-->
</TBODY></table>
</TD></TR></TBODY></TABLE>
<TABLE style="width:100%;height:10%" cellpadding=0 cellspacing=4>
<TR>
<TD align=left width=85%></TD>
<TD align=right width=5%>
<BUTTON id="HelpBtn" class="buttonClass" ACCESSKEY="h" onClick='window.external.Alert("Sorry, no help is available for this wizard.");'><u>H</u>elp</BUTTON>
</TD>
<TD align=right width=5%>
<BUTTON id="FinishBtn" class="buttonClass" ACCESSKEY="f" onClick='OnFinish(this);'><u>F</u>inish</BUTTON>
</TD>
<TD align=right width=5%>
<BUTTON id="CancelBtn" class="buttonClass" ACCESSKEY="c" onClick='window.external.Finish(document, "cancel");'><u>C</u>ancel</BUTTON>
</TD>
</TR>
</TABLE>
</TD></TR></TBODY></TABLE>
<blockquote></blockquote>
<SCRIPT>
var tab_array = new Array();
tab_array[0] = Default;
tab_array[1] = WMIClass;
tab_array[2] = Attributes;
//tab_array[2] = Properties;
function InitDocument(document)
{
if (window.external.FindSymbol("DOCUMENT_FIRST_LOAD"))
{
window.external.SetDefaults(document);
}
window.external.Load(document);
/*
INSTANCE_EVENTS.checked = false;
INSTANCE_MODIFICATION.disabled = true;
INSTANCE_CREATION.disabled = true;
INSTANCE_DELETION.disabled = true;
SUPPORT_EVT_SECURITY.disabled = true;
*/
}
function Next(document, linkto)
{
window.external.Next(document, linkto);
}
function OnFinish(obj)
{
obj.style.cursor='wait';
window.external.Finish(document, "ok");
}
function OnEventSupport()
{
INSTANCE_MODIFICATION.disabled = !INSTANCE_EVENTS.checked;
INSTANCE_CREATION.disabled = !INSTANCE_EVENTS.checked;
INSTANCE_DELETION.disabled = !INSTANCE_EVENTS.checked;
SUPPORT_EVT_SECURITY.disabled = !INSTANCE_EVENTS.checked;
}
function OnThreadingChange()
{
if (THREADING_BOTH.checked == true)
{
FREE_THREADED_MARSHALER.disabled = false;
}
else
{
FREE_THREADED_MARSHALER.checked = false;
FREE_THREADED_MARSHALER.disabled = true;
}
}
</SCRIPT>
</TD></TR></TBODY></TABLE></TR></TBODY></TABLE></TR></TBODY></TABLE>
<blockquote></blockquote>
<SCRIPT SRC="..\..\..\..\..\1033\common.js">
</SCRIPT>
</body></html>