Fix graphical glitch with buttons.

This glitch has been prevelant ever since ShiftOS first had Knowledge
Input. And I don't mean 0.1.0, I mean all the way back before 0.0.5 when
OSFirstTimer was developing it.

Basically, buttons would show light gray backgrounds when you click on
them. Now they show black (and it's skinnable :D)
This commit is contained in:
MichaelTheShifter 2016-07-20 09:17:10 -04:00
parent d5f6a04902
commit f1856e8ed3
33 changed files with 199 additions and 184 deletions

View file

@ -124,7 +124,7 @@ public static void SkinWidget(Widget c)
if(c is Button)
{
var b = c as Button;
b.FlatStyle = FlatStyle.Flat;
b.FlatStyle = FlatStyle.Standard;
}
if(c is Panel || c is FlowLayoutPanel)
{

View file

@ -134,7 +134,7 @@ private void InitializeComponent()
// btnrequest
//
this.btnrequest.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnrequest.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnrequest.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnrequest.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnrequest.Location = new System.Drawing.Point(799, 385);
this.btnrequest.Name = "btnrequest";
@ -218,7 +218,7 @@ private void InitializeComponent()
this.btndonecustomizing.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btndonecustomizing.AutoSize = true;
this.btndonecustomizing.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btndonecustomizing.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndonecustomizing.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndonecustomizing.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btndonecustomizing.Location = new System.Drawing.Point(824, 385);
this.btndonecustomizing.Name = "btndonecustomizing";
@ -232,7 +232,7 @@ private void InitializeComponent()
//
this.btnsaa.AutoSize = true;
this.btnsaa.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnsaa.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsaa.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsaa.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btnsaa.Location = new System.Drawing.Point(99, 318);
this.btnsaa.Name = "btnsaa";
@ -274,7 +274,7 @@ private void InitializeComponent()
//
this.cbsell.Appearance = ShiftUI.Appearance.Button;
this.cbsell.AutoSize = true;
this.cbsell.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cbsell.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cbsell.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.cbsell.Location = new System.Drawing.Point(97, 263);
this.cbsell.Name = "cbsell";
@ -355,7 +355,7 @@ private void InitializeComponent()
// btnedit
//
this.btnedit.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnedit.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnedit.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnedit.Location = new System.Drawing.Point(239, 377);
this.btnedit.Name = "btnedit";
this.btnedit.Size = new System.Drawing.Size(75, 23);
@ -367,7 +367,7 @@ private void InitializeComponent()
// btnupload
//
this.btnupload.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnupload.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnupload.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnupload.Location = new System.Drawing.Point(320, 377);
this.btnupload.Name = "btnupload";
this.btnupload.Size = new System.Drawing.Size(75, 23);
@ -379,7 +379,7 @@ private void InitializeComponent()
// btnsave
//
this.btnsave.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsave.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnsave.Location = new System.Drawing.Point(799, 390);
this.btnsave.Name = "btnsave";
@ -596,7 +596,7 @@ private void InitializeComponent()
//
// btndownload
//
this.btndownload.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndownload.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndownload.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btndownload.Location = new System.Drawing.Point(112, 13);
this.btndownload.Name = "btndownload";
@ -684,7 +684,7 @@ private void InitializeComponent()
//
// btnlounge
//
this.btnlounge.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnlounge.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnlounge.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnlounge.Location = new System.Drawing.Point(377, 14);
this.btnlounge.Name = "btnlounge";
@ -706,7 +706,7 @@ private void InitializeComponent()
//
// btngetkey
//
this.btngetkey.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btngetkey.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btngetkey.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btngetkey.Location = new System.Drawing.Point(296, 14);
this.btngetkey.Name = "btngetkey";
@ -736,7 +736,7 @@ private void InitializeComponent()
//
// btnskins
//
this.btnskins.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnskins.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnskins.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btnskins.Location = new System.Drawing.Point(86, 4);
this.btnskins.Name = "btnskins";
@ -748,7 +748,7 @@ private void InitializeComponent()
//
// btnapps
//
this.btnapps.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapps.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapps.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btnapps.Location = new System.Drawing.Point(4, 4);
this.btnapps.Name = "btnapps";

View file

@ -140,7 +140,7 @@ private void InitializeComponent()
//
this.cbsell.Appearance = ShiftUI.Appearance.Button;
this.cbsell.AutoSize = true;
this.cbsell.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cbsell.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cbsell.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.cbsell.Location = new System.Drawing.Point(98, 235);
this.cbsell.Name = "cbsell";
@ -206,7 +206,7 @@ private void InitializeComponent()
this.btncompilesaa.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btncompilesaa.AutoSize = true;
this.btncompilesaa.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btncompilesaa.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncompilesaa.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncompilesaa.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btncompilesaa.Location = new System.Drawing.Point(4, 282);
this.btncompilesaa.Name = "btncompilesaa";
@ -220,7 +220,7 @@ private void InitializeComponent()
//
this.btnscreenshot.AutoSize = true;
this.btnscreenshot.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnscreenshot.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnscreenshot.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnscreenshot.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnscreenshot.Location = new System.Drawing.Point(12, 76);
this.btnscreenshot.Name = "btnscreenshot";
@ -234,7 +234,7 @@ private void InitializeComponent()
//
this.btnicon.AutoSize = true;
this.btnicon.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnicon.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnicon.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnicon.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnicon.Location = new System.Drawing.Point(12, 44);
this.btnicon.Name = "btnicon";
@ -248,7 +248,7 @@ private void InitializeComponent()
//
this.btnsaa.AutoSize = true;
this.btnsaa.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnsaa.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsaa.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsaa.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnsaa.Location = new System.Drawing.Point(12, 9);
this.btnsaa.Name = "btnsaa";
@ -318,7 +318,7 @@ private void InitializeComponent()
//
this.btndone.AutoSize = true;
this.btndone.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btndone.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndone.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndone.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btndone.Location = new System.Drawing.Point(660, 3);
this.btndone.Name = "btndone";
@ -332,7 +332,7 @@ private void InitializeComponent()
//
this.btnnext.AutoSize = true;
this.btnnext.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnnext.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnnext.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnnext.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnnext.Location = new System.Drawing.Point(612, 3);
this.btnnext.Name = "btnnext";
@ -346,7 +346,7 @@ private void InitializeComponent()
//
this.btnback.AutoSize = true;
this.btnback.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnback.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnback.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnback.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnback.Location = new System.Drawing.Point(564, 3);
this.btnback.Name = "btnback";
@ -360,7 +360,7 @@ private void InitializeComponent()
//
this.btncancel.AutoSize = true;
this.btncancel.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncancel.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btncancel.Location = new System.Drawing.Point(508, 3);
this.btncancel.Name = "btncancel";

View file

@ -355,7 +355,7 @@ private void InitializeComponent()
//
// btncancel
//
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btncancel.Location = new System.Drawing.Point(7, 66);
this.btncancel.Name = "btncancel";
@ -367,7 +367,7 @@ private void InitializeComponent()
//
// btncreate
//
this.btncreate.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncreate.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncreate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btncreate.Location = new System.Drawing.Point(114, 66);
this.btncreate.Name = "btncreate";
@ -502,7 +502,7 @@ private void InitializeComponent()
//
// btnchangesizecancel
//
this.btnchangesizecancel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnchangesizecancel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnchangesizecancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnchangesizecancel.Location = new System.Drawing.Point(7, 66);
this.btnchangesizecancel.Name = "btnchangesizecancel";
@ -513,7 +513,7 @@ private void InitializeComponent()
//
// btnsetsize
//
this.btnsetsize.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsetsize.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsetsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsetsize.Location = new System.Drawing.Point(133, 66);
this.btnsetsize.Name = "btnsetsize";
@ -2088,7 +2088,7 @@ private void InitializeComponent()
// btnovalfillonoff
//
this.btnovalfillonoff.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnovalfillonoff.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnovalfillonoff.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnovalfillonoff.Location = new System.Drawing.Point(150, 64);
this.btnovalfillonoff.Name = "btnovalfillonoff";
this.btnovalfillonoff.Size = new System.Drawing.Size(56, 28);
@ -2177,7 +2177,7 @@ private void InitializeComponent()
//
this.btneracersquare.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadsquarerubberselected;
this.btneracersquare.FlatAppearance.BorderSize = 0;
this.btneracersquare.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btneracersquare.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btneracersquare.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btneracersquare.Location = new System.Drawing.Point(75, 21);
this.btneracersquare.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2192,7 +2192,7 @@ private void InitializeComponent()
//
this.btneracercircle.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadcirclerubber;
this.btneracercircle.FlatAppearance.BorderSize = 0;
this.btneracercircle.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btneracercircle.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btneracercircle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btneracercircle.Location = new System.Drawing.Point(9, 21);
this.btneracercircle.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2328,7 +2328,7 @@ private void InitializeComponent()
this.btnpaintsquareshape.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadsquarerubber;
this.btnpaintsquareshape.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch;
this.btnpaintsquareshape.FlatAppearance.BorderSize = 0;
this.btnpaintsquareshape.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpaintsquareshape.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpaintsquareshape.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpaintsquareshape.Location = new System.Drawing.Point(69, 27);
this.btnpaintsquareshape.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2344,7 +2344,7 @@ private void InitializeComponent()
this.btnpaintcircleshape.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadcirclerubberselected;
this.btnpaintcircleshape.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch;
this.btnpaintcircleshape.FlatAppearance.BorderSize = 0;
this.btnpaintcircleshape.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpaintcircleshape.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpaintcircleshape.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpaintcircleshape.Location = new System.Drawing.Point(16, 27);
this.btnpaintcircleshape.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2427,7 +2427,7 @@ private void InitializeComponent()
//
// combofontstyle
//
this.combofontstyle.FlatStyle = ShiftUI.FlatStyle.Flat;
this.combofontstyle.FlatStyle = ShiftUI.FlatStyle.Standard;
this.combofontstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.combofontstyle.FormattingEnabled = true;
this.combofontstyle.Items.AddRange(new object[] {
@ -2456,7 +2456,7 @@ private void InitializeComponent()
//
// combodrawtextfont
//
this.combodrawtextfont.FlatStyle = ShiftUI.FlatStyle.Flat;
this.combodrawtextfont.FlatStyle = ShiftUI.FlatStyle.Standard;
this.combodrawtextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.combodrawtextfont.FormattingEnabled = true;
this.combodrawtextfont.Location = new System.Drawing.Point(64, 68);
@ -2533,7 +2533,7 @@ private void InitializeComponent()
//
// btnpixelsettersetpixel
//
this.btnpixelsettersetpixel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpixelsettersetpixel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpixelsettersetpixel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpixelsettersetpixel.Location = new System.Drawing.Point(215, 34);
this.btnpixelsettersetpixel.Name = "btnpixelsettersetpixel";
@ -2609,7 +2609,7 @@ private void InitializeComponent()
//
// btnzoomout
//
this.btnzoomout.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnzoomout.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnzoomout.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnzoomout.Location = new System.Drawing.Point(16, 33);
this.btnzoomout.Name = "btnzoomout";
@ -2621,7 +2621,7 @@ private void InitializeComponent()
//
// btnzoomin
//
this.btnzoomin.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnzoomin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnzoomin.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnzoomin.Location = new System.Drawing.Point(313, 33);
this.btnzoomin.Name = "btnzoomin";
@ -2709,7 +2709,7 @@ private void InitializeComponent()
// btnsquarefillonoff
//
this.btnsquarefillonoff.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnsquarefillonoff.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsquarefillonoff.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsquarefillonoff.Location = new System.Drawing.Point(150, 64);
this.btnsquarefillonoff.Name = "btnsquarefillonoff";
this.btnsquarefillonoff.Size = new System.Drawing.Size(56, 28);
@ -2793,7 +2793,7 @@ private void InitializeComponent()
//
// btnpixelplacermovementmode
//
this.btnpixelplacermovementmode.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpixelplacermovementmode.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpixelplacermovementmode.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpixelplacermovementmode.Location = new System.Drawing.Point(312, 26);
this.btnpixelplacermovementmode.Name = "btnpixelplacermovementmode";
@ -2827,7 +2827,7 @@ private void InitializeComponent()
//
// btnpencilsize3
//
this.btnpencilsize3.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpencilsize3.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpencilsize3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpencilsize3.Location = new System.Drawing.Point(298, 30);
this.btnpencilsize3.Name = "btnpencilsize3";
@ -2839,7 +2839,7 @@ private void InitializeComponent()
//
// btnpencilsize2
//
this.btnpencilsize2.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpencilsize2.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpencilsize2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpencilsize2.Location = new System.Drawing.Point(165, 30);
this.btnpencilsize2.Name = "btnpencilsize2";
@ -2851,7 +2851,7 @@ private void InitializeComponent()
//
// btnpencilsize1
//
this.btnpencilsize1.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpencilsize1.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpencilsize1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpencilsize1.Location = new System.Drawing.Point(30, 30);
this.btnpencilsize1.Name = "btnpencilsize1";
@ -2947,7 +2947,7 @@ private void InitializeComponent()
// btnpixelsetter
//
this.btnpixelsetter.FlatAppearance.BorderSize = 0;
this.btnpixelsetter.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpixelsetter.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpixelsetter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpixelsetter.Location = new System.Drawing.Point(6, 6);
this.btnpixelsetter.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2961,7 +2961,7 @@ private void InitializeComponent()
//
this.btnpixelplacer.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadpixelplacer;
this.btnpixelplacer.FlatAppearance.BorderSize = 0;
this.btnpixelplacer.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpixelplacer.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpixelplacer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpixelplacer.Location = new System.Drawing.Point(62, 6);
this.btnpixelplacer.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2975,7 +2975,7 @@ private void InitializeComponent()
//
this.btnpencil.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadpencil;
this.btnpencil.FlatAppearance.BorderSize = 0;
this.btnpencil.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpencil.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpencil.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpencil.Location = new System.Drawing.Point(6, 62);
this.btnpencil.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -2990,7 +2990,7 @@ private void InitializeComponent()
//
this.btnfloodfill.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadfloodfill;
this.btnfloodfill.FlatAppearance.BorderSize = 0;
this.btnfloodfill.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnfloodfill.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnfloodfill.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnfloodfill.Location = new System.Drawing.Point(62, 62);
this.btnfloodfill.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3004,7 +3004,7 @@ private void InitializeComponent()
//
this.btnoval.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadOval;
this.btnoval.FlatAppearance.BorderSize = 0;
this.btnoval.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnoval.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnoval.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnoval.Location = new System.Drawing.Point(6, 118);
this.btnoval.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3019,7 +3019,7 @@ private void InitializeComponent()
//
this.btnsquare.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadRectangle;
this.btnsquare.FlatAppearance.BorderSize = 0;
this.btnsquare.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsquare.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsquare.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsquare.Location = new System.Drawing.Point(62, 118);
this.btnsquare.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3034,7 +3034,7 @@ private void InitializeComponent()
//
this.btnlinetool.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadlinetool;
this.btnlinetool.FlatAppearance.BorderSize = 0;
this.btnlinetool.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnlinetool.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnlinetool.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnlinetool.Location = new System.Drawing.Point(6, 174);
this.btnlinetool.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3049,7 +3049,7 @@ private void InitializeComponent()
//
this.btnpaintbrush.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadpaintbrush;
this.btnpaintbrush.FlatAppearance.BorderSize = 0;
this.btnpaintbrush.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpaintbrush.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpaintbrush.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpaintbrush.Location = new System.Drawing.Point(62, 174);
this.btnpaintbrush.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3064,7 +3064,7 @@ private void InitializeComponent()
//
this.btntexttool.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadtexttool;
this.btntexttool.FlatAppearance.BorderSize = 0;
this.btntexttool.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btntexttool.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntexttool.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btntexttool.Location = new System.Drawing.Point(6, 230);
this.btntexttool.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3079,7 +3079,7 @@ private void InitializeComponent()
//
this.btneracer.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPaderacer;
this.btneracer.FlatAppearance.BorderSize = 0;
this.btneracer.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btneracer.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btneracer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btneracer.Location = new System.Drawing.Point(62, 230);
this.btneracer.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3094,7 +3094,7 @@ private void InitializeComponent()
//
this.btnnew.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadnew;
this.btnnew.FlatAppearance.BorderSize = 0;
this.btnnew.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnnew.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnnew.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnnew.Location = new System.Drawing.Point(6, 286);
this.btnnew.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3109,7 +3109,7 @@ private void InitializeComponent()
//
this.btnmagnify.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadmagnify;
this.btnmagnify.FlatAppearance.BorderSize = 0;
this.btnmagnify.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmagnify.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmagnify.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnmagnify.Location = new System.Drawing.Point(62, 286);
this.btnmagnify.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3124,7 +3124,7 @@ private void InitializeComponent()
//
this.btnopen.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadopen;
this.btnopen.FlatAppearance.BorderSize = 0;
this.btnopen.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnopen.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnopen.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnopen.Location = new System.Drawing.Point(6, 342);
this.btnopen.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3139,7 +3139,7 @@ private void InitializeComponent()
//
this.btnsave.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadsave;
this.btnsave.FlatAppearance.BorderSize = 0;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsave.Location = new System.Drawing.Point(62, 342);
this.btnsave.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3154,7 +3154,7 @@ private void InitializeComponent()
//
this.btnundo.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadundo;
this.btnundo.FlatAppearance.BorderSize = 0;
this.btnundo.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnundo.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnundo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnundo.Location = new System.Drawing.Point(6, 398);
this.btnundo.Margin = new ShiftUI.Padding(6, 6, 0, 0);
@ -3169,7 +3169,7 @@ private void InitializeComponent()
//
this.btnredo.BackgroundImage = global::ShiftOS.Properties.Resources.ArtPadredo;
this.btnredo.FlatAppearance.BorderSize = 0;
this.btnredo.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnredo.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnredo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnredo.Location = new System.Drawing.Point(62, 398);
this.btnredo.Margin = new ShiftUI.Padding(6, 6, 0, 0);

View file

@ -60,7 +60,7 @@ private void InitializeComponent()
// btnconvert
//
this.btnconvert.Dock = ShiftUI.DockStyle.Bottom;
this.btnconvert.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnconvert.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnconvert.Location = new System.Drawing.Point(0, 76);
this.btnconvert.Name = "btnconvert";
this.btnconvert.Size = new System.Drawing.Size(229, 23);

View file

@ -82,7 +82,7 @@ private void InitializeComponent()
// btnsend
//
this.btnsend.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnsend.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsend.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsend.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsend.Location = new System.Drawing.Point(472, 181);
this.btnsend.Name = "btnsend";
@ -216,7 +216,7 @@ private void InitializeComponent()
//
// btnturbomode
//
this.btnturbomode.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnturbomode.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnturbomode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnturbomode.Location = new System.Drawing.Point(6, 188);
this.btnturbomode.Name = "btnturbomode";
@ -228,7 +228,7 @@ private void InitializeComponent()
//
// btnstop
//
this.btnstop.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstop.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnstop.Location = new System.Drawing.Point(101, 156);
this.btnstop.Name = "btnstop";
@ -240,7 +240,7 @@ private void InitializeComponent()
//
// btnstart
//
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstart.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnstart.Location = new System.Drawing.Point(6, 156);
this.btnstart.Name = "btnstart";
@ -282,7 +282,7 @@ private void InitializeComponent()
//
// btnupgrade
//
this.btnupgrade.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnupgrade.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnupgrade.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnupgrade.Location = new System.Drawing.Point(6, 223);
this.btnupgrade.Name = "btnupgrade";

View file

@ -65,7 +65,7 @@ private void InitializeComponent()
// btnsend
//
this.btnsend.BackgroundImageLayout = ShiftUI.ImageLayout.None;
this.btnsend.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsend.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsend.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnsend.Location = new System.Drawing.Point(3, 3);
this.btnsend.Name = "btnsend";
@ -77,7 +77,7 @@ private void InitializeComponent()
//
// btnsync
//
this.btnsync.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsync.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsync.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnsync.Location = new System.Drawing.Point(84, 3);
this.btnsync.Name = "btnsync";

View file

@ -95,7 +95,7 @@ private void InitializeComponent()
//
// btnconnect
//
this.btnconnect.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnconnect.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnconnect.Location = new System.Drawing.Point(272, 3);
this.btnconnect.Name = "btnconnect";
this.btnconnect.Size = new System.Drawing.Size(75, 33);
@ -106,7 +106,7 @@ private void InitializeComponent()
//
// btnrefresh
//
this.btnrefresh.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnrefresh.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnrefresh.Location = new System.Drawing.Point(191, 3);
this.btnrefresh.Name = "btnrefresh";
this.btnrefresh.Size = new System.Drawing.Size(75, 33);

View file

@ -75,7 +75,7 @@ private void InitializeComponent()
// btnsave
//
this.btnsave.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom)));
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsave.Location = new System.Drawing.Point(3, 3);
this.btnsave.Name = "btnsave";
this.btnsave.Size = new System.Drawing.Size(75, 35);
@ -87,7 +87,7 @@ private void InitializeComponent()
// button1
//
this.button1.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom)));
this.button1.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button1.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button1.Location = new System.Drawing.Point(84, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 35);
@ -99,7 +99,7 @@ private void InitializeComponent()
// button2
//
this.button2.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom)));
this.button2.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button2.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button2.Location = new System.Drawing.Point(165, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 35);

View file

@ -194,7 +194,7 @@ private void InitializeComponent()
//
// btnstart
//
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstart.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnstart.Location = new System.Drawing.Point(11, 198);
this.btnstart.Name = "btnstart";

View file

@ -75,7 +75,7 @@ private void InitializeComponent()
//
// btnapply
//
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapply.ForeColor = System.Drawing.Color.White;
this.btnapply.Location = new System.Drawing.Point(3, 3);
this.btnapply.Name = "btnapply";
@ -87,7 +87,7 @@ private void InitializeComponent()
//
// btnload
//
this.btnload.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnload.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnload.ForeColor = System.Drawing.Color.White;
this.btnload.Location = new System.Drawing.Point(84, 3);
this.btnload.Name = "btnload";
@ -99,7 +99,7 @@ private void InitializeComponent()
//
// btnsave
//
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsave.ForeColor = System.Drawing.Color.White;
this.btnsave.Location = new System.Drawing.Point(165, 3);
this.btnsave.Name = "btnsave";

View file

@ -125,7 +125,7 @@ private void InitializeComponent()
this.btndelete.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btndelete.AutoSize = true;
this.btndelete.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btndelete.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndelete.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndelete.Location = new System.Drawing.Point(106, 254);
this.btndelete.Name = "btndelete";
this.btndelete.Size = new System.Drawing.Size(59, 23);
@ -156,7 +156,7 @@ private void InitializeComponent()
this.btncloseinfo.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btncloseinfo.AutoSize = true;
this.btncloseinfo.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btncloseinfo.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncloseinfo.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncloseinfo.Location = new System.Drawing.Point(327, 254);
this.btncloseinfo.Name = "btncloseinfo";
this.btncloseinfo.Size = new System.Drawing.Size(52, 23);
@ -178,7 +178,7 @@ private void InitializeComponent()
//
this.btnaddmodule.AutoSize = true;
this.btnaddmodule.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnaddmodule.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnaddmodule.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnaddmodule.Location = new System.Drawing.Point(3, 3);
this.btnaddmodule.Name = "btnaddmodule";
this.btnaddmodule.Size = new System.Drawing.Size(87, 23);
@ -255,7 +255,7 @@ private void InitializeComponent()
//
this.cmbbuyable.BackColor = System.Drawing.Color.Black;
this.cmbbuyable.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList;
this.cmbbuyable.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cmbbuyable.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cmbbuyable.ForeColor = System.Drawing.Color.White;
this.cmbbuyable.FormattingEnabled = true;
this.cmbbuyable.Location = new System.Drawing.Point(12, 38);
@ -278,7 +278,7 @@ private void InitializeComponent()
this.btndonebuying.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btndonebuying.AutoSize = true;
this.btndonebuying.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btndonebuying.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndonebuying.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndonebuying.Location = new System.Drawing.Point(341, 273);
this.btndonebuying.Name = "btndonebuying";
this.btndonebuying.Size = new System.Drawing.Size(38, 23);
@ -318,7 +318,7 @@ private void InitializeComponent()
//
this.cbdifficulty.BackColor = System.Drawing.Color.Black;
this.cbdifficulty.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList;
this.cbdifficulty.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cbdifficulty.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cbdifficulty.ForeColor = System.Drawing.Color.Green;
this.cbdifficulty.FormattingEnabled = true;
this.cbdifficulty.Items.AddRange(new object[] {
@ -423,7 +423,7 @@ private void InitializeComponent()
//
this.btnnext.AutoSize = true;
this.btnnext.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnnext.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnnext.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnnext.Location = new System.Drawing.Point(846, 3);
this.btnnext.Name = "btnnext";
this.btnnext.Size = new System.Drawing.Size(45, 23);
@ -436,7 +436,7 @@ private void InitializeComponent()
//
this.btnback.AutoSize = true;
this.btnback.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnback.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnback.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnback.Location = new System.Drawing.Point(795, 3);
this.btnback.Name = "btnback";
this.btnback.Size = new System.Drawing.Size(45, 23);
@ -481,7 +481,7 @@ private void InitializeComponent()
this.btnloadfromtemplate.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnloadfromtemplate.AutoSize = true;
this.btnloadfromtemplate.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnloadfromtemplate.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnloadfromtemplate.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnloadfromtemplate.Location = new System.Drawing.Point(683, 47);
this.btnloadfromtemplate.Name = "btnloadfromtemplate";
this.btnloadfromtemplate.Size = new System.Drawing.Size(199, 23);
@ -517,7 +517,7 @@ private void InitializeComponent()
//
this.cbnets.BackColor = System.Drawing.Color.Black;
this.cbnets.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList;
this.cbnets.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cbnets.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cbnets.ForeColor = System.Drawing.Color.White;
this.cbnets.FormattingEnabled = true;
this.cbnets.Location = new System.Drawing.Point(12, 38);
@ -539,7 +539,7 @@ private void InitializeComponent()
this.btnrecreate.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnrecreate.AutoSize = true;
this.btnrecreate.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnrecreate.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnrecreate.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnrecreate.Location = new System.Drawing.Point(334, 273);
this.btnrecreate.Name = "btnrecreate";
this.btnrecreate.Size = new System.Drawing.Size(45, 23);

View file

@ -97,7 +97,7 @@ private void InitializeComponent()
//
this.btnjoinlobby.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnjoinlobby.Enabled = false;
this.btnjoinlobby.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnjoinlobby.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnjoinlobby.Location = new System.Drawing.Point(306, 415);
this.btnjoinlobby.Name = "btnjoinlobby";
this.btnjoinlobby.Size = new System.Drawing.Size(84, 23);
@ -142,7 +142,7 @@ private void InitializeComponent()
// button1
//
this.button1.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.button1.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button1.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button1.Location = new System.Drawing.Point(549, 465);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 23);
@ -164,7 +164,7 @@ private void InitializeComponent()
// btnscreen
//
this.btnscreen.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnscreen.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnscreen.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnscreen.Location = new System.Drawing.Point(332, 465);
this.btnscreen.Name = "btnscreen";
this.btnscreen.Size = new System.Drawing.Size(84, 23);
@ -226,7 +226,7 @@ private void InitializeComponent()
// btntier
//
this.btntier.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btntier.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btntier.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntier.Location = new System.Drawing.Point(47, 465);
this.btntier.Name = "btntier";
this.btntier.Size = new System.Drawing.Size(75, 23);
@ -257,7 +257,7 @@ private void InitializeComponent()
// btnstartbattle
//
this.btnstartbattle.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnstartbattle.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstartbattle.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstartbattle.Location = new System.Drawing.Point(638, 465);
this.btnstartbattle.Name = "btnstartbattle";
this.btnstartbattle.Size = new System.Drawing.Size(75, 23);

View file

@ -55,7 +55,7 @@ private void InitializeComponent()
// btndone
//
this.btndone.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btndone.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndone.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndone.Location = new System.Drawing.Point(273, 343);
this.btndone.Name = "btndone";
this.btndone.Size = new System.Drawing.Size(75, 23);

View file

@ -155,7 +155,7 @@ private void InitializeComponent()
//
// btnplayon
//
this.btnplayon.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnplayon.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnplayon.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnplayon.Location = new System.Drawing.Point(32, 162);
this.btnplayon.Name = "btnplayon";
@ -177,7 +177,7 @@ private void InitializeComponent()
//
// btncashout
//
this.btncashout.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncashout.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncashout.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btncashout.Location = new System.Drawing.Point(32, 73);
this.btncashout.Name = "btncashout";
@ -231,7 +231,7 @@ private void InitializeComponent()
//
// btnlosetryagain
//
this.btnlosetryagain.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnlosetryagain.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnlosetryagain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnlosetryagain.Location = new System.Drawing.Point(155, 176);
this.btnlosetryagain.Name = "btnlosetryagain";
@ -281,7 +281,7 @@ private void InitializeComponent()
//
// btnstartgame
//
this.btnstartgame.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstartgame.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstartgame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnstartgame.Location = new System.Drawing.Point(186, 273);
this.btnstartgame.Name = "btnstartgame";
@ -320,7 +320,7 @@ private void InitializeComponent()
//
// btnplayagain
//
this.btnplayagain.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnplayagain.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnplayagain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnplayagain.Location = new System.Drawing.Point(5, 194);
this.btnplayagain.Name = "btnplayagain";

View file

@ -519,7 +519,7 @@ private void InitializeComponent()
// btnapply
//
this.btnapply.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapply.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnapply.Location = new System.Drawing.Point(7, 286);
this.btnapply.Name = "btnapply";
@ -551,7 +551,7 @@ private void InitializeComponent()
//
this.btnmore.BackColor = System.Drawing.Color.White;
this.btnmore.Dock = ShiftUI.DockStyle.Top;
this.btnmore.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmore.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmore.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnmore.Location = new System.Drawing.Point(0, 174);
this.btnmore.Name = "btnmore";
@ -566,7 +566,7 @@ private void InitializeComponent()
//
this.btnreset.BackColor = System.Drawing.Color.White;
this.btnreset.Dock = ShiftUI.DockStyle.Top;
this.btnreset.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnreset.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnreset.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnreset.Location = new System.Drawing.Point(0, 145);
this.btnreset.Name = "btnreset";
@ -581,7 +581,7 @@ private void InitializeComponent()
//
this.btnwindowcomposition.BackColor = System.Drawing.Color.White;
this.btnwindowcomposition.Dock = ShiftUI.DockStyle.Top;
this.btnwindowcomposition.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnwindowcomposition.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnwindowcomposition.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnwindowcomposition.Location = new System.Drawing.Point(0, 116);
this.btnwindowcomposition.Name = "btnwindowcomposition";
@ -597,7 +597,7 @@ private void InitializeComponent()
//
this.btndesktopicons.BackColor = System.Drawing.Color.White;
this.btndesktopicons.Dock = ShiftUI.DockStyle.Top;
this.btndesktopicons.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndesktopicons.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndesktopicons.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btndesktopicons.Location = new System.Drawing.Point(0, 87);
this.btndesktopicons.Name = "btndesktopicons";
@ -612,7 +612,7 @@ private void InitializeComponent()
//
this.btnmenus.BackColor = System.Drawing.Color.White;
this.btnmenus.Dock = ShiftUI.DockStyle.Top;
this.btnmenus.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmenus.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmenus.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnmenus.Location = new System.Drawing.Point(0, 58);
this.btnmenus.Name = "btnmenus";
@ -628,7 +628,7 @@ private void InitializeComponent()
//
this.btnwindows.BackColor = System.Drawing.Color.White;
this.btnwindows.Dock = ShiftUI.DockStyle.Top;
this.btnwindows.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnwindows.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnwindows.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnwindows.Location = new System.Drawing.Point(0, 29);
this.btnwindows.Name = "btnwindows";
@ -643,7 +643,7 @@ private void InitializeComponent()
//
this.btndesktop.BackColor = System.Drawing.Color.White;
this.btndesktop.Dock = ShiftUI.DockStyle.Top;
this.btndesktop.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndesktop.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndesktop.Font = new System.Drawing.Font("Cambria", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btndesktop.Location = new System.Drawing.Point(0, 0);
this.btndesktop.Name = "btndesktop";
@ -753,7 +753,7 @@ private void InitializeComponent()
// btnpanelbuttons
//
this.btnpanelbuttons.BackColor = System.Drawing.Color.White;
this.btnpanelbuttons.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpanelbuttons.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpanelbuttons.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpanelbuttons.Location = new System.Drawing.Point(193, 101);
this.btnpanelbuttons.Name = "btnpanelbuttons";
@ -1959,7 +1959,7 @@ private void InitializeComponent()
// btndesktopitself
//
this.btndesktopitself.BackColor = System.Drawing.Color.White;
this.btndesktopitself.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndesktopitself.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndesktopitself.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btndesktopitself.Location = new System.Drawing.Point(4, 105);
this.btndesktopitself.Name = "btndesktopitself";
@ -1972,7 +1972,7 @@ private void InitializeComponent()
// btnpanelclock
//
this.btnpanelclock.BackColor = System.Drawing.Color.White;
this.btnpanelclock.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpanelclock.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpanelclock.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnpanelclock.Location = new System.Drawing.Point(4, 70);
this.btnpanelclock.Name = "btnpanelclock";
@ -1985,7 +1985,7 @@ private void InitializeComponent()
// btnapplauncher
//
this.btnapplauncher.BackColor = System.Drawing.Color.White;
this.btnapplauncher.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapplauncher.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapplauncher.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnapplauncher.Location = new System.Drawing.Point(4, 35);
this.btnapplauncher.Name = "btnapplauncher";
@ -1998,7 +1998,7 @@ private void InitializeComponent()
// btndesktoppanel
//
this.btndesktoppanel.BackColor = System.Drawing.Color.White;
this.btndesktoppanel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndesktoppanel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndesktoppanel.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btndesktoppanel.Location = new System.Drawing.Point(4, 0);
this.btndesktoppanel.Name = "btndesktoppanel";
@ -2786,7 +2786,7 @@ private void InitializeComponent()
this.cboxtitlebarcorners.AutoSize = true;
this.cboxtitlebarcorners.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.cboxtitlebarcorners.FlatAppearance.CheckedBackColor = System.Drawing.Color.Black;
this.cboxtitlebarcorners.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cboxtitlebarcorners.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cboxtitlebarcorners.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
this.cboxtitlebarcorners.Location = new System.Drawing.Point(166, 4);
this.cboxtitlebarcorners.Name = "cboxtitlebarcorners";
@ -2879,7 +2879,7 @@ private void InitializeComponent()
this.cbindividualbordercolours.AutoSize = true;
this.cbindividualbordercolours.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.cbindividualbordercolours.FlatAppearance.CheckedBackColor = System.Drawing.Color.Black;
this.cbindividualbordercolours.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cbindividualbordercolours.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cbindividualbordercolours.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
this.cbindividualbordercolours.Location = new System.Drawing.Point(161, 4);
this.cbindividualbordercolours.Name = "cbindividualbordercolours";
@ -3265,7 +3265,7 @@ private void InitializeComponent()
// btnborders
//
this.btnborders.BackColor = System.Drawing.Color.White;
this.btnborders.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnborders.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnborders.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnborders.Location = new System.Drawing.Point(4, 105);
this.btnborders.Name = "btnborders";
@ -3279,7 +3279,7 @@ private void InitializeComponent()
// btnbuttons
//
this.btnbuttons.BackColor = System.Drawing.Color.White;
this.btnbuttons.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbuttons.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbuttons.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnbuttons.Location = new System.Drawing.Point(4, 70);
this.btnbuttons.Name = "btnbuttons";
@ -3293,7 +3293,7 @@ private void InitializeComponent()
// btntitletext
//
this.btntitletext.BackColor = System.Drawing.Color.White;
this.btntitletext.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btntitletext.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntitletext.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btntitletext.Location = new System.Drawing.Point(4, 35);
this.btntitletext.Name = "btntitletext";
@ -3307,7 +3307,7 @@ private void InitializeComponent()
// btntitlebar
//
this.btntitlebar.BackColor = System.Drawing.Color.White;
this.btntitlebar.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btntitlebar.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntitlebar.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btntitlebar.Location = new System.Drawing.Point(4, 0);
this.btntitlebar.Name = "btntitlebar";
@ -3494,7 +3494,7 @@ private void InitializeComponent()
//
// btnresetallsettings
//
this.btnresetallsettings.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnresetallsettings.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnresetallsettings.Font = new System.Drawing.Font("Cambria", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnresetallsettings.Location = new System.Drawing.Point(101, 145);
this.btnresetallsettings.Name = "btnresetallsettings";
@ -4218,7 +4218,7 @@ private void InitializeComponent()
// btnfancydragging
//
this.btnfancydragging.BackColor = System.Drawing.Color.White;
this.btnfancydragging.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnfancydragging.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnfancydragging.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnfancydragging.Location = new System.Drawing.Point(4, 35);
this.btnfancydragging.Name = "btnfancydragging";
@ -4231,7 +4231,7 @@ private void InitializeComponent()
// btnfancywindows
//
this.btnfancywindows.BackColor = System.Drawing.Color.White;
this.btnfancywindows.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnfancywindows.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnfancywindows.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnfancywindows.Location = new System.Drawing.Point(4, 0);
this.btnfancywindows.Name = "btnfancywindows";
@ -4293,7 +4293,7 @@ private void InitializeComponent()
//
// btnmorebuttons
//
this.btnmorebuttons.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmorebuttons.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmorebuttons.Font = new System.Drawing.Font("Cambria", 11.25F);
this.btnmorebuttons.Location = new System.Drawing.Point(216, 195);
this.btnmorebuttons.Name = "btnmorebuttons";
@ -4481,7 +4481,7 @@ private void InitializeComponent()
// btnback
//
this.btnback.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnback.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnback.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnback.Font = new System.Drawing.Font("Cambria", 11.25F);
this.btnback.Location = new System.Drawing.Point(6, 184);
this.btnback.Name = "btnback";
@ -5013,7 +5013,7 @@ private void InitializeComponent()
// btnmisc
//
this.btnmisc.BackColor = System.Drawing.Color.White;
this.btnmisc.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmisc.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmisc.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnmisc.Location = new System.Drawing.Point(4, 105);
this.btnmisc.Name = "btnmisc";
@ -5025,7 +5025,7 @@ private void InitializeComponent()
// btnadvanced
//
this.btnadvanced.BackColor = System.Drawing.Color.White;
this.btnadvanced.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnadvanced.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnadvanced.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnadvanced.Location = new System.Drawing.Point(4, 70);
this.btnadvanced.Name = "btnadvanced";
@ -5038,7 +5038,7 @@ private void InitializeComponent()
// btndropdown
//
this.btndropdown.BackColor = System.Drawing.Color.White;
this.btndropdown.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndropdown.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndropdown.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btndropdown.Location = new System.Drawing.Point(4, 35);
this.btndropdown.Name = "btndropdown";
@ -5051,7 +5051,7 @@ private void InitializeComponent()
// btnbasic
//
this.btnbasic.BackColor = System.Drawing.Color.White;
this.btnbasic.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbasic.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbasic.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnbasic.Location = new System.Drawing.Point(4, 0);
this.btnbasic.Name = "btnbasic";

View file

@ -3021,7 +3021,7 @@ There are no options to show here yet.
{
var b = new Button();
b.Text = kv.Key;
b.FlatStyle = FlatStyle.Flat;
b.FlatStyle = FlatStyle.Standard;
b.AutoSize = true;
b.AutoSizeMode = AutoSizeMode.GrowAndShrink;
flmorebuttons.Widgets.Add(b);

View file

@ -56,7 +56,7 @@ private void InitializeComponent()
//
this.btngo.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.btngo.DialogResult = ShiftUI.DialogResult.Cancel;
this.btngo.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btngo.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btngo.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btngo.ForeColor = System.Drawing.Color.White;
this.btngo.Location = new System.Drawing.Point(731, 9);
@ -70,7 +70,7 @@ private void InitializeComponent()
// btnhome
//
this.btnhome.DialogResult = ShiftUI.DialogResult.Cancel;
this.btnhome.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnhome.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnhome.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnhome.ForeColor = System.Drawing.Color.White;
this.btnhome.Location = new System.Drawing.Point(4, 12);

View file

@ -91,7 +91,7 @@ private void InitializeComponent()
// btnstart
//
this.btnstart.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstart.Location = new System.Drawing.Point(697, 119);
this.btnstart.Name = "btnstart";
this.btnstart.Size = new System.Drawing.Size(60, 23);

View file

@ -166,7 +166,7 @@ private void InitializeComponent()
// btnbuy
//
this.btnbuy.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnbuy.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbuy.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnbuy.ForeColor = System.Drawing.Color.Black;
this.btnbuy.Location = new System.Drawing.Point(160, 362);
@ -227,7 +227,7 @@ private void InitializeComponent()
//
// btnback
//
this.btnback.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnback.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnback.Location = new System.Drawing.Point(22, 72);
this.btnback.Name = "btnback";
this.btnback.Size = new System.Drawing.Size(36, 23);
@ -239,7 +239,7 @@ private void InitializeComponent()
// btnforward
//
this.btnforward.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.btnforward.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnforward.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnforward.Location = new System.Drawing.Point(289, 72);
this.btnforward.Name = "btnforward";
this.btnforward.Size = new System.Drawing.Size(36, 23);
@ -267,7 +267,7 @@ private void InitializeComponent()
| ShiftUI.AnchorStyles.Left)
| ShiftUI.AnchorStyles.Right)));
this.btnhack.AutoSize = true;
this.btnhack.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnhack.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnhack.Location = new System.Drawing.Point(143, 218);
this.btnhack.Name = "btnhack";
this.btnhack.Size = new System.Drawing.Size(68, 25);

