Skip to content

Commit

Permalink
.....
Browse files Browse the repository at this point in the history
  • Loading branch information
SDClowen committed Jan 27, 2025
1 parent f634e24 commit 9b2240b
Show file tree
Hide file tree
Showing 7 changed files with 1,046 additions and 274 deletions.
8 changes: 1 addition & 7 deletions Examples/SDUI.Test/ConfigPage.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
using SDUI.Controls;
using SDUI.Helpers;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace SDUI.Test
{
[ToolboxItem(false)]
public partial class ConfigPage : DoubleBufferedControl
{
public ConfigPage()
Expand Down
776 changes: 518 additions & 258 deletions Examples/SDUI.Test/GeneralPage.Designer.cs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Examples/SDUI.Test/GeneralPage.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
using SDUI.Controls;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace SDUI.Test
{
[ToolboxItem(false)]
public partial class GeneralPage : DoubleBufferedControl
{
public GeneralPage()
Expand Down
523 changes: 521 additions & 2 deletions Examples/SDUI.Test/GeneralPage.resx

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions Examples/SDUI.Test/ListViewPage.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
using SDUI.Controls;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace SDUI.Test
{
[ToolboxItem(false)]
public partial class ListViewPage : DoubleBufferedControl
{
public ListViewPage()
Expand Down
2 changes: 2 additions & 0 deletions Examples/SDUI.Test/MultiPageControlTestPage.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using SDUI.Controls;
using System;
using System.ComponentModel;
using System.Windows.Forms;

namespace SDUI.Test
{
[ToolboxItem(false)]
public partial class MultiPageControlTestPage : DoubleBufferedControl
{
private Type[] _types = { typeof(GeneralPage), typeof(ListViewPage), typeof(ConfigPage) };
Expand Down
2 changes: 1 addition & 1 deletion Examples/SDUI.Test/SDUI.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>disable</ImplicitUsings>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9b2240b

Please sign in to comment.