-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
4,766 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
/* | ||
* Copyright 2007 - 2009 Marek St�j | ||
* | ||
* This file is part of ImmDoc .NET. | ||
* | ||
* ImmDoc .NET is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* ImmDoc .NET is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with ImmDoc .NET; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
*/ | ||
|
||
/***************************************************************************** | ||
* Main * | ||
*****************************************************************************/ | ||
|
||
body | ||
{ | ||
font-family: Verdana, Tahoma, Arial, Sans-Serif; | ||
font-size: 8pt; | ||
color: #000000; | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
|
||
/***************************************************************************** | ||
* Divs * | ||
*****************************************************************************/ | ||
|
||
#Contents | ||
{ | ||
padding: 10px; | ||
padding-top: 4px; | ||
} | ||
|
||
#Header | ||
{ | ||
width: 100%; | ||
background-color: #d4dfff; | ||
border-bottom: solid #c8cdde 1px; | ||
padding-bottom: 3px; | ||
padding-left: 0px; | ||
padding-top: 3px; | ||
* padding-top: 2px; /* Hack for IE */ | ||
} | ||
|
||
#HeaderTitle | ||
{ | ||
display: inline; | ||
font-size: 7.5pt; | ||
color: #003399; | ||
margin-top: 3px; | ||
margin-bottom: 3px; | ||
margin-left: 5px; | ||
} | ||
|
||
#LeftMenuSwitcherContainer | ||
{ | ||
position:absolute; | ||
right: 0px; | ||
top: 0px; | ||
_background-color: #d4dfff; /* Hack for IE 6 and below */ | ||
_border-bottom: solid #c8cdde 1px; /* Hack for IE 6 and below */ | ||
} | ||
|
||
/***************************************************************************** | ||
* IMGs * | ||
*****************************************************************************/ | ||
|
||
#LeftMenuSwitcherLink | ||
{ | ||
cursor: pointer; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
/* | ||
* Copyright 2007 - 2009 Marek St�j | ||
* | ||
* This file is part of ImmDoc .NET. | ||
* | ||
* ImmDoc .NET is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* ImmDoc .NET is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with ImmDoc .NET; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
*/ | ||
|
||
body | ||
{ | ||
font-family: Verdana, Arial, Sans-Serif; | ||
font-size: 8pt; | ||
} | ||
|
||
.TV_SubtreeContainer | ||
{ | ||
background-image: url('../GFX/TV_VerticalDots.gif'); | ||
background-repeat: repeat-y; | ||
margin-left: 14.5pt; | ||
visibility: hidden; | ||
display: none; | ||
} | ||
|
||
.TV_NodeContainer | ||
{ | ||
white-space: nowrap; | ||
padding-top: 3pt; | ||
} | ||
|
||
.TV_NodeLink | ||
{ | ||
text-decoration: none; | ||
color: #000000; | ||
} | ||
|
||
.TV_NodeLink:visited | ||
{ | ||
} | ||
|
||
.TV_NodeLink_Selected | ||
{ | ||
/* not supported yet because navigating in the main contents | ||
window doesn't change selected nodes appropriately | ||
text-decoration: none; | ||
color: #000000; | ||
padding: 1pt; | ||
padding-top: 0.5pt; | ||
padding-bottom: 0.5pt; | ||
background-color: #e0dfe3; | ||
border: solid #919191 1px; | ||
*/ | ||
|
||
text-decoration: none; | ||
color: #000000; | ||
} | ||
|
||
.TV_NodeLink_Selected:visited | ||
{ | ||
} | ||
|
||
/* as long as TV_NodeLink_Selected style is disabled this should be | ||
disabled too | ||
:focus | ||
{ | ||
outline-style: none; | ||
} | ||
:active | ||
{ | ||
outline-style: none; | ||
outline: expression(hideFocus='true'); | ||
} | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
|
||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
|
||
<head> | ||
|
||
<!-- | ||
/* | ||
* Copyright 2007 - 2009 Marek Stój | ||
* | ||
* This file is part of ImmDoc .NET. | ||
* | ||
* ImmDoc .NET is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* ImmDoc .NET is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with ImmDoc .NET; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
*/ | ||
--> | ||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="../../CSS/TableOfContents.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../CSS/TreeView.css" /> | ||
|
||
<script type="text/javascript" src="../../JS/Common.js"></script> | ||
<script type="text/javascript" src="../../JS/ImmJSLib.js"></script> | ||
<script type="text/javascript" src="../../JS/TreeView.js"></script> | ||
|
||
<title>Table of contents</title> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div id="Header"> | ||
<div id="HeaderTitle">Contents</div> | ||
<div id="LeftMenuSwitcherContainer"><img id="LeftMenuSwitcherLink" src="../../GFX/LeftArrow.gif" alt="Hide/Show Contents" onclick="ToggleLeftFrame()" /></div> | ||
</div> | ||
|
||
<div id="Contents"> | ||
|
||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1" class="TV_NodeExpansionIcon" src="../../GFX/TV_Minus.gif" alt="Expand/Collapse" onclick="TV_Node_Clicked('1');" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/0/1.html" id="TV_RootNode" class="TV_NodeLink_Selected" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1');">Assemblies</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1" style="visibility: visible; display: block;"> | ||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1_1" class="TV_NodeExpansionIcon" src="../../GFX/TV_Plus.gif" onclick="TV_Node_Clicked('1_1');" alt="Expand/Collapse" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/1.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1');">ErikEJ.SqlCe Assembly</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1_1"> | ||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1_1_1" class="TV_NodeExpansionIcon" src="../../GFX/TV_Plus.gif" onclick="TV_Node_Clicked('1_1_1');" alt="Expand/Collapse" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/2.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1_1');">ErikEJ.SqlCe Namespace</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1_1_1"> | ||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1_1_1_1_1" class="TV_NodeExpansionIcon" src="../../GFX/TV_Plus.gif" onclick="TV_Node_Clicked('1_1_1_1_1');" alt="Expand/Collapse" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/3.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1_1_1_1');">SqlCeBulkCopy Class</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1_1_1_1_1"> | ||
<div class="TV_NodeContainer"> | ||
<img class="TV_NodeExpansionIcon" src="../../GFX/TV_Null.gif" alt="" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/18.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, null);">Members</a></span> | ||
</div> | ||
</div> | ||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1_1_1_2_2" class="TV_NodeExpansionIcon" src="../../GFX/TV_Plus.gif" onclick="TV_Node_Clicked('1_1_1_2_2');" alt="Expand/Collapse" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/4.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1_1_2_2');">SqlCeBulkCopyColumnMapping Class</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1_1_1_2_2"> | ||
<div class="TV_NodeContainer"> | ||
<img class="TV_NodeExpansionIcon" src="../../GFX/TV_Null.gif" alt="" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/40.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, null);">Members</a></span> | ||
</div> | ||
</div> | ||
<div class="TV_NodeContainer"> | ||
<img class="TV_NodeExpansionIcon" src="../../GFX/TV_Null.gif" alt="" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/5.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1_1_3_3');">SqlCeBulkCopyColumnMappingCollection Class</a></span> | ||
</div> | ||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1_1_1_4_4" class="TV_NodeExpansionIcon" src="../../GFX/TV_Plus.gif" onclick="TV_Node_Clicked('1_1_1_4_4');" alt="Expand/Collapse" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/6.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1_1_4_4');">SqlCeBulkCopyOptions Class</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1_1_1_4_4"> | ||
<div class="TV_NodeContainer"> | ||
<img class="TV_NodeExpansionIcon" src="../../GFX/TV_Null.gif" alt="" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/8.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, null);">Members</a></span> | ||
</div> | ||
</div> | ||
<div class="TV_NodeContainer"> | ||
<img id="TV_NodeExpansionIcon_1_1_1_5_5" class="TV_NodeExpansionIcon" src="../../GFX/TV_Plus.gif" onclick="TV_Node_Clicked('1_1_1_5_5');" alt="Expand/Collapse" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/7.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, '1_1_1_5_5');">SqlCeRowsCopiedEventArgs Class</a></span> | ||
</div> | ||
<div class="TV_SubtreeContainer" id="TV_Subtree_1_1_1_5_5"> | ||
<div class="TV_NodeContainer"> | ||
<img class="TV_NodeExpansionIcon" src="../../GFX/TV_Null.gif" alt="" /> | ||
<span class="TV_NodeLabel"><a href="../../Contents/1/13.html" class="TV_NodeLink" target="ContentsFrame" onclick="TV_NodeLink_Clicked(this, null);">Members</a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- This comment will force IE7 to go into quirks mode. --> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> | ||
<link rel="stylesheet" type="text/css" href="../../CSS/Contents.css"></link> | ||
<script type="text/javascript" src="../../JS/Common.js"></script> | ||
<title>Assemblies</title> | ||
</head> | ||
<body> | ||
<div id="Header"> | ||
<div id="ProjectTitle">Documentation Project</div> | ||
<div id="PageTitle">Assemblies</div> | ||
<div id="HeaderShortcuts"> | ||
<a href="#SectionHeader0" onclick="javascript: SetSectionVisibility(0, true); SetExpandCollapseAllToCollapseAll();">Assemblies</a> | ||
</div> | ||
<div class="DarkLine"></div> | ||
<div class="LightLine"></div> | ||
<div id="HeaderToolbar"> | ||
<img id="ExpandCollapseAllImg" src="../../GFX/SmallSquareExpanded.gif" alt="" style="vertical-align: top;" onclick="javascript: ToggleAllSectionsVisibility();" /> | ||
<span id="ExpandCollapseAllSpan" onclick="javascript: ToggleAllSectionsVisibility();">Collapse All</span> | ||
</div> | ||
</div> | ||
<div id="Contents"> | ||
<a id="ContentsAnchor"> </a> | ||
<p>This is the list of all assemblies in your project.</p> | ||
<div id="SectionHeader0" class="SectionHeader"> | ||
<img id="SectionExpanderImg0" src="../../GFX/BigSquareExpanded.gif" alt="Collapse/Expand" onclick="javascript: ToggleSectionVisibility(0);" /> | ||
<span class="SectionHeader"> | ||
<span class="ArrowCursor" onclick="javascript: ToggleSectionVisibility(0);"> | ||
Assemblies | ||
</span> | ||
</span> | ||
</div> | ||
|
||
<div id="SectionContainerDiv0" class="SectionContainer"> | ||
<table class="MembersTable"> | ||
<col width="2%" /> | ||
<col width="38%" /> | ||
<col width="60%" /> | ||
<tr> | ||
<th> </th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
<tr> | ||
<td class="IconColumn"> | ||
<img src="../../GFX/Assembly.gif" alt="Assembly" /></td> | ||
<td><a href="../../Contents/1/1.html">ErikEJ.SqlCe</a></td> | ||
<td><p>There is no summary.</p></td> | ||
</tr> | ||
</table> | ||
<div class="TopLink"><a href="#ContentsAnchor">Top</a></div></div> | ||
</div> | ||
<div id="Footer"> | ||
<span class="Footer">Generated by <a href="http://immdocnet.codeplex.com/" target="_blank">ImmDoc .NET</a></span>. | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.