View file

@ -127,7 +127,7 @@ private void InitializeComponent()
// btnapplyskin
//
this.btnapplyskin.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnapplyskin.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapplyskin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapplyskin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnapplyskin.Location = new System.Drawing.Point(352, 418);
this.btnapplyskin.Name = "btnapplyskin";
@ -140,7 +140,7 @@ private void InitializeComponent()
// btnsaveskin
//
this.btnsaveskin.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnsaveskin.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsaveskin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsaveskin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsaveskin.Location = new System.Drawing.Point(239, 418);
this.btnsaveskin.Name = "btnsaveskin";
@ -153,7 +153,7 @@ private void InitializeComponent()
// btnloadskin
//
this.btnloadskin.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnloadskin.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnloadskin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnloadskin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnloadskin.Location = new System.Drawing.Point(126, 418);
this.btnloadskin.Name = "btnloadskin";
@ -178,7 +178,7 @@ private void InitializeComponent()
// btnclose
//
this.btnclose.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnclose.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnclose.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnclose.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnclose.Location = new System.Drawing.Point(13, 418);
this.btnclose.Name = "btnclose";
@ -554,7 +554,7 @@ private void InitializeComponent()
// btnapplypackskin
//
this.btnapplypackskin.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnapplypackskin.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapplypackskin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapplypackskin.Location = new System.Drawing.Point(379, 418);
this.btnapplypackskin.Name = "btnapplypackskin";
this.btnapplypackskin.Size = new System.Drawing.Size(94, 41);
@ -584,7 +584,7 @@ private void InitializeComponent()
// btnbrowse
//
this.btnbrowse.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.btnbrowse.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbrowse.Location = new System.Drawing.Point(389, 138);
this.btnbrowse.Name = "btnbrowse";
this.btnbrowse.Size = new System.Drawing.Size(75, 23);
@ -606,7 +606,7 @@ private void InitializeComponent()
// btnbacktoskinloader
//
this.btnbacktoskinloader.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
this.btnbacktoskinloader.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbacktoskinloader.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbacktoskinloader.Location = new System.Drawing.Point(3, 418);
this.btnbacktoskinloader.Name = "btnbacktoskinloader";
this.btnbacktoskinloader.Size = new System.Drawing.Size(94, 41);

