Update
This commit is contained in:
parent
81286909c6
commit
ce17d5fe0a
754 changed files with 2130 additions and 1697 deletions
Assets
UpgradeLog4.htmUpgradeLog5.htmWebBrowser
Program.cs
Properties
Resources
Xero Browser.csprojfrmBrowser.Designer.csfrmBrowser.csfrmBrowser.resxfrmSettings.Designer.csfrmSettings.csfrmSettings.resxindex.htmlpackages.configpackages/CefSharp.Common.113.3.50
.signature.p7sCefSharp.Common.113.3.50.nupkg
CefSharp
x64
CefSharp.BrowserSubprocess.Core.dllCefSharp.BrowserSubprocess.Core.pdbCefSharp.BrowserSubprocess.exeCefSharp.BrowserSubprocess.pdbCefSharp.Core.Runtime.dllCefSharp.Core.Runtime.pdbCefSharp.Core.Runtime.xml
x86
build
buildTransitive
lib/net452
src/CefSharp.BrowserSubprocess.Core
AssemblyInfo.cpp
Async
JavascriptAsyncMethodCallback.cppJavascriptAsyncMethodCallback.hJavascriptAsyncMethodHandler.cppJavascriptAsyncMethodHandler.hJavascriptAsyncMethodWrapper.cppJavascriptAsyncMethodWrapper.hJavascriptAsyncObjectWrapper.cppJavascriptAsyncObjectWrapper.h
BindObjectAsyncHandler.hBrowserSubprocessExecutable.hCef.hCefAppUnmanagedWrapper.cppCefAppUnmanagedWrapper.hCefBrowserWrapper.hJavascriptCallbackRegistry.cppJavascriptCallbackRegistry.hJavascriptCallbackWrapper.hJavascriptMethodHandler.cppJavascriptMethodHandler.hJavascriptMethodWrapper.cppJavascriptMethodWrapper.hJavascriptObjectWrapper.cppJavascriptObjectWrapper.hJavascriptPostMessageHandler.hJavascriptPromiseHandler.hJavascriptPromiseResolverCatch.hJavascriptPromiseResolverThen.hJavascriptPropertyHandler.hJavascriptPropertyWrapper.cppJavascriptPropertyWrapper.hJavascriptRootObjectWrapper.cppJavascriptRootObjectWrapper.hRegisterBoundObjectHandler.hRegisterBoundObjectRegistry.hSerialization
Stdafx.cppStdafx.hSubProcess.hSubProcessApp.hTypeUtils.cppTypeUtils.hWcfBrowserSubprocessExecutable.hWcfEnabledSubProcess.cppWcfEnabledSubProcess.hWrapper
BIN
Assets/bookmarks-bookmarked.png
Normal file
BIN
Assets/bookmarks-bookmarked.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 709 B |
BIN
Assets/bookmarks-unbookmarked.png
Normal file
BIN
Assets/bookmarks-unbookmarked.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 938 B |
274
UpgradeLog4.htm
Normal file
274
UpgradeLog4.htm
Normal file
|
@ -0,0 +1,274 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- saved from url=(0014)about:internet -->
|
||||
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><title _locID="ConversionReport0">
|
||||
Migration Report
|
||||
</title><style>
|
||||
/* Body style, for the entire document */
|
||||
body
|
||||
{
|
||||
background: #F3F3F4;
|
||||
color: #1E1E1F;
|
||||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Header1 style, used for the main title */
|
||||
h1
|
||||
{
|
||||
padding: 10px 0px 10px 10px;
|
||||
font-size: 21pt;
|
||||
background-color: #E2E2E2;
|
||||
border-bottom: 1px #C1C1C2 solid;
|
||||
color: #201F20;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Header2 style, used for "Overview" and other sections */
|
||||
h2
|
||||
{
|
||||
font-size: 18pt;
|
||||
font-weight: normal;
|
||||
padding: 15px 0 5px 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Header3 style, used for sub-sections, such as project name */
|
||||
h3
|
||||
{
|
||||
font-weight: normal;
|
||||
font-size: 15pt;
|
||||
margin: 0;
|
||||
padding: 15px 0 5px 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Color all hyperlinks one color */
|
||||
a
|
||||
{
|
||||
color: #1382CE;
|
||||
}
|
||||
|
||||
/* Table styles */
|
||||
table
|
||||
{
|
||||
border-spacing: 0 0;
|
||||
border-collapse: collapse;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
table th
|
||||
{
|
||||
background: #E7E7E8;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
padding: 3px 6px 3px 6px;
|
||||
}
|
||||
|
||||
table td
|
||||
{
|
||||
vertical-align: top;
|
||||
padding: 3px 6px 5px 5px;
|
||||
margin: 0px;
|
||||
border: 1px solid #E7E7E8;
|
||||
background: #F7F7F8;
|
||||
}
|
||||
|
||||
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
|
||||
.localLink
|
||||
{
|
||||
color: #1E1E1F;
|
||||
background: #EEEEED;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.localLink:hover
|
||||
{
|
||||
color: #1382CE;
|
||||
background: #FFFF99;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Center text, used in the over views cells that contain message level counts */
|
||||
.textCentered
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* The message cells in message tables should take up all avaliable space */
|
||||
.messageCell
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Padding around the content after the h1 */
|
||||
#content
|
||||
{
|
||||
padding: 0px 12px 12px 12px;
|
||||
}
|
||||
|
||||
/* The overview table expands to width, with a max width of 97% */
|
||||
#overview table
|
||||
{
|
||||
width: auto;
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
/* The messages tables are always 97% width */
|
||||
#messages table
|
||||
{
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
/* All Icons */
|
||||
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded
|
||||
{
|
||||
min-width:18px;
|
||||
min-height:18px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
}
|
||||
|
||||
/* Success icon encoded */
|
||||
.IconSuccessEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABcElEQVR4Xq2TsUsCURzHv15g8ZJcBWlyiYYgCIWcb9DFRRwMW5TA2c0/QEFwFkxxUQdxVlBwCYWOi6IhWgQhBLHJUCkhLr/BW8S7gvrAg+N+v8/v+x68Z8MGy+XSCyABQAXgBgHGALoASkIIDWSLeLBetdHryMjd5IxQPWT4rn1c/P7+xxp72Cs9m5SZ0Bq2vPnbPFafK2zDvmNHypdC0BPkLlQhxJsCAhQoZwdZU5mwxh720qGo8MzTxTTKZDPCx2HoVzp6lz0Q9tKhyx0kGs8Ny+TkWRKk8lCROwEduhyg9l/6lunOPSfmH3NUH6uQ0KHLAe7JYvJjevm+DAMGJHToKtigE+vwvIidxLamb8IBY9e+C5LiXREkfho3TSd06HJA13/oh6T51MTsfQbHrsMynQ5dDihFjiK8JJAU9AKIWTp76dCVN7HWHrajmUEGvyF9nkbAE6gLIS7kTUyuf2gscLoJrElZo/Mvj+nPz/kLTmfnEwP3tB0AAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
/* Information icon encoded */
|
||||
.IconInfoEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
/* Warning icon encoded */
|
||||
.IconWarningEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
|
||||
}
|
||||
|
||||
/* Error icon encoded */
|
||||
.IconErrorEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
|
||||
}
|
||||
</style><script type="text/javascript" language="javascript">
|
||||
|
||||
// Startup
|
||||
// Hook up the the loaded event for the document/window, to linkify the document content
|
||||
var startupFunction = function() { linkifyElement("messages"); };
|
||||
|
||||
if(window.attachEvent)
|
||||
{
|
||||
window.attachEvent('onload', startupFunction);
|
||||
}
|
||||
else if (window.addEventListener)
|
||||
{
|
||||
window.addEventListener('load', startupFunction, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
document.addEventListener('load', startupFunction, false);
|
||||
}
|
||||
|
||||
// Toggles the visibility of table rows with the specified name
|
||||
function toggleTableRowsByName(name)
|
||||
{
|
||||
var allRows = document.getElementsByTagName('tr');
|
||||
for (i=0; i < allRows.length; i++)
|
||||
{
|
||||
var currentName = allRows[i].getAttribute('name');
|
||||
if(!!currentName && currentName.indexOf(name) == 0)
|
||||
{
|
||||
var isVisible = allRows[i].style.display == '';
|
||||
isVisible ? allRows[i].style.display = 'none' : allRows[i].style.display = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function scrollToFirstVisibleRow(name)
|
||||
{
|
||||
var allRows = document.getElementsByTagName('tr');
|
||||
for (i=0; i < allRows.length; i++)
|
||||
{
|
||||
var currentName = allRows[i].getAttribute('name');
|
||||
var isVisible = allRows[i].style.display == '';
|
||||
if(!!currentName && currentName.indexOf(name) == 0 && isVisible)
|
||||
{
|
||||
allRows[i].scrollIntoView(true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// Linkifies the specified text content, replaces candidate links with html links
|
||||
function linkify(text)
|
||||
{
|
||||
if(!text || 0 === text.length)
|
||||
{
|
||||
return text;
|
||||
}
|
||||
|
||||
// Find http, https and ftp links and replace them with hyper links
|
||||
var urlLink = /(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.]+(:[a-zA-Z0-9]*)?\/?([a-zA-Z0-9\-\._\?\,\/\\\+&%\$#\=~;\{\}])*/gi;
|
||||
|
||||
return text.replace(urlLink, '<a href="$&">$&</a>') ;
|
||||
}
|
||||
|
||||
// Linkifies the specified element by ID
|
||||
function linkifyElement(id)
|
||||
{
|
||||
var element = document.getElementById(id);
|
||||
if(!!element)
|
||||
{
|
||||
element.innerHTML = linkify(element.innerHTML);
|
||||
}
|
||||
}
|
||||
|
||||
function ToggleMessageVisibility(projectName)
|
||||
{
|
||||
if(!projectName || 0 === projectName.length)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
toggleTableRowsByName("MessageRowClass" + projectName);
|
||||
toggleTableRowsByName('MessageRowHeaderShow' + projectName);
|
||||
toggleTableRowsByName('MessageRowHeaderHide' + projectName);
|
||||
}
|
||||
|
||||
function ScrollToFirstVisibleMessage(projectName)
|
||||
{
|
||||
if(!projectName || 0 === projectName.length)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// First try the 'Show messages' row
|
||||
if(!scrollToFirstVisibleRow('MessageRowHeaderShow' + projectName))
|
||||
{
|
||||
// Failed to find a visible row for 'Show messages', try an actual message row
|
||||
scrollToFirstVisibleRow('MessageRowClass' + projectName);
|
||||
}
|
||||
}
|
||||
</script></head><body><h1 _locID="ConversionReport">
|
||||
Migration Report - </h1><div id="content"><h2 _locID="OverviewTitle">Overview</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">Project</th><th _locID="PathTableHeader">Path</th><th _locID="ErrorsTableHeader">Errors</th><th _locID="WarningsTableHeader">Warnings</th><th _locID="MessagesTableHeader">Messages</th></tr><tr><td class="IconErrorEncoded" /><td><strong><a href="#Xero Browser Setup">Xero Browser Setup</a></strong></td><td>Xero Browser Setup\Xero Browser Setup.vdproj</td><td class="textCentered"><a href="#Xero Browser SetupError">1</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td class="IconSuccessEncoded" /><td><strong><a href="#Solution Items">Solution Items</a></strong></td><td>Solution Items</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td class="IconSuccessEncoded" /><td><strong><a href="#Solution"><span _locID="OverviewSolutionSpan">Solution</span></a></strong></td><td>XeroBrowser.sln</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('Solution'); return false;">1</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">Solution and projects</h2><div id="messages"><a name="Xero Browser Setup" /><h3>Xero Browser Setup</h3><table><tr id="Xero Browser SetupHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="ErrorRowClassXero Browser Setup"><td class="IconErrorEncoded"><a name="Xero Browser SetupError" /></td><td class="messageCell"><strong>Xero Browser Setup\Xero Browser Setup.vdproj:
|
||||
</strong><span>The application which this project type is based on was not found. Please try this link for further information: 54435603-dbb4-11d2-8724-00a0c9a8b90c</span></td></tr></table><a name="Solution Items" /><h3>Solution Items</h3><table><tr id="Solution ItemsHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr><td class="IconInfoEncoded" /><td class="messageCell" _locID="NoMessagesRow">Solution Items logged no messages.
|
||||
</td></tr></table><a name="Solution" /><h3 _locID="ProjectDisplayNameHeader">Solution</h3><table><tr id="SolutionHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="MessageRowHeaderShowSolution"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="SolutionMessage" onclick="ToggleMessageVisibility('Solution'); return false;">
|
||||
Show 1 additional messages
|
||||
</a></td></tr><tr name="MessageRowClassSolution" style="display: none"><td class="IconInfoEncoded"><a name="SolutionMessage" /></td><td class="messageCell"><strong>XeroBrowser.sln:
|
||||
</strong><span>The solution file does not require migration.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideSolution"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="SolutionMessage" onclick="ToggleMessageVisibility('Solution'); return false;">
|
||||
Hide 1 additional messages
|
||||
</a></td></tr></table></div></div></body></html>
|
268
UpgradeLog5.htm
Normal file
268
UpgradeLog5.htm
Normal file
|
@ -0,0 +1,268 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- saved from url=(0014)about:internet -->
|
||||
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><title _locID="ConversionReport0">
|
||||
Migration Report
|
||||
</title><style>
|
||||
/* Body style, for the entire document */
|
||||
body
|
||||
{
|
||||
background: #F3F3F4;
|
||||
color: #1E1E1F;
|
||||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Header1 style, used for the main title */
|
||||
h1
|
||||
{
|
||||
padding: 10px 0px 10px 10px;
|
||||
font-size: 21pt;
|
||||
background-color: #E2E2E2;
|
||||
border-bottom: 1px #C1C1C2 solid;
|
||||
color: #201F20;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Header2 style, used for "Overview" and other sections */
|
||||
h2
|
||||
{
|
||||
font-size: 18pt;
|
||||
font-weight: normal;
|
||||
padding: 15px 0 5px 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Header3 style, used for sub-sections, such as project name */
|
||||
h3
|
||||
{
|
||||
font-weight: normal;
|
||||
font-size: 15pt;
|
||||
margin: 0;
|
||||
padding: 15px 0 5px 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Color all hyperlinks one color */
|
||||
a
|
||||
{
|
||||
color: #1382CE;
|
||||
}
|
||||
|
||||
/* Table styles */
|
||||
table
|
||||
{
|
||||
border-spacing: 0 0;
|
||||
border-collapse: collapse;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
table th
|
||||
{
|
||||
background: #E7E7E8;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
padding: 3px 6px 3px 6px;
|
||||
}
|
||||
|
||||
table td
|
||||
{
|
||||
vertical-align: top;
|
||||
padding: 3px 6px 5px 5px;
|
||||
margin: 0px;
|
||||
border: 1px solid #E7E7E8;
|
||||
background: #F7F7F8;
|
||||
}
|
||||
|
||||
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
|
||||
.localLink
|
||||
{
|
||||
color: #1E1E1F;
|
||||
background: #EEEEED;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.localLink:hover
|
||||
{
|
||||
color: #1382CE;
|
||||
background: #FFFF99;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Center text, used in the over views cells that contain message level counts */
|
||||
.textCentered
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* The message cells in message tables should take up all avaliable space */
|
||||
.messageCell
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Padding around the content after the h1 */
|
||||
#content
|
||||
{
|
||||
padding: 0px 12px 12px 12px;
|
||||
}
|
||||
|
||||
/* The overview table expands to width, with a max width of 97% */
|
||||
#overview table
|
||||
{
|
||||
width: auto;
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
/* The messages tables are always 97% width */
|
||||
#messages table
|
||||
{
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
/* All Icons */
|
||||
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded
|
||||
{
|
||||
min-width:18px;
|
||||
min-height:18px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
}
|
||||
|
||||
/* Success icon encoded */
|
||||
.IconSuccessEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABcElEQVR4Xq2TsUsCURzHv15g8ZJcBWlyiYYgCIWcb9DFRRwMW5TA2c0/QEFwFkxxUQdxVlBwCYWOi6IhWgQhBLHJUCkhLr/BW8S7gvrAg+N+v8/v+x68Z8MGy+XSCyABQAXgBgHGALoASkIIDWSLeLBetdHryMjd5IxQPWT4rn1c/P7+xxp72Cs9m5SZ0Bq2vPnbPFafK2zDvmNHypdC0BPkLlQhxJsCAhQoZwdZU5mwxh720qGo8MzTxTTKZDPCx2HoVzp6lz0Q9tKhyx0kGs8Ny+TkWRKk8lCROwEduhyg9l/6lunOPSfmH3NUH6uQ0KHLAe7JYvJjevm+DAMGJHToKtigE+vwvIidxLamb8IBY9e+C5LiXREkfho3TSd06HJA13/oh6T51MTsfQbHrsMynQ5dDihFjiK8JJAU9AKIWTp76dCVN7HWHrajmUEGvyF9nkbAE6gLIS7kTUyuf2gscLoJrElZo/Mvj+nPz/kLTmfnEwP3tB0AAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
/* Information icon encoded */
|
||||
.IconInfoEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
|
||||
}
|
||||
|
||||
/* Warning icon encoded */
|
||||
.IconWarningEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
|
||||
}
|
||||
|
||||
/* Error icon encoded */
|
||||
.IconErrorEncoded
|
||||
{
|
||||
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
|
||||
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
|
||||
}
|
||||
</style><script type="text/javascript" language="javascript">
|
||||
|
||||
// Startup
|
||||
// Hook up the the loaded event for the document/window, to linkify the document content
|
||||
var startupFunction = function() { linkifyElement("messages"); };
|
||||
|
||||
if(window.attachEvent)
|
||||
{
|
||||
window.attachEvent('onload', startupFunction);
|
||||
}
|
||||
else if (window.addEventListener)
|
||||
{
|
||||
window.addEventListener('load', startupFunction, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
document.addEventListener('load', startupFunction, false);
|
||||
}
|
||||
|
||||
// Toggles the visibility of table rows with the specified name
|
||||
function toggleTableRowsByName(name)
|
||||
{
|
||||
var allRows = document.getElementsByTagName('tr');
|
||||
for (i=0; i < allRows.length; i++)
|
||||
{
|
||||
var currentName = allRows[i].getAttribute('name');
|
||||
if(!!currentName && currentName.indexOf(name) == 0)
|
||||
{
|
||||
var isVisible = allRows[i].style.display == '';
|
||||
isVisible ? allRows[i].style.display = 'none' : allRows[i].style.display = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function scrollToFirstVisibleRow(name)
|
||||
{
|
||||
var allRows = document.getElementsByTagName('tr');
|
||||
for (i=0; i < allRows.length; i++)
|
||||
{
|
||||
var currentName = allRows[i].getAttribute('name');
|
||||
var isVisible = allRows[i].style.display == '';
|
||||
if(!!currentName && currentName.indexOf(name) == 0 && isVisible)
|
||||
{
|
||||
allRows[i].scrollIntoView(true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// Linkifies the specified text content, replaces candidate links with html links
|
||||
function linkify(text)
|
||||
{
|
||||
if(!text || 0 === text.length)
|
||||
{
|
||||
return text;
|
||||
}
|
||||
|
||||
// Find http, https and ftp links and replace them with hyper links
|
||||
var urlLink = /(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.]+(:[a-zA-Z0-9]*)?\/?([a-zA-Z0-9\-\._\?\,\/\\\+&%\$#\=~;\{\}])*/gi;
|
||||
|
||||
return text.replace(urlLink, '<a href="$&">$&</a>') ;
|
||||
}
|
||||
|
||||
// Linkifies the specified element by ID
|
||||
function linkifyElement(id)
|
||||
{
|
||||
var element = document.getElementById(id);
|
||||
if(!!element)
|
||||
{
|
||||
element.innerHTML = linkify(element.innerHTML);
|
||||
}
|
||||
}
|
||||
|
||||
function ToggleMessageVisibility(projectName)
|
||||
{
|
||||
if(!projectName || 0 === projectName.length)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
toggleTableRowsByName("MessageRowClass" + projectName);
|
||||
toggleTableRowsByName('MessageRowHeaderShow' + projectName);
|
||||
toggleTableRowsByName('MessageRowHeaderHide' + projectName);
|
||||
}
|
||||
|
||||
function ScrollToFirstVisibleMessage(projectName)
|
||||
{
|
||||
if(!projectName || 0 === projectName.length)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// First try the 'Show messages' row
|
||||
if(!scrollToFirstVisibleRow('MessageRowHeaderShow' + projectName))
|
||||
{
|
||||
// Failed to find a visible row for 'Show messages', try an actual message row
|
||||
scrollToFirstVisibleRow('MessageRowClass' + projectName);
|
||||
}
|
||||
}
|
||||
</script></head><body><h1 _locID="ConversionReport">
|
||||
Migration Report - </h1><div id="content"><h2 _locID="OverviewTitle">Overview</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">Project</th><th _locID="PathTableHeader">Path</th><th _locID="ErrorsTableHeader">Errors</th><th _locID="WarningsTableHeader">Warnings</th><th _locID="MessagesTableHeader">Messages</th></tr><tr><td class="IconErrorEncoded" /><td><strong><a href="#Xero Browser Setup">Xero Browser Setup</a></strong></td><td>Xero Browser Setup\Xero Browser Setup.vdproj</td><td class="textCentered"><a href="#Xero Browser SetupError">1</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">Solution and projects</h2><div id="messages"><a name="Xero Browser Setup" /><h3>Xero Browser Setup</h3><table><tr id="Xero Browser SetupHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="ErrorRowClassXero Browser Setup"><td class="IconErrorEncoded"><a name="Xero Browser SetupError" /></td><td class="messageCell"><strong>Xero Browser Setup\Xero Browser Setup.vdproj:
|
||||
</strong><span>The application which this project type is based on was not found. Please try this link for further information: 54435603-dbb4-11d2-8724-00a0c9a8b90c</span></td></tr></table></div></div></body></html>
|
|
@ -23,7 +23,7 @@ namespace XeroBrowser
|
|||
Container = new AppContainer();
|
||||
CefSettings settings = new CefSettings();
|
||||
settings.CefCommandLineArgs["plugin-policy"] = "allow";
|
||||
settings.UserAgent = "cpprestsdk/2.9.0 Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 XeroBrowser/1.0.0";
|
||||
settings.UserAgent = "Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 XeroBrowser/1.0.0";
|
||||
settings.CefCommandLineArgs.Add("enable-media-stream", "1");
|
||||
settings.CachePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"\CEF";
|
||||
|
||||
|
|
20
WebBrowser/Properties/Resources.Designer.cs
generated
20
WebBrowser/Properties/Resources.Designer.cs
generated
|
@ -60,6 +60,26 @@ namespace XeroBrowser.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap bookmarks_bookmarked {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("bookmarks-bookmarked", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap bookmarks_unbookmarked {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("bookmarks-unbookmarked", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -133,4 +133,10 @@
|
|||
<data name="Xero Browser Ico" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Xero Browser Ico.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="bookmarks-bookmarked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bookmarks-bookmarked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="bookmarks-unbookmarked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bookmarks-unbookmarked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
|
@ -1,24 +1,25 @@
|
|||
Bunifu.UI.WinForms.BunifuRadioButton, Bunifu.UI.WinForms.BunifuRadioButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton, Bunifu.UI.WinForms.BunifuButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuColorTransition, Bunifu.UI.WinForms.BunifuColorTransition, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuImageButton, Bunifu.UI.WinForms.BunifuImageButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuTextBox, Bunifu.UI.WinForms.BunifuTextBox, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuIconButton, Bunifu.UI.WinForms.BunifuButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuToggleSwitch, Bunifu.UI.WinForms.BunifuToggleSwitch, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuDropdown, Bunifu.UI.WinForms.BunifuDropdown, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuPanel, Bunifu.UI.WinForms.BunifuPanel, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuToolTip, Bunifu.UI.WinForms.BunifuToolTip, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2, Bunifu.UI.WinForms.BunifuButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuSeparator, Bunifu.UI.WinForms.BunifuSeparator, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuHSlider, Bunifu.UI.WinForms.BunifuSlider, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuProgressBar, Bunifu.UI.WinForms.BunifuProgressBar, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuPictureBox, Bunifu.UI.WinForms.BunifuPictureBox, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuLabel, Bunifu.UI.WinForms.BunifuLabel, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuUserControl, Bunifu.UI.WinForms.BunifuUserControl, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuPages, Bunifu.UI.WinForms.BunifuPages, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuVSlider, Bunifu.UI.WinForms.BunifuSlider, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuToggleSwitch2, Bunifu.UI.WinForms.BunifuToggleSwitch, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuRadialGauge, Bunifu.UI.WinForms.BunifuGauge, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuIconButton, Bunifu.UI.WinForms.BunifuButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton2, Bunifu.UI.WinForms.BunifuButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuLoader, Bunifu.UI.WinForms.BunifuLoader, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuVScrollBar, Bunifu.UI.WinForms.BunifuScrollBar, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuFormDock, Bunifu.UI.WinForms.BunifuFormDock, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuLabel, Bunifu.UI.WinForms.BunifuLabel, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuRadioButton, Bunifu.UI.WinForms.BunifuRadioButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuHSlider, Bunifu.UI.WinForms.BunifuSlider, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuToggleSwitch, Bunifu.UI.WinForms.BunifuToggleSwitch, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuSeparator, Bunifu.UI.WinForms.BunifuSeparator, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuTextBox, Bunifu.UI.WinForms.BunifuTextBox, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuPanel, Bunifu.UI.WinForms.BunifuPanel, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuImageButton, Bunifu.UI.WinForms.BunifuImageButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuVScrollBar, Bunifu.UI.WinForms.BunifuScrollBar, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuRadialGauge, Bunifu.UI.WinForms.BunifuGauge, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuColorTransition, Bunifu.UI.WinForms.BunifuColorTransition, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuShadowPanel, Bunifu.UI.WinForms.BunifuShadowPanel, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuVSlider, Bunifu.UI.WinForms.BunifuSlider, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuDropdown, Bunifu.UI.WinForms.BunifuDropdown, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuButton.BunifuButton, Bunifu.UI.WinForms.BunifuButton, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuUserControl, Bunifu.UI.WinForms.BunifuUserControl, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuPictureBox, Bunifu.UI.WinForms.BunifuPictureBox, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuPages, Bunifu.UI.WinForms.BunifuPages, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuProgressBar, Bunifu.UI.WinForms.BunifuProgressBar, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
Bunifu.UI.WinForms.BunifuToolTip, Bunifu.UI.WinForms.BunifuToolTip, Version=5.3.0.0, Culture=neutral, PublicKeyToken=e8e24ccd28363fe9
|
||||
|
|
BIN
WebBrowser/Resources/bookmarks-bookmarked.png
Normal file
BIN
WebBrowser/Resources/bookmarks-bookmarked.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 709 B |
BIN
WebBrowser/Resources/bookmarks-unbookmarked.png
Normal file
BIN
WebBrowser/Resources/bookmarks-unbookmarked.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 938 B |
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.props')" />
|
||||
<Import Project="..\packages\cef.redist.x86.113.1.4\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.113.1.4\build\cef.redist.x86.props')" />
|
||||
<Import Project="..\packages\cef.redist.x64.113.1.4\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.113.1.4\build\cef.redist.x64.props')" />
|
||||
<Import Project="..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.props')" />
|
||||
<Import Project="..\packages\cef.redist.x86.113.3.5\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.113.3.5\build\cef.redist.x86.props')" />
|
||||
<Import Project="..\packages\cef.redist.x64.113.3.5\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.113.3.5\build\cef.redist.x64.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<NoWarn>0128</NoWarn>
|
||||
|
@ -183,14 +183,17 @@
|
|||
<Reference Include="Bunifu.Utils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Bunifu.Utils.1.0.6\lib\net\Bunifu.Utils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CefSharp, Version=113.1.40.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.113.1.40\lib\net452\CefSharp.dll</HintPath>
|
||||
<Reference Include="CefSharp, Version=113.3.50.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.113.3.50\lib\net452\CefSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CefSharp.Core, Version=113.1.40.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.113.1.40\lib\net452\CefSharp.Core.dll</HintPath>
|
||||
<Reference Include="CefSharp.Core, Version=113.3.50.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.113.3.50\lib\net452\CefSharp.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CefSharp.WinForms, Version=113.1.40.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.WinForms.113.1.40\lib\net462\CefSharp.WinForms.dll</HintPath>
|
||||
<Reference Include="CefSharp.WinForms, Version=113.3.50.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.WinForms.113.3.50\lib\net462\CefSharp.WinForms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ComponentFactory.Krypton.Toolkit">
|
||||
<HintPath>..\..\..\..\Downloads\Krypton-master\Krypton-master\Bin\ComponentFactory.Krypton.Toolkit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EasyTabs, Version=2.0.0.39, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\EasyTabs.2.0.0\lib\net40\EasyTabs.dll</HintPath>
|
||||
|
@ -216,6 +219,8 @@
|
|||
</Reference>
|
||||
<Reference Include="System.ComponentModel.Composition" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Design" />
|
||||
<Reference Include="System.DirectoryServices" />
|
||||
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
||||
</Reference>
|
||||
|
@ -334,6 +339,8 @@
|
|||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="loaderror.html" />
|
||||
<None Include="Resources\bookmarks-bookmarked.png" />
|
||||
<None Include="Resources\bookmarks-unbookmarked.png" />
|
||||
<Content Include="script.js">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -370,10 +377,10 @@
|
|||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\cef.redist.x64.113.1.4\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.113.1.4\build\cef.redist.x64.props'))" />
|
||||
<Error Condition="!Exists('..\packages\cef.redist.x86.113.1.4\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.113.1.4\build\cef.redist.x86.props'))" />
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.props'))" />
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.targets'))" />
|
||||
<Error Condition="!Exists('..\packages\cef.redist.x64.113.3.5\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.113.3.5\build\cef.redist.x64.props'))" />
|
||||
<Error Condition="!Exists('..\packages\cef.redist.x86.113.3.5\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.113.3.5\build\cef.redist.x86.props'))" />
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.props'))" />
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.113.1.40\build\CefSharp.Common.targets')" />
|
||||
<Import Project="..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.113.3.50\build\CefSharp.Common.targets')" />
|
||||
</Project>
|
167
WebBrowser/frmBrowser.Designer.cs
generated
167
WebBrowser/frmBrowser.Designer.cs
generated
|
@ -41,15 +41,14 @@ namespace XeroBrowser
|
|||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties3 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties4 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
this.bunifuCards1 = new Bunifu.Framework.UI.BunifuCards();
|
||||
this.bunifuImageButton4 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.txtSearchOrUrl = new Bunifu.UI.WinForms.BunifuTextBox();
|
||||
this.btnForward = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.bunifuImageButton2 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.bunifuImageButton1 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.btnSettings = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.bunifuImageButton3 = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.btnRefresh = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.btnBack = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.btnRefresh = new Bunifu.UI.WinForms.BunifuImageButton();
|
||||
this.loadingIndicator = new Bunifu.UI.WinForms.BunifuLoader();
|
||||
this.bunifuToolTip1 = new Bunifu.UI.WinForms.BunifuToolTip(this.components);
|
||||
this.chromiumWebBrowser1 = new CefSharp.WinForms.ChromiumWebBrowser();
|
||||
|
@ -64,18 +63,17 @@ namespace XeroBrowser
|
|||
this.bunifuCards1.BorderRadius = 5;
|
||||
this.bunifuCards1.BottomSahddow = true;
|
||||
this.bunifuCards1.color = System.Drawing.Color.WhiteSmoke;
|
||||
this.bunifuCards1.Controls.Add(this.bunifuImageButton4);
|
||||
this.bunifuCards1.Controls.Add(this.txtSearchOrUrl);
|
||||
this.bunifuCards1.Controls.Add(this.btnForward);
|
||||
this.bunifuCards1.Controls.Add(this.bunifuImageButton2);
|
||||
this.bunifuCards1.Controls.Add(this.bunifuImageButton1);
|
||||
this.bunifuCards1.Controls.Add(this.btnSettings);
|
||||
this.bunifuCards1.Controls.Add(this.bunifuImageButton3);
|
||||
this.bunifuCards1.Controls.Add(this.btnRefresh);
|
||||
this.bunifuCards1.Controls.Add(this.btnBack);
|
||||
this.bunifuCards1.Controls.Add(this.btnRefresh);
|
||||
this.bunifuCards1.Controls.Add(this.loadingIndicator);
|
||||
this.bunifuCards1.LeftSahddow = false;
|
||||
this.bunifuCards1.Location = new System.Drawing.Point(-5, -2);
|
||||
this.bunifuCards1.Location = new System.Drawing.Point(-3, -2);
|
||||
this.bunifuCards1.Name = "bunifuCards1";
|
||||
this.bunifuCards1.RightSahddow = true;
|
||||
this.bunifuCards1.ShadowDepth = 20;
|
||||
|
@ -85,44 +83,6 @@ namespace XeroBrowser
|
|||
this.bunifuToolTip1.SetToolTipIcon(this.bunifuCards1, null);
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.bunifuCards1, "");
|
||||
//
|
||||
// bunifuImageButton4
|
||||
//
|
||||
this.bunifuImageButton4.ActiveImage = null;
|
||||
this.bunifuImageButton4.AllowAnimations = true;
|
||||
this.bunifuImageButton4.AllowBuffering = false;
|
||||
this.bunifuImageButton4.AllowToggling = false;
|
||||
this.bunifuImageButton4.AllowZooming = false;
|
||||
this.bunifuImageButton4.AllowZoomingOnFocus = false;
|
||||
this.bunifuImageButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuImageButton4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuImageButton4.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.bunifuImageButton4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.ErrorImage")));
|
||||
this.bunifuImageButton4.FadeWhenInactive = false;
|
||||
this.bunifuImageButton4.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
|
||||
this.bunifuImageButton4.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.Image")));
|
||||
this.bunifuImageButton4.ImageActive = null;
|
||||
this.bunifuImageButton4.ImageLocation = null;
|
||||
this.bunifuImageButton4.ImageMargin = 20;
|
||||
this.bunifuImageButton4.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton4.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton4.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton4.InitialImage")));
|
||||
this.bunifuImageButton4.Location = new System.Drawing.Point(1294, 7);
|
||||
this.bunifuImageButton4.Name = "bunifuImageButton4";
|
||||
this.bunifuImageButton4.Rotation = 0;
|
||||
this.bunifuImageButton4.ShowActiveImage = true;
|
||||
this.bunifuImageButton4.ShowCursorChanges = false;
|
||||
this.bunifuImageButton4.ShowImageBorders = true;
|
||||
this.bunifuImageButton4.ShowSizeMarkers = false;
|
||||
this.bunifuImageButton4.Size = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton4.TabIndex = 11;
|
||||
this.bunifuToolTip1.SetToolTip(this.bunifuImageButton4, "Settings and more (Placeholder)");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.bunifuImageButton4, null);
|
||||
this.bunifuImageButton4.ToolTipText = "";
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.bunifuImageButton4, "");
|
||||
this.bunifuImageButton4.WaitOnLoad = false;
|
||||
this.bunifuImageButton4.Zoom = 20;
|
||||
this.bunifuImageButton4.ZoomSpeed = 10;
|
||||
//
|
||||
// txtSearchOrUrl
|
||||
//
|
||||
this.txtSearchOrUrl.AcceptsReturn = false;
|
||||
|
@ -136,11 +96,11 @@ namespace XeroBrowser
|
|||
this.txtSearchOrUrl.AutoSizeHeight = true;
|
||||
this.txtSearchOrUrl.BackColor = System.Drawing.Color.Transparent;
|
||||
this.txtSearchOrUrl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("txtSearchOrUrl.BackgroundImage")));
|
||||
this.txtSearchOrUrl.BorderColorActive = System.Drawing.Color.DodgerBlue;
|
||||
this.txtSearchOrUrl.BorderColorActive = System.Drawing.Color.WhiteSmoke;
|
||||
this.txtSearchOrUrl.BorderColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.txtSearchOrUrl.BorderColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
this.txtSearchOrUrl.BorderColorHover = System.Drawing.Color.WhiteSmoke;
|
||||
this.txtSearchOrUrl.BorderColorIdle = System.Drawing.Color.WhiteSmoke;
|
||||
this.txtSearchOrUrl.BorderRadius = 25;
|
||||
this.txtSearchOrUrl.BorderRadius = 30;
|
||||
this.txtSearchOrUrl.BorderThickness = 3;
|
||||
this.txtSearchOrUrl.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
|
||||
this.txtSearchOrUrl.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
|
@ -151,16 +111,16 @@ namespace XeroBrowser
|
|||
this.txtSearchOrUrl.IconLeft = global::XeroBrowser.Properties.Resources.secure;
|
||||
this.txtSearchOrUrl.IconLeftCursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.txtSearchOrUrl.IconPadding = 10;
|
||||
this.txtSearchOrUrl.IconRight = null;
|
||||
this.txtSearchOrUrl.IconRight = global::XeroBrowser.Properties.Resources.bookmarks_unbookmarked;
|
||||
this.txtSearchOrUrl.IconRightCursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.txtSearchOrUrl.Lines = new string[0];
|
||||
this.txtSearchOrUrl.Location = new System.Drawing.Point(140, 9);
|
||||
this.txtSearchOrUrl.Location = new System.Drawing.Point(316, 9);
|
||||
this.txtSearchOrUrl.MaxLength = 32767;
|
||||
this.txtSearchOrUrl.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.txtSearchOrUrl.Modified = false;
|
||||
this.txtSearchOrUrl.Multiline = false;
|
||||
this.txtSearchOrUrl.Name = "txtSearchOrUrl";
|
||||
stateProperties1.BorderColor = System.Drawing.Color.DodgerBlue;
|
||||
stateProperties1.BorderColor = System.Drawing.Color.WhiteSmoke;
|
||||
stateProperties1.FillColor = System.Drawing.Color.Empty;
|
||||
stateProperties1.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties1.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
|
@ -170,7 +130,7 @@ namespace XeroBrowser
|
|||
stateProperties2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
stateProperties2.PlaceholderForeColor = System.Drawing.Color.DarkGray;
|
||||
this.txtSearchOrUrl.OnDisabledState = stateProperties2;
|
||||
stateProperties3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(181)))), ((int)(((byte)(255)))));
|
||||
stateProperties3.BorderColor = System.Drawing.Color.WhiteSmoke;
|
||||
stateProperties3.FillColor = System.Drawing.Color.Empty;
|
||||
stateProperties3.ForeColor = System.Drawing.Color.Empty;
|
||||
stateProperties3.PlaceholderForeColor = System.Drawing.Color.Empty;
|
||||
|
@ -190,7 +150,7 @@ namespace XeroBrowser
|
|||
this.txtSearchOrUrl.SelectionLength = 0;
|
||||
this.txtSearchOrUrl.SelectionStart = 0;
|
||||
this.txtSearchOrUrl.ShortcutsEnabled = true;
|
||||
this.txtSearchOrUrl.Size = new System.Drawing.Size(1049, 36);
|
||||
this.txtSearchOrUrl.Size = new System.Drawing.Size(706, 39);
|
||||
this.txtSearchOrUrl.Style = Bunifu.UI.WinForms.BunifuTextBox._Style.Bunifu;
|
||||
this.txtSearchOrUrl.TabIndex = 9;
|
||||
this.txtSearchOrUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||||
|
@ -215,6 +175,7 @@ namespace XeroBrowser
|
|||
this.btnForward.AllowZooming = false;
|
||||
this.btnForward.AllowZoomingOnFocus = false;
|
||||
this.btnForward.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnForward.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnForward.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnForward.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnForward.ErrorImage")));
|
||||
this.btnForward.FadeWhenInactive = false;
|
||||
|
@ -226,7 +187,7 @@ namespace XeroBrowser
|
|||
this.btnForward.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnForward.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnForward.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnForward.InitialImage")));
|
||||
this.btnForward.Location = new System.Drawing.Point(34, 7);
|
||||
this.btnForward.Location = new System.Drawing.Point(209, 8);
|
||||
this.btnForward.Name = "btnForward";
|
||||
this.btnForward.Rotation = 0;
|
||||
this.btnForward.ShowActiveImage = true;
|
||||
|
@ -253,6 +214,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton2.AllowZooming = false;
|
||||
this.bunifuImageButton2.AllowZoomingOnFocus = false;
|
||||
this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuImageButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.bunifuImageButton2.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.bunifuImageButton2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.ErrorImage")));
|
||||
this.bunifuImageButton2.FadeWhenInactive = false;
|
||||
|
@ -264,7 +226,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton2.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton2.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton2.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.InitialImage")));
|
||||
this.bunifuImageButton2.Location = new System.Drawing.Point(104, 7);
|
||||
this.bunifuImageButton2.Location = new System.Drawing.Point(279, 8);
|
||||
this.bunifuImageButton2.Name = "bunifuImageButton2";
|
||||
this.bunifuImageButton2.Rotation = 0;
|
||||
this.bunifuImageButton2.ShowActiveImage = true;
|
||||
|
@ -292,6 +254,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton1.AllowZoomingOnFocus = false;
|
||||
this.bunifuImageButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuImageButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.bunifuImageButton1.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.bunifuImageButton1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.ErrorImage")));
|
||||
this.bunifuImageButton1.FadeWhenInactive = false;
|
||||
|
@ -303,7 +266,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton1.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton1.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton1.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.InitialImage")));
|
||||
this.bunifuImageButton1.Location = new System.Drawing.Point(1222, 7);
|
||||
this.bunifuImageButton1.Location = new System.Drawing.Point(1056, 8);
|
||||
this.bunifuImageButton1.Name = "bunifuImageButton1";
|
||||
this.bunifuImageButton1.Rotation = 0;
|
||||
this.bunifuImageButton1.ShowActiveImage = true;
|
||||
|
@ -331,6 +294,7 @@ namespace XeroBrowser
|
|||
this.btnSettings.AllowZoomingOnFocus = false;
|
||||
this.btnSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSettings.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnSettings.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnSettings.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnSettings.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnSettings.ErrorImage")));
|
||||
this.btnSettings.FadeWhenInactive = false;
|
||||
|
@ -342,7 +306,7 @@ namespace XeroBrowser
|
|||
this.btnSettings.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnSettings.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnSettings.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnSettings.InitialImage")));
|
||||
this.btnSettings.Location = new System.Drawing.Point(1258, 7);
|
||||
this.btnSettings.Location = new System.Drawing.Point(1092, 8);
|
||||
this.btnSettings.Name = "btnSettings";
|
||||
this.btnSettings.Rotation = 0;
|
||||
this.btnSettings.ShowActiveImage = true;
|
||||
|
@ -370,6 +334,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton3.AllowZoomingOnFocus = false;
|
||||
this.bunifuImageButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bunifuImageButton3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bunifuImageButton3.Cursor = System.Windows.Forms.Cursors.No;
|
||||
this.bunifuImageButton3.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.bunifuImageButton3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.ErrorImage")));
|
||||
this.bunifuImageButton3.FadeWhenInactive = false;
|
||||
|
@ -381,7 +346,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton3.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton3.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton3.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.InitialImage")));
|
||||
this.bunifuImageButton3.Location = new System.Drawing.Point(1184, 7);
|
||||
this.bunifuImageButton3.Location = new System.Drawing.Point(1018, 8);
|
||||
this.bunifuImageButton3.Name = "bunifuImageButton3";
|
||||
this.bunifuImageButton3.Rotation = 0;
|
||||
this.bunifuImageButton3.ShowActiveImage = true;
|
||||
|
@ -399,6 +364,48 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton3.ZoomSpeed = 10;
|
||||
this.bunifuImageButton3.Click += new System.EventHandler(this.bunifuImageButton3_Click);
|
||||
//
|
||||
// btnBack
|
||||
//
|
||||
this.btnBack.ActiveImage = null;
|
||||
this.btnBack.AllowAnimations = true;
|
||||
this.btnBack.AllowBuffering = false;
|
||||
this.btnBack.AllowToggling = false;
|
||||
this.btnBack.AllowZooming = false;
|
||||
this.btnBack.AllowZoomingOnFocus = false;
|
||||
this.btnBack.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnBack.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnBack.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnBack.ErrorImage")));
|
||||
this.btnBack.FadeWhenInactive = false;
|
||||
this.btnBack.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
|
||||
this.btnBack.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
|
||||
this.btnBack.ImageActive = null;
|
||||
this.btnBack.ImageLocation = null;
|
||||
this.btnBack.ImageMargin = 20;
|
||||
this.btnBack.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnBack.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnBack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.btnBack.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnBack.InitialImage")));
|
||||
this.btnBack.Location = new System.Drawing.Point(179, 8);
|
||||
this.btnBack.Name = "btnBack";
|
||||
this.btnBack.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnBack.Rotation = 0;
|
||||
this.btnBack.ShowActiveImage = true;
|
||||
this.btnBack.ShowCursorChanges = false;
|
||||
this.btnBack.ShowImageBorders = true;
|
||||
this.btnBack.ShowSizeMarkers = false;
|
||||
this.btnBack.Size = new System.Drawing.Size(40, 40);
|
||||
this.btnBack.TabIndex = 5;
|
||||
this.bunifuToolTip1.SetToolTip(this.btnBack, "Back");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.btnBack, null);
|
||||
this.btnBack.ToolTipText = "";
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.btnBack, "");
|
||||
this.btnBack.WaitOnLoad = false;
|
||||
this.btnBack.Zoom = 20;
|
||||
this.btnBack.ZoomSpeed = 10;
|
||||
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
||||
//
|
||||
// btnRefresh
|
||||
//
|
||||
this.btnRefresh.ActiveImage = null;
|
||||
|
@ -408,6 +415,7 @@ namespace XeroBrowser
|
|||
this.btnRefresh.AllowZooming = false;
|
||||
this.btnRefresh.AllowZoomingOnFocus = false;
|
||||
this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btnRefresh.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnRefresh.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.ErrorImage")));
|
||||
this.btnRefresh.FadeWhenInactive = false;
|
||||
|
@ -419,7 +427,7 @@ namespace XeroBrowser
|
|||
this.btnRefresh.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnRefresh.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnRefresh.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.InitialImage")));
|
||||
this.btnRefresh.Location = new System.Drawing.Point(71, 7);
|
||||
this.btnRefresh.Location = new System.Drawing.Point(245, 8);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Rotation = 0;
|
||||
this.btnRefresh.ShowActiveImage = true;
|
||||
|
@ -437,44 +445,6 @@ namespace XeroBrowser
|
|||
this.btnRefresh.ZoomSpeed = 10;
|
||||
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
||||
//
|
||||
// btnBack
|
||||
//
|
||||
this.btnBack.ActiveImage = null;
|
||||
this.btnBack.AllowAnimations = true;
|
||||
this.btnBack.AllowBuffering = false;
|
||||
this.btnBack.AllowToggling = false;
|
||||
this.btnBack.AllowZooming = false;
|
||||
this.btnBack.AllowZoomingOnFocus = false;
|
||||
this.btnBack.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btnBack.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.btnBack.ErrorImage = ((System.Drawing.Image)(resources.GetObject("btnBack.ErrorImage")));
|
||||
this.btnBack.FadeWhenInactive = false;
|
||||
this.btnBack.Flip = Bunifu.UI.WinForms.BunifuImageButton.FlipOrientation.Normal;
|
||||
this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
|
||||
this.btnBack.ImageActive = null;
|
||||
this.btnBack.ImageLocation = null;
|
||||
this.btnBack.ImageMargin = 20;
|
||||
this.btnBack.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnBack.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnBack.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnBack.InitialImage")));
|
||||
this.btnBack.Location = new System.Drawing.Point(4, 7);
|
||||
this.btnBack.Name = "btnBack";
|
||||
this.btnBack.Rotation = 0;
|
||||
this.btnBack.ShowActiveImage = true;
|
||||
this.btnBack.ShowCursorChanges = false;
|
||||
this.btnBack.ShowImageBorders = true;
|
||||
this.btnBack.ShowSizeMarkers = false;
|
||||
this.btnBack.Size = new System.Drawing.Size(40, 40);
|
||||
this.btnBack.TabIndex = 5;
|
||||
this.bunifuToolTip1.SetToolTip(this.btnBack, "Back");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.btnBack, null);
|
||||
this.btnBack.ToolTipText = "";
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.btnBack, "");
|
||||
this.btnBack.WaitOnLoad = false;
|
||||
this.btnBack.Zoom = 20;
|
||||
this.btnBack.ZoomSpeed = 10;
|
||||
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
||||
//
|
||||
// loadingIndicator
|
||||
//
|
||||
this.loadingIndicator.AllowStylePresets = true;
|
||||
|
@ -486,13 +456,13 @@ namespace XeroBrowser
|
|||
this.loadingIndicator.DashWidth = 0.5F;
|
||||
this.loadingIndicator.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.loadingIndicator.Image = null;
|
||||
this.loadingIndicator.Location = new System.Drawing.Point(78, 14);
|
||||
this.loadingIndicator.Location = new System.Drawing.Point(255, 19);
|
||||
this.loadingIndicator.Name = "loadingIndicator";
|
||||
this.loadingIndicator.NoRounding = false;
|
||||
this.loadingIndicator.Preset = Bunifu.UI.WinForms.BunifuLoader.StylePresets.Solid;
|
||||
this.loadingIndicator.RingStyle = Bunifu.UI.WinForms.BunifuLoader.RingStyles.Solid;
|
||||
this.loadingIndicator.ShowText = false;
|
||||
this.loadingIndicator.Size = new System.Drawing.Size(27, 27);
|
||||
this.loadingIndicator.Size = new System.Drawing.Size(20, 20);
|
||||
this.loadingIndicator.Speed = 9;
|
||||
this.loadingIndicator.TabIndex = 8;
|
||||
this.loadingIndicator.Text = "bunifuLoader1";
|
||||
|
@ -551,9 +521,9 @@ namespace XeroBrowser
|
|||
this.bunifuToolTip1.SetToolTip(this.chromiumWebBrowser1, "");
|
||||
this.bunifuToolTip1.SetToolTipIcon(this.chromiumWebBrowser1, null);
|
||||
this.bunifuToolTip1.SetToolTipTitle(this.chromiumWebBrowser1, "");
|
||||
this.chromiumWebBrowser1.TitleChanged += new System.EventHandler<CefSharp.TitleChangedEventArgs>(this.chromiumWebBrowser1_TitleChanged);
|
||||
this.chromiumWebBrowser1.LoadError += new System.EventHandler<CefSharp.LoadErrorEventArgs>(this.chromiumWebBrowser1_LoadError);
|
||||
this.chromiumWebBrowser1.LoadingStateChanged += new System.EventHandler<CefSharp.LoadingStateChangedEventArgs>(this.chromiumWebBrowser1_LoadingStateChanged);
|
||||
this.chromiumWebBrowser1.TitleChanged += new System.EventHandler<CefSharp.TitleChangedEventArgs>(this.chromiumWebBrowser1_TitleChanged);
|
||||
this.chromiumWebBrowser1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chromiumWebBrowser1_KeyDown);
|
||||
//
|
||||
// FrmBrowser
|
||||
|
@ -587,6 +557,5 @@ namespace XeroBrowser
|
|||
private BunifuLoader loadingIndicator;
|
||||
private BunifuImageButton btnRefresh;
|
||||
private BunifuImageButton bunifuImageButton3;
|
||||
private BunifuImageButton bunifuImageButton4;
|
||||
}
|
||||
}
|
|
@ -7,6 +7,7 @@ using CefSharp;
|
|||
using CefSharp.WinForms;
|
||||
using EasyTabs;
|
||||
using XeroBrowser.Properties;
|
||||
using static System.Net.WebRequestMethods;
|
||||
// ReSharper disable PossibleNullReferenceException
|
||||
|
||||
namespace XeroBrowser
|
||||
|
@ -33,6 +34,7 @@ namespace XeroBrowser
|
|||
|
||||
chromiumWebBrowser1.Load(fileUrl);
|
||||
txtSearchOrUrl.Text = "";
|
||||
txtSearchOrUrl.IconRight = null;
|
||||
CheckForIllegalCrossThreadCalls = false;
|
||||
}
|
||||
|
||||
|
@ -42,7 +44,7 @@ namespace XeroBrowser
|
|||
private void btnForward_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chromiumWebBrowser1.CanGoForward) chromiumWebBrowser1.Forward();
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void ChangeUrl(string url)
|
||||
|
@ -89,70 +91,85 @@ namespace XeroBrowser
|
|||
catch (ObjectDisposedException) { }
|
||||
catch (InvalidAsynchronousStateException) { }
|
||||
|
||||
bool isMessageBoxShown = false;
|
||||
|
||||
var uri = new Uri(chromiumWebBrowser1.Address);
|
||||
if (uri.Scheme == "file")
|
||||
{
|
||||
txtSearchOrUrl.IconLeft = Resources.local;
|
||||
txtSearchOrUrl.IconRight = Resources.bookmarks_unbookmarked;
|
||||
|
||||
}
|
||||
else if (uri.Scheme == "https")
|
||||
{
|
||||
txtSearchOrUrl.IconLeft = Resources.secure;
|
||||
txtSearchOrUrl.IconRight = Resources.bookmarks_unbookmarked;
|
||||
}
|
||||
else
|
||||
else if (uri.Scheme == "http")
|
||||
{
|
||||
txtSearchOrUrl.IconLeft = Resources.insecure1;
|
||||
if (!_isBlocked)
|
||||
txtSearchOrUrl.IconRight = Resources.bookmarks_unbookmarked;
|
||||
if (!_isBlocked && !isMessageBoxShown) // Check if the scheme is HTTP, the message box hasn't been shown, and it's not blocked
|
||||
{
|
||||
MessageBox.Show(@"Warning: This site is insecure!, Your personal information may be at risk or hackers can install malicious software on your device.", @"Xero Browser", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
isMessageBoxShown = true; // Update the variable to indicate that the message box has been shown
|
||||
MessageBox.Show(@"Warning: This site is insecure! Your personal information may be at risk, or hackers can install malicious software on your device.", @"Xero Browser", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// if (txtSearchOrUrl.Text.Contains("netflix.com"))
|
||||
// {
|
||||
//MessageBox.Show("This site requires a DRM (Digital Rights Management) which Xero Browser does not support! TV Shows & Moves will not load.", "Xero Browser", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Warning);
|
||||
// chromiumWebBrowser1.Stop(); // cancel the navigation
|
||||
// isBlocked = true;
|
||||
// chromiumWebBrowser1.LoadHtml("<html><body><h1>Error!</h1><h3>This site requires a DRM (Digital Rights Management) which Xero Browser does not support! TV Shows & Moves will not load.</h3></body></html>");
|
||||
// }
|
||||
// else if (txtSearchOrUrl.Text.Contains("disneyplus.com"))
|
||||
// {
|
||||
// MessageBox.Show("This site requires a DRM (Digital Rights Management) which Xero Browser does not support! TV Shows & Moves will not load.", "Xero Browser", System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Warning);
|
||||
// }
|
||||
|
||||
if (e.IsLoading)
|
||||
{
|
||||
// Don't return, allow the code to execute the rest of the logic
|
||||
}
|
||||
|
||||
string[] blockedUrls = { "https://diamondcreeper.org/1337", "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "https://www.youtube.com/watch?v=xm3YgoEiEDc", "https://www.youtube.com/watch?v=xvFZjo5PgG0", "https://www.youtube.com/watch?v=O91DT1pR1ew", "https://www.youtube.com/watch?v=o-YBDTqX_ZU", "https://www.youtube.com/watch?v=H8ZH_mkfPUY", "https://www.youtube.com/watch?v=o-YBDTqX_ZU", "https://www.youtube.com/watch?v=xvFZjo5PgG0" };
|
||||
string[] blockedDrms = { "https://www.netflix.com/", "https://www.disneyplus.com/", "https://www.twitch.tv/" };
|
||||
|
||||
if (!_isBlocked)
|
||||
{
|
||||
foreach (string blockedDrm in blockedDrms)
|
||||
|
||||
try {
|
||||
|
||||
string[] blockedUrls = { "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "https://www.youtube.com/watch?v=xm3YgoEiEDc", "https://www.youtube.com/watch?v=xvFZjo5PgG0", "https://www.youtube.com/watch?v=O91DT1pR1ew", "https://www.youtube.com/watch?v=o-YBDTqX_ZU", "https://www.youtube.com/watch?v=H8ZH_mkfPUY", "https://www.youtube.com/watch?v=o-YBDTqX_ZU", "https://www.youtube.com/watch?v=xvFZjo5PgG0" };
|
||||
string[] blockedDrms = { "https://www.netflix.com/", "http://www.netflix.com/", "https://netflix.com/", "http://netflix.com/", "https://www.disneyplus.com/", "http://www.disneyplus.com/", "https://disneyplus.com/", "http://disneyplus.com/", "https://www.twitch.tv/", "http://www.twitch.tv/", "https://twitch.tv/", "http://twitch.tv/", "https://www.tiktok.com/", "http://www.tiktok.com/", "https://tiktok.com/", "http://tiktok.com/" };
|
||||
string[] incompatibleExtSites = { "https://www.chrome.google.com", "https://chrome.google.com", "https://www.addons.mozilla.org", "https://addons.mozilla.org" };
|
||||
|
||||
string currentAddress = chromiumWebBrowser1.Address;
|
||||
|
||||
if (!_isBlocked)
|
||||
{
|
||||
if (chromiumWebBrowser1.Address.StartsWith(blockedDrm))
|
||||
foreach (string blockedDrm in blockedDrms)
|
||||
{
|
||||
chromiumWebBrowser1.Stop(); // cancel the navigation
|
||||
_isBlocked = true;
|
||||
chromiumWebBrowser1.LoadHtml("<html><body><h1>Error!</h1><h3>This website requires a DRM (Digital Rights Management) which Xero Browser does not support!</h3></body></html>", blockedDrm);
|
||||
if (currentAddress.StartsWith(blockedDrm))
|
||||
{
|
||||
chromiumWebBrowser1.Stop(); // cancel the navigation
|
||||
_isBlocked = true;
|
||||
chromiumWebBrowser1.LoadHtml("<html> <head> </head> <style> body{ background-color: rgb(214, 214, 214); } .center{ text-align: center; } .text{ margin-top: 20%; font-family: Arial; } div{ background-color: #f5f5f5; border-radius: 15px; width: 500px; margin-left: 35%; padding: 10px; } </style> <body class=\"center\"> <div class=\"text\"> <h1>Error!</h1> <h3 id=\"domain\"></h3> </div> </body> <script> document.getElementById(\"domain\").innerHTML = window.location.hostname + (' requires a DRM (Digital Rights Management) which Xero Browser does not support!'); </script></html>", blockedDrm);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
foreach (string blockedUrl in blockedUrls)
|
||||
{
|
||||
if (chromiumWebBrowser1.Address.StartsWith(blockedUrl))
|
||||
foreach (string blockedUrl in blockedUrls)
|
||||
{
|
||||
chromiumWebBrowser1.Stop(); // cancel the navigation
|
||||
_isBlocked = true;
|
||||
chromiumWebBrowser1.LoadHtml("<html><body><h1>Rickroll Blocked!</h1><p>Being rickrolled is disabled.</p></body></html>", blockedUrl);
|
||||
if (currentAddress.StartsWith(blockedUrl))
|
||||
{
|
||||
chromiumWebBrowser1.Stop(); // cancel the navigation
|
||||
_isBlocked = true;
|
||||
chromiumWebBrowser1.LoadHtml("<html> <head> </head> <style> body{ background-color: rgb(214, 214, 214); } .center{ text-align: center; } .text{ margin-top: 20%; font-family: Arial; } div{ background-color: #f5f5f5; border-radius: 15px; width: 500px; margin-left: 35%; padding: 10px; } </style> <body class=\"center\"> <div class=\"text\"> <h1>Rickroll Blocked!</h1> <h3>Being rickrolled is disabled.</h3> </div> </body></html>", blockedUrl);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
foreach (string incompatibleExtSite in incompatibleExtSites)
|
||||
{
|
||||
if (currentAddress.StartsWith(incompatibleExtSite))
|
||||
{
|
||||
chromiumWebBrowser1.Stop(); // cancel the navigation
|
||||
_isBlocked = true;
|
||||
chromiumWebBrowser1.LoadHtml("<html> <head> </head> <style> body{ background-color: rgb(214, 214, 214); } .center{ text-align: center; } .text{ margin-top: 20%; font-family: Arial; } div{ background-color: #f5f5f5; border-radius: 15px; width: 500px; margin-left: 35%; padding: 10px; } </style> <body class=\"center\"> <div class=\"text\"> <h1>Error!</h1> <h3>Xero Browser has no extension support (Yet).</h3> </div> </body></html>", incompatibleExtSite);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
catch (System.Net.WebException) { }
|
||||
catch (System.ArgumentException) { }
|
||||
}
|
||||
|
||||
private void chromiumWebBrowser1_TitleChanged(object sender, TitleChangedEventArgs e)
|
||||
|
|
File diff suppressed because it is too large
Load diff
1215
WebBrowser/frmSettings.Designer.cs
generated
1215
WebBrowser/frmSettings.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -71,12 +71,12 @@ namespace XeroBrowser
|
|||
bunifuRadioButton1.Checked = false;
|
||||
}
|
||||
|
||||
private void btnBrowser_Click(object sender, EventArgs e)
|
||||
private void btnBrowser_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
private void Appearance_Click(object sender, EventArgs e)
|
||||
private void btnAppearance_Click(object sender, EventArgs e)
|
||||
{
|
||||
tabControl1.SelectedIndex = 1;
|
||||
}
|
||||
|
|
|
@ -123,18 +123,17 @@
|
|||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="bunifuTextBox1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAOEAAAAqCAYAAABFnDwNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJASURBVHhe7d29bhpBFMVxypQpU6ZM6TKly5QuU7r0I7ik
|
||||
yyOkTJnH4KMgiAIhhAgFAiGEXEYUyEKIbO4Z3zW2wI4dGN0U/590CmZ26Y5md4qdCoD/XK1We2s5t1QJ
|
||||
Ia/KJ8t7r9Lr2I1v6vX6F8uNpSCEHJVflu/Wq3desefZhR/thp8P/qDo9XrFeDwuptMpIeQFmUwmqTfN
|
||||
ZvNRGbU6etUO8wKmGzqdTrFcLgsAx1mtVkW3270vo/Xs0iv3mE3oETStgIPBoNhsNv4XAE5BK6QX8db6
|
||||
tv+uaBNfdYFWwO1267cBOKV+v18W8YdXb8cG9fLIIyiQ0Xq9vn9PtNVwt1FjPz5osNVq+aUAcilXQ+vd
|
||||
hVcwlfBCg5oEkJd2Tr2E117BVMKqBjUJIK/ZbFaWsOoV3JVQuzcA8ip3SSkhEIQSAsEoIRCMEgLBKCEQ
|
||||
jBICwSghEIwSAsEoIRCMEgLBKCEQjBICwSghEIwSAsEoIRCMEgLBKCEQjBICwSghEIwSAsGeKuGVBvX5
|
||||
ewB5PfW1tTMN6hP4APLSYucl/OwVTCXUYTC3mtBnugHkoXNe2u12WcIzr+AdG6xpgkdSIJ/yfdByo8XP
|
||||
63fHBnQeRVoNF4uF3wLgVHTYUqPR+K2OWd9251A8ZBNpg0YZjUacUQiciDZjygJavnnlDrMiXpdF1ClN
|
||||
w+Ew/YGWUULIyzOfz9Nipg3PslMq4N5j6CF20d659YSQo6Lz6g8/gj5HZbRcWqqEkH/KleXc8vfVD0CE
|
||||
SuUPlFsgF945+ToAAAAASUVORK5CYII=
|
||||
iVBORw0KGgoAAAANSUhEUgAAAOEAAAAhCAYAAAAvW8zOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIjSURBVHhe7d29bhpBGIVhSpcpU7pM6TJlypQuXbr0Jbik
|
||||
yyWkTJnL4KcgiAIhhDAFAiGEXEYUyEIIb74z/sbYYv0nGE2K95FO4ZlduqPZHZmhAuA/V6vVPlm+WaqE
|
||||
kA/lu+XUq/QxduNJvV7/Ybm1FISQg/LX8tt69dkr9jq78KvdcPPkA4per1eMx+NiOp0SQt6RyWQSetNs
|
||||
Np+VUaujV62cFzDc0Ol0iuVyWQA4zGq1Krrd7mMZrWeXXrnnbEKPoGEFHAwGxWaz8Y8AcAxaIb2Id9a3
|
||||
/XdFm/ipC7QCbrdbvw3AMfX7/VjEP169HRvUyyOPoEBC6/X68T3RVsPdRo398UWDrVbLLwWQSlwNrXfn
|
||||
XsFQwnMNahJAWto59RJeewVDCasa1CSAtGazWSxh1Su4K6F2bwCkFXdJKSGQCSUEMqOEQGaUEMiMEgKZ
|
||||
UUIgM0oIZEYJgcwoIZAZJQQyo4RAZi+V8EqD+kY9gLRe+gfuMw3qW/UA0tJi5yW88AqGEup8mTtN6Ju/
|
||||
ANLQ0THtdjuW8Mwr+MAGa5rgkRRIJ74PWm61+Hn9HtiAjrgIq+FisfBbAByLzm9qNBr36pj1bXe0xVM2
|
||||
ETZolNFoxLGHwJFoMyYW0PLLK1fOingdi6iDn4bDYfgALaOEkPdnPp+HxUwbnrFTKuDeY2gZu2jvKHxC
|
||||
yEHREfjlj6CvURktl5ayX5whhLydK4t+1ezt1Q9ADpXKPw+ADBpe/8RIAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="bunifuSeparator1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
@ -200,6 +199,13 @@
|
|||
iVBORw0KGgoAAAANSUhEUgAAATYAAAASCAYAAADR9vI9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABESURBVHhe7dfRCQAgDEPBju46nVL9cIdiuIO3QiAFAAAA
|
||||
AAAAAAAAk7p73bYkpWTYJMVl2CTF9Q4pAAAAAAAAAAA/qDq5qs9OXe18rgAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="bunifuSeparator10.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAQYAAAAQCAYAAAD0zdEOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA/SURBVHhe7dexDQAgDAPBjM46nhIooEqNaO6kX8GSCwAA
|
||||
AAAAAOCTJGM3JelmGCS1DIOk1jkUAAAAAAAAT1UtS6Uin/VNbJMAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="bunifuLabel18.BaseStylesheet" xml:space="preserve">
|
||||
|
@ -245,111 +251,6 @@
|
|||
<metadata name="bunifuFormDock1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="btnLanguages.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAFMAAAAfCAYAAACbKPEXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIWSURBVGhD7ZovbNtAFIcNBwsLBwcLCwsLRyKNTAlKnJCo
|
||||
Ukj5wNjYQKWCSpMKggpKSwsLIxWUVaoUZWm2ZpNWsH0/50Wzk2tip2mB85706WTf3XP85Wyf/0R5o9Vq
|
||||
bTcajVqz2fwKV8bfEpLsWxzHJ5Qx+/zWFDw/SLYHlyQew08I/YBSgtAxaJ9v4b0pKR76R0h0QZLhNPkm
|
||||
g4t7yqt6vf7OFOULOu6C/o1g4g3nDiqmanEwIls07qc6O/MM5MmUhUMjkoYuMge4+g4fTV027Bzph3Yx
|
||||
+hqApvB/sFIXm1AHZzGDarX6xjQmc8h9ZPpVewXw9kDZMZVRxEIv3cApBkJHiUg7V27UZPwFGOJxT6MS
|
||||
l7HubkKNnBzg75Hyi2SepyuclelJZlkfWLw2fcn0SfqakMxghVMcTdZHoQqnOBqZPsdcAxqUfhu5JvB4
|
||||
I5mfWNA8KdjIWQ4OVXZ1X77Dgp4izzVy8mH+Jq81WPCL0DPA30O73d5KZLKioxWzjZzl4O0RjhKRCj2P
|
||||
o+J6tqGzHB3Veg1uKiehpx5U+N1QAfA1ROSBKcyGKtQg1NHJwuD7RXls6sJBg1MN3XRHJ4tEMvDOTNni
|
||||
oMMhDNIJnAl25C4ekbNBhwoM6fx7mmjD+aMj9slz5LLQ3Ikkn+EHjEgW2kjZ0SsdfXP0be6qvUpo6kSy
|
||||
DyTtUt6kNlRm9A3BOefHWj6JUfQPc63TwLqotVoAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnAccessibility.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAF0AAAAfCAYAAACF4cGkAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIQSURBVGhD7ZovTMNAFIcrkUgkEolEIpEYEgwZautmFhIM
|
||||
HoHDIUgQJCQIFAKLRSJJEDgSkmWM8TcBAd+vewtlHKOMtmbvJV8u7d29Ld9u17u2UdZoNBpTtVpttV6v
|
||||
78C58T7GJA7iON6njHEzbar+HySbhzMSP8EDhL7AWIP4J5Cba1g0dX8P/XIkOiVJp5/c+R2c3VGeV6vV
|
||||
GVOZLeg4B/rVgomdTNzAkikdHozwBo1bqc7O6LTl09SGQyOchi48R3B6Cyum+GvYHO5TSjG0NKBN9Wdw
|
||||
UhfNUAcnH9qVSmXCdCdr8AWk+yqlQPD7SLluyqOIg4t0A6cYEN9NhNtc7puecujge16jHOexdpuhRk6O
|
||||
4PmNclvST9IVTuFcSPq437gqm5ak+2aoZCQ9WOEUhzZF3VCFUxwa6b5GLxENct/+lwy+ryR9kwOtH4ON
|
||||
nPzAtcoj3XeZ5UBPO741cvLFPPce53HgF9MSwPNjs9mcTKRzYl0nBhs5+YHfN9hNhCt0n5eKy8GGTn5o
|
||||
NtFrLKa8F7r7RYXvTgsArx2Er5nqr6EKNQh1dEaDwfxMuWeKw0GDQ/0V0h2d0ZBwBvKxqR0edNiAdjqB
|
||||
8zdsxhg+wgeDDkvQofNLP5GTiVfNFD/O4b+F1pQk2YJ76JIs9CFODz3y1DuNB99WKaOElpQkWybpEeVV
|
||||
6oOc3kujJ8zfq9lkR9EH1AeGKbd2f/cAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnAutofill.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAE4AAAAfCAYAAABJePtPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIOSURBVGhD7ZohTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
|
||||
4BE4HIIEsYQEMYWYxSInlyDmSEiWUQYbJEzA/3dvWdtdSzcCyXrvJV8u7d29cV+u7V2LkzU8z9uqVqvl
|
||||
Wq12ATrC15oTjMN13SZKF+PbluH+PpCsAO6ReAzegOkPWHsgbww4vkdwIMNfPmgfie6QxJ8ltwWM+wVl
|
||||
p1Kp7IiObIGOe4DmjYkt4gkURUt6YKZ5aNwPdbadAZ2IHnNwpqGhSosBL8/gSDRFQ+5penkm0+fEEl3z
|
||||
wEk+CEwdlDmDUqm0IcqCNdo+xFn39FwWOBqhbIg2x8FBN9xASQbyhoE0ubfldmH7B/hwVuBsgzeXuwJT
|
||||
IyUGXE1QnlNcO1yhZKJLcXnYrP83fYrTBe8KUJyxQkmHC9+hqUJJhzNO13BLwsmmW60VgLMexZ3igGsT
|
||||
YyMlCnyxbHGfuosDvvFcaKQsIq6mr9ZxoA+IjMDVqF6vbwbicKLBE/FGShQ4moDLQBqD75hQ8RBvqETh
|
||||
lcnPpKJtGtzxo0J3EQnAjQ9px6IrGqxgA1NHm8Gkekd5JZrMgQY3nJLhjjZDaZhQt6InPdDhBAzCCWxE
|
||||
rr70mRYPdCgCH50/Zoks4pNXXeI97afgegVJzsArGCKZ6UfyBD8h8H9IrheenqsElytIdoikLZS90A/l
|
||||
BX5PbuN+Vs4mzHG+AUv2epMx+Q+JAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="Appearance.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAF4AAAAfCAYAAABu1nqnAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIRSURBVGhD7ZovTMNAFIcrkUgkEolEIpEYEgwZautmFhIM
|
||||
HoHDIUgQJCQIFAKLRSJJEDgSkmWM8TcBAd+vewtlHKOMtgjeS75c2rt7I9+O2921UdZoNBoTtVptuV6v
|
||||
b8Gp8frPSTzEcbxLGeNn0nT9Pkg2CyckfoA7CP0B/x7kP4D8XMK86ft56Nsj0TFJOv3kTjbwdkN5Wq1W
|
||||
p0xntqDjDOibCyZ2MnMFC6Z1eDDSGzRupTo7v6Mtp6Y3HBrpNHTpOYPXa1gyzR/D5nSfXoqjpYFtut+D
|
||||
m/ohDXVw8qNdqVTGTHmyRp9DvK9eCgbH95Srpj2KuDhLN3CKA/ndRLrN7b4xKo8Ozmc12vEea1caauTk
|
||||
DK5fKDcl/ihd4ZTCmcT7YVf5tCTeN0x/gMQHK5xi0capG6pwikUj3tfwJaPB7kcFfwDOLyR+nQutLYON
|
||||
nHzBt8oDndNMc6EnJp8aOfljrnuPBrnwH9iSwPV9s9kcT8RzY1U3Bhs5+YLjF9hOpCt0RkzF+WBDJ180
|
||||
s+g1GdPeC52YUeG72ILAbQfpK6b7Y6hCDUIdndFhUD9S7pjmcNBgX/8S6Y7O6Eg6A/rQ9A4POqxBO53A
|
||||
+Tk2ewwf6YNBhwXo0Pmpn8jJzLNmjS/n9O9C602SbMAtdEkW+hDnHT1C1TuUe59WL6OElpskWyTpAeVF
|
||||
6oOcHnof6Yj5fDmb8Ch6AzDdyy+dOe2iAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnBehavior.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAE4AAAAfCAYAAABJePtPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIOSURBVGhD7ZohTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
|
||||
4BE4HIIEsYQEMYWYxSInlyDmSEiWUQYbJEzA/3dvWdtdSzcCyXrvJV8u7d29cV+u7V2LkzU8z9uqVqvl
|
||||
Wq12ATrC15oTjMN13SZKF+PbluH+PpCsAO6ReAzegOkPWHsgbww4vkdwIMNfPmgfie6QxJ8ltwWM+wVl
|
||||
p1Kp7IiObIGOe4DmjYkt4gkURUt6YKZ5aNwPdbadAZ2IHnNwpqGhSosBL8/gSDRFQ+5penkm0+fEEl3z
|
||||
wEk+CEwdlDmDUqm0IcqCNdo+xFn39FwWOBqhbIg2x8FBN9xASQbyhoE0ubfldmH7B/hwVuBsgzeXuwJT
|
||||
IyUGXE1QnlNcO1yhZKJLcXnYrP83fYrTBe8KUJyxQkmHC9+hqUJJhzNO13BLwsmmW60VgLMexZ3igGsT
|
||||
YyMlCnyxbHGfuosDvvFcaKQsIq6mr9ZxoA+IjMDVqF6vbwbicKLBE/FGShQ4moDLQBqD75hQ8RBvqETh
|
||||
lcnPpKJtGtzxo0J3EQnAjQ9px6IrGqxgA1NHm8Gkekd5JZrMgQY3nJLhjjZDaZhQt6InPdDhBAzCCWxE
|
||||
rr70mRYPdCgCH50/Zoks4pNXXeI97afgegVJzsArGCKZ6UfyBD8h8H9IrheenqsElytIdoikLZS90A/l
|
||||
BX5PbuN+Vs4mzHG+AUv2epMx+Q+JAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnPrivacy.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAIwAAAAfCAYAAAA1MiXTAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIjSURBVHhe7ZshTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
|
||||
4BE4HIIEQUKCmELMYpGTSxBzJCTLKIMNEibg/7u30HVHV0B1+1/y5dLe3duS+3K9XlsvawRBsFGtVsu1
|
||||
Wu0MtI1PkUui8fN9/xKlj3HdtGH+fyBZAdwh8Qi8AtcfEDkF0owAx/UB7Nmw/z5oHRLdIkk4TS6WG4z3
|
||||
M8p2pVLZMg2yBTruABrnTCyWnkdQNB3SAzNLgMa9WGexmvTpgmnhDs4saChZRAR8eAIHpsds2JpFlyGR
|
||||
pMeJxDT5DpzkAtfVQYh+qVRaM1WiPZZdCKO7IeEEbgxRNkwXz8NBJ95AiCSQZhDJYmsXbciJRYRwpcDZ
|
||||
Bb743MV1NRIiAo6MUZ5SmFa8QogUOhRGDxFFVnoURht1IjMUxlkhhAtu2A1cFUK44AyjPRiRCU4ueiQg
|
||||
MgNXuhTmGAe8x3Y2EoLAE5ZNPkfaxgHftJprJMQUc2TyCicOtPAVqcCRYb1eX4+EwYkGTyQbCUHgxhic
|
||||
R7Iw+K4DKu6TDYUgvALxMyPTZRJ8EokK7fqKGeBECFkOTZPZYAUbuDqK1QOTyBvKC9PDHWhwzSko3lGs
|
||||
HpQFE8iNaZEe6HAE+vEEYnWwq0z6zJIMdCiCEJ3fp4nE0vPBq8uPa5ZFwftuJDkBL2CAZK4fEfmHr+jy
|
||||
G+urubuhvwRvu5FsH0mbKLuxHxL5ht+htbBeKWcTxfO+AHVhMwbCrkIhAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnBrowser.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAE4AAAAfCAYAAABJePtPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIOSURBVGhD7ZohTMNAFIYrkUgkEolETiIxSzBkU1tXs5DM
|
||||
4BE4HIIEsYQEMYWYxSInlyDmSEiWUQYbJEzA/3dvWdtdSzcCyXrvJV8u7d29cV+u7V2LkzU8z9uqVqvl
|
||||
Wq12ATrC15oTjMN13SZKF+PbluH+PpCsAO6ReAzegOkPWHsgbww4vkdwIMNfPmgfie6QxJ8ltwWM+wVl
|
||||
p1Kp7IiObIGOe4DmjYkt4gkURUt6YKZ5aNwPdbadAZ2IHnNwpqGhSosBL8/gSDRFQ+5penkm0+fEEl3z
|
||||
wEk+CEwdlDmDUqm0IcqCNdo+xFn39FwWOBqhbIg2x8FBN9xASQbyhoE0ubfldmH7B/hwVuBsgzeXuwJT
|
||||
IyUGXE1QnlNcO1yhZKJLcXnYrP83fYrTBe8KUJyxQkmHC9+hqUJJhzNO13BLwsmmW60VgLMexZ3igGsT
|
||||
YyMlCnyxbHGfuosDvvFcaKQsIq6mr9ZxoA+IjMDVqF6vbwbicKLBE/FGShQ4moDLQBqD75hQ8RBvqETh
|
||||
lcnPpKJtGtzxo0J3EQnAjQ9px6IrGqxgA1NHm8Gkekd5JZrMgQY3nJLhjjZDaZhQt6InPdDhBAzCCWxE
|
||||
rr70mRYPdCgCH50/Zoks4pNXXeI97afgegVJzsArGCKZ6UfyBD8h8H9IrheenqsElytIdoikLZS90A/l
|
||||
BX5PbuN+Vs4mzHG+AUv2epMx+Q+JAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="bunifuImageButton1.ErrorImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
|
@ -799,9 +700,6 @@
|
|||
RK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="bunifuLabel13.BaseStylesheet" xml:space="preserve">
|
||||
<value>#bunifu-label { padding: 0px; font-family: 'Segoe UI'; font-size: 14.25pt; width: 100%; height: 100%; font-style: normal; font-weight: bold; text-decoration: none; color: rgb(245, 245, 245); text-align: left; }</value>
|
||||
</data>
|
||||
<data name="bunifuPictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAHgAAACCCAYAAACNbQytAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
|
@ -867,6 +765,134 @@
|
|||
3Uz+8TJZi0tWWbRyB3834DENcwEP7A6asxUSYa+aMSM3iOJ7EP3i62Fy+t0mPGQijN0P9KJb8hU8eA5g
|
||||
fcljEoT6cHtHR8dcdLUad6mtSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRKJx
|
||||
qwkT/g+lBbk2hAPiKQAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="bunifuLabel13.BaseStylesheet" xml:space="preserve">
|
||||
<value>#bunifu-label { padding: 0px; font-family: 'Segoe UI'; font-size: 14.25pt; width: 100%; height: 100%; font-style: normal; font-weight: bold; text-decoration: none; color: rgb(245, 245, 245); text-align: left; }</value>
|
||||
</data>
|
||||
<data name="btnAccessibility.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAF4AAAAnCAYAAACG//9nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKgSURBVGhD7Zu/q9NQFMczOjo65Caro3+Co5O4CI6OroKL
|
||||
4ODifNMqbxBE3uTg7Or6eFNHN0FQnvAsbfXZh5Se6/ck51EePS9NmtwK9nzhQ1ty703yzcm5P5ImXZT6
|
||||
cM/58Dwb0IesoFFFCP8ncn44Vz7ntKAH+dtwTayIr3RAd/KC3uMg5jig6foB7geuoBk8WGSePuJCPBR7
|
||||
+lfuw23s7JMb0EQ7kH3GefoFb075LhC7uit/FW7IbWaGb4DvAlyEzwjSW2LfduIGEOFftJ0YddAJPu+L
|
||||
je3EFaUBpWFjMzRG9D8VO5sJFdn08XpjRhuQen6i830httarTC/F8ofWkLENZQDXpx3uSC2n9w8Hcm2H
|
||||
y8NFraLRHXh7ok64eBaKAns7IYoNjD/DrPeJ2L0Sjz+1Ckaf0PhS1Fu07wbk+gXM92I7ho/lIpde2OgX
|
||||
pJzT0nQOffw41woZ/QOvZ/kw3Ex4YYd/aIWM/sFw/Twb0jNOM4daASMmdJTwerK+0YgFjyBt0vQP4NTO
|
||||
C2LqRiMuHPFftQ1GTGiOiKcjfaMRD/qWVA+utY1GPGjEqeYRvvzWCxhxoIOLh9lm/M6gCb+xUS4b2JBy
|
||||
l6BjvRCvE8P8M72g0Sfcp4rt1UIZroQ93I6MK8J07RGgRX1cnF8u4O9rsXsli/q4OE8zHsiI3ZflXtLd
|
||||
zNN3raKxPa5YThDtj8VmXVyAC2oNGO2Bl3Nkkjdib724YOqX9lSqI2lBf+DlsdjaTOhs31nkb49E+rH6
|
||||
Ls0mcdpBZTO/JVXANkwvV4mnt7gAE0s9zeDRy8aOtKlg/nU3pCE3qu3M4CjH5Aiz0iuHjF3Eja7+/2Qp
|
||||
CEwR3Qt+L6n2pdQ+xSkI5h+AEXa+N3dCda7lv/8O+Q08saOlkuQvF9rpGMwBEkYAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnLanguages.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAGAAAAAnCAYAAADwxU3sAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKlSURBVGhD7Zu/b9NQEMc9MjIy+NlrR/4ERibEgsTIyFqJ
|
||||
pRIDC/NzAuqAhFAnBmZW1qpTxm5ISKAilSgJlFQoyj2+Z18VqlxdJ85zJXInfZREfu/Z/t67ez/sJG0s
|
||||
9eGh8+FF1qOPWUGDihD+b+Q+cc9872lBj/N34ZZIEt/SHt3PC/qAi5jigsbLF7hduIIm0GKWefoEhzwR
|
||||
mTZvuQ/3cLJj16ORdiEGnOHpFzQ65agQ2dpb/jrckbAz4RvCUQFnfEanvSsyrmfcAHr8F+0kRhPoBJ+P
|
||||
RM7VjCtKA0rDRnNoiGjYE1mbGSqy+MPlxox1QEr6iUH6pchbb2XaKeY/tIaMNpQduj4d8YBrOT8e3LFr
|
||||
B2aeZmoVjc0BjU/UhRuvalFg6xdWsYEDzrCKfiayL4znrVoFIwY0vBQF1vu7BWPBDE7wIj+mneVmml7Y
|
||||
iANS0WkpPocCfpxrhYx4QPNJ3g87CW8c8Q+tkBEPTPfPsz495/RzoBUwuoAOE97H1g8aseGZpy2+bhBO
|
||||
/bzxph40uoEj4Kt2wOgCmiIC6FA/aMSHviXVA3btoBEfGnAKeoovv/UCRlxo/+Khuzmgc2jEb5qU2xE2
|
||||
Fb0JMABfGO9PwwlnekEjBjz2ivzVhhw8Yg/hO8IVYbz0aNKioBucn8+g8xuRfWEWBd3gPE144iOyXzb3
|
||||
ih5knr5rFY32uGI+Qu/fFbl14wJcUGvAWB9oOkWGeSsy1xsXTP3cnpJtiLSgP9D0SORtZhiU31sktEd6
|
||||
/pH6LtB1xukIlc0Ja1J14IZp5yrj5TIcMbKUtBo827l2wG1qcMJt16c+N6qdzFhQLrKwyr1yqtnGuNHF
|
||||
/8MsNf3DGL19xu9X1b58u0nj1AQn7IMBTr51kVHdc/lvyQN+s1BkWdGS5C8tXbmPQ7h/cgAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnAutofill.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAGAAAAAnCAYAAADwxU3sAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKlSURBVGhD7Zu/b9NQEMc9MjIy+NlrR/4ERibEgsTIyFqJ
|
||||
pRIDC/NzAuqAhFAnBmZW1qpTxm5ISKAilSgJlFQoyj2+Z18VqlxdJ85zJXInfZREfu/Z/t67ez/sJG0s
|
||||
9eGh8+FF1qOPWUGDihD+b+Q+cc9872lBj/N34ZZIEt/SHt3PC/qAi5jigsbLF7hduIIm0GKWefoEhzwR
|
||||
mTZvuQ/3cLJj16ORdiEGnOHpFzQ65agQ2dpb/jrckbAz4RvCUQFnfEanvSsyrmfcAHr8F+0kRhPoBJ+P
|
||||
RM7VjCtKA0rDRnNoiGjYE1mbGSqy+MPlxox1QEr6iUH6pchbb2XaKeY/tIaMNpQduj4d8YBrOT8e3LFr
|
||||
B2aeZmoVjc0BjU/UhRuvalFg6xdWsYEDzrCKfiayL4znrVoFIwY0vBQF1vu7BWPBDE7wIj+mneVmml7Y
|
||||
iANS0WkpPocCfpxrhYx4QPNJ3g87CW8c8Q+tkBEPTPfPsz495/RzoBUwuoAOE97H1g8aseGZpy2+bhBO
|
||||
/bzxph40uoEj4Kt2wOgCmiIC6FA/aMSHviXVA3btoBEfGnAKeoovv/UCRlxo/+Khuzmgc2jEb5qU2xE2
|
||||
Fb0JMABfGO9PwwlnekEjBjz2ivzVhhw8Yg/hO8IVYbz0aNKioBucn8+g8xuRfWEWBd3gPE144iOyXzb3
|
||||
ih5knr5rFY32uGI+Qu/fFbl14wJcUGvAWB9oOkWGeSsy1xsXTP3cnpJtiLSgP9D0SORtZhiU31sktEd6
|
||||
/pH6LtB1xukIlc0Ja1J14IZp5yrj5TIcMbKUtBo827l2wG1qcMJt16c+N6qdzFhQLrKwyr1yqtnGuNHF
|
||||
/8MsNf3DGL19xu9X1b58u0nj1AQn7IMBTr51kVHdc/lvyQN+s1BkWdGS5C8tXbmPQ7h/cgAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnBehavior.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAGAAAAAnCAYAAADwxU3sAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKlSURBVGhD7Zu/b9NQEMc9MjIy+NlrR/4ERibEgsTIyFqJ
|
||||
pRIDC/NzAuqAhFAnBmZW1qpTxm5ISKAilSgJlFQoyj2+Z18VqlxdJ85zJXInfZREfu/Z/t67ez/sJG0s
|
||||
9eGh8+FF1qOPWUGDihD+b+Q+cc9872lBj/N34ZZIEt/SHt3PC/qAi5jigsbLF7hduIIm0GKWefoEhzwR
|
||||
mTZvuQ/3cLJj16ORdiEGnOHpFzQ65agQ2dpb/jrckbAz4RvCUQFnfEanvSsyrmfcAHr8F+0kRhPoBJ+P
|
||||
RM7VjCtKA0rDRnNoiGjYE1mbGSqy+MPlxox1QEr6iUH6pchbb2XaKeY/tIaMNpQduj4d8YBrOT8e3LFr
|
||||
B2aeZmoVjc0BjU/UhRuvalFg6xdWsYEDzrCKfiayL4znrVoFIwY0vBQF1vu7BWPBDE7wIj+mneVmml7Y
|
||||
iANS0WkpPocCfpxrhYx4QPNJ3g87CW8c8Q+tkBEPTPfPsz495/RzoBUwuoAOE97H1g8aseGZpy2+bhBO
|
||||
/bzxph40uoEj4Kt2wOgCmiIC6FA/aMSHviXVA3btoBEfGnAKeoovv/UCRlxo/+Khuzmgc2jEb5qU2xE2
|
||||
Fb0JMABfGO9PwwlnekEjBjz2ivzVhhw8Yg/hO8IVYbz0aNKioBucn8+g8xuRfWEWBd3gPE144iOyXzb3
|
||||
ih5knr5rFY32uGI+Qu/fFbl14wJcUGvAWB9oOkWGeSsy1xsXTP3cnpJtiLSgP9D0SORtZhiU31sktEd6
|
||||
/pH6LtB1xukIlc0Ja1J14IZp5yrj5TIcMbKUtBo827l2wG1qcMJt16c+N6qdzFhQLrKwyr1yqtnGuNHF
|
||||
/8MsNf3DGL19xu9X1b58u0nj1AQn7IMBTr51kVHdc/lvyQN+s1BkWdGS5C8tXbmPQ7h/cgAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnPrivacy.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAH0AAAAnCAYAAAAilUe0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKsSURBVHhe7Zyxb9NAFMY9MjIy+OyVkT+BkQmxIDEysiKx
|
||||
IDGwMJ8TUIdKCHVi6MzKWnXKyIaEBCpSiZJASYWiPPM9+6qoyqubkpTEl++Tfkoi350tf37Pd+dzkmWU
|
||||
+vKB8+XLrCMfskJ6NWVJVk04tzjPer7TQh7l78obwYbrV9qRe3kh+ziIMQ5oOH+A5LpxhYxw/ieZl4+4
|
||||
CB4Ha1av3Jd3sbNPriMD60DIenBefsGXY43+YNXyyt+Ut0J6odkbjEY/LoDPCM47wbp/kzaAyP5i7YRs
|
||||
KnKEz4fBwqtJK4YGjIbJZiN9RP3zYOViQkU1vD/fGGkLSPc/0dF7FSxtVpXSi+kPqyHSNqrAbU712mnj
|
||||
PTwuNIAbO3c6JLMqknYDX4/MyRydXUMBTrZECEw/yTryLFg9k47xrAokFqR/LtoZ5fGDe/sExvtgOYZo
|
||||
1QMTuzCJB6T548pwDXn8OLUKkbiAz6O8W95OdKJef1iFSFxgOH6adeWFpvY9qwCJFTlI9JmsvZHEiI7S
|
||||
OCGzZeitXB+umBtJvGikf7U2kFiRMSJdDuyNJE7kW1IvcrQ2kjiRnqb3J/jy2y5A4kN2zhY+0vStQAa6
|
||||
qrmaiuWwbVtAJ+5M+qwVxp/YBUksaP8tWF4/dMFVwIWQEeOKcji3bIrRHi/OTyfwdjdYPROjPV6cl5F2
|
||||
2IPV5+Vey/3My3erImknrpgOEOVPg8W2tIAWtBog7QI+jpG93wZrm6UFUz/lapoWkxbyBz4eBksXEzp2
|
||||
7xnx7SRE+KG51v0yaapHZRrfIupAXTClXySdtoP5A6b7zUd76Zd22hYVjL/putLVRq2dkfVSTbwUsn/h
|
||||
sGwZaaOz/5th2l8zQ0T1RN9ZaHxBcZXStA/jd0APO2cG+A/U57n6l6k9fSspWHFFJclfIbKIJ4pS6CAA
|
||||
AAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnAppearance.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAGAAAAAnCAYAAADwxU3sAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKlSURBVGhD7Zu/b9NQEMc9MjIy+NlrR/4ERibEgsTIyFqJ
|
||||
pRIDC/NzAuqAhFAnBmZW1qpTxm5ISKAilSgJlFQoyj2+Z18VqlxdJ85zJXInfZREfu/Z/t67ez/sJG0s
|
||||
9eGh8+FF1qOPWUGDihD+b+Q+cc9872lBj/N34ZZIEt/SHt3PC/qAi5jigsbLF7hduIIm0GKWefoEhzwR
|
||||
mTZvuQ/3cLJj16ORdiEGnOHpFzQ65agQ2dpb/jrckbAz4RvCUQFnfEanvSsyrmfcAHr8F+0kRhPoBJ+P
|
||||
RM7VjCtKA0rDRnNoiGjYE1mbGSqy+MPlxox1QEr6iUH6pchbb2XaKeY/tIaMNpQduj4d8YBrOT8e3LFr
|
||||
B2aeZmoVjc0BjU/UhRuvalFg6xdWsYEDzrCKfiayL4znrVoFIwY0vBQF1vu7BWPBDE7wIj+mneVmml7Y
|
||||
iANS0WkpPocCfpxrhYx4QPNJ3g87CW8c8Q+tkBEPTPfPsz495/RzoBUwuoAOE97H1g8aseGZpy2+bhBO
|
||||
/bzxph40uoEj4Kt2wOgCmiIC6FA/aMSHviXVA3btoBEfGnAKeoovv/UCRlxo/+Khuzmgc2jEb5qU2xE2
|
||||
Fb0JMABfGO9PwwlnekEjBjz2ivzVhhw8Yg/hO8IVYbz0aNKioBucn8+g8xuRfWEWBd3gPE144iOyXzb3
|
||||
ih5knr5rFY32uGI+Qu/fFbl14wJcUGvAWB9oOkWGeSsy1xsXTP3cnpJtiLSgP9D0SORtZhiU31sktEd6
|
||||
/pH6LtB1xukIlc0Ja1J14IZp5yrj5TIcMbKUtBo827l2wG1qcMJt16c+N6qdzFhQLrKwyr1yqtnGuNHF
|
||||
/8MsNf3DGL19xu9X1b58u0nj1AQn7IMBTr51kVHdc/lvyQN+s1BkWdGS5C8tXbmPQ7h/cgAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnBrowser.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAGAAAAAnCAYAAADwxU3sAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKlSURBVGhD7Zu/b9NQEMc9MjIy+NlrR/4ERibEgsTIyFqJ
|
||||
pRIDC/NzAuqAhFAnBmZW1qpTxm5ISKAilSgJlFQoyj2+Z18VqlxdJ85zJXInfZREfu/Z/t67ez/sJG0s
|
||||
9eGh8+FF1qOPWUGDihD+b+Q+cc9872lBj/N34ZZIEt/SHt3PC/qAi5jigsbLF7hduIIm0GKWefoEhzwR
|
||||
mTZvuQ/3cLJj16ORdiEGnOHpFzQ65agQ2dpb/jrckbAz4RvCUQFnfEanvSsyrmfcAHr8F+0kRhPoBJ+P
|
||||
RM7VjCtKA0rDRnNoiGjYE1mbGSqy+MPlxox1QEr6iUH6pchbb2XaKeY/tIaMNpQduj4d8YBrOT8e3LFr
|
||||
B2aeZmoVjc0BjU/UhRuvalFg6xdWsYEDzrCKfiayL4znrVoFIwY0vBQF1vu7BWPBDE7wIj+mneVmml7Y
|
||||
iANS0WkpPocCfpxrhYx4QPNJ3g87CW8c8Q+tkBEPTPfPsz495/RzoBUwuoAOE97H1g8aseGZpy2+bhBO
|
||||
/bzxph40uoEj4Kt2wOgCmiIC6FA/aMSHviXVA3btoBEfGnAKeoovv/UCRlxo/+Khuzmgc2jEb5qU2xE2
|
||||
Fb0JMABfGO9PwwlnekEjBjz2ivzVhhw8Yg/hO8IVYbz0aNKioBucn8+g8xuRfWEWBd3gPE144iOyXzb3
|
||||
ih5knr5rFY32uGI+Qu/fFbl14wJcUGvAWB9oOkWGeSsy1xsXTP3cnpJtiLSgP9D0SORtZhiU31sktEd6
|
||||
/pH6LtB1xukIlc0Ja1J14IZp5yrj5TIcMbKUtBo827l2wG1qcMJt16c+N6qdzFhQLrKwyr1yqtnGuNHF
|
||||
/8MsNf3DGL19xu9X1b58u0nj1AQn7IMBTr51kVHdc/lvyQN+s1BkWdGS5C8tXbmPQ7h/cgAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
|
@ -769,6 +769,9 @@ document.addEventListener('contextmenu', event => event.preventDefault());
|
|||
<a data-w-tab="Tab 4" class="tabs-vertical-tab w-inline-block w-tab-link" id="w-tabs-1-data-w-tab-3" href="#w-tabs-1-data-w-pane-3" role="tab" aria-controls="w-tabs-1-data-w-pane-3" aria-selected="false" tabindex="-1">
|
||||
<div>Work/Education</div>
|
||||
</a>
|
||||
<a data-w-tab="Tab 5" class="tabs-vertical-tab w-inline-block w-tab-link" id="w-tabs-1-data-w-tab-4" href="#w-tabs-1-data-w-pane-4" role="tab" aria-controls="w-tabs-1-data-w-pane-4" aria-selected="false" tabindex="-1">
|
||||
<div>Gaming</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="w-tab-content">
|
||||
<div data-w-tab="Tab 1" class="w-tab-pane w--tab-active" id="w-tabs-1-data-w-pane-0" role="tabpanel" aria-labelledby="w-tabs-1-data-w-tab-0" style="opacity: 1; transition: opacity 300ms ease 0s;">
|
||||
|
@ -789,12 +792,9 @@ document.addEventListener('contextmenu', event => event.preventDefault());
|
|||
<div class="panel-body">
|
||||
<div class="space-bottom-large">
|
||||
<div>
|
||||
<a href="https://twitch.tv/" class="button w-button"><i class="fa fa-twitch"></i> Twitch</a>
|
||||
<a href="https://facebook.com/" class="button w-button"><i class="fa-brands fa-facebook"></i> Facebook</a>
|
||||
<a href="https://twitter.com/" class="button w-button"><i class="fa fa-twitter"></i> Twitter</a>
|
||||
<a href="https://tiktok.com/" class="button w-button"><i class="fa-brands fa-tiktok"></i> TikTok</a>
|
||||
<a href="https://mastodon.social/explore" class="button w-button"><i class="fa fa-mastodon"></i> Mastodon</a>
|
||||
<a href="https://discord.com/" class="button w-button"><i class="fa-brands fa-discord"></i> Discord</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -816,7 +816,7 @@ document.addEventListener('contextmenu', event => event.preventDefault());
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-w-tab="Tab 4" class="w-tab-pane" id="w-tabs-1-data-w-pane-3" role="tabpanel" aria-labelledby="w-tabs-1-data-w-tab-3" style="">
|
||||
<div data-w-tab="Tab 4" class="w-tab-pane" id="w-tabs-1-data-w-pane-3" role="tabpanel" aria-labelledby="w-tabs-1-data-w-tab-3">
|
||||
<div class="panel">
|
||||
<div class="panel-body">
|
||||
<div class="space-bottom-large">
|
||||
|
@ -829,10 +829,22 @@ document.addEventListener('contextmenu', event => event.preventDefault());
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-w-tab="Tab 5" class="w-tab-pane" id="w-tabs-1-data-w-pane-4" role="tabpanel" aria-labelledby="w-tabs-1-data-w-tab-4">
|
||||
<div class="panel">
|
||||
<div class="panel-body">
|
||||
<div class="space-bottom-large">
|
||||
<div>
|
||||
<a href="https://hoyolab.com" class="button w-button">Hoyolab</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> </div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<packages>
|
||||
<package id="Bunifu.UI.WinForms" version="5.3.0" targetFramework="net48" />
|
||||
<package id="Bunifu.Utils" version="1.0.6" targetFramework="net48" />
|
||||
<package id="cef.redist.x64" version="113.1.4" targetFramework="net48" />
|
||||
<package id="cef.redist.x86" version="113.1.4" targetFramework="net48" />
|
||||
<package id="CefSharp.Common" version="113.1.40" targetFramework="net48" />
|
||||
<package id="CefSharp.WinForms" version="113.1.40" targetFramework="net48" />
|
||||
<package id="cef.redist.x64" version="113.3.5" targetFramework="net48" />
|
||||
<package id="cef.redist.x86" version="113.3.5" targetFramework="net48" />
|
||||
<package id="CefSharp.Common" version="113.3.50" targetFramework="net48" />
|
||||
<package id="CefSharp.WinForms" version="113.3.50" targetFramework="net48" />
|
||||
<package id="EasyTabs" version="2.0.0" targetFramework="net48" />
|
||||
<package id="ExCSS" version="4.2.0" targetFramework="net48" />
|
||||
<package id="Fizzler" version="1.3.0" targetFramework="net48" />
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -20,7 +20,7 @@
|
|||
<!-- Add the codebase section if missing. -->
|
||||
<codeBase xdt:Transform="InsertIfMissing"/>
|
||||
<!-- Ensure the codeBase version and href are set to the correct values. -->
|
||||
<codeBase version="113.1.40.0" href="x64/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
|
||||
<codeBase version="113.3.50.0" href="x64/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
|
@ -20,7 +20,7 @@
|
|||
<!-- Add the codebase section if missing. -->
|
||||
<codeBase xdt:Transform="InsertIfMissing"/>
|
||||
<!-- Ensure the codeBase version and href are set to the correct values. -->
|
||||
<codeBase version="113.1.40.0" href="x86/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
|
||||
<codeBase version="113.3.50.0" href="x86/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue