mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +03:00
100 lines
3.7 KiB
HTML
100 lines
3.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>DarkUI - Dark themed control and docking library for .NET WinForms</title>
|
|
|
|
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/github-light.css">
|
|
<meta name="viewport" content="width=device-width">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>DarkUI</h1>
|
|
|
|
<p>Dark themed control and docking library for .NET WinForms.</p>
|
|
<p class="view"><a href="https://github.com/RobinPerris/DarkUI">View the Project on GitHub <small>RobinPerris/DarkUI</small></a></p>
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/RobinPerris/DarkUI/zipball/master">Download <strong>ZIP File</strong></a></li>
|
|
<li><a href="https://github.com/RobinPerris/DarkUI/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
|
<li><a href="https://github.com/RobinPerris/DarkUI">View On <strong>GitHub</strong></a></li>
|
|
</ul>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<image src="images/logo-500.png" />
|
|
<br /><br />
|
|
|
|
<h3>
|
|
<a id="about-darkui" class="anchor" href="#about-darkui" aria-hidden="true"><span class="octicon octicon-link"></span></a>About DarkUI</h3>
|
|
|
|
<p>DarkUI is an attempt to create a simple, extensible control library which emulates the look and feel of popular tabbed document interfaces such as Visual Studio, Photoshop, WebStorm, and XCode. Originally just a collection of bug fixes and enhancements built on top of WinForms, it has now evolved in to a fully working docking and control library.</p>
|
|
|
|
<h3>
|
|
<a id="how-to-use" class="anchor" href="#how-to-use" aria-hidden="true"><span class="octicon octicon-link"></span></a>How to use</h3>
|
|
|
|
<p>The best way to learn how to use DarkUI is to check out the Example project included with the source code. It'll show you how to use the majority of the forms, controls, and docking components.</p>
|
|
|
|
<p>You can also read the <a href="https://github.com/RobinPerris/DarkUI/wiki">GitHub project wiki.</a> This contains all the information you need to get started as well as more detailed information and guides.</p>
|
|
|
|
<h3>
|
|
<a id="screenshots" class="anchor" href="#screenshots" aria-hidden="true"><span class="octicon octicon-link"></span></a>Screenshots</h3>
|
|
|
|
<p>
|
|
Game map editor
|
|
<a href="images/editor.png">
|
|
<img src="images/editor.png" />
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
Lua script editor
|
|
<a href="images/lua.png">
|
|
<img src="images/lua.png" />
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
Example docking application
|
|
<a href="images/docking.png">
|
|
<img src="images/docking.png" />
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
Control preview
|
|
<a href="images/controls.png">
|
|
<img src="images/controls.png" />
|
|
</a>
|
|
</p>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>This project is maintained by <a href="https://github.com/RobinPerris">RobinPerris</a></p>
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-27393933-3");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
</body>
|
|
</html>
|