View file

@ -94,7 +94,7 @@ private void InitializeComponent()
// btnsave
//
this.btnsave.BackColor = System.Drawing.Color.White;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnsave.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnsave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsave.Image = global::ShiftOS.Properties.Resources.saveicon;
this.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -109,7 +109,7 @@ private void InitializeComponent()
// btnopen
//
this.btnopen.BackColor = System.Drawing.Color.White;
this.btnopen.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnopen.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnopen.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnopen.Image = global::ShiftOS.Properties.Resources.openicon;
this.btnopen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -124,7 +124,7 @@ private void InitializeComponent()
// btnnew
//
this.btnnew.BackColor = System.Drawing.Color.White;
this.btnnew.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnnew.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnnew.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnnew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnnew.Location = new System.Drawing.Point(4, 4);

View file

@ -86,7 +86,7 @@ private void InitializeComponent()
//
this.btndone.AutoSize = true;
this.btndone.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btndone.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndone.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndone.Location = new System.Drawing.Point(649, 3);
this.btndone.Name = "btndone";
this.btndone.Size = new System.Drawing.Size(45, 25);
@ -99,7 +99,7 @@ private void InitializeComponent()
//
this.btnadd.AutoSize = true;
this.btnadd.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnadd.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnadd.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnadd.Location = new System.Drawing.Point(605, 3);
this.btnadd.Name = "btnadd";
this.btnadd.Size = new System.Drawing.Size(38, 25);
@ -111,7 +111,7 @@ private void InitializeComponent()
// cbpanel
//
this.cbpanel.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList;
this.cbpanel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cbpanel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cbpanel.FormattingEnabled = true;
this.cbpanel.Location = new System.Drawing.Point(478, 3);
this.cbpanel.Name = "cbpanel";
@ -205,7 +205,7 @@ private void InitializeComponent()
//
this.btninstallwidgets.AutoSize = true;
this.btninstallwidgets.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btninstallwidgets.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btninstallwidgets.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btninstallwidgets.Location = new System.Drawing.Point(152, 3);
this.btninstallwidgets.Name = "btninstallwidgets";
this.btninstallwidgets.Size = new System.Drawing.Size(88, 25);

