Skip to content

Commit f26fd41

Browse files
committed
Update v1.0.0
1 parent fb30a2d commit f26fd41

59 files changed

Lines changed: 89 additions & 371 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Binary file not shown.

source/Inkore.UI.WinForms.Styler/Controls/AdvComboBox.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/************************************************************************************
2-
*源码来自(16aspx源码) www.16aspx.com
3-
*如果对该源码有问题可以直接点击下方的提问按钮进行提问哦
4-
*站长将亲自帮你解决问题
5-
*16aspx源码-找到你需要的C#源码,交流和学习
6-
************************************************************************************/
1+
2+
3+
4+
5+
6+
77
using System;
88
using System.ComponentModel;
99
using System.Drawing;

source/Inkore.UI.WinForms.Styler/Controls/CommandLink.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/************************************************************************************
2-
*源码来自(16aspx源码) www.16aspx.com
3-
*如果对该源码有问题可以直接点击下方的提问按钮进行提问哦
4-
*站长将亲自帮你解决问题
5-
*16aspx源码-找到你需要的C#源码,交流和学习
6-
************************************************************************************/
1+
2+
3+
4+
5+
6+
77
using System;
88
using System.ComponentModel;
99
using System.Drawing;

source/Inkore.UI.WinForms.Styler/Controls/LabeledDivider.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
using System.Text;
77
using System.Windows.Forms;
88

9-
/************************************************************************************
10-
*源码来自(16aspx源码) www.16aspx.com
11-
*如果对该源码有问题可以直接点击下方的提问按钮进行提问哦
12-
*站长将亲自帮你解决问题
13-
*16aspx源码-找到你需要的C#源码,交流和学习
14-
************************************************************************************/
159
namespace Inkore.UI.WinForms.Styler.Controls
1610
{
1711
/// <summary>

source/Inkore.UI.WinForms.Styler/Controls/SearchTextBox.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/*****************************************************
2-
3-
*
4-
5-
*
6-
* @author: Nick Berardi
7-
* @www: http://www.coderjournal.com/2007/03/creating-a-vista-like-search-box/
8-
* @integration: Lorenz Cuno Klopfenstein
9-
10-
*
11-
*****************************************************/
12-
131
using System;
142
using System.ComponentModel;
153
using System.Drawing;

source/Inkore.UI.WinForms.Styler/Controls/ThemeText/Options/BorderOption.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
/*****************************************************
2-
3-
*
4-
5-
*
6-
7-
8-
*
9-
*****************************************************/
10-
11-
using System;
1+
using System;
122
using System.Collections.Generic;
133
using System.Text;
144
using System.Drawing;

source/Inkore.UI.WinForms.Styler/Controls/ThemeText/Options/GlowOption.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
/*****************************************************
2-
3-
*
4-
5-
*
6-
7-
8-
*
9-
*****************************************************/
10-
11-
using System;
1+
using System;
122
using System.Collections.Generic;
133
using System.Text;
144

source/Inkore.UI.WinForms.Styler/Controls/ThemeText/Options/IThemeTextOption.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
/*****************************************************
2-
3-
*
4-
5-
*
6-
7-
8-
*
9-
*****************************************************/
10-
11-
using System;
1+
using System;
122
using System.Collections.Generic;
133
using System.Text;
144

source/Inkore.UI.WinForms.Styler/Controls/ThemeText/Options/OverlayOption.cs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
/*****************************************************
2-
3-
*
4-
5-
*
6-
7-
8-
*
9-
*****************************************************/
10-
11-
using System;
1+
using System;
122
using System.Collections.Generic;
133
using System.Text;
144

0 commit comments

Comments
 (0)