Initial
BIN
BusinessFacade/VBdoc/MSHelp/scripts/AnimButton1.gif
Normal file
|
After Width: | Height: | Size: 151 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/AnimButton2.gif
Normal file
|
After Width: | Height: | Size: 153 B |
19
BusinessFacade/VBdoc/MSHelp/scripts/DTUE.XML
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<UI>
|
||||
<String Id="L_FeedbackLink_TEXT">Send feedback to Microsoft</String>
|
||||
<String Id="L_MessageLink_TEXT">Microsoft Product Support Knowledge Base Link</String>
|
||||
<String Id="L_MailToLink_TEXT">Send feedback to Microsoft</String>
|
||||
<String Id="L_SeeAlso_TEXT">See Also</String>
|
||||
<String Id="L_Requirements_TEXT">Requirements</String>
|
||||
<String Id="L_QuickInfo_TEXT">QuickInfo</String>
|
||||
<String Id="L_FilterTip_TEXT">Language Filter</String>
|
||||
<String Id="L_Language_TEXT">Language</String>
|
||||
<String Id="L_ShowAll_TEXT">Show All</String>
|
||||
<String Id="L_Animation_Text">Click to animate</String>
|
||||
<String Id="L_ExpandAll_TEXT">Expand All</String>
|
||||
<String Id="L_CollapseAll_TEXT">Collapse All</String>
|
||||
<String Id="L_ExColl_TEXT">Click to Expand or Collapse</String>
|
||||
<String Id="L_Keyword_TEXT">Keyword =</String>
|
||||
<String Id="L_IndexMoniker_TEXT">IndexMoniker =</String>
|
||||
<String Id="L_URL_TEXT">Source URL =</String>
|
||||
</UI>
|
||||
613
BusinessFacade/VBdoc/MSHelp/scripts/DTUE.css
Normal file
@@ -0,0 +1,613 @@
|
||||
/* VERSION 9345
|
||||
Designed for IE5.x. Optimal in IE 6.x
|
||||
CSS for use with Developer Tools Documentation
|
||||
|
||||
Localizable definitions:
|
||||
font families
|
||||
font sizes
|
||||
*/
|
||||
|
||||
|
||||
/* --------------------------------------------------
|
||||
MAIN TOPIC STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
div.saveHistory
|
||||
{
|
||||
behavior:url(#default#savehistory);
|
||||
text-decoration: underline
|
||||
}
|
||||
body /* This body tag requires the use of one of the sets of banner and/or text div ids */
|
||||
{
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 70%;
|
||||
width: 100%;
|
||||
}
|
||||
div#scrollyes /* Allows topic to scroll with correct margins. Cannot be used with running head banner */
|
||||
{ /* Must immediately follow <body>. */
|
||||
padding: 2px 15px 2px 22px;
|
||||
width: 100%;
|
||||
}
|
||||
div#nsbanner /* Creates Nonscrolling banner region */
|
||||
{
|
||||
position: relative;
|
||||
left: 0px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
border-bottom: 1px solid #999999;
|
||||
}
|
||||
div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
|
||||
{
|
||||
padding: 5px 10px 0px 22px;
|
||||
}
|
||||
div#scrbanner /* Creates the running head bar in a full-scroll topic */
|
||||
{ /* Allows topic to scroll. */
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
border-bottom: 1px solid #999999;
|
||||
}
|
||||
div#scrtext /* Creates the text area in a full-scroll topic */
|
||||
{ /* Allows topic to scroll. */
|
||||
/* width: 100%; /* Forces tables to have correct right margin */*/
|
||||
padding: 0px 10px 0px 22px;
|
||||
}
|
||||
div#bannerrow1 /* provides full-width color to top row in running head (requires script) */
|
||||
{
|
||||
background-color: #99ccff;
|
||||
}
|
||||
div#titlerow /* provides non-scroll topic title area (requires script) */
|
||||
{
|
||||
width: 100%; /* Forces tables to have correct right margin */
|
||||
padding: 0px 10px 0px 22px;
|
||||
background-color: #99ccff;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
HEADING STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
h1, h2, h3, h4
|
||||
{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
margin-bottom: .4em;
|
||||
margin-top: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
h1
|
||||
{
|
||||
font-size: 120%;
|
||||
margin-top: 0em;
|
||||
}
|
||||
div#scrollyes h1 /* Changes font size for full-scrolling topic */
|
||||
{
|
||||
font-size: 150%;
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-size: 130%;
|
||||
}
|
||||
h3
|
||||
{
|
||||
font-size: 115%;
|
||||
}
|
||||
h4
|
||||
{
|
||||
font-size: 100%;
|
||||
}
|
||||
.dtH1, .dtH2, .dtH3, .dtH4
|
||||
{
|
||||
margin-left: -18px;
|
||||
}
|
||||
div#titlerow h1
|
||||
{
|
||||
margin-bottom: .2em
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
TEXT STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
p
|
||||
{
|
||||
margin: .5em 0em .5em 0em;
|
||||
}
|
||||
blockquote.dtBlock
|
||||
{
|
||||
margin: .5em 1.5em .5em 1.5em;
|
||||
}
|
||||
div#dtHoverText
|
||||
{
|
||||
color: #000066;
|
||||
}
|
||||
.normal
|
||||
{
|
||||
margin: .5em 0em .5em 0em;
|
||||
}
|
||||
.fineprint
|
||||
{
|
||||
font-size: 90%; /* 90% of 70% */
|
||||
}
|
||||
.indent
|
||||
{
|
||||
margin: .5em 1.5em .5em 1.5em;
|
||||
}
|
||||
.topicstatus /* Topic Status Boilerplate class */
|
||||
{
|
||||
display: block;
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
LABEL STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
p.label
|
||||
{
|
||||
margin-top: 1em;
|
||||
}
|
||||
p.labelproc
|
||||
{
|
||||
margin-top: 1em;
|
||||
color: #000066;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
GRAPHIC STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
LIST STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
ol, ul
|
||||
{
|
||||
margin: .5em 0em 0em 2em;
|
||||
}
|
||||
li
|
||||
{
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
ul p, ol p, dl p
|
||||
{
|
||||
margin-left: 0em;
|
||||
}
|
||||
ul p.label, ol p.label
|
||||
{
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
DEFINITION LIST STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
dl
|
||||
{
|
||||
margin-top: 0em;
|
||||
padding-left: 1px; /* Prevents italic-letter descenders from being cut off */
|
||||
}
|
||||
dd
|
||||
{
|
||||
margin-bottom: 0em;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
dt
|
||||
{
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
CODE, SYNTAX, and REFTIP STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
pre
|
||||
{
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
pre, code, .code
|
||||
{
|
||||
font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
|
||||
color: #000066;
|
||||
}
|
||||
pre b, code b
|
||||
{
|
||||
letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
|
||||
}
|
||||
pre.syntax
|
||||
{
|
||||
background: #cccccc;
|
||||
padding: 4px 8px;
|
||||
cursor: text;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
color: #000000;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
LINK STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #0000ff;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: #0000ff;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: #3366ff;
|
||||
}
|
||||
|
||||
/* ---------------------------
|
||||
MSHelp\:link - Help HxLinks
|
||||
--------------------------- */
|
||||
MSHelp\:link
|
||||
{
|
||||
text-decoration: underline;
|
||||
color: #0000ff;
|
||||
hoverColor: #3366ff;
|
||||
filterString: ;
|
||||
}
|
||||
A.HxLinkTable /* MSHelp\:link - Table disambiguation elements */
|
||||
{
|
||||
}
|
||||
/* ---------------------------
|
||||
MSHelp\:ktable - Help links
|
||||
--------------------------- */
|
||||
MSHelp\:ktable
|
||||
{
|
||||
disambiguator: span;
|
||||
separator:  | 
|
||||
prefix: | 
|
||||
postfix:
|
||||
filterString: ;
|
||||
}
|
||||
div.HxLinkTable
|
||||
{
|
||||
width: auto; /* Forces tables to have correct right margins and top spacing */
|
||||
margin-top: -.4em;
|
||||
visibility: visible;
|
||||
}
|
||||
ol div.HxLinkTable, ul div.HxLinkTable
|
||||
{
|
||||
margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
|
||||
}
|
||||
table.HxLinkTable /* Keep in sync with general table settings below */
|
||||
{
|
||||
width: auto;
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: .3em;
|
||||
margin-left: -1em;
|
||||
border-width: 1px 1px 0px 0px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
background-color: #999999;
|
||||
font-size: 100%; /* Text in Table is same size as text outside table */
|
||||
behavior:url(hxlinktable.htc); /* Attach the behavior to link elements. */
|
||||
}
|
||||
table.HxLinkTable th, table.HxLinkTable td /* Keep in sync with general table settings below */
|
||||
{
|
||||
border-style: solid; /* Creates the cell border and color */
|
||||
border-width: 0px 0px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
padding: 4px 6px;
|
||||
text-align: left;
|
||||
}
|
||||
table.HxLinkTable th /* Keep in sync with general table settings below */
|
||||
{
|
||||
background: #cccccc; /* Creates the shaded table header row */
|
||||
vertical-align: bottom;
|
||||
}
|
||||
table.HxLinkTable td /* Keep in sync with general table settings below */
|
||||
{
|
||||
background: #ffffff;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
TABLE STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
div.tablediv
|
||||
{
|
||||
width: 100%; /* Forces tables to have correct right margins and top spacing */
|
||||
margin-top: -.4em;
|
||||
}
|
||||
ol div.tablediv, ul div.tablediv, ol div.HxLinkTable, ul div.HxLinkTable
|
||||
{
|
||||
margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
|
||||
}
|
||||
table.dtTABLE
|
||||
{
|
||||
width: 100%; /* Forces tables to have correct right margin */
|
||||
margin-top: .6em;
|
||||
margin-bottom: .3em;
|
||||
border-width: 1px 1px 0px 0px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
background-color: #999999;
|
||||
font-size: 100%; /* Text in Table is same size as text outside table */
|
||||
}
|
||||
table.dtTABLE th, table.dtTABLE td
|
||||
{
|
||||
border-style: solid; /* Creates the cell border and color */
|
||||
border-width: 0px 0px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
padding: 4px 6px;
|
||||
text-align: left;
|
||||
}
|
||||
table.dtTABLE th
|
||||
{
|
||||
background: #cccccc; /* Creates the shaded table header row */
|
||||
vertical-align: bottom;
|
||||
}
|
||||
table.dtTABLE td
|
||||
{
|
||||
background: #ffffff;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
ISSUE REPORTING AND MISC LINKS TOPIC FOOTER
|
||||
-------------------------------------------------- */
|
||||
|
||||
div.footer
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
div.footer hr
|
||||
{
|
||||
color: #999999;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
STYLES FOR RUNNING HEADS
|
||||
-------------------------------------------------- */
|
||||
|
||||
table.bannerparthead, table.bannertitle /* General values for the Running Head tables */
|
||||
{
|
||||
position: relative;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
width: 100%;
|
||||
height: 21px;
|
||||
border-collapse: collapse;
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
background-color: #99ccff;
|
||||
font-size: 100%;
|
||||
}
|
||||
table.bannerparthead td /* General Values for cells in the top row of running head */
|
||||
{
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 2px 0px 0px 4px;
|
||||
vertical-align: middle;
|
||||
/*border-width: 0px 0px 1px 0px; */
|
||||
border-width: 0px
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
background: transparent;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
}
|
||||
table.bannerparthead td.product /* Values for top right cell in running head */
|
||||
{ /* Allows for a second text block in the running head */
|
||||
text-align: right;
|
||||
padding: 2px 5px 0px 5px;
|
||||
}
|
||||
table.bannertitle td /* General Values for cells in the bottom row of running head */
|
||||
{
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0px 0px 0px 3px;
|
||||
vertical-align: middle;
|
||||
border-width: 0px 0px 1px 0px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
}
|
||||
td.button1 /* Values for button cells */
|
||||
{
|
||||
width: 14px;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
|
||||
/* =================================================
|
||||
STYLES REQUIRED BY THE SCRIPT */
|
||||
|
||||
/* --------------------------------------------------
|
||||
SAMPLE VIEWER
|
||||
-------------------------------------------------- */
|
||||
|
||||
div#smpMgrCell
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
table.SampMgr
|
||||
{
|
||||
margin: 0px 0px 0px -22px;
|
||||
}
|
||||
table.SampMgr td
|
||||
{
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
RUNNING HEAD BAR POPUP STYLES: See Also, Requirements, MultiLang Filtering
|
||||
-------------------------------------------------- */
|
||||
|
||||
div.sapop, div.langMenu /* See Also & Requirements popups */
|
||||
{
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
z-index: 1;
|
||||
width: 50%;
|
||||
padding: 0px 8px 5px 26px;
|
||||
visibility: hidden;
|
||||
border: 1px solid #999999; /* Same as all other border colors */
|
||||
background: #ffffcc;
|
||||
}
|
||||
div.langMenu /* MultiLang Filter popup */
|
||||
{
|
||||
padding: 10px 10px 10px 10px;
|
||||
}
|
||||
div.langMenu ul
|
||||
{
|
||||
list-style-type: none;
|
||||
padding-left: 5px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
.lang, .ilang /* controls the multilang tag styles */
|
||||
{
|
||||
color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 80%;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
h1 .lang, h1 .ilang
|
||||
{
|
||||
font-size: 65%;
|
||||
}
|
||||
div.filtered
|
||||
{
|
||||
margin-top: .6em;
|
||||
margin-bottom: .6em;
|
||||
margin-left: -7px;
|
||||
padding: 0px 0px 0px 6px;
|
||||
border-left: 1px solid #999999;
|
||||
background: #ffffff;
|
||||
}
|
||||
div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
|
||||
{
|
||||
margin-left: -22px;
|
||||
}
|
||||
div.filtered span.lang
|
||||
{
|
||||
position: relative;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
PARAMETER POPUP STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
div.reftip /* Defines the RefTip popup in Syntax */
|
||||
{
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
visibility: hidden;
|
||||
border: 1px solid #999999;
|
||||
background: #ffffcc;
|
||||
/* padding: 0px 0px 0px 0px; */
|
||||
}
|
||||
div.reftip dl /* Sets margin around the text within the popup */
|
||||
{
|
||||
margin: 3px 8px 8px 8px;
|
||||
}
|
||||
a.synParam /* parameter popup links */
|
||||
{
|
||||
color: #0000ff; /* Must match the a:link style color */
|
||||
text-decoration: underline;
|
||||
}
|
||||
a.synParam:visited /* ensures parameter popup links are always the unvisited color */
|
||||
{
|
||||
color: #0000ff; /* Must match the a:link style color */
|
||||
text-decoration: underline;
|
||||
}
|
||||
a.synParam:hover /* parameter popup links */
|
||||
{
|
||||
color: #3366ff; /* Must match the a:hover style color */
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------
|
||||
EXPAND-COLLAPSE STYLES
|
||||
-------------------------------------------------- */
|
||||
|
||||
div.expandBody
|
||||
{
|
||||
margin: .5em 0em 0em 1.4em;
|
||||
display:none;
|
||||
}
|
||||
a.expandLink1
|
||||
{
|
||||
font-size: 115%;
|
||||
}
|
||||
a#ExPand
|
||||
{
|
||||
color: #3366ff;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a#ExPandAll
|
||||
{
|
||||
color: #3366ff;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/* --------------------------------------------------
|
||||
GLOSSARY POPUP STYLES
|
||||
Not used by Visual Studio .NET
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* COMMENT OUT GLOSSARY SECTION
|
||||
/*div#popUpWindow
|
||||
{ Controlled by the script in the variable L_PopUpBoxStyle_Style
|
||||
}*/
|
||||
a.glosslink:link
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
a.glosslink:visited
|
||||
{
|
||||
color: #000000;
|
||||
}
|
||||
a.glosslink:hover
|
||||
{
|
||||
color: #000000;
|
||||
font-style: italic;
|
||||
}
|
||||
div#popUpWindow h5 /* Controls the style of the Term in Glossary Popups */
|
||||
{
|
||||
margin: 5px 5px 5px 5px;
|
||||
color: #000000;
|
||||
}
|
||||
div#popUpWindow p /* Controls the style of the Text in Glossary Popups */
|
||||
{
|
||||
margin: 5px 5px 5px 5px;
|
||||
color: #000000;
|
||||
}
|
||||
p.GLOSSARY_TEXT
|
||||
{
|
||||
}
|
||||
div#popUpWindow a /* Controls the style of the Links in Glossary Popups */
|
||||
{
|
||||
}
|
||||
|
||||
*/ /* END COMMENT OUT OF GLOSSARY SECTION */
|
||||
|
||||
/* END STYLES REQUIRED BY THE SCRIPT
|
||||
================================================== */
|
||||
BIN
BusinessFacade/VBdoc/MSHelp/scripts/Filter1a.gif
Normal file
|
After Width: | Height: | Size: 137 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/Filter1b.gif
Normal file
|
After Width: | Height: | Size: 137 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/Filter1c.gif
Normal file
|
After Width: | Height: | Size: 137 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/Requirements1a.gif
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/Requirements1b.gif
Normal file
|
After Width: | Height: | Size: 138 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/Requirements1c.gif
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/SeeAlso1a.gif
Normal file
|
After Width: | Height: | Size: 138 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/SeeAlso1b.gif
Normal file
|
After Width: | Height: | Size: 138 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/SeeAlso1c.gif
Normal file
|
After Width: | Height: | Size: 138 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/coC.gif
Normal file
|
After Width: | Height: | Size: 64 B |
BIN
BusinessFacade/VBdoc/MSHelp/scripts/coe.gif
Normal file
|
After Width: | Height: | Size: 90 B |
61
BusinessFacade/VBdoc/MSHelp/scripts/dtue_ie3.js
Normal file
@@ -0,0 +1,61 @@
|
||||
// VERSION 9226
|
||||
// This script works with IE 3.x
|
||||
|
||||
//************************** LOCALIZATION VARIABLES ***************************
|
||||
|
||||
// Variables for Feedback links
|
||||
var L_FeedbackLink_TEXT = "Send feedback to Visual Studio";
|
||||
var L_MessageLink_TEXT = "Microsoft Knowledgebase Link";
|
||||
|
||||
// Variables for Expand-Collapse functions
|
||||
var L_Expand_TEXT = "<B>Expand/Collapse functionality:</B> Your browser does not support the functionality in this topic. You may install a browser that does at ";
|
||||
var L_Expand_URL = "http://www.microsoft.com/windows/IE/";
|
||||
|
||||
//*************************** END LOCALIZATION ********************************
|
||||
|
||||
var baseUrl = jsPath; //jsPath comes from the dtuelink.js
|
||||
var emailalias = "vsdocs";
|
||||
|
||||
|
||||
//***************************** END VARIABLES *********************************
|
||||
|
||||
// ****************************************************************************
|
||||
// * Expand-Collapse *
|
||||
// ****************************************************************************
|
||||
|
||||
function makeExpandable(title, level){
|
||||
document.write("<P>" + L_Expand_TEXT + "<A href=\"" + L_Expand_URL + "\">" + L_Expand_URL + "</A>.</P>");
|
||||
}
|
||||
|
||||
|
||||
// ****************************************************************************
|
||||
// * Graphic Animation *
|
||||
// ****************************************************************************
|
||||
|
||||
function insertAnimation(name, number) {
|
||||
name = name + "1.gif";
|
||||
document.write("<img name=\"" + name + "\" src=\"" + name + "\">");
|
||||
}
|
||||
|
||||
|
||||
// ****************************************************************************
|
||||
// * Feedback & other footer links *
|
||||
// ****************************************************************************
|
||||
|
||||
function writefeedbacklink(){
|
||||
contextid = arguments[1];
|
||||
topictitle = arguments[2];
|
||||
|
||||
href = "mailto:"+emailalias+"?subject=Feedback%20on%20topic%20-%20"+topictitle+",%20URL%20-%20"+contextid;
|
||||
document.writeln("<a href="+href+">"+L_FeedbackLink_TEXT+"</a>");
|
||||
}
|
||||
|
||||
|
||||
function writemessagelink(){
|
||||
//Writes jump to PSS web site redirector
|
||||
//code tbd
|
||||
//Use L_MessageLink_TEXT variable from Localization Variables located at top of script.
|
||||
msdnid = arguments[0];
|
||||
href = "http://www.microsoft.com/contentredirect.asp?prd=vs&pver=7.0&id="+msdnid;
|
||||
document.writeln("<a href="+href+">"+L_MessageLink_TEXT+"</a>");
|
||||
}
|
||||
145
BusinessFacade/VBdoc/MSHelp/scripts/dtue_ie4.js
Normal file
@@ -0,0 +1,145 @@
|
||||
// VERSION 9226
|
||||
// This script works with IE4.x
|
||||
|
||||
//************************** LOCALIZATION VARIABLES ***************************
|
||||
|
||||
// Variables for Feedback links
|
||||
var L_FeedbackLink_TEXT = "Send feedback to Visual Studio";
|
||||
var L_MessageLink_TEXT = "Microsoft Knowledgebase Link";
|
||||
|
||||
// Variable for Animation text
|
||||
var L_Animation_Text = "Click to animate";
|
||||
|
||||
// Variables for Expand-Collapse functions
|
||||
var L_ExpandAll_TEXT = "Expand All";
|
||||
var L_CollapseAll_TEXT = "Collapse All";
|
||||
var L_ExColl_TEXT = "Click to Expand or Collapse";
|
||||
|
||||
//*************************** END LOCALIZATION ********************************
|
||||
|
||||
var theImg, theDiv, e;
|
||||
var imgArray = new Array(new Image(), new Image(), new Image(), new Image(), new Image());
|
||||
var baseUrl = jsPath; //jsPath comes from the dtuelink.js
|
||||
var emailalias = "vsdocs";
|
||||
|
||||
//***************************** END VARIABLES *********************************
|
||||
|
||||
|
||||
// ****************************************************************************
|
||||
// * Expand-Collapse *
|
||||
// ****************************************************************************
|
||||
|
||||
function makeExpandable(title, level){
|
||||
if (title!="")document.write("<a href=\"\#\" onClick='callExpand()' id=\"ExPand\" Class=\"expandLink" + level + "\"><IMG CLASS=\"ExPand\" SRC=\"" + baseUrl + "coe.gif\" HEIGHT=9 WIDTH=9 ALT=\"" + L_ExColl_TEXT + "\" BORDER=0> " + title + "</a><BR><div CLASS=\"expandBody" + level + "\">");
|
||||
else document.write("<a href=\"\#\" id=\"ExPandAll\" onClick='callExpandAll()' Class=\"expandLink" + level + "\"><IMG CLASS=\"ExPandAll\" SRC=\"" + baseUrl + "coe.gif\" HEIGHT=9 WIDTH=9 ALT=\"" + L_ExColl_TEXT + "\" BORDER=0> " + L_ExpandAll_TEXT + "</A>");
|
||||
}
|
||||
|
||||
function getImage(){
|
||||
for (var a = 0; a < 7; a++){
|
||||
if ((e.tagName != 'A') && (e.parentElement != null)){e = e.parentElement;}
|
||||
var elemImg = e;
|
||||
if(elemImg.tagName == 'A'){elemImg = e.all.tags('IMG')(0); break;}}
|
||||
return elemImg;}
|
||||
|
||||
function callExpand(){
|
||||
//DO EXPAND/COLLAPSE
|
||||
e = window.event.srcElement;
|
||||
|
||||
//PREVENTS NAVIGATION ON HREF TAGS
|
||||
event.returnValue = false;
|
||||
|
||||
//FIND THE EXPAND/COLLAPSE PORTION AND ASCERTAIN BLOCK VS NONE
|
||||
var theDiv = GrabtheExpandDiv(e);
|
||||
|
||||
//THIS PART WRITES THE PROPER IMAGE BESIDE THE TEXT
|
||||
if (theDiv.style.display == 'block'){
|
||||
var theImg = getImage(e);
|
||||
theImg.src = baseUrl + "coe.gif";
|
||||
theDiv.style.display = "none";}
|
||||
else {
|
||||
var theImg = getImage(e);
|
||||
theImg.src = baseUrl + "coc.gif";
|
||||
theDiv.style.display = "block";}
|
||||
return;
|
||||
}
|
||||
|
||||
function GrabtheExpandDiv(e){
|
||||
//FIND AREA TO EXPAND/COLLAPSE
|
||||
var theExpandDiv;
|
||||
for (var a = 0; a < 7; a++){
|
||||
var theTag = e.sourceIndex + e.children.length + a;
|
||||
theExpandDiv= document.all(theTag);
|
||||
if (((theExpandDiv.tagName == 'DIV') && ((theExpandDiv.className.toLowerCase().indexOf("expandbody")!=-1))) || theTag == document.all.length){break;}}
|
||||
return theExpandDiv;
|
||||
}
|
||||
|
||||
function callExpandAll(){
|
||||
e = window.event.srcElement;
|
||||
//PREVENTS NAVIGATION ON HREF TAGS
|
||||
event.returnValue = false;
|
||||
if (e.tagName=="IMG") e = e.parentElement;
|
||||
//Expand or Collapse?
|
||||
if (e.innerHTML.indexOf(L_ExpandAll_TEXT) != -1){eOrC="block"}else{eOrC="none"}
|
||||
if (eOrC=="block"){
|
||||
e.innerHTML="<IMG CLASS='ExPand' SRC=\"" + baseUrl + "coc.gif\" HEIGHT='9' WIDTH='9' ALT='" + L_ExColl_TEXT + "' BORDER='0'> " + L_CollapseAll_TEXT;}
|
||||
else{
|
||||
e.innerHTML="<IMG CLASS='ExPand' SRC=\"" + baseUrl + "coe.gif\" HEIGHT='9' WIDTH='9' ALT='" + L_ExColl_TEXT + "' BORDER='0'> " + L_ExpandAll_TEXT;}
|
||||
for (var a = 0; a < document.all.length; a++){
|
||||
e=document.all[a];
|
||||
|
||||
if (e.id.indexOf('ExPand') != -1){
|
||||
|
||||
if (e.id.indexOf('ExPandAll') == -1){
|
||||
|
||||
var theDiv = GrabtheExpandDiv(e);
|
||||
if (eOrC == 'none'){
|
||||
theImg = getImage(e);
|
||||
theImg.src = baseUrl + "coe.gif";
|
||||
theDiv.style.display = eOrC;}
|
||||
else {
|
||||
theImg = getImage(e);
|
||||
theImg.src = baseUrl + "coc.gif";
|
||||
theDiv.style.display = eOrC;}
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// ****************************************************************************
|
||||
// * Graphic Animation *
|
||||
// ****************************************************************************
|
||||
|
||||
function insertAnimation(name, number) {
|
||||
imgArray[number].src = name + ".gif";
|
||||
document.write("<input type=\"image\" src=\"" + baseUrl + "AnimButton1.gif\" onClick=\"changeToAnimate('" + name + "', " + number + ");\" onMouseDown=\"src='" + baseUrl + "AnimButton2.gif';\" onMouseUp=\"src='" + baseUrl + "AnimButton1.gif';\"> " + L_Animation_Text + "<br><br><img name=\"" + name + "\" src=\"" + name + "1.gif\">");
|
||||
}
|
||||
|
||||
function changeToAnimate(imgName, number) {
|
||||
document[imgName].src = imgArray[number].src;
|
||||
}
|
||||
|
||||
|
||||
// ****************************************************************************
|
||||
// * Feedback & other footer links *
|
||||
// ****************************************************************************
|
||||
|
||||
function writefeedbacklink(){
|
||||
//writes feedback link
|
||||
contextid = arguments[1];
|
||||
topictitle = arguments[2];
|
||||
|
||||
href = "mailto:"+emailalias+"?subject=Feedback%20on%20topic%20-%20"+topictitle+",%20URL%20-%20"+contextid;
|
||||
document.writeln("<a href="+href+">"+L_FeedbackLink_TEXT+"</a>");
|
||||
}
|
||||
|
||||
|
||||
function writemessagelink(){
|
||||
//Writes jump to PSS web site redirector
|
||||
//code tbd
|
||||
//Use L_MessageLink_TEXT variable from Localization Variables located at top of script.
|
||||
msdnid = arguments[0];
|
||||
href = "http://www.microsoft.com/contentredirect.asp?prd=vs&pver=7.0&id="+msdnid;
|
||||
document.writeln("<a href="+href+">"+L_MessageLink_TEXT+"</a>");
|
||||
}
|
||||
1371
BusinessFacade/VBdoc/MSHelp/scripts/dtue_ie5.js
Normal file
71
BusinessFacade/VBdoc/MSHelp/scripts/dtuelink.js
Normal file
@@ -0,0 +1,71 @@
|
||||
// version 9324
|
||||
// links to HxLink.css, DTUE CSS, and DTUE topics scripts
|
||||
|
||||
|
||||
var ieVer = getIEVersion();
|
||||
var jsPath = scriptPath();
|
||||
|
||||
|
||||
writeCSS(jsPath);
|
||||
|
||||
function getIEVersion() {
|
||||
//determines the IE version. Returns 0 if not IE
|
||||
var verNum = 0
|
||||
if (navigator.appName == "Microsoft Internet Explorer") {
|
||||
var sVer = window.navigator.userAgent
|
||||
var msie = sVer.indexOf ( "MSIE " )
|
||||
if ( msie > 0 ) { // browser is Microsoft Internet Explorer; return version number
|
||||
verNum = parseFloat( sVer.substring ( msie+5, sVer.indexOf ( ";", msie ) ) );
|
||||
}
|
||||
}
|
||||
return verNum;
|
||||
}
|
||||
|
||||
function scriptPath() {
|
||||
//Determine path to JS-the CSS is in the same directory as the script
|
||||
if ( ieVer >= 4 ) {
|
||||
var spath = document.scripts[document.scripts.length - 1].src;
|
||||
// spath = spath.toLowerCase();
|
||||
return spath.replace("dtuelink.js", "");
|
||||
}
|
||||
else {
|
||||
var spath = "..\\scripts\\"; //defaults to a scripts folder
|
||||
return spath;
|
||||
}
|
||||
}
|
||||
|
||||
function writeCSS(spath) {
|
||||
var dtueCSS = "";
|
||||
var HxLinkPath = "";
|
||||
var HxLink = "";
|
||||
// Get a CSS name based on the browser.
|
||||
if ( ieVer >= 5) {
|
||||
dtueCSS = "DTUE.css";
|
||||
HxLink = "HxLink.css";
|
||||
HxLinkPath = "..";
|
||||
document.writeln('<SCRIPT SRC="' + spath + 'dtue_ie5.js"></SCRIPT>');
|
||||
document.writeln('<SCRIPT FOR="reftip" EVENT="onclick">window.event.cancelBubble = true;</SCRIPT>');
|
||||
document.writeln('<SCRIPT FOR="cmd_lang" EVENT="onclick">langClick(this);</SCRIPT>');
|
||||
document.writeln('<SCRIPT FOR="cmd_filter" EVENT=onclick>filterClick(this);</SCRIPT>');
|
||||
}
|
||||
else {
|
||||
if (ieVer >=4 && ieVer <5) {
|
||||
document.writeln('<SCRIPT SRC="' + spath + '\dtue_ie4.js"></SCRIPT>');
|
||||
dtueCSS = "msdn_ie4.css";
|
||||
HxLink = "";
|
||||
HxLinkPath = "";
|
||||
}
|
||||
else {
|
||||
if (ieVer < 4)
|
||||
document.writeln('<SCRIPT SRC="' + spath + '\dtue_ie3.js"></SCRIPT>');
|
||||
dtueCSS = "msdn_ie3.css";
|
||||
HxLink = "";
|
||||
HxLinkPath = "";
|
||||
//document.write ("<link disabled rel='stylesheet' href='"+ spath + dtueCSS + "'>")
|
||||
//document.write ("<style>@import url("+ spath + dtueCSS + ");</style>")
|
||||
}
|
||||
}
|
||||
// Insert CSS calls
|
||||
document.writeln('<LINK REL="stylesheet" HREF="' + HxLinkPath + HxLink + '">');
|
||||
document.writeln('<LINK REL="stylesheet" HREF="' + spath + dtueCSS + '">');
|
||||
}
|
||||
64
BusinessFacade/VBdoc/MSHelp/scripts/msdn_ie3.css
Normal file
@@ -0,0 +1,64 @@
|
||||
BODY {
|
||||
font: 85% "Verdana"}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family: verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 85%; }
|
||||
|
||||
P {
|
||||
font: 85% "Verdana";
|
||||
color: black}
|
||||
|
||||
CODE {
|
||||
font: 100% "courier new"}
|
||||
|
||||
PRE {
|
||||
font: 100% "courier new"}
|
||||
|
||||
PRE CODE {
|
||||
font-size: 110% }
|
||||
|
||||
TD {
|
||||
font-size: 85%;
|
||||
color: black }
|
||||
|
||||
A:LINK {
|
||||
color: #0000FF }
|
||||
|
||||
A:VISITED {
|
||||
color: #660066 }
|
||||
|
||||
|
||||
.label {
|
||||
font-weight: bold }
|
||||
|
||||
.tl {
|
||||
margin-bottom: 6pt }
|
||||
|
||||
.atl {
|
||||
margin-left: .25in;
|
||||
margin-bottom: -0pt }
|
||||
|
||||
.cfe {
|
||||
font-weight: bold }
|
||||
|
||||
.mini {
|
||||
font-size: 65% }
|
||||
|
||||
LI {
|
||||
color: #000000 }
|
||||
|
||||
LI UL {
|
||||
margin-top: 9pt;
|
||||
margin-bottom: 9pt }
|
||||
|
||||
|
||||
LI OL {
|
||||
margin-top: 9pt;
|
||||
margin-bottom: 9pt }
|
||||
|
||||
.dt {
|
||||
margin-bottom: -9pt }
|
||||
|
||||
.indent {
|
||||
margin-left: .25in }
|
||||
106
BusinessFacade/VBdoc/MSHelp/scripts/msdn_ie4.css
Normal file
@@ -0,0 +1,106 @@
|
||||
BODY {
|
||||
font: x-small Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #FFFFFF; }
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family: verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #000000; }
|
||||
|
||||
h1 {
|
||||
font-size: 145%;
|
||||
margin-bottom: .5em; }
|
||||
|
||||
h2 {
|
||||
font-size: 125%;
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: .5em; }
|
||||
|
||||
h3 {
|
||||
font-size: 115%;
|
||||
margin-top: 1.2em;
|
||||
margin-bottom: .5em}
|
||||
|
||||
h4 {
|
||||
font-size: 100%;
|
||||
margin-top: 1.2em;
|
||||
margin-bottom: .5em; }
|
||||
|
||||
P {
|
||||
font: x-small Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #000000; }
|
||||
|
||||
CODE {
|
||||
font: 100% "Courier New", Courier, mono; }
|
||||
|
||||
PRE {
|
||||
font: 100% "Courier New", Courier, mono;
|
||||
color: #000066; }
|
||||
|
||||
PRE.SYNTAX {
|
||||
background: #cccccc;
|
||||
color: #000000;
|
||||
padding: 4px 8px; }
|
||||
|
||||
.CODE {
|
||||
font: 100% "Courier New", Courier, mono; }
|
||||
|
||||
TD {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
DIV#bannerrow1 {
|
||||
margin: 0px -10px 0px -10px;
|
||||
padding: 2px 10px 4px 10px;
|
||||
background-color: #99ccff;}
|
||||
|
||||
A:LINK {
|
||||
color: #0000FF; }
|
||||
|
||||
A:VISITED {
|
||||
|
||||
color: #660066; }
|
||||
|
||||
A:HOVER {
|
||||
color: #FF9900; }
|
||||
|
||||
.label {
|
||||
font-weight: bold; }
|
||||
|
||||
.tl {
|
||||
margin-bottom: .75em; }
|
||||
|
||||
.atl {
|
||||
padding-left: 1.5em;
|
||||
padding-bottom: .75em; }
|
||||
|
||||
.cfe {
|
||||
font-weight: bold; }
|
||||
|
||||
.mini {
|
||||
font-size: smaller; }
|
||||
|
||||
LI {
|
||||
margin-top: .75em;
|
||||
margin-bottom: .75em; }
|
||||
|
||||
UL {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
UL UL, OL OL, OL UL, UL OL {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em; }
|
||||
|
||||
LI P {
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em; }
|
||||
|
||||
.dt {
|
||||
margin-bottom: -1em; }
|
||||
|
||||
.indent {
|
||||
margin-left: 1.5em; }
|
||||
|
||||
SUP {
|
||||
text-decoration: none;
|
||||