View file

@ -48,7 +48,7 @@ private void InitializeComponent()
// btnselect
//
this.btnselect.Dock = ShiftUI.DockStyle.Fill;
this.btnselect.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnselect.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnselect.Location = new System.Drawing.Point(186, 0);
this.btnselect.Name = "btnselect";
this.btnselect.Size = new System.Drawing.Size(40, 33);

View file

@ -70,7 +70,7 @@ private void InitializeComponent()
//
this.btnok.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)
| ShiftUI.AnchorStyles.Right)));
this.btnok.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnok.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnok.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnok.ForeColor = System.Drawing.Color.Black;
this.btnok.Location = new System.Drawing.Point(134, 118);
@ -128,7 +128,7 @@ private void InitializeComponent()
//
// btnno
//
this.btnno.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnno.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnno.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnno.ForeColor = System.Drawing.Color.Black;
this.btnno.Location = new System.Drawing.Point(142, 2);
@ -142,7 +142,7 @@ private void InitializeComponent()
//
// btnyes
//
this.btnyes.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnyes.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnyes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnyes.ForeColor = System.Drawing.Color.Black;
this.btnyes.Location = new System.Drawing.Point(29, 2);

View file

@ -78,7 +78,7 @@ private void InitializeComponent()
this.btnclose.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnclose.AutoSize = true;
this.btnclose.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnclose.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnclose.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnclose.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.btnclose.Location = new System.Drawing.Point(843, 418);
this.btnclose.Name = "btnclose";

View file

@ -90,7 +90,7 @@ private void InitializeComponent()
// btncancel
//
this.btncancel.Anchor = ShiftUI.AnchorStyles.Bottom;
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncancel.Location = new System.Drawing.Point(21, 546);
this.btncancel.Name = "btncancel";
this.btncancel.Size = new System.Drawing.Size(109, 32);
@ -102,7 +102,7 @@ private void InitializeComponent()
// btnreset
//
this.btnreset.Anchor = ShiftUI.AnchorStyles.Bottom;
this.btnreset.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnreset.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnreset.Location = new System.Drawing.Point(136, 546);
this.btnreset.Name = "btnreset";
this.btnreset.Size = new System.Drawing.Size(109, 32);
@ -114,7 +114,7 @@ private void InitializeComponent()
// btnapply
//
this.btnapply.Anchor = ShiftUI.AnchorStyles.Bottom;
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapply.Location = new System.Drawing.Point(251, 546);
this.btnapply.Name = "btnapply";
this.btnapply.Size = new System.Drawing.Size(118, 32);
@ -135,7 +135,7 @@ private void InitializeComponent()
//
// btnmousedownbrowse
//
this.btnmousedownbrowse.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmousedownbrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmousedownbrowse.Location = new System.Drawing.Point(295, 411);
this.btnmousedownbrowse.Name = "btnmousedownbrowse";
this.btnmousedownbrowse.Size = new System.Drawing.Size(73, 60);
@ -179,7 +179,7 @@ private void InitializeComponent()
//
// btnmouseoverbrowse
//
this.btnmouseoverbrowse.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnmouseoverbrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmouseoverbrowse.Location = new System.Drawing.Point(295, 336);
this.btnmouseoverbrowse.Name = "btnmouseoverbrowse";
this.btnmouseoverbrowse.Size = new System.Drawing.Size(73, 60);
@ -233,7 +233,7 @@ private void InitializeComponent()
//
// btnidlebrowse
//
this.btnidlebrowse.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnidlebrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnidlebrowse.Location = new System.Drawing.Point(295, 260);
this.btnidlebrowse.Name = "btnidlebrowse";
this.btnidlebrowse.Size = new System.Drawing.Size(73, 60);
@ -271,7 +271,7 @@ private void InitializeComponent()
this.btnzoom.BackgroundImage = global::ShiftOS.Properties.Resources.zoombutton;
this.btnzoom.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnzoom.FlatAppearance.BorderSize = 0;
this.btnzoom.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnzoom.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnzoom.Location = new System.Drawing.Point(286, 144);
this.btnzoom.Name = "btnzoom";
this.btnzoom.Size = new System.Drawing.Size(82, 65);
@ -284,7 +284,7 @@ private void InitializeComponent()
this.btnstretch.BackgroundImage = global::ShiftOS.Properties.Resources.stretchbutton;
this.btnstretch.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnstretch.FlatAppearance.BorderSize = 0;
this.btnstretch.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstretch.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstretch.Location = new System.Drawing.Point(197, 144);
this.btnstretch.Name = "btnstretch";
this.btnstretch.Size = new System.Drawing.Size(82, 65);
@ -297,7 +297,7 @@ private void InitializeComponent()
this.btncentre.BackgroundImage = global::ShiftOS.Properties.Resources.centrebutton;
this.btncentre.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btncentre.FlatAppearance.BorderSize = 0;
this.btncentre.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncentre.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncentre.Location = new System.Drawing.Point(108, 144);
this.btncentre.Name = "btncentre";
this.btncentre.Size = new System.Drawing.Size(82, 65);
@ -310,7 +310,7 @@ private void InitializeComponent()
this.btntile.BackgroundImage = global::ShiftOS.Properties.Resources.tilebutton;
this.btntile.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btntile.FlatAppearance.BorderSize = 0;
this.btntile.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btntile.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntile.Location = new System.Drawing.Point(19, 144);
this.btntile.Name = "btntile";
this.btntile.Size = new System.Drawing.Size(82, 65);

View file

@ -1113,7 +1113,7 @@ public Widget ConstructWidget(string type, string text, int x, int y, int width,
break;
case "button":
var btn = new Button();
btn.FlatStyle = FlatStyle.Flat;
btn.FlatStyle = FlatStyle.Standard;
if(darkmode)
{
//Set dark button
@ -1451,6 +1451,19 @@ public static void Play(int freq, int dur)
public static class Extensions
{
/// <summary>
/// Attempts to convert a Windows Forms control to a ShiftUI widget
/// using JSON.NET.
///
/// This may fail due to architecture differences in the WinForms and
/// ShiftUI code.
///
/// Exceptions:
/// - JsonSerializationException: Occurs when a control has some
/// data that JSON.NET can't serialize.
/// </summary>
/// <param name="ctrl">The Windows Forms control to convert</param>
/// <returns>The converted widget.</returns>
public static Widget ToWidget(this System.Windows.Forms.Control ctrl)
{
string json = JsonConvert.SerializeObject(ctrl);

View file

@ -130,7 +130,7 @@ private void InitializeComponent()
//
this.btnbegin.AutoSize = true;
this.btnbegin.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnbegin.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbegin.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbegin.Location = new System.Drawing.Point(3, 3);
this.btnbegin.Name = "btnbegin";
this.btnbegin.Size = new System.Drawing.Size(62, 32);
@ -246,7 +246,7 @@ private void InitializeComponent()
this.button1.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.button1.AutoSize = true;
this.button1.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.button1.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button1.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button1.Location = new System.Drawing.Point(1233, 510);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 25);
@ -260,7 +260,7 @@ private void InitializeComponent()
this.button2.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.button2.AutoSize = true;
this.button2.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.button2.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button2.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button2.Location = new System.Drawing.Point(1210, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(106, 25);
@ -283,7 +283,7 @@ private void InitializeComponent()
//
this.button3.AutoSize = true;
this.button3.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.button3.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button3.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button3.Location = new System.Drawing.Point(3, 3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(71, 32);

View file

@ -63,7 +63,7 @@ private void InitializeComponent()
//
this.btnstart.AutoSize = true;
this.btnstart.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnstart.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstart.Location = new System.Drawing.Point(435, 3);
this.btnstart.Name = "btnstart";
this.btnstart.Size = new System.Drawing.Size(80, 23);

View file

@ -211,7 +211,7 @@ private void InitializeComponent()
this.btnnext.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
this.btnnext.AutoSize = true;
this.btnnext.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnnext.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnnext.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnnext.Location = new System.Drawing.Point(294, 161);
this.btnnext.Name = "btnnext";
this.btnnext.Size = new System.Drawing.Size(66, 23);
@ -289,7 +289,7 @@ private void InitializeComponent()
//
this.cmbbuyable.BackColor = System.Drawing.Color.Black;
this.cmbbuyable.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList;
this.cmbbuyable.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cmbbuyable.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cmbbuyable.ForeColor = System.Drawing.Color.White;
this.cmbbuyable.FormattingEnabled = true;
this.cmbbuyable.Location = new System.Drawing.Point(12, 38);
@ -312,7 +312,7 @@ private void InitializeComponent()
this.btndonebuying.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btndonebuying.AutoSize = true;
this.btndonebuying.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btndonebuying.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btndonebuying.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btndonebuying.Location = new System.Drawing.Point(341, 273);
this.btndonebuying.Name = "btndonebuying";
this.btndonebuying.Size = new System.Drawing.Size(38, 23);
@ -340,7 +340,7 @@ private void InitializeComponent()
this.btnbuy.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnbuy.AutoSize = true;
this.btnbuy.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnbuy.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnbuy.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnbuy.Location = new System.Drawing.Point(199, 254);
this.btnbuy.Name = "btnbuy";
this.btnbuy.Size = new System.Drawing.Size(122, 23);
@ -361,7 +361,7 @@ private void InitializeComponent()
//
this.cmbmodules.BackColor = System.Drawing.Color.Black;
this.cmbmodules.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList;
this.cmbmodules.FlatStyle = ShiftUI.FlatStyle.Flat;
this.cmbmodules.FlatStyle = ShiftUI.FlatStyle.Standard;
this.cmbmodules.ForeColor = System.Drawing.Color.White;
this.cmbmodules.FormattingEnabled = true;
this.cmbmodules.Location = new System.Drawing.Point(12, 38);
@ -383,7 +383,7 @@ private void InitializeComponent()
this.button1.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.button1.AutoSize = true;
this.button1.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.button1.FlatStyle = ShiftUI.FlatStyle.Flat;
this.button1.FlatStyle = ShiftUI.FlatStyle.Standard;
this.button1.Location = new System.Drawing.Point(327, 254);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(52, 23);
@ -420,7 +420,7 @@ private void InitializeComponent()
this.btnpoweroff.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnpoweroff.AutoSize = true;
this.btnpoweroff.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnpoweroff.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnpoweroff.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnpoweroff.Location = new System.Drawing.Point(85, 254);
this.btnpoweroff.Name = "btnpoweroff";
this.btnpoweroff.Size = new System.Drawing.Size(80, 23);
@ -434,7 +434,7 @@ private void InitializeComponent()
this.btnupgrade.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btnupgrade.AutoSize = true;
this.btnupgrade.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnupgrade.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnupgrade.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnupgrade.Location = new System.Drawing.Point(171, 254);
this.btnupgrade.Name = "btnupgrade";
this.btnupgrade.Size = new System.Drawing.Size(150, 23);
@ -465,7 +465,7 @@ private void InitializeComponent()
this.btncloseinfo.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
this.btncloseinfo.AutoSize = true;
this.btncloseinfo.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btncloseinfo.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btncloseinfo.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncloseinfo.Location = new System.Drawing.Point(327, 254);
this.btncloseinfo.Name = "btncloseinfo";
this.btncloseinfo.Size = new System.Drawing.Size(52, 23);
@ -490,7 +490,7 @@ private void InitializeComponent()
//
this.btnaddmodule.AutoSize = true;
this.btnaddmodule.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btnaddmodule.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnaddmodule.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnaddmodule.Location = new System.Drawing.Point(3, 3);
this.btnaddmodule.Name = "btnaddmodule";
this.btnaddmodule.Size = new System.Drawing.Size(87, 23);
@ -512,7 +512,7 @@ private void InitializeComponent()
//
this.btntogglemusic.AutoSize = true;
this.btntogglemusic.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
this.btntogglemusic.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btntogglemusic.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntogglemusic.Location = new System.Drawing.Point(229, 3);
this.btntogglemusic.Name = "btntogglemusic";
this.btntogglemusic.Size = new System.Drawing.Size(101, 23);

View file

@ -75,7 +75,7 @@ private void InitializeComponent()
//
// btnskip
//
this.btnskip.FlatStyle = ShiftUI.FlatStyle.Flat;
this.btnskip.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnskip.ForeColor = System.Drawing.Color.White;
this.btnskip.Location = new System.Drawing.Point(566, 422);
this.btnskip.Name = "btnskip";

View file

@ -12,11 +12,13 @@ namespace Skinning
{
public class Skin : ShiftUI.ShiftOS.Skin
{
//ShiftUI inherits: Anything marked with 'public new' is inherited
//from ShiftUI.ShiftOS.Skin, and is marked this way to provide a
//default value that JSON.NET can deserialize but also have
//ShiftUI see it.
public Skin()
{
//We need to set our base skin settings here because the 'new' keyword
//hides the variable from ShiftUI.
base.ButtonBackColor_Pressed = this.ButtonBackColor_Pressed;
base.ProgressBar_BackgroundColor = this.ProgressBar_BackgroundColor;
}
public new Color ButtonBackColor_Pressed = Color.Black;