From 6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Tue, 19 Jul 2016 21:53:26 -0400 Subject: Full ShiftUI conversion The only bugs are that windows don't show in the center of the screen, and Gecko webbrowsers are not serializing properly to be converted to ShiftUI widgets (you can use the ToWidget() extension method to convert a WinForms control to a ShiftUI widget) Also multiple desktop panels are removed due to some odd bug I can't diagnose. Will add them back in the future. Promise. I loved creating GNOME2 skins. --- .../Apps/Shifter.Designer.cs | 2805 ++++++++++---------- 1 file changed, 1401 insertions(+), 1404 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/Shifter.Designer.cs') diff --git a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs index d49294e..03398e3 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs @@ -1,5 +1,5 @@ using System; -using System.Windows.Forms; +using ShiftUI; namespace ShiftOS { @@ -17,8 +17,7 @@ namespace ShiftOS protected override void Dispose(bool disposing) { if (disposing && (components != null)) - { - components.Dispose(); + { components.Dispose(); } base.Dispose(disposing); } @@ -27,420 +26,419 @@ namespace ShiftOS { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Shifter)); - this.ColorDialog1 = new System.Windows.Forms.ColorDialog(); - this.clocktick = new System.Windows.Forms.Timer(this.components); - this.customizationtime = new System.Windows.Forms.Timer(this.components); - this.timerearned = new System.Windows.Forms.Timer(this.components); - this.Label1 = new System.Windows.Forms.Label(); - this.btnapply = new System.Windows.Forms.Button(); - this.catholder = new System.Windows.Forms.Panel(); - this.btnmore = new System.Windows.Forms.Button(); - this.btnreset = new System.Windows.Forms.Button(); - this.btnwindowcomposition = new System.Windows.Forms.Button(); - this.btndesktopicons = new System.Windows.Forms.Button(); - this.btnmenus = new System.Windows.Forms.Button(); - this.btnwindows = new System.Windows.Forms.Button(); - this.btndesktop = new System.Windows.Forms.Button(); - this.pnlshifterintro = new System.Windows.Forms.Panel(); - this.Label66 = new System.Windows.Forms.Label(); - this.Label65 = new System.Windows.Forms.Label(); - this.Label64 = new System.Windows.Forms.Label(); - this.Label63 = new System.Windows.Forms.Label(); - this.pnldesktopoptions = new System.Windows.Forms.Panel(); - this.pnldesktoppaneloptions = new System.Windows.Forms.Panel(); - this.btnpanelbuttons = new System.Windows.Forms.Button(); - this.lbwarning = new System.Windows.Forms.Label(); - this.combodesktoppanelposition = new System.Windows.Forms.ComboBox(); - this.lbposition = new System.Windows.Forms.Label(); - this.Label47 = new System.Windows.Forms.Label(); - this.txtdesktoppanelheight = new System.Windows.Forms.NumericUpDown(); - this.lbheight = new System.Windows.Forms.Label(); - this.pnldesktoppanelcolour = new System.Windows.Forms.Panel(); - this.lbpanelcolor = new System.Windows.Forms.Label(); - this.pnlapplauncheroptions = new System.Windows.Forms.Panel(); - this.pnlalhover = new System.Windows.Forms.Panel(); - this.label119 = new System.Windows.Forms.Label(); - this.Label71 = new System.Windows.Forms.Label(); - this.txtapplauncherwidth = new System.Windows.Forms.TextBox(); - this.Label72 = new System.Windows.Forms.Label(); - this.txtappbuttonlabel = new System.Windows.Forms.TextBox(); - this.Label51 = new System.Windows.Forms.Label(); - this.Label50 = new System.Windows.Forms.Label(); - this.pnlmaintextcolour = new System.Windows.Forms.Panel(); - this.comboappbuttontextstyle = new System.Windows.Forms.ComboBox(); - this.comboappbuttontextfont = new System.Windows.Forms.ComboBox(); - this.Label37 = new System.Windows.Forms.Label(); - this.Label38 = new System.Windows.Forms.Label(); - this.txtappbuttontextsize = new System.Windows.Forms.TextBox(); - this.Label39 = new System.Windows.Forms.Label(); - this.Label40 = new System.Windows.Forms.Label(); - this.pnlmainbuttonactivated = new System.Windows.Forms.Panel(); - this.Label28 = new System.Windows.Forms.Label(); - this.Label35 = new System.Windows.Forms.Label(); - this.txtapplicationsbuttonheight = new System.Windows.Forms.TextBox(); - this.Label36 = new System.Windows.Forms.Label(); - this.pnlmainbuttoncolour = new System.Windows.Forms.Panel(); - this.Label43 = new System.Windows.Forms.Label(); - this.pnldesktopintro = new System.Windows.Forms.Panel(); - this.Label69 = new System.Windows.Forms.Label(); - this.Label70 = new System.Windows.Forms.Label(); - this.pnlpanelbuttonsoptions = new System.Windows.Forms.Panel(); - this.pnlpanelbuttontextcolour = new System.Windows.Forms.Panel(); - this.Label101 = new System.Windows.Forms.Label(); - this.txtpanelbuttontexttop = new System.Windows.Forms.TextBox(); - this.Label104 = new System.Windows.Forms.Label(); - this.txtpanelbuttontextside = new System.Windows.Forms.TextBox(); - this.Label106 = new System.Windows.Forms.Label(); - this.Label93 = new System.Windows.Forms.Label(); - this.txtpanelbuttontop = new System.Windows.Forms.TextBox(); - this.Label94 = new System.Windows.Forms.Label(); - this.txtpanelbuttoninitalgap = new System.Windows.Forms.TextBox(); - this.Label108 = new System.Windows.Forms.Label(); - this.txtpanelbuttonicontop = new System.Windows.Forms.TextBox(); - this.Label110 = new System.Windows.Forms.Label(); - this.txtpanelbuttoniconside = new System.Windows.Forms.TextBox(); - this.Label112 = new System.Windows.Forms.Label(); - this.txtpanelbuttoniconsize = new System.Windows.Forms.TextBox(); - this.Label105 = new System.Windows.Forms.Label(); - this.cbpanelbuttontextstyle = new System.Windows.Forms.ComboBox(); - this.cbpanelbuttonfont = new System.Windows.Forms.ComboBox(); - this.Label100 = new System.Windows.Forms.Label(); - this.txtpaneltextbuttonsize = new System.Windows.Forms.TextBox(); - this.Label102 = new System.Windows.Forms.Label(); - this.Label103 = new System.Windows.Forms.Label(); - this.Label98 = new System.Windows.Forms.Label(); - this.txtpanelbuttongap = new System.Windows.Forms.TextBox(); - this.Label99 = new System.Windows.Forms.Label(); - this.Label96 = new System.Windows.Forms.Label(); - this.txtpanelbuttonheight = new System.Windows.Forms.TextBox(); - this.Label97 = new System.Windows.Forms.Label(); - this.Label92 = new System.Windows.Forms.Label(); - this.txtpanelbuttonwidth = new System.Windows.Forms.TextBox(); - this.Label91 = new System.Windows.Forms.Label(); - this.pnlpanelbuttoncolour = new System.Windows.Forms.Panel(); - this.Label95 = new System.Windows.Forms.Label(); - this.pnldesktopbackgroundoptions = new System.Windows.Forms.Panel(); - this.pnldesktopcolour = new System.Windows.Forms.Panel(); - this.Label45 = new System.Windows.Forms.Label(); - this.pnlpanelclockoptions = new System.Windows.Forms.Panel(); - this.pnlclockbackgroundcolour = new System.Windows.Forms.Panel(); - this.Label44 = new System.Windows.Forms.Label(); - this.comboclocktextstyle = new System.Windows.Forms.ComboBox(); - this.comboclocktextfont = new System.Windows.Forms.ComboBox(); - this.Label26 = new System.Windows.Forms.Label(); - this.Label29 = new System.Windows.Forms.Label(); - this.txtclocktextfromtop = new System.Windows.Forms.TextBox(); - this.Label30 = new System.Windows.Forms.Label(); - this.Label31 = new System.Windows.Forms.Label(); - this.txtclocktextsize = new System.Windows.Forms.TextBox(); - this.Label32 = new System.Windows.Forms.Label(); - this.Label33 = new System.Windows.Forms.Label(); - this.pnlpanelclocktextcolour = new System.Windows.Forms.Panel(); - this.Label34 = new System.Windows.Forms.Label(); - this.pnldesktoppreview = new System.Windows.Forms.Panel(); - this.predesktoppanel = new System.Windows.Forms.Panel(); - this.prepnlpanelbuttonholder = new System.Windows.Forms.FlowLayoutPanel(); - this.prepnlpanelbutton = new System.Windows.Forms.Panel(); - this.pretbicon = new System.Windows.Forms.PictureBox(); - this.pretbctext = new System.Windows.Forms.Label(); - this.pretimepanel = new System.Windows.Forms.Panel(); - this.prepaneltimetext = new System.Windows.Forms.Label(); - this.preapplaunchermenuholder = new System.Windows.Forms.Panel(); - this.predesktopappmenu = new System.Windows.Forms.MenuStrip(); - this.ApplicationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.KnowledgeInputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShiftoriumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ClockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.TerminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShifterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.ShutdownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.Panel10 = new System.Windows.Forms.Panel(); - this.btndesktopitself = new System.Windows.Forms.Button(); - this.btnpanelclock = new System.Windows.Forms.Button(); - this.btnapplauncher = new System.Windows.Forms.Button(); - this.btndesktoppanel = new System.Windows.Forms.Button(); - this.txtpanelbuttoniconheight = new System.Windows.Forms.TextBox(); - this.pnlwindowsoptions = new System.Windows.Forms.Panel(); - this.pnlwindowsintro = new System.Windows.Forms.Panel(); - this.Label68 = new System.Windows.Forms.Label(); - this.Label67 = new System.Windows.Forms.Label(); - this.pnlbuttonoptions = new System.Windows.Forms.Panel(); - this.pnlclosebuttonoptions = new System.Windows.Forms.Panel(); - this.Label8 = new System.Windows.Forms.Label(); - this.Label11 = new System.Windows.Forms.Label(); - this.pnlclosebuttoncolour = new System.Windows.Forms.Panel(); - this.txtclosebuttonfromside = new System.Windows.Forms.TextBox(); - this.Label7 = new System.Windows.Forms.Label(); - this.Label12 = new System.Windows.Forms.Label(); - this.txtclosebuttonheight = new System.Windows.Forms.TextBox(); - this.Label13 = new System.Windows.Forms.Label(); - this.Label6 = new System.Windows.Forms.Label(); - this.txtclosebuttonfromtop = new System.Windows.Forms.TextBox(); - this.Label10 = new System.Windows.Forms.Label(); - this.Label14 = new System.Windows.Forms.Label(); - this.txtclosebuttonwidth = new System.Windows.Forms.TextBox(); - this.Label9 = new System.Windows.Forms.Label(); - this.pnlrollupbuttonoptions = new System.Windows.Forms.Panel(); - this.Label54 = new System.Windows.Forms.Label(); - this.Label55 = new System.Windows.Forms.Label(); - this.pnlrollupbuttoncolour = new System.Windows.Forms.Panel(); - this.txtrollupbuttonside = new System.Windows.Forms.TextBox(); - this.Label56 = new System.Windows.Forms.Label(); - this.Label57 = new System.Windows.Forms.Label(); - this.txtrollupbuttonheight = new System.Windows.Forms.TextBox(); - this.Label58 = new System.Windows.Forms.Label(); - this.Label59 = new System.Windows.Forms.Label(); - this.txtrollupbuttontop = new System.Windows.Forms.TextBox(); - this.Label60 = new System.Windows.Forms.Label(); - this.Label61 = new System.Windows.Forms.Label(); - this.txtrollupbuttonwidth = new System.Windows.Forms.TextBox(); - this.Label62 = new System.Windows.Forms.Label(); - this.pnlminimizebuttonoptions = new System.Windows.Forms.Panel(); - this.Label82 = new System.Windows.Forms.Label(); - this.Label83 = new System.Windows.Forms.Label(); - this.pnlminimizebuttoncolour = new System.Windows.Forms.Panel(); - this.txtminimizebuttonside = new System.Windows.Forms.TextBox(); - this.Label84 = new System.Windows.Forms.Label(); - this.Label85 = new System.Windows.Forms.Label(); - this.txtminimizebuttonheight = new System.Windows.Forms.TextBox(); - this.Label86 = new System.Windows.Forms.Label(); - this.Label87 = new System.Windows.Forms.Label(); - this.txtminimizebuttontop = new System.Windows.Forms.TextBox(); - this.Label88 = new System.Windows.Forms.Label(); - this.Label89 = new System.Windows.Forms.Label(); - this.txtminimizebuttonwidth = new System.Windows.Forms.TextBox(); - this.Label90 = new System.Windows.Forms.Label(); - this.combobuttonoption = new System.Windows.Forms.ComboBox(); - this.Label52 = new System.Windows.Forms.Label(); - this.pnltitlebaroptions = new System.Windows.Forms.Panel(); - this.Label80 = new System.Windows.Forms.Label(); - this.txticonfromtop = new System.Windows.Forms.TextBox(); - this.Label81 = new System.Windows.Forms.Label(); - this.Label78 = new System.Windows.Forms.Label(); - this.txticonfromside = new System.Windows.Forms.TextBox(); - this.Label79 = new System.Windows.Forms.Label(); - this.lbcornerwidthpx = new System.Windows.Forms.Label(); - this.txttitlebarcornerwidth = new System.Windows.Forms.TextBox(); - this.lbcornerwidth = new System.Windows.Forms.Label(); - this.pnltitlebarrightcornercolour = new System.Windows.Forms.Panel(); - this.pnltitlebarleftcornercolour = new System.Windows.Forms.Panel(); - this.lbrightcornercolor = new System.Windows.Forms.Label(); - this.lbleftcornercolor = new System.Windows.Forms.Label(); - this.cboxtitlebarcorners = new System.Windows.Forms.CheckBox(); - this.Label5 = new System.Windows.Forms.Label(); - this.txttitlebarheight = new System.Windows.Forms.TextBox(); - this.Label4 = new System.Windows.Forms.Label(); - this.pnltitlebarcolour = new System.Windows.Forms.Panel(); - this.Label2 = new System.Windows.Forms.Label(); - this.pnlborderoptions = new System.Windows.Forms.Panel(); - this.cbindividualbordercolours = new System.Windows.Forms.CheckBox(); - this.pnlborderbottomrightcolour = new System.Windows.Forms.Panel(); - this.lbbright = new System.Windows.Forms.Label(); - this.pnlborderbottomcolour = new System.Windows.Forms.Panel(); - this.lbbottom = new System.Windows.Forms.Label(); - this.pnlborderbottomleftcolour = new System.Windows.Forms.Panel(); - this.lbbleft = new System.Windows.Forms.Label(); - this.pnlborderrightcolour = new System.Windows.Forms.Panel(); - this.lbright = new System.Windows.Forms.Label(); - this.pnlborderleftcolour = new System.Windows.Forms.Panel(); - this.lbleft = new System.Windows.Forms.Label(); - this.Label15 = new System.Windows.Forms.Label(); - this.pnlbordercolour = new System.Windows.Forms.Panel(); - this.txtbordersize = new System.Windows.Forms.TextBox(); - this.Label3 = new System.Windows.Forms.Label(); - this.Label16 = new System.Windows.Forms.Label(); - this.pnltitletextoptions = new System.Windows.Forms.Panel(); - this.combotitletextposition = new System.Windows.Forms.ComboBox(); - this.Label53 = new System.Windows.Forms.Label(); - this.combotitletextstyle = new System.Windows.Forms.ComboBox(); - this.combotitletextfont = new System.Windows.Forms.ComboBox(); - this.Label23 = new System.Windows.Forms.Label(); - this.Label17 = new System.Windows.Forms.Label(); - this.txttitletextside = new System.Windows.Forms.TextBox(); - this.Label18 = new System.Windows.Forms.Label(); - this.Label19 = new System.Windows.Forms.Label(); - this.txttitletexttop = new System.Windows.Forms.TextBox(); - this.Label20 = new System.Windows.Forms.Label(); - this.Label21 = new System.Windows.Forms.Label(); - this.txttitletextsize = new System.Windows.Forms.TextBox(); - this.Label22 = new System.Windows.Forms.Label(); - this.Label24 = new System.Windows.Forms.Label(); - this.pnltitletextcolour = new System.Windows.Forms.Panel(); - this.Label25 = new System.Windows.Forms.Label(); - this.pnlwindowsobjects = new System.Windows.Forms.Panel(); - this.btnborders = new System.Windows.Forms.Button(); - this.btnbuttons = new System.Windows.Forms.Button(); - this.btntitletext = new System.Windows.Forms.Button(); - this.btntitlebar = new System.Windows.Forms.Button(); - this.pnlwindowpreview = new System.Windows.Forms.Panel(); - this.prepgcontent = new System.Windows.Forms.Panel(); - this.prepgbottom = new System.Windows.Forms.Panel(); - this.prepgleft = new System.Windows.Forms.Panel(); - this.prepgbottomlcorner = new System.Windows.Forms.Panel(); - this.prepgright = new System.Windows.Forms.Panel(); - this.prepgbottomrcorner = new System.Windows.Forms.Panel(); - this.pretitlebar = new System.Windows.Forms.Panel(); - this.preminimizebutton = new System.Windows.Forms.Panel(); - this.prepnlicon = new System.Windows.Forms.PictureBox(); - this.prerollupbutton = new System.Windows.Forms.Panel(); - this.preclosebutton = new System.Windows.Forms.Panel(); - this.pretitletext = new System.Windows.Forms.Label(); - this.prepgtoplcorner = new System.Windows.Forms.Panel(); - this.prepgtoprcorner = new System.Windows.Forms.Panel(); - this.pnlreset = new System.Windows.Forms.Panel(); - this.Label113 = new System.Windows.Forms.Label(); - this.btnresetallsettings = new System.Windows.Forms.Button(); - this.Label109 = new System.Windows.Forms.Label(); - this.Label111 = new System.Windows.Forms.Label(); - this.pgcontents = new System.Windows.Forms.Panel(); - this.pnldesktopcomposition = new System.Windows.Forms.Panel(); - this.pnlfancywindows = new System.Windows.Forms.Panel(); - this.txtwinfadedec = new System.Windows.Forms.TextBox(); - this.label150 = new System.Windows.Forms.Label(); - this.txtwinfadespeed = new System.Windows.Forms.TextBox(); - this.label151 = new System.Windows.Forms.Label(); - this.cbdrageffect = new System.Windows.Forms.ComboBox(); - this.label141 = new System.Windows.Forms.Label(); - this.cbcloseanim = new System.Windows.Forms.ComboBox(); - this.label128 = new System.Windows.Forms.Label(); - this.cbopenanim = new System.Windows.Forms.ComboBox(); - this.label127 = new System.Windows.Forms.Label(); - this.label149 = new System.Windows.Forms.Label(); - this.pnlfancydragging = new System.Windows.Forms.Panel(); - this.txtshakeminoffset = new System.Windows.Forms.TextBox(); - this.label148 = new System.Windows.Forms.Label(); - this.txtshakemax = new System.Windows.Forms.TextBox(); - this.label146 = new System.Windows.Forms.Label(); - this.txtdragopacitydec = new System.Windows.Forms.TextBox(); - this.label144 = new System.Windows.Forms.Label(); - this.txtdragfadedec = new System.Windows.Forms.TextBox(); - this.label143 = new System.Windows.Forms.Label(); - this.txtfadespeed = new System.Windows.Forms.TextBox(); - this.label155 = new System.Windows.Forms.Label(); - this.label156 = new System.Windows.Forms.Label(); - this.pnlfancyintro = new System.Windows.Forms.Panel(); - this.label174 = new System.Windows.Forms.Label(); - this.label175 = new System.Windows.Forms.Label(); - this.panel18 = new System.Windows.Forms.Panel(); - this.panel19 = new System.Windows.Forms.Panel(); - this.label157 = new System.Windows.Forms.Label(); - this.panel20 = new System.Windows.Forms.Panel(); - this.label158 = new System.Windows.Forms.Label(); - this.panel21 = new System.Windows.Forms.Panel(); - this.label159 = new System.Windows.Forms.Label(); - this.panel22 = new System.Windows.Forms.Panel(); - this.label160 = new System.Windows.Forms.Label(); - this.panel23 = new System.Windows.Forms.Panel(); - this.label161 = new System.Windows.Forms.Label(); - this.panel24 = new System.Windows.Forms.Panel(); - this.label162 = new System.Windows.Forms.Label(); - this.label163 = new System.Windows.Forms.Label(); - this.panel25 = new System.Windows.Forms.Panel(); - this.panel26 = new System.Windows.Forms.Panel(); - this.label164 = new System.Windows.Forms.Label(); - this.panel27 = new System.Windows.Forms.Panel(); - this.label165 = new System.Windows.Forms.Label(); - this.panel28 = new System.Windows.Forms.Panel(); - this.label166 = new System.Windows.Forms.Label(); - this.panel29 = new System.Windows.Forms.Panel(); - this.label167 = new System.Windows.Forms.Label(); - this.panel30 = new System.Windows.Forms.Panel(); - this.label168 = new System.Windows.Forms.Label(); - this.panel31 = new System.Windows.Forms.Panel(); - this.label169 = new System.Windows.Forms.Label(); - this.panel32 = new System.Windows.Forms.Panel(); - this.label170 = new System.Windows.Forms.Label(); - this.panel33 = new System.Windows.Forms.Panel(); - this.label171 = new System.Windows.Forms.Label(); - this.panel34 = new System.Windows.Forms.Panel(); - this.label172 = new System.Windows.Forms.Label(); - this.label173 = new System.Windows.Forms.Label(); - this.panel36 = new System.Windows.Forms.Panel(); - this.btnfancydragging = new System.Windows.Forms.Button(); - this.btnfancywindows = new System.Windows.Forms.Button(); - this.label176 = new System.Windows.Forms.Label(); - this.pnlmenus = new System.Windows.Forms.Panel(); - this.pnladvanced = new System.Windows.Forms.Panel(); - this.btnmorebuttons = new System.Windows.Forms.Button(); - this.pnlbuttonchecked = new System.Windows.Forms.Panel(); - this.label136 = new System.Windows.Forms.Label(); - this.pnlitemselectedend = new System.Windows.Forms.Panel(); - this.label129 = new System.Windows.Forms.Label(); - this.pnlbuttonpressed = new System.Windows.Forms.Panel(); - this.label130 = new System.Windows.Forms.Label(); - this.pnlitemselectedbegin = new System.Windows.Forms.Panel(); - this.label131 = new System.Windows.Forms.Label(); - this.pnlitemselected = new System.Windows.Forms.Panel(); - this.label132 = new System.Windows.Forms.Label(); - this.pnlbuttonselected = new System.Windows.Forms.Panel(); - this.label133 = new System.Windows.Forms.Label(); - this.pnlcheckbg = new System.Windows.Forms.Panel(); - this.label134 = new System.Windows.Forms.Label(); - this.label135 = new System.Windows.Forms.Label(); - this.pnlmore = new System.Windows.Forms.Panel(); - this.pnlpressedbegin = new System.Windows.Forms.Panel(); - this.btnback = new System.Windows.Forms.Button(); - this.label138 = new System.Windows.Forms.Label(); - this.pnlselectedbegin = new System.Windows.Forms.Panel(); - this.pnlpressedend = new System.Windows.Forms.Panel(); - this.label137 = new System.Windows.Forms.Label(); - this.label139 = new System.Windows.Forms.Label(); - this.pnlselectedend = new System.Windows.Forms.Panel(); - this.pnlpressedmiddle = new System.Windows.Forms.Panel(); - this.label140 = new System.Windows.Forms.Label(); - this.label142 = new System.Windows.Forms.Label(); - this.pnlselectedmiddle = new System.Windows.Forms.Panel(); - this.label145 = new System.Windows.Forms.Label(); - this.label147 = new System.Windows.Forms.Label(); - this.pnldropdown = new System.Windows.Forms.Panel(); - this.pnlddborder = new System.Windows.Forms.Panel(); - this.label117 = new System.Windows.Forms.Label(); - this.pnlmarginend = new System.Windows.Forms.Panel(); - this.label120 = new System.Windows.Forms.Label(); - this.pnlmarginmiddle = new System.Windows.Forms.Panel(); - this.label121 = new System.Windows.Forms.Label(); - this.pnlmarginbegin = new System.Windows.Forms.Panel(); - this.label122 = new System.Windows.Forms.Label(); - this.pnlhcolor = new System.Windows.Forms.Panel(); - this.label123 = new System.Windows.Forms.Label(); - this.pnlhborder = new System.Windows.Forms.Panel(); - this.label125 = new System.Windows.Forms.Label(); - this.label126 = new System.Windows.Forms.Label(); - this.pnlbasic = new System.Windows.Forms.Panel(); - this.pnlmenutextcolor = new System.Windows.Forms.Panel(); - this.label118 = new System.Windows.Forms.Label(); - this.pnldropdownbg = new System.Windows.Forms.Panel(); - this.label115 = new System.Windows.Forms.Label(); - this.pnlstatusend = new System.Windows.Forms.Panel(); - this.label114 = new System.Windows.Forms.Label(); - this.pnlstatusbegin = new System.Windows.Forms.Panel(); - this.label107 = new System.Windows.Forms.Label(); - this.pnltoolbarend = new System.Windows.Forms.Panel(); - this.label77 = new System.Windows.Forms.Label(); - this.pnltoolbarmiddle = new System.Windows.Forms.Panel(); - this.label76 = new System.Windows.Forms.Label(); - this.pnltoolbarbegin = new System.Windows.Forms.Panel(); - this.label75 = new System.Windows.Forms.Label(); - this.pnlmenubarend = new System.Windows.Forms.Panel(); - this.label73 = new System.Windows.Forms.Label(); - this.pnlmenubarbegin = new System.Windows.Forms.Panel(); - this.label42 = new System.Windows.Forms.Label(); - this.label41 = new System.Windows.Forms.Label(); - this.pnlmenusintro = new System.Windows.Forms.Panel(); - this.label116 = new System.Windows.Forms.Label(); - this.label124 = new System.Windows.Forms.Label(); - this.pnlmenucategories = new System.Windows.Forms.Panel(); - this.btnmisc = new System.Windows.Forms.Button(); - this.btnadvanced = new System.Windows.Forms.Button(); - this.btndropdown = new System.Windows.Forms.Button(); - this.btnbasic = new System.Windows.Forms.Button(); - this.label74 = new System.Windows.Forms.Label(); - this.tmrfix = new System.Windows.Forms.Timer(this.components); - this.tmrdelay = new System.Windows.Forms.Timer(this.components); - this.pnlluaoptions = new System.Windows.Forms.Panel(); - this.flmorebuttons = new System.Windows.Forms.FlowLayoutPanel(); - this.pnlluafield = new System.Windows.Forms.Panel(); + this.clocktick = new ShiftUI.Timer(this.components); + this.customizationtime = new ShiftUI.Timer(this.components); + this.timerearned = new ShiftUI.Timer(this.components); + this.Label1 = new ShiftUI.Label(); + this.btnapply = new ShiftUI.Button(); + this.catholder = new ShiftUI.Panel(); + this.btnmore = new ShiftUI.Button(); + this.btnreset = new ShiftUI.Button(); + this.btnwindowcomposition = new ShiftUI.Button(); + this.btndesktopicons = new ShiftUI.Button(); + this.btnmenus = new ShiftUI.Button(); + this.btnwindows = new ShiftUI.Button(); + this.btndesktop = new ShiftUI.Button(); + this.pnlshifterintro = new ShiftUI.Panel(); + this.Label66 = new ShiftUI.Label(); + this.Label65 = new ShiftUI.Label(); + this.Label64 = new ShiftUI.Label(); + this.Label63 = new ShiftUI.Label(); + this.pnldesktopoptions = new ShiftUI.Panel(); + this.pnldesktoppaneloptions = new ShiftUI.Panel(); + this.btnpanelbuttons = new ShiftUI.Button(); + this.lbwarning = new ShiftUI.Label(); + this.combodesktoppanelposition = new ShiftUI.ComboBox(); + this.lbposition = new ShiftUI.Label(); + this.Label47 = new ShiftUI.Label(); + this.txtdesktoppanelheight = new ShiftUI.TextBox(); + this.lbheight = new ShiftUI.Label(); + this.pnldesktoppanelcolour = new ShiftUI.Panel(); + this.lbpanelcolor = new ShiftUI.Label(); + this.pnlapplauncheroptions = new ShiftUI.Panel(); + this.pnlalhover = new ShiftUI.Panel(); + this.label119 = new ShiftUI.Label(); + this.Label71 = new ShiftUI.Label(); + this.txtapplauncherwidth = new ShiftUI.TextBox(); + this.Label72 = new ShiftUI.Label(); + this.txtappbuttonlabel = new ShiftUI.TextBox(); + this.Label51 = new ShiftUI.Label(); + this.Label50 = new ShiftUI.Label(); + this.pnlmaintextcolour = new ShiftUI.Panel(); + this.comboappbuttontextstyle = new ShiftUI.ComboBox(); + this.comboappbuttontextfont = new ShiftUI.ComboBox(); + this.Label37 = new ShiftUI.Label(); + this.Label38 = new ShiftUI.Label(); + this.txtappbuttontextsize = new ShiftUI.TextBox(); + this.Label39 = new ShiftUI.Label(); + this.Label40 = new ShiftUI.Label(); + this.pnlmainbuttonactivated = new ShiftUI.Panel(); + this.Label28 = new ShiftUI.Label(); + this.Label35 = new ShiftUI.Label(); + this.txtapplicationsbuttonheight = new ShiftUI.TextBox(); + this.Label36 = new ShiftUI.Label(); + this.pnlmainbuttoncolour = new ShiftUI.Panel(); + this.Label43 = new ShiftUI.Label(); + this.pnldesktopintro = new ShiftUI.Panel(); + this.Label69 = new ShiftUI.Label(); + this.Label70 = new ShiftUI.Label(); + this.pnlpanelbuttonsoptions = new ShiftUI.Panel(); + this.pnlpanelbuttontextcolour = new ShiftUI.Panel(); + this.Label101 = new ShiftUI.Label(); + this.txtpanelbuttontexttop = new ShiftUI.TextBox(); + this.Label104 = new ShiftUI.Label(); + this.txtpanelbuttontextside = new ShiftUI.TextBox(); + this.Label106 = new ShiftUI.Label(); + this.Label93 = new ShiftUI.Label(); + this.txtpanelbuttontop = new ShiftUI.TextBox(); + this.Label94 = new ShiftUI.Label(); + this.txtpanelbuttoninitalgap = new ShiftUI.TextBox(); + this.Label108 = new ShiftUI.Label(); + this.txtpanelbuttonicontop = new ShiftUI.TextBox(); + this.Label110 = new ShiftUI.Label(); + this.txtpanelbuttoniconside = new ShiftUI.TextBox(); + this.Label112 = new ShiftUI.Label(); + this.txtpanelbuttoniconsize = new ShiftUI.TextBox(); + this.Label105 = new ShiftUI.Label(); + this.cbpanelbuttontextstyle = new ShiftUI.ComboBox(); + this.cbpanelbuttonfont = new ShiftUI.ComboBox(); + this.Label100 = new ShiftUI.Label(); + this.txtpaneltextbuttonsize = new ShiftUI.TextBox(); + this.Label102 = new ShiftUI.Label(); + this.Label103 = new ShiftUI.Label(); + this.Label98 = new ShiftUI.Label(); + this.txtpanelbuttongap = new ShiftUI.TextBox(); + this.Label99 = new ShiftUI.Label(); + this.Label96 = new ShiftUI.Label(); + this.txtpanelbuttonheight = new ShiftUI.TextBox(); + this.Label97 = new ShiftUI.Label(); + this.Label92 = new ShiftUI.Label(); + this.txtpanelbuttonwidth = new ShiftUI.TextBox(); + this.Label91 = new ShiftUI.Label(); + this.pnlpanelbuttoncolour = new ShiftUI.Panel(); + this.Label95 = new ShiftUI.Label(); + this.pnldesktopbackgroundoptions = new ShiftUI.Panel(); + this.pnldesktopcolour = new ShiftUI.Panel(); + this.Label45 = new ShiftUI.Label(); + this.pnlpanelclockoptions = new ShiftUI.Panel(); + this.pnlclockbackgroundcolour = new ShiftUI.Panel(); + this.Label44 = new ShiftUI.Label(); + this.comboclocktextstyle = new ShiftUI.ComboBox(); + this.comboclocktextfont = new ShiftUI.ComboBox(); + this.Label26 = new ShiftUI.Label(); + this.Label29 = new ShiftUI.Label(); + this.txtclocktextfromtop = new ShiftUI.TextBox(); + this.Label30 = new ShiftUI.Label(); + this.Label31 = new ShiftUI.Label(); + this.txtclocktextsize = new ShiftUI.TextBox(); + this.Label32 = new ShiftUI.Label(); + this.Label33 = new ShiftUI.Label(); + this.pnlpanelclocktextcolour = new ShiftUI.Panel(); + this.Label34 = new ShiftUI.Label(); + this.pnldesktoppreview = new ShiftUI.Panel(); + this.predesktoppanel = new ShiftUI.Panel(); + this.prepnlpanelbuttonholder = new ShiftUI.FlowLayoutPanel(); + this.prepnlpanelbutton = new ShiftUI.Panel(); + this.pretbicon = new ShiftUI.PictureBox(); + this.pretbctext = new ShiftUI.Label(); + this.pretimepanel = new ShiftUI.Panel(); + this.prepaneltimetext = new ShiftUI.Label(); + this.preapplaunchermenuholder = new ShiftUI.Panel(); + this.predesktopappmenu = new ShiftUI.MenuStrip(); + this.ApplicationsToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.KnowledgeInputToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ShiftoriumToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ClockToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.TerminalToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ShifterToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ToolStripSeparator1 = new ShiftUI.ToolStripSeparator(); + this.ShutdownToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.Panel10 = new ShiftUI.Panel(); + this.btndesktopitself = new ShiftUI.Button(); + this.btnpanelclock = new ShiftUI.Button(); + this.btnapplauncher = new ShiftUI.Button(); + this.btndesktoppanel = new ShiftUI.Button(); + this.txtpanelbuttoniconheight = new ShiftUI.TextBox(); + this.pnlwindowsoptions = new ShiftUI.Panel(); + this.pnlwindowsintro = new ShiftUI.Panel(); + this.Label68 = new ShiftUI.Label(); + this.Label67 = new ShiftUI.Label(); + this.pnlbuttonoptions = new ShiftUI.Panel(); + this.pnlclosebuttonoptions = new ShiftUI.Panel(); + this.Label8 = new ShiftUI.Label(); + this.Label11 = new ShiftUI.Label(); + this.pnlclosebuttoncolour = new ShiftUI.Panel(); + this.txtclosebuttonfromside = new ShiftUI.TextBox(); + this.Label7 = new ShiftUI.Label(); + this.Label12 = new ShiftUI.Label(); + this.txtclosebuttonheight = new ShiftUI.TextBox(); + this.Label13 = new ShiftUI.Label(); + this.Label6 = new ShiftUI.Label(); + this.txtclosebuttonfromtop = new ShiftUI.TextBox(); + this.Label10 = new ShiftUI.Label(); + this.Label14 = new ShiftUI.Label(); + this.txtclosebuttonwidth = new ShiftUI.TextBox(); + this.Label9 = new ShiftUI.Label(); + this.pnlrollupbuttonoptions = new ShiftUI.Panel(); + this.Label54 = new ShiftUI.Label(); + this.Label55 = new ShiftUI.Label(); + this.pnlrollupbuttoncolour = new ShiftUI.Panel(); + this.txtrollupbuttonside = new ShiftUI.TextBox(); + this.Label56 = new ShiftUI.Label(); + this.Label57 = new ShiftUI.Label(); + this.txtrollupbuttonheight = new ShiftUI.TextBox(); + this.Label58 = new ShiftUI.Label(); + this.Label59 = new ShiftUI.Label(); + this.txtrollupbuttontop = new ShiftUI.TextBox(); + this.Label60 = new ShiftUI.Label(); + this.Label61 = new ShiftUI.Label(); + this.txtrollupbuttonwidth = new ShiftUI.TextBox(); + this.Label62 = new ShiftUI.Label(); + this.pnlminimizebuttonoptions = new ShiftUI.Panel(); + this.Label82 = new ShiftUI.Label(); + this.Label83 = new ShiftUI.Label(); + this.pnlminimizebuttoncolour = new ShiftUI.Panel(); + this.txtminimizebuttonside = new ShiftUI.TextBox(); + this.Label84 = new ShiftUI.Label(); + this.Label85 = new ShiftUI.Label(); + this.txtminimizebuttonheight = new ShiftUI.TextBox(); + this.Label86 = new ShiftUI.Label(); + this.Label87 = new ShiftUI.Label(); + this.txtminimizebuttontop = new ShiftUI.TextBox(); + this.Label88 = new ShiftUI.Label(); + this.Label89 = new ShiftUI.Label(); + this.txtminimizebuttonwidth = new ShiftUI.TextBox(); + this.Label90 = new ShiftUI.Label(); + this.combobuttonoption = new ShiftUI.ComboBox(); + this.Label52 = new ShiftUI.Label(); + this.pnltitlebaroptions = new ShiftUI.Panel(); + this.Label80 = new ShiftUI.Label(); + this.txticonfromtop = new ShiftUI.TextBox(); + this.Label81 = new ShiftUI.Label(); + this.Label78 = new ShiftUI.Label(); + this.txticonfromside = new ShiftUI.TextBox(); + this.Label79 = new ShiftUI.Label(); + this.lbcornerwidthpx = new ShiftUI.Label(); + this.txttitlebarcornerwidth = new ShiftUI.TextBox(); + this.lbcornerwidth = new ShiftUI.Label(); + this.pnltitlebarrightcornercolour = new ShiftUI.Panel(); + this.pnltitlebarleftcornercolour = new ShiftUI.Panel(); + this.lbrightcornercolor = new ShiftUI.Label(); + this.lbleftcornercolor = new ShiftUI.Label(); + this.cboxtitlebarcorners = new ShiftUI.CheckBox(); + this.Label5 = new ShiftUI.Label(); + this.txttitlebarheight = new ShiftUI.TextBox(); + this.Label4 = new ShiftUI.Label(); + this.pnltitlebarcolour = new ShiftUI.Panel(); + this.Label2 = new ShiftUI.Label(); + this.pnlborderoptions = new ShiftUI.Panel(); + this.cbindividualbordercolours = new ShiftUI.CheckBox(); + this.pnlborderbottomrightcolour = new ShiftUI.Panel(); + this.lbbright = new ShiftUI.Label(); + this.pnlborderbottomcolour = new ShiftUI.Panel(); + this.lbbottom = new ShiftUI.Label(); + this.pnlborderbottomleftcolour = new ShiftUI.Panel(); + this.lbbleft = new ShiftUI.Label(); + this.pnlborderrightcolour = new ShiftUI.Panel(); + this.lbright = new ShiftUI.Label(); + this.pnlborderleftcolour = new ShiftUI.Panel(); + this.lbleft = new ShiftUI.Label(); + this.Label15 = new ShiftUI.Label(); + this.pnlbordercolour = new ShiftUI.Panel(); + this.txtbordersize = new ShiftUI.TextBox(); + this.Label3 = new ShiftUI.Label(); + this.Label16 = new ShiftUI.Label(); + this.pnltitletextoptions = new ShiftUI.Panel(); + this.combotitletextposition = new ShiftUI.ComboBox(); + this.Label53 = new ShiftUI.Label(); + this.combotitletextstyle = new ShiftUI.ComboBox(); + this.combotitletextfont = new ShiftUI.ComboBox(); + this.Label23 = new ShiftUI.Label(); + this.Label17 = new ShiftUI.Label(); + this.txttitletextside = new ShiftUI.TextBox(); + this.Label18 = new ShiftUI.Label(); + this.Label19 = new ShiftUI.Label(); + this.txttitletexttop = new ShiftUI.TextBox(); + this.Label20 = new ShiftUI.Label(); + this.Label21 = new ShiftUI.Label(); + this.txttitletextsize = new ShiftUI.TextBox(); + this.Label22 = new ShiftUI.Label(); + this.Label24 = new ShiftUI.Label(); + this.pnltitletextcolour = new ShiftUI.Panel(); + this.Label25 = new ShiftUI.Label(); + this.pnlwindowsobjects = new ShiftUI.Panel(); + this.btnborders = new ShiftUI.Button(); + this.btnbuttons = new ShiftUI.Button(); + this.btntitletext = new ShiftUI.Button(); + this.btntitlebar = new ShiftUI.Button(); + this.pnlwindowpreview = new ShiftUI.Panel(); + this.prepgcontent = new ShiftUI.Panel(); + this.prepgbottom = new ShiftUI.Panel(); + this.prepgleft = new ShiftUI.Panel(); + this.prepgbottomlcorner = new ShiftUI.Panel(); + this.prepgright = new ShiftUI.Panel(); + this.prepgbottomrcorner = new ShiftUI.Panel(); + this.pretitlebar = new ShiftUI.Panel(); + this.preminimizebutton = new ShiftUI.Panel(); + this.prepnlicon = new ShiftUI.PictureBox(); + this.prerollupbutton = new ShiftUI.Panel(); + this.preclosebutton = new ShiftUI.Panel(); + this.pretitletext = new ShiftUI.Label(); + this.prepgtoplcorner = new ShiftUI.Panel(); + this.prepgtoprcorner = new ShiftUI.Panel(); + this.pnlreset = new ShiftUI.Panel(); + this.Label113 = new ShiftUI.Label(); + this.btnresetallsettings = new ShiftUI.Button(); + this.Label109 = new ShiftUI.Label(); + this.Label111 = new ShiftUI.Label(); + this.pgcontents = new ShiftUI.Panel(); + this.pnldesktopcomposition = new ShiftUI.Panel(); + this.pnlfancywindows = new ShiftUI.Panel(); + this.txtwinfadedec = new ShiftUI.TextBox(); + this.label150 = new ShiftUI.Label(); + this.txtwinfadespeed = new ShiftUI.TextBox(); + this.label151 = new ShiftUI.Label(); + this.cbdrageffect = new ShiftUI.ComboBox(); + this.label141 = new ShiftUI.Label(); + this.cbcloseanim = new ShiftUI.ComboBox(); + this.label128 = new ShiftUI.Label(); + this.cbopenanim = new ShiftUI.ComboBox(); + this.label127 = new ShiftUI.Label(); + this.label149 = new ShiftUI.Label(); + this.pnlfancydragging = new ShiftUI.Panel(); + this.txtshakeminoffset = new ShiftUI.TextBox(); + this.label148 = new ShiftUI.Label(); + this.txtshakemax = new ShiftUI.TextBox(); + this.label146 = new ShiftUI.Label(); + this.txtdragopacitydec = new ShiftUI.TextBox(); + this.label144 = new ShiftUI.Label(); + this.txtdragfadedec = new ShiftUI.TextBox(); + this.label143 = new ShiftUI.Label(); + this.txtfadespeed = new ShiftUI.TextBox(); + this.label155 = new ShiftUI.Label(); + this.label156 = new ShiftUI.Label(); + this.pnlfancyintro = new ShiftUI.Panel(); + this.label174 = new ShiftUI.Label(); + this.label175 = new ShiftUI.Label(); + this.panel18 = new ShiftUI.Panel(); + this.panel19 = new ShiftUI.Panel(); + this.label157 = new ShiftUI.Label(); + this.panel20 = new ShiftUI.Panel(); + this.label158 = new ShiftUI.Label(); + this.panel21 = new ShiftUI.Panel(); + this.label159 = new ShiftUI.Label(); + this.panel22 = new ShiftUI.Panel(); + this.label160 = new ShiftUI.Label(); + this.panel23 = new ShiftUI.Panel(); + this.label161 = new ShiftUI.Label(); + this.panel24 = new ShiftUI.Panel(); + this.label162 = new ShiftUI.Label(); + this.label163 = new ShiftUI.Label(); + this.panel25 = new ShiftUI.Panel(); + this.panel26 = new ShiftUI.Panel(); + this.label164 = new ShiftUI.Label(); + this.panel27 = new ShiftUI.Panel(); + this.label165 = new ShiftUI.Label(); + this.panel28 = new ShiftUI.Panel(); + this.label166 = new ShiftUI.Label(); + this.panel29 = new ShiftUI.Panel(); + this.label167 = new ShiftUI.Label(); + this.panel30 = new ShiftUI.Panel(); + this.label168 = new ShiftUI.Label(); + this.panel31 = new ShiftUI.Panel(); + this.label169 = new ShiftUI.Label(); + this.panel32 = new ShiftUI.Panel(); + this.label170 = new ShiftUI.Label(); + this.panel33 = new ShiftUI.Panel(); + this.label171 = new ShiftUI.Label(); + this.panel34 = new ShiftUI.Panel(); + this.label172 = new ShiftUI.Label(); + this.label173 = new ShiftUI.Label(); + this.panel36 = new ShiftUI.Panel(); + this.btnfancydragging = new ShiftUI.Button(); + this.btnfancywindows = new ShiftUI.Button(); + this.label176 = new ShiftUI.Label(); + this.pnlmenus = new ShiftUI.Panel(); + this.pnladvanced = new ShiftUI.Panel(); + this.btnmorebuttons = new ShiftUI.Button(); + this.pnlbuttonchecked = new ShiftUI.Panel(); + this.label136 = new ShiftUI.Label(); + this.pnlitemselectedend = new ShiftUI.Panel(); + this.label129 = new ShiftUI.Label(); + this.pnlbuttonpressed = new ShiftUI.Panel(); + this.label130 = new ShiftUI.Label(); + this.pnlitemselectedbegin = new ShiftUI.Panel(); + this.label131 = new ShiftUI.Label(); + this.pnlitemselected = new ShiftUI.Panel(); + this.label132 = new ShiftUI.Label(); + this.pnlbuttonselected = new ShiftUI.Panel(); + this.label133 = new ShiftUI.Label(); + this.pnlcheckbg = new ShiftUI.Panel(); + this.label134 = new ShiftUI.Label(); + this.label135 = new ShiftUI.Label(); + this.pnlmore = new ShiftUI.Panel(); + this.pnlpressedbegin = new ShiftUI.Panel(); + this.btnback = new ShiftUI.Button(); + this.label138 = new ShiftUI.Label(); + this.pnlselectedbegin = new ShiftUI.Panel(); + this.pnlpressedend = new ShiftUI.Panel(); + this.label137 = new ShiftUI.Label(); + this.label139 = new ShiftUI.Label(); + this.pnlselectedend = new ShiftUI.Panel(); + this.pnlpressedmiddle = new ShiftUI.Panel(); + this.label140 = new ShiftUI.Label(); + this.label142 = new ShiftUI.Label(); + this.pnlselectedmiddle = new ShiftUI.Panel(); + this.label145 = new ShiftUI.Label(); + this.label147 = new ShiftUI.Label(); + this.pnldropdown = new ShiftUI.Panel(); + this.pnlddborder = new ShiftUI.Panel(); + this.label117 = new ShiftUI.Label(); + this.pnlmarginend = new ShiftUI.Panel(); + this.label120 = new ShiftUI.Label(); + this.pnlmarginmiddle = new ShiftUI.Panel(); + this.label121 = new ShiftUI.Label(); + this.pnlmarginbegin = new ShiftUI.Panel(); + this.label122 = new ShiftUI.Label(); + this.pnlhcolor = new ShiftUI.Panel(); + this.label123 = new ShiftUI.Label(); + this.pnlhborder = new ShiftUI.Panel(); + this.label125 = new ShiftUI.Label(); + this.label126 = new ShiftUI.Label(); + this.pnlbasic = new ShiftUI.Panel(); + this.pnlmenutextcolor = new ShiftUI.Panel(); + this.label118 = new ShiftUI.Label(); + this.pnldropdownbg = new ShiftUI.Panel(); + this.label115 = new ShiftUI.Label(); + this.pnlstatusend = new ShiftUI.Panel(); + this.label114 = new ShiftUI.Label(); + this.pnlstatusbegin = new ShiftUI.Panel(); + this.label107 = new ShiftUI.Label(); + this.pnltoolbarend = new ShiftUI.Panel(); + this.label77 = new ShiftUI.Label(); + this.pnltoolbarmiddle = new ShiftUI.Panel(); + this.label76 = new ShiftUI.Label(); + this.pnltoolbarbegin = new ShiftUI.Panel(); + this.label75 = new ShiftUI.Label(); + this.pnlmenubarend = new ShiftUI.Panel(); + this.label73 = new ShiftUI.Label(); + this.pnlmenubarbegin = new ShiftUI.Panel(); + this.label42 = new ShiftUI.Label(); + this.label41 = new ShiftUI.Label(); + this.pnlmenusintro = new ShiftUI.Panel(); + this.label116 = new ShiftUI.Label(); + this.label124 = new ShiftUI.Label(); + this.pnlmenucategories = new ShiftUI.Panel(); + this.btnmisc = new ShiftUI.Button(); + this.btnadvanced = new ShiftUI.Button(); + this.btndropdown = new ShiftUI.Button(); + this.btnbasic = new ShiftUI.Button(); + this.label74 = new ShiftUI.Label(); + this.tmrfix = new ShiftUI.Timer(this.components); + this.tmrdelay = new ShiftUI.Timer(this.components); + this.pnlluaoptions = new ShiftUI.Panel(); + this.flmorebuttons = new ShiftUI.FlowLayoutPanel(); + this.pnlluafield = new ShiftUI.Panel(); this.catholder.SuspendLayout(); this.pnlshifterintro.SuspendLayout(); this.pnldesktopoptions.SuspendLayout(); @@ -520,8 +518,8 @@ namespace ShiftOS // // btnapply // - this.btnapply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnapply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnapply.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + this.btnapply.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -534,16 +532,16 @@ namespace ShiftOS // // catholder // - this.catholder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); + this.catholder.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left))); this.catholder.BackColor = System.Drawing.Color.White; - this.catholder.Controls.Add(this.btnmore); - this.catholder.Controls.Add(this.btnreset); - this.catholder.Controls.Add(this.btnwindowcomposition); - this.catholder.Controls.Add(this.btndesktopicons); - this.catholder.Controls.Add(this.btnmenus); - this.catholder.Controls.Add(this.btnwindows); - this.catholder.Controls.Add(this.btndesktop); + this.catholder.Widgets.Add(this.btnmore); + this.catholder.Widgets.Add(this.btnreset); + this.catholder.Widgets.Add(this.btnwindowcomposition); + this.catholder.Widgets.Add(this.btndesktopicons); + this.catholder.Widgets.Add(this.btnmenus); + this.catholder.Widgets.Add(this.btnwindows); + this.catholder.Widgets.Add(this.btndesktop); this.catholder.Location = new System.Drawing.Point(7, 9); this.catholder.Name = "catholder"; this.catholder.Size = new System.Drawing.Size(119, 271); @@ -552,8 +550,8 @@ namespace ShiftOS // btnmore // this.btnmore.BackColor = System.Drawing.Color.White; - this.btnmore.Dock = System.Windows.Forms.DockStyle.Top; - this.btnmore.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnmore.Dock = ShiftUI.DockStyle.Top; + this.btnmore.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -567,8 +565,8 @@ namespace ShiftOS // btnreset // this.btnreset.BackColor = System.Drawing.Color.White; - this.btnreset.Dock = System.Windows.Forms.DockStyle.Top; - this.btnreset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnreset.Dock = ShiftUI.DockStyle.Top; + this.btnreset.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -582,8 +580,8 @@ namespace ShiftOS // btnwindowcomposition // this.btnwindowcomposition.BackColor = System.Drawing.Color.White; - this.btnwindowcomposition.Dock = System.Windows.Forms.DockStyle.Top; - this.btnwindowcomposition.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnwindowcomposition.Dock = ShiftUI.DockStyle.Top; + this.btnwindowcomposition.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -598,8 +596,8 @@ namespace ShiftOS // btndesktopicons // this.btndesktopicons.BackColor = System.Drawing.Color.White; - this.btndesktopicons.Dock = System.Windows.Forms.DockStyle.Top; - this.btndesktopicons.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btndesktopicons.Dock = ShiftUI.DockStyle.Top; + this.btndesktopicons.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -613,8 +611,8 @@ namespace ShiftOS // btnmenus // this.btnmenus.BackColor = System.Drawing.Color.White; - this.btnmenus.Dock = System.Windows.Forms.DockStyle.Top; - this.btnmenus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnmenus.Dock = ShiftUI.DockStyle.Top; + this.btnmenus.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -629,8 +627,8 @@ namespace ShiftOS // btnwindows // this.btnwindows.BackColor = System.Drawing.Color.White; - this.btnwindows.Dock = System.Windows.Forms.DockStyle.Top; - this.btnwindows.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnwindows.Dock = ShiftUI.DockStyle.Top; + this.btnwindows.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -644,8 +642,8 @@ namespace ShiftOS // btndesktop // this.btndesktop.BackColor = System.Drawing.Color.White; - this.btndesktop.Dock = System.Windows.Forms.DockStyle.Top; - this.btndesktop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btndesktop.Dock = ShiftUI.DockStyle.Top; + this.btndesktop.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -658,14 +656,14 @@ namespace ShiftOS // // pnlshifterintro // - this.pnlshifterintro.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pnlshifterintro.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.pnlshifterintro.BackColor = System.Drawing.Color.White; - this.pnlshifterintro.Controls.Add(this.Label66); - this.pnlshifterintro.Controls.Add(this.Label65); - this.pnlshifterintro.Controls.Add(this.Label64); - this.pnlshifterintro.Controls.Add(this.Label63); + this.pnlshifterintro.Widgets.Add(this.Label66); + this.pnlshifterintro.Widgets.Add(this.Label65); + this.pnlshifterintro.Widgets.Add(this.Label64); + this.pnlshifterintro.Widgets.Add(this.Label63); this.pnlshifterintro.Location = new System.Drawing.Point(134, 9); this.pnlshifterintro.Name = "pnlshifterintro"; this.pnlshifterintro.Size = new System.Drawing.Size(457, 306); @@ -716,18 +714,18 @@ namespace ShiftOS // // pnldesktopoptions // - this.pnldesktopoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pnldesktopoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.pnldesktopoptions.BackColor = System.Drawing.Color.White; - this.pnldesktopoptions.Controls.Add(this.pnlapplauncheroptions); - this.pnldesktopoptions.Controls.Add(this.pnldesktoppaneloptions); - this.pnldesktopoptions.Controls.Add(this.pnldesktopintro); - this.pnldesktopoptions.Controls.Add(this.pnlpanelbuttonsoptions); - this.pnldesktopoptions.Controls.Add(this.pnldesktopbackgroundoptions); - this.pnldesktopoptions.Controls.Add(this.pnlpanelclockoptions); - this.pnldesktopoptions.Controls.Add(this.pnldesktoppreview); - this.pnldesktopoptions.Controls.Add(this.Panel10); + this.pnldesktopoptions.Widgets.Add(this.pnlapplauncheroptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktoppaneloptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktopintro); + this.pnldesktopoptions.Widgets.Add(this.pnlpanelbuttonsoptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktopbackgroundoptions); + this.pnldesktopoptions.Widgets.Add(this.pnlpanelclockoptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktoppreview); + this.pnldesktopoptions.Widgets.Add(this.Panel10); this.pnldesktopoptions.Location = new System.Drawing.Point(134, 9); this.pnldesktopoptions.Name = "pnldesktopoptions"; this.pnldesktopoptions.Size = new System.Drawing.Size(457, 306); @@ -736,16 +734,16 @@ namespace ShiftOS // // pnldesktoppaneloptions // - this.pnldesktoppaneloptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnldesktoppaneloptions.Controls.Add(this.btnpanelbuttons); - this.pnldesktoppaneloptions.Controls.Add(this.lbwarning); - this.pnldesktoppaneloptions.Controls.Add(this.combodesktoppanelposition); - this.pnldesktoppaneloptions.Controls.Add(this.lbposition); - this.pnldesktoppaneloptions.Controls.Add(this.Label47); - this.pnldesktoppaneloptions.Controls.Add(this.txtdesktoppanelheight); - this.pnldesktoppaneloptions.Controls.Add(this.lbheight); - this.pnldesktoppaneloptions.Controls.Add(this.pnldesktoppanelcolour); - this.pnldesktoppaneloptions.Controls.Add(this.lbpanelcolor); + this.pnldesktoppaneloptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnldesktoppaneloptions.Widgets.Add(this.btnpanelbuttons); + this.pnldesktoppaneloptions.Widgets.Add(this.lbwarning); + this.pnldesktoppaneloptions.Widgets.Add(this.combodesktoppanelposition); + this.pnldesktoppaneloptions.Widgets.Add(this.lbposition); + this.pnldesktoppaneloptions.Widgets.Add(this.Label47); + this.pnldesktoppaneloptions.Widgets.Add(this.txtdesktoppanelheight); + this.pnldesktoppaneloptions.Widgets.Add(this.lbheight); + this.pnldesktoppaneloptions.Widgets.Add(this.pnldesktoppanelcolour); + this.pnldesktoppaneloptions.Widgets.Add(this.lbpanelcolor); this.pnldesktoppaneloptions.Location = new System.Drawing.Point(135, 159); this.pnldesktoppaneloptions.Name = "pnldesktoppaneloptions"; this.pnldesktoppaneloptions.Size = new System.Drawing.Size(317, 140); @@ -755,7 +753,7 @@ namespace ShiftOS // btnpanelbuttons // this.btnpanelbuttons.BackColor = System.Drawing.Color.White; - this.btnpanelbuttons.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnpanelbuttons.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -811,14 +809,14 @@ namespace ShiftOS // txtdesktoppanelheight // this.txtdesktoppanelheight.BackColor = System.Drawing.Color.White; - this.txtdesktoppanelheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtdesktoppanelheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtdesktoppanelheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtdesktoppanelheight.ForeColor = System.Drawing.Color.Black; this.txtdesktoppanelheight.Location = new System.Drawing.Point(189, 5); this.txtdesktoppanelheight.Name = "txtdesktoppanelheight"; this.txtdesktoppanelheight.Size = new System.Drawing.Size(37, 22); this.txtdesktoppanelheight.TabIndex = 4; - this.txtdesktoppanelheight.ValueChanged += new System.EventHandler(this.txtdesktoppanelheight_ValueChanged); + this.txtdesktoppanelheight.TextChanged += new System.EventHandler(this.txtdesktoppanelheight_ValueChanged); // // lbheight // @@ -836,7 +834,7 @@ namespace ShiftOS this.pnldesktoppanelcolour.Name = "pnldesktoppanelcolour"; this.pnldesktoppanelcolour.Size = new System.Drawing.Size(41, 20); this.pnldesktoppanelcolour.TabIndex = 1; - this.pnldesktoppanelcolour.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ChangeDesktopPanelColor); + this.pnldesktoppanelcolour.MouseDown += new ShiftUI.MouseEventHandler(this.ChangeDesktopPanelColor); // // lbpanelcolor // @@ -850,30 +848,30 @@ namespace ShiftOS // // pnlapplauncheroptions // - this.pnlapplauncheroptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnlapplauncheroptions.Controls.Add(this.pnlalhover); - this.pnlapplauncheroptions.Controls.Add(this.label119); - this.pnlapplauncheroptions.Controls.Add(this.Label71); - this.pnlapplauncheroptions.Controls.Add(this.txtapplauncherwidth); - this.pnlapplauncheroptions.Controls.Add(this.Label72); - this.pnlapplauncheroptions.Controls.Add(this.txtappbuttonlabel); - this.pnlapplauncheroptions.Controls.Add(this.Label51); - this.pnlapplauncheroptions.Controls.Add(this.Label50); - this.pnlapplauncheroptions.Controls.Add(this.pnlmaintextcolour); - this.pnlapplauncheroptions.Controls.Add(this.comboappbuttontextstyle); - this.pnlapplauncheroptions.Controls.Add(this.comboappbuttontextfont); - this.pnlapplauncheroptions.Controls.Add(this.Label37); - this.pnlapplauncheroptions.Controls.Add(this.Label38); - this.pnlapplauncheroptions.Controls.Add(this.txtappbuttontextsize); - this.pnlapplauncheroptions.Controls.Add(this.Label39); - this.pnlapplauncheroptions.Controls.Add(this.Label40); - this.pnlapplauncheroptions.Controls.Add(this.pnlmainbuttonactivated); - this.pnlapplauncheroptions.Controls.Add(this.Label28); - this.pnlapplauncheroptions.Controls.Add(this.Label35); - this.pnlapplauncheroptions.Controls.Add(this.txtapplicationsbuttonheight); - this.pnlapplauncheroptions.Controls.Add(this.Label36); - this.pnlapplauncheroptions.Controls.Add(this.pnlmainbuttoncolour); - this.pnlapplauncheroptions.Controls.Add(this.Label43); + this.pnlapplauncheroptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlapplauncheroptions.Widgets.Add(this.pnlalhover); + this.pnlapplauncheroptions.Widgets.Add(this.label119); + this.pnlapplauncheroptions.Widgets.Add(this.Label71); + this.pnlapplauncheroptions.Widgets.Add(this.txtapplauncherwidth); + this.pnlapplauncheroptions.Widgets.Add(this.Label72); + this.pnlapplauncheroptions.Widgets.Add(this.txtappbuttonlabel); + this.pnlapplauncheroptions.Widgets.Add(this.Label51); + this.pnlapplauncheroptions.Widgets.Add(this.Label50); + this.pnlapplauncheroptions.Widgets.Add(this.pnlmaintextcolour); + this.pnlapplauncheroptions.Widgets.Add(this.comboappbuttontextstyle); + this.pnlapplauncheroptions.Widgets.Add(this.comboappbuttontextfont); + this.pnlapplauncheroptions.Widgets.Add(this.Label37); + this.pnlapplauncheroptions.Widgets.Add(this.Label38); + this.pnlapplauncheroptions.Widgets.Add(this.txtappbuttontextsize); + this.pnlapplauncheroptions.Widgets.Add(this.Label39); + this.pnlapplauncheroptions.Widgets.Add(this.Label40); + this.pnlapplauncheroptions.Widgets.Add(this.pnlmainbuttonactivated); + this.pnlapplauncheroptions.Widgets.Add(this.Label28); + this.pnlapplauncheroptions.Widgets.Add(this.Label35); + this.pnlapplauncheroptions.Widgets.Add(this.txtapplicationsbuttonheight); + this.pnlapplauncheroptions.Widgets.Add(this.Label36); + this.pnlapplauncheroptions.Widgets.Add(this.pnlmainbuttoncolour); + this.pnlapplauncheroptions.Widgets.Add(this.Label43); this.pnlapplauncheroptions.Location = new System.Drawing.Point(135, 159); this.pnlapplauncheroptions.Name = "pnlapplauncheroptions"; this.pnlapplauncheroptions.Size = new System.Drawing.Size(317, 140); @@ -882,12 +880,12 @@ namespace ShiftOS // // pnlalhover // - this.pnlalhover.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlalhover.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlalhover.Location = new System.Drawing.Point(90, 29); this.pnlalhover.Name = "pnlalhover"; this.pnlalhover.Size = new System.Drawing.Size(41, 20); this.pnlalhover.TabIndex = 3; - this.pnlalhover.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetALHoverColor); + this.pnlalhover.MouseDown += new ShiftUI.MouseEventHandler(this.SetALHoverColor); // // label119 // @@ -912,7 +910,7 @@ namespace ShiftOS // txtapplauncherwidth // this.txtapplauncherwidth.BackColor = System.Drawing.Color.White; - this.txtapplauncherwidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtapplauncherwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtapplauncherwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtapplauncherwidth.ForeColor = System.Drawing.Color.Black; this.txtapplauncherwidth.Location = new System.Drawing.Point(148, 101); @@ -934,7 +932,7 @@ namespace ShiftOS // txtappbuttonlabel // this.txtappbuttonlabel.BackColor = System.Drawing.Color.White; - this.txtappbuttonlabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtappbuttonlabel.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtappbuttonlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtappbuttonlabel.ForeColor = System.Drawing.Color.Black; this.txtappbuttonlabel.Location = new System.Drawing.Point(53, 76); @@ -965,12 +963,12 @@ namespace ShiftOS // // pnlmaintextcolour // - this.pnlmaintextcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmaintextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmaintextcolour.Location = new System.Drawing.Point(155, 51); this.pnlmaintextcolour.Name = "pnlmaintextcolour"; this.pnlmaintextcolour.Size = new System.Drawing.Size(41, 20); this.pnlmaintextcolour.TabIndex = 19; - this.pnlmaintextcolour.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetAppLauncherTextColor); + this.pnlmaintextcolour.MouseDown += new ShiftUI.MouseEventHandler(this.SetAppLauncherTextColor); // // comboappbuttontextstyle // @@ -1021,7 +1019,7 @@ namespace ShiftOS // txtappbuttontextsize // this.txtappbuttontextsize.BackColor = System.Drawing.Color.White; - this.txtappbuttontextsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtappbuttontextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtappbuttontextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtappbuttontextsize.ForeColor = System.Drawing.Color.Black; this.txtappbuttontextsize.Location = new System.Drawing.Point(51, 50); @@ -1052,12 +1050,12 @@ namespace ShiftOS // // pnlmainbuttonactivated // - this.pnlmainbuttonactivated.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmainbuttonactivated.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmainbuttonactivated.Location = new System.Drawing.Point(267, 6); this.pnlmainbuttonactivated.Name = "pnlmainbuttonactivated"; this.pnlmainbuttonactivated.Size = new System.Drawing.Size(41, 20); this.pnlmainbuttonactivated.TabIndex = 16; - this.pnlmainbuttonactivated.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetALButtonClickedColor); + this.pnlmainbuttonactivated.MouseClick += new ShiftUI.MouseEventHandler(this.SetALButtonClickedColor); // // Label28 // @@ -1082,7 +1080,7 @@ namespace ShiftOS // txtapplicationsbuttonheight // this.txtapplicationsbuttonheight.BackColor = System.Drawing.Color.White; - this.txtapplicationsbuttonheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtapplicationsbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtapplicationsbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtapplicationsbuttonheight.ForeColor = System.Drawing.Color.Black; this.txtapplicationsbuttonheight.Location = new System.Drawing.Point(53, 101); @@ -1103,12 +1101,12 @@ namespace ShiftOS // // pnlmainbuttoncolour // - this.pnlmainbuttoncolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmainbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmainbuttoncolour.Location = new System.Drawing.Point(128, 4); this.pnlmainbuttoncolour.Name = "pnlmainbuttoncolour"; this.pnlmainbuttoncolour.Size = new System.Drawing.Size(41, 20); this.pnlmainbuttoncolour.TabIndex = 1; - this.pnlmainbuttoncolour.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetALButtonColor); + this.pnlmainbuttoncolour.MouseDown += new ShiftUI.MouseEventHandler(this.SetALButtonColor); // // Label43 // @@ -1122,9 +1120,9 @@ namespace ShiftOS // // pnldesktopintro // - this.pnldesktopintro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnldesktopintro.Controls.Add(this.Label69); - this.pnldesktopintro.Controls.Add(this.Label70); + this.pnldesktopintro.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnldesktopintro.Widgets.Add(this.Label69); + this.pnldesktopintro.Widgets.Add(this.Label70); this.pnldesktopintro.Location = new System.Drawing.Point(135, 159); this.pnldesktopintro.Name = "pnldesktopintro"; this.pnldesktopintro.Size = new System.Drawing.Size(317, 140); @@ -1153,41 +1151,41 @@ namespace ShiftOS // // pnlpanelbuttonsoptions // - this.pnlpanelbuttonsoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnlpanelbuttonsoptions.Controls.Add(this.pnlpanelbuttontextcolour); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label101); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttontexttop); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label104); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttontextside); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label106); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label93); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttontop); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label94); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttoninitalgap); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label108); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttonicontop); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label110); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttoniconside); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label112); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttoniconsize); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label105); - this.pnlpanelbuttonsoptions.Controls.Add(this.cbpanelbuttontextstyle); - this.pnlpanelbuttonsoptions.Controls.Add(this.cbpanelbuttonfont); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label100); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpaneltextbuttonsize); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label102); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label103); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label98); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttongap); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label99); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label96); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttonheight); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label97); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label92); - this.pnlpanelbuttonsoptions.Controls.Add(this.txtpanelbuttonwidth); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label91); - this.pnlpanelbuttonsoptions.Controls.Add(this.pnlpanelbuttoncolour); - this.pnlpanelbuttonsoptions.Controls.Add(this.Label95); + this.pnlpanelbuttonsoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlpanelbuttonsoptions.Widgets.Add(this.pnlpanelbuttontextcolour); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label101); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontexttop); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label104); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontextside); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label106); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label93); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontop); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label94); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoninitalgap); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label108); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonicontop); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label110); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoniconside); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label112); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoniconsize); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label105); + this.pnlpanelbuttonsoptions.Widgets.Add(this.cbpanelbuttontextstyle); + this.pnlpanelbuttonsoptions.Widgets.Add(this.cbpanelbuttonfont); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label100); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpaneltextbuttonsize); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label102); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label103); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label98); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttongap); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label99); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label96); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonheight); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label97); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label92); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonwidth); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label91); + this.pnlpanelbuttonsoptions.Widgets.Add(this.pnlpanelbuttoncolour); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label95); this.pnlpanelbuttonsoptions.Location = new System.Drawing.Point(135, 159); this.pnlpanelbuttonsoptions.Name = "pnlpanelbuttonsoptions"; this.pnlpanelbuttonsoptions.Size = new System.Drawing.Size(317, 140); @@ -1196,12 +1194,12 @@ namespace ShiftOS // // pnlpanelbuttontextcolour // - this.pnlpanelbuttontextcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlpanelbuttontextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlpanelbuttontextcolour.Location = new System.Drawing.Point(270, 57); this.pnlpanelbuttontextcolour.Name = "pnlpanelbuttontextcolour"; this.pnlpanelbuttontextcolour.Size = new System.Drawing.Size(41, 20); this.pnlpanelbuttontextcolour.TabIndex = 50; - this.pnlpanelbuttontextcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetPanelButtonTextColor); + this.pnlpanelbuttontextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetPanelButtonTextColor); // // Label101 // @@ -1216,7 +1214,7 @@ namespace ShiftOS // txtpanelbuttontexttop // this.txtpanelbuttontexttop.BackColor = System.Drawing.Color.White; - this.txtpanelbuttontexttop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttontexttop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttontexttop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttontexttop.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttontexttop.Location = new System.Drawing.Point(225, 82); @@ -1238,7 +1236,7 @@ namespace ShiftOS // txtpanelbuttontextside // this.txtpanelbuttontextside.BackColor = System.Drawing.Color.White; - this.txtpanelbuttontextside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttontextside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttontextside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttontextside.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttontextside.Location = new System.Drawing.Point(165, 82); @@ -1270,7 +1268,7 @@ namespace ShiftOS // txtpanelbuttontop // this.txtpanelbuttontop.BackColor = System.Drawing.Color.White; - this.txtpanelbuttontop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttontop.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttontop.Location = new System.Drawing.Point(268, 5); @@ -1292,7 +1290,7 @@ namespace ShiftOS // txtpanelbuttoninitalgap // this.txtpanelbuttoninitalgap.BackColor = System.Drawing.Color.White; - this.txtpanelbuttoninitalgap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttoninitalgap.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttoninitalgap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttoninitalgap.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttoninitalgap.Location = new System.Drawing.Point(207, 5); @@ -1314,7 +1312,7 @@ namespace ShiftOS // txtpanelbuttonicontop // this.txtpanelbuttonicontop.BackColor = System.Drawing.Color.White; - this.txtpanelbuttonicontop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttonicontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttonicontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttonicontop.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttonicontop.Location = new System.Drawing.Point(287, 108); @@ -1336,7 +1334,7 @@ namespace ShiftOS // txtpanelbuttoniconside // this.txtpanelbuttoniconside.BackColor = System.Drawing.Color.White; - this.txtpanelbuttoniconside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttoniconside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttoniconside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttoniconside.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttoniconside.Location = new System.Drawing.Point(180, 108); @@ -1358,7 +1356,7 @@ namespace ShiftOS // txtpanelbuttoniconsize // this.txtpanelbuttoniconsize.BackColor = System.Drawing.Color.White; - this.txtpanelbuttoniconsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttoniconsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttoniconsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttoniconsize.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttoniconsize.Location = new System.Drawing.Point(70, 108); @@ -1416,7 +1414,7 @@ namespace ShiftOS // txtpaneltextbuttonsize // this.txtpaneltextbuttonsize.BackColor = System.Drawing.Color.White; - this.txtpaneltextbuttonsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpaneltextbuttonsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpaneltextbuttonsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpaneltextbuttonsize.ForeColor = System.Drawing.Color.Black; this.txtpaneltextbuttonsize.Location = new System.Drawing.Point(287, 82); @@ -1459,7 +1457,7 @@ namespace ShiftOS // txtpanelbuttongap // this.txtpanelbuttongap.BackColor = System.Drawing.Color.White; - this.txtpanelbuttongap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttongap.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttongap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttongap.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttongap.Location = new System.Drawing.Point(268, 31); @@ -1491,7 +1489,7 @@ namespace ShiftOS // txtpanelbuttonheight // this.txtpanelbuttonheight.BackColor = System.Drawing.Color.White; - this.txtpanelbuttonheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttonheight.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttonheight.Location = new System.Drawing.Point(185, 32); @@ -1523,7 +1521,7 @@ namespace ShiftOS // txtpanelbuttonwidth // this.txtpanelbuttonwidth.BackColor = System.Drawing.Color.White; - this.txtpanelbuttonwidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtpanelbuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtpanelbuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtpanelbuttonwidth.ForeColor = System.Drawing.Color.Black; this.txtpanelbuttonwidth.Location = new System.Drawing.Point(88, 31); @@ -1544,12 +1542,12 @@ namespace ShiftOS // // pnlpanelbuttoncolour // - this.pnlpanelbuttoncolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlpanelbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlpanelbuttoncolour.Location = new System.Drawing.Point(94, 5); this.pnlpanelbuttoncolour.Name = "pnlpanelbuttoncolour"; this.pnlpanelbuttoncolour.Size = new System.Drawing.Size(41, 20); this.pnlpanelbuttoncolour.TabIndex = 1; - this.pnlpanelbuttoncolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetPanelButtonColor); + this.pnlpanelbuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetPanelButtonColor); // // Label95 // @@ -1563,9 +1561,9 @@ namespace ShiftOS // // pnldesktopbackgroundoptions // - this.pnldesktopbackgroundoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnldesktopbackgroundoptions.Controls.Add(this.pnldesktopcolour); - this.pnldesktopbackgroundoptions.Controls.Add(this.Label45); + this.pnldesktopbackgroundoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnldesktopbackgroundoptions.Widgets.Add(this.pnldesktopcolour); + this.pnldesktopbackgroundoptions.Widgets.Add(this.Label45); this.pnldesktopbackgroundoptions.Location = new System.Drawing.Point(135, 159); this.pnldesktopbackgroundoptions.Name = "pnldesktopbackgroundoptions"; this.pnldesktopbackgroundoptions.Size = new System.Drawing.Size(317, 140); @@ -1574,13 +1572,13 @@ namespace ShiftOS // // pnldesktopcolour // - this.pnldesktopcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnldesktopcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnldesktopcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnldesktopcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnldesktopcolour.Location = new System.Drawing.Point(112, 5); this.pnldesktopcolour.Name = "pnldesktopcolour"; this.pnldesktopcolour.Size = new System.Drawing.Size(41, 20); this.pnldesktopcolour.TabIndex = 3; - this.pnldesktopcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ChangeDesktopBackground); + this.pnldesktopcolour.MouseClick += new ShiftUI.MouseEventHandler(this.ChangeDesktopBackground); // // Label45 // @@ -1594,21 +1592,21 @@ namespace ShiftOS // // pnlpanelclockoptions // - this.pnlpanelclockoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnlpanelclockoptions.Controls.Add(this.pnlclockbackgroundcolour); - this.pnlpanelclockoptions.Controls.Add(this.Label44); - this.pnlpanelclockoptions.Controls.Add(this.comboclocktextstyle); - this.pnlpanelclockoptions.Controls.Add(this.comboclocktextfont); - this.pnlpanelclockoptions.Controls.Add(this.Label26); - this.pnlpanelclockoptions.Controls.Add(this.Label29); - this.pnlpanelclockoptions.Controls.Add(this.txtclocktextfromtop); - this.pnlpanelclockoptions.Controls.Add(this.Label30); - this.pnlpanelclockoptions.Controls.Add(this.Label31); - this.pnlpanelclockoptions.Controls.Add(this.txtclocktextsize); - this.pnlpanelclockoptions.Controls.Add(this.Label32); - this.pnlpanelclockoptions.Controls.Add(this.Label33); - this.pnlpanelclockoptions.Controls.Add(this.pnlpanelclocktextcolour); - this.pnlpanelclockoptions.Controls.Add(this.Label34); + this.pnlpanelclockoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlpanelclockoptions.Widgets.Add(this.pnlclockbackgroundcolour); + this.pnlpanelclockoptions.Widgets.Add(this.Label44); + this.pnlpanelclockoptions.Widgets.Add(this.comboclocktextstyle); + this.pnlpanelclockoptions.Widgets.Add(this.comboclocktextfont); + this.pnlpanelclockoptions.Widgets.Add(this.Label26); + this.pnlpanelclockoptions.Widgets.Add(this.Label29); + this.pnlpanelclockoptions.Widgets.Add(this.txtclocktextfromtop); + this.pnlpanelclockoptions.Widgets.Add(this.Label30); + this.pnlpanelclockoptions.Widgets.Add(this.Label31); + this.pnlpanelclockoptions.Widgets.Add(this.txtclocktextsize); + this.pnlpanelclockoptions.Widgets.Add(this.Label32); + this.pnlpanelclockoptions.Widgets.Add(this.Label33); + this.pnlpanelclockoptions.Widgets.Add(this.pnlpanelclocktextcolour); + this.pnlpanelclockoptions.Widgets.Add(this.Label34); this.pnlpanelclockoptions.Location = new System.Drawing.Point(135, 159); this.pnlpanelclockoptions.Name = "pnlpanelclockoptions"; this.pnlpanelclockoptions.Size = new System.Drawing.Size(317, 140); @@ -1617,12 +1615,12 @@ namespace ShiftOS // // pnlclockbackgroundcolour // - this.pnlclockbackgroundcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlclockbackgroundcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlclockbackgroundcolour.Location = new System.Drawing.Point(261, 5); this.pnlclockbackgroundcolour.Name = "pnlclockbackgroundcolour"; this.pnlclockbackgroundcolour.Size = new System.Drawing.Size(41, 20); this.pnlclockbackgroundcolour.TabIndex = 20; - this.pnlclockbackgroundcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetClockBG); + this.pnlclockbackgroundcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetClockBG); // // Label44 // @@ -1683,7 +1681,7 @@ namespace ShiftOS // txtclocktextfromtop // this.txtclocktextfromtop.BackColor = System.Drawing.Color.White; - this.txtclocktextfromtop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtclocktextfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtclocktextfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtclocktextfromtop.ForeColor = System.Drawing.Color.Black; this.txtclocktextfromtop.Location = new System.Drawing.Point(139, 80); @@ -1715,7 +1713,7 @@ namespace ShiftOS // txtclocktextsize // this.txtclocktextsize.BackColor = System.Drawing.Color.White; - this.txtclocktextsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtclocktextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtclocktextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtclocktextsize.ForeColor = System.Drawing.Color.Black; this.txtclocktextsize.Location = new System.Drawing.Point(114, 55); @@ -1746,12 +1744,12 @@ namespace ShiftOS // // pnlpanelclocktextcolour // - this.pnlpanelclocktextcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlpanelclocktextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlpanelclocktextcolour.Location = new System.Drawing.Point(121, 5); this.pnlpanelclocktextcolour.Name = "pnlpanelclocktextcolour"; this.pnlpanelclocktextcolour.Size = new System.Drawing.Size(41, 20); this.pnlpanelclocktextcolour.TabIndex = 1; - this.pnlpanelclocktextcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetClockTextColor); + this.pnlpanelclocktextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetClockTextColor); // // Label34 // @@ -1765,10 +1763,10 @@ namespace ShiftOS // // pnldesktoppreview // - this.pnldesktoppreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pnldesktoppreview.Controls.Add(this.predesktoppanel); + this.pnldesktoppreview.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnldesktoppreview.Widgets.Add(this.predesktoppanel); this.pnldesktoppreview.Location = new System.Drawing.Point(5, 3); this.pnldesktoppreview.Name = "pnldesktoppreview"; this.pnldesktoppreview.Size = new System.Drawing.Size(448, 148); @@ -1777,10 +1775,10 @@ namespace ShiftOS // predesktoppanel // this.predesktoppanel.BackColor = System.Drawing.Color.Gray; - this.predesktoppanel.Controls.Add(this.prepnlpanelbuttonholder); - this.predesktoppanel.Controls.Add(this.pretimepanel); - this.predesktoppanel.Controls.Add(this.preapplaunchermenuholder); - this.predesktoppanel.Dock = System.Windows.Forms.DockStyle.Top; + this.predesktoppanel.Widgets.Add(this.prepnlpanelbuttonholder); + this.predesktoppanel.Widgets.Add(this.pretimepanel); + this.predesktoppanel.Widgets.Add(this.preapplaunchermenuholder); + this.predesktoppanel.Dock = ShiftUI.DockStyle.Top; this.predesktoppanel.Location = new System.Drawing.Point(0, 0); this.predesktoppanel.Name = "predesktoppanel"; this.predesktoppanel.Size = new System.Drawing.Size(448, 25); @@ -1789,19 +1787,19 @@ namespace ShiftOS // prepnlpanelbuttonholder // this.prepnlpanelbuttonholder.BackColor = System.Drawing.Color.Transparent; - this.prepnlpanelbuttonholder.Controls.Add(this.prepnlpanelbutton); - this.prepnlpanelbuttonholder.Dock = System.Windows.Forms.DockStyle.Fill; + this.prepnlpanelbuttonholder.Widgets.Add(this.prepnlpanelbutton); + this.prepnlpanelbuttonholder.Dock = ShiftUI.DockStyle.Fill; this.prepnlpanelbuttonholder.Location = new System.Drawing.Point(116, 0); this.prepnlpanelbuttonholder.Name = "prepnlpanelbuttonholder"; - this.prepnlpanelbuttonholder.Padding = new System.Windows.Forms.Padding(2, 0, 0, 0); + this.prepnlpanelbuttonholder.Padding = new ShiftUI.Padding(2, 0, 0, 0); this.prepnlpanelbuttonholder.Size = new System.Drawing.Size(235, 25); this.prepnlpanelbuttonholder.TabIndex = 6; // // prepnlpanelbutton // this.prepnlpanelbutton.BackColor = System.Drawing.Color.Black; - this.prepnlpanelbutton.Controls.Add(this.pretbicon); - this.prepnlpanelbutton.Controls.Add(this.pretbctext); + this.prepnlpanelbutton.Widgets.Add(this.pretbicon); + this.prepnlpanelbutton.Widgets.Add(this.pretbctext); this.prepnlpanelbutton.Location = new System.Drawing.Point(5, 3); this.prepnlpanelbutton.Name = "prepnlpanelbutton"; this.prepnlpanelbutton.Size = new System.Drawing.Size(126, 20); @@ -1811,7 +1809,7 @@ namespace ShiftOS // pretbicon // this.pretbicon.BackColor = System.Drawing.Color.Transparent; - this.pretbicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pretbicon.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; this.pretbicon.Location = new System.Drawing.Point(4, 2); this.pretbicon.Name = "pretbicon"; this.pretbicon.Size = new System.Drawing.Size(16, 16); @@ -1832,8 +1830,8 @@ namespace ShiftOS // // pretimepanel // - this.pretimepanel.Controls.Add(this.prepaneltimetext); - this.pretimepanel.Dock = System.Windows.Forms.DockStyle.Right; + this.pretimepanel.Widgets.Add(this.prepaneltimetext); + this.pretimepanel.Dock = ShiftUI.DockStyle.Right; this.pretimepanel.Location = new System.Drawing.Point(351, 0); this.pretimepanel.Name = "pretimepanel"; this.pretimepanel.Size = new System.Drawing.Size(97, 25); @@ -1853,8 +1851,8 @@ namespace ShiftOS // // preapplaunchermenuholder // - this.preapplaunchermenuholder.Controls.Add(this.predesktopappmenu); - this.preapplaunchermenuholder.Dock = System.Windows.Forms.DockStyle.Left; + this.preapplaunchermenuholder.Widgets.Add(this.predesktopappmenu); + this.preapplaunchermenuholder.Dock = ShiftUI.DockStyle.Left; this.preapplaunchermenuholder.Location = new System.Drawing.Point(0, 0); this.preapplaunchermenuholder.Name = "preapplaunchermenuholder"; this.preapplaunchermenuholder.Size = new System.Drawing.Size(116, 25); @@ -1863,12 +1861,12 @@ namespace ShiftOS // predesktopappmenu // this.predesktopappmenu.AutoSize = false; - this.predesktopappmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.predesktopappmenu.Items.AddRange(new ShiftUI.ToolStripItem[] { this.ApplicationsToolStripMenuItem}); - this.predesktopappmenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; + this.predesktopappmenu.LayoutStyle = ShiftUI.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.predesktopappmenu.Location = new System.Drawing.Point(0, 0); this.predesktopappmenu.Name = "predesktopappmenu"; - this.predesktopappmenu.Padding = new System.Windows.Forms.Padding(0); + this.predesktopappmenu.Padding = new ShiftUI.Padding(0); this.predesktopappmenu.Size = new System.Drawing.Size(116, 24); this.predesktopappmenu.TabIndex = 0; this.predesktopappmenu.Text = "MenuStrip1"; @@ -1876,7 +1874,7 @@ namespace ShiftOS // ApplicationsToolStripMenuItem // this.ApplicationsToolStripMenuItem.AutoSize = false; - this.ApplicationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.ApplicationsToolStripMenuItem.DropDownItems.AddRange(new ShiftUI.ToolStripItem[] { this.KnowledgeInputToolStripMenuItem, this.ShiftoriumToolStripMenuItem, this.ClockToolStripMenuItem, @@ -1886,12 +1884,12 @@ namespace ShiftOS this.ShutdownToolStripMenuItem}); this.ApplicationsToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ApplicationsToolStripMenuItem.Name = "ApplicationsToolStripMenuItem"; - this.ApplicationsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.ApplicationsToolStripMenuItem.Padding = new ShiftUI.Padding(2, 0, 2, 0); this.ApplicationsToolStripMenuItem.ShowShortcutKeys = false; this.ApplicationsToolStripMenuItem.Size = new System.Drawing.Size(102, 24); this.ApplicationsToolStripMenuItem.Text = "Applications"; - this.ApplicationsToolStripMenuItem.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; - this.ApplicationsToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; + this.ApplicationsToolStripMenuItem.TextDirection = ShiftUI.ToolStripTextDirection.Horizontal; + this.ApplicationsToolStripMenuItem.TextImageRelation = ShiftUI.TextImageRelation.TextBeforeImage; // // KnowledgeInputToolStripMenuItem // @@ -1948,11 +1946,11 @@ namespace ShiftOS // // Panel10 // - this.Panel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.Panel10.Controls.Add(this.btndesktopitself); - this.Panel10.Controls.Add(this.btnpanelclock); - this.Panel10.Controls.Add(this.btnapplauncher); - this.Panel10.Controls.Add(this.btndesktoppanel); + this.Panel10.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + this.Panel10.Widgets.Add(this.btndesktopitself); + this.Panel10.Widgets.Add(this.btnpanelclock); + this.Panel10.Widgets.Add(this.btnapplauncher); + this.Panel10.Widgets.Add(this.btndesktoppanel); this.Panel10.Location = new System.Drawing.Point(1, 168); this.Panel10.Name = "Panel10"; this.Panel10.Size = new System.Drawing.Size(128, 135); @@ -1961,7 +1959,7 @@ namespace ShiftOS // btndesktopitself // this.btndesktopitself.BackColor = System.Drawing.Color.White; - this.btndesktopitself.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btndesktopitself.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -1974,7 +1972,7 @@ namespace ShiftOS // btnpanelclock // this.btnpanelclock.BackColor = System.Drawing.Color.White; - this.btnpanelclock.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnpanelclock.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -1987,7 +1985,7 @@ namespace ShiftOS // btnapplauncher // this.btnapplauncher.BackColor = System.Drawing.Color.White; - this.btnapplauncher.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnapplauncher.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -2000,7 +1998,7 @@ namespace ShiftOS // btndesktoppanel // this.btndesktoppanel.BackColor = System.Drawing.Color.White; - this.btndesktoppanel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btndesktoppanel.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -2019,17 +2017,17 @@ namespace ShiftOS // // pnlwindowsoptions // - this.pnlwindowsoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pnlwindowsoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.pnlwindowsoptions.BackColor = System.Drawing.Color.White; - this.pnlwindowsoptions.Controls.Add(this.pnlwindowsintro); - this.pnlwindowsoptions.Controls.Add(this.pnlbuttonoptions); - this.pnlwindowsoptions.Controls.Add(this.pnltitlebaroptions); - this.pnlwindowsoptions.Controls.Add(this.pnlborderoptions); - this.pnlwindowsoptions.Controls.Add(this.pnltitletextoptions); - this.pnlwindowsoptions.Controls.Add(this.pnlwindowsobjects); - this.pnlwindowsoptions.Controls.Add(this.pnlwindowpreview); + this.pnlwindowsoptions.Widgets.Add(this.pnlwindowsintro); + this.pnlwindowsoptions.Widgets.Add(this.pnlbuttonoptions); + this.pnlwindowsoptions.Widgets.Add(this.pnltitlebaroptions); + this.pnlwindowsoptions.Widgets.Add(this.pnlborderoptions); + this.pnlwindowsoptions.Widgets.Add(this.pnltitletextoptions); + this.pnlwindowsoptions.Widgets.Add(this.pnlwindowsobjects); + this.pnlwindowsoptions.Widgets.Add(this.pnlwindowpreview); this.pnlwindowsoptions.Location = new System.Drawing.Point(134, 9); this.pnlwindowsoptions.Name = "pnlwindowsoptions"; this.pnlwindowsoptions.Size = new System.Drawing.Size(457, 306); @@ -2037,9 +2035,9 @@ namespace ShiftOS // // pnlwindowsintro // - this.pnlwindowsintro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnlwindowsintro.Controls.Add(this.Label68); - this.pnlwindowsintro.Controls.Add(this.Label67); + this.pnlwindowsintro.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlwindowsintro.Widgets.Add(this.Label68); + this.pnlwindowsintro.Widgets.Add(this.Label67); this.pnlwindowsintro.Location = new System.Drawing.Point(135, 159); this.pnlwindowsintro.Name = "pnlwindowsintro"; this.pnlwindowsintro.Size = new System.Drawing.Size(325, 139); @@ -2069,12 +2067,12 @@ namespace ShiftOS // // pnlbuttonoptions // - this.pnlbuttonoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnlbuttonoptions.Controls.Add(this.pnlclosebuttonoptions); - this.pnlbuttonoptions.Controls.Add(this.pnlrollupbuttonoptions); - this.pnlbuttonoptions.Controls.Add(this.pnlminimizebuttonoptions); - this.pnlbuttonoptions.Controls.Add(this.combobuttonoption); - this.pnlbuttonoptions.Controls.Add(this.Label52); + this.pnlbuttonoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlbuttonoptions.Widgets.Add(this.pnlclosebuttonoptions); + this.pnlbuttonoptions.Widgets.Add(this.pnlrollupbuttonoptions); + this.pnlbuttonoptions.Widgets.Add(this.pnlminimizebuttonoptions); + this.pnlbuttonoptions.Widgets.Add(this.combobuttonoption); + this.pnlbuttonoptions.Widgets.Add(this.Label52); this.pnlbuttonoptions.Location = new System.Drawing.Point(135, 159); this.pnlbuttonoptions.Name = "pnlbuttonoptions"; this.pnlbuttonoptions.Size = new System.Drawing.Size(325, 139); @@ -2083,22 +2081,22 @@ namespace ShiftOS // // pnlclosebuttonoptions // - this.pnlclosebuttonoptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pnlclosebuttonoptions.Controls.Add(this.Label8); - this.pnlclosebuttonoptions.Controls.Add(this.Label11); - this.pnlclosebuttonoptions.Controls.Add(this.pnlclosebuttoncolour); - this.pnlclosebuttonoptions.Controls.Add(this.txtclosebuttonfromside); - this.pnlclosebuttonoptions.Controls.Add(this.Label7); - this.pnlclosebuttonoptions.Controls.Add(this.Label12); - this.pnlclosebuttonoptions.Controls.Add(this.txtclosebuttonheight); - this.pnlclosebuttonoptions.Controls.Add(this.Label13); - this.pnlclosebuttonoptions.Controls.Add(this.Label6); - this.pnlclosebuttonoptions.Controls.Add(this.txtclosebuttonfromtop); - this.pnlclosebuttonoptions.Controls.Add(this.Label10); - this.pnlclosebuttonoptions.Controls.Add(this.Label14); - this.pnlclosebuttonoptions.Controls.Add(this.txtclosebuttonwidth); - this.pnlclosebuttonoptions.Controls.Add(this.Label9); + this.pnlclosebuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlclosebuttonoptions.Widgets.Add(this.Label8); + this.pnlclosebuttonoptions.Widgets.Add(this.Label11); + this.pnlclosebuttonoptions.Widgets.Add(this.pnlclosebuttoncolour); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonfromside); + this.pnlclosebuttonoptions.Widgets.Add(this.Label7); + this.pnlclosebuttonoptions.Widgets.Add(this.Label12); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonheight); + this.pnlclosebuttonoptions.Widgets.Add(this.Label13); + this.pnlclosebuttonoptions.Widgets.Add(this.Label6); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonfromtop); + this.pnlclosebuttonoptions.Widgets.Add(this.Label10); + this.pnlclosebuttonoptions.Widgets.Add(this.Label14); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonwidth); + this.pnlclosebuttonoptions.Widgets.Add(this.Label9); this.pnlclosebuttonoptions.Location = new System.Drawing.Point(4, 29); this.pnlclosebuttonoptions.Name = "pnlclosebuttonoptions"; this.pnlclosebuttonoptions.Size = new System.Drawing.Size(311, 105); @@ -2127,17 +2125,17 @@ namespace ShiftOS // // pnlclosebuttoncolour // - this.pnlclosebuttoncolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pnlclosebuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; this.pnlclosebuttoncolour.Location = new System.Drawing.Point(132, 4); this.pnlclosebuttoncolour.Name = "pnlclosebuttoncolour"; this.pnlclosebuttoncolour.Size = new System.Drawing.Size(41, 20); this.pnlclosebuttoncolour.TabIndex = 1; - this.pnlclosebuttoncolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetcloseColor); + this.pnlclosebuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetcloseColor); // // txtclosebuttonfromside // this.txtclosebuttonfromside.BackColor = System.Drawing.Color.White; - this.txtclosebuttonfromside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtclosebuttonfromside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtclosebuttonfromside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtclosebuttonfromside.ForeColor = System.Drawing.Color.Black; this.txtclosebuttonfromside.Location = new System.Drawing.Point(153, 80); @@ -2169,7 +2167,7 @@ namespace ShiftOS // txtclosebuttonheight // this.txtclosebuttonheight.BackColor = System.Drawing.Color.White; - this.txtclosebuttonheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtclosebuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtclosebuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtclosebuttonheight.ForeColor = System.Drawing.Color.Black; this.txtclosebuttonheight.Location = new System.Drawing.Point(132, 30); @@ -2201,7 +2199,7 @@ namespace ShiftOS // txtclosebuttonfromtop // this.txtclosebuttonfromtop.BackColor = System.Drawing.Color.White; - this.txtclosebuttonfromtop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtclosebuttonfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtclosebuttonfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtclosebuttonfromtop.ForeColor = System.Drawing.Color.Black; this.txtclosebuttonfromtop.Location = new System.Drawing.Point(153, 55); @@ -2233,7 +2231,7 @@ namespace ShiftOS // txtclosebuttonwidth // this.txtclosebuttonwidth.BackColor = System.Drawing.Color.White; - this.txtclosebuttonwidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtclosebuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtclosebuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtclosebuttonwidth.ForeColor = System.Drawing.Color.Black; this.txtclosebuttonwidth.Location = new System.Drawing.Point(234, 30); @@ -2254,22 +2252,22 @@ namespace ShiftOS // // pnlrollupbuttonoptions // - this.pnlrollupbuttonoptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pnlrollupbuttonoptions.Controls.Add(this.Label54); - this.pnlrollupbuttonoptions.Controls.Add(this.Label55); - this.pnlrollupbuttonoptions.Controls.Add(this.pnlrollupbuttoncolour); - this.pnlrollupbuttonoptions.Controls.Add(this.txtrollupbuttonside); - this.pnlrollupbuttonoptions.Controls.Add(this.Label56); - this.pnlrollupbuttonoptions.Controls.Add(this.Label57); - this.pnlrollupbuttonoptions.Controls.Add(this.txtrollupbuttonheight); - this.pnlrollupbuttonoptions.Controls.Add(this.Label58); - this.pnlrollupbuttonoptions.Controls.Add(this.Label59); - this.pnlrollupbuttonoptions.Controls.Add(this.txtrollupbuttontop); - this.pnlrollupbuttonoptions.Controls.Add(this.Label60); - this.pnlrollupbuttonoptions.Controls.Add(this.Label61); - this.pnlrollupbuttonoptions.Controls.Add(this.txtrollupbuttonwidth); - this.pnlrollupbuttonoptions.Controls.Add(this.Label62); + this.pnlrollupbuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label54); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label55); + this.pnlrollupbuttonoptions.Widgets.Add(this.pnlrollupbuttoncolour); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonside); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label56); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label57); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonheight); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label58); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label59); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttontop); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label60); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label61); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonwidth); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label62); this.pnlrollupbuttonoptions.Location = new System.Drawing.Point(4, 29); this.pnlrollupbuttonoptions.Name = "pnlrollupbuttonoptions"; this.pnlrollupbuttonoptions.Size = new System.Drawing.Size(311, 105); @@ -2298,18 +2296,18 @@ namespace ShiftOS // // pnlrollupbuttoncolour // - this.pnlrollupbuttoncolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlrollupbuttoncolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlrollupbuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlrollupbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlrollupbuttoncolour.Location = new System.Drawing.Point(143, 4); this.pnlrollupbuttoncolour.Name = "pnlrollupbuttoncolour"; this.pnlrollupbuttoncolour.Size = new System.Drawing.Size(41, 20); this.pnlrollupbuttoncolour.TabIndex = 1; - this.pnlrollupbuttoncolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetrollupColor); + this.pnlrollupbuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetrollupColor); // // txtrollupbuttonside // this.txtrollupbuttonside.BackColor = System.Drawing.Color.White; - this.txtrollupbuttonside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtrollupbuttonside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtrollupbuttonside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtrollupbuttonside.ForeColor = System.Drawing.Color.Black; this.txtrollupbuttonside.Location = new System.Drawing.Point(164, 80); @@ -2341,7 +2339,7 @@ namespace ShiftOS // txtrollupbuttonheight // this.txtrollupbuttonheight.BackColor = System.Drawing.Color.White; - this.txtrollupbuttonheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtrollupbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtrollupbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtrollupbuttonheight.ForeColor = System.Drawing.Color.Black; this.txtrollupbuttonheight.Location = new System.Drawing.Point(143, 30); @@ -2373,7 +2371,7 @@ namespace ShiftOS // txtrollupbuttontop // this.txtrollupbuttontop.BackColor = System.Drawing.Color.White; - this.txtrollupbuttontop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtrollupbuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtrollupbuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtrollupbuttontop.ForeColor = System.Drawing.Color.Black; this.txtrollupbuttontop.Location = new System.Drawing.Point(164, 55); @@ -2405,7 +2403,7 @@ namespace ShiftOS // txtrollupbuttonwidth // this.txtrollupbuttonwidth.BackColor = System.Drawing.Color.White; - this.txtrollupbuttonwidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtrollupbuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtrollupbuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtrollupbuttonwidth.ForeColor = System.Drawing.Color.Black; this.txtrollupbuttonwidth.Location = new System.Drawing.Point(245, 30); @@ -2426,22 +2424,22 @@ namespace ShiftOS // // pnlminimizebuttonoptions // - this.pnlminimizebuttonoptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pnlminimizebuttonoptions.Controls.Add(this.Label82); - this.pnlminimizebuttonoptions.Controls.Add(this.Label83); - this.pnlminimizebuttonoptions.Controls.Add(this.pnlminimizebuttoncolour); - this.pnlminimizebuttonoptions.Controls.Add(this.txtminimizebuttonside); - this.pnlminimizebuttonoptions.Controls.Add(this.Label84); - this.pnlminimizebuttonoptions.Controls.Add(this.Label85); - this.pnlminimizebuttonoptions.Controls.Add(this.txtminimizebuttonheight); - this.pnlminimizebuttonoptions.Controls.Add(this.Label86); - this.pnlminimizebuttonoptions.Controls.Add(this.Label87); - this.pnlminimizebuttonoptions.Controls.Add(this.txtminimizebuttontop); - this.pnlminimizebuttonoptions.Controls.Add(this.Label88); - this.pnlminimizebuttonoptions.Controls.Add(this.Label89); - this.pnlminimizebuttonoptions.Controls.Add(this.txtminimizebuttonwidth); - this.pnlminimizebuttonoptions.Controls.Add(this.Label90); + this.pnlminimizebuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label82); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label83); + this.pnlminimizebuttonoptions.Widgets.Add(this.pnlminimizebuttoncolour); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonside); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label84); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label85); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonheight); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label86); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label87); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttontop); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label88); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label89); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonwidth); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label90); this.pnlminimizebuttonoptions.Location = new System.Drawing.Point(4, 29); this.pnlminimizebuttonoptions.Name = "pnlminimizebuttonoptions"; this.pnlminimizebuttonoptions.Size = new System.Drawing.Size(311, 105); @@ -2470,18 +2468,18 @@ namespace ShiftOS // // pnlminimizebuttoncolour // - this.pnlminimizebuttoncolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlminimizebuttoncolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlminimizebuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlminimizebuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlminimizebuttoncolour.Location = new System.Drawing.Point(149, 4); this.pnlminimizebuttoncolour.Name = "pnlminimizebuttoncolour"; this.pnlminimizebuttoncolour.Size = new System.Drawing.Size(41, 20); this.pnlminimizebuttoncolour.TabIndex = 1; - this.pnlminimizebuttoncolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetMinimizeColor); + this.pnlminimizebuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetMinimizeColor); // // txtminimizebuttonside // this.txtminimizebuttonside.BackColor = System.Drawing.Color.White; - this.txtminimizebuttonside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtminimizebuttonside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtminimizebuttonside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtminimizebuttonside.ForeColor = System.Drawing.Color.Black; this.txtminimizebuttonside.Location = new System.Drawing.Point(172, 80); @@ -2513,7 +2511,7 @@ namespace ShiftOS // txtminimizebuttonheight // this.txtminimizebuttonheight.BackColor = System.Drawing.Color.White; - this.txtminimizebuttonheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtminimizebuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtminimizebuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtminimizebuttonheight.ForeColor = System.Drawing.Color.Black; this.txtminimizebuttonheight.Location = new System.Drawing.Point(150, 30); @@ -2545,7 +2543,7 @@ namespace ShiftOS // txtminimizebuttontop // this.txtminimizebuttontop.BackColor = System.Drawing.Color.White; - this.txtminimizebuttontop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtminimizebuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtminimizebuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtminimizebuttontop.ForeColor = System.Drawing.Color.Black; this.txtminimizebuttontop.Location = new System.Drawing.Point(172, 55); @@ -2577,7 +2575,7 @@ namespace ShiftOS // txtminimizebuttonwidth // this.txtminimizebuttonwidth.BackColor = System.Drawing.Color.White; - this.txtminimizebuttonwidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtminimizebuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtminimizebuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtminimizebuttonwidth.ForeColor = System.Drawing.Color.Black; this.txtminimizebuttonwidth.Location = new System.Drawing.Point(247, 30); @@ -2621,26 +2619,26 @@ namespace ShiftOS // // pnltitlebaroptions // - this.pnltitlebaroptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnltitlebaroptions.Controls.Add(this.Label80); - this.pnltitlebaroptions.Controls.Add(this.txticonfromtop); - this.pnltitlebaroptions.Controls.Add(this.Label81); - this.pnltitlebaroptions.Controls.Add(this.Label78); - this.pnltitlebaroptions.Controls.Add(this.txticonfromside); - this.pnltitlebaroptions.Controls.Add(this.Label79); - this.pnltitlebaroptions.Controls.Add(this.lbcornerwidthpx); - this.pnltitlebaroptions.Controls.Add(this.txttitlebarcornerwidth); - this.pnltitlebaroptions.Controls.Add(this.lbcornerwidth); - this.pnltitlebaroptions.Controls.Add(this.pnltitlebarrightcornercolour); - this.pnltitlebaroptions.Controls.Add(this.pnltitlebarleftcornercolour); - this.pnltitlebaroptions.Controls.Add(this.lbrightcornercolor); - this.pnltitlebaroptions.Controls.Add(this.lbleftcornercolor); - this.pnltitlebaroptions.Controls.Add(this.cboxtitlebarcorners); - this.pnltitlebaroptions.Controls.Add(this.Label5); - this.pnltitlebaroptions.Controls.Add(this.txttitlebarheight); - this.pnltitlebaroptions.Controls.Add(this.Label4); - this.pnltitlebaroptions.Controls.Add(this.pnltitlebarcolour); - this.pnltitlebaroptions.Controls.Add(this.Label2); + this.pnltitlebaroptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnltitlebaroptions.Widgets.Add(this.Label80); + this.pnltitlebaroptions.Widgets.Add(this.txticonfromtop); + this.pnltitlebaroptions.Widgets.Add(this.Label81); + this.pnltitlebaroptions.Widgets.Add(this.Label78); + this.pnltitlebaroptions.Widgets.Add(this.txticonfromside); + this.pnltitlebaroptions.Widgets.Add(this.Label79); + this.pnltitlebaroptions.Widgets.Add(this.lbcornerwidthpx); + this.pnltitlebaroptions.Widgets.Add(this.txttitlebarcornerwidth); + this.pnltitlebaroptions.Widgets.Add(this.lbcornerwidth); + this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarrightcornercolour); + this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarleftcornercolour); + this.pnltitlebaroptions.Widgets.Add(this.lbrightcornercolor); + this.pnltitlebaroptions.Widgets.Add(this.lbleftcornercolor); + this.pnltitlebaroptions.Widgets.Add(this.cboxtitlebarcorners); + this.pnltitlebaroptions.Widgets.Add(this.Label5); + this.pnltitlebaroptions.Widgets.Add(this.txttitlebarheight); + this.pnltitlebaroptions.Widgets.Add(this.Label4); + this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarcolour); + this.pnltitlebaroptions.Widgets.Add(this.Label2); this.pnltitlebaroptions.Location = new System.Drawing.Point(135, 159); this.pnltitlebaroptions.Name = "pnltitlebaroptions"; this.pnltitlebaroptions.Size = new System.Drawing.Size(325, 139); @@ -2660,7 +2658,7 @@ namespace ShiftOS // txticonfromtop // this.txticonfromtop.BackColor = System.Drawing.Color.White; - this.txticonfromtop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txticonfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txticonfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txticonfromtop.ForeColor = System.Drawing.Color.Black; this.txticonfromtop.Location = new System.Drawing.Point(253, 103); @@ -2692,7 +2690,7 @@ namespace ShiftOS // txticonfromside // this.txticonfromside.BackColor = System.Drawing.Color.White; - this.txticonfromside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txticonfromside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txticonfromside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txticonfromside.ForeColor = System.Drawing.Color.Black; this.txticonfromside.Location = new System.Drawing.Point(104, 103); @@ -2724,7 +2722,7 @@ namespace ShiftOS // txttitlebarcornerwidth // this.txttitlebarcornerwidth.BackColor = System.Drawing.Color.White; - this.txttitlebarcornerwidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txttitlebarcornerwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txttitlebarcornerwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txttitlebarcornerwidth.ForeColor = System.Drawing.Color.Black; this.txttitlebarcornerwidth.Location = new System.Drawing.Point(253, 30); @@ -2745,23 +2743,23 @@ namespace ShiftOS // // pnltitlebarrightcornercolour // - this.pnltitlebarrightcornercolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnltitlebarrightcornercolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltitlebarrightcornercolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnltitlebarrightcornercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltitlebarrightcornercolour.Location = new System.Drawing.Point(136, 80); this.pnltitlebarrightcornercolour.Name = "pnltitlebarrightcornercolour"; this.pnltitlebarrightcornercolour.Size = new System.Drawing.Size(41, 20); this.pnltitlebarrightcornercolour.TabIndex = 10; - this.pnltitlebarrightcornercolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetRightCornerColor); + this.pnltitlebarrightcornercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetRightCornerColor); // // pnltitlebarleftcornercolour // - this.pnltitlebarleftcornercolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnltitlebarleftcornercolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltitlebarleftcornercolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnltitlebarleftcornercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltitlebarleftcornercolour.Location = new System.Drawing.Point(126, 56); this.pnltitlebarleftcornercolour.Name = "pnltitlebarleftcornercolour"; this.pnltitlebarleftcornercolour.Size = new System.Drawing.Size(41, 20); this.pnltitlebarleftcornercolour.TabIndex = 8; - this.pnltitlebarleftcornercolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetLeftCornerColor); + this.pnltitlebarleftcornercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetLeftCornerColor); // // lbrightcornercolor // @@ -2788,7 +2786,7 @@ namespace ShiftOS this.cboxtitlebarcorners.AutoSize = true; this.cboxtitlebarcorners.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.cboxtitlebarcorners.FlatAppearance.CheckedBackColor = System.Drawing.Color.Black; - this.cboxtitlebarcorners.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.cboxtitlebarcorners.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -2811,7 +2809,7 @@ namespace ShiftOS // txttitlebarheight // this.txttitlebarheight.BackColor = System.Drawing.Color.White; - this.txttitlebarheight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txttitlebarheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txttitlebarheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txttitlebarheight.ForeColor = System.Drawing.Color.Black; this.txttitlebarheight.Location = new System.Drawing.Point(112, 30); @@ -2832,13 +2830,13 @@ namespace ShiftOS // // pnltitlebarcolour // - this.pnltitlebarcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnltitlebarcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltitlebarcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnltitlebarcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltitlebarcolour.Location = new System.Drawing.Point(112, 5); this.pnltitlebarcolour.Name = "pnltitlebarcolour"; this.pnltitlebarcolour.Size = new System.Drawing.Size(41, 20); this.pnltitlebarcolour.TabIndex = 1; - this.pnltitlebarcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetTitlebarColor); + this.pnltitlebarcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetTitlebarColor); // // Label2 // @@ -2852,26 +2850,26 @@ namespace ShiftOS // // pnlborderoptions // - this.pnlborderoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnlborderoptions.Controls.Add(this.cbindividualbordercolours); - this.pnlborderoptions.Controls.Add(this.pnlborderbottomrightcolour); - this.pnlborderoptions.Controls.Add(this.lbbright); - this.pnlborderoptions.Controls.Add(this.pnlborderbottomcolour); - this.pnlborderoptions.Controls.Add(this.lbbottom); - this.pnlborderoptions.Controls.Add(this.pnlborderbottomleftcolour); - this.pnlborderoptions.Controls.Add(this.lbbleft); - this.pnlborderoptions.Controls.Add(this.pnlborderrightcolour); - this.pnlborderoptions.Controls.Add(this.lbright); - this.pnlborderoptions.Controls.Add(this.pnlborderleftcolour); - this.pnlborderoptions.Controls.Add(this.lbleft); - this.pnlborderoptions.Controls.Add(this.Label15); - this.pnlborderoptions.Controls.Add(this.pnlbordercolour); - this.pnlborderoptions.Controls.Add(this.txtbordersize); - this.pnlborderoptions.Controls.Add(this.Label3); - this.pnlborderoptions.Controls.Add(this.Label16); + this.pnlborderoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlborderoptions.Widgets.Add(this.cbindividualbordercolours); + this.pnlborderoptions.Widgets.Add(this.pnlborderbottomrightcolour); + this.pnlborderoptions.Widgets.Add(this.lbbright); + this.pnlborderoptions.Widgets.Add(this.pnlborderbottomcolour); + this.pnlborderoptions.Widgets.Add(this.lbbottom); + this.pnlborderoptions.Widgets.Add(this.pnlborderbottomleftcolour); + this.pnlborderoptions.Widgets.Add(this.lbbleft); + this.pnlborderoptions.Widgets.Add(this.pnlborderrightcolour); + this.pnlborderoptions.Widgets.Add(this.lbright); + this.pnlborderoptions.Widgets.Add(this.pnlborderleftcolour); + this.pnlborderoptions.Widgets.Add(this.lbleft); + this.pnlborderoptions.Widgets.Add(this.Label15); + this.pnlborderoptions.Widgets.Add(this.pnlbordercolour); + this.pnlborderoptions.Widgets.Add(this.txtbordersize); + this.pnlborderoptions.Widgets.Add(this.Label3); + this.pnlborderoptions.Widgets.Add(this.Label16); this.pnlborderoptions.Location = new System.Drawing.Point(135, 159); this.pnlborderoptions.Name = "pnlborderoptions"; - this.pnlborderoptions.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.pnlborderoptions.RightToLeft = ShiftUI.RightToLeft.Yes; this.pnlborderoptions.Size = new System.Drawing.Size(325, 139); this.pnlborderoptions.TabIndex = 10; this.pnlborderoptions.Visible = false; @@ -2881,7 +2879,7 @@ namespace ShiftOS this.cbindividualbordercolours.AutoSize = true; this.cbindividualbordercolours.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.cbindividualbordercolours.FlatAppearance.CheckedBackColor = System.Drawing.Color.Black; - this.cbindividualbordercolours.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.cbindividualbordercolours.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -2893,13 +2891,13 @@ namespace ShiftOS // // pnlborderbottomrightcolour // - this.pnlborderbottomrightcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlborderbottomrightcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlborderbottomrightcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderbottomrightcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlborderbottomrightcolour.Location = new System.Drawing.Point(132, 101); this.pnlborderbottomrightcolour.Name = "pnlborderbottomrightcolour"; this.pnlborderbottomrightcolour.Size = new System.Drawing.Size(41, 20); this.pnlborderbottomrightcolour.TabIndex = 27; - this.pnlborderbottomrightcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetBottomRBorderColor); + this.pnlborderbottomrightcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomRBorderColor); // // lbbright // @@ -2913,13 +2911,13 @@ namespace ShiftOS // // pnlborderbottomcolour // - this.pnlborderbottomcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlborderbottomcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlborderbottomcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderbottomcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlborderbottomcolour.Location = new System.Drawing.Point(263, 31); this.pnlborderbottomcolour.Name = "pnlborderbottomcolour"; this.pnlborderbottomcolour.Size = new System.Drawing.Size(41, 20); this.pnlborderbottomcolour.TabIndex = 25; - this.pnlborderbottomcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetBottomBorderColor); + this.pnlborderbottomcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomBorderColor); // // lbbottom // @@ -2933,13 +2931,13 @@ namespace ShiftOS // // pnlborderbottomleftcolour // - this.pnlborderbottomleftcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlborderbottomleftcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlborderbottomleftcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderbottomleftcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlborderbottomleftcolour.Location = new System.Drawing.Point(124, 78); this.pnlborderbottomleftcolour.Name = "pnlborderbottomleftcolour"; this.pnlborderbottomleftcolour.Size = new System.Drawing.Size(41, 20); this.pnlborderbottomleftcolour.TabIndex = 23; - this.pnlborderbottomleftcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetBottomLColor); + this.pnlborderbottomleftcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomLColor); // // lbbleft // @@ -2953,13 +2951,13 @@ namespace ShiftOS // // pnlborderrightcolour // - this.pnlborderrightcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlborderrightcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlborderrightcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderrightcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlborderrightcolour.Location = new System.Drawing.Point(263, 54); this.pnlborderrightcolour.Name = "pnlborderrightcolour"; this.pnlborderrightcolour.Size = new System.Drawing.Size(41, 20); this.pnlborderrightcolour.TabIndex = 21; - this.pnlborderrightcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetRightBorderColor); + this.pnlborderrightcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetRightBorderColor); // // lbright // @@ -2973,13 +2971,13 @@ namespace ShiftOS // // pnlborderleftcolour // - this.pnlborderleftcolour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pnlborderleftcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlborderleftcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderleftcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlborderleftcolour.Location = new System.Drawing.Point(102, 54); this.pnlborderleftcolour.Name = "pnlborderleftcolour"; this.pnlborderleftcolour.Size = new System.Drawing.Size(41, 20); this.pnlborderleftcolour.TabIndex = 19; - this.pnlborderleftcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetLeftBorderColor); + this.pnlborderleftcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetLeftBorderColor); // // lbleft // @@ -3003,17 +3001,17 @@ namespace ShiftOS // // pnlbordercolour // - this.pnlbordercolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlbordercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlbordercolour.Location = new System.Drawing.Point(102, 5); this.pnlbordercolour.Name = "pnlbordercolour"; this.pnlbordercolour.Size = new System.Drawing.Size(41, 20); this.pnlbordercolour.TabIndex = 3; - this.pnlbordercolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetMainBorderColor); + this.pnlbordercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetMainBorderColor); // // txtbordersize // this.txtbordersize.BackColor = System.Drawing.Color.White; - this.txtbordersize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtbordersize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtbordersize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtbordersize.ForeColor = System.Drawing.Color.Black; this.txtbordersize.Location = new System.Drawing.Point(102, 29); @@ -3044,24 +3042,24 @@ namespace ShiftOS // // pnltitletextoptions // - this.pnltitletextoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pnltitletextoptions.Controls.Add(this.combotitletextposition); - this.pnltitletextoptions.Controls.Add(this.Label53); - this.pnltitletextoptions.Controls.Add(this.combotitletextstyle); - this.pnltitletextoptions.Controls.Add(this.combotitletextfont); - this.pnltitletextoptions.Controls.Add(this.Label23); - this.pnltitletextoptions.Controls.Add(this.Label17); - this.pnltitletextoptions.Controls.Add(this.txttitletextside); - this.pnltitletextoptions.Controls.Add(this.Label18); - this.pnltitletextoptions.Controls.Add(this.Label19); - this.pnltitletextoptions.Controls.Add(this.txttitletexttop); - this.pnltitletextoptions.Controls.Add(this.Label20); - this.pnltitletextoptions.Controls.Add(this.Label21); - this.pnltitletextoptions.Controls.Add(this.txttitletextsize); - this.pnltitletextoptions.Controls.Add(this.Label22); - this.pnltitletextoptions.Controls.Add(this.Label24); - this.pnltitletextoptions.Controls.Add(this.pnltitletextcolour); - this.pnltitletextoptions.Controls.Add(this.Label25); + this.pnltitletextoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnltitletextoptions.Widgets.Add(this.combotitletextposition); + this.pnltitletextoptions.Widgets.Add(this.Label53); + this.pnltitletextoptions.Widgets.Add(this.combotitletextstyle); + this.pnltitletextoptions.Widgets.Add(this.combotitletextfont); + this.pnltitletextoptions.Widgets.Add(this.Label23); + this.pnltitletextoptions.Widgets.Add(this.Label17); + this.pnltitletextoptions.Widgets.Add(this.txttitletextside); + this.pnltitletextoptions.Widgets.Add(this.Label18); + this.pnltitletextoptions.Widgets.Add(this.Label19); + this.pnltitletextoptions.Widgets.Add(this.txttitletexttop); + this.pnltitletextoptions.Widgets.Add(this.Label20); + this.pnltitletextoptions.Widgets.Add(this.Label21); + this.pnltitletextoptions.Widgets.Add(this.txttitletextsize); + this.pnltitletextoptions.Widgets.Add(this.Label22); + this.pnltitletextoptions.Widgets.Add(this.Label24); + this.pnltitletextoptions.Widgets.Add(this.pnltitletextcolour); + this.pnltitletextoptions.Widgets.Add(this.Label25); this.pnltitletextoptions.Location = new System.Drawing.Point(135, 159); this.pnltitletextoptions.Name = "pnltitletextoptions"; this.pnltitletextoptions.Size = new System.Drawing.Size(325, 139); @@ -3140,7 +3138,7 @@ namespace ShiftOS // txttitletextside // this.txttitletextside.BackColor = System.Drawing.Color.White; - this.txttitletextside.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txttitletextside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txttitletextside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txttitletextside.ForeColor = System.Drawing.Color.Black; this.txttitletextside.Location = new System.Drawing.Point(135, 105); @@ -3172,7 +3170,7 @@ namespace ShiftOS // txttitletexttop // this.txttitletexttop.BackColor = System.Drawing.Color.White; - this.txttitletexttop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txttitletexttop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txttitletexttop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txttitletexttop.ForeColor = System.Drawing.Color.Black; this.txttitletexttop.Location = new System.Drawing.Point(135, 80); @@ -3204,7 +3202,7 @@ namespace ShiftOS // txttitletextsize // this.txttitletextsize.BackColor = System.Drawing.Color.White; - this.txttitletextsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txttitletextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txttitletextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txttitletextsize.ForeColor = System.Drawing.Color.Black; this.txttitletextsize.Location = new System.Drawing.Point(100, 55); @@ -3235,12 +3233,12 @@ namespace ShiftOS // // pnltitletextcolour // - this.pnltitletextcolour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltitletextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltitletextcolour.Location = new System.Drawing.Point(114, 5); this.pnltitletextcolour.Name = "pnltitletextcolour"; this.pnltitletextcolour.Size = new System.Drawing.Size(41, 20); this.pnltitletextcolour.TabIndex = 1; - this.pnltitletextcolour.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SetTitleTextColor); + this.pnltitletextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetTitleTextColor); // // Label25 // @@ -3254,11 +3252,11 @@ namespace ShiftOS // // pnlwindowsobjects // - this.pnlwindowsobjects.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.pnlwindowsobjects.Controls.Add(this.btnborders); - this.pnlwindowsobjects.Controls.Add(this.btnbuttons); - this.pnlwindowsobjects.Controls.Add(this.btntitletext); - this.pnlwindowsobjects.Controls.Add(this.btntitlebar); + this.pnlwindowsobjects.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + this.pnlwindowsobjects.Widgets.Add(this.btnborders); + this.pnlwindowsobjects.Widgets.Add(this.btnbuttons); + this.pnlwindowsobjects.Widgets.Add(this.btntitletext); + this.pnlwindowsobjects.Widgets.Add(this.btntitlebar); this.pnlwindowsobjects.Location = new System.Drawing.Point(1, 159); this.pnlwindowsobjects.Name = "pnlwindowsobjects"; this.pnlwindowsobjects.Size = new System.Drawing.Size(128, 135); @@ -3267,7 +3265,7 @@ namespace ShiftOS // btnborders // this.btnborders.BackColor = System.Drawing.Color.White; - this.btnborders.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnborders.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -3281,7 +3279,7 @@ namespace ShiftOS // btnbuttons // this.btnbuttons.BackColor = System.Drawing.Color.White; - this.btnbuttons.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnbuttons.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -3295,7 +3293,7 @@ namespace ShiftOS // btntitletext // this.btntitletext.BackColor = System.Drawing.Color.White; - this.btntitletext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btntitletext.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -3309,7 +3307,7 @@ namespace ShiftOS // btntitlebar // this.btntitlebar.BackColor = System.Drawing.Color.White; - this.btntitlebar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btntitlebar.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -3322,14 +3320,14 @@ namespace ShiftOS // // pnlwindowpreview // - this.pnlwindowpreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pnlwindowpreview.Controls.Add(this.prepgcontent); - this.pnlwindowpreview.Controls.Add(this.prepgbottom); - this.pnlwindowpreview.Controls.Add(this.prepgleft); - this.pnlwindowpreview.Controls.Add(this.prepgright); - this.pnlwindowpreview.Controls.Add(this.pretitlebar); + this.pnlwindowpreview.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlwindowpreview.Widgets.Add(this.prepgcontent); + this.pnlwindowpreview.Widgets.Add(this.prepgbottom); + this.pnlwindowpreview.Widgets.Add(this.prepgleft); + this.pnlwindowpreview.Widgets.Add(this.prepgright); + this.pnlwindowpreview.Widgets.Add(this.pretitlebar); this.pnlwindowpreview.Location = new System.Drawing.Point(5, 3); this.pnlwindowpreview.Name = "pnlwindowpreview"; this.pnlwindowpreview.Size = new System.Drawing.Size(448, 148); @@ -3337,7 +3335,7 @@ namespace ShiftOS // // prepgcontent // - this.prepgcontent.Dock = System.Windows.Forms.DockStyle.Fill; + this.prepgcontent.Dock = ShiftUI.DockStyle.Fill; this.prepgcontent.Location = new System.Drawing.Point(2, 30); this.prepgcontent.Name = "prepgcontent"; this.prepgcontent.Size = new System.Drawing.Size(444, 116); @@ -3346,7 +3344,7 @@ namespace ShiftOS // prepgbottom // this.prepgbottom.BackColor = System.Drawing.Color.Gray; - this.prepgbottom.Dock = System.Windows.Forms.DockStyle.Bottom; + this.prepgbottom.Dock = ShiftUI.DockStyle.Bottom; this.prepgbottom.Location = new System.Drawing.Point(2, 146); this.prepgbottom.Name = "prepgbottom"; this.prepgbottom.Size = new System.Drawing.Size(444, 2); @@ -3355,8 +3353,8 @@ namespace ShiftOS // prepgleft // this.prepgleft.BackColor = System.Drawing.Color.Gray; - this.prepgleft.Controls.Add(this.prepgbottomlcorner); - this.prepgleft.Dock = System.Windows.Forms.DockStyle.Left; + this.prepgleft.Widgets.Add(this.prepgbottomlcorner); + this.prepgleft.Dock = ShiftUI.DockStyle.Left; this.prepgleft.Location = new System.Drawing.Point(0, 30); this.prepgleft.Name = "prepgleft"; this.prepgleft.Size = new System.Drawing.Size(2, 118); @@ -3365,7 +3363,7 @@ namespace ShiftOS // prepgbottomlcorner // this.prepgbottomlcorner.BackColor = System.Drawing.Color.Red; - this.prepgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom; + this.prepgbottomlcorner.Dock = ShiftUI.DockStyle.Bottom; this.prepgbottomlcorner.Location = new System.Drawing.Point(0, 116); this.prepgbottomlcorner.Name = "prepgbottomlcorner"; this.prepgbottomlcorner.Size = new System.Drawing.Size(2, 2); @@ -3374,8 +3372,8 @@ namespace ShiftOS // prepgright // this.prepgright.BackColor = System.Drawing.Color.Gray; - this.prepgright.Controls.Add(this.prepgbottomrcorner); - this.prepgright.Dock = System.Windows.Forms.DockStyle.Right; + this.prepgright.Widgets.Add(this.prepgbottomrcorner); + this.prepgright.Dock = ShiftUI.DockStyle.Right; this.prepgright.Location = new System.Drawing.Point(446, 30); this.prepgright.Name = "prepgright"; this.prepgright.Size = new System.Drawing.Size(2, 118); @@ -3384,7 +3382,7 @@ namespace ShiftOS // prepgbottomrcorner // this.prepgbottomrcorner.BackColor = System.Drawing.Color.Red; - this.prepgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom; + this.prepgbottomrcorner.Dock = ShiftUI.DockStyle.Bottom; this.prepgbottomrcorner.Location = new System.Drawing.Point(0, 116); this.prepgbottomrcorner.Name = "prepgbottomrcorner"; this.prepgbottomrcorner.Size = new System.Drawing.Size(2, 2); @@ -3393,14 +3391,14 @@ namespace ShiftOS // pretitlebar // this.pretitlebar.BackColor = System.Drawing.Color.Gray; - this.pretitlebar.Controls.Add(this.preminimizebutton); - this.pretitlebar.Controls.Add(this.prepnlicon); - this.pretitlebar.Controls.Add(this.prerollupbutton); - this.pretitlebar.Controls.Add(this.preclosebutton); - this.pretitlebar.Controls.Add(this.pretitletext); - this.pretitlebar.Controls.Add(this.prepgtoplcorner); - this.pretitlebar.Controls.Add(this.prepgtoprcorner); - this.pretitlebar.Dock = System.Windows.Forms.DockStyle.Top; + this.pretitlebar.Widgets.Add(this.preminimizebutton); + this.pretitlebar.Widgets.Add(this.prepnlicon); + this.pretitlebar.Widgets.Add(this.prerollupbutton); + this.pretitlebar.Widgets.Add(this.preclosebutton); + this.pretitlebar.Widgets.Add(this.pretitletext); + this.pretitlebar.Widgets.Add(this.prepgtoplcorner); + this.pretitlebar.Widgets.Add(this.prepgtoprcorner); + this.pretitlebar.Dock = ShiftUI.DockStyle.Top; this.pretitlebar.ForeColor = System.Drawing.Color.White; this.pretitlebar.Location = new System.Drawing.Point(0, 0); this.pretitlebar.Name = "pretitlebar"; @@ -3455,7 +3453,7 @@ namespace ShiftOS // prepgtoplcorner // this.prepgtoplcorner.BackColor = System.Drawing.Color.Red; - this.prepgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left; + this.prepgtoplcorner.Dock = ShiftUI.DockStyle.Left; this.prepgtoplcorner.Location = new System.Drawing.Point(0, 0); this.prepgtoplcorner.Name = "prepgtoplcorner"; this.prepgtoplcorner.Size = new System.Drawing.Size(2, 30); @@ -3464,7 +3462,7 @@ namespace ShiftOS // prepgtoprcorner // this.prepgtoprcorner.BackColor = System.Drawing.Color.Red; - this.prepgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right; + this.prepgtoprcorner.Dock = ShiftUI.DockStyle.Right; this.prepgtoprcorner.Location = new System.Drawing.Point(446, 0); this.prepgtoprcorner.Name = "prepgtoprcorner"; this.prepgtoprcorner.Size = new System.Drawing.Size(2, 30); @@ -3472,13 +3470,13 @@ namespace ShiftOS // // pnlreset // - this.pnlreset.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pnlreset.Controls.Add(this.Label113); - this.pnlreset.Controls.Add(this.btnresetallsettings); - this.pnlreset.Controls.Add(this.Label109); - this.pnlreset.Controls.Add(this.Label111); + this.pnlreset.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlreset.Widgets.Add(this.Label113); + this.pnlreset.Widgets.Add(this.btnresetallsettings); + this.pnlreset.Widgets.Add(this.Label109); + this.pnlreset.Widgets.Add(this.Label111); this.pnlreset.Location = new System.Drawing.Point(134, 9); this.pnlreset.Name = "pnlreset"; this.pnlreset.Size = new System.Drawing.Size(457, 306); @@ -3496,7 +3494,7 @@ namespace ShiftOS // // btnresetallsettings // - this.btnresetallsettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnresetallsettings.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -3531,17 +3529,17 @@ namespace ShiftOS // pgcontents // this.pgcontents.BackColor = System.Drawing.Color.White; - this.pgcontents.Controls.Add(this.pnldesktopoptions); - this.pgcontents.Controls.Add(this.pnlluaoptions); - this.pgcontents.Controls.Add(this.pnldesktopcomposition); - this.pgcontents.Controls.Add(this.pnlreset); - this.pgcontents.Controls.Add(this.pnlwindowsoptions); - this.pgcontents.Controls.Add(this.pnlmenus); - this.pgcontents.Controls.Add(this.pnlshifterintro); - this.pgcontents.Controls.Add(this.catholder); - this.pgcontents.Controls.Add(this.btnapply); - this.pgcontents.Controls.Add(this.Label1); - this.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill; + this.pgcontents.Widgets.Add(this.pnldesktopoptions); + this.pgcontents.Widgets.Add(this.pnlluaoptions); + this.pgcontents.Widgets.Add(this.pnldesktopcomposition); + this.pgcontents.Widgets.Add(this.pnlreset); + this.pgcontents.Widgets.Add(this.pnlwindowsoptions); + this.pgcontents.Widgets.Add(this.pnlmenus); + this.pgcontents.Widgets.Add(this.pnlshifterintro); + this.pgcontents.Widgets.Add(this.catholder); + this.pgcontents.Widgets.Add(this.btnapply); + this.pgcontents.Widgets.Add(this.Label1); + this.pgcontents.Dock = ShiftUI.DockStyle.Fill; this.pgcontents.Location = new System.Drawing.Point(0, 0); this.pgcontents.Name = "pgcontents"; this.pgcontents.Size = new System.Drawing.Size(600, 323); @@ -3549,17 +3547,17 @@ namespace ShiftOS // // pnldesktopcomposition // - this.pnldesktopcomposition.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pnldesktopcomposition.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.pnldesktopcomposition.BackColor = System.Drawing.Color.White; - this.pnldesktopcomposition.Controls.Add(this.pnlfancywindows); - this.pnldesktopcomposition.Controls.Add(this.pnlfancydragging); - this.pnldesktopcomposition.Controls.Add(this.pnlfancyintro); - this.pnldesktopcomposition.Controls.Add(this.panel18); - this.pnldesktopcomposition.Controls.Add(this.panel25); - this.pnldesktopcomposition.Controls.Add(this.panel36); - this.pnldesktopcomposition.Controls.Add(this.label176); + this.pnldesktopcomposition.Widgets.Add(this.pnlfancywindows); + this.pnldesktopcomposition.Widgets.Add(this.pnlfancydragging); + this.pnldesktopcomposition.Widgets.Add(this.pnlfancyintro); + this.pnldesktopcomposition.Widgets.Add(this.panel18); + this.pnldesktopcomposition.Widgets.Add(this.panel25); + this.pnldesktopcomposition.Widgets.Add(this.panel36); + this.pnldesktopcomposition.Widgets.Add(this.label176); this.pnldesktopcomposition.Location = new System.Drawing.Point(134, 9); this.pnldesktopcomposition.Name = "pnldesktopcomposition"; this.pnldesktopcomposition.Size = new System.Drawing.Size(457, 306); @@ -3567,17 +3565,17 @@ namespace ShiftOS // // pnlfancywindows // - this.pnlfancywindows.Controls.Add(this.txtwinfadedec); - this.pnlfancywindows.Controls.Add(this.label150); - this.pnlfancywindows.Controls.Add(this.txtwinfadespeed); - this.pnlfancywindows.Controls.Add(this.label151); - this.pnlfancywindows.Controls.Add(this.cbdrageffect); - this.pnlfancywindows.Controls.Add(this.label141); - this.pnlfancywindows.Controls.Add(this.cbcloseanim); - this.pnlfancywindows.Controls.Add(this.label128); - this.pnlfancywindows.Controls.Add(this.cbopenanim); - this.pnlfancywindows.Controls.Add(this.label127); - this.pnlfancywindows.Controls.Add(this.label149); + this.pnlfancywindows.Widgets.Add(this.txtwinfadedec); + this.pnlfancywindows.Widgets.Add(this.label150); + this.pnlfancywindows.Widgets.Add(this.txtwinfadespeed); + this.pnlfancywindows.Widgets.Add(this.label151); + this.pnlfancywindows.Widgets.Add(this.cbdrageffect); + this.pnlfancywindows.Widgets.Add(this.label141); + this.pnlfancywindows.Widgets.Add(this.cbcloseanim); + this.pnlfancywindows.Widgets.Add(this.label128); + this.pnlfancywindows.Widgets.Add(this.cbopenanim); + this.pnlfancywindows.Widgets.Add(this.label127); + this.pnlfancywindows.Widgets.Add(this.label149); this.pnlfancywindows.Location = new System.Drawing.Point(139, 43); this.pnlfancywindows.Name = "pnlfancywindows"; this.pnlfancywindows.Size = new System.Drawing.Size(311, 256); @@ -3585,7 +3583,7 @@ namespace ShiftOS // // txtwinfadedec // - this.txtwinfadedec.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtwinfadedec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtwinfadedec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtwinfadedec.Location = new System.Drawing.Point(225, 189); this.txtwinfadedec.Name = "txtwinfadedec"; @@ -3605,7 +3603,7 @@ namespace ShiftOS // // txtwinfadespeed // - this.txtwinfadespeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtwinfadespeed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtwinfadespeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtwinfadespeed.Location = new System.Drawing.Point(109, 185); this.txtwinfadespeed.Name = "txtwinfadespeed"; @@ -3625,9 +3623,9 @@ namespace ShiftOS // // cbdrageffect // - this.cbdrageffect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.cbdrageffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbdrageffect.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.cbdrageffect.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; this.cbdrageffect.FormattingEnabled = true; this.cbdrageffect.Location = new System.Drawing.Point(6, 153); this.cbdrageffect.Name = "cbdrageffect"; @@ -3647,9 +3645,9 @@ namespace ShiftOS // // cbcloseanim // - this.cbcloseanim.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.cbcloseanim.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbcloseanim.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.cbcloseanim.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; this.cbcloseanim.FormattingEnabled = true; this.cbcloseanim.Location = new System.Drawing.Point(8, 102); this.cbcloseanim.Name = "cbcloseanim"; @@ -3669,9 +3667,9 @@ namespace ShiftOS // // cbopenanim // - this.cbopenanim.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.cbopenanim.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbopenanim.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.cbopenanim.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; this.cbopenanim.FormattingEnabled = true; this.cbopenanim.Location = new System.Drawing.Point(9, 50); this.cbopenanim.Name = "cbopenanim"; @@ -3691,8 +3689,8 @@ namespace ShiftOS // // label149 // - this.label149.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label149.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label149.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label149.Location = new System.Drawing.Point(6, 0); this.label149.Name = "label149"; @@ -3703,17 +3701,17 @@ namespace ShiftOS // // pnlfancydragging // - this.pnlfancydragging.Controls.Add(this.txtshakeminoffset); - this.pnlfancydragging.Controls.Add(this.label148); - this.pnlfancydragging.Controls.Add(this.txtshakemax); - this.pnlfancydragging.Controls.Add(this.label146); - this.pnlfancydragging.Controls.Add(this.txtdragopacitydec); - this.pnlfancydragging.Controls.Add(this.label144); - this.pnlfancydragging.Controls.Add(this.txtdragfadedec); - this.pnlfancydragging.Controls.Add(this.label143); - this.pnlfancydragging.Controls.Add(this.txtfadespeed); - this.pnlfancydragging.Controls.Add(this.label155); - this.pnlfancydragging.Controls.Add(this.label156); + this.pnlfancydragging.Widgets.Add(this.txtshakeminoffset); + this.pnlfancydragging.Widgets.Add(this.label148); + this.pnlfancydragging.Widgets.Add(this.txtshakemax); + this.pnlfancydragging.Widgets.Add(this.label146); + this.pnlfancydragging.Widgets.Add(this.txtdragopacitydec); + this.pnlfancydragging.Widgets.Add(this.label144); + this.pnlfancydragging.Widgets.Add(this.txtdragfadedec); + this.pnlfancydragging.Widgets.Add(this.label143); + this.pnlfancydragging.Widgets.Add(this.txtfadespeed); + this.pnlfancydragging.Widgets.Add(this.label155); + this.pnlfancydragging.Widgets.Add(this.label156); this.pnlfancydragging.Location = new System.Drawing.Point(139, 43); this.pnlfancydragging.Name = "pnlfancydragging"; this.pnlfancydragging.Size = new System.Drawing.Size(311, 256); @@ -3721,7 +3719,7 @@ namespace ShiftOS // // txtshakeminoffset // - this.txtshakeminoffset.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtshakeminoffset.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtshakeminoffset.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtshakeminoffset.Location = new System.Drawing.Point(167, 189); this.txtshakeminoffset.Name = "txtshakeminoffset"; @@ -3741,7 +3739,7 @@ namespace ShiftOS // // txtshakemax // - this.txtshakemax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtshakemax.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtshakemax.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtshakemax.Location = new System.Drawing.Point(167, 159); this.txtshakemax.Name = "txtshakemax"; @@ -3761,7 +3759,7 @@ namespace ShiftOS // // txtdragopacitydec // - this.txtdragopacitydec.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtdragopacitydec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtdragopacitydec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtdragopacitydec.Location = new System.Drawing.Point(104, 116); this.txtdragopacitydec.Name = "txtdragopacitydec"; @@ -3781,7 +3779,7 @@ namespace ShiftOS // // txtdragfadedec // - this.txtdragfadedec.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtdragfadedec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtdragfadedec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtdragfadedec.Location = new System.Drawing.Point(89, 88); this.txtdragfadedec.Name = "txtdragfadedec"; @@ -3801,7 +3799,7 @@ namespace ShiftOS // // txtfadespeed // - this.txtfadespeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtfadespeed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtfadespeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.txtfadespeed.Location = new System.Drawing.Point(114, 54); this.txtfadespeed.Name = "txtfadespeed"; @@ -3821,8 +3819,8 @@ namespace ShiftOS // // label156 // - this.label156.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label156.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label156.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label156.Location = new System.Drawing.Point(6, 0); this.label156.Name = "label156"; @@ -3833,8 +3831,8 @@ namespace ShiftOS // // pnlfancyintro // - this.pnlfancyintro.Controls.Add(this.label174); - this.pnlfancyintro.Controls.Add(this.label175); + this.pnlfancyintro.Widgets.Add(this.label174); + this.pnlfancyintro.Widgets.Add(this.label175); this.pnlfancyintro.Location = new System.Drawing.Point(139, 43); this.pnlfancyintro.Name = "pnlfancyintro"; this.pnlfancyintro.Size = new System.Drawing.Size(311, 256); @@ -3842,8 +3840,8 @@ namespace ShiftOS // // label174 // - this.label174.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label174.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label174.BackColor = System.Drawing.Color.Transparent; this.label174.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label174.Location = new System.Drawing.Point(6, 29); @@ -3856,8 +3854,8 @@ namespace ShiftOS // // label175 // - this.label175.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label175.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label175.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label175.Location = new System.Drawing.Point(6, 0); this.label175.Name = "label175"; @@ -3868,19 +3866,19 @@ namespace ShiftOS // // panel18 // - this.panel18.Controls.Add(this.panel19); - this.panel18.Controls.Add(this.label157); - this.panel18.Controls.Add(this.panel20); - this.panel18.Controls.Add(this.label158); - this.panel18.Controls.Add(this.panel21); - this.panel18.Controls.Add(this.label159); - this.panel18.Controls.Add(this.panel22); - this.panel18.Controls.Add(this.label160); - this.panel18.Controls.Add(this.panel23); - this.panel18.Controls.Add(this.label161); - this.panel18.Controls.Add(this.panel24); - this.panel18.Controls.Add(this.label162); - this.panel18.Controls.Add(this.label163); + this.panel18.Widgets.Add(this.panel19); + this.panel18.Widgets.Add(this.label157); + this.panel18.Widgets.Add(this.panel20); + this.panel18.Widgets.Add(this.label158); + this.panel18.Widgets.Add(this.panel21); + this.panel18.Widgets.Add(this.label159); + this.panel18.Widgets.Add(this.panel22); + this.panel18.Widgets.Add(this.label160); + this.panel18.Widgets.Add(this.panel23); + this.panel18.Widgets.Add(this.label161); + this.panel18.Widgets.Add(this.panel24); + this.panel18.Widgets.Add(this.label162); + this.panel18.Widgets.Add(this.label163); this.panel18.Location = new System.Drawing.Point(139, 43); this.panel18.Name = "panel18"; this.panel18.Size = new System.Drawing.Size(311, 256); @@ -3888,7 +3886,7 @@ namespace ShiftOS // // panel19 // - this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel19.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel19.Location = new System.Drawing.Point(216, 80); this.panel19.Name = "panel19"; this.panel19.Size = new System.Drawing.Size(41, 20); @@ -3906,7 +3904,7 @@ namespace ShiftOS // // panel20 // - this.panel20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel20.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel20.Location = new System.Drawing.Point(224, 55); this.panel20.Name = "panel20"; this.panel20.Size = new System.Drawing.Size(41, 20); @@ -3924,7 +3922,7 @@ namespace ShiftOS // // panel21 // - this.panel21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel21.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel21.Location = new System.Drawing.Point(117, 80); this.panel21.Name = "panel21"; this.panel21.Size = new System.Drawing.Size(41, 20); @@ -3942,7 +3940,7 @@ namespace ShiftOS // // panel22 // - this.panel22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel22.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel22.Location = new System.Drawing.Point(101, 55); this.panel22.Name = "panel22"; this.panel22.Size = new System.Drawing.Size(41, 20); @@ -3960,7 +3958,7 @@ namespace ShiftOS // // panel23 // - this.panel23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel23.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel23.Location = new System.Drawing.Point(249, 29); this.panel23.Name = "panel23"; this.panel23.Size = new System.Drawing.Size(41, 20); @@ -3978,7 +3976,7 @@ namespace ShiftOS // // panel24 // - this.panel24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel24.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel24.Location = new System.Drawing.Point(115, 29); this.panel24.Name = "panel24"; this.panel24.Size = new System.Drawing.Size(41, 20); @@ -3996,8 +3994,8 @@ namespace ShiftOS // // label163 // - this.label163.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label163.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label163.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label163.Location = new System.Drawing.Point(6, 0); this.label163.Name = "label163"; @@ -4008,25 +4006,25 @@ namespace ShiftOS // // panel25 // - this.panel25.Controls.Add(this.panel26); - this.panel25.Controls.Add(this.label164); - this.panel25.Controls.Add(this.panel27); - this.panel25.Controls.Add(this.label165); - this.panel25.Controls.Add(this.panel28); - this.panel25.Controls.Add(this.label166); - this.panel25.Controls.Add(this.panel29); - this.panel25.Controls.Add(this.label167); - this.panel25.Controls.Add(this.panel30); - this.panel25.Controls.Add(this.label168); - this.panel25.Controls.Add(this.panel31); - this.panel25.Controls.Add(this.label169); - this.panel25.Controls.Add(this.panel32); - this.panel25.Controls.Add(this.label170); - this.panel25.Controls.Add(this.panel33); - this.panel25.Controls.Add(this.label171); - this.panel25.Controls.Add(this.panel34); - this.panel25.Controls.Add(this.label172); - this.panel25.Controls.Add(this.label173); + this.panel25.Widgets.Add(this.panel26); + this.panel25.Widgets.Add(this.label164); + this.panel25.Widgets.Add(this.panel27); + this.panel25.Widgets.Add(this.label165); + this.panel25.Widgets.Add(this.panel28); + this.panel25.Widgets.Add(this.label166); + this.panel25.Widgets.Add(this.panel29); + this.panel25.Widgets.Add(this.label167); + this.panel25.Widgets.Add(this.panel30); + this.panel25.Widgets.Add(this.label168); + this.panel25.Widgets.Add(this.panel31); + this.panel25.Widgets.Add(this.label169); + this.panel25.Widgets.Add(this.panel32); + this.panel25.Widgets.Add(this.label170); + this.panel25.Widgets.Add(this.panel33); + this.panel25.Widgets.Add(this.label171); + this.panel25.Widgets.Add(this.panel34); + this.panel25.Widgets.Add(this.label172); + this.panel25.Widgets.Add(this.label173); this.panel25.Location = new System.Drawing.Point(139, 43); this.panel25.Name = "panel25"; this.panel25.Size = new System.Drawing.Size(311, 256); @@ -4034,7 +4032,7 @@ namespace ShiftOS // // panel26 // - this.panel26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel26.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel26.Location = new System.Drawing.Point(85, 129); this.panel26.Name = "panel26"; this.panel26.Size = new System.Drawing.Size(41, 20); @@ -4052,7 +4050,7 @@ namespace ShiftOS // // panel27 // - this.panel27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel27.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel27.Location = new System.Drawing.Point(228, 104); this.panel27.Name = "panel27"; this.panel27.Size = new System.Drawing.Size(41, 20); @@ -4070,7 +4068,7 @@ namespace ShiftOS // // panel28 // - this.panel28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel28.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel28.Location = new System.Drawing.Point(84, 104); this.panel28.Name = "panel28"; this.panel28.Size = new System.Drawing.Size(41, 20); @@ -4088,7 +4086,7 @@ namespace ShiftOS // // panel29 // - this.panel29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel29.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel29.Location = new System.Drawing.Point(254, 81); this.panel29.Name = "panel29"; this.panel29.Size = new System.Drawing.Size(41, 20); @@ -4106,7 +4104,7 @@ namespace ShiftOS // // panel30 // - this.panel30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel30.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel30.Location = new System.Drawing.Point(254, 55); this.panel30.Name = "panel30"; this.panel30.Size = new System.Drawing.Size(41, 20); @@ -4124,7 +4122,7 @@ namespace ShiftOS // // panel31 // - this.panel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel31.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel31.Location = new System.Drawing.Point(117, 80); this.panel31.Name = "panel31"; this.panel31.Size = new System.Drawing.Size(41, 20); @@ -4142,7 +4140,7 @@ namespace ShiftOS // // panel32 // - this.panel32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel32.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel32.Location = new System.Drawing.Point(117, 55); this.panel32.Name = "panel32"; this.panel32.Size = new System.Drawing.Size(41, 20); @@ -4160,7 +4158,7 @@ namespace ShiftOS // // panel33 // - this.panel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel33.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel33.Location = new System.Drawing.Point(249, 29); this.panel33.Name = "panel33"; this.panel33.Size = new System.Drawing.Size(41, 20); @@ -4178,7 +4176,7 @@ namespace ShiftOS // // panel34 // - this.panel34.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel34.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.panel34.Location = new System.Drawing.Point(115, 29); this.panel34.Name = "panel34"; this.panel34.Size = new System.Drawing.Size(41, 20); @@ -4196,8 +4194,8 @@ namespace ShiftOS // // label173 // - this.label173.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label173.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label173.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label173.Location = new System.Drawing.Point(6, 0); this.label173.Name = "label173"; @@ -4208,10 +4206,10 @@ namespace ShiftOS // // panel36 // - this.panel36.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.panel36.Controls.Add(this.btnfancydragging); - this.panel36.Controls.Add(this.btnfancywindows); + this.panel36.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left))); + this.panel36.Widgets.Add(this.btnfancydragging); + this.panel36.Widgets.Add(this.btnfancywindows); this.panel36.Location = new System.Drawing.Point(6, 42); this.panel36.Name = "panel36"; this.panel36.Size = new System.Drawing.Size(128, 257); @@ -4220,7 +4218,7 @@ namespace ShiftOS // btnfancydragging // this.btnfancydragging.BackColor = System.Drawing.Color.White; - this.btnfancydragging.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnfancydragging.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -4233,7 +4231,7 @@ namespace ShiftOS // btnfancywindows // this.btnfancywindows.BackColor = System.Drawing.Color.White; - this.btnfancywindows.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnfancywindows.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -4254,17 +4252,17 @@ namespace ShiftOS // // pnlmenus // - this.pnlmenus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pnlmenus.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.pnlmenus.BackColor = System.Drawing.Color.White; - this.pnlmenus.Controls.Add(this.pnladvanced); - this.pnlmenus.Controls.Add(this.pnlmore); - this.pnlmenus.Controls.Add(this.pnldropdown); - this.pnlmenus.Controls.Add(this.pnlbasic); - this.pnlmenus.Controls.Add(this.pnlmenusintro); - this.pnlmenus.Controls.Add(this.pnlmenucategories); - this.pnlmenus.Controls.Add(this.label74); + this.pnlmenus.Widgets.Add(this.pnladvanced); + this.pnlmenus.Widgets.Add(this.pnlmore); + this.pnlmenus.Widgets.Add(this.pnldropdown); + this.pnlmenus.Widgets.Add(this.pnlbasic); + this.pnlmenus.Widgets.Add(this.pnlmenusintro); + this.pnlmenus.Widgets.Add(this.pnlmenucategories); + this.pnlmenus.Widgets.Add(this.label74); this.pnlmenus.Location = new System.Drawing.Point(134, 9); this.pnlmenus.Name = "pnlmenus"; this.pnlmenus.Size = new System.Drawing.Size(457, 306); @@ -4272,22 +4270,22 @@ namespace ShiftOS // // pnladvanced // - this.pnladvanced.Controls.Add(this.btnmorebuttons); - this.pnladvanced.Controls.Add(this.pnlbuttonchecked); - this.pnladvanced.Controls.Add(this.label136); - this.pnladvanced.Controls.Add(this.pnlitemselectedend); - this.pnladvanced.Controls.Add(this.label129); - this.pnladvanced.Controls.Add(this.pnlbuttonpressed); - this.pnladvanced.Controls.Add(this.label130); - this.pnladvanced.Controls.Add(this.pnlitemselectedbegin); - this.pnladvanced.Controls.Add(this.label131); - this.pnladvanced.Controls.Add(this.pnlitemselected); - this.pnladvanced.Controls.Add(this.label132); - this.pnladvanced.Controls.Add(this.pnlbuttonselected); - this.pnladvanced.Controls.Add(this.label133); - this.pnladvanced.Controls.Add(this.pnlcheckbg); - this.pnladvanced.Controls.Add(this.label134); - this.pnladvanced.Controls.Add(this.label135); + this.pnladvanced.Widgets.Add(this.btnmorebuttons); + this.pnladvanced.Widgets.Add(this.pnlbuttonchecked); + this.pnladvanced.Widgets.Add(this.label136); + this.pnladvanced.Widgets.Add(this.pnlitemselectedend); + this.pnladvanced.Widgets.Add(this.label129); + this.pnladvanced.Widgets.Add(this.pnlbuttonpressed); + this.pnladvanced.Widgets.Add(this.label130); + this.pnladvanced.Widgets.Add(this.pnlitemselectedbegin); + this.pnladvanced.Widgets.Add(this.label131); + this.pnladvanced.Widgets.Add(this.pnlitemselected); + this.pnladvanced.Widgets.Add(this.label132); + this.pnladvanced.Widgets.Add(this.pnlbuttonselected); + this.pnladvanced.Widgets.Add(this.label133); + this.pnladvanced.Widgets.Add(this.pnlcheckbg); + this.pnladvanced.Widgets.Add(this.label134); + this.pnladvanced.Widgets.Add(this.label135); this.pnladvanced.Location = new System.Drawing.Point(139, 43); this.pnladvanced.Name = "pnladvanced"; this.pnladvanced.Size = new System.Drawing.Size(311, 256); @@ -4295,7 +4293,7 @@ namespace ShiftOS // // btnmorebuttons // - this.btnmorebuttons.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnmorebuttons.FlatStyle = ShiftUI.FlatStyle.Flat; this.btnmorebuttons.Font = new System.Drawing.Font("Cambria", 11.25F); this.btnmorebuttons.Location = new System.Drawing.Point(216, 195); this.btnmorebuttons.Name = "btnmorebuttons"; @@ -4307,12 +4305,12 @@ namespace ShiftOS // // pnlbuttonchecked // - this.pnlbuttonchecked.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlbuttonchecked.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlbuttonchecked.Location = new System.Drawing.Point(115, 153); this.pnlbuttonchecked.Name = "pnlbuttonchecked"; this.pnlbuttonchecked.Size = new System.Drawing.Size(41, 20); this.pnlbuttonchecked.TabIndex = 11; - this.pnlbuttonchecked.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetButtonCheckBG); + this.pnlbuttonchecked.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonCheckBG); // // label136 // @@ -4326,12 +4324,12 @@ namespace ShiftOS // // pnlitemselectedend // - this.pnlitemselectedend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlitemselectedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlitemselectedend.Location = new System.Drawing.Point(134, 83); this.pnlitemselectedend.Name = "pnlitemselectedend"; this.pnlitemselectedend.Size = new System.Drawing.Size(41, 20); this.pnlitemselectedend.TabIndex = 11; - this.pnlitemselectedend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetItemSelectedEnd); + this.pnlitemselectedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelectedEnd); // // label129 // @@ -4345,12 +4343,12 @@ namespace ShiftOS // // pnlbuttonpressed // - this.pnlbuttonpressed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlbuttonpressed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlbuttonpressed.Location = new System.Drawing.Point(117, 207); this.pnlbuttonpressed.Name = "pnlbuttonpressed"; this.pnlbuttonpressed.Size = new System.Drawing.Size(41, 20); this.pnlbuttonpressed.TabIndex = 9; - this.pnlbuttonpressed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetButtonPressedBG); + this.pnlbuttonpressed.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonPressedBG); // // label130 // @@ -4364,12 +4362,12 @@ namespace ShiftOS // // pnlitemselectedbegin // - this.pnlitemselectedbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlitemselectedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlitemselectedbegin.Location = new System.Drawing.Point(143, 56); this.pnlitemselectedbegin.Name = "pnlitemselectedbegin"; this.pnlitemselectedbegin.Size = new System.Drawing.Size(41, 20); this.pnlitemselectedbegin.TabIndex = 7; - this.pnlitemselectedbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetItemSelectedBegin); + this.pnlitemselectedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelectedBegin); // // label131 // @@ -4383,12 +4381,12 @@ namespace ShiftOS // // pnlitemselected // - this.pnlitemselected.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlitemselected.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlitemselected.Location = new System.Drawing.Point(240, 29); this.pnlitemselected.Name = "pnlitemselected"; this.pnlitemselected.Size = new System.Drawing.Size(41, 20); this.pnlitemselected.TabIndex = 5; - this.pnlitemselected.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetItemSelected); + this.pnlitemselected.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelected); // // label132 // @@ -4402,12 +4400,12 @@ namespace ShiftOS // // pnlbuttonselected // - this.pnlbuttonselected.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlbuttonselected.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlbuttonselected.Location = new System.Drawing.Point(110, 181); this.pnlbuttonselected.Name = "pnlbuttonselected"; this.pnlbuttonselected.Size = new System.Drawing.Size(41, 20); this.pnlbuttonselected.TabIndex = 5; - this.pnlbuttonselected.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetButtonSelectedBG); + this.pnlbuttonselected.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonSelectedBG); // // label133 // @@ -4421,12 +4419,12 @@ namespace ShiftOS // // pnlcheckbg // - this.pnlcheckbg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlcheckbg.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlcheckbg.Location = new System.Drawing.Point(79, 29); this.pnlcheckbg.Name = "pnlcheckbg"; this.pnlcheckbg.Size = new System.Drawing.Size(41, 20); this.pnlcheckbg.TabIndex = 3; - this.pnlcheckbg.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetCheckBG); + this.pnlcheckbg.MouseDown += new ShiftUI.MouseEventHandler(this.SetCheckBG); // // label134 // @@ -4440,8 +4438,8 @@ namespace ShiftOS // // label135 // - this.label135.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label135.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label135.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label135.Location = new System.Drawing.Point(6, 0); this.label135.Name = "label135"; @@ -4452,20 +4450,20 @@ namespace ShiftOS // // pnlmore // - this.pnlmore.Controls.Add(this.pnlpressedbegin); - this.pnlmore.Controls.Add(this.btnback); - this.pnlmore.Controls.Add(this.label138); - this.pnlmore.Controls.Add(this.pnlselectedbegin); - this.pnlmore.Controls.Add(this.pnlpressedend); - this.pnlmore.Controls.Add(this.label137); - this.pnlmore.Controls.Add(this.label139); - this.pnlmore.Controls.Add(this.pnlselectedend); - this.pnlmore.Controls.Add(this.pnlpressedmiddle); - this.pnlmore.Controls.Add(this.label140); - this.pnlmore.Controls.Add(this.label142); - this.pnlmore.Controls.Add(this.pnlselectedmiddle); - this.pnlmore.Controls.Add(this.label145); - this.pnlmore.Controls.Add(this.label147); + this.pnlmore.Widgets.Add(this.pnlpressedbegin); + this.pnlmore.Widgets.Add(this.btnback); + this.pnlmore.Widgets.Add(this.label138); + this.pnlmore.Widgets.Add(this.pnlselectedbegin); + this.pnlmore.Widgets.Add(this.pnlpressedend); + this.pnlmore.Widgets.Add(this.label137); + this.pnlmore.Widgets.Add(this.label139); + this.pnlmore.Widgets.Add(this.pnlselectedend); + this.pnlmore.Widgets.Add(this.pnlpressedmiddle); + this.pnlmore.Widgets.Add(this.label140); + this.pnlmore.Widgets.Add(this.label142); + this.pnlmore.Widgets.Add(this.pnlselectedmiddle); + this.pnlmore.Widgets.Add(this.label145); + this.pnlmore.Widgets.Add(this.label147); this.pnlmore.Location = new System.Drawing.Point(139, 43); this.pnlmore.Name = "pnlmore"; this.pnlmore.Size = new System.Drawing.Size(311, 256); @@ -4473,17 +4471,17 @@ namespace ShiftOS // // pnlpressedbegin // - this.pnlpressedbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlpressedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlpressedbegin.Location = new System.Drawing.Point(170, 107); this.pnlpressedbegin.Name = "pnlpressedbegin"; this.pnlpressedbegin.Size = new System.Drawing.Size(41, 20); this.pnlpressedbegin.TabIndex = 17; - this.pnlpressedbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetPressedBegin); + this.pnlpressedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedBegin); // // btnback // - this.btnback.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnback.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnback.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + this.btnback.FlatStyle = ShiftUI.FlatStyle.Flat; this.btnback.Font = new System.Drawing.Font("Cambria", 11.25F); this.btnback.Location = new System.Drawing.Point(6, 184); this.btnback.Name = "btnback"; @@ -4505,21 +4503,21 @@ namespace ShiftOS // // pnlselectedbegin // - this.pnlselectedbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlselectedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlselectedbegin.Location = new System.Drawing.Point(169, 29); this.pnlselectedbegin.Name = "pnlselectedbegin"; this.pnlselectedbegin.Size = new System.Drawing.Size(41, 20); this.pnlselectedbegin.TabIndex = 11; - this.pnlselectedbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetSelectedBegin); + this.pnlselectedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedBegin); // // pnlpressedend // - this.pnlpressedend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlpressedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlpressedend.Location = new System.Drawing.Point(162, 159); this.pnlpressedend.Name = "pnlpressedend"; this.pnlpressedend.Size = new System.Drawing.Size(41, 20); this.pnlpressedend.TabIndex = 15; - this.pnlpressedend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetPressedEnd); + this.pnlpressedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedEnd); // // label137 // @@ -4543,21 +4541,21 @@ namespace ShiftOS // // pnlselectedend // - this.pnlselectedend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlselectedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlselectedend.Location = new System.Drawing.Point(161, 81); this.pnlselectedend.Name = "pnlselectedend"; this.pnlselectedend.Size = new System.Drawing.Size(41, 20); this.pnlselectedend.TabIndex = 9; - this.pnlselectedend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetSelectedEnd); + this.pnlselectedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedEnd); // // pnlpressedmiddle // - this.pnlpressedmiddle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlpressedmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlpressedmiddle.Location = new System.Drawing.Point(179, 134); this.pnlpressedmiddle.Name = "pnlpressedmiddle"; this.pnlpressedmiddle.Size = new System.Drawing.Size(41, 20); this.pnlpressedmiddle.TabIndex = 13; - this.pnlpressedmiddle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetPressedMiddle); + this.pnlpressedmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedMiddle); // // label140 // @@ -4581,12 +4579,12 @@ namespace ShiftOS // // pnlselectedmiddle // - this.pnlselectedmiddle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlselectedmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlselectedmiddle.Location = new System.Drawing.Point(182, 56); this.pnlselectedmiddle.Name = "pnlselectedmiddle"; this.pnlselectedmiddle.Size = new System.Drawing.Size(41, 20); this.pnlselectedmiddle.TabIndex = 5; - this.pnlselectedmiddle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetSelectedMiddle); + this.pnlselectedmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedMiddle); // // label145 // @@ -4600,8 +4598,8 @@ namespace ShiftOS // // label147 // - this.label147.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label147.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label147.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label147.Location = new System.Drawing.Point(6, 0); this.label147.Name = "label147"; @@ -4612,19 +4610,19 @@ namespace ShiftOS // // pnldropdown // - this.pnldropdown.Controls.Add(this.pnlddborder); - this.pnldropdown.Controls.Add(this.label117); - this.pnldropdown.Controls.Add(this.pnlmarginend); - this.pnldropdown.Controls.Add(this.label120); - this.pnldropdown.Controls.Add(this.pnlmarginmiddle); - this.pnldropdown.Controls.Add(this.label121); - this.pnldropdown.Controls.Add(this.pnlmarginbegin); - this.pnldropdown.Controls.Add(this.label122); - this.pnldropdown.Controls.Add(this.pnlhcolor); - this.pnldropdown.Controls.Add(this.label123); - this.pnldropdown.Controls.Add(this.pnlhborder); - this.pnldropdown.Controls.Add(this.label125); - this.pnldropdown.Controls.Add(this.label126); + this.pnldropdown.Widgets.Add(this.pnlddborder); + this.pnldropdown.Widgets.Add(this.label117); + this.pnldropdown.Widgets.Add(this.pnlmarginend); + this.pnldropdown.Widgets.Add(this.label120); + this.pnldropdown.Widgets.Add(this.pnlmarginmiddle); + this.pnldropdown.Widgets.Add(this.label121); + this.pnldropdown.Widgets.Add(this.pnlmarginbegin); + this.pnldropdown.Widgets.Add(this.label122); + this.pnldropdown.Widgets.Add(this.pnlhcolor); + this.pnldropdown.Widgets.Add(this.label123); + this.pnldropdown.Widgets.Add(this.pnlhborder); + this.pnldropdown.Widgets.Add(this.label125); + this.pnldropdown.Widgets.Add(this.label126); this.pnldropdown.Location = new System.Drawing.Point(139, 43); this.pnldropdown.Name = "pnldropdown"; this.pnldropdown.Size = new System.Drawing.Size(311, 256); @@ -4632,12 +4630,12 @@ namespace ShiftOS // // pnlddborder // - this.pnlddborder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlddborder.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlddborder.Location = new System.Drawing.Point(216, 80); this.pnlddborder.Name = "pnlddborder"; this.pnlddborder.Size = new System.Drawing.Size(41, 20); this.pnlddborder.TabIndex = 11; - this.pnlddborder.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MenuBorder); + this.pnlddborder.MouseDown += new ShiftUI.MouseEventHandler(this.MenuBorder); // // label117 // @@ -4651,12 +4649,12 @@ namespace ShiftOS // // pnlmarginend // - this.pnlmarginend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmarginend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmarginend.Location = new System.Drawing.Point(224, 55); this.pnlmarginend.Name = "pnlmarginend"; this.pnlmarginend.Size = new System.Drawing.Size(41, 20); this.pnlmarginend.TabIndex = 9; - this.pnlmarginend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MarginEnd); + this.pnlmarginend.MouseDown += new ShiftUI.MouseEventHandler(this.MarginEnd); // // label120 // @@ -4670,12 +4668,12 @@ namespace ShiftOS // // pnlmarginmiddle // - this.pnlmarginmiddle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmarginmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmarginmiddle.Location = new System.Drawing.Point(117, 80); this.pnlmarginmiddle.Name = "pnlmarginmiddle"; this.pnlmarginmiddle.Size = new System.Drawing.Size(41, 20); this.pnlmarginmiddle.TabIndex = 7; - this.pnlmarginmiddle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MarginMiddle); + this.pnlmarginmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.MarginMiddle); // // label121 // @@ -4689,12 +4687,12 @@ namespace ShiftOS // // pnlmarginbegin // - this.pnlmarginbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmarginbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmarginbegin.Location = new System.Drawing.Point(101, 55); this.pnlmarginbegin.Name = "pnlmarginbegin"; this.pnlmarginbegin.Size = new System.Drawing.Size(41, 20); this.pnlmarginbegin.TabIndex = 5; - this.pnlmarginbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MarginBegin); + this.pnlmarginbegin.MouseDown += new ShiftUI.MouseEventHandler(this.MarginBegin); // // label122 // @@ -4708,12 +4706,12 @@ namespace ShiftOS // // pnlhcolor // - this.pnlhcolor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlhcolor.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlhcolor.Location = new System.Drawing.Point(249, 29); this.pnlhcolor.Name = "pnlhcolor"; this.pnlhcolor.Size = new System.Drawing.Size(41, 20); this.pnlhcolor.TabIndex = 5; - this.pnlhcolor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.HighlightColor); + this.pnlhcolor.MouseDown += new ShiftUI.MouseEventHandler(this.HighlightColor); // // label123 // @@ -4727,12 +4725,12 @@ namespace ShiftOS // // pnlhborder // - this.pnlhborder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlhborder.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlhborder.Location = new System.Drawing.Point(115, 29); this.pnlhborder.Name = "pnlhborder"; this.pnlhborder.Size = new System.Drawing.Size(41, 20); this.pnlhborder.TabIndex = 3; - this.pnlhborder.MouseDown += new System.Windows.Forms.MouseEventHandler(this.HighlightBorder); + this.pnlhborder.MouseDown += new ShiftUI.MouseEventHandler(this.HighlightBorder); // // label125 // @@ -4746,8 +4744,8 @@ namespace ShiftOS // // label126 // - this.label126.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label126.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label126.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label126.Location = new System.Drawing.Point(6, 0); this.label126.Name = "label126"; @@ -4758,25 +4756,25 @@ namespace ShiftOS // // pnlbasic // - this.pnlbasic.Controls.Add(this.pnlmenutextcolor); - this.pnlbasic.Controls.Add(this.label118); - this.pnlbasic.Controls.Add(this.pnldropdownbg); - this.pnlbasic.Controls.Add(this.label115); - this.pnlbasic.Controls.Add(this.pnlstatusend); - this.pnlbasic.Controls.Add(this.label114); - this.pnlbasic.Controls.Add(this.pnlstatusbegin); - this.pnlbasic.Controls.Add(this.label107); - this.pnlbasic.Controls.Add(this.pnltoolbarend); - this.pnlbasic.Controls.Add(this.label77); - this.pnlbasic.Controls.Add(this.pnltoolbarmiddle); - this.pnlbasic.Controls.Add(this.label76); - this.pnlbasic.Controls.Add(this.pnltoolbarbegin); - this.pnlbasic.Controls.Add(this.label75); - this.pnlbasic.Controls.Add(this.pnlmenubarend); - this.pnlbasic.Controls.Add(this.label73); - this.pnlbasic.Controls.Add(this.pnlmenubarbegin); - this.pnlbasic.Controls.Add(this.label42); - this.pnlbasic.Controls.Add(this.label41); + this.pnlbasic.Widgets.Add(this.pnlmenutextcolor); + this.pnlbasic.Widgets.Add(this.label118); + this.pnlbasic.Widgets.Add(this.pnldropdownbg); + this.pnlbasic.Widgets.Add(this.label115); + this.pnlbasic.Widgets.Add(this.pnlstatusend); + this.pnlbasic.Widgets.Add(this.label114); + this.pnlbasic.Widgets.Add(this.pnlstatusbegin); + this.pnlbasic.Widgets.Add(this.label107); + this.pnlbasic.Widgets.Add(this.pnltoolbarend); + this.pnlbasic.Widgets.Add(this.label77); + this.pnlbasic.Widgets.Add(this.pnltoolbarmiddle); + this.pnlbasic.Widgets.Add(this.label76); + this.pnlbasic.Widgets.Add(this.pnltoolbarbegin); + this.pnlbasic.Widgets.Add(this.label75); + this.pnlbasic.Widgets.Add(this.pnlmenubarend); + this.pnlbasic.Widgets.Add(this.label73); + this.pnlbasic.Widgets.Add(this.pnlmenubarbegin); + this.pnlbasic.Widgets.Add(this.label42); + this.pnlbasic.Widgets.Add(this.label41); this.pnlbasic.Location = new System.Drawing.Point(139, 43); this.pnlbasic.Name = "pnlbasic"; this.pnlbasic.Size = new System.Drawing.Size(311, 256); @@ -4784,12 +4782,12 @@ namespace ShiftOS // // pnlmenutextcolor // - this.pnlmenutextcolor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmenutextcolor.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmenutextcolor.Location = new System.Drawing.Point(85, 129); this.pnlmenutextcolor.Name = "pnlmenutextcolor"; this.pnlmenutextcolor.Size = new System.Drawing.Size(41, 20); this.pnlmenutextcolor.TabIndex = 17; - this.pnlmenutextcolor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetMenuTextColor); + this.pnlmenutextcolor.MouseDown += new ShiftUI.MouseEventHandler(this.SetMenuTextColor); // // label118 // @@ -4803,12 +4801,12 @@ namespace ShiftOS // // pnldropdownbg // - this.pnldropdownbg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnldropdownbg.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnldropdownbg.Location = new System.Drawing.Point(228, 104); this.pnldropdownbg.Name = "pnldropdownbg"; this.pnldropdownbg.Size = new System.Drawing.Size(41, 20); this.pnldropdownbg.TabIndex = 15; - this.pnldropdownbg.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DropDownBG); + this.pnldropdownbg.MouseDown += new ShiftUI.MouseEventHandler(this.DropDownBG); // // label115 // @@ -4822,12 +4820,12 @@ namespace ShiftOS // // pnlstatusend // - this.pnlstatusend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlstatusend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlstatusend.Location = new System.Drawing.Point(84, 104); this.pnlstatusend.Name = "pnlstatusend"; this.pnlstatusend.Size = new System.Drawing.Size(41, 20); this.pnlstatusend.TabIndex = 13; - this.pnlstatusend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.StatusEnd); + this.pnlstatusend.MouseDown += new ShiftUI.MouseEventHandler(this.StatusEnd); // // label114 // @@ -4841,12 +4839,12 @@ namespace ShiftOS // // pnlstatusbegin // - this.pnlstatusbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlstatusbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlstatusbegin.Location = new System.Drawing.Point(254, 81); this.pnlstatusbegin.Name = "pnlstatusbegin"; this.pnlstatusbegin.Size = new System.Drawing.Size(41, 20); this.pnlstatusbegin.TabIndex = 11; - this.pnlstatusbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.StatusBegin); + this.pnlstatusbegin.MouseDown += new ShiftUI.MouseEventHandler(this.StatusBegin); // // label107 // @@ -4860,12 +4858,12 @@ namespace ShiftOS // // pnltoolbarend // - this.pnltoolbarend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltoolbarend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltoolbarend.Location = new System.Drawing.Point(254, 55); this.pnltoolbarend.Name = "pnltoolbarend"; this.pnltoolbarend.Size = new System.Drawing.Size(41, 20); this.pnltoolbarend.TabIndex = 9; - this.pnltoolbarend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ToolBarEnd); + this.pnltoolbarend.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarEnd); // // label77 // @@ -4879,12 +4877,12 @@ namespace ShiftOS // // pnltoolbarmiddle // - this.pnltoolbarmiddle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltoolbarmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltoolbarmiddle.Location = new System.Drawing.Point(117, 80); this.pnltoolbarmiddle.Name = "pnltoolbarmiddle"; this.pnltoolbarmiddle.Size = new System.Drawing.Size(41, 20); this.pnltoolbarmiddle.TabIndex = 7; - this.pnltoolbarmiddle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ToolBarMiddle); + this.pnltoolbarmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarMiddle); // // label76 // @@ -4898,12 +4896,12 @@ namespace ShiftOS // // pnltoolbarbegin // - this.pnltoolbarbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnltoolbarbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnltoolbarbegin.Location = new System.Drawing.Point(117, 55); this.pnltoolbarbegin.Name = "pnltoolbarbegin"; this.pnltoolbarbegin.Size = new System.Drawing.Size(41, 20); this.pnltoolbarbegin.TabIndex = 5; - this.pnltoolbarbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ToolBarBegin); + this.pnltoolbarbegin.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarBegin); // // label75 // @@ -4917,12 +4915,12 @@ namespace ShiftOS // // pnlmenubarend // - this.pnlmenubarend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmenubarend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmenubarend.Location = new System.Drawing.Point(249, 29); this.pnlmenubarend.Name = "pnlmenubarend"; this.pnlmenubarend.Size = new System.Drawing.Size(41, 20); this.pnlmenubarend.TabIndex = 5; - this.pnlmenubarend.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MenuEnd); + this.pnlmenubarend.MouseDown += new ShiftUI.MouseEventHandler(this.MenuEnd); // // label73 // @@ -4936,12 +4934,12 @@ namespace ShiftOS // // pnlmenubarbegin // - this.pnlmenubarbegin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlmenubarbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.pnlmenubarbegin.Location = new System.Drawing.Point(115, 29); this.pnlmenubarbegin.Name = "pnlmenubarbegin"; this.pnlmenubarbegin.Size = new System.Drawing.Size(41, 20); this.pnlmenubarbegin.TabIndex = 3; - this.pnlmenubarbegin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MenuBegin); + this.pnlmenubarbegin.MouseDown += new ShiftUI.MouseEventHandler(this.MenuBegin); // // label42 // @@ -4955,8 +4953,8 @@ namespace ShiftOS // // label41 // - this.label41.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label41.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label41.Location = new System.Drawing.Point(6, 0); this.label41.Name = "label41"; @@ -4967,8 +4965,8 @@ namespace ShiftOS // // pnlmenusintro // - this.pnlmenusintro.Controls.Add(this.label116); - this.pnlmenusintro.Controls.Add(this.label124); + this.pnlmenusintro.Widgets.Add(this.label116); + this.pnlmenusintro.Widgets.Add(this.label124); this.pnlmenusintro.Location = new System.Drawing.Point(139, 43); this.pnlmenusintro.Name = "pnlmenusintro"; this.pnlmenusintro.Size = new System.Drawing.Size(311, 256); @@ -4976,8 +4974,8 @@ namespace ShiftOS // // label116 // - this.label116.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label116.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label116.BackColor = System.Drawing.Color.Transparent; this.label116.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label116.Location = new System.Drawing.Point(6, 29); @@ -4989,8 +4987,8 @@ namespace ShiftOS // // label124 // - this.label124.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.label124.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.label124.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.label124.Location = new System.Drawing.Point(6, 0); this.label124.Name = "label124"; @@ -5001,12 +4999,12 @@ namespace ShiftOS // // pnlmenucategories // - this.pnlmenucategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.pnlmenucategories.Controls.Add(this.btnmisc); - this.pnlmenucategories.Controls.Add(this.btnadvanced); - this.pnlmenucategories.Controls.Add(this.btndropdown); - this.pnlmenucategories.Controls.Add(this.btnbasic); + this.pnlmenucategories.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left))); + this.pnlmenucategories.Widgets.Add(this.btnmisc); + this.pnlmenucategories.Widgets.Add(this.btnadvanced); + this.pnlmenucategories.Widgets.Add(this.btndropdown); + this.pnlmenucategories.Widgets.Add(this.btnbasic); this.pnlmenucategories.Location = new System.Drawing.Point(6, 42); this.pnlmenucategories.Name = "pnlmenucategories"; this.pnlmenucategories.Size = new System.Drawing.Size(128, 257); @@ -5015,7 +5013,7 @@ namespace ShiftOS // btnmisc // this.btnmisc.BackColor = System.Drawing.Color.White; - this.btnmisc.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnmisc.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -5027,7 +5025,7 @@ namespace ShiftOS // btnadvanced // this.btnadvanced.BackColor = System.Drawing.Color.White; - this.btnadvanced.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnadvanced.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -5040,7 +5038,7 @@ namespace ShiftOS // btndropdown // this.btndropdown.BackColor = System.Drawing.Color.White; - this.btndropdown.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btndropdown.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -5053,7 +5051,7 @@ namespace ShiftOS // btnbasic // this.btnbasic.BackColor = System.Drawing.Color.White; - this.btnbasic.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnbasic.FlatStyle = ShiftUI.FlatStyle.Flat; 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"; @@ -5078,12 +5076,12 @@ namespace ShiftOS // // pnlluaoptions // - this.pnlluaoptions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.pnlluaoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); this.pnlluaoptions.BackColor = System.Drawing.Color.White; - this.pnlluaoptions.Controls.Add(this.pnlluafield); - this.pnlluaoptions.Controls.Add(this.flmorebuttons); + this.pnlluaoptions.Widgets.Add(this.pnlluafield); + this.pnlluaoptions.Widgets.Add(this.flmorebuttons); this.pnlluaoptions.Location = new System.Drawing.Point(139, 9); this.pnlluaoptions.Name = "pnlluaoptions"; this.pnlluaoptions.Size = new System.Drawing.Size(457, 306); @@ -5093,8 +5091,8 @@ namespace ShiftOS // flmorebuttons // this.flmorebuttons.AutoSize = true; - this.flmorebuttons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.flmorebuttons.Dock = System.Windows.Forms.DockStyle.Top; + this.flmorebuttons.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink; + this.flmorebuttons.Dock = ShiftUI.DockStyle.Top; this.flmorebuttons.Location = new System.Drawing.Point(0, 0); this.flmorebuttons.Name = "flmorebuttons"; this.flmorebuttons.Size = new System.Drawing.Size(457, 0); @@ -5102,7 +5100,7 @@ namespace ShiftOS // // pnlluafield // - this.pnlluafield.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlluafield.Dock = ShiftUI.DockStyle.Fill; this.pnlluafield.Location = new System.Drawing.Point(0, 0); this.pnlluafield.Name = "pnlluafield"; this.pnlluafield.Size = new System.Drawing.Size(457, 306); @@ -5111,10 +5109,10 @@ namespace ShiftOS // Shifter // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 323); - this.Controls.Add(this.pgcontents); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Widgets.Add(this.pgcontents); + this.FormBorderStyle = ShiftUI.FormBorderStyle.None; this.Name = "Shifter"; this.Text = "Shifter"; this.TopMost = true; @@ -5202,270 +5200,269 @@ namespace ShiftOS this.ResumeLayout(false); } - private System.Windows.Forms.ColorDialog ColorDialog1; - private System.Windows.Forms.Timer clocktick; - private System.Windows.Forms.Timer customizationtime; - private System.Windows.Forms.Timer timerearned; - private System.Windows.Forms.Label Label1; - private System.Windows.Forms.Button btnapply; - private System.Windows.Forms.Panel catholder; - private System.Windows.Forms.Button btnreset; - private System.Windows.Forms.Button btnmenus; - private System.Windows.Forms.Button btnwindows; - private System.Windows.Forms.Button btndesktop; - private System.Windows.Forms.Panel pnlshifterintro; - private System.Windows.Forms.Label Label66; - private System.Windows.Forms.Label Label65; - private System.Windows.Forms.Label Label64; - private System.Windows.Forms.Label Label63; - private System.Windows.Forms.Panel pnldesktopoptions; - private System.Windows.Forms.Panel pnlpanelbuttonsoptions; - private System.Windows.Forms.Panel pnlpanelbuttontextcolour; - private System.Windows.Forms.Label Label101; - private System.Windows.Forms.TextBox txtpanelbuttontexttop; - private System.Windows.Forms.Label Label104; - private System.Windows.Forms.TextBox txtpanelbuttontextside; - private System.Windows.Forms.Label Label106; - private System.Windows.Forms.Label Label93; - private System.Windows.Forms.TextBox txtpanelbuttontop; - private System.Windows.Forms.Label Label94; - private System.Windows.Forms.TextBox txtpanelbuttoninitalgap; - private System.Windows.Forms.Label Label108; - private System.Windows.Forms.TextBox txtpanelbuttonicontop; - private System.Windows.Forms.Label Label110; - private System.Windows.Forms.TextBox txtpanelbuttoniconside; - private System.Windows.Forms.Label Label112; - private System.Windows.Forms.TextBox txtpanelbuttoniconsize; - private System.Windows.Forms.TextBox txtpanelbuttoniconheight; - private System.Windows.Forms.Label Label105; - private System.Windows.Forms.ComboBox cbpanelbuttontextstyle; - private System.Windows.Forms.ComboBox cbpanelbuttonfont; - private System.Windows.Forms.Label Label100; - private System.Windows.Forms.TextBox txtpaneltextbuttonsize; - private System.Windows.Forms.Label Label102; - private System.Windows.Forms.Label Label103; - private System.Windows.Forms.Label Label98; - private System.Windows.Forms.TextBox txtpanelbuttongap; - private System.Windows.Forms.Label Label99; - private System.Windows.Forms.Label Label96; - private System.Windows.Forms.TextBox txtpanelbuttonheight; - private System.Windows.Forms.Label Label97; - private System.Windows.Forms.Label Label92; - private System.Windows.Forms.TextBox txtpanelbuttonwidth; - private System.Windows.Forms.Label Label91; - private System.Windows.Forms.Panel pnlpanelbuttoncolour; - private System.Windows.Forms.Label Label95; - private System.Windows.Forms.Panel pnldesktoppaneloptions; - private System.Windows.Forms.Button btnpanelbuttons; - private System.Windows.Forms.Label lbwarning; - private System.Windows.Forms.ComboBox combodesktoppanelposition; - private System.Windows.Forms.Label lbposition; - private System.Windows.Forms.Label Label47; - private System.Windows.Forms.NumericUpDown txtdesktoppanelheight; - private System.Windows.Forms.Label lbheight; - private System.Windows.Forms.Panel pnldesktoppanelcolour; - private System.Windows.Forms.Label lbpanelcolor; - private System.Windows.Forms.Panel pnlapplauncheroptions; - private System.Windows.Forms.Label Label71; - private System.Windows.Forms.TextBox txtapplauncherwidth; - private System.Windows.Forms.Label Label72; - private System.Windows.Forms.TextBox txtappbuttonlabel; - private System.Windows.Forms.Label Label51; - private System.Windows.Forms.Label Label50; - private System.Windows.Forms.Panel pnlmaintextcolour; - private System.Windows.Forms.ComboBox comboappbuttontextstyle; - private System.Windows.Forms.ComboBox comboappbuttontextfont; - private System.Windows.Forms.Label Label37; - private System.Windows.Forms.Label Label38; - private System.Windows.Forms.TextBox txtappbuttontextsize; - private System.Windows.Forms.Label Label39; - private System.Windows.Forms.Label Label40; - private System.Windows.Forms.Panel pnlmainbuttonactivated; - private System.Windows.Forms.Label Label28; - private System.Windows.Forms.Label Label35; - private System.Windows.Forms.TextBox txtapplicationsbuttonheight; - private System.Windows.Forms.Label Label36; - private System.Windows.Forms.Panel pnlmainbuttoncolour; - private System.Windows.Forms.Label Label43; - private System.Windows.Forms.Panel pnldesktopintro; - private System.Windows.Forms.Label Label69; - private System.Windows.Forms.Label Label70; - private System.Windows.Forms.Panel pnlpanelclockoptions; - private System.Windows.Forms.Panel pnlclockbackgroundcolour; - private System.Windows.Forms.Label Label44; - private System.Windows.Forms.ComboBox comboclocktextstyle; - private System.Windows.Forms.ComboBox comboclocktextfont; - private System.Windows.Forms.Label Label26; - private System.Windows.Forms.Label Label29; - private System.Windows.Forms.TextBox txtclocktextfromtop; - private System.Windows.Forms.Label Label30; - private System.Windows.Forms.Label Label31; - private System.Windows.Forms.TextBox txtclocktextsize; - private System.Windows.Forms.Label Label32; - private System.Windows.Forms.Label Label33; - private System.Windows.Forms.Panel pnlpanelclocktextcolour; - private System.Windows.Forms.Label Label34; - private System.Windows.Forms.Panel pnldesktopbackgroundoptions; - private System.Windows.Forms.Panel pnldesktopcolour; - private System.Windows.Forms.Label Label45; - private System.Windows.Forms.Panel Panel10; - private System.Windows.Forms.Button btndesktopitself; - private System.Windows.Forms.Button btnpanelclock; - private System.Windows.Forms.Button btnapplauncher; - private System.Windows.Forms.Button btndesktoppanel; - private System.Windows.Forms.Panel pnldesktoppreview; - private System.Windows.Forms.Panel predesktoppanel; - private System.Windows.Forms.FlowLayoutPanel prepnlpanelbuttonholder; - private System.Windows.Forms.Panel prepnlpanelbutton; - private System.Windows.Forms.PictureBox pretbicon; - private System.Windows.Forms.Label pretbctext; - private System.Windows.Forms.Panel pretimepanel; - private System.Windows.Forms.Label prepaneltimetext; - private System.Windows.Forms.Panel preapplaunchermenuholder; - private System.Windows.Forms.MenuStrip predesktopappmenu; - private System.Windows.Forms.ToolStripMenuItem ApplicationsToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem KnowledgeInputToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem ShiftoriumToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem ClockToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem TerminalToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem ShifterToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator ToolStripSeparator1; - private System.Windows.Forms.ToolStripMenuItem ShutdownToolStripMenuItem; - private System.Windows.Forms.Panel pnlwindowsoptions; - private System.Windows.Forms.Panel pnlbuttonoptions; - private System.Windows.Forms.Panel pnlminimizebuttonoptions; - private System.Windows.Forms.Label Label82; - private System.Windows.Forms.Label Label83; - private System.Windows.Forms.Panel pnlminimizebuttoncolour; - private System.Windows.Forms.TextBox txtminimizebuttonside; - private System.Windows.Forms.Label Label84; - private System.Windows.Forms.Label Label85; - private System.Windows.Forms.TextBox txtminimizebuttonheight; - private System.Windows.Forms.Label Label86; - private System.Windows.Forms.Label Label87; - private System.Windows.Forms.TextBox txtminimizebuttontop; - private System.Windows.Forms.Label Label88; - private System.Windows.Forms.Label Label89; - private System.Windows.Forms.TextBox txtminimizebuttonwidth; - private System.Windows.Forms.Label Label90; - private System.Windows.Forms.Panel pnlrollupbuttonoptions; - private System.Windows.Forms.Label Label54; - private System.Windows.Forms.Label Label55; - private System.Windows.Forms.Panel pnlrollupbuttoncolour; - private System.Windows.Forms.TextBox txtrollupbuttonside; - private System.Windows.Forms.Label Label56; - private System.Windows.Forms.Label Label57; - private System.Windows.Forms.TextBox txtrollupbuttonheight; - private System.Windows.Forms.Label Label58; - private System.Windows.Forms.Label Label59; - private System.Windows.Forms.TextBox txtrollupbuttontop; - private System.Windows.Forms.Label Label60; - private System.Windows.Forms.Label Label61; - private System.Windows.Forms.TextBox txtrollupbuttonwidth; - private System.Windows.Forms.Label Label62; - private System.Windows.Forms.ComboBox combobuttonoption; - private System.Windows.Forms.Label Label52; - private System.Windows.Forms.Panel pnlclosebuttonoptions; - private System.Windows.Forms.Label Label8; - private System.Windows.Forms.Label Label11; - private System.Windows.Forms.Panel pnlclosebuttoncolour; - private System.Windows.Forms.TextBox txtclosebuttonfromside; - private System.Windows.Forms.Label Label7; - private System.Windows.Forms.Label Label12; - private System.Windows.Forms.TextBox txtclosebuttonheight; - private System.Windows.Forms.Label Label13; - private System.Windows.Forms.Label Label6; - private System.Windows.Forms.TextBox txtclosebuttonfromtop; - private System.Windows.Forms.Label Label10; - private System.Windows.Forms.Label Label14; - private System.Windows.Forms.TextBox txtclosebuttonwidth; - private System.Windows.Forms.Label Label9; - private System.Windows.Forms.Panel pnltitlebaroptions; - private System.Windows.Forms.Label Label80; - private System.Windows.Forms.TextBox txticonfromtop; - private System.Windows.Forms.Label Label81; - private System.Windows.Forms.Label Label78; - private System.Windows.Forms.TextBox txticonfromside; - private System.Windows.Forms.Label Label79; - private System.Windows.Forms.Label lbcornerwidthpx; - private System.Windows.Forms.TextBox txttitlebarcornerwidth; - private System.Windows.Forms.Label lbcornerwidth; - private System.Windows.Forms.Panel pnltitlebarrightcornercolour; - private System.Windows.Forms.Panel pnltitlebarleftcornercolour; - private System.Windows.Forms.Label lbrightcornercolor; - private System.Windows.Forms.Label lbleftcornercolor; - private System.Windows.Forms.CheckBox cboxtitlebarcorners; - private System.Windows.Forms.Label Label5; - private System.Windows.Forms.TextBox txttitlebarheight; - private System.Windows.Forms.Label Label4; - private System.Windows.Forms.Panel pnltitlebarcolour; - private System.Windows.Forms.Label Label2; - private System.Windows.Forms.Panel pnlborderoptions; - private System.Windows.Forms.CheckBox cbindividualbordercolours; - private System.Windows.Forms.Panel pnlborderbottomrightcolour; - private System.Windows.Forms.Label lbbright; - private System.Windows.Forms.Panel pnlborderbottomcolour; - private System.Windows.Forms.Label lbbottom; - private System.Windows.Forms.Panel pnlborderbottomleftcolour; - private System.Windows.Forms.Label lbbleft; - private System.Windows.Forms.Panel pnlborderrightcolour; - private System.Windows.Forms.Label lbright; - private System.Windows.Forms.Panel pnlborderleftcolour; - private System.Windows.Forms.Label lbleft; - private System.Windows.Forms.Label Label15; - private System.Windows.Forms.Panel pnlbordercolour; - private System.Windows.Forms.TextBox txtbordersize; - private System.Windows.Forms.Label Label3; - private System.Windows.Forms.Label Label16; - private System.Windows.Forms.Panel pnltitletextoptions; - private System.Windows.Forms.ComboBox combotitletextposition; - private System.Windows.Forms.Label Label53; - private System.Windows.Forms.ComboBox combotitletextstyle; - private System.Windows.Forms.ComboBox combotitletextfont; - private System.Windows.Forms.Label Label23; - private System.Windows.Forms.Label Label17; - private System.Windows.Forms.TextBox txttitletextside; - private System.Windows.Forms.Label Label18; - private System.Windows.Forms.Label Label19; - private System.Windows.Forms.TextBox txttitletexttop; - private System.Windows.Forms.Label Label20; - private System.Windows.Forms.Label Label21; - private System.Windows.Forms.TextBox txttitletextsize; - private System.Windows.Forms.Label Label22; - private System.Windows.Forms.Label Label24; - private System.Windows.Forms.Panel pnltitletextcolour; - private System.Windows.Forms.Label Label25; - private System.Windows.Forms.Panel pnlwindowsintro; - private System.Windows.Forms.Label Label68; - private System.Windows.Forms.Label Label67; - private System.Windows.Forms.Panel pnlwindowsobjects; - private System.Windows.Forms.Button btnborders; - private System.Windows.Forms.Button btnbuttons; - private System.Windows.Forms.Button btntitletext; - private System.Windows.Forms.Button btntitlebar; - private System.Windows.Forms.Panel pnlwindowpreview; - private System.Windows.Forms.Panel prepgcontent; - private System.Windows.Forms.Panel prepgbottom; - private System.Windows.Forms.Panel prepgleft; - private System.Windows.Forms.Panel prepgbottomlcorner; - private System.Windows.Forms.Panel prepgright; - private System.Windows.Forms.Panel prepgbottomrcorner; - private System.Windows.Forms.Panel pretitlebar; - private System.Windows.Forms.Panel preminimizebutton; - private System.Windows.Forms.PictureBox prepnlicon; - private System.Windows.Forms.Panel prerollupbutton; - private System.Windows.Forms.Panel preclosebutton; - private System.Windows.Forms.Label pretitletext; - private System.Windows.Forms.Panel prepgtoplcorner; - private System.Windows.Forms.Panel prepgtoprcorner; - private System.Windows.Forms.Panel pnlreset; - private System.Windows.Forms.Label Label113; - private System.Windows.Forms.Button btnresetallsettings; - private System.Windows.Forms.Label Label109; - private System.Windows.Forms.Label Label111; - private System.Windows.Forms.Panel pgcontents; - private System.Windows.Forms.Timer tmrfix; - private System.Windows.Forms.Timer tmrdelay; + private ShiftUI.Timer clocktick; + private ShiftUI.Timer customizationtime; + private ShiftUI.Timer timerearned; + private ShiftUI.Label Label1; + private ShiftUI.Button btnapply; + private ShiftUI.Panel catholder; + private ShiftUI.Button btnreset; + private ShiftUI.Button btnmenus; + private ShiftUI.Button btnwindows; + private ShiftUI.Button btndesktop; + private ShiftUI.Panel pnlshifterintro; + private ShiftUI.Label Label66; + private ShiftUI.Label Label65; + private ShiftUI.Label Label64; + private ShiftUI.Label Label63; + private ShiftUI.Panel pnldesktopoptions; + private ShiftUI.Panel pnlpanelbuttonsoptions; + private ShiftUI.Panel pnlpanelbuttontextcolour; + private ShiftUI.Label Label101; + private ShiftUI.TextBox txtpanelbuttontexttop; + private ShiftUI.Label Label104; + private ShiftUI.TextBox txtpanelbuttontextside; + private ShiftUI.Label Label106; + private ShiftUI.Label Label93; + private ShiftUI.TextBox txtpanelbuttontop; + private ShiftUI.Label Label94; + private ShiftUI.TextBox txtpanelbuttoninitalgap; + private ShiftUI.Label Label108; + private ShiftUI.TextBox txtpanelbuttonicontop; + private ShiftUI.Label Label110; + private ShiftUI.TextBox txtpanelbuttoniconside; + private ShiftUI.Label Label112; + private ShiftUI.TextBox txtpanelbuttoniconsize; + private ShiftUI.TextBox txtpanelbuttoniconheight; + private ShiftUI.Label Label105; + private ShiftUI.ComboBox cbpanelbuttontextstyle; + private ShiftUI.ComboBox cbpanelbuttonfont; + private ShiftUI.Label Label100; + private ShiftUI.TextBox txtpaneltextbuttonsize; + private ShiftUI.Label Label102; + private ShiftUI.Label Label103; + private ShiftUI.Label Label98; + private ShiftUI.TextBox txtpanelbuttongap; + private ShiftUI.Label Label99; + private ShiftUI.Label Label96; + private ShiftUI.TextBox txtpanelbuttonheight; + private ShiftUI.Label Label97; + private ShiftUI.Label Label92; + private ShiftUI.TextBox txtpanelbuttonwidth; + private ShiftUI.Label Label91; + private ShiftUI.Panel pnlpanelbuttoncolour; + private ShiftUI.Label Label95; + private ShiftUI.Panel pnldesktoppaneloptions; + private ShiftUI.Button btnpanelbuttons; + private ShiftUI.Label lbwarning; + private ShiftUI.ComboBox combodesktoppanelposition; + private ShiftUI.Label lbposition; + private ShiftUI.Label Label47; + private ShiftUI.TextBox txtdesktoppanelheight; + private ShiftUI.Label lbheight; + private ShiftUI.Panel pnldesktoppanelcolour; + private ShiftUI.Label lbpanelcolor; + private ShiftUI.Panel pnlapplauncheroptions; + private ShiftUI.Label Label71; + private ShiftUI.TextBox txtapplauncherwidth; + private ShiftUI.Label Label72; + private ShiftUI.TextBox txtappbuttonlabel; + private ShiftUI.Label Label51; + private ShiftUI.Label Label50; + private ShiftUI.Panel pnlmaintextcolour; + private ShiftUI.ComboBox comboappbuttontextstyle; + private ShiftUI.ComboBox comboappbuttontextfont; + private ShiftUI.Label Label37; + private ShiftUI.Label Label38; + private ShiftUI.TextBox txtappbuttontextsize; + private ShiftUI.Label Label39; + private ShiftUI.Label Label40; + private ShiftUI.Panel pnlmainbuttonactivated; + private ShiftUI.Label Label28; + private ShiftUI.Label Label35; + private ShiftUI.TextBox txtapplicationsbuttonheight; + private ShiftUI.Label Label36; + private ShiftUI.Panel pnlmainbuttoncolour; + private ShiftUI.Label Label43; + private ShiftUI.Panel pnldesktopintro; + private ShiftUI.Label Label69; + private ShiftUI.Label Label70; + private ShiftUI.Panel pnlpanelclockoptions; + private ShiftUI.Panel pnlclockbackgroundcolour; + private ShiftUI.Label Label44; + private ShiftUI.ComboBox comboclocktextstyle; + private ShiftUI.ComboBox comboclocktextfont; + private ShiftUI.Label Label26; + private ShiftUI.Label Label29; + private ShiftUI.TextBox txtclocktextfromtop; + private ShiftUI.Label Label30; + private ShiftUI.Label Label31; + private ShiftUI.TextBox txtclocktextsize; + private ShiftUI.Label Label32; + private ShiftUI.Label Label33; + private ShiftUI.Panel pnlpanelclocktextcolour; + private ShiftUI.Label Label34; + private ShiftUI.Panel pnldesktopbackgroundoptions; + private ShiftUI.Panel pnldesktopcolour; + private ShiftUI.Label Label45; + private ShiftUI.Panel Panel10; + private ShiftUI.Button btndesktopitself; + private ShiftUI.Button btnpanelclock; + private ShiftUI.Button btnapplauncher; + private ShiftUI.Button btndesktoppanel; + private ShiftUI.Panel pnldesktoppreview; + private ShiftUI.Panel predesktoppanel; + private ShiftUI.FlowLayoutPanel prepnlpanelbuttonholder; + private ShiftUI.Panel prepnlpanelbutton; + private ShiftUI.PictureBox pretbicon; + private ShiftUI.Label pretbctext; + private ShiftUI.Panel pretimepanel; + private ShiftUI.Label prepaneltimetext; + private ShiftUI.Panel preapplaunchermenuholder; + private ShiftUI.MenuStrip predesktopappmenu; + private ShiftUI.ToolStripMenuItem ApplicationsToolStripMenuItem; + private ShiftUI.ToolStripMenuItem KnowledgeInputToolStripMenuItem; + private ShiftUI.ToolStripMenuItem ShiftoriumToolStripMenuItem; + private ShiftUI.ToolStripMenuItem ClockToolStripMenuItem; + private ShiftUI.ToolStripMenuItem TerminalToolStripMenuItem; + private ShiftUI.ToolStripMenuItem ShifterToolStripMenuItem; + private ShiftUI.ToolStripSeparator ToolStripSeparator1; + private ShiftUI.ToolStripMenuItem ShutdownToolStripMenuItem; + private ShiftUI.Panel pnlwindowsoptions; + private ShiftUI.Panel pnlbuttonoptions; + private ShiftUI.Panel pnlminimizebuttonoptions; + private ShiftUI.Label Label82; + private ShiftUI.Label Label83; + private ShiftUI.Panel pnlminimizebuttoncolour; + private ShiftUI.TextBox txtminimizebuttonside; + private ShiftUI.Label Label84; + private ShiftUI.Label Label85; + private ShiftUI.TextBox txtminimizebuttonheight; + private ShiftUI.Label Label86; + private ShiftUI.Label Label87; + private ShiftUI.TextBox txtminimizebuttontop; + private ShiftUI.Label Label88; + private ShiftUI.Label Label89; + private ShiftUI.TextBox txtminimizebuttonwidth; + private ShiftUI.Label Label90; + private ShiftUI.Panel pnlrollupbuttonoptions; + private ShiftUI.Label Label54; + private ShiftUI.Label Label55; + private ShiftUI.Panel pnlrollupbuttoncolour; + private ShiftUI.TextBox txtrollupbuttonside; + private ShiftUI.Label Label56; + private ShiftUI.Label Label57; + private ShiftUI.TextBox txtrollupbuttonheight; + private ShiftUI.Label Label58; + private ShiftUI.Label Label59; + private ShiftUI.TextBox txtrollupbuttontop; + private ShiftUI.Label Label60; + private ShiftUI.Label Label61; + private ShiftUI.TextBox txtrollupbuttonwidth; + private ShiftUI.Label Label62; + private ShiftUI.ComboBox combobuttonoption; + private ShiftUI.Label Label52; + private ShiftUI.Panel pnlclosebuttonoptions; + private ShiftUI.Label Label8; + private ShiftUI.Label Label11; + private ShiftUI.Panel pnlclosebuttoncolour; + private ShiftUI.TextBox txtclosebuttonfromside; + private ShiftUI.Label Label7; + private ShiftUI.Label Label12; + private ShiftUI.TextBox txtclosebuttonheight; + private ShiftUI.Label Label13; + private ShiftUI.Label Label6; + private ShiftUI.TextBox txtclosebuttonfromtop; + private ShiftUI.Label Label10; + private ShiftUI.Label Label14; + private ShiftUI.TextBox txtclosebuttonwidth; + private ShiftUI.Label Label9; + private ShiftUI.Panel pnltitlebaroptions; + private ShiftUI.Label Label80; + private ShiftUI.TextBox txticonfromtop; + private ShiftUI.Label Label81; + private ShiftUI.Label Label78; + private ShiftUI.TextBox txticonfromside; + private ShiftUI.Label Label79; + private ShiftUI.Label lbcornerwidthpx; + private ShiftUI.TextBox txttitlebarcornerwidth; + private ShiftUI.Label lbcornerwidth; + private ShiftUI.Panel pnltitlebarrightcornercolour; + private ShiftUI.Panel pnltitlebarleftcornercolour; + private ShiftUI.Label lbrightcornercolor; + private ShiftUI.Label lbleftcornercolor; + private ShiftUI.CheckBox cboxtitlebarcorners; + private ShiftUI.Label Label5; + private ShiftUI.TextBox txttitlebarheight; + private ShiftUI.Label Label4; + private ShiftUI.Panel pnltitlebarcolour; + private ShiftUI.Label Label2; + private ShiftUI.Panel pnlborderoptions; + private ShiftUI.CheckBox cbindividualbordercolours; + private ShiftUI.Panel pnlborderbottomrightcolour; + private ShiftUI.Label lbbright; + private ShiftUI.Panel pnlborderbottomcolour; + private ShiftUI.Label lbbottom; + private ShiftUI.Panel pnlborderbottomleftcolour; + private ShiftUI.Label lbbleft; + private ShiftUI.Panel pnlborderrightcolour; + private ShiftUI.Label lbright; + private ShiftUI.Panel pnlborderleftcolour; + private ShiftUI.Label lbleft; + private ShiftUI.Label Label15; + private ShiftUI.Panel pnlbordercolour; + private ShiftUI.TextBox txtbordersize; + private ShiftUI.Label Label3; + private ShiftUI.Label Label16; + private ShiftUI.Panel pnltitletextoptions; + private ShiftUI.ComboBox combotitletextposition; + private ShiftUI.Label Label53; + private ShiftUI.ComboBox combotitletextstyle; + private ShiftUI.ComboBox combotitletextfont; + private ShiftUI.Label Label23; + private ShiftUI.Label Label17; + private ShiftUI.TextBox txttitletextside; + private ShiftUI.Label Label18; + private ShiftUI.Label Label19; + private ShiftUI.TextBox txttitletexttop; + private ShiftUI.Label Label20; + private ShiftUI.Label Label21; + private ShiftUI.TextBox txttitletextsize; + private ShiftUI.Label Label22; + private ShiftUI.Label Label24; + private ShiftUI.Panel pnltitletextcolour; + private ShiftUI.Label Label25; + private ShiftUI.Panel pnlwindowsintro; + private ShiftUI.Label Label68; + private ShiftUI.Label Label67; + private ShiftUI.Panel pnlwindowsobjects; + private ShiftUI.Button btnborders; + private ShiftUI.Button btnbuttons; + private ShiftUI.Button btntitletext; + private ShiftUI.Button btntitlebar; + private ShiftUI.Panel pnlwindowpreview; + private ShiftUI.Panel prepgcontent; + private ShiftUI.Panel prepgbottom; + private ShiftUI.Panel prepgleft; + private ShiftUI.Panel prepgbottomlcorner; + private ShiftUI.Panel prepgright; + private ShiftUI.Panel prepgbottomrcorner; + private ShiftUI.Panel pretitlebar; + private ShiftUI.Panel preminimizebutton; + private ShiftUI.PictureBox prepnlicon; + private ShiftUI.Panel prerollupbutton; + private ShiftUI.Panel preclosebutton; + private ShiftUI.Label pretitletext; + private ShiftUI.Panel prepgtoplcorner; + private ShiftUI.Panel prepgtoprcorner; + private ShiftUI.Panel pnlreset; + private ShiftUI.Label Label113; + private ShiftUI.Button btnresetallsettings; + private ShiftUI.Label Label109; + private ShiftUI.Label Label111; + private ShiftUI.Panel pgcontents; + private ShiftUI.Timer tmrfix; + private ShiftUI.Timer tmrdelay; private Panel pnlmenus; private Label label74; private Panel pnlmenucategories; -- cgit v1.2.3 From f1856e8ed30ed882229fd3fa2a4038122a5fb441 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Wed, 20 Jul 2016 09:17:10 -0400 Subject: 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) --- source/WindowsFormsApplication1/API.cs | 2 +- .../Apps/Appscape.Designer.cs | 24 ++++---- .../Apps/AppscapeUploader.Designer.cs | 18 +++--- .../Apps/Artpad.Designer.cs | 70 +++++++++++----------- .../Apps/BitnoteConverter.Designer.cs | 2 +- .../Apps/BitnoteDigger.Designer.cs | 10 ++-- .../Apps/BitnoteWallet.Designer.cs | 4 +- .../Apps/HoloChat.Designer.cs | 4 +- .../Apps/IconManager.Designer.cs | 6 +- .../Apps/KnowledgeInput.Designer.cs | 2 +- .../Apps/NameChanger.Designer.cs | 6 +- .../Apps/NetGen.Designer.cs | 22 +++---- .../Apps/NetworkBrowser.Designer.cs | 10 ++-- .../Apps/PanelManager.Designer.cs | 2 +- .../WindowsFormsApplication1/Apps/Pong.Designer.cs | 10 ++-- .../Apps/Shifter.Designer.cs | 56 ++++++++--------- source/WindowsFormsApplication1/Apps/Shifter.cs | 2 +- .../Apps/Shiftnet.Designer.cs | 4 +- .../Apps/ShiftnetDecryptor.Designer.cs | 2 +- .../Apps/Shiftorium.Designer.cs | 8 +-- .../Apps/SkinLoader.Designer.cs | 14 ++--- .../Apps/TextPad.Designer.cs | 6 +- .../Apps/WidgetManager.Designer.cs | 8 +-- .../Controls/ImageSelector.Designer.cs | 2 +- .../Controls/infobox.Designer.cs | 6 +- .../CreditScroller.Designer.cs | 2 +- .../Dialogs/Graphic_Picker.Designer.cs | 20 +++---- .../WindowsFormsApplication1/Engine/Lua_Interp.cs | 15 ++++- .../FinalMission/ChooseYourApproach.Designer.cs | 8 +-- .../FinalMission/MissionGuide.Designer.cs | 2 +- .../Gameplay/HackUI.Designer.cs | 22 +++---- .../Gameplay/HijackScreen.Designer.cs | 2 +- .../WindowsFormsApplication1/SkinEngine/skins.cs | 12 ++-- 33 files changed, 199 insertions(+), 184 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/Shifter.Designer.cs') diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs index 27625bd..6ce59f3 100644 --- a/source/WindowsFormsApplication1/API.cs +++ b/source/WindowsFormsApplication1/API.cs @@ -124,7 +124,7 @@ namespace ShiftOS if(c is Button) { var b = c as Button; - b.FlatStyle = FlatStyle.Flat; + b.FlatStyle = FlatStyle.Standard; } if(c is Panel || c is FlowLayoutPanel) { diff --git a/source/WindowsFormsApplication1/Apps/Appscape.Designer.cs b/source/WindowsFormsApplication1/Apps/Appscape.Designer.cs index 3ba0488..9f789fa 100644 --- a/source/WindowsFormsApplication1/Apps/Appscape.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Appscape.Designer.cs @@ -134,7 +134,7 @@ // 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 @@ 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // // 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"; diff --git a/source/WindowsFormsApplication1/Apps/AppscapeUploader.Designer.cs b/source/WindowsFormsApplication1/Apps/AppscapeUploader.Designer.cs index e246978..0e47c1c 100644 --- a/source/WindowsFormsApplication1/Apps/AppscapeUploader.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/AppscapeUploader.Designer.cs @@ -140,7 +140,7 @@ // 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 @@ 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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"; diff --git a/source/WindowsFormsApplication1/Apps/Artpad.Designer.cs b/source/WindowsFormsApplication1/Apps/Artpad.Designer.cs index dead4c0..f6a62cf 100644 --- a/source/WindowsFormsApplication1/Apps/Artpad.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Artpad.Designer.cs @@ -355,7 +355,7 @@ // // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // 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 @@ // 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 @@ // 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 @@ 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 @@ 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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); diff --git a/source/WindowsFormsApplication1/Apps/BitnoteConverter.Designer.cs b/source/WindowsFormsApplication1/Apps/BitnoteConverter.Designer.cs index 11e1ddc..515022e 100644 --- a/source/WindowsFormsApplication1/Apps/BitnoteConverter.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/BitnoteConverter.Designer.cs @@ -60,7 +60,7 @@ // 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); diff --git a/source/WindowsFormsApplication1/Apps/BitnoteDigger.Designer.cs b/source/WindowsFormsApplication1/Apps/BitnoteDigger.Designer.cs index e6489c9..ec89dc7 100644 --- a/source/WindowsFormsApplication1/Apps/BitnoteDigger.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/BitnoteDigger.Designer.cs @@ -82,7 +82,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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"; diff --git a/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs b/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs index f9eb9b1..b9fb91d 100644 --- a/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs @@ -65,7 +65,7 @@ // 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 @@ // // 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"; diff --git a/source/WindowsFormsApplication1/Apps/HoloChat.Designer.cs b/source/WindowsFormsApplication1/Apps/HoloChat.Designer.cs index f141556..d8f6b8e 100644 --- a/source/WindowsFormsApplication1/Apps/HoloChat.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/HoloChat.Designer.cs @@ -95,7 +95,7 @@ // // 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 @@ // // 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); diff --git a/source/WindowsFormsApplication1/Apps/IconManager.Designer.cs b/source/WindowsFormsApplication1/Apps/IconManager.Designer.cs index d933a96..0aebdb1 100644 --- a/source/WindowsFormsApplication1/Apps/IconManager.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/IconManager.Designer.cs @@ -75,7 +75,7 @@ // 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 @@ // 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 @@ // 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); diff --git a/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs b/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs index 89fc0b5..28d8cf1 100644 --- a/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs @@ -194,7 +194,7 @@ namespace ShiftOS // // 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"; diff --git a/source/WindowsFormsApplication1/Apps/NameChanger.Designer.cs b/source/WindowsFormsApplication1/Apps/NameChanger.Designer.cs index cc092e0..bceea8c 100644 --- a/source/WindowsFormsApplication1/Apps/NameChanger.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/NameChanger.Designer.cs @@ -75,7 +75,7 @@ // // 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 @@ // // 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 @@ // // 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"; diff --git a/source/WindowsFormsApplication1/Apps/NetGen.Designer.cs b/source/WindowsFormsApplication1/Apps/NetGen.Designer.cs index 5f52096..4e6ddcd 100644 --- a/source/WindowsFormsApplication1/Apps/NetGen.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/NetGen.Designer.cs @@ -125,7 +125,7 @@ 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 @@ 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 @@ // 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 @@ // 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 @@ 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 @@ // 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 @@ // 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 @@ // 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 @@ 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 @@ // 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 @@ 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); diff --git a/source/WindowsFormsApplication1/Apps/NetworkBrowser.Designer.cs b/source/WindowsFormsApplication1/Apps/NetworkBrowser.Designer.cs index 498d57a..89b6cfa 100644 --- a/source/WindowsFormsApplication1/Apps/NetworkBrowser.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/NetworkBrowser.Designer.cs @@ -97,7 +97,7 @@ // 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 @@ // 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 @@ // 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 @@ // 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 @@ // 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); diff --git a/source/WindowsFormsApplication1/Apps/PanelManager.Designer.cs b/source/WindowsFormsApplication1/Apps/PanelManager.Designer.cs index 12d808b..2c274a3 100644 --- a/source/WindowsFormsApplication1/Apps/PanelManager.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/PanelManager.Designer.cs @@ -55,7 +55,7 @@ // 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); diff --git a/source/WindowsFormsApplication1/Apps/Pong.Designer.cs b/source/WindowsFormsApplication1/Apps/Pong.Designer.cs index 4f75e30..4ba9fc7 100644 --- a/source/WindowsFormsApplication1/Apps/Pong.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Pong.Designer.cs @@ -155,7 +155,7 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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"; diff --git a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs index 03398e3..04a61d3 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs @@ -519,7 +519,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS 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 @@ namespace ShiftOS 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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"; diff --git a/source/WindowsFormsApplication1/Apps/Shifter.cs b/source/WindowsFormsApplication1/Apps/Shifter.cs index bef33c7..2130b4b 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.cs @@ -3021,7 +3021,7 @@ You can add options in the Lua interpreter using the shifter_add_category(string { 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); diff --git a/source/WindowsFormsApplication1/Apps/Shiftnet.Designer.cs b/source/WindowsFormsApplication1/Apps/Shiftnet.Designer.cs index 876f57a..64e36f3 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftnet.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftnet.Designer.cs @@ -56,7 +56,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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); diff --git a/source/WindowsFormsApplication1/Apps/ShiftnetDecryptor.Designer.cs b/source/WindowsFormsApplication1/Apps/ShiftnetDecryptor.Designer.cs index 23e2245..92b9766 100644 --- a/source/WindowsFormsApplication1/Apps/ShiftnetDecryptor.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/ShiftnetDecryptor.Designer.cs @@ -91,7 +91,7 @@ // 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); diff --git a/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs b/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs index 9edf69b..32f3827 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs @@ -166,7 +166,7 @@ namespace Shiftorium // 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 @@ namespace Shiftorium // // 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 @@ namespace Shiftorium // 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 @@ namespace Shiftorium | 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); diff --git a/source/WindowsFormsApplication1/Apps/SkinLoader.Designer.cs b/source/WindowsFormsApplication1/Apps/SkinLoader.Designer.cs index 35b2f2d..0c9cdee 100644 --- a/source/WindowsFormsApplication1/Apps/SkinLoader.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/SkinLoader.Designer.cs @@ -127,7 +127,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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); diff --git a/source/WindowsFormsApplication1/Apps/TextPad.Designer.cs b/source/WindowsFormsApplication1/Apps/TextPad.Designer.cs index 69ac78d..07590ee 100644 --- a/source/WindowsFormsApplication1/Apps/TextPad.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/TextPad.Designer.cs @@ -94,7 +94,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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); diff --git a/source/WindowsFormsApplication1/Apps/WidgetManager.Designer.cs b/source/WindowsFormsApplication1/Apps/WidgetManager.Designer.cs index e375a18..ec676f7 100644 --- a/source/WindowsFormsApplication1/Apps/WidgetManager.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/WidgetManager.Designer.cs @@ -86,7 +86,7 @@ // 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 @@ // 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 @@ // 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 @@ // 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); diff --git a/source/WindowsFormsApplication1/Controls/ImageSelector.Designer.cs b/source/WindowsFormsApplication1/Controls/ImageSelector.Designer.cs index df1ed0c..0d79e51 100644 --- a/source/WindowsFormsApplication1/Controls/ImageSelector.Designer.cs +++ b/source/WindowsFormsApplication1/Controls/ImageSelector.Designer.cs @@ -48,7 +48,7 @@ // 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); diff --git a/source/WindowsFormsApplication1/Controls/infobox.Designer.cs b/source/WindowsFormsApplication1/Controls/infobox.Designer.cs index 7c4ddb5..2952a4b 100644 --- a/source/WindowsFormsApplication1/Controls/infobox.Designer.cs +++ b/source/WindowsFormsApplication1/Controls/infobox.Designer.cs @@ -70,7 +70,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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); diff --git a/source/WindowsFormsApplication1/CreditScroller.Designer.cs b/source/WindowsFormsApplication1/CreditScroller.Designer.cs index 785e9e4..4c03266 100644 --- a/source/WindowsFormsApplication1/CreditScroller.Designer.cs +++ b/source/WindowsFormsApplication1/CreditScroller.Designer.cs @@ -78,7 +78,7 @@ 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"; diff --git a/source/WindowsFormsApplication1/Dialogs/Graphic_Picker.Designer.cs b/source/WindowsFormsApplication1/Dialogs/Graphic_Picker.Designer.cs index 5544a56..613bdd9 100644 --- a/source/WindowsFormsApplication1/Dialogs/Graphic_Picker.Designer.cs +++ b/source/WindowsFormsApplication1/Dialogs/Graphic_Picker.Designer.cs @@ -90,7 +90,7 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS // // 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 @@ namespace ShiftOS 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 @@ namespace ShiftOS 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 @@ namespace ShiftOS 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 @@ namespace ShiftOS 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); diff --git a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs index be37449..fabc1be 100644 --- a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs +++ b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs @@ -1113,7 +1113,7 @@ end"); break; case "button": var btn = new Button(); - btn.FlatStyle = FlatStyle.Flat; + btn.FlatStyle = FlatStyle.Standard; if(darkmode) { //Set dark button @@ -1451,6 +1451,19 @@ end"); public static class Extensions { + /// + /// 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. + /// + /// The Windows Forms control to convert + /// The converted widget. public static Widget ToWidget(this System.Windows.Forms.Control ctrl) { string json = JsonConvert.SerializeObject(ctrl); diff --git a/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs b/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs index ebff523..2cba002 100644 --- a/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs +++ b/source/WindowsFormsApplication1/FinalMission/ChooseYourApproach.Designer.cs @@ -130,7 +130,7 @@ // 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 @@ 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 @@ 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 @@ // 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); diff --git a/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs b/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs index 8c0739e..8e0f629 100644 --- a/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs +++ b/source/WindowsFormsApplication1/FinalMission/MissionGuide.Designer.cs @@ -63,7 +63,7 @@ // 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); diff --git a/source/WindowsFormsApplication1/Gameplay/HackUI.Designer.cs b/source/WindowsFormsApplication1/Gameplay/HackUI.Designer.cs index 7e426e0..217935c 100644 --- a/source/WindowsFormsApplication1/Gameplay/HackUI.Designer.cs +++ b/source/WindowsFormsApplication1/Gameplay/HackUI.Designer.cs @@ -211,7 +211,7 @@ 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 @@ // 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 @@ 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 @@ 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 @@ // 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ // 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 @@ // 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); diff --git a/source/WindowsFormsApplication1/Gameplay/HijackScreen.Designer.cs b/source/WindowsFormsApplication1/Gameplay/HijackScreen.Designer.cs index 3fa136b..5e7be79 100644 --- a/source/WindowsFormsApplication1/Gameplay/HijackScreen.Designer.cs +++ b/source/WindowsFormsApplication1/Gameplay/HijackScreen.Designer.cs @@ -75,7 +75,7 @@ namespace ShiftOS // // 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"; diff --git a/source/WindowsFormsApplication1/SkinEngine/skins.cs b/source/WindowsFormsApplication1/SkinEngine/skins.cs index f23a7b5..d18770d 100644 --- a/source/WindowsFormsApplication1/SkinEngine/skins.cs +++ b/source/WindowsFormsApplication1/SkinEngine/skins.cs @@ -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; -- cgit v1.2.3 From b52090021ff0ae61db652e8a486cbff6732f5ec5 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Wed, 20 Jul 2016 13:52:12 -0400 Subject: Move ShiftUI designer to ShiftOS and add prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms. --- source/ShiftOS.sln | 6 ++ source/ShiftUI/Theming/ShiftOS.cs | 5 ++ source/ShiftUI/Theming/ThemeSkinnable.cs | 33 +++++----- source/WindowsFormsApplication1/API.cs | 1 + .../WindowsFormsApplication1/Apps/BitnoteWallet.cs | 15 +++-- .../Apps/Shifter.Designer.cs | 9 +-- .../Controls/ProgressBarEX.cs | 8 +-- .../WindowsFormsApplication1/Engine/Lua_Interp.cs | 4 +- source/WindowsFormsApplication1/Program.cs | 72 ++++++++++++---------- 9 files changed, 80 insertions(+), 73 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/Shifter.Designer.cs') diff --git a/source/ShiftOS.sln b/source/ShiftOS.sln index ccf69a3..ef829cd 100644 --- a/source/ShiftOS.sln +++ b/source/ShiftOS.sln @@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShiftUI", "ShiftUI\ShiftUI.csproj", "{C56E34D0-4749-4A73-9469-BCCD063569CD}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShiftUI Designer", "..\..\Project-Circle\ShiftUI Designer\ShiftUI Designer.csproj", "{20C1A600-B5C2-4226-B5B6-3F17716D2669}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -26,6 +28,10 @@ Global {C56E34D0-4749-4A73-9469-BCCD063569CD}.Debug|Any CPU.Build.0 = Debug|Any CPU {C56E34D0-4749-4A73-9469-BCCD063569CD}.Release|Any CPU.ActiveCfg = Release|Any CPU {C56E34D0-4749-4A73-9469-BCCD063569CD}.Release|Any CPU.Build.0 = Release|Any CPU + {20C1A600-B5C2-4226-B5B6-3F17716D2669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20C1A600-B5C2-4226-B5B6-3F17716D2669}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20C1A600-B5C2-4226-B5B6-3F17716D2669}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20C1A600-B5C2-4226-B5B6-3F17716D2669}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/source/ShiftUI/Theming/ShiftOS.cs b/source/ShiftUI/Theming/ShiftOS.cs index 00e9b1a..7950c18 100644 --- a/source/ShiftUI/Theming/ShiftOS.cs +++ b/source/ShiftUI/Theming/ShiftOS.cs @@ -14,6 +14,7 @@ namespace ShiftUI.ShiftOS public Color ButtonBorderColor = Color.Black; public Color ButtonBackColor = Color.White; public Color ButtonBackColor_Pressed = Color.Gray; + public Color ButtonBackColor_Checked = Color.Black; #endregion #region Global @@ -55,6 +56,10 @@ namespace ShiftUI.ShiftOS #endregion + #region ListView + public Color ListViewBackground = Color.White; + #endregion + // No reason to have ShiftOS deal with window borders itself // when I can do it inside ShiftUI. #region Form diff --git a/source/ShiftUI/Theming/ThemeSkinnable.cs b/source/ShiftUI/Theming/ThemeSkinnable.cs index 6772251..5ea8a4d 100644 --- a/source/ShiftUI/Theming/ThemeSkinnable.cs +++ b/source/ShiftUI/Theming/ThemeSkinnable.cs @@ -2973,7 +2973,7 @@ namespace ShiftUI // border is drawn directly in the Paint method if (details && control.HeaderStyle != ColumnHeaderStyle.None) { - dc.FillRectangle(SystemBrushes.Control, + dc.FillRectangle(new SolidBrush(Application.CurrentSkin.ListViewBackground), 0, 0, control.TotalWidth, control.Font.Height + 5); if (control.Columns.Count > 0) { @@ -6923,67 +6923,64 @@ namespace ShiftUI private void CPDrawButtonInternal(Graphics dc, Rectangle rectangle, ButtonState state, Pen DarkPen, Pen NormalPen, Pen LightPen) { // sadly enough, the rectangle gets always filled with a hatchbrush - dc.FillRectangle(ResPool.GetHatchBrush(HatchStyle.Percent50, - Color.FromArgb(Clamp(ColorControl.R + 3, 0, 255), - ColorControl.G, ColorControl.B), - ColorControl), + dc.FillRectangle(new SolidBrush(Application.CurrentSkin.ButtonBackColor), rectangle.X + 1, rectangle.Y + 1, rectangle.Width - 2, rectangle.Height - 2); if ((state & ButtonState.All) == ButtonState.All || ((state & ButtonState.Checked) == ButtonState.Checked && (state & ButtonState.Flat) == ButtonState.Flat)) { - dc.FillRectangle(ResPool.GetHatchBrush(HatchStyle.Percent50, ColorControlLight, ColorControl), rectangle.X + 2, rectangle.Y + 2, rectangle.Width - 4, rectangle.Height - 4); + dc.FillRectangle(new SolidBrush(Application.CurrentSkin.ButtonBackColor_Checked), rectangle.X + 2, rectangle.Y + 2, rectangle.Width - 4, rectangle.Height - 4); - dc.DrawRectangle(SystemPens.ControlDark, rectangle.X, rectangle.Y, rectangle.Width - 1, rectangle.Height - 1); + dc.DrawRectangle(new Pen(new SolidBrush(Application.CurrentSkin.ButtonBorderColor), Application.CurrentSkin.ButtonBorderWidth), rectangle.X, rectangle.Y, rectangle.Width - 1, rectangle.Height - 1); } else if ((state & ButtonState.Flat) == ButtonState.Flat) { - dc.DrawRectangle(SystemPens.ControlDark, rectangle.X, rectangle.Y, rectangle.Width - 1, rectangle.Height - 1); + dc.DrawRectangle(new Pen(new SolidBrush(Application.CurrentSkin.ButtonBorderColor), Application.CurrentSkin.ButtonBorderWidth), rectangle.X, rectangle.Y, rectangle.Width - 1, rectangle.Height - 1); } else if ((state & ButtonState.Checked) == ButtonState.Checked) { - dc.FillRectangle(ResPool.GetHatchBrush(HatchStyle.Percent50, ColorControlLight, ColorControl), rectangle.X + 2, rectangle.Y + 2, rectangle.Width - 4, rectangle.Height - 4); + dc.FillRectangle(new SolidBrush(Application.CurrentSkin.ButtonBackColor_Checked), rectangle.X + 2, rectangle.Y + 2, rectangle.Width - 4, rectangle.Height - 4); - Pen pen = DarkPen; + Pen pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DTopLeftInner)); dc.DrawLine(pen, rectangle.X, rectangle.Y, rectangle.X, rectangle.Bottom - 2); dc.DrawLine(pen, rectangle.X + 1, rectangle.Y, rectangle.Right - 2, rectangle.Y); - pen = NormalPen; + pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DBottomRight)); dc.DrawLine(pen, rectangle.X + 1, rectangle.Y + 1, rectangle.X + 1, rectangle.Bottom - 3); dc.DrawLine(pen, rectangle.X + 2, rectangle.Y + 1, rectangle.Right - 3, rectangle.Y + 1); - pen = LightPen; + pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DBottomRightInner)); dc.DrawLine(pen, rectangle.X, rectangle.Bottom - 1, rectangle.Right - 2, rectangle.Bottom - 1); dc.DrawLine(pen, rectangle.Right - 1, rectangle.Y, rectangle.Right - 1, rectangle.Bottom - 1); } else if (((state & ButtonState.Pushed) == ButtonState.Pushed) && ((state & ButtonState.Normal) == ButtonState.Normal)) { - Pen pen = DarkPen; + Pen pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DTopLeftInner)); dc.DrawLine(pen, rectangle.X, rectangle.Y, rectangle.X, rectangle.Bottom - 2); dc.DrawLine(pen, rectangle.X + 1, rectangle.Y, rectangle.Right - 2, rectangle.Y); - pen = NormalPen; + pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DBottomRight)); dc.DrawLine(pen, rectangle.X + 1, rectangle.Y + 1, rectangle.X + 1, rectangle.Bottom - 3); dc.DrawLine(pen, rectangle.X + 2, rectangle.Y + 1, rectangle.Right - 3, rectangle.Y + 1); - pen = LightPen; + pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DBottomRightInner)); dc.DrawLine(pen, rectangle.X, rectangle.Bottom - 1, rectangle.Right - 2, rectangle.Bottom - 1); dc.DrawLine(pen, rectangle.Right - 1, rectangle.Y, rectangle.Right - 1, rectangle.Bottom - 1); } else if (((state & ButtonState.Inactive) == ButtonState.Inactive) || ((state & ButtonState.Normal) == ButtonState.Normal)) { - Pen pen = LightPen; + Pen pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DTopLeftInner)); dc.DrawLine(pen, rectangle.X, rectangle.Y, rectangle.Right - 2, rectangle.Y); dc.DrawLine(pen, rectangle.X, rectangle.Y, rectangle.X, rectangle.Bottom - 2); - pen = NormalPen; + pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DBottomRight)); dc.DrawLine(pen, rectangle.X + 1, rectangle.Bottom - 2, rectangle.Right - 2, rectangle.Bottom - 2); dc.DrawLine(pen, rectangle.Right - 2, rectangle.Y + 1, rectangle.Right - 2, rectangle.Bottom - 3); - pen = DarkPen; + pen = new Pen(new SolidBrush(Application.CurrentSkin.Border3DBottomRightInner)); dc.DrawLine(pen, rectangle.X, rectangle.Bottom - 1, rectangle.Right - 1, rectangle.Bottom - 1); dc.DrawLine(pen, rectangle.Right - 1, rectangle.Y, rectangle.Right - 1, rectangle.Bottom - 2); } diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs index 4434fc7..ce0ad8c 100644 --- a/source/WindowsFormsApplication1/API.cs +++ b/source/WindowsFormsApplication1/API.cs @@ -1926,6 +1926,7 @@ namespace ShiftOS public static Color[] yellowmemory = new Color[16]; public static Color[] pinkmemory = new Color[16]; internal static Dictionary> LuaShifterRegistry = null; + public static bool ShouldLoadEngine = true; #endregion } diff --git a/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs b/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs index 7b19c70..3a7164e 100644 --- a/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs +++ b/source/WindowsFormsApplication1/Apps/BitnoteWallet.cs @@ -22,14 +22,17 @@ namespace ShiftOS public BitnoteWallet() { InitializeComponent(); - Clients = new List(); - foreach(var c in Package_Grabber.clients) + if (API.ShouldLoadEngine) { - if(c.Value.IsConnected) + Clients = new List(); + foreach (var c in Package_Grabber.clients) { - var client = new BitnoteClient(c.Key); - client.GetBank(); - Clients.Add(client); + if (c.Value.IsConnected) + { + var client = new BitnoteClient(c.Key); + client.GetBank(); + Clients.Add(client); + } } } } diff --git a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs index 04a61d3..568822e 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs @@ -443,7 +443,6 @@ namespace ShiftOS this.pnlshifterintro.SuspendLayout(); this.pnldesktopoptions.SuspendLayout(); this.pnldesktoppaneloptions.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).BeginInit(); this.pnlapplauncheroptions.SuspendLayout(); this.pnldesktopintro.SuspendLayout(); this.pnlpanelbuttonsoptions.SuspendLayout(); @@ -453,7 +452,6 @@ namespace ShiftOS this.predesktoppanel.SuspendLayout(); this.prepnlpanelbuttonholder.SuspendLayout(); this.prepnlpanelbutton.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pretbicon)).BeginInit(); this.pretimepanel.SuspendLayout(); this.preapplaunchermenuholder.SuspendLayout(); this.predesktopappmenu.SuspendLayout(); @@ -472,7 +470,6 @@ namespace ShiftOS this.prepgleft.SuspendLayout(); this.prepgright.SuspendLayout(); this.pretitlebar.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).BeginInit(); this.pnlreset.SuspendLayout(); this.pgcontents.SuspendLayout(); this.pnldesktopcomposition.SuspendLayout(); @@ -5123,7 +5120,7 @@ namespace ShiftOS this.pnldesktopoptions.ResumeLayout(false); this.pnldesktoppaneloptions.ResumeLayout(false); this.pnldesktoppaneloptions.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).EndInit(); + //((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).EndInit(); this.pnlapplauncheroptions.ResumeLayout(false); this.pnlapplauncheroptions.PerformLayout(); this.pnldesktopintro.ResumeLayout(false); @@ -5139,7 +5136,7 @@ namespace ShiftOS this.prepnlpanelbuttonholder.ResumeLayout(false); this.prepnlpanelbutton.ResumeLayout(false); this.prepnlpanelbutton.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pretbicon)).EndInit(); + //((System.ComponentModel.ISupportInitialize)(this.pretbicon)).EndInit(); this.pretimepanel.ResumeLayout(false); this.pretimepanel.PerformLayout(); this.preapplaunchermenuholder.ResumeLayout(false); @@ -5169,7 +5166,7 @@ namespace ShiftOS this.prepgright.ResumeLayout(false); this.pretitlebar.ResumeLayout(false); this.pretitlebar.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).EndInit(); + //((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).EndInit(); this.pnlreset.ResumeLayout(false); this.pgcontents.ResumeLayout(false); this.pgcontents.PerformLayout(); diff --git a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs index d89969e..8febdcd 100644 --- a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs +++ b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs @@ -102,13 +102,7 @@ namespace ShiftOS get { return _MaxValue; } set { - if (value > this.MinValue) - { - _MaxValue = value; - } - else { - throw new ArgumentOutOfRangeException("The maximum value must be more than the minimum value."); - } + _MaxValue = value; } } diff --git a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs index fabc1be..d36b4d9 100644 --- a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs +++ b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs @@ -1466,9 +1466,7 @@ end"); /// The converted widget. public static Widget ToWidget(this System.Windows.Forms.Control ctrl) { - string json = JsonConvert.SerializeObject(ctrl); - json = json.Replace("Control", "Widget"); - return JsonConvert.DeserializeObject(json); + return new Controls.WinFormsHost(ctrl); } } } diff --git a/source/WindowsFormsApplication1/Program.cs b/source/WindowsFormsApplication1/Program.cs index 5f3f1ad..af294db 100644 --- a/source/WindowsFormsApplication1/Program.cs +++ b/source/WindowsFormsApplication1/Program.cs @@ -12,24 +12,24 @@ using Newtonsoft.Json; namespace ShiftOS { - static class Program + public static class Program { /// /// The main entry point for the application. /// [STAThread] - static void Main(string[] args) + public static void Main(string[] args) { - Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //Extract all dependencies before starting the engine. ExtractDependencies(); - var poolThread = new Thread(new ThreadStart(new Action(() => { + var poolThread = new Thread(new ThreadStart(new Action(() => + { try { - //Download ShiftOS server startup-pool - string pool = new WebClient().DownloadString("http://playshiftos.ml/server/startup_pool"); + //Download ShiftOS server startup-pool + string pool = new WebClient().DownloadString("http://playshiftos.ml/server/startup_pool"); string[] splitter = pool.Split(';'); foreach (string address in splitter) { @@ -55,13 +55,14 @@ namespace ShiftOS //Start the Windows Forms backend Paths.RegisterPaths(); //Sets ShiftOS path variables based on the current OS. SaveSystem.Utilities.CheckForOlderSaves(); //Backs up C:\ShiftOS on Windows systems if it exists and doesn't contain a _engineInfo.txt file telling ShiftOS what engine created it. - //If there isn't a save folder at the directory specified by ShiftOS.Paths.SaveRoot, create a new save. - //If not, load that save. + //If there isn't a save folder at the directory specified by ShiftOS.Paths.SaveRoot, create a new save. + //If not, load that save. if (Directory.Exists(Paths.SaveRoot)) { API.Log("Loading ShiftOS save..."); SaveSystem.Utilities.loadGame(); - } else + } + else { SaveSystem.Utilities.NewGame(); } @@ -80,44 +81,48 @@ namespace ShiftOS Skinning.Utilities.loadskin(); SaveSystem.ShiftoriumRegistry.UpdateShiftorium(); //Lua bootscreen. - if(File.Exists(Paths.SaveRoot + "BOOT")) + if (File.Exists(Paths.SaveRoot + "BOOT")) { string lua = File.ReadAllText(Paths.SaveRoot + "BOOT"); var l = new LuaInterpreter(); l.mod(lua); } //Start recieving calls from the Modding API... - Application.Run(new ShiftOSDesktop()); - //By now, the API receiver has been loaded, - //and the desktop is shown. So, let's check - //for auto-start mods. - if(Directory.Exists(Paths.AutoStart)) + if (!args.Contains("nodisplay")) { - foreach(string file in Directory.GetFiles(Paths.AutoStart)) + Application.Run(new ShiftOSDesktop()); + //By now, the API receiver has been loaded, + //and the desktop is shown. So, let's check + //for auto-start mods. + if (Directory.Exists(Paths.AutoStart)) { - var inf = new FileInfo(file); - switch(inf.Extension) + foreach (string file in Directory.GetFiles(Paths.AutoStart)) { - case ".saa": - if (API.Upgrades["shiftnet"] == true) - { - API.Log("Starting start-up mod \"" + inf.FullName + "\"..."); - API.LaunchMod(inf.FullName); - } - break; - case ".trm": - var t = new Terminal(); - t.runterminalfile(inf.FullName); - API.Log("Started terminal file \"" + inf.FullName + "\"..."); - break; - } } + var inf = new FileInfo(file); + switch (inf.Extension) + { + case ".saa": + if (API.Upgrades["shiftnet"] == true) + { + API.Log("Starting start-up mod \"" + inf.FullName + "\"..."); + API.LaunchMod(inf.FullName); + } + break; + case ".trm": + var t = new Terminal(); + t.runterminalfile(inf.FullName); + API.Log("Started terminal file \"" + inf.FullName + "\"..."); + break; + } + } + } } //Now, for some ShiftOS launcher integration. try { - if(args[0] != null) + if (args[0] != null) { - if(args[0] != "") + if (args[0] != "") { API.CurrentSave.username = args[0]; //Username set. @@ -130,6 +135,7 @@ namespace ShiftOS } } + static void ExtractDependencies() { //Wow. This'll make it easy for people... -- cgit v1.2.3 From fe4121c5411f39b4ccf702700d7681184adb538f Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Fri, 22 Jul 2016 12:23:28 -0400 Subject: Shifter UI rewrite, fix shiftnet and spkg paths. --- source/ShiftUI/Theming/ThemeElementsMemphis.cs | 193 + .../Apps/Shifter.Designer.cs | 5903 ++------------------ source/WindowsFormsApplication1/Apps/Shifter.cs | 5 +- source/WindowsFormsApplication1/Apps/Shiftnet.cs | 2 +- source/WindowsFormsApplication1/Apps/Terminal.cs | 1625 +++--- .../Online/Package_Grabber.cs | 2 +- 6 files changed, 1396 insertions(+), 6334 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/Shifter.Designer.cs') diff --git a/source/ShiftUI/Theming/ThemeElementsMemphis.cs b/source/ShiftUI/Theming/ThemeElementsMemphis.cs index 1a2e892..b91bd8b 100644 --- a/source/ShiftUI/Theming/ThemeElementsMemphis.cs +++ b/source/ShiftUI/Theming/ThemeElementsMemphis.cs @@ -6,6 +6,7 @@ using System.Threading.Tasks; using ShiftUI.Theming.Default; using System.Drawing; using ShiftUI.ShiftOS; +using System.Drawing.Drawing2D; namespace ShiftUI.Theming { @@ -23,10 +24,202 @@ namespace ShiftUI.Theming return new Memphis.ButtonPainter(); } } + + public override CheckBoxPainter CheckBoxPainter + { + get + { + return new Memphis.CheckBoxPainter(); + } + } } namespace Memphis { + internal class CheckBoxPainter : Default.CheckBoxPainter + { + #region Standard + public override void DrawNormalCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + int check_box_visible_size = (bounds.Height > bounds.Width) ? bounds.Width : bounds.Height; + int x_pos = Math.Max(0, bounds.X + (bounds.Width / 2) - check_box_visible_size / 2); + int y_pos = Math.Max(0, bounds.Y + (bounds.Height / 2) - check_box_visible_size / 2); + + Rectangle rect = new Rectangle(x_pos, y_pos, check_box_visible_size, check_box_visible_size); + + g.FillRectangle(new SolidBrush(Application.CurrentSkin.CheckBoxBackgroundColor), rect.X + 2, rect.Y + 2, rect.Width - 3, rect.Height - 3); + + Pen pen = new Pen(Application.CurrentSkin.Border3DTopLeftInner, 1); + g.DrawLine(pen, rect.X, rect.Y, rect.X, rect.Bottom - 2); + g.DrawLine(pen, rect.X + 1, rect.Y, rect.Right - 2, rect.Y); + + pen = new Pen(Application.CurrentSkin.Border3DBottomRight, 1); + g.DrawLine(pen, rect.X + 1, rect.Y + 1, rect.X + 1, rect.Bottom - 3); + g.DrawLine(pen, rect.X + 2, rect.Y + 1, rect.Right - 3, rect.Y + 1); + + pen = new Pen(Application.CurrentSkin.Border3DTopLeftInner, 1); + g.DrawLine(pen, rect.Right - 1, rect.Y, rect.Right - 1, rect.Bottom - 1); + g.DrawLine(pen, rect.X, rect.Bottom - 1, rect.Right - 1, rect.Bottom - 1); + + // oh boy, matching ms is like fighting against windmills + using (Pen h_pen = new Pen(Application.CurrentSkin.CheckBoxCheckColor)) + { + g.DrawLine(h_pen, rect.X + 1, rect.Bottom - 2, rect.Right - 2, rect.Bottom - 2); + g.DrawLine(h_pen, rect.Right - 2, rect.Y + 1, rect.Right - 2, rect.Bottom - 2); + } + + if (state == CheckState.Checked) + DrawCheck(g, bounds, Application.CurrentSkin.CheckBoxCheckColor); + else if (state == CheckState.Indeterminate) + DrawCheck(g, bounds, Application.CurrentSkin.CheckBoxCheckColor); + } + + public override void DrawHotCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawNormalCheckBox(g, bounds, backColor, foreColor, state); + } + + public override void DrawPressedCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + int check_box_visible_size = (bounds.Height > bounds.Width) ? bounds.Width : bounds.Height; + int x_pos = Math.Max(0, bounds.X + (bounds.Width / 2) - check_box_visible_size / 2); + int y_pos = Math.Max(0, bounds.Y + (bounds.Height / 2) - check_box_visible_size / 2); + + Rectangle rect = new Rectangle(x_pos, y_pos, check_box_visible_size, check_box_visible_size); + + g.FillRectangle(new SolidBrush(Application.CurrentSkin.CheckBoxCheckColor), rect.X + 2, rect.Y + 2, rect.Width - 3, rect.Height - 3); + + Pen pen = new Pen(Application.CurrentSkin.Border3DBottomRightInner, 1); + g.DrawLine(pen, rect.X, rect.Y, rect.X, rect.Bottom - 2); + g.DrawLine(pen, rect.X + 1, rect.Y, rect.Right - 2, rect.Y); + + pen = new Pen(Application.CurrentSkin.Border3DBottomRight, 1); + g.DrawLine(pen, rect.X + 1, rect.Y + 1, rect.X + 1, rect.Bottom - 3); + g.DrawLine(pen, rect.X + 2, rect.Y + 1, rect.Right - 3, rect.Y + 1); + + pen = new Pen(Application.CurrentSkin.Border3DTopLeftInner, 1); + g.DrawLine(pen, rect.Right - 1, rect.Y, rect.Right - 1, rect.Bottom - 1); + g.DrawLine(pen, rect.X, rect.Bottom - 1, rect.Right - 1, rect.Bottom - 1); + + // oh boy, matching ms is like fighting against windmills + using (Pen h_pen = new Pen(Application.CurrentSkin.CheckBoxCheckColor)) + { + g.DrawLine(h_pen, rect.X + 1, rect.Bottom - 2, rect.Right - 2, rect.Bottom - 2); + g.DrawLine(h_pen, rect.Right - 2, rect.Y + 1, rect.Right - 2, rect.Bottom - 2); + } + + if (state == CheckState.Checked) + DrawCheck(g, bounds, Application.CurrentSkin.CheckBoxCheckColor); + else if (state == CheckState.Indeterminate) + DrawCheck(g, bounds, Application.CurrentSkin.CheckBoxCheckColor); + } + + public override void DrawDisabledCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawPressedCheckBox(g, bounds, backColor, foreColor, CheckState.Unchecked); + + if (state == CheckState.Checked || state == CheckState.Indeterminate) + DrawCheck(g, bounds, SystemColors.ControlDark); + } + #endregion + + #region FlatStyle + public override void DrawFlatNormalCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawNormalCheckBox(g, bounds, backColor, foreColor, state); + } + + public override void DrawFlatHotCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawFlatNormalCheckBox(g, bounds, backColor, foreColor, state); + } + + public override void DrawFlatPressedCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawPressedCheckBox(g, bounds, backColor, foreColor, state); + } + +/* public override void DrawFlatDisabledCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + Rectangle checkbox_rectangle; + + checkbox_rectangle = new Rectangle(bounds.X, bounds.Y, Math.Max(bounds.Width - 2, 0), Math.Max(bounds.Height - 2, 0)); + + WidgetPaint.DrawBorder(g, checkbox_rectangle, foreColor, ButtonBorderStyle.Solid); + + bounds.Offset(-1, 0); + + if (state == CheckState.Checked || state == CheckState.Indeterminate) + DrawCheck(g, bounds, SystemColors.ControlDarkDark); + }*/ + #endregion + + #region Popup + public override void DrawPopupNormalCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawFlatNormalCheckBox(g, bounds, backColor, foreColor, state); + } + + public override void DrawPopupHotCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawFlatNormalCheckBox(g, bounds, backColor, foreColor, state); + } + + public override void DrawPopupPressedCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + DrawFlatPressedCheckBox(g, bounds, backColor, foreColor, state); + } + + public override void DrawPopupDisabledCheckBox(Graphics g, Rectangle bounds, Color backColor, Color foreColor, CheckState state) + { + } + #endregion + + #region Check + public override void DrawCheck(Graphics g, Rectangle bounds, Color checkColor) + { + int check_size = (bounds.Height > bounds.Width) ? bounds.Width / 2 : bounds.Height / 2; + + Pen check_pen = ResPool.GetPen(checkColor); + + if (check_size < 7) + { + int lineWidth = Math.Max(3, check_size / 3); + int Scale = Math.Max(1, check_size / 9); + + Rectangle rect = new Rectangle(bounds.X + (bounds.Width / 2) - (check_size / 2) - 1, bounds.Y + (bounds.Height / 2) - (check_size / 2) - 1, + check_size, check_size); + + for (int i = 0; i < lineWidth; i++) + { + g.DrawLine(check_pen, rect.Left + lineWidth / 2, rect.Top + lineWidth + i, rect.Left + lineWidth / 2 + 2 * Scale, rect.Top + lineWidth + 2 * Scale + i); + g.DrawLine(check_pen, rect.Left + lineWidth / 2 + 2 * Scale, rect.Top + lineWidth + 2 * Scale + i, rect.Left + lineWidth / 2 + 6 * Scale, rect.Top + lineWidth - 2 * Scale + i); + } + } + else + { + int lineWidth = Math.Max(3, check_size / 3) + 1; + + int x_half = bounds.Width / 2; + int y_half = bounds.Height / 2; + + Rectangle rect = new Rectangle(bounds.X + x_half - (check_size / 2) - 1, bounds.Y + y_half - (check_size / 2), + check_size, check_size); + + int gradient_left = check_size / 3; + int gradient_right = check_size - gradient_left - 1; + + for (int i = 0; i < lineWidth; i++) + { + g.DrawLine(check_pen, rect.X, rect.Bottom - 1 - gradient_left - i, rect.X + gradient_left, rect.Bottom - 1 - i); + g.DrawLine(check_pen, rect.X + gradient_left, rect.Bottom - 1 - i, rect.Right - 1, rect.Bottom - i - 1 - gradient_right); + } + } + } + #endregion + + } + internal class ButtonPainter : Default.ButtonPainter { diff --git a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs index 568822e..e149215 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs @@ -1,5 +1,6 @@ using System; using ShiftUI; +using System.Drawing; namespace ShiftOS { @@ -22,5593 +23,327 @@ namespace ShiftOS base.Dispose(disposing); } - private void InitializeComponent() + public void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Shifter)); - this.clocktick = new ShiftUI.Timer(this.components); - this.customizationtime = new ShiftUI.Timer(this.components); - this.timerearned = new ShiftUI.Timer(this.components); - this.Label1 = new ShiftUI.Label(); - this.btnapply = new ShiftUI.Button(); - this.catholder = new ShiftUI.Panel(); - this.btnmore = new ShiftUI.Button(); - this.btnreset = new ShiftUI.Button(); - this.btnwindowcomposition = new ShiftUI.Button(); - this.btndesktopicons = new ShiftUI.Button(); - this.btnmenus = new ShiftUI.Button(); - this.btnwindows = new ShiftUI.Button(); - this.btndesktop = new ShiftUI.Button(); - this.pnlshifterintro = new ShiftUI.Panel(); - this.Label66 = new ShiftUI.Label(); - this.Label65 = new ShiftUI.Label(); - this.Label64 = new ShiftUI.Label(); - this.Label63 = new ShiftUI.Label(); - this.pnldesktopoptions = new ShiftUI.Panel(); - this.pnldesktoppaneloptions = new ShiftUI.Panel(); - this.btnpanelbuttons = new ShiftUI.Button(); - this.lbwarning = new ShiftUI.Label(); - this.combodesktoppanelposition = new ShiftUI.ComboBox(); - this.lbposition = new ShiftUI.Label(); - this.Label47 = new ShiftUI.Label(); - this.txtdesktoppanelheight = new ShiftUI.TextBox(); - this.lbheight = new ShiftUI.Label(); - this.pnldesktoppanelcolour = new ShiftUI.Panel(); - this.lbpanelcolor = new ShiftUI.Label(); - this.pnlapplauncheroptions = new ShiftUI.Panel(); - this.pnlalhover = new ShiftUI.Panel(); - this.label119 = new ShiftUI.Label(); - this.Label71 = new ShiftUI.Label(); - this.txtapplauncherwidth = new ShiftUI.TextBox(); - this.Label72 = new ShiftUI.Label(); - this.txtappbuttonlabel = new ShiftUI.TextBox(); - this.Label51 = new ShiftUI.Label(); - this.Label50 = new ShiftUI.Label(); - this.pnlmaintextcolour = new ShiftUI.Panel(); - this.comboappbuttontextstyle = new ShiftUI.ComboBox(); - this.comboappbuttontextfont = new ShiftUI.ComboBox(); - this.Label37 = new ShiftUI.Label(); - this.Label38 = new ShiftUI.Label(); - this.txtappbuttontextsize = new ShiftUI.TextBox(); - this.Label39 = new ShiftUI.Label(); - this.Label40 = new ShiftUI.Label(); - this.pnlmainbuttonactivated = new ShiftUI.Panel(); - this.Label28 = new ShiftUI.Label(); - this.Label35 = new ShiftUI.Label(); - this.txtapplicationsbuttonheight = new ShiftUI.TextBox(); - this.Label36 = new ShiftUI.Label(); - this.pnlmainbuttoncolour = new ShiftUI.Panel(); - this.Label43 = new ShiftUI.Label(); - this.pnldesktopintro = new ShiftUI.Panel(); - this.Label69 = new ShiftUI.Label(); - this.Label70 = new ShiftUI.Label(); - this.pnlpanelbuttonsoptions = new ShiftUI.Panel(); - this.pnlpanelbuttontextcolour = new ShiftUI.Panel(); - this.Label101 = new ShiftUI.Label(); - this.txtpanelbuttontexttop = new ShiftUI.TextBox(); - this.Label104 = new ShiftUI.Label(); - this.txtpanelbuttontextside = new ShiftUI.TextBox(); - this.Label106 = new ShiftUI.Label(); - this.Label93 = new ShiftUI.Label(); - this.txtpanelbuttontop = new ShiftUI.TextBox(); - this.Label94 = new ShiftUI.Label(); - this.txtpanelbuttoninitalgap = new ShiftUI.TextBox(); - this.Label108 = new ShiftUI.Label(); - this.txtpanelbuttonicontop = new ShiftUI.TextBox(); - this.Label110 = new ShiftUI.Label(); - this.txtpanelbuttoniconside = new ShiftUI.TextBox(); - this.Label112 = new ShiftUI.Label(); - this.txtpanelbuttoniconsize = new ShiftUI.TextBox(); - this.Label105 = new ShiftUI.Label(); - this.cbpanelbuttontextstyle = new ShiftUI.ComboBox(); - this.cbpanelbuttonfont = new ShiftUI.ComboBox(); - this.Label100 = new ShiftUI.Label(); - this.txtpaneltextbuttonsize = new ShiftUI.TextBox(); - this.Label102 = new ShiftUI.Label(); - this.Label103 = new ShiftUI.Label(); - this.Label98 = new ShiftUI.Label(); - this.txtpanelbuttongap = new ShiftUI.TextBox(); - this.Label99 = new ShiftUI.Label(); - this.Label96 = new ShiftUI.Label(); - this.txtpanelbuttonheight = new ShiftUI.TextBox(); - this.Label97 = new ShiftUI.Label(); - this.Label92 = new ShiftUI.Label(); - this.txtpanelbuttonwidth = new ShiftUI.TextBox(); - this.Label91 = new ShiftUI.Label(); - this.pnlpanelbuttoncolour = new ShiftUI.Panel(); - this.Label95 = new ShiftUI.Label(); - this.pnldesktopbackgroundoptions = new ShiftUI.Panel(); - this.pnldesktopcolour = new ShiftUI.Panel(); - this.Label45 = new ShiftUI.Label(); - this.pnlpanelclockoptions = new ShiftUI.Panel(); - this.pnlclockbackgroundcolour = new ShiftUI.Panel(); - this.Label44 = new ShiftUI.Label(); - this.comboclocktextstyle = new ShiftUI.ComboBox(); - this.comboclocktextfont = new ShiftUI.ComboBox(); - this.Label26 = new ShiftUI.Label(); - this.Label29 = new ShiftUI.Label(); - this.txtclocktextfromtop = new ShiftUI.TextBox(); - this.Label30 = new ShiftUI.Label(); - this.Label31 = new ShiftUI.Label(); - this.txtclocktextsize = new ShiftUI.TextBox(); - this.Label32 = new ShiftUI.Label(); - this.Label33 = new ShiftUI.Label(); - this.pnlpanelclocktextcolour = new ShiftUI.Panel(); - this.Label34 = new ShiftUI.Label(); - this.pnldesktoppreview = new ShiftUI.Panel(); - this.predesktoppanel = new ShiftUI.Panel(); - this.prepnlpanelbuttonholder = new ShiftUI.FlowLayoutPanel(); - this.prepnlpanelbutton = new ShiftUI.Panel(); - this.pretbicon = new ShiftUI.PictureBox(); - this.pretbctext = new ShiftUI.Label(); - this.pretimepanel = new ShiftUI.Panel(); - this.prepaneltimetext = new ShiftUI.Label(); - this.preapplaunchermenuholder = new ShiftUI.Panel(); - this.predesktopappmenu = new ShiftUI.MenuStrip(); - this.ApplicationsToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.KnowledgeInputToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.ShiftoriumToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.ClockToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.TerminalToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.ShifterToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.ToolStripSeparator1 = new ShiftUI.ToolStripSeparator(); - this.ShutdownToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); - this.Panel10 = new ShiftUI.Panel(); - this.btndesktopitself = new ShiftUI.Button(); - this.btnpanelclock = new ShiftUI.Button(); - this.btnapplauncher = new ShiftUI.Button(); - this.btndesktoppanel = new ShiftUI.Button(); - this.txtpanelbuttoniconheight = new ShiftUI.TextBox(); - this.pnlwindowsoptions = new ShiftUI.Panel(); - this.pnlwindowsintro = new ShiftUI.Panel(); - this.Label68 = new ShiftUI.Label(); - this.Label67 = new ShiftUI.Label(); - this.pnlbuttonoptions = new ShiftUI.Panel(); - this.pnlclosebuttonoptions = new ShiftUI.Panel(); - this.Label8 = new ShiftUI.Label(); - this.Label11 = new ShiftUI.Label(); - this.pnlclosebuttoncolour = new ShiftUI.Panel(); - this.txtclosebuttonfromside = new ShiftUI.TextBox(); - this.Label7 = new ShiftUI.Label(); - this.Label12 = new ShiftUI.Label(); - this.txtclosebuttonheight = new ShiftUI.TextBox(); - this.Label13 = new ShiftUI.Label(); - this.Label6 = new ShiftUI.Label(); - this.txtclosebuttonfromtop = new ShiftUI.TextBox(); - this.Label10 = new ShiftUI.Label(); - this.Label14 = new ShiftUI.Label(); - this.txtclosebuttonwidth = new ShiftUI.TextBox(); - this.Label9 = new ShiftUI.Label(); - this.pnlrollupbuttonoptions = new ShiftUI.Panel(); - this.Label54 = new ShiftUI.Label(); - this.Label55 = new ShiftUI.Label(); - this.pnlrollupbuttoncolour = new ShiftUI.Panel(); - this.txtrollupbuttonside = new ShiftUI.TextBox(); - this.Label56 = new ShiftUI.Label(); - this.Label57 = new ShiftUI.Label(); - this.txtrollupbuttonheight = new ShiftUI.TextBox(); - this.Label58 = new ShiftUI.Label(); - this.Label59 = new ShiftUI.Label(); - this.txtrollupbuttontop = new ShiftUI.TextBox(); - this.Label60 = new ShiftUI.Label(); - this.Label61 = new ShiftUI.Label(); - this.txtrollupbuttonwidth = new ShiftUI.TextBox(); - this.Label62 = new ShiftUI.Label(); - this.pnlminimizebuttonoptions = new ShiftUI.Panel(); - this.Label82 = new ShiftUI.Label(); - this.Label83 = new ShiftUI.Label(); - this.pnlminimizebuttoncolour = new ShiftUI.Panel(); - this.txtminimizebuttonside = new ShiftUI.TextBox(); - this.Label84 = new ShiftUI.Label(); - this.Label85 = new ShiftUI.Label(); - this.txtminimizebuttonheight = new ShiftUI.TextBox(); - this.Label86 = new ShiftUI.Label(); - this.Label87 = new ShiftUI.Label(); - this.txtminimizebuttontop = new ShiftUI.TextBox(); - this.Label88 = new ShiftUI.Label(); - this.Label89 = new ShiftUI.Label(); - this.txtminimizebuttonwidth = new ShiftUI.TextBox(); - this.Label90 = new ShiftUI.Label(); - this.combobuttonoption = new ShiftUI.ComboBox(); - this.Label52 = new ShiftUI.Label(); - this.pnltitlebaroptions = new ShiftUI.Panel(); - this.Label80 = new ShiftUI.Label(); - this.txticonfromtop = new ShiftUI.TextBox(); - this.Label81 = new ShiftUI.Label(); - this.Label78 = new ShiftUI.Label(); - this.txticonfromside = new ShiftUI.TextBox(); - this.Label79 = new ShiftUI.Label(); - this.lbcornerwidthpx = new ShiftUI.Label(); - this.txttitlebarcornerwidth = new ShiftUI.TextBox(); - this.lbcornerwidth = new ShiftUI.Label(); - this.pnltitlebarrightcornercolour = new ShiftUI.Panel(); - this.pnltitlebarleftcornercolour = new ShiftUI.Panel(); - this.lbrightcornercolor = new ShiftUI.Label(); - this.lbleftcornercolor = new ShiftUI.Label(); - this.cboxtitlebarcorners = new ShiftUI.CheckBox(); - this.Label5 = new ShiftUI.Label(); - this.txttitlebarheight = new ShiftUI.TextBox(); - this.Label4 = new ShiftUI.Label(); - this.pnltitlebarcolour = new ShiftUI.Panel(); - this.Label2 = new ShiftUI.Label(); - this.pnlborderoptions = new ShiftUI.Panel(); - this.cbindividualbordercolours = new ShiftUI.CheckBox(); - this.pnlborderbottomrightcolour = new ShiftUI.Panel(); - this.lbbright = new ShiftUI.Label(); - this.pnlborderbottomcolour = new ShiftUI.Panel(); - this.lbbottom = new ShiftUI.Label(); - this.pnlborderbottomleftcolour = new ShiftUI.Panel(); - this.lbbleft = new ShiftUI.Label(); - this.pnlborderrightcolour = new ShiftUI.Panel(); - this.lbright = new ShiftUI.Label(); - this.pnlborderleftcolour = new ShiftUI.Panel(); - this.lbleft = new ShiftUI.Label(); - this.Label15 = new ShiftUI.Label(); - this.pnlbordercolour = new ShiftUI.Panel(); - this.txtbordersize = new ShiftUI.TextBox(); - this.Label3 = new ShiftUI.Label(); - this.Label16 = new ShiftUI.Label(); - this.pnltitletextoptions = new ShiftUI.Panel(); - this.combotitletextposition = new ShiftUI.ComboBox(); - this.Label53 = new ShiftUI.Label(); - this.combotitletextstyle = new ShiftUI.ComboBox(); - this.combotitletextfont = new ShiftUI.ComboBox(); - this.Label23 = new ShiftUI.Label(); - this.Label17 = new ShiftUI.Label(); - this.txttitletextside = new ShiftUI.TextBox(); - this.Label18 = new ShiftUI.Label(); - this.Label19 = new ShiftUI.Label(); - this.txttitletexttop = new ShiftUI.TextBox(); - this.Label20 = new ShiftUI.Label(); - this.Label21 = new ShiftUI.Label(); - this.txttitletextsize = new ShiftUI.TextBox(); - this.Label22 = new ShiftUI.Label(); - this.Label24 = new ShiftUI.Label(); - this.pnltitletextcolour = new ShiftUI.Panel(); - this.Label25 = new ShiftUI.Label(); - this.pnlwindowsobjects = new ShiftUI.Panel(); - this.btnborders = new ShiftUI.Button(); - this.btnbuttons = new ShiftUI.Button(); - this.btntitletext = new ShiftUI.Button(); - this.btntitlebar = new ShiftUI.Button(); - this.pnlwindowpreview = new ShiftUI.Panel(); - this.prepgcontent = new ShiftUI.Panel(); - this.prepgbottom = new ShiftUI.Panel(); - this.prepgleft = new ShiftUI.Panel(); - this.prepgbottomlcorner = new ShiftUI.Panel(); - this.prepgright = new ShiftUI.Panel(); - this.prepgbottomrcorner = new ShiftUI.Panel(); - this.pretitlebar = new ShiftUI.Panel(); - this.preminimizebutton = new ShiftUI.Panel(); - this.prepnlicon = new ShiftUI.PictureBox(); - this.prerollupbutton = new ShiftUI.Panel(); - this.preclosebutton = new ShiftUI.Panel(); - this.pretitletext = new ShiftUI.Label(); - this.prepgtoplcorner = new ShiftUI.Panel(); - this.prepgtoprcorner = new ShiftUI.Panel(); - this.pnlreset = new ShiftUI.Panel(); - this.Label113 = new ShiftUI.Label(); - this.btnresetallsettings = new ShiftUI.Button(); - this.Label109 = new ShiftUI.Label(); - this.Label111 = new ShiftUI.Label(); - this.pgcontents = new ShiftUI.Panel(); - this.pnldesktopcomposition = new ShiftUI.Panel(); - this.pnlfancywindows = new ShiftUI.Panel(); - this.txtwinfadedec = new ShiftUI.TextBox(); - this.label150 = new ShiftUI.Label(); - this.txtwinfadespeed = new ShiftUI.TextBox(); - this.label151 = new ShiftUI.Label(); - this.cbdrageffect = new ShiftUI.ComboBox(); - this.label141 = new ShiftUI.Label(); - this.cbcloseanim = new ShiftUI.ComboBox(); - this.label128 = new ShiftUI.Label(); - this.cbopenanim = new ShiftUI.ComboBox(); - this.label127 = new ShiftUI.Label(); - this.label149 = new ShiftUI.Label(); - this.pnlfancydragging = new ShiftUI.Panel(); - this.txtshakeminoffset = new ShiftUI.TextBox(); - this.label148 = new ShiftUI.Label(); - this.txtshakemax = new ShiftUI.TextBox(); - this.label146 = new ShiftUI.Label(); - this.txtdragopacitydec = new ShiftUI.TextBox(); - this.label144 = new ShiftUI.Label(); - this.txtdragfadedec = new ShiftUI.TextBox(); - this.label143 = new ShiftUI.Label(); - this.txtfadespeed = new ShiftUI.TextBox(); - this.label155 = new ShiftUI.Label(); - this.label156 = new ShiftUI.Label(); - this.pnlfancyintro = new ShiftUI.Panel(); - this.label174 = new ShiftUI.Label(); - this.label175 = new ShiftUI.Label(); - this.panel18 = new ShiftUI.Panel(); - this.panel19 = new ShiftUI.Panel(); - this.label157 = new ShiftUI.Label(); - this.panel20 = new ShiftUI.Panel(); - this.label158 = new ShiftUI.Label(); - this.panel21 = new ShiftUI.Panel(); - this.label159 = new ShiftUI.Label(); - this.panel22 = new ShiftUI.Panel(); - this.label160 = new ShiftUI.Label(); - this.panel23 = new ShiftUI.Panel(); - this.label161 = new ShiftUI.Label(); - this.panel24 = new ShiftUI.Panel(); - this.label162 = new ShiftUI.Label(); - this.label163 = new ShiftUI.Label(); - this.panel25 = new ShiftUI.Panel(); - this.panel26 = new ShiftUI.Panel(); - this.label164 = new ShiftUI.Label(); - this.panel27 = new ShiftUI.Panel(); - this.label165 = new ShiftUI.Label(); - this.panel28 = new ShiftUI.Panel(); - this.label166 = new ShiftUI.Label(); - this.panel29 = new ShiftUI.Panel(); - this.label167 = new ShiftUI.Label(); - this.panel30 = new ShiftUI.Panel(); - this.label168 = new ShiftUI.Label(); - this.panel31 = new ShiftUI.Panel(); - this.label169 = new ShiftUI.Label(); - this.panel32 = new ShiftUI.Panel(); - this.label170 = new ShiftUI.Label(); - this.panel33 = new ShiftUI.Panel(); - this.label171 = new ShiftUI.Label(); - this.panel34 = new ShiftUI.Panel(); - this.label172 = new ShiftUI.Label(); - this.label173 = new ShiftUI.Label(); - this.panel36 = new ShiftUI.Panel(); - this.btnfancydragging = new ShiftUI.Button(); - this.btnfancywindows = new ShiftUI.Button(); - this.label176 = new ShiftUI.Label(); - this.pnlmenus = new ShiftUI.Panel(); - this.pnladvanced = new ShiftUI.Panel(); - this.btnmorebuttons = new ShiftUI.Button(); - this.pnlbuttonchecked = new ShiftUI.Panel(); - this.label136 = new ShiftUI.Label(); - this.pnlitemselectedend = new ShiftUI.Panel(); - this.label129 = new ShiftUI.Label(); - this.pnlbuttonpressed = new ShiftUI.Panel(); - this.label130 = new ShiftUI.Label(); - this.pnlitemselectedbegin = new ShiftUI.Panel(); - this.label131 = new ShiftUI.Label(); - this.pnlitemselected = new ShiftUI.Panel(); - this.label132 = new ShiftUI.Label(); - this.pnlbuttonselected = new ShiftUI.Panel(); - this.label133 = new ShiftUI.Label(); - this.pnlcheckbg = new ShiftUI.Panel(); - this.label134 = new ShiftUI.Label(); - this.label135 = new ShiftUI.Label(); - this.pnlmore = new ShiftUI.Panel(); - this.pnlpressedbegin = new ShiftUI.Panel(); - this.btnback = new ShiftUI.Button(); - this.label138 = new ShiftUI.Label(); - this.pnlselectedbegin = new ShiftUI.Panel(); - this.pnlpressedend = new ShiftUI.Panel(); - this.label137 = new ShiftUI.Label(); - this.label139 = new ShiftUI.Label(); - this.pnlselectedend = new ShiftUI.Panel(); - this.pnlpressedmiddle = new ShiftUI.Panel(); - this.label140 = new ShiftUI.Label(); - this.label142 = new ShiftUI.Label(); - this.pnlselectedmiddle = new ShiftUI.Panel(); - this.label145 = new ShiftUI.Label(); - this.label147 = new ShiftUI.Label(); - this.pnldropdown = new ShiftUI.Panel(); - this.pnlddborder = new ShiftUI.Panel(); - this.label117 = new ShiftUI.Label(); - this.pnlmarginend = new ShiftUI.Panel(); - this.label120 = new ShiftUI.Label(); - this.pnlmarginmiddle = new ShiftUI.Panel(); - this.label121 = new ShiftUI.Label(); - this.pnlmarginbegin = new ShiftUI.Panel(); - this.label122 = new ShiftUI.Label(); - this.pnlhcolor = new ShiftUI.Panel(); - this.label123 = new ShiftUI.Label(); - this.pnlhborder = new ShiftUI.Panel(); - this.label125 = new ShiftUI.Label(); - this.label126 = new ShiftUI.Label(); - this.pnlbasic = new ShiftUI.Panel(); - this.pnlmenutextcolor = new ShiftUI.Panel(); - this.label118 = new ShiftUI.Label(); - this.pnldropdownbg = new ShiftUI.Panel(); - this.label115 = new ShiftUI.Label(); - this.pnlstatusend = new ShiftUI.Panel(); - this.label114 = new ShiftUI.Label(); - this.pnlstatusbegin = new ShiftUI.Panel(); - this.label107 = new ShiftUI.Label(); - this.pnltoolbarend = new ShiftUI.Panel(); - this.label77 = new ShiftUI.Label(); - this.pnltoolbarmiddle = new ShiftUI.Panel(); - this.label76 = new ShiftUI.Label(); - this.pnltoolbarbegin = new ShiftUI.Panel(); - this.label75 = new ShiftUI.Label(); - this.pnlmenubarend = new ShiftUI.Panel(); - this.label73 = new ShiftUI.Label(); - this.pnlmenubarbegin = new ShiftUI.Panel(); - this.label42 = new ShiftUI.Label(); - this.label41 = new ShiftUI.Label(); - this.pnlmenusintro = new ShiftUI.Panel(); - this.label116 = new ShiftUI.Label(); - this.label124 = new ShiftUI.Label(); - this.pnlmenucategories = new ShiftUI.Panel(); - this.btnmisc = new ShiftUI.Button(); - this.btnadvanced = new ShiftUI.Button(); - this.btndropdown = new ShiftUI.Button(); - this.btnbasic = new ShiftUI.Button(); - this.label74 = new ShiftUI.Label(); - this.tmrfix = new ShiftUI.Timer(this.components); - this.tmrdelay = new ShiftUI.Timer(this.components); - this.pnlluaoptions = new ShiftUI.Panel(); - this.flmorebuttons = new ShiftUI.FlowLayoutPanel(); - this.pnlluafield = new ShiftUI.Panel(); - this.catholder.SuspendLayout(); - this.pnlshifterintro.SuspendLayout(); - this.pnldesktopoptions.SuspendLayout(); - this.pnldesktoppaneloptions.SuspendLayout(); - this.pnlapplauncheroptions.SuspendLayout(); - this.pnldesktopintro.SuspendLayout(); - this.pnlpanelbuttonsoptions.SuspendLayout(); - this.pnldesktopbackgroundoptions.SuspendLayout(); - this.pnlpanelclockoptions.SuspendLayout(); - this.pnldesktoppreview.SuspendLayout(); - this.predesktoppanel.SuspendLayout(); - this.prepnlpanelbuttonholder.SuspendLayout(); - this.prepnlpanelbutton.SuspendLayout(); - this.pretimepanel.SuspendLayout(); - this.preapplaunchermenuholder.SuspendLayout(); - this.predesktopappmenu.SuspendLayout(); - this.Panel10.SuspendLayout(); - this.pnlwindowsoptions.SuspendLayout(); - this.pnlwindowsintro.SuspendLayout(); - this.pnlbuttonoptions.SuspendLayout(); - this.pnlclosebuttonoptions.SuspendLayout(); - this.pnlrollupbuttonoptions.SuspendLayout(); - this.pnlminimizebuttonoptions.SuspendLayout(); - this.pnltitlebaroptions.SuspendLayout(); - this.pnlborderoptions.SuspendLayout(); - this.pnltitletextoptions.SuspendLayout(); - this.pnlwindowsobjects.SuspendLayout(); - this.pnlwindowpreview.SuspendLayout(); - this.prepgleft.SuspendLayout(); - this.prepgright.SuspendLayout(); - this.pretitlebar.SuspendLayout(); - this.pnlreset.SuspendLayout(); - this.pgcontents.SuspendLayout(); - this.pnldesktopcomposition.SuspendLayout(); - this.pnlfancywindows.SuspendLayout(); - this.pnlfancydragging.SuspendLayout(); - this.pnlfancyintro.SuspendLayout(); - this.panel18.SuspendLayout(); - this.panel25.SuspendLayout(); - this.panel36.SuspendLayout(); - this.pnlmenus.SuspendLayout(); - this.pnladvanced.SuspendLayout(); - this.pnlmore.SuspendLayout(); - this.pnldropdown.SuspendLayout(); - this.pnlbasic.SuspendLayout(); - this.pnlmenusintro.SuspendLayout(); - this.pnlmenucategories.SuspendLayout(); - this.pnlluaoptions.SuspendLayout(); - this.SuspendLayout(); - // - // clocktick - // - this.clocktick.Enabled = true; - this.clocktick.Interval = 1000; - // - // customizationtime - // - this.customizationtime.Enabled = true; - this.customizationtime.Interval = 10000; - // - // timerearned - // - this.timerearned.Interval = 3000; - // - // Label1 - // - this.Label1.AutoSize = true; - this.Label1.ForeColor = System.Drawing.Color.White; - this.Label1.Location = new System.Drawing.Point(597, 3); - this.Label1.Name = "Label1"; - this.Label1.Size = new System.Drawing.Size(39, 13); - this.Label1.TabIndex = 1; - this.Label1.Text = "Label1"; - // - // btnapply - // - this.btnapply.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); - 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"; - this.btnapply.Size = new System.Drawing.Size(119, 29); - this.btnapply.TabIndex = 3; - this.btnapply.TabStop = false; - this.btnapply.Text = "Apply Changes"; - this.btnapply.UseVisualStyleBackColor = true; - this.btnapply.Click += new System.EventHandler(this.btnapply_Click); - // - // catholder - // - this.catholder.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left))); - this.catholder.BackColor = System.Drawing.Color.White; - this.catholder.Widgets.Add(this.btnmore); - this.catholder.Widgets.Add(this.btnreset); - this.catholder.Widgets.Add(this.btnwindowcomposition); - this.catholder.Widgets.Add(this.btndesktopicons); - this.catholder.Widgets.Add(this.btnmenus); - this.catholder.Widgets.Add(this.btnwindows); - this.catholder.Widgets.Add(this.btndesktop); - this.catholder.Location = new System.Drawing.Point(7, 9); - this.catholder.Name = "catholder"; - this.catholder.Size = new System.Drawing.Size(119, 271); - this.catholder.TabIndex = 5; - // - // btnmore - // - this.btnmore.BackColor = System.Drawing.Color.White; - this.btnmore.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btnmore.Size = new System.Drawing.Size(119, 29); - this.btnmore.TabIndex = 11; - this.btnmore.TabStop = false; - this.btnmore.Text = "More"; - this.btnmore.UseVisualStyleBackColor = false; - this.btnmore.Click += new System.EventHandler(this.btnmore_Click); - // - // btnreset - // - this.btnreset.BackColor = System.Drawing.Color.White; - this.btnreset.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btnreset.Size = new System.Drawing.Size(119, 29); - this.btnreset.TabIndex = 8; - this.btnreset.TabStop = false; - this.btnreset.Text = "Reset"; - this.btnreset.UseVisualStyleBackColor = false; - this.btnreset.Click += new System.EventHandler(this.btnreset_Click); - // - // btnwindowcomposition - // - this.btnwindowcomposition.BackColor = System.Drawing.Color.White; - this.btnwindowcomposition.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btnwindowcomposition.Size = new System.Drawing.Size(119, 29); - this.btnwindowcomposition.TabIndex = 10; - this.btnwindowcomposition.TabStop = false; - this.btnwindowcomposition.Text = "Fancy Effects"; - this.btnwindowcomposition.UseVisualStyleBackColor = false; - this.btnwindowcomposition.Visible = false; - this.btnwindowcomposition.Click += new System.EventHandler(this.btnwindowcomposition_Click); - // - // btndesktopicons - // - this.btndesktopicons.BackColor = System.Drawing.Color.White; - this.btndesktopicons.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btndesktopicons.Size = new System.Drawing.Size(119, 29); - this.btndesktopicons.TabIndex = 9; - this.btndesktopicons.TabStop = false; - this.btndesktopicons.Text = "Desktop Icons"; - this.btndesktopicons.UseVisualStyleBackColor = false; - this.btndesktopicons.Visible = false; - // - // btnmenus - // - this.btnmenus.BackColor = System.Drawing.Color.White; - this.btnmenus.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btnmenus.Size = new System.Drawing.Size(119, 29); - this.btnmenus.TabIndex = 6; - this.btnmenus.TabStop = false; - this.btnmenus.Text = "Menus"; - this.btnmenus.UseVisualStyleBackColor = false; - this.btnmenus.Visible = false; - this.btnmenus.Click += new System.EventHandler(this.btnmenus_Click_1); - // - // btnwindows - // - this.btnwindows.BackColor = System.Drawing.Color.White; - this.btnwindows.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btnwindows.Size = new System.Drawing.Size(119, 29); - this.btnwindows.TabIndex = 5; - this.btnwindows.TabStop = false; - this.btnwindows.Text = "Windows"; - this.btnwindows.UseVisualStyleBackColor = false; - this.btnwindows.Click += new System.EventHandler(this.btnwindows_Click); - // - // btndesktop - // - this.btndesktop.BackColor = System.Drawing.Color.White; - this.btndesktop.Dock = ShiftUI.DockStyle.Top; - 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"; - this.btndesktop.Size = new System.Drawing.Size(119, 29); - this.btndesktop.TabIndex = 4; - this.btndesktop.TabStop = false; - this.btndesktop.Text = "Desktop"; - this.btndesktop.UseVisualStyleBackColor = false; - this.btndesktop.Click += new System.EventHandler(this.btndesktop_Click); - // - // pnlshifterintro - // - this.pnlshifterintro.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlshifterintro.BackColor = System.Drawing.Color.White; - this.pnlshifterintro.Widgets.Add(this.Label66); - this.pnlshifterintro.Widgets.Add(this.Label65); - this.pnlshifterintro.Widgets.Add(this.Label64); - this.pnlshifterintro.Widgets.Add(this.Label63); - this.pnlshifterintro.Location = new System.Drawing.Point(134, 9); - this.pnlshifterintro.Name = "pnlshifterintro"; - this.pnlshifterintro.Size = new System.Drawing.Size(457, 306); - this.pnlshifterintro.TabIndex = 17; - // - // Label66 - // - this.Label66.BackColor = System.Drawing.Color.Transparent; - this.Label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label66.Location = new System.Drawing.Point(3, 227); - this.Label66.Name = "Label66"; - this.Label66.Size = new System.Drawing.Size(451, 65); - this.Label66.TabIndex = 3; - this.Label66.Text = "That\'s right! As you make customizations to ShiftOS, you can earn Codepoints. The" + - " more you shift it, the more CP you earn. Just hit the \'Apply Changes\' button, a" + - "nd you\'ll recieve your codepoints."; - this.Label66.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // Label65 - // - this.Label65.AutoSize = true; - this.Label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label65.Location = new System.Drawing.Point(53, 204); - this.Label65.Name = "Label65"; - this.Label65.Size = new System.Drawing.Size(352, 20); - this.Label65.TabIndex = 2; - this.Label65.Text = "You can earn codepoints using the Shifter!"; - // - // Label64 - // - this.Label64.BackColor = System.Drawing.Color.Transparent; - this.Label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label64.Location = new System.Drawing.Point(4, 32); - this.Label64.Name = "Label64"; - this.Label64.Size = new System.Drawing.Size(451, 167); - this.Label64.TabIndex = 1; - this.Label64.Text = resources.GetString("Label64.Text"); - this.Label64.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // Label63 - // - this.Label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label63.Location = new System.Drawing.Point(72, 0); - this.Label63.Name = "Label63"; - this.Label63.Size = new System.Drawing.Size(332, 29); - this.Label63.TabIndex = 0; - this.Label63.Text = "Welcome to the Shifter!"; - // - // pnldesktopoptions - // - this.pnldesktopoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnldesktopoptions.BackColor = System.Drawing.Color.White; - this.pnldesktopoptions.Widgets.Add(this.pnlapplauncheroptions); - this.pnldesktopoptions.Widgets.Add(this.pnldesktoppaneloptions); - this.pnldesktopoptions.Widgets.Add(this.pnldesktopintro); - this.pnldesktopoptions.Widgets.Add(this.pnlpanelbuttonsoptions); - this.pnldesktopoptions.Widgets.Add(this.pnldesktopbackgroundoptions); - this.pnldesktopoptions.Widgets.Add(this.pnlpanelclockoptions); - this.pnldesktopoptions.Widgets.Add(this.pnldesktoppreview); - this.pnldesktopoptions.Widgets.Add(this.Panel10); - this.pnldesktopoptions.Location = new System.Drawing.Point(134, 9); - this.pnldesktopoptions.Name = "pnldesktopoptions"; - this.pnldesktopoptions.Size = new System.Drawing.Size(457, 306); - this.pnldesktopoptions.TabIndex = 16; - this.pnldesktopoptions.Visible = false; - // - // pnldesktoppaneloptions - // - this.pnldesktoppaneloptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnldesktoppaneloptions.Widgets.Add(this.btnpanelbuttons); - this.pnldesktoppaneloptions.Widgets.Add(this.lbwarning); - this.pnldesktoppaneloptions.Widgets.Add(this.combodesktoppanelposition); - this.pnldesktoppaneloptions.Widgets.Add(this.lbposition); - this.pnldesktoppaneloptions.Widgets.Add(this.Label47); - this.pnldesktoppaneloptions.Widgets.Add(this.txtdesktoppanelheight); - this.pnldesktoppaneloptions.Widgets.Add(this.lbheight); - this.pnldesktoppaneloptions.Widgets.Add(this.pnldesktoppanelcolour); - this.pnldesktoppaneloptions.Widgets.Add(this.lbpanelcolor); - this.pnldesktoppaneloptions.Location = new System.Drawing.Point(135, 159); - this.pnldesktoppaneloptions.Name = "pnldesktoppaneloptions"; - this.pnldesktoppaneloptions.Size = new System.Drawing.Size(317, 140); - this.pnldesktoppaneloptions.TabIndex = 9; - this.pnldesktoppaneloptions.Visible = false; - // - // btnpanelbuttons - // - this.btnpanelbuttons.BackColor = System.Drawing.Color.White; - 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"; - this.btnpanelbuttons.Size = new System.Drawing.Size(119, 29); - this.btnpanelbuttons.TabIndex = 8; - this.btnpanelbuttons.Text = "Panel Buttons >"; - this.btnpanelbuttons.UseVisualStyleBackColor = false; - this.btnpanelbuttons.Click += new System.EventHandler(this.btnpanelbuttons_Click); - // - // lbwarning - // - this.lbwarning.Location = new System.Drawing.Point(3, 52); - this.lbwarning.Name = "lbwarning"; - this.lbwarning.Size = new System.Drawing.Size(290, 42); - this.lbwarning.TabIndex = 8; - this.lbwarning.Text = "Warning: If you set the panel position to the bottom you must hide your windows t" + - "askbar and restart ShiftOS on your host operating system to prevent a visual bug" + - "."; - // - // combodesktoppanelposition - // - this.combodesktoppanelposition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.combodesktoppanelposition.FormattingEnabled = true; - this.combodesktoppanelposition.Items.AddRange(new object[] { - "Top", - "Bottom"}); - this.combodesktoppanelposition.Location = new System.Drawing.Point(103, 28); - this.combodesktoppanelposition.Name = "combodesktoppanelposition"; - this.combodesktoppanelposition.Size = new System.Drawing.Size(59, 24); - this.combodesktoppanelposition.TabIndex = 7; - this.combodesktoppanelposition.SelectedIndexChanged += new System.EventHandler(this.combodesktoppanelposition_SelectedIndexChanged); - // - // lbposition - // - this.lbposition.AutoSize = true; - this.lbposition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbposition.Location = new System.Drawing.Point(3, 31); - this.lbposition.Name = "lbposition"; - this.lbposition.Size = new System.Drawing.Size(97, 16); - this.lbposition.TabIndex = 6; - this.lbposition.Text = "Panel Position:"; - // - // Label47 - // - this.Label47.AutoSize = true; - this.Label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label47.Location = new System.Drawing.Point(226, 8); - this.Label47.Name = "Label47"; - this.Label47.Size = new System.Drawing.Size(22, 16); - this.Label47.TabIndex = 5; - this.Label47.Text = "px"; - // - // txtdesktoppanelheight - // - this.txtdesktoppanelheight.BackColor = System.Drawing.Color.White; - this.txtdesktoppanelheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtdesktoppanelheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtdesktoppanelheight.ForeColor = System.Drawing.Color.Black; - this.txtdesktoppanelheight.Location = new System.Drawing.Point(189, 5); - this.txtdesktoppanelheight.Name = "txtdesktoppanelheight"; - this.txtdesktoppanelheight.Size = new System.Drawing.Size(37, 22); - this.txtdesktoppanelheight.TabIndex = 4; - this.txtdesktoppanelheight.TextChanged += new System.EventHandler(this.txtdesktoppanelheight_ValueChanged); - // - // lbheight - // - this.lbheight.AutoSize = true; - this.lbheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbheight.Location = new System.Drawing.Point(138, 7); - this.lbheight.Name = "lbheight"; - this.lbheight.Size = new System.Drawing.Size(50, 16); - this.lbheight.TabIndex = 2; - this.lbheight.Text = "Height:"; - // - // pnldesktoppanelcolour - // - this.pnldesktoppanelcolour.Location = new System.Drawing.Point(92, 5); - this.pnldesktoppanelcolour.Name = "pnldesktoppanelcolour"; - this.pnldesktoppanelcolour.Size = new System.Drawing.Size(41, 20); - this.pnldesktoppanelcolour.TabIndex = 1; - this.pnldesktoppanelcolour.MouseDown += new ShiftUI.MouseEventHandler(this.ChangeDesktopPanelColor); - // - // lbpanelcolor - // - this.lbpanelcolor.AutoSize = true; - this.lbpanelcolor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbpanelcolor.Location = new System.Drawing.Point(3, 7); - this.lbpanelcolor.Name = "lbpanelcolor"; - this.lbpanelcolor.Size = new System.Drawing.Size(88, 16); - this.lbpanelcolor.TabIndex = 0; - this.lbpanelcolor.Text = "Panel Colour:"; - // - // pnlapplauncheroptions - // - this.pnlapplauncheroptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnlapplauncheroptions.Widgets.Add(this.pnlalhover); - this.pnlapplauncheroptions.Widgets.Add(this.label119); - this.pnlapplauncheroptions.Widgets.Add(this.Label71); - this.pnlapplauncheroptions.Widgets.Add(this.txtapplauncherwidth); - this.pnlapplauncheroptions.Widgets.Add(this.Label72); - this.pnlapplauncheroptions.Widgets.Add(this.txtappbuttonlabel); - this.pnlapplauncheroptions.Widgets.Add(this.Label51); - this.pnlapplauncheroptions.Widgets.Add(this.Label50); - this.pnlapplauncheroptions.Widgets.Add(this.pnlmaintextcolour); - this.pnlapplauncheroptions.Widgets.Add(this.comboappbuttontextstyle); - this.pnlapplauncheroptions.Widgets.Add(this.comboappbuttontextfont); - this.pnlapplauncheroptions.Widgets.Add(this.Label37); - this.pnlapplauncheroptions.Widgets.Add(this.Label38); - this.pnlapplauncheroptions.Widgets.Add(this.txtappbuttontextsize); - this.pnlapplauncheroptions.Widgets.Add(this.Label39); - this.pnlapplauncheroptions.Widgets.Add(this.Label40); - this.pnlapplauncheroptions.Widgets.Add(this.pnlmainbuttonactivated); - this.pnlapplauncheroptions.Widgets.Add(this.Label28); - this.pnlapplauncheroptions.Widgets.Add(this.Label35); - this.pnlapplauncheroptions.Widgets.Add(this.txtapplicationsbuttonheight); - this.pnlapplauncheroptions.Widgets.Add(this.Label36); - this.pnlapplauncheroptions.Widgets.Add(this.pnlmainbuttoncolour); - this.pnlapplauncheroptions.Widgets.Add(this.Label43); - this.pnlapplauncheroptions.Location = new System.Drawing.Point(135, 159); - this.pnlapplauncheroptions.Name = "pnlapplauncheroptions"; - this.pnlapplauncheroptions.Size = new System.Drawing.Size(317, 140); - this.pnlapplauncheroptions.TabIndex = 10; - this.pnlapplauncheroptions.Visible = false; - // - // pnlalhover - // - this.pnlalhover.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlalhover.Location = new System.Drawing.Point(90, 29); - this.pnlalhover.Name = "pnlalhover"; - this.pnlalhover.Size = new System.Drawing.Size(41, 20); - this.pnlalhover.TabIndex = 3; - this.pnlalhover.MouseDown += new ShiftUI.MouseEventHandler(this.SetALHoverColor); - // - // label119 - // - this.label119.AutoSize = true; - this.label119.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label119.Location = new System.Drawing.Point(3, 31); - this.label119.Name = "label119"; - this.label119.Size = new System.Drawing.Size(84, 16); - this.label119.TabIndex = 2; - this.label119.Text = "Mouse Over:"; - // - // Label71 - // - this.Label71.AutoSize = true; - this.Label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label71.Location = new System.Drawing.Point(203, 103); - this.Label71.Name = "Label71"; - this.Label71.Size = new System.Drawing.Size(22, 16); - this.Label71.TabIndex = 33; - this.Label71.Text = "px"; - // - // txtapplauncherwidth - // - this.txtapplauncherwidth.BackColor = System.Drawing.Color.White; - this.txtapplauncherwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtapplauncherwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtapplauncherwidth.ForeColor = System.Drawing.Color.Black; - this.txtapplauncherwidth.Location = new System.Drawing.Point(148, 101); - this.txtapplauncherwidth.Name = "txtapplauncherwidth"; - this.txtapplauncherwidth.Size = new System.Drawing.Size(54, 22); - this.txtapplauncherwidth.TabIndex = 32; - this.txtapplauncherwidth.TextChanged += new System.EventHandler(this.txtapplauncherwidth_TextChanged); - // - // Label72 - // - this.Label72.AutoSize = true; - this.Label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label72.Location = new System.Drawing.Point(103, 103); - this.Label72.Name = "Label72"; - this.Label72.Size = new System.Drawing.Size(45, 16); - this.Label72.TabIndex = 31; - this.Label72.Text = "Width:"; - // - // txtappbuttonlabel - // - this.txtappbuttonlabel.BackColor = System.Drawing.Color.White; - this.txtappbuttonlabel.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtappbuttonlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtappbuttonlabel.ForeColor = System.Drawing.Color.Black; - this.txtappbuttonlabel.Location = new System.Drawing.Point(53, 76); - this.txtappbuttonlabel.Name = "txtappbuttonlabel"; - this.txtappbuttonlabel.Size = new System.Drawing.Size(81, 22); - this.txtappbuttonlabel.TabIndex = 30; - this.txtappbuttonlabel.TextChanged += new System.EventHandler(this.txtappbuttonlabel_KeyDown); - // - // Label51 - // - this.Label51.AutoSize = true; - this.Label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label51.Location = new System.Drawing.Point(2, 79); - this.Label51.Name = "Label51"; - this.Label51.Size = new System.Drawing.Size(45, 16); - this.Label51.TabIndex = 29; - this.Label51.Text = "Label:"; - // - // Label50 - // - this.Label50.AutoSize = true; - this.Label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label50.Location = new System.Drawing.Point(140, 79); - this.Label50.Name = "Label50"; - this.Label50.Size = new System.Drawing.Size(37, 16); - this.Label50.TabIndex = 28; - this.Label50.Text = "Font:"; - // - // pnlmaintextcolour - // - this.pnlmaintextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmaintextcolour.Location = new System.Drawing.Point(155, 51); - this.pnlmaintextcolour.Name = "pnlmaintextcolour"; - this.pnlmaintextcolour.Size = new System.Drawing.Size(41, 20); - this.pnlmaintextcolour.TabIndex = 19; - this.pnlmaintextcolour.MouseDown += new ShiftUI.MouseEventHandler(this.SetAppLauncherTextColor); - // - // comboappbuttontextstyle - // - this.comboappbuttontextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.comboappbuttontextstyle.FormattingEnabled = true; - this.comboappbuttontextstyle.Items.AddRange(new object[] { - "Bold", - "Italic", - "Regular", - "Strikeout", - "Underline"}); - this.comboappbuttontextstyle.Location = new System.Drawing.Point(243, 49); - this.comboappbuttontextstyle.Name = "comboappbuttontextstyle"; - this.comboappbuttontextstyle.Size = new System.Drawing.Size(64, 24); - this.comboappbuttontextstyle.TabIndex = 27; - this.comboappbuttontextstyle.SelectedIndexChanged += new System.EventHandler(this.comboappbuttontextstyle_SelectedIndexChanged); - // - // comboappbuttontextfont - // - this.comboappbuttontextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.comboappbuttontextfont.FormattingEnabled = true; - this.comboappbuttontextfont.Location = new System.Drawing.Point(181, 75); - this.comboappbuttontextfont.Name = "comboappbuttontextfont"; - this.comboappbuttontextfont.Size = new System.Drawing.Size(125, 24); - this.comboappbuttontextfont.TabIndex = 26; - this.comboappbuttontextfont.SelectedIndexChanged += new System.EventHandler(this.comboappbuttontextfont_SelectedIndexChanged); - // - // Label37 - // - this.Label37.AutoSize = true; - this.Label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label37.Location = new System.Drawing.Point(200, 52); - this.Label37.Name = "Label37"; - this.Label37.Size = new System.Drawing.Size(41, 16); - this.Label37.TabIndex = 25; - this.Label37.Text = "Style:"; - // - // Label38 - // - this.Label38.AutoSize = true; - this.Label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label38.Location = new System.Drawing.Point(75, 52); - this.Label38.Name = "Label38"; - this.Label38.Size = new System.Drawing.Size(22, 16); - this.Label38.TabIndex = 24; - this.Label38.Text = "px"; - // - // txtappbuttontextsize - // - this.txtappbuttontextsize.BackColor = System.Drawing.Color.White; - this.txtappbuttontextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtappbuttontextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtappbuttontextsize.ForeColor = System.Drawing.Color.Black; - this.txtappbuttontextsize.Location = new System.Drawing.Point(51, 50); - this.txtappbuttontextsize.Name = "txtappbuttontextsize"; - this.txtappbuttontextsize.Size = new System.Drawing.Size(23, 22); - this.txtappbuttontextsize.TabIndex = 23; - this.txtappbuttontextsize.TextChanged += new System.EventHandler(this.txtappbuttontextsize_TextChanged); - // - // Label39 - // - this.Label39.AutoSize = true; - this.Label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label39.Location = new System.Drawing.Point(1, 52); - this.Label39.Name = "Label39"; - this.Label39.Size = new System.Drawing.Size(49, 16); - this.Label39.TabIndex = 22; - this.Label39.Text = "T Size:"; - // - // Label40 - // - this.Label40.AutoSize = true; - this.Label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label40.Location = new System.Drawing.Point(101, 53); - this.Label40.Name = "Label40"; - this.Label40.Size = new System.Drawing.Size(50, 16); - this.Label40.TabIndex = 21; - this.Label40.Text = "Colour:"; - // - // pnlmainbuttonactivated - // - this.pnlmainbuttonactivated.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmainbuttonactivated.Location = new System.Drawing.Point(267, 6); - this.pnlmainbuttonactivated.Name = "pnlmainbuttonactivated"; - this.pnlmainbuttonactivated.Size = new System.Drawing.Size(41, 20); - this.pnlmainbuttonactivated.TabIndex = 16; - this.pnlmainbuttonactivated.MouseClick += new ShiftUI.MouseEventHandler(this.SetALButtonClickedColor); - // - // Label28 - // - this.Label28.AutoSize = true; - this.Label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label28.Location = new System.Drawing.Point(177, 7); - this.Label28.Name = "Label28"; - this.Label28.Size = new System.Drawing.Size(67, 16); - this.Label28.TabIndex = 15; - this.Label28.Text = "Activated:"; - // - // Label35 - // - this.Label35.AutoSize = true; - this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label35.Location = new System.Drawing.Point(77, 103); - this.Label35.Name = "Label35"; - this.Label35.Size = new System.Drawing.Size(22, 16); - this.Label35.TabIndex = 14; - this.Label35.Text = "px"; - // - // txtapplicationsbuttonheight - // - this.txtapplicationsbuttonheight.BackColor = System.Drawing.Color.White; - this.txtapplicationsbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtapplicationsbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtapplicationsbuttonheight.ForeColor = System.Drawing.Color.Black; - this.txtapplicationsbuttonheight.Location = new System.Drawing.Point(53, 101); - this.txtapplicationsbuttonheight.Name = "txtapplicationsbuttonheight"; - this.txtapplicationsbuttonheight.Size = new System.Drawing.Size(23, 22); - this.txtapplicationsbuttonheight.TabIndex = 13; - this.txtapplicationsbuttonheight.TextChanged += new System.EventHandler(this.txtapplicationsbuttonheight_TextChanged); - // - // Label36 - // - this.Label36.AutoSize = true; - this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label36.Location = new System.Drawing.Point(2, 103); - this.Label36.Name = "Label36"; - this.Label36.Size = new System.Drawing.Size(50, 16); - this.Label36.TabIndex = 12; - this.Label36.Text = "Height:"; - // - // pnlmainbuttoncolour - // - this.pnlmainbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmainbuttoncolour.Location = new System.Drawing.Point(128, 4); - this.pnlmainbuttoncolour.Name = "pnlmainbuttoncolour"; - this.pnlmainbuttoncolour.Size = new System.Drawing.Size(41, 20); - this.pnlmainbuttoncolour.TabIndex = 1; - this.pnlmainbuttoncolour.MouseDown += new ShiftUI.MouseEventHandler(this.SetALButtonColor); - // - // Label43 - // - this.Label43.AutoSize = true; - this.Label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label43.Location = new System.Drawing.Point(3, 7); - this.Label43.Name = "Label43"; - this.Label43.Size = new System.Drawing.Size(122, 16); - this.Label43.TabIndex = 0; - this.Label43.Text = "Main Button Colour:"; - // - // pnldesktopintro - // - this.pnldesktopintro.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnldesktopintro.Widgets.Add(this.Label69); - this.pnldesktopintro.Widgets.Add(this.Label70); - this.pnldesktopintro.Location = new System.Drawing.Point(135, 159); - this.pnldesktopintro.Name = "pnldesktopintro"; - this.pnldesktopintro.Size = new System.Drawing.Size(317, 140); - this.pnldesktopintro.TabIndex = 17; - // - // Label69 - // - this.Label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label69.Location = new System.Drawing.Point(3, 20); - this.Label69.Name = "Label69"; - this.Label69.Size = new System.Drawing.Size(312, 113); - this.Label69.TabIndex = 1; - this.Label69.Text = "The Desktop Settings allow you to customize various desktop-related settings such" + - " as the desktop background. Go ahead and explore!"; - this.Label69.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // Label70 - // - this.Label70.AutoSize = true; - this.Label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label70.Location = new System.Drawing.Point(86, -2); - this.Label70.Name = "Label70"; - this.Label70.Size = new System.Drawing.Size(148, 20); - this.Label70.TabIndex = 0; - this.Label70.Text = "Desktop Settings"; - // - // pnlpanelbuttonsoptions - // - this.pnlpanelbuttonsoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnlpanelbuttonsoptions.Widgets.Add(this.pnlpanelbuttontextcolour); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label101); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontexttop); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label104); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontextside); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label106); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label93); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontop); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label94); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoninitalgap); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label108); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonicontop); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label110); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoniconside); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label112); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoniconsize); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label105); - this.pnlpanelbuttonsoptions.Widgets.Add(this.cbpanelbuttontextstyle); - this.pnlpanelbuttonsoptions.Widgets.Add(this.cbpanelbuttonfont); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label100); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpaneltextbuttonsize); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label102); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label103); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label98); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttongap); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label99); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label96); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonheight); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label97); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label92); - this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonwidth); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label91); - this.pnlpanelbuttonsoptions.Widgets.Add(this.pnlpanelbuttoncolour); - this.pnlpanelbuttonsoptions.Widgets.Add(this.Label95); - this.pnlpanelbuttonsoptions.Location = new System.Drawing.Point(135, 159); - this.pnlpanelbuttonsoptions.Name = "pnlpanelbuttonsoptions"; - this.pnlpanelbuttonsoptions.Size = new System.Drawing.Size(317, 140); - this.pnlpanelbuttonsoptions.TabIndex = 10; - this.pnlpanelbuttonsoptions.Visible = false; - // - // pnlpanelbuttontextcolour - // - this.pnlpanelbuttontextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlpanelbuttontextcolour.Location = new System.Drawing.Point(270, 57); - this.pnlpanelbuttontextcolour.Name = "pnlpanelbuttontextcolour"; - this.pnlpanelbuttontextcolour.Size = new System.Drawing.Size(41, 20); - this.pnlpanelbuttontextcolour.TabIndex = 50; - this.pnlpanelbuttontextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetPanelButtonTextColor); - // - // Label101 - // - this.Label101.AutoSize = true; - this.Label101.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label101.Location = new System.Drawing.Point(219, 59); - this.Label101.Name = "Label101"; - this.Label101.Size = new System.Drawing.Size(50, 16); - this.Label101.TabIndex = 49; - this.Label101.Text = "Colour:"; - // - // txtpanelbuttontexttop - // - this.txtpanelbuttontexttop.BackColor = System.Drawing.Color.White; - this.txtpanelbuttontexttop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttontexttop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttontexttop.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttontexttop.Location = new System.Drawing.Point(225, 82); - this.txtpanelbuttontexttop.Name = "txtpanelbuttontexttop"; - this.txtpanelbuttontexttop.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttontexttop.TabIndex = 48; - this.txtpanelbuttontexttop.TextChanged += new System.EventHandler(this.txtpanelbuttontexttop_TextChanged); - // - // Label104 - // - this.Label104.AutoSize = true; - this.Label104.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label104.Location = new System.Drawing.Point(191, 84); - this.Label104.Name = "Label104"; - this.Label104.Size = new System.Drawing.Size(36, 16); - this.Label104.TabIndex = 47; - this.Label104.Text = "Top:"; - // - // txtpanelbuttontextside - // - this.txtpanelbuttontextside.BackColor = System.Drawing.Color.White; - this.txtpanelbuttontextside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttontextside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttontextside.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttontextside.Location = new System.Drawing.Point(165, 82); - this.txtpanelbuttontextside.Name = "txtpanelbuttontextside"; - this.txtpanelbuttontextside.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttontextside.TabIndex = 46; - this.txtpanelbuttontextside.TextChanged += new System.EventHandler(this.txtpanelbuttontextside_TextChanged); - // - // Label106 - // - this.Label106.AutoSize = true; - this.Label106.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label106.Location = new System.Drawing.Point(128, 84); - this.Label106.Name = "Label106"; - this.Label106.Size = new System.Drawing.Size(39, 16); - this.Label106.TabIndex = 45; - this.Label106.Text = "Side:"; - // - // Label93 - // - this.Label93.AutoSize = true; - this.Label93.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label93.Location = new System.Drawing.Point(292, 7); - this.Label93.Name = "Label93"; - this.Label93.Size = new System.Drawing.Size(22, 16); - this.Label93.TabIndex = 43; - this.Label93.Text = "px"; - // - // txtpanelbuttontop - // - this.txtpanelbuttontop.BackColor = System.Drawing.Color.White; - this.txtpanelbuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttontop.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttontop.Location = new System.Drawing.Point(268, 5); - this.txtpanelbuttontop.Name = "txtpanelbuttontop"; - this.txtpanelbuttontop.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttontop.TabIndex = 42; - this.txtpanelbuttontop.TextChanged += new System.EventHandler(this.txtpanelbuttontop_TextChanged); - // - // Label94 - // - this.Label94.AutoSize = true; - this.Label94.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label94.Location = new System.Drawing.Point(233, 7); - this.Label94.Name = "Label94"; - this.Label94.Size = new System.Drawing.Size(36, 16); - this.Label94.TabIndex = 41; - this.Label94.Text = "Top:"; - // - // txtpanelbuttoninitalgap - // - this.txtpanelbuttoninitalgap.BackColor = System.Drawing.Color.White; - this.txtpanelbuttoninitalgap.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttoninitalgap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttoninitalgap.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttoninitalgap.Location = new System.Drawing.Point(207, 5); - this.txtpanelbuttoninitalgap.Name = "txtpanelbuttoninitalgap"; - this.txtpanelbuttoninitalgap.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttoninitalgap.TabIndex = 40; - this.txtpanelbuttoninitalgap.TextChanged += new System.EventHandler(this.txtpanelbuttoninitalgap_TextChanged); - // - // Label108 - // - this.Label108.AutoSize = true; - this.Label108.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label108.Location = new System.Drawing.Point(137, 7); - this.Label108.Name = "Label108"; - this.Label108.Size = new System.Drawing.Size(70, 16); - this.Label108.TabIndex = 39; - this.Label108.Text = "Initial Gap:"; - // - // txtpanelbuttonicontop - // - this.txtpanelbuttonicontop.BackColor = System.Drawing.Color.White; - this.txtpanelbuttonicontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttonicontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttonicontop.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttonicontop.Location = new System.Drawing.Point(287, 108); - this.txtpanelbuttonicontop.Name = "txtpanelbuttonicontop"; - this.txtpanelbuttonicontop.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttonicontop.TabIndex = 37; - this.txtpanelbuttonicontop.TextChanged += new System.EventHandler(this.txtpanelbuttonicontop_TextChanged); - // - // Label110 - // - this.Label110.AutoSize = true; - this.Label110.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label110.Location = new System.Drawing.Point(221, 110); - this.Label110.Name = "Label110"; - this.Label110.Size = new System.Drawing.Size(64, 16); - this.Label110.TabIndex = 36; - this.Label110.Text = "Icon Top:"; - // - // txtpanelbuttoniconside - // - this.txtpanelbuttoniconside.BackColor = System.Drawing.Color.White; - this.txtpanelbuttoniconside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttoniconside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttoniconside.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttoniconside.Location = new System.Drawing.Point(180, 108); - this.txtpanelbuttoniconside.Name = "txtpanelbuttoniconside"; - this.txtpanelbuttoniconside.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttoniconside.TabIndex = 34; - this.txtpanelbuttoniconside.TextChanged += new System.EventHandler(this.txtpanelbuttoniconside_TextChanged); - // - // Label112 - // - this.Label112.AutoSize = true; - this.Label112.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label112.Location = new System.Drawing.Point(113, 110); - this.Label112.Name = "Label112"; - this.Label112.Size = new System.Drawing.Size(67, 16); - this.Label112.TabIndex = 33; - this.Label112.Text = "Icon Side:"; - // - // txtpanelbuttoniconsize - // - this.txtpanelbuttoniconsize.BackColor = System.Drawing.Color.White; - this.txtpanelbuttoniconsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttoniconsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttoniconsize.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttoniconsize.Location = new System.Drawing.Point(70, 108); - this.txtpanelbuttoniconsize.Name = "txtpanelbuttoniconsize"; - this.txtpanelbuttoniconsize.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttoniconsize.TabIndex = 27; - this.txtpanelbuttoniconsize.TextChanged += new System.EventHandler(this.txtpanelbuttoniconsize_TextChanged); - // - // Label105 - // - this.Label105.AutoSize = true; - this.Label105.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label105.Location = new System.Drawing.Point(3, 110); - this.Label105.Name = "Label105"; - this.Label105.Size = new System.Drawing.Size(65, 16); - this.Label105.TabIndex = 26; - this.Label105.Text = "Icon Size:"; - // - // cbpanelbuttontextstyle - // - this.cbpanelbuttontextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cbpanelbuttontextstyle.FormattingEnabled = true; - this.cbpanelbuttontextstyle.Items.AddRange(new object[] { - "Bold", - "Italic", - "Regular", - "Strikeout", - "Underline"}); - this.cbpanelbuttontextstyle.Location = new System.Drawing.Point(46, 83); - this.cbpanelbuttontextstyle.Name = "cbpanelbuttontextstyle"; - this.cbpanelbuttontextstyle.Size = new System.Drawing.Size(80, 24); - this.cbpanelbuttontextstyle.TabIndex = 25; - this.cbpanelbuttontextstyle.SelectedIndexChanged += new System.EventHandler(this.cbpanelbuttontextstyle_SelectedIndexChanged); - // - // cbpanelbuttonfont - // - this.cbpanelbuttonfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.cbpanelbuttonfont.FormattingEnabled = true; - this.cbpanelbuttonfont.Location = new System.Drawing.Point(70, 56); - this.cbpanelbuttonfont.Name = "cbpanelbuttonfont"; - this.cbpanelbuttonfont.Size = new System.Drawing.Size(147, 24); - this.cbpanelbuttonfont.TabIndex = 24; - this.cbpanelbuttonfont.SelectedIndexChanged += new System.EventHandler(this.cbpanelbuttonfont_SelectedIndexChanged); - // - // Label100 - // - this.Label100.AutoSize = true; - this.Label100.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label100.Location = new System.Drawing.Point(3, 86); - this.Label100.Name = "Label100"; - this.Label100.Size = new System.Drawing.Size(41, 16); - this.Label100.TabIndex = 23; - this.Label100.Text = "Style:"; - // - // txtpaneltextbuttonsize - // - this.txtpaneltextbuttonsize.BackColor = System.Drawing.Color.White; - this.txtpaneltextbuttonsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpaneltextbuttonsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpaneltextbuttonsize.ForeColor = System.Drawing.Color.Black; - this.txtpaneltextbuttonsize.Location = new System.Drawing.Point(287, 82); - this.txtpaneltextbuttonsize.Name = "txtpaneltextbuttonsize"; - this.txtpaneltextbuttonsize.Size = new System.Drawing.Size(23, 22); - this.txtpaneltextbuttonsize.TabIndex = 21; - this.txtpaneltextbuttonsize.TextChanged += new System.EventHandler(this.txtpaneltextbuttonsize_TextChanged); - // - // Label102 - // - this.Label102.AutoSize = true; - this.Label102.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label102.Location = new System.Drawing.Point(252, 84); - this.Label102.Name = "Label102"; - this.Label102.Size = new System.Drawing.Size(37, 16); - this.Label102.TabIndex = 20; - this.Label102.Text = "Size:"; - // - // Label103 - // - this.Label103.AutoSize = true; - this.Label103.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label103.Location = new System.Drawing.Point(3, 60); - this.Label103.Name = "Label103"; - this.Label103.Size = new System.Drawing.Size(66, 16); - this.Label103.TabIndex = 19; - this.Label103.Text = "Text Font:"; - // - // Label98 - // - this.Label98.AutoSize = true; - this.Label98.BackColor = System.Drawing.Color.Transparent; - this.Label98.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label98.Location = new System.Drawing.Point(292, 33); - this.Label98.Name = "Label98"; - this.Label98.Size = new System.Drawing.Size(22, 16); - this.Label98.TabIndex = 14; - this.Label98.Text = "px"; - // - // txtpanelbuttongap - // - this.txtpanelbuttongap.BackColor = System.Drawing.Color.White; - this.txtpanelbuttongap.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttongap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttongap.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttongap.Location = new System.Drawing.Point(268, 31); - this.txtpanelbuttongap.Name = "txtpanelbuttongap"; - this.txtpanelbuttongap.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttongap.TabIndex = 13; - this.txtpanelbuttongap.TextChanged += new System.EventHandler(this.txtpanelbuttongap_TextChanged); - // - // Label99 - // - this.Label99.AutoSize = true; - this.Label99.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label99.Location = new System.Drawing.Point(232, 33); - this.Label99.Name = "Label99"; - this.Label99.Size = new System.Drawing.Size(37, 16); - this.Label99.TabIndex = 12; - this.Label99.Text = "Gap:"; - // - // Label96 - // - this.Label96.AutoSize = true; - this.Label96.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label96.Location = new System.Drawing.Point(209, 34); - this.Label96.Name = "Label96"; - this.Label96.Size = new System.Drawing.Size(22, 16); - this.Label96.TabIndex = 11; - this.Label96.Text = "px"; - // - // txtpanelbuttonheight - // - this.txtpanelbuttonheight.BackColor = System.Drawing.Color.White; - this.txtpanelbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttonheight.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttonheight.Location = new System.Drawing.Point(185, 32); - this.txtpanelbuttonheight.Name = "txtpanelbuttonheight"; - this.txtpanelbuttonheight.Size = new System.Drawing.Size(23, 22); - this.txtpanelbuttonheight.TabIndex = 10; - this.txtpanelbuttonheight.TextChanged += new System.EventHandler(this.txtpanelbuttonheight_TextChanged); - // - // Label97 - // - this.Label97.AutoSize = true; - this.Label97.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label97.Location = new System.Drawing.Point(135, 34); - this.Label97.Name = "Label97"; - this.Label97.Size = new System.Drawing.Size(50, 16); - this.Label97.TabIndex = 9; - this.Label97.Text = "Height:"; - // - // Label92 - // - this.Label92.AutoSize = true; - this.Label92.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label92.Location = new System.Drawing.Point(114, 33); - this.Label92.Name = "Label92"; - this.Label92.Size = new System.Drawing.Size(22, 16); - this.Label92.TabIndex = 8; - this.Label92.Text = "px"; - // - // txtpanelbuttonwidth - // - this.txtpanelbuttonwidth.BackColor = System.Drawing.Color.White; - this.txtpanelbuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtpanelbuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtpanelbuttonwidth.ForeColor = System.Drawing.Color.Black; - this.txtpanelbuttonwidth.Location = new System.Drawing.Point(88, 31); - this.txtpanelbuttonwidth.Name = "txtpanelbuttonwidth"; - this.txtpanelbuttonwidth.Size = new System.Drawing.Size(26, 22); - this.txtpanelbuttonwidth.TabIndex = 7; - this.txtpanelbuttonwidth.TextChanged += new System.EventHandler(this.txtpanelbuttonwidth_TextChanged); - // - // Label91 - // - this.Label91.AutoSize = true; - this.Label91.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label91.Location = new System.Drawing.Point(3, 33); - this.Label91.Name = "Label91"; - this.Label91.Size = new System.Drawing.Size(85, 16); - this.Label91.TabIndex = 6; - this.Label91.Text = "Button Width:"; - // - // pnlpanelbuttoncolour - // - this.pnlpanelbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlpanelbuttoncolour.Location = new System.Drawing.Point(94, 5); - this.pnlpanelbuttoncolour.Name = "pnlpanelbuttoncolour"; - this.pnlpanelbuttoncolour.Size = new System.Drawing.Size(41, 20); - this.pnlpanelbuttoncolour.TabIndex = 1; - this.pnlpanelbuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetPanelButtonColor); - // - // Label95 - // - this.Label95.AutoSize = true; - this.Label95.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label95.Location = new System.Drawing.Point(3, 7); - this.Label95.Name = "Label95"; - this.Label95.Size = new System.Drawing.Size(90, 16); - this.Label95.TabIndex = 0; - this.Label95.Text = "Button Colour:"; - // - // pnldesktopbackgroundoptions - // - this.pnldesktopbackgroundoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnldesktopbackgroundoptions.Widgets.Add(this.pnldesktopcolour); - this.pnldesktopbackgroundoptions.Widgets.Add(this.Label45); - this.pnldesktopbackgroundoptions.Location = new System.Drawing.Point(135, 159); - this.pnldesktopbackgroundoptions.Name = "pnldesktopbackgroundoptions"; - this.pnldesktopbackgroundoptions.Size = new System.Drawing.Size(317, 140); - this.pnldesktopbackgroundoptions.TabIndex = 10; - this.pnldesktopbackgroundoptions.Visible = false; - // - // pnldesktopcolour - // - this.pnldesktopcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnldesktopcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnldesktopcolour.Location = new System.Drawing.Point(112, 5); - this.pnldesktopcolour.Name = "pnldesktopcolour"; - this.pnldesktopcolour.Size = new System.Drawing.Size(41, 20); - this.pnldesktopcolour.TabIndex = 3; - this.pnldesktopcolour.MouseClick += new ShiftUI.MouseEventHandler(this.ChangeDesktopBackground); - // - // Label45 - // - this.Label45.AutoSize = true; - this.Label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label45.Location = new System.Drawing.Point(3, 7); - this.Label45.Name = "Label45"; - this.Label45.Size = new System.Drawing.Size(104, 16); - this.Label45.TabIndex = 2; - this.Label45.Text = "Desktop Colour:"; - // - // pnlpanelclockoptions - // - this.pnlpanelclockoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnlpanelclockoptions.Widgets.Add(this.pnlclockbackgroundcolour); - this.pnlpanelclockoptions.Widgets.Add(this.Label44); - this.pnlpanelclockoptions.Widgets.Add(this.comboclocktextstyle); - this.pnlpanelclockoptions.Widgets.Add(this.comboclocktextfont); - this.pnlpanelclockoptions.Widgets.Add(this.Label26); - this.pnlpanelclockoptions.Widgets.Add(this.Label29); - this.pnlpanelclockoptions.Widgets.Add(this.txtclocktextfromtop); - this.pnlpanelclockoptions.Widgets.Add(this.Label30); - this.pnlpanelclockoptions.Widgets.Add(this.Label31); - this.pnlpanelclockoptions.Widgets.Add(this.txtclocktextsize); - this.pnlpanelclockoptions.Widgets.Add(this.Label32); - this.pnlpanelclockoptions.Widgets.Add(this.Label33); - this.pnlpanelclockoptions.Widgets.Add(this.pnlpanelclocktextcolour); - this.pnlpanelclockoptions.Widgets.Add(this.Label34); - this.pnlpanelclockoptions.Location = new System.Drawing.Point(135, 159); - this.pnlpanelclockoptions.Name = "pnlpanelclockoptions"; - this.pnlpanelclockoptions.Size = new System.Drawing.Size(317, 140); - this.pnlpanelclockoptions.TabIndex = 15; - this.pnlpanelclockoptions.Visible = false; - // - // pnlclockbackgroundcolour - // - this.pnlclockbackgroundcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlclockbackgroundcolour.Location = new System.Drawing.Point(261, 5); - this.pnlclockbackgroundcolour.Name = "pnlclockbackgroundcolour"; - this.pnlclockbackgroundcolour.Size = new System.Drawing.Size(41, 20); - this.pnlclockbackgroundcolour.TabIndex = 20; - this.pnlclockbackgroundcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetClockBG); - // - // Label44 - // - this.Label44.AutoSize = true; - this.Label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label44.Location = new System.Drawing.Point(173, 7); - this.Label44.Name = "Label44"; - this.Label44.Size = new System.Drawing.Size(84, 16); - this.Label44.TabIndex = 19; - this.Label44.Text = "Background:"; - // - // comboclocktextstyle - // - this.comboclocktextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.comboclocktextstyle.FormattingEnabled = true; - this.comboclocktextstyle.Items.AddRange(new object[] { - "Bold", - "Italic", - "Regular", - "Strikeout", - "Underline"}); - this.comboclocktextstyle.Location = new System.Drawing.Point(209, 54); - this.comboclocktextstyle.Name = "comboclocktextstyle"; - this.comboclocktextstyle.Size = new System.Drawing.Size(99, 24); - this.comboclocktextstyle.TabIndex = 18; - this.comboclocktextstyle.SelectedIndexChanged += new System.EventHandler(this.comboclocktextstyle_SelectedIndexChanged); - // - // comboclocktextfont - // - this.comboclocktextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.comboclocktextfont.FormattingEnabled = true; - this.comboclocktextfont.Location = new System.Drawing.Point(114, 28); - this.comboclocktextfont.Name = "comboclocktextfont"; - this.comboclocktextfont.Size = new System.Drawing.Size(192, 24); - this.comboclocktextfont.TabIndex = 17; - this.comboclocktextfont.SelectedIndexChanged += new System.EventHandler(this.comboclocktextfont_SelectedIndexChanged); - // - // Label26 - // - this.Label26.AutoSize = true; - this.Label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label26.Location = new System.Drawing.Point(166, 57); - this.Label26.Name = "Label26"; - this.Label26.Size = new System.Drawing.Size(41, 16); - this.Label26.TabIndex = 15; - this.Label26.Text = "Style:"; - // - // Label29 - // - this.Label29.AutoSize = true; - this.Label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label29.Location = new System.Drawing.Point(163, 82); - this.Label29.Name = "Label29"; - this.Label29.Size = new System.Drawing.Size(22, 16); - this.Label29.TabIndex = 11; - this.Label29.Text = "px"; - // - // txtclocktextfromtop - // - this.txtclocktextfromtop.BackColor = System.Drawing.Color.White; - this.txtclocktextfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtclocktextfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtclocktextfromtop.ForeColor = System.Drawing.Color.Black; - this.txtclocktextfromtop.Location = new System.Drawing.Point(139, 80); - this.txtclocktextfromtop.Name = "txtclocktextfromtop"; - this.txtclocktextfromtop.Size = new System.Drawing.Size(23, 22); - this.txtclocktextfromtop.TabIndex = 10; - this.txtclocktextfromtop.TextChanged += new System.EventHandler(this.txtclocktextfromtop_TextChanged); - // - // Label30 - // - this.Label30.AutoSize = true; - this.Label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label30.Location = new System.Drawing.Point(3, 82); - this.Label30.Name = "Label30"; - this.Label30.Size = new System.Drawing.Size(136, 16); - this.Label30.TabIndex = 9; - this.Label30.Text = "Clock Text From Top:"; - // - // Label31 - // - this.Label31.AutoSize = true; - this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label31.Location = new System.Drawing.Point(138, 57); - this.Label31.Name = "Label31"; - this.Label31.Size = new System.Drawing.Size(22, 16); - this.Label31.TabIndex = 8; - this.Label31.Text = "px"; - // - // txtclocktextsize - // - this.txtclocktextsize.BackColor = System.Drawing.Color.White; - this.txtclocktextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtclocktextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtclocktextsize.ForeColor = System.Drawing.Color.Black; - this.txtclocktextsize.Location = new System.Drawing.Point(114, 55); - this.txtclocktextsize.Name = "txtclocktextsize"; - this.txtclocktextsize.Size = new System.Drawing.Size(23, 22); - this.txtclocktextsize.TabIndex = 7; - this.txtclocktextsize.Validated += new System.EventHandler(this.txtclocktextsize_TextChanged); - // - // Label32 - // - this.Label32.AutoSize = true; - this.Label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label32.Location = new System.Drawing.Point(3, 57); - this.Label32.Name = "Label32"; - this.Label32.Size = new System.Drawing.Size(103, 16); - this.Label32.TabIndex = 6; - this.Label32.Text = "Clock Text Size:"; - // - // Label33 - // - this.Label33.AutoSize = true; - this.Label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label33.Location = new System.Drawing.Point(3, 32); - this.Label33.Name = "Label33"; - this.Label33.Size = new System.Drawing.Size(103, 16); - this.Label33.TabIndex = 2; - this.Label33.Text = "Clock Text Font:"; - // - // pnlpanelclocktextcolour - // - this.pnlpanelclocktextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlpanelclocktextcolour.Location = new System.Drawing.Point(121, 5); - this.pnlpanelclocktextcolour.Name = "pnlpanelclocktextcolour"; - this.pnlpanelclocktextcolour.Size = new System.Drawing.Size(41, 20); - this.pnlpanelclocktextcolour.TabIndex = 1; - this.pnlpanelclocktextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetClockTextColor); - // - // Label34 - // - this.Label34.AutoSize = true; - this.Label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label34.Location = new System.Drawing.Point(3, 7); - this.Label34.Name = "Label34"; - this.Label34.Size = new System.Drawing.Size(116, 16); - this.Label34.TabIndex = 0; - this.Label34.Text = "Clock Text Colour:"; - // - // pnldesktoppreview - // - this.pnldesktoppreview.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnldesktoppreview.Widgets.Add(this.predesktoppanel); - this.pnldesktoppreview.Location = new System.Drawing.Point(5, 3); - this.pnldesktoppreview.Name = "pnldesktoppreview"; - this.pnldesktoppreview.Size = new System.Drawing.Size(448, 148); - this.pnldesktoppreview.TabIndex = 0; - // - // predesktoppanel - // - this.predesktoppanel.BackColor = System.Drawing.Color.Gray; - this.predesktoppanel.Widgets.Add(this.prepnlpanelbuttonholder); - this.predesktoppanel.Widgets.Add(this.pretimepanel); - this.predesktoppanel.Widgets.Add(this.preapplaunchermenuholder); - this.predesktoppanel.Dock = ShiftUI.DockStyle.Top; - this.predesktoppanel.Location = new System.Drawing.Point(0, 0); - this.predesktoppanel.Name = "predesktoppanel"; - this.predesktoppanel.Size = new System.Drawing.Size(448, 25); - this.predesktoppanel.TabIndex = 1; - // - // prepnlpanelbuttonholder - // - this.prepnlpanelbuttonholder.BackColor = System.Drawing.Color.Transparent; - this.prepnlpanelbuttonholder.Widgets.Add(this.prepnlpanelbutton); - this.prepnlpanelbuttonholder.Dock = ShiftUI.DockStyle.Fill; - this.prepnlpanelbuttonholder.Location = new System.Drawing.Point(116, 0); - this.prepnlpanelbuttonholder.Name = "prepnlpanelbuttonholder"; - this.prepnlpanelbuttonholder.Padding = new ShiftUI.Padding(2, 0, 0, 0); - this.prepnlpanelbuttonholder.Size = new System.Drawing.Size(235, 25); - this.prepnlpanelbuttonholder.TabIndex = 6; - // - // prepnlpanelbutton - // - this.prepnlpanelbutton.BackColor = System.Drawing.Color.Black; - this.prepnlpanelbutton.Widgets.Add(this.pretbicon); - this.prepnlpanelbutton.Widgets.Add(this.pretbctext); - this.prepnlpanelbutton.Location = new System.Drawing.Point(5, 3); - this.prepnlpanelbutton.Name = "prepnlpanelbutton"; - this.prepnlpanelbutton.Size = new System.Drawing.Size(126, 20); - this.prepnlpanelbutton.TabIndex = 18; - this.prepnlpanelbutton.Visible = false; - // - // pretbicon - // - this.pretbicon.BackColor = System.Drawing.Color.Transparent; - this.pretbicon.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pretbicon.Location = new System.Drawing.Point(4, 2); - this.pretbicon.Name = "pretbicon"; - this.pretbicon.Size = new System.Drawing.Size(16, 16); - this.pretbicon.TabIndex = 1; - this.pretbicon.TabStop = false; - // - // pretbctext - // - this.pretbctext.AutoSize = true; - this.pretbctext.BackColor = System.Drawing.Color.Transparent; - this.pretbctext.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.pretbctext.ForeColor = System.Drawing.Color.White; - this.pretbctext.Location = new System.Drawing.Point(24, 2); - this.pretbctext.Name = "pretbctext"; - this.pretbctext.Size = new System.Drawing.Size(45, 16); - this.pretbctext.TabIndex = 0; - this.pretbctext.Text = "Shifter"; - // - // pretimepanel - // - this.pretimepanel.Widgets.Add(this.prepaneltimetext); - this.pretimepanel.Dock = ShiftUI.DockStyle.Right; - this.pretimepanel.Location = new System.Drawing.Point(351, 0); - this.pretimepanel.Name = "pretimepanel"; - this.pretimepanel.Size = new System.Drawing.Size(97, 25); - this.pretimepanel.TabIndex = 5; - // - // prepaneltimetext - // - this.prepaneltimetext.AutoSize = true; - this.prepaneltimetext.BackColor = System.Drawing.Color.Transparent; - this.prepaneltimetext.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.prepaneltimetext.Location = new System.Drawing.Point(5, 0); - this.prepaneltimetext.Name = "prepaneltimetext"; - this.prepaneltimetext.Size = new System.Drawing.Size(80, 24); - this.prepaneltimetext.TabIndex = 1; - this.prepaneltimetext.Text = "5000023"; - this.prepaneltimetext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // preapplaunchermenuholder - // - this.preapplaunchermenuholder.Widgets.Add(this.predesktopappmenu); - this.preapplaunchermenuholder.Dock = ShiftUI.DockStyle.Left; - this.preapplaunchermenuholder.Location = new System.Drawing.Point(0, 0); - this.preapplaunchermenuholder.Name = "preapplaunchermenuholder"; - this.preapplaunchermenuholder.Size = new System.Drawing.Size(116, 25); - this.preapplaunchermenuholder.TabIndex = 4; - // - // predesktopappmenu - // - this.predesktopappmenu.AutoSize = false; - this.predesktopappmenu.Items.AddRange(new ShiftUI.ToolStripItem[] { - this.ApplicationsToolStripMenuItem}); - this.predesktopappmenu.LayoutStyle = ShiftUI.ToolStripLayoutStyle.HorizontalStackWithOverflow; - this.predesktopappmenu.Location = new System.Drawing.Point(0, 0); - this.predesktopappmenu.Name = "predesktopappmenu"; - this.predesktopappmenu.Padding = new ShiftUI.Padding(0); - this.predesktopappmenu.Size = new System.Drawing.Size(116, 24); - this.predesktopappmenu.TabIndex = 0; - this.predesktopappmenu.Text = "MenuStrip1"; - // - // ApplicationsToolStripMenuItem - // - this.ApplicationsToolStripMenuItem.AutoSize = false; - this.ApplicationsToolStripMenuItem.DropDownItems.AddRange(new ShiftUI.ToolStripItem[] { - this.KnowledgeInputToolStripMenuItem, - this.ShiftoriumToolStripMenuItem, - this.ClockToolStripMenuItem, - this.TerminalToolStripMenuItem, - this.ShifterToolStripMenuItem, - this.ToolStripSeparator1, - this.ShutdownToolStripMenuItem}); - this.ApplicationsToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ApplicationsToolStripMenuItem.Name = "ApplicationsToolStripMenuItem"; - this.ApplicationsToolStripMenuItem.Padding = new ShiftUI.Padding(2, 0, 2, 0); - this.ApplicationsToolStripMenuItem.ShowShortcutKeys = false; - this.ApplicationsToolStripMenuItem.Size = new System.Drawing.Size(102, 24); - this.ApplicationsToolStripMenuItem.Text = "Applications"; - this.ApplicationsToolStripMenuItem.TextDirection = ShiftUI.ToolStripTextDirection.Horizontal; - this.ApplicationsToolStripMenuItem.TextImageRelation = ShiftUI.TextImageRelation.TextBeforeImage; - // - // KnowledgeInputToolStripMenuItem - // - this.KnowledgeInputToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; - this.KnowledgeInputToolStripMenuItem.Name = "KnowledgeInputToolStripMenuItem"; - this.KnowledgeInputToolStripMenuItem.ShowShortcutKeys = false; - this.KnowledgeInputToolStripMenuItem.Size = new System.Drawing.Size(181, 22); - this.KnowledgeInputToolStripMenuItem.Text = "Knowledge Input"; - // - // ShiftoriumToolStripMenuItem - // - this.ShiftoriumToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; - this.ShiftoriumToolStripMenuItem.Name = "ShiftoriumToolStripMenuItem"; - this.ShiftoriumToolStripMenuItem.ShowShortcutKeys = false; - this.ShiftoriumToolStripMenuItem.Size = new System.Drawing.Size(181, 22); - this.ShiftoriumToolStripMenuItem.Text = "Shiftorium"; - // - // ClockToolStripMenuItem - // - this.ClockToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; - this.ClockToolStripMenuItem.Name = "ClockToolStripMenuItem"; - this.ClockToolStripMenuItem.ShowShortcutKeys = false; - this.ClockToolStripMenuItem.Size = new System.Drawing.Size(181, 22); - this.ClockToolStripMenuItem.Text = "Clock"; - // - // TerminalToolStripMenuItem - // - this.TerminalToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; - this.TerminalToolStripMenuItem.Name = "TerminalToolStripMenuItem"; - this.TerminalToolStripMenuItem.ShowShortcutKeys = false; - this.TerminalToolStripMenuItem.Size = new System.Drawing.Size(181, 22); - this.TerminalToolStripMenuItem.Text = "Terminal"; - // - // ShifterToolStripMenuItem - // - this.ShifterToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; - this.ShifterToolStripMenuItem.Name = "ShifterToolStripMenuItem"; - this.ShifterToolStripMenuItem.Size = new System.Drawing.Size(181, 22); - this.ShifterToolStripMenuItem.Text = "Shifter"; - // - // ToolStripSeparator1 - // - this.ToolStripSeparator1.BackColor = System.Drawing.Color.Transparent; - this.ToolStripSeparator1.ForeColor = System.Drawing.Color.White; - this.ToolStripSeparator1.Name = "ToolStripSeparator1"; - this.ToolStripSeparator1.Size = new System.Drawing.Size(178, 6); - // - // ShutdownToolStripMenuItem - // - this.ShutdownToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; - this.ShutdownToolStripMenuItem.Name = "ShutdownToolStripMenuItem"; - this.ShutdownToolStripMenuItem.Size = new System.Drawing.Size(181, 22); - this.ShutdownToolStripMenuItem.Text = "Shut Down"; - // - // Panel10 - // - this.Panel10.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); - this.Panel10.Widgets.Add(this.btndesktopitself); - this.Panel10.Widgets.Add(this.btnpanelclock); - this.Panel10.Widgets.Add(this.btnapplauncher); - this.Panel10.Widgets.Add(this.btndesktoppanel); - this.Panel10.Location = new System.Drawing.Point(1, 168); - this.Panel10.Name = "Panel10"; - this.Panel10.Size = new System.Drawing.Size(128, 135); - this.Panel10.TabIndex = 8; - // - // btndesktopitself - // - this.btndesktopitself.BackColor = System.Drawing.Color.White; - 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"; - this.btndesktopitself.Size = new System.Drawing.Size(119, 29); - this.btndesktopitself.TabIndex = 7; - this.btndesktopitself.Text = "Desktop"; - this.btndesktopitself.UseVisualStyleBackColor = false; - this.btndesktopitself.Click += new System.EventHandler(this.btndesktopitself_Click); - // - // btnpanelclock - // - this.btnpanelclock.BackColor = System.Drawing.Color.White; - 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"; - this.btnpanelclock.Size = new System.Drawing.Size(119, 29); - this.btnpanelclock.TabIndex = 6; - this.btnpanelclock.Text = "Panel Clock"; - this.btnpanelclock.UseVisualStyleBackColor = false; - this.btnpanelclock.Click += new System.EventHandler(this.btnpanelclock_Click); - // - // btnapplauncher - // - this.btnapplauncher.BackColor = System.Drawing.Color.White; - 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"; - this.btnapplauncher.Size = new System.Drawing.Size(119, 29); - this.btnapplauncher.TabIndex = 5; - this.btnapplauncher.Text = "App Launcher"; - this.btnapplauncher.UseVisualStyleBackColor = false; - this.btnapplauncher.Click += new System.EventHandler(this.btnapplauncher_Click); - // - // btndesktoppanel - // - this.btndesktoppanel.BackColor = System.Drawing.Color.White; - 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"; - this.btndesktoppanel.Size = new System.Drawing.Size(119, 29); - this.btndesktoppanel.TabIndex = 4; - this.btndesktoppanel.Text = "Desktop Panel"; - this.btndesktoppanel.UseVisualStyleBackColor = false; - this.btndesktoppanel.Click += new System.EventHandler(this.btndesktoppanel_Click); - // - // txtpanelbuttoniconheight - // - this.txtpanelbuttoniconheight.Location = new System.Drawing.Point(0, 0); - this.txtpanelbuttoniconheight.Name = "txtpanelbuttoniconheight"; - this.txtpanelbuttoniconheight.Size = new System.Drawing.Size(100, 20); - this.txtpanelbuttoniconheight.TabIndex = 0; - // - // pnlwindowsoptions - // - this.pnlwindowsoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlwindowsoptions.BackColor = System.Drawing.Color.White; - this.pnlwindowsoptions.Widgets.Add(this.pnlwindowsintro); - this.pnlwindowsoptions.Widgets.Add(this.pnlbuttonoptions); - this.pnlwindowsoptions.Widgets.Add(this.pnltitlebaroptions); - this.pnlwindowsoptions.Widgets.Add(this.pnlborderoptions); - this.pnlwindowsoptions.Widgets.Add(this.pnltitletextoptions); - this.pnlwindowsoptions.Widgets.Add(this.pnlwindowsobjects); - this.pnlwindowsoptions.Widgets.Add(this.pnlwindowpreview); - this.pnlwindowsoptions.Location = new System.Drawing.Point(134, 9); - this.pnlwindowsoptions.Name = "pnlwindowsoptions"; - this.pnlwindowsoptions.Size = new System.Drawing.Size(457, 306); - this.pnlwindowsoptions.TabIndex = 4; - // - // pnlwindowsintro - // - this.pnlwindowsintro.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnlwindowsintro.Widgets.Add(this.Label68); - this.pnlwindowsintro.Widgets.Add(this.Label67); - this.pnlwindowsintro.Location = new System.Drawing.Point(135, 159); - this.pnlwindowsintro.Name = "pnlwindowsintro"; - this.pnlwindowsintro.Size = new System.Drawing.Size(325, 139); - this.pnlwindowsintro.TabIndex = 16; - // - // Label68 - // - this.Label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label68.Location = new System.Drawing.Point(3, 20); - this.Label68.Name = "Label68"; - this.Label68.Size = new System.Drawing.Size(312, 113); - this.Label68.TabIndex = 1; - this.Label68.Text = "Welcome to the Windows category. Here, you may skin various aspects of windows in" + - " ShiftOS."; - this.Label68.TextAlign = System.Drawing.ContentAlignment.TopCenter; - this.Label68.Click += new System.EventHandler(this.Label68_Click); - // - // Label67 - // - this.Label67.AutoSize = true; - this.Label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label67.Location = new System.Drawing.Point(89, -2); - this.Label67.Name = "Label67"; - this.Label67.Size = new System.Drawing.Size(143, 20); - this.Label67.TabIndex = 0; - this.Label67.Text = "Window Settings"; - // - // pnlbuttonoptions - // - this.pnlbuttonoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnlbuttonoptions.Widgets.Add(this.pnlclosebuttonoptions); - this.pnlbuttonoptions.Widgets.Add(this.pnlrollupbuttonoptions); - this.pnlbuttonoptions.Widgets.Add(this.pnlminimizebuttonoptions); - this.pnlbuttonoptions.Widgets.Add(this.combobuttonoption); - this.pnlbuttonoptions.Widgets.Add(this.Label52); - this.pnlbuttonoptions.Location = new System.Drawing.Point(135, 159); - this.pnlbuttonoptions.Name = "pnlbuttonoptions"; - this.pnlbuttonoptions.Size = new System.Drawing.Size(325, 139); - this.pnlbuttonoptions.TabIndex = 10; - this.pnlbuttonoptions.Visible = false; - // - // pnlclosebuttonoptions - // - this.pnlclosebuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlclosebuttonoptions.Widgets.Add(this.Label8); - this.pnlclosebuttonoptions.Widgets.Add(this.Label11); - this.pnlclosebuttonoptions.Widgets.Add(this.pnlclosebuttoncolour); - this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonfromside); - this.pnlclosebuttonoptions.Widgets.Add(this.Label7); - this.pnlclosebuttonoptions.Widgets.Add(this.Label12); - this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonheight); - this.pnlclosebuttonoptions.Widgets.Add(this.Label13); - this.pnlclosebuttonoptions.Widgets.Add(this.Label6); - this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonfromtop); - this.pnlclosebuttonoptions.Widgets.Add(this.Label10); - this.pnlclosebuttonoptions.Widgets.Add(this.Label14); - this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonwidth); - this.pnlclosebuttonoptions.Widgets.Add(this.Label9); - this.pnlclosebuttonoptions.Location = new System.Drawing.Point(4, 29); - this.pnlclosebuttonoptions.Name = "pnlclosebuttonoptions"; - this.pnlclosebuttonoptions.Size = new System.Drawing.Size(311, 105); - this.pnlclosebuttonoptions.TabIndex = 15; - this.pnlclosebuttonoptions.Visible = false; - // - // Label8 - // - this.Label8.AutoSize = true; - this.Label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label8.Location = new System.Drawing.Point(3, 6); - this.Label8.Name = "Label8"; - this.Label8.Size = new System.Drawing.Size(128, 16); - this.Label8.TabIndex = 0; - this.Label8.Text = "Close Button Colour:"; - // - // Label11 - // - this.Label11.AutoSize = true; - this.Label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label11.Location = new System.Drawing.Point(177, 82); - this.Label11.Name = "Label11"; - this.Label11.Size = new System.Drawing.Size(22, 16); - this.Label11.TabIndex = 14; - this.Label11.Text = "px"; - // - // pnlclosebuttoncolour - // - this.pnlclosebuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlclosebuttoncolour.Location = new System.Drawing.Point(132, 4); - this.pnlclosebuttoncolour.Name = "pnlclosebuttoncolour"; - this.pnlclosebuttoncolour.Size = new System.Drawing.Size(41, 20); - this.pnlclosebuttoncolour.TabIndex = 1; - this.pnlclosebuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetcloseColor); - // - // txtclosebuttonfromside - // - this.txtclosebuttonfromside.BackColor = System.Drawing.Color.White; - this.txtclosebuttonfromside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtclosebuttonfromside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtclosebuttonfromside.ForeColor = System.Drawing.Color.Black; - this.txtclosebuttonfromside.Location = new System.Drawing.Point(153, 80); - this.txtclosebuttonfromside.Name = "txtclosebuttonfromside"; - this.txtclosebuttonfromside.Size = new System.Drawing.Size(23, 22); - this.txtclosebuttonfromside.TabIndex = 13; - this.txtclosebuttonfromside.TextChanged += new System.EventHandler(this.txtclosebuttonfromside_TextChanged); - // - // Label7 - // - this.Label7.AutoSize = true; - this.Label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label7.Location = new System.Drawing.Point(3, 32); - this.Label7.Name = "Label7"; - this.Label7.Size = new System.Drawing.Size(128, 16); - this.Label7.TabIndex = 2; - this.Label7.Text = "Close Button Height:"; - // - // Label12 - // - this.Label12.AutoSize = true; - this.Label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label12.Location = new System.Drawing.Point(3, 82); - this.Label12.Name = "Label12"; - this.Label12.Size = new System.Drawing.Size(151, 16); - this.Label12.TabIndex = 12; - this.Label12.Text = "Close Button From Side:"; - // - // txtclosebuttonheight - // - this.txtclosebuttonheight.BackColor = System.Drawing.Color.White; - this.txtclosebuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtclosebuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtclosebuttonheight.ForeColor = System.Drawing.Color.Black; - this.txtclosebuttonheight.Location = new System.Drawing.Point(132, 30); - this.txtclosebuttonheight.Name = "txtclosebuttonheight"; - this.txtclosebuttonheight.Size = new System.Drawing.Size(23, 22); - this.txtclosebuttonheight.TabIndex = 4; - this.txtclosebuttonheight.TextChanged += new System.EventHandler(this.txtclosebuttonheight_TextChanged); - // - // Label13 - // - this.Label13.AutoSize = true; - this.Label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label13.Location = new System.Drawing.Point(177, 57); - this.Label13.Name = "Label13"; - this.Label13.Size = new System.Drawing.Size(22, 16); - this.Label13.TabIndex = 11; - this.Label13.Text = "px"; - // - // Label6 - // - this.Label6.AutoSize = true; - this.Label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label6.Location = new System.Drawing.Point(156, 32); - this.Label6.Name = "Label6"; - this.Label6.Size = new System.Drawing.Size(22, 16); - this.Label6.TabIndex = 5; - this.Label6.Text = "px"; - // - // txtclosebuttonfromtop - // - this.txtclosebuttonfromtop.BackColor = System.Drawing.Color.White; - this.txtclosebuttonfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtclosebuttonfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtclosebuttonfromtop.ForeColor = System.Drawing.Color.Black; - this.txtclosebuttonfromtop.Location = new System.Drawing.Point(153, 55); - this.txtclosebuttonfromtop.Name = "txtclosebuttonfromtop"; - this.txtclosebuttonfromtop.Size = new System.Drawing.Size(23, 22); - this.txtclosebuttonfromtop.TabIndex = 10; - this.txtclosebuttonfromtop.TextChanged += new System.EventHandler(this.txtclosebuttonfromtop_TextChanged); - // - // Label10 - // - this.Label10.AutoSize = true; - this.Label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label10.Location = new System.Drawing.Point(184, 32); - this.Label10.Name = "Label10"; - this.Label10.Size = new System.Drawing.Size(45, 16); - this.Label10.TabIndex = 6; - this.Label10.Text = "Width:"; - // - // Label14 - // - this.Label14.AutoSize = true; - this.Label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label14.Location = new System.Drawing.Point(3, 57); - this.Label14.Name = "Label14"; - this.Label14.Size = new System.Drawing.Size(148, 16); - this.Label14.TabIndex = 9; - this.Label14.Text = "Close Button From Top:"; - // - // txtclosebuttonwidth - // - this.txtclosebuttonwidth.BackColor = System.Drawing.Color.White; - this.txtclosebuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtclosebuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtclosebuttonwidth.ForeColor = System.Drawing.Color.Black; - this.txtclosebuttonwidth.Location = new System.Drawing.Point(234, 30); - this.txtclosebuttonwidth.Name = "txtclosebuttonwidth"; - this.txtclosebuttonwidth.Size = new System.Drawing.Size(23, 22); - this.txtclosebuttonwidth.TabIndex = 7; - this.txtclosebuttonwidth.TextChanged += new System.EventHandler(this.txtclosebuttonwidth_TextChanged); - // - // Label9 - // - this.Label9.AutoSize = true; - this.Label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label9.Location = new System.Drawing.Point(258, 32); - this.Label9.Name = "Label9"; - this.Label9.Size = new System.Drawing.Size(22, 16); - this.Label9.TabIndex = 8; - this.Label9.Text = "px"; - // - // pnlrollupbuttonoptions - // - this.pnlrollupbuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label54); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label55); - this.pnlrollupbuttonoptions.Widgets.Add(this.pnlrollupbuttoncolour); - this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonside); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label56); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label57); - this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonheight); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label58); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label59); - this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttontop); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label60); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label61); - this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonwidth); - this.pnlrollupbuttonoptions.Widgets.Add(this.Label62); - this.pnlrollupbuttonoptions.Location = new System.Drawing.Point(4, 29); - this.pnlrollupbuttonoptions.Name = "pnlrollupbuttonoptions"; - this.pnlrollupbuttonoptions.Size = new System.Drawing.Size(311, 105); - this.pnlrollupbuttonoptions.TabIndex = 16; - this.pnlrollupbuttonoptions.Visible = false; - // - // Label54 - // - this.Label54.AutoSize = true; - this.Label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label54.Location = new System.Drawing.Point(3, 6); - this.Label54.Name = "Label54"; - this.Label54.Size = new System.Drawing.Size(138, 16); - this.Label54.TabIndex = 0; - this.Label54.Text = "Roll Up Button Colour:"; - // - // Label55 - // - this.Label55.AutoSize = true; - this.Label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label55.Location = new System.Drawing.Point(188, 82); - this.Label55.Name = "Label55"; - this.Label55.Size = new System.Drawing.Size(22, 16); - this.Label55.TabIndex = 14; - this.Label55.Text = "px"; - // - // pnlrollupbuttoncolour - // - this.pnlrollupbuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlrollupbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlrollupbuttoncolour.Location = new System.Drawing.Point(143, 4); - this.pnlrollupbuttoncolour.Name = "pnlrollupbuttoncolour"; - this.pnlrollupbuttoncolour.Size = new System.Drawing.Size(41, 20); - this.pnlrollupbuttoncolour.TabIndex = 1; - this.pnlrollupbuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetrollupColor); - // - // txtrollupbuttonside - // - this.txtrollupbuttonside.BackColor = System.Drawing.Color.White; - this.txtrollupbuttonside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtrollupbuttonside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtrollupbuttonside.ForeColor = System.Drawing.Color.Black; - this.txtrollupbuttonside.Location = new System.Drawing.Point(164, 80); - this.txtrollupbuttonside.Name = "txtrollupbuttonside"; - this.txtrollupbuttonside.Size = new System.Drawing.Size(23, 22); - this.txtrollupbuttonside.TabIndex = 13; - this.txtrollupbuttonside.TextChanged += new System.EventHandler(this.txtrollupbuttonside_TextChanged); - // - // Label56 - // - this.Label56.AutoSize = true; - this.Label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label56.Location = new System.Drawing.Point(3, 32); - this.Label56.Name = "Label56"; - this.Label56.Size = new System.Drawing.Size(138, 16); - this.Label56.TabIndex = 2; - this.Label56.Text = "Roll Up Button Height:"; - // - // Label57 - // - this.Label57.AutoSize = true; - this.Label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label57.Location = new System.Drawing.Point(3, 82); - this.Label57.Name = "Label57"; - this.Label57.Size = new System.Drawing.Size(161, 16); - this.Label57.TabIndex = 12; - this.Label57.Text = "Roll Up Button From Side:"; - // - // txtrollupbuttonheight - // - this.txtrollupbuttonheight.BackColor = System.Drawing.Color.White; - this.txtrollupbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtrollupbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtrollupbuttonheight.ForeColor = System.Drawing.Color.Black; - this.txtrollupbuttonheight.Location = new System.Drawing.Point(143, 30); - this.txtrollupbuttonheight.Name = "txtrollupbuttonheight"; - this.txtrollupbuttonheight.Size = new System.Drawing.Size(23, 22); - this.txtrollupbuttonheight.TabIndex = 4; - this.txtrollupbuttonheight.TextChanged += new System.EventHandler(this.txtrollupbuttonheight_TextChanged); - // - // Label58 - // - this.Label58.AutoSize = true; - this.Label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label58.Location = new System.Drawing.Point(188, 57); - this.Label58.Name = "Label58"; - this.Label58.Size = new System.Drawing.Size(22, 16); - this.Label58.TabIndex = 11; - this.Label58.Text = "px"; - // - // Label59 - // - this.Label59.AutoSize = true; - this.Label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label59.Location = new System.Drawing.Point(167, 32); - this.Label59.Name = "Label59"; - this.Label59.Size = new System.Drawing.Size(22, 16); - this.Label59.TabIndex = 5; - this.Label59.Text = "px"; - // - // txtrollupbuttontop - // - this.txtrollupbuttontop.BackColor = System.Drawing.Color.White; - this.txtrollupbuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtrollupbuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtrollupbuttontop.ForeColor = System.Drawing.Color.Black; - this.txtrollupbuttontop.Location = new System.Drawing.Point(164, 55); - this.txtrollupbuttontop.Name = "txtrollupbuttontop"; - this.txtrollupbuttontop.Size = new System.Drawing.Size(23, 22); - this.txtrollupbuttontop.TabIndex = 10; - this.txtrollupbuttontop.TextChanged += new System.EventHandler(this.txtrollupbuttontop_TextChanged); - // - // Label60 - // - this.Label60.AutoSize = true; - this.Label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label60.Location = new System.Drawing.Point(195, 32); - this.Label60.Name = "Label60"; - this.Label60.Size = new System.Drawing.Size(45, 16); - this.Label60.TabIndex = 6; - this.Label60.Text = "Width:"; - // - // Label61 - // - this.Label61.AutoSize = true; - this.Label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label61.Location = new System.Drawing.Point(3, 57); - this.Label61.Name = "Label61"; - this.Label61.Size = new System.Drawing.Size(158, 16); - this.Label61.TabIndex = 9; - this.Label61.Text = "Roll Up Button From Top:"; - // - // txtrollupbuttonwidth - // - this.txtrollupbuttonwidth.BackColor = System.Drawing.Color.White; - this.txtrollupbuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtrollupbuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtrollupbuttonwidth.ForeColor = System.Drawing.Color.Black; - this.txtrollupbuttonwidth.Location = new System.Drawing.Point(245, 30); - this.txtrollupbuttonwidth.Name = "txtrollupbuttonwidth"; - this.txtrollupbuttonwidth.Size = new System.Drawing.Size(23, 22); - this.txtrollupbuttonwidth.TabIndex = 7; - this.txtrollupbuttonwidth.TextChanged += new System.EventHandler(this.txtrollupbuttonwidth_TextChanged); - // - // Label62 - // - this.Label62.AutoSize = true; - this.Label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label62.Location = new System.Drawing.Point(269, 32); - this.Label62.Name = "Label62"; - this.Label62.Size = new System.Drawing.Size(22, 16); - this.Label62.TabIndex = 8; - this.Label62.Text = "px"; - // - // pnlminimizebuttonoptions - // - this.pnlminimizebuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label82); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label83); - this.pnlminimizebuttonoptions.Widgets.Add(this.pnlminimizebuttoncolour); - this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonside); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label84); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label85); - this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonheight); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label86); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label87); - this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttontop); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label88); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label89); - this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonwidth); - this.pnlminimizebuttonoptions.Widgets.Add(this.Label90); - this.pnlminimizebuttonoptions.Location = new System.Drawing.Point(4, 29); - this.pnlminimizebuttonoptions.Name = "pnlminimizebuttonoptions"; - this.pnlminimizebuttonoptions.Size = new System.Drawing.Size(311, 105); - this.pnlminimizebuttonoptions.TabIndex = 18; - this.pnlminimizebuttonoptions.Visible = false; - // - // Label82 - // - this.Label82.AutoSize = true; - this.Label82.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label82.Location = new System.Drawing.Point(3, 6); - this.Label82.Name = "Label82"; - this.Label82.Size = new System.Drawing.Size(145, 16); - this.Label82.TabIndex = 0; - this.Label82.Text = "Minimize Button Colour:"; - // - // Label83 - // - this.Label83.AutoSize = true; - this.Label83.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label83.Location = new System.Drawing.Point(196, 82); - this.Label83.Name = "Label83"; - this.Label83.Size = new System.Drawing.Size(22, 16); - this.Label83.TabIndex = 14; - this.Label83.Text = "px"; - // - // pnlminimizebuttoncolour - // - this.pnlminimizebuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlminimizebuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlminimizebuttoncolour.Location = new System.Drawing.Point(149, 4); - this.pnlminimizebuttoncolour.Name = "pnlminimizebuttoncolour"; - this.pnlminimizebuttoncolour.Size = new System.Drawing.Size(41, 20); - this.pnlminimizebuttoncolour.TabIndex = 1; - this.pnlminimizebuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetMinimizeColor); - // - // txtminimizebuttonside - // - this.txtminimizebuttonside.BackColor = System.Drawing.Color.White; - this.txtminimizebuttonside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtminimizebuttonside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtminimizebuttonside.ForeColor = System.Drawing.Color.Black; - this.txtminimizebuttonside.Location = new System.Drawing.Point(172, 80); - this.txtminimizebuttonside.Name = "txtminimizebuttonside"; - this.txtminimizebuttonside.Size = new System.Drawing.Size(23, 22); - this.txtminimizebuttonside.TabIndex = 13; - this.txtminimizebuttonside.TextChanged += new System.EventHandler(this.txtminimizebuttonside_TextChanged); - // - // Label84 - // - this.Label84.AutoSize = true; - this.Label84.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label84.Location = new System.Drawing.Point(3, 32); - this.Label84.Name = "Label84"; - this.Label84.Size = new System.Drawing.Size(145, 16); - this.Label84.TabIndex = 2; - this.Label84.Text = "Minimize Button Height:"; - // - // Label85 - // - this.Label85.AutoSize = true; - this.Label85.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label85.Location = new System.Drawing.Point(3, 82); - this.Label85.Name = "Label85"; - this.Label85.Size = new System.Drawing.Size(168, 16); - this.Label85.TabIndex = 12; - this.Label85.Text = "Minimize Button From Side:"; - // - // txtminimizebuttonheight - // - this.txtminimizebuttonheight.BackColor = System.Drawing.Color.White; - this.txtminimizebuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtminimizebuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtminimizebuttonheight.ForeColor = System.Drawing.Color.Black; - this.txtminimizebuttonheight.Location = new System.Drawing.Point(150, 30); - this.txtminimizebuttonheight.Name = "txtminimizebuttonheight"; - this.txtminimizebuttonheight.Size = new System.Drawing.Size(23, 22); - this.txtminimizebuttonheight.TabIndex = 4; - this.txtminimizebuttonheight.TextChanged += new System.EventHandler(this.txtminimizebuttonheight_TextChanged); - // - // Label86 - // - this.Label86.AutoSize = true; - this.Label86.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label86.Location = new System.Drawing.Point(196, 57); - this.Label86.Name = "Label86"; - this.Label86.Size = new System.Drawing.Size(22, 16); - this.Label86.TabIndex = 11; - this.Label86.Text = "px"; - // - // Label87 - // - this.Label87.AutoSize = true; - this.Label87.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label87.Location = new System.Drawing.Point(174, 32); - this.Label87.Name = "Label87"; - this.Label87.Size = new System.Drawing.Size(22, 16); - this.Label87.TabIndex = 5; - this.Label87.Text = "px"; - // - // txtminimizebuttontop - // - this.txtminimizebuttontop.BackColor = System.Drawing.Color.White; - this.txtminimizebuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtminimizebuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtminimizebuttontop.ForeColor = System.Drawing.Color.Black; - this.txtminimizebuttontop.Location = new System.Drawing.Point(172, 55); - this.txtminimizebuttontop.Name = "txtminimizebuttontop"; - this.txtminimizebuttontop.Size = new System.Drawing.Size(23, 22); - this.txtminimizebuttontop.TabIndex = 10; - this.txtminimizebuttontop.TextChanged += new System.EventHandler(this.txtminimizebuttontop_TextChanged); - // - // Label88 - // - this.Label88.AutoSize = true; - this.Label88.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label88.Location = new System.Drawing.Point(198, 32); - this.Label88.Name = "Label88"; - this.Label88.Size = new System.Drawing.Size(45, 16); - this.Label88.TabIndex = 6; - this.Label88.Text = "Width:"; - // - // Label89 - // - this.Label89.AutoSize = true; - this.Label89.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label89.Location = new System.Drawing.Point(3, 57); - this.Label89.Name = "Label89"; - this.Label89.Size = new System.Drawing.Size(165, 16); - this.Label89.TabIndex = 9; - this.Label89.Text = "Minimize Button From Top:"; - // - // txtminimizebuttonwidth - // - this.txtminimizebuttonwidth.BackColor = System.Drawing.Color.White; - this.txtminimizebuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtminimizebuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtminimizebuttonwidth.ForeColor = System.Drawing.Color.Black; - this.txtminimizebuttonwidth.Location = new System.Drawing.Point(247, 30); - this.txtminimizebuttonwidth.Name = "txtminimizebuttonwidth"; - this.txtminimizebuttonwidth.Size = new System.Drawing.Size(23, 22); - this.txtminimizebuttonwidth.TabIndex = 7; - this.txtminimizebuttonwidth.TextChanged += new System.EventHandler(this.txtminimizebuttonwidth_TextChanged); - // - // Label90 - // - this.Label90.AutoSize = true; - this.Label90.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label90.Location = new System.Drawing.Point(269, 32); - this.Label90.Name = "Label90"; - this.Label90.Size = new System.Drawing.Size(22, 16); - this.Label90.TabIndex = 8; - this.Label90.Text = "px"; - // - // combobuttonoption - // - this.combobuttonoption.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.combobuttonoption.FormattingEnabled = true; - this.combobuttonoption.Items.AddRange(new object[] { - "Close Button", - "Roll Up Button"}); - this.combobuttonoption.Location = new System.Drawing.Point(157, 4); - this.combobuttonoption.Name = "combobuttonoption"; - this.combobuttonoption.Size = new System.Drawing.Size(121, 24); - this.combobuttonoption.TabIndex = 17; - this.combobuttonoption.SelectedIndexChanged += new System.EventHandler(this.combobuttonoption_SelectedIndexChanged); - // - // Label52 - // - this.Label52.AutoSize = true; - this.Label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label52.Location = new System.Drawing.Point(40, 6); - this.Label52.Name = "Label52"; - this.Label52.Size = new System.Drawing.Size(111, 16); - this.Label52.TabIndex = 15; - this.Label52.Text = "Button To Modify:"; - // - // pnltitlebaroptions - // - this.pnltitlebaroptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnltitlebaroptions.Widgets.Add(this.Label80); - this.pnltitlebaroptions.Widgets.Add(this.txticonfromtop); - this.pnltitlebaroptions.Widgets.Add(this.Label81); - this.pnltitlebaroptions.Widgets.Add(this.Label78); - this.pnltitlebaroptions.Widgets.Add(this.txticonfromside); - this.pnltitlebaroptions.Widgets.Add(this.Label79); - this.pnltitlebaroptions.Widgets.Add(this.lbcornerwidthpx); - this.pnltitlebaroptions.Widgets.Add(this.txttitlebarcornerwidth); - this.pnltitlebaroptions.Widgets.Add(this.lbcornerwidth); - this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarrightcornercolour); - this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarleftcornercolour); - this.pnltitlebaroptions.Widgets.Add(this.lbrightcornercolor); - this.pnltitlebaroptions.Widgets.Add(this.lbleftcornercolor); - this.pnltitlebaroptions.Widgets.Add(this.cboxtitlebarcorners); - this.pnltitlebaroptions.Widgets.Add(this.Label5); - this.pnltitlebaroptions.Widgets.Add(this.txttitlebarheight); - this.pnltitlebaroptions.Widgets.Add(this.Label4); - this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarcolour); - this.pnltitlebaroptions.Widgets.Add(this.Label2); - this.pnltitlebaroptions.Location = new System.Drawing.Point(135, 159); - this.pnltitlebaroptions.Name = "pnltitlebaroptions"; - this.pnltitlebaroptions.Size = new System.Drawing.Size(325, 139); - this.pnltitlebaroptions.TabIndex = 9; - this.pnltitlebaroptions.Visible = false; - // - // Label80 - // - this.Label80.AutoSize = true; - this.Label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label80.Location = new System.Drawing.Point(277, 105); - this.Label80.Name = "Label80"; - this.Label80.Size = new System.Drawing.Size(22, 16); - this.Label80.TabIndex = 19; - this.Label80.Text = "px"; - // - // txticonfromtop - // - this.txticonfromtop.BackColor = System.Drawing.Color.White; - this.txticonfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txticonfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txticonfromtop.ForeColor = System.Drawing.Color.Black; - this.txticonfromtop.Location = new System.Drawing.Point(253, 103); - this.txticonfromtop.Name = "txticonfromtop"; - this.txticonfromtop.Size = new System.Drawing.Size(23, 22); - this.txticonfromtop.TabIndex = 18; - this.txticonfromtop.TextChanged += new System.EventHandler(this.txticonfromtop_TextChanged); - // - // Label81 - // - this.Label81.AutoSize = true; - this.Label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label81.Location = new System.Drawing.Point(157, 105); - this.Label81.Name = "Label81"; - this.Label81.Size = new System.Drawing.Size(98, 16); - this.Label81.TabIndex = 17; - this.Label81.Text = "Icon From Top:"; - // - // Label78 - // - this.Label78.AutoSize = true; - this.Label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label78.Location = new System.Drawing.Point(128, 105); - this.Label78.Name = "Label78"; - this.Label78.Size = new System.Drawing.Size(22, 16); - this.Label78.TabIndex = 16; - this.Label78.Text = "px"; - // - // txticonfromside - // - this.txticonfromside.BackColor = System.Drawing.Color.White; - this.txticonfromside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txticonfromside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txticonfromside.ForeColor = System.Drawing.Color.Black; - this.txticonfromside.Location = new System.Drawing.Point(104, 103); - this.txticonfromside.Name = "txticonfromside"; - this.txticonfromside.Size = new System.Drawing.Size(23, 22); - this.txticonfromside.TabIndex = 15; - this.txticonfromside.TextChanged += new System.EventHandler(this.txticonfromside_TextChanged); - // - // Label79 - // - this.Label79.AutoSize = true; - this.Label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label79.Location = new System.Drawing.Point(3, 105); - this.Label79.Name = "Label79"; - this.Label79.Size = new System.Drawing.Size(101, 16); - this.Label79.TabIndex = 14; - this.Label79.Text = "Icon From Side:"; - // - // lbcornerwidthpx - // - this.lbcornerwidthpx.AutoSize = true; - this.lbcornerwidthpx.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbcornerwidthpx.Location = new System.Drawing.Point(277, 32); - this.lbcornerwidthpx.Name = "lbcornerwidthpx"; - this.lbcornerwidthpx.Size = new System.Drawing.Size(22, 16); - this.lbcornerwidthpx.TabIndex = 13; - this.lbcornerwidthpx.Text = "px"; - // - // txttitlebarcornerwidth - // - this.txttitlebarcornerwidth.BackColor = System.Drawing.Color.White; - this.txttitlebarcornerwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txttitlebarcornerwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txttitlebarcornerwidth.ForeColor = System.Drawing.Color.Black; - this.txttitlebarcornerwidth.Location = new System.Drawing.Point(253, 30); - this.txttitlebarcornerwidth.Name = "txttitlebarcornerwidth"; - this.txttitlebarcornerwidth.Size = new System.Drawing.Size(23, 22); - this.txttitlebarcornerwidth.TabIndex = 12; - this.txttitlebarcornerwidth.TextChanged += new System.EventHandler(this.txttitlebarcornerwidth_TextChanged); - // - // lbcornerwidth - // - this.lbcornerwidth.AutoSize = true; - this.lbcornerwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbcornerwidth.Location = new System.Drawing.Point(163, 32); - this.lbcornerwidth.Name = "lbcornerwidth"; - this.lbcornerwidth.Size = new System.Drawing.Size(88, 16); - this.lbcornerwidth.TabIndex = 11; - this.lbcornerwidth.Text = "Corner Width:"; - // - // pnltitlebarrightcornercolour - // - this.pnltitlebarrightcornercolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnltitlebarrightcornercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltitlebarrightcornercolour.Location = new System.Drawing.Point(136, 80); - this.pnltitlebarrightcornercolour.Name = "pnltitlebarrightcornercolour"; - this.pnltitlebarrightcornercolour.Size = new System.Drawing.Size(41, 20); - this.pnltitlebarrightcornercolour.TabIndex = 10; - this.pnltitlebarrightcornercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetRightCornerColor); - // - // pnltitlebarleftcornercolour - // - this.pnltitlebarleftcornercolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnltitlebarleftcornercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltitlebarleftcornercolour.Location = new System.Drawing.Point(126, 56); - this.pnltitlebarleftcornercolour.Name = "pnltitlebarleftcornercolour"; - this.pnltitlebarleftcornercolour.Size = new System.Drawing.Size(41, 20); - this.pnltitlebarleftcornercolour.TabIndex = 8; - this.pnltitlebarleftcornercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetLeftCornerColor); - // - // lbrightcornercolor - // - this.lbrightcornercolor.AutoSize = true; - this.lbrightcornercolor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbrightcornercolor.Location = new System.Drawing.Point(3, 81); - this.lbrightcornercolor.Name = "lbrightcornercolor"; - this.lbrightcornercolor.Size = new System.Drawing.Size(127, 16); - this.lbrightcornercolor.TabIndex = 9; - this.lbrightcornercolor.Text = "Right Corner Colour:"; - // - // lbleftcornercolor - // - this.lbleftcornercolor.AutoSize = true; - this.lbleftcornercolor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbleftcornercolor.Location = new System.Drawing.Point(3, 57); - this.lbleftcornercolor.Name = "lbleftcornercolor"; - this.lbleftcornercolor.Size = new System.Drawing.Size(117, 16); - this.lbleftcornercolor.TabIndex = 7; - this.lbleftcornercolor.Text = "Left Corner Colour:"; - // - // cboxtitlebarcorners - // - 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.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"; - this.cboxtitlebarcorners.Size = new System.Drawing.Size(131, 21); - this.cboxtitlebarcorners.TabIndex = 6; - this.cboxtitlebarcorners.Text = "Title Bar Corners"; - this.cboxtitlebarcorners.UseVisualStyleBackColor = true; - this.cboxtitlebarcorners.CheckedChanged += new System.EventHandler(this.cboxtitlebarcorners_CheckedChanged); - // - // Label5 - // - this.Label5.AutoSize = true; - this.Label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label5.Location = new System.Drawing.Point(136, 32); - this.Label5.Name = "Label5"; - this.Label5.Size = new System.Drawing.Size(22, 16); - this.Label5.TabIndex = 5; - this.Label5.Text = "px"; - // - // txttitlebarheight - // - this.txttitlebarheight.BackColor = System.Drawing.Color.White; - this.txttitlebarheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txttitlebarheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txttitlebarheight.ForeColor = System.Drawing.Color.Black; - this.txttitlebarheight.Location = new System.Drawing.Point(112, 30); - this.txttitlebarheight.Name = "txttitlebarheight"; - this.txttitlebarheight.Size = new System.Drawing.Size(23, 22); - this.txttitlebarheight.TabIndex = 4; - this.txttitlebarheight.TextChanged += new System.EventHandler(this.txttitlebarheight_TextChanged); - // - // Label4 - // - this.Label4.AutoSize = true; - this.Label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label4.Location = new System.Drawing.Point(3, 32); - this.Label4.Name = "Label4"; - this.Label4.Size = new System.Drawing.Size(103, 16); - this.Label4.TabIndex = 2; - this.Label4.Text = "Title Bar Height:"; - // - // pnltitlebarcolour - // - this.pnltitlebarcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnltitlebarcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltitlebarcolour.Location = new System.Drawing.Point(112, 5); - this.pnltitlebarcolour.Name = "pnltitlebarcolour"; - this.pnltitlebarcolour.Size = new System.Drawing.Size(41, 20); - this.pnltitlebarcolour.TabIndex = 1; - this.pnltitlebarcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetTitlebarColor); - // - // Label2 - // - this.Label2.AutoSize = true; - this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label2.Location = new System.Drawing.Point(3, 7); - this.Label2.Name = "Label2"; - this.Label2.Size = new System.Drawing.Size(103, 16); - this.Label2.TabIndex = 0; - this.Label2.Text = "Title Bar Colour:"; - // - // pnlborderoptions - // - this.pnlborderoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnlborderoptions.Widgets.Add(this.cbindividualbordercolours); - this.pnlborderoptions.Widgets.Add(this.pnlborderbottomrightcolour); - this.pnlborderoptions.Widgets.Add(this.lbbright); - this.pnlborderoptions.Widgets.Add(this.pnlborderbottomcolour); - this.pnlborderoptions.Widgets.Add(this.lbbottom); - this.pnlborderoptions.Widgets.Add(this.pnlborderbottomleftcolour); - this.pnlborderoptions.Widgets.Add(this.lbbleft); - this.pnlborderoptions.Widgets.Add(this.pnlborderrightcolour); - this.pnlborderoptions.Widgets.Add(this.lbright); - this.pnlborderoptions.Widgets.Add(this.pnlborderleftcolour); - this.pnlborderoptions.Widgets.Add(this.lbleft); - this.pnlborderoptions.Widgets.Add(this.Label15); - this.pnlborderoptions.Widgets.Add(this.pnlbordercolour); - this.pnlborderoptions.Widgets.Add(this.txtbordersize); - this.pnlborderoptions.Widgets.Add(this.Label3); - this.pnlborderoptions.Widgets.Add(this.Label16); - this.pnlborderoptions.Location = new System.Drawing.Point(135, 159); - this.pnlborderoptions.Name = "pnlborderoptions"; - this.pnlborderoptions.RightToLeft = ShiftUI.RightToLeft.Yes; - this.pnlborderoptions.Size = new System.Drawing.Size(325, 139); - this.pnlborderoptions.TabIndex = 10; - this.pnlborderoptions.Visible = false; - // - // cbindividualbordercolours - // - 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.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"; - this.cbindividualbordercolours.Size = new System.Drawing.Size(135, 21); - this.cbindividualbordercolours.TabIndex = 28; - this.cbindividualbordercolours.Text = "Individual Colours"; - this.cbindividualbordercolours.UseVisualStyleBackColor = true; - this.cbindividualbordercolours.CheckedChanged += new System.EventHandler(this.cbindividualbordercolours_CheckedChanged); - // - // pnlborderbottomrightcolour - // - this.pnlborderbottomrightcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlborderbottomrightcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlborderbottomrightcolour.Location = new System.Drawing.Point(132, 101); - this.pnlborderbottomrightcolour.Name = "pnlborderbottomrightcolour"; - this.pnlborderbottomrightcolour.Size = new System.Drawing.Size(41, 20); - this.pnlborderbottomrightcolour.TabIndex = 27; - this.pnlborderbottomrightcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomRBorderColor); - // - // lbbright - // - this.lbbright.AutoSize = true; - this.lbbright.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbbright.Location = new System.Drawing.Point(3, 103); - this.lbbright.Name = "lbbright"; - this.lbbright.Size = new System.Drawing.Size(129, 16); - this.lbbright.TabIndex = 26; - this.lbbright.Text = "Bottom Right Colour:"; - // - // pnlborderbottomcolour - // - this.pnlborderbottomcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlborderbottomcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlborderbottomcolour.Location = new System.Drawing.Point(263, 31); - this.pnlborderbottomcolour.Name = "pnlborderbottomcolour"; - this.pnlborderbottomcolour.Size = new System.Drawing.Size(41, 20); - this.pnlborderbottomcolour.TabIndex = 25; - this.pnlborderbottomcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomBorderColor); - // - // lbbottom - // - this.lbbottom.AutoSize = true; - this.lbbottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbbottom.Location = new System.Drawing.Point(158, 32); - this.lbbottom.Name = "lbbottom"; - this.lbbottom.Size = new System.Drawing.Size(95, 16); - this.lbbottom.TabIndex = 24; - this.lbbottom.Text = "Bottom Colour:"; - // - // pnlborderbottomleftcolour - // - this.pnlborderbottomleftcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlborderbottomleftcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlborderbottomleftcolour.Location = new System.Drawing.Point(124, 78); - this.pnlborderbottomleftcolour.Name = "pnlborderbottomleftcolour"; - this.pnlborderbottomleftcolour.Size = new System.Drawing.Size(41, 20); - this.pnlborderbottomleftcolour.TabIndex = 23; - this.pnlborderbottomleftcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomLColor); - // - // lbbleft - // - this.lbbleft.AutoSize = true; - this.lbbleft.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbbleft.Location = new System.Drawing.Point(3, 80); - this.lbbleft.Name = "lbbleft"; - this.lbbleft.Size = new System.Drawing.Size(119, 16); - this.lbbleft.TabIndex = 22; - this.lbbleft.Text = "Bottom Left Colour:"; - // - // pnlborderrightcolour - // - this.pnlborderrightcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlborderrightcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlborderrightcolour.Location = new System.Drawing.Point(263, 54); - this.pnlborderrightcolour.Name = "pnlborderrightcolour"; - this.pnlborderrightcolour.Size = new System.Drawing.Size(41, 20); - this.pnlborderrightcolour.TabIndex = 21; - this.pnlborderrightcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetRightBorderColor); - // - // lbright - // - this.lbright.AutoSize = true; - this.lbright.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbright.Location = new System.Drawing.Point(157, 56); - this.lbright.Name = "lbright"; - this.lbright.Size = new System.Drawing.Size(84, 16); - this.lbright.TabIndex = 20; - this.lbright.Text = "Right Colour:"; - // - // pnlborderleftcolour - // - this.pnlborderleftcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; - this.pnlborderleftcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlborderleftcolour.Location = new System.Drawing.Point(102, 54); - this.pnlborderleftcolour.Name = "pnlborderleftcolour"; - this.pnlborderleftcolour.Size = new System.Drawing.Size(41, 20); - this.pnlborderleftcolour.TabIndex = 19; - this.pnlborderleftcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetLeftBorderColor); - // - // lbleft - // - this.lbleft.AutoSize = true; - this.lbleft.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbleft.Location = new System.Drawing.Point(3, 56); - this.lbleft.Name = "lbleft"; - this.lbleft.Size = new System.Drawing.Size(74, 16); - this.lbleft.TabIndex = 18; - this.lbleft.Text = "Left Colour:"; - // - // Label15 - // - this.Label15.AutoSize = true; - this.Label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label15.Location = new System.Drawing.Point(126, 31); - this.Label15.Name = "Label15"; - this.Label15.Size = new System.Drawing.Size(22, 16); - this.Label15.TabIndex = 17; - this.Label15.Text = "px"; - // - // pnlbordercolour - // - this.pnlbordercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlbordercolour.Location = new System.Drawing.Point(102, 5); - this.pnlbordercolour.Name = "pnlbordercolour"; - this.pnlbordercolour.Size = new System.Drawing.Size(41, 20); - this.pnlbordercolour.TabIndex = 3; - this.pnlbordercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetMainBorderColor); - // - // txtbordersize - // - this.txtbordersize.BackColor = System.Drawing.Color.White; - this.txtbordersize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtbordersize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtbordersize.ForeColor = System.Drawing.Color.Black; - this.txtbordersize.Location = new System.Drawing.Point(102, 29); - this.txtbordersize.Name = "txtbordersize"; - this.txtbordersize.Size = new System.Drawing.Size(23, 22); - this.txtbordersize.TabIndex = 16; - this.txtbordersize.TextChanged += new System.EventHandler(this.txtbordersize_TextChanged); - // - // Label3 - // - this.Label3.AutoSize = true; - this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label3.Location = new System.Drawing.Point(3, 7); - this.Label3.Name = "Label3"; - this.Label3.Size = new System.Drawing.Size(94, 16); - this.Label3.TabIndex = 2; - this.Label3.Text = "Border Colour:"; - // - // Label16 - // - this.Label16.AutoSize = true; - this.Label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label16.Location = new System.Drawing.Point(3, 31); - this.Label16.Name = "Label16"; - this.Label16.Size = new System.Drawing.Size(81, 16); - this.Label16.TabIndex = 15; - this.Label16.Text = "Border Size:"; - // - // pnltitletextoptions - // - this.pnltitletextoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); - this.pnltitletextoptions.Widgets.Add(this.combotitletextposition); - this.pnltitletextoptions.Widgets.Add(this.Label53); - this.pnltitletextoptions.Widgets.Add(this.combotitletextstyle); - this.pnltitletextoptions.Widgets.Add(this.combotitletextfont); - this.pnltitletextoptions.Widgets.Add(this.Label23); - this.pnltitletextoptions.Widgets.Add(this.Label17); - this.pnltitletextoptions.Widgets.Add(this.txttitletextside); - this.pnltitletextoptions.Widgets.Add(this.Label18); - this.pnltitletextoptions.Widgets.Add(this.Label19); - this.pnltitletextoptions.Widgets.Add(this.txttitletexttop); - this.pnltitletextoptions.Widgets.Add(this.Label20); - this.pnltitletextoptions.Widgets.Add(this.Label21); - this.pnltitletextoptions.Widgets.Add(this.txttitletextsize); - this.pnltitletextoptions.Widgets.Add(this.Label22); - this.pnltitletextoptions.Widgets.Add(this.Label24); - this.pnltitletextoptions.Widgets.Add(this.pnltitletextcolour); - this.pnltitletextoptions.Widgets.Add(this.Label25); - this.pnltitletextoptions.Location = new System.Drawing.Point(135, 159); - this.pnltitletextoptions.Name = "pnltitletextoptions"; - this.pnltitletextoptions.Size = new System.Drawing.Size(325, 139); - this.pnltitletextoptions.TabIndex = 15; - this.pnltitletextoptions.Visible = false; - // - // combotitletextposition - // - this.combotitletextposition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.combotitletextposition.FormattingEnabled = true; - this.combotitletextposition.Items.AddRange(new object[] { - "Left", - "Centre"}); - this.combotitletextposition.Location = new System.Drawing.Point(211, 54); - this.combotitletextposition.Name = "combotitletextposition"; - this.combotitletextposition.Size = new System.Drawing.Size(95, 24); - this.combotitletextposition.TabIndex = 21; - this.combotitletextposition.SelectedIndexChanged += new System.EventHandler(this.combotitletextposition_SelectedIndexChanged); - // - // Label53 - // - this.Label53.AutoSize = true; - this.Label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label53.Location = new System.Drawing.Point(149, 57); - this.Label53.Name = "Label53"; - this.Label53.Size = new System.Drawing.Size(59, 16); - this.Label53.TabIndex = 20; - this.Label53.Text = "Position:"; - // - // combotitletextstyle - // - this.combotitletextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.combotitletextstyle.FormattingEnabled = true; - this.combotitletextstyle.Items.AddRange(new object[] { - "Bold", - "Italic", - "Regular", - "Strikeout", - "Underline"}); - this.combotitletextstyle.Location = new System.Drawing.Point(207, 3); - this.combotitletextstyle.Name = "combotitletextstyle"; - this.combotitletextstyle.Size = new System.Drawing.Size(99, 24); - this.combotitletextstyle.TabIndex = 18; - this.combotitletextstyle.SelectedIndexChanged += new System.EventHandler(this.combotitletextstyle_SelectedIndexChanged); - // - // combotitletextfont - // - this.combotitletextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.combotitletextfont.FormattingEnabled = true; - this.combotitletextfont.Location = new System.Drawing.Point(100, 30); - this.combotitletextfont.Name = "combotitletextfont"; - this.combotitletextfont.Size = new System.Drawing.Size(202, 24); - this.combotitletextfont.TabIndex = 17; - this.combotitletextfont.SelectedIndexChanged += new System.EventHandler(this.combotitletextfont_SelectedIndexChanged); - // - // Label23 - // - this.Label23.AutoSize = true; - this.Label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label23.Location = new System.Drawing.Point(164, 7); - this.Label23.Name = "Label23"; - this.Label23.Size = new System.Drawing.Size(41, 16); - this.Label23.TabIndex = 15; - this.Label23.Text = "Style:"; - // - // Label17 - // - this.Label17.AutoSize = true; - this.Label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label17.Location = new System.Drawing.Point(159, 107); - this.Label17.Name = "Label17"; - this.Label17.Size = new System.Drawing.Size(22, 16); - this.Label17.TabIndex = 14; - this.Label17.Text = "px"; - // - // txttitletextside - // - this.txttitletextside.BackColor = System.Drawing.Color.White; - this.txttitletextside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txttitletextside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txttitletextside.ForeColor = System.Drawing.Color.Black; - this.txttitletextside.Location = new System.Drawing.Point(135, 105); - this.txttitletextside.Name = "txttitletextside"; - this.txttitletextside.Size = new System.Drawing.Size(23, 22); - this.txttitletextside.TabIndex = 13; - this.txttitletextside.TextChanged += new System.EventHandler(this.txttitletextside_TextChanged); - // - // Label18 - // - this.Label18.AutoSize = true; - this.Label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label18.Location = new System.Drawing.Point(3, 107); - this.Label18.Name = "Label18"; - this.Label18.Size = new System.Drawing.Size(131, 16); - this.Label18.TabIndex = 12; - this.Label18.Text = "Title Text From Side:"; - // - // Label19 - // - this.Label19.AutoSize = true; - this.Label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label19.Location = new System.Drawing.Point(159, 82); - this.Label19.Name = "Label19"; - this.Label19.Size = new System.Drawing.Size(22, 16); - this.Label19.TabIndex = 11; - this.Label19.Text = "px"; - // - // txttitletexttop - // - this.txttitletexttop.BackColor = System.Drawing.Color.White; - this.txttitletexttop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txttitletexttop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txttitletexttop.ForeColor = System.Drawing.Color.Black; - this.txttitletexttop.Location = new System.Drawing.Point(135, 80); - this.txttitletexttop.Name = "txttitletexttop"; - this.txttitletexttop.Size = new System.Drawing.Size(23, 22); - this.txttitletexttop.TabIndex = 10; - this.txttitletexttop.TextChanged += new System.EventHandler(this.txttitletexttop_TextChanged); - // - // Label20 - // - this.Label20.AutoSize = true; - this.Label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label20.Location = new System.Drawing.Point(3, 82); - this.Label20.Name = "Label20"; - this.Label20.Size = new System.Drawing.Size(128, 16); - this.Label20.TabIndex = 9; - this.Label20.Text = "Title Text From Top:"; - // - // Label21 - // - this.Label21.AutoSize = true; - this.Label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label21.Location = new System.Drawing.Point(124, 57); - this.Label21.Name = "Label21"; - this.Label21.Size = new System.Drawing.Size(22, 16); - this.Label21.TabIndex = 8; - this.Label21.Text = "px"; - // - // txttitletextsize - // - this.txttitletextsize.BackColor = System.Drawing.Color.White; - this.txttitletextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txttitletextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txttitletextsize.ForeColor = System.Drawing.Color.Black; - this.txttitletextsize.Location = new System.Drawing.Point(100, 55); - this.txttitletextsize.Name = "txttitletextsize"; - this.txttitletextsize.Size = new System.Drawing.Size(23, 22); - this.txttitletextsize.TabIndex = 7; - this.txttitletextsize.TextChanged += new System.EventHandler(this.txttitletextsize_TextChanged); - // - // Label22 - // - this.Label22.AutoSize = true; - this.Label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label22.Location = new System.Drawing.Point(3, 57); - this.Label22.Name = "Label22"; - this.Label22.Size = new System.Drawing.Size(95, 16); - this.Label22.TabIndex = 6; - this.Label22.Text = "Title Text Size:"; - // - // Label24 - // - this.Label24.AutoSize = true; - this.Label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label24.Location = new System.Drawing.Point(3, 33); - this.Label24.Name = "Label24"; - this.Label24.Size = new System.Drawing.Size(95, 16); - this.Label24.TabIndex = 2; - this.Label24.Text = "Title Text Font:"; - // - // pnltitletextcolour - // - this.pnltitletextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltitletextcolour.Location = new System.Drawing.Point(114, 5); - this.pnltitletextcolour.Name = "pnltitletextcolour"; - this.pnltitletextcolour.Size = new System.Drawing.Size(41, 20); - this.pnltitletextcolour.TabIndex = 1; - this.pnltitletextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetTitleTextColor); - // - // Label25 - // - this.Label25.AutoSize = true; - this.Label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label25.Location = new System.Drawing.Point(3, 7); - this.Label25.Name = "Label25"; - this.Label25.Size = new System.Drawing.Size(108, 16); - this.Label25.TabIndex = 0; - this.Label25.Text = "Title Text Colour:"; - // - // pnlwindowsobjects - // - this.pnlwindowsobjects.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); - this.pnlwindowsobjects.Widgets.Add(this.btnborders); - this.pnlwindowsobjects.Widgets.Add(this.btnbuttons); - this.pnlwindowsobjects.Widgets.Add(this.btntitletext); - this.pnlwindowsobjects.Widgets.Add(this.btntitlebar); - this.pnlwindowsobjects.Location = new System.Drawing.Point(1, 159); - this.pnlwindowsobjects.Name = "pnlwindowsobjects"; - this.pnlwindowsobjects.Size = new System.Drawing.Size(128, 135); - this.pnlwindowsobjects.TabIndex = 8; - // - // btnborders - // - this.btnborders.BackColor = System.Drawing.Color.White; - 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"; - this.btnborders.Size = new System.Drawing.Size(119, 29); - this.btnborders.TabIndex = 7; - this.btnborders.TabStop = false; - this.btnborders.Text = "Borders"; - this.btnborders.UseVisualStyleBackColor = false; - this.btnborders.Click += new System.EventHandler(this.btnborders_Click); - // - // btnbuttons - // - this.btnbuttons.BackColor = System.Drawing.Color.White; - 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"; - this.btnbuttons.Size = new System.Drawing.Size(119, 29); - this.btnbuttons.TabIndex = 6; - this.btnbuttons.TabStop = false; - this.btnbuttons.Text = "Buttons"; - this.btnbuttons.UseVisualStyleBackColor = false; - this.btnbuttons.Click += new System.EventHandler(this.btnbuttons_Click); - // - // btntitletext - // - this.btntitletext.BackColor = System.Drawing.Color.White; - 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"; - this.btntitletext.Size = new System.Drawing.Size(119, 29); - this.btntitletext.TabIndex = 5; - this.btntitletext.TabStop = false; - this.btntitletext.Text = "Title Text"; - this.btntitletext.UseVisualStyleBackColor = false; - this.btntitletext.Click += new System.EventHandler(this.btntitletext_Click_1); - // - // btntitlebar - // - this.btntitlebar.BackColor = System.Drawing.Color.White; - 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"; - this.btntitlebar.Size = new System.Drawing.Size(119, 29); - this.btntitlebar.TabIndex = 4; - this.btntitlebar.TabStop = false; - this.btntitlebar.Text = "Title Bar"; - this.btntitlebar.UseVisualStyleBackColor = false; - this.btntitlebar.Click += new System.EventHandler(this.btntitlebar_Click); - // - // pnlwindowpreview - // - this.pnlwindowpreview.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlwindowpreview.Widgets.Add(this.prepgcontent); - this.pnlwindowpreview.Widgets.Add(this.prepgbottom); - this.pnlwindowpreview.Widgets.Add(this.prepgleft); - this.pnlwindowpreview.Widgets.Add(this.prepgright); - this.pnlwindowpreview.Widgets.Add(this.pretitlebar); - this.pnlwindowpreview.Location = new System.Drawing.Point(5, 3); - this.pnlwindowpreview.Name = "pnlwindowpreview"; - this.pnlwindowpreview.Size = new System.Drawing.Size(448, 148); - this.pnlwindowpreview.TabIndex = 0; - // - // prepgcontent - // - this.prepgcontent.Dock = ShiftUI.DockStyle.Fill; - this.prepgcontent.Location = new System.Drawing.Point(2, 30); - this.prepgcontent.Name = "prepgcontent"; - this.prepgcontent.Size = new System.Drawing.Size(444, 116); - this.prepgcontent.TabIndex = 20; - // - // prepgbottom - // - this.prepgbottom.BackColor = System.Drawing.Color.Gray; - this.prepgbottom.Dock = ShiftUI.DockStyle.Bottom; - this.prepgbottom.Location = new System.Drawing.Point(2, 146); - this.prepgbottom.Name = "prepgbottom"; - this.prepgbottom.Size = new System.Drawing.Size(444, 2); - this.prepgbottom.TabIndex = 23; - // - // prepgleft - // - this.prepgleft.BackColor = System.Drawing.Color.Gray; - this.prepgleft.Widgets.Add(this.prepgbottomlcorner); - this.prepgleft.Dock = ShiftUI.DockStyle.Left; - this.prepgleft.Location = new System.Drawing.Point(0, 30); - this.prepgleft.Name = "prepgleft"; - this.prepgleft.Size = new System.Drawing.Size(2, 118); - this.prepgleft.TabIndex = 21; - // - // prepgbottomlcorner - // - this.prepgbottomlcorner.BackColor = System.Drawing.Color.Red; - this.prepgbottomlcorner.Dock = ShiftUI.DockStyle.Bottom; - this.prepgbottomlcorner.Location = new System.Drawing.Point(0, 116); - this.prepgbottomlcorner.Name = "prepgbottomlcorner"; - this.prepgbottomlcorner.Size = new System.Drawing.Size(2, 2); - this.prepgbottomlcorner.TabIndex = 14; - // - // prepgright - // - this.prepgright.BackColor = System.Drawing.Color.Gray; - this.prepgright.Widgets.Add(this.prepgbottomrcorner); - this.prepgright.Dock = ShiftUI.DockStyle.Right; - this.prepgright.Location = new System.Drawing.Point(446, 30); - this.prepgright.Name = "prepgright"; - this.prepgright.Size = new System.Drawing.Size(2, 118); - this.prepgright.TabIndex = 22; - // - // prepgbottomrcorner - // - this.prepgbottomrcorner.BackColor = System.Drawing.Color.Red; - this.prepgbottomrcorner.Dock = ShiftUI.DockStyle.Bottom; - this.prepgbottomrcorner.Location = new System.Drawing.Point(0, 116); - this.prepgbottomrcorner.Name = "prepgbottomrcorner"; - this.prepgbottomrcorner.Size = new System.Drawing.Size(2, 2); - this.prepgbottomrcorner.TabIndex = 15; - // - // pretitlebar - // - this.pretitlebar.BackColor = System.Drawing.Color.Gray; - this.pretitlebar.Widgets.Add(this.preminimizebutton); - this.pretitlebar.Widgets.Add(this.prepnlicon); - this.pretitlebar.Widgets.Add(this.prerollupbutton); - this.pretitlebar.Widgets.Add(this.preclosebutton); - this.pretitlebar.Widgets.Add(this.pretitletext); - this.pretitlebar.Widgets.Add(this.prepgtoplcorner); - this.pretitlebar.Widgets.Add(this.prepgtoprcorner); - this.pretitlebar.Dock = ShiftUI.DockStyle.Top; - this.pretitlebar.ForeColor = System.Drawing.Color.White; - this.pretitlebar.Location = new System.Drawing.Point(0, 0); - this.pretitlebar.Name = "pretitlebar"; - this.pretitlebar.Size = new System.Drawing.Size(448, 30); - this.pretitlebar.TabIndex = 19; - // - // preminimizebutton - // - this.preminimizebutton.BackColor = System.Drawing.Color.Black; - this.preminimizebutton.Location = new System.Drawing.Point(185, 5); - this.preminimizebutton.Name = "preminimizebutton"; - this.preminimizebutton.Size = new System.Drawing.Size(22, 22); - this.preminimizebutton.TabIndex = 31; - // - // prepnlicon - // - this.prepnlicon.BackColor = System.Drawing.Color.Transparent; - this.prepnlicon.Location = new System.Drawing.Point(8, 8); - this.prepnlicon.Name = "prepnlicon"; - this.prepnlicon.Size = new System.Drawing.Size(16, 16); - this.prepnlicon.TabIndex = 32; - this.prepnlicon.TabStop = false; - this.prepnlicon.Visible = false; - // - // prerollupbutton - // - this.prerollupbutton.BackColor = System.Drawing.Color.Black; - this.prerollupbutton.Location = new System.Drawing.Point(213, 5); - this.prerollupbutton.Name = "prerollupbutton"; - this.prerollupbutton.Size = new System.Drawing.Size(22, 22); - this.prerollupbutton.TabIndex = 31; - // - // preclosebutton - // - this.preclosebutton.BackColor = System.Drawing.Color.Black; - this.preclosebutton.Location = new System.Drawing.Point(251, 5); - this.preclosebutton.Name = "preclosebutton"; - this.preclosebutton.Size = new System.Drawing.Size(22, 22); - this.preclosebutton.TabIndex = 20; - // - // pretitletext - // - this.pretitletext.AutoSize = true; - this.pretitletext.BackColor = System.Drawing.Color.Transparent; - this.pretitletext.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.pretitletext.Location = new System.Drawing.Point(29, 7); - this.pretitletext.Name = "pretitletext"; - this.pretitletext.Size = new System.Drawing.Size(77, 18); - this.pretitletext.TabIndex = 19; - this.pretitletext.Text = "Template"; - // - // prepgtoplcorner - // - this.prepgtoplcorner.BackColor = System.Drawing.Color.Red; - this.prepgtoplcorner.Dock = ShiftUI.DockStyle.Left; - this.prepgtoplcorner.Location = new System.Drawing.Point(0, 0); - this.prepgtoplcorner.Name = "prepgtoplcorner"; - this.prepgtoplcorner.Size = new System.Drawing.Size(2, 30); - this.prepgtoplcorner.TabIndex = 17; - // - // prepgtoprcorner - // - this.prepgtoprcorner.BackColor = System.Drawing.Color.Red; - this.prepgtoprcorner.Dock = ShiftUI.DockStyle.Right; - this.prepgtoprcorner.Location = new System.Drawing.Point(446, 0); - this.prepgtoprcorner.Name = "prepgtoprcorner"; - this.prepgtoprcorner.Size = new System.Drawing.Size(2, 30); - this.prepgtoprcorner.TabIndex = 16; - // - // pnlreset - // - this.pnlreset.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlreset.Widgets.Add(this.Label113); - this.pnlreset.Widgets.Add(this.btnresetallsettings); - this.pnlreset.Widgets.Add(this.Label109); - this.pnlreset.Widgets.Add(this.Label111); - this.pnlreset.Location = new System.Drawing.Point(134, 9); - this.pnlreset.Name = "pnlreset"; - this.pnlreset.Size = new System.Drawing.Size(457, 306); - this.pnlreset.TabIndex = 18; - // - // Label113 - // - this.Label113.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label113.Location = new System.Drawing.Point(57, 231); - this.Label113.Name = "Label113"; - this.Label113.Size = new System.Drawing.Size(332, 33); - this.Label113.TabIndex = 5; - this.Label113.Text = "Warning! A Global Reset Is Irreversible!"; - this.Label113.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // btnresetallsettings - // - 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"; - this.btnresetallsettings.Size = new System.Drawing.Size(255, 83); - this.btnresetallsettings.TabIndex = 4; - this.btnresetallsettings.TabStop = false; - this.btnresetallsettings.Text = "Reset All Settings"; - this.btnresetallsettings.UseVisualStyleBackColor = true; - this.btnresetallsettings.Click += new System.EventHandler(this.btnresetallsettings_Click); - // - // Label109 - // - this.Label109.BackColor = System.Drawing.Color.Transparent; - this.Label109.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label109.Location = new System.Drawing.Point(4, 40); - this.Label109.Name = "Label109"; - this.Label109.Size = new System.Drawing.Size(451, 66); - this.Label109.TabIndex = 3; - this.Label109.Text = resources.GetString("Label109.Text"); - this.Label109.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // Label111 - // - this.Label111.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label111.Location = new System.Drawing.Point(68, 4); - this.Label111.Name = "Label111"; - this.Label111.Size = new System.Drawing.Size(332, 33); - this.Label111.TabIndex = 2; - this.Label111.Text = "Global Settings Reset!"; - this.Label111.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // pgcontents - // - this.pgcontents.BackColor = System.Drawing.Color.White; - this.pgcontents.Widgets.Add(this.pnldesktopoptions); - this.pgcontents.Widgets.Add(this.pnlluaoptions); - this.pgcontents.Widgets.Add(this.pnldesktopcomposition); - this.pgcontents.Widgets.Add(this.pnlreset); - this.pgcontents.Widgets.Add(this.pnlwindowsoptions); - this.pgcontents.Widgets.Add(this.pnlmenus); - this.pgcontents.Widgets.Add(this.pnlshifterintro); - this.pgcontents.Widgets.Add(this.catholder); - this.pgcontents.Widgets.Add(this.btnapply); - this.pgcontents.Widgets.Add(this.Label1); - this.pgcontents.Dock = ShiftUI.DockStyle.Fill; - this.pgcontents.Location = new System.Drawing.Point(0, 0); - this.pgcontents.Name = "pgcontents"; - this.pgcontents.Size = new System.Drawing.Size(600, 323); - this.pgcontents.TabIndex = 0; - // - // pnldesktopcomposition - // - this.pnldesktopcomposition.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnldesktopcomposition.BackColor = System.Drawing.Color.White; - this.pnldesktopcomposition.Widgets.Add(this.pnlfancywindows); - this.pnldesktopcomposition.Widgets.Add(this.pnlfancydragging); - this.pnldesktopcomposition.Widgets.Add(this.pnlfancyintro); - this.pnldesktopcomposition.Widgets.Add(this.panel18); - this.pnldesktopcomposition.Widgets.Add(this.panel25); - this.pnldesktopcomposition.Widgets.Add(this.panel36); - this.pnldesktopcomposition.Widgets.Add(this.label176); - this.pnldesktopcomposition.Location = new System.Drawing.Point(134, 9); - this.pnldesktopcomposition.Name = "pnldesktopcomposition"; - this.pnldesktopcomposition.Size = new System.Drawing.Size(457, 306); - this.pnldesktopcomposition.TabIndex = 20; - // - // pnlfancywindows - // - this.pnlfancywindows.Widgets.Add(this.txtwinfadedec); - this.pnlfancywindows.Widgets.Add(this.label150); - this.pnlfancywindows.Widgets.Add(this.txtwinfadespeed); - this.pnlfancywindows.Widgets.Add(this.label151); - this.pnlfancywindows.Widgets.Add(this.cbdrageffect); - this.pnlfancywindows.Widgets.Add(this.label141); - this.pnlfancywindows.Widgets.Add(this.cbcloseanim); - this.pnlfancywindows.Widgets.Add(this.label128); - this.pnlfancywindows.Widgets.Add(this.cbopenanim); - this.pnlfancywindows.Widgets.Add(this.label127); - this.pnlfancywindows.Widgets.Add(this.label149); - this.pnlfancywindows.Location = new System.Drawing.Point(139, 43); - this.pnlfancywindows.Name = "pnlfancywindows"; - this.pnlfancywindows.Size = new System.Drawing.Size(311, 256); - this.pnlfancywindows.TabIndex = 13; - // - // txtwinfadedec - // - this.txtwinfadedec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtwinfadedec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtwinfadedec.Location = new System.Drawing.Point(225, 189); - this.txtwinfadedec.Name = "txtwinfadedec"; - this.txtwinfadedec.Size = new System.Drawing.Size(35, 23); - this.txtwinfadedec.TabIndex = 26; - this.txtwinfadedec.TextChanged += new System.EventHandler(this.txtwinfadedec_TextChanged); - // - // label150 - // - this.label150.AutoSize = true; - this.label150.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label150.Location = new System.Drawing.Point(153, 191); - this.label150.Name = "label150"; - this.label150.Size = new System.Drawing.Size(71, 16); - this.label150.TabIndex = 25; - this.label150.Text = "Fade Dec."; - // - // txtwinfadespeed - // - this.txtwinfadespeed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtwinfadespeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtwinfadespeed.Location = new System.Drawing.Point(109, 185); - this.txtwinfadespeed.Name = "txtwinfadespeed"; - this.txtwinfadespeed.Size = new System.Drawing.Size(35, 23); - this.txtwinfadespeed.TabIndex = 24; - this.txtwinfadespeed.TextChanged += new System.EventHandler(this.txtwinfadespeed_TextChanged); - // - // label151 - // - this.label151.AutoSize = true; - this.label151.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label151.Location = new System.Drawing.Point(13, 189); - this.label151.Name = "label151"; - this.label151.Size = new System.Drawing.Size(84, 16); - this.label151.TabIndex = 23; - this.label151.Text = "Fade Speed"; - // - // cbdrageffect - // - this.cbdrageffect.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.cbdrageffect.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; - this.cbdrageffect.FormattingEnabled = true; - this.cbdrageffect.Location = new System.Drawing.Point(6, 153); - this.cbdrageffect.Name = "cbdrageffect"; - this.cbdrageffect.Size = new System.Drawing.Size(294, 21); - this.cbdrageffect.TabIndex = 22; - this.cbdrageffect.SelectedIndexChanged += new System.EventHandler(this.cbdrageffect_SelectedIndexChanged); - // - // label141 - // - this.label141.AutoSize = true; - this.label141.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label141.Location = new System.Drawing.Point(7, 132); - this.label141.Name = "label141"; - this.label141.Size = new System.Drawing.Size(125, 16); - this.label141.TabIndex = 21; - this.label141.Text = "Window Drag Effect"; - // - // cbcloseanim - // - this.cbcloseanim.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.cbcloseanim.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; - this.cbcloseanim.FormattingEnabled = true; - this.cbcloseanim.Location = new System.Drawing.Point(8, 102); - this.cbcloseanim.Name = "cbcloseanim"; - this.cbcloseanim.Size = new System.Drawing.Size(294, 21); - this.cbcloseanim.TabIndex = 20; - this.cbcloseanim.SelectedIndexChanged += new System.EventHandler(this.cbcloseanim_SelectedIndexChanged); - // - // label128 - // - this.label128.AutoSize = true; - this.label128.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label128.Location = new System.Drawing.Point(9, 81); - this.label128.Name = "label128"; - this.label128.Size = new System.Drawing.Size(156, 16); - this.label128.TabIndex = 19; - this.label128.Text = "Window Close Animation"; - // - // cbopenanim - // - this.cbopenanim.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.cbopenanim.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; - this.cbopenanim.FormattingEnabled = true; - this.cbopenanim.Location = new System.Drawing.Point(9, 50); - this.cbopenanim.Name = "cbopenanim"; - this.cbopenanim.Size = new System.Drawing.Size(294, 21); - this.cbopenanim.TabIndex = 18; - this.cbopenanim.SelectedIndexChanged += new System.EventHandler(this.cbopenanim_SelectedIndexChanged); - // - // label127 - // - this.label127.AutoSize = true; - this.label127.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label127.Location = new System.Drawing.Point(10, 29); - this.label127.Name = "label127"; - this.label127.Size = new System.Drawing.Size(154, 16); - this.label127.TabIndex = 17; - this.label127.Text = "Window Open Animation"; - // - // label149 - // - this.label149.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label149.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label149.Location = new System.Drawing.Point(6, 0); - this.label149.Name = "label149"; - this.label149.Size = new System.Drawing.Size(301, 29); - this.label149.TabIndex = 1; - this.label149.Text = "Animations"; - this.label149.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnlfancydragging - // - this.pnlfancydragging.Widgets.Add(this.txtshakeminoffset); - this.pnlfancydragging.Widgets.Add(this.label148); - this.pnlfancydragging.Widgets.Add(this.txtshakemax); - this.pnlfancydragging.Widgets.Add(this.label146); - this.pnlfancydragging.Widgets.Add(this.txtdragopacitydec); - this.pnlfancydragging.Widgets.Add(this.label144); - this.pnlfancydragging.Widgets.Add(this.txtdragfadedec); - this.pnlfancydragging.Widgets.Add(this.label143); - this.pnlfancydragging.Widgets.Add(this.txtfadespeed); - this.pnlfancydragging.Widgets.Add(this.label155); - this.pnlfancydragging.Widgets.Add(this.label156); - this.pnlfancydragging.Location = new System.Drawing.Point(139, 43); - this.pnlfancydragging.Name = "pnlfancydragging"; - this.pnlfancydragging.Size = new System.Drawing.Size(311, 256); - this.pnlfancydragging.TabIndex = 14; - // - // txtshakeminoffset - // - this.txtshakeminoffset.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtshakeminoffset.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtshakeminoffset.Location = new System.Drawing.Point(167, 189); - this.txtshakeminoffset.Name = "txtshakeminoffset"; - this.txtshakeminoffset.Size = new System.Drawing.Size(35, 23); - this.txtshakeminoffset.TabIndex = 13; - this.txtshakeminoffset.TextChanged += new System.EventHandler(this.txtshakeminoffset_TextChanged); - // - // label148 - // - this.label148.AutoSize = true; - this.label148.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label148.Location = new System.Drawing.Point(17, 192); - this.label148.Name = "label148"; - this.label148.Size = new System.Drawing.Size(140, 16); - this.label148.TabIndex = 12; - this.label148.Text = "Shake Minimum Offset"; - // - // txtshakemax - // - this.txtshakemax.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtshakemax.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtshakemax.Location = new System.Drawing.Point(167, 159); - this.txtshakemax.Name = "txtshakemax"; - this.txtshakemax.Size = new System.Drawing.Size(35, 23); - this.txtshakemax.TabIndex = 11; - this.txtshakemax.TextChanged += new System.EventHandler(this.txtshakemax_TextChanged); - // - // label146 - // - this.label146.AutoSize = true; - this.label146.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label146.Location = new System.Drawing.Point(17, 162); - this.label146.Name = "label146"; - this.label146.Size = new System.Drawing.Size(144, 16); - this.label146.TabIndex = 10; - this.label146.Text = "Shake Maximum Offset"; - // - // txtdragopacitydec - // - this.txtdragopacitydec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtdragopacitydec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtdragopacitydec.Location = new System.Drawing.Point(104, 116); - this.txtdragopacitydec.Name = "txtdragopacitydec"; - this.txtdragopacitydec.Size = new System.Drawing.Size(35, 23); - this.txtdragopacitydec.TabIndex = 9; - this.txtdragopacitydec.TextChanged += new System.EventHandler(this.txtdragopacitydec_TextChanged); - // - // label144 - // - this.label144.AutoSize = true; - this.label144.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label144.Location = new System.Drawing.Point(18, 119); - this.label144.Name = "label144"; - this.label144.Size = new System.Drawing.Size(85, 16); - this.label144.TabIndex = 8; - this.label144.Text = "Opacity Dec."; - // - // txtdragfadedec - // - this.txtdragfadedec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtdragfadedec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtdragfadedec.Location = new System.Drawing.Point(89, 88); - this.txtdragfadedec.Name = "txtdragfadedec"; - this.txtdragfadedec.Size = new System.Drawing.Size(35, 23); - this.txtdragfadedec.TabIndex = 7; - this.txtdragfadedec.TextChanged += new System.EventHandler(this.txtdragfadedec_TextChanged); - // - // label143 - // - this.label143.AutoSize = true; - this.label143.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label143.Location = new System.Drawing.Point(17, 90); - this.label143.Name = "label143"; - this.label143.Size = new System.Drawing.Size(71, 16); - this.label143.TabIndex = 6; - this.label143.Text = "Fade Dec."; - // - // txtfadespeed - // - this.txtfadespeed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.txtfadespeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); - this.txtfadespeed.Location = new System.Drawing.Point(114, 54); - this.txtfadespeed.Name = "txtfadespeed"; - this.txtfadespeed.Size = new System.Drawing.Size(35, 23); - this.txtfadespeed.TabIndex = 5; - this.txtfadespeed.TextChanged += new System.EventHandler(this.txtfadespeed_TextChanged); - // - // label155 - // - this.label155.AutoSize = true; - this.label155.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label155.Location = new System.Drawing.Point(18, 58); - this.label155.Name = "label155"; - this.label155.Size = new System.Drawing.Size(84, 16); - this.label155.TabIndex = 4; - this.label155.Text = "Fade Speed"; - // - // label156 - // - this.label156.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label156.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label156.Location = new System.Drawing.Point(6, 0); - this.label156.Name = "label156"; - this.label156.Size = new System.Drawing.Size(301, 29); - this.label156.TabIndex = 1; - this.label156.Text = "Fancy Dragging"; - this.label156.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnlfancyintro - // - this.pnlfancyintro.Widgets.Add(this.label174); - this.pnlfancyintro.Widgets.Add(this.label175); - this.pnlfancyintro.Location = new System.Drawing.Point(139, 43); - this.pnlfancyintro.Name = "pnlfancyintro"; - this.pnlfancyintro.Size = new System.Drawing.Size(311, 256); - this.pnlfancyintro.TabIndex = 11; - // - // label174 - // - this.label174.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label174.BackColor = System.Drawing.Color.Transparent; - this.label174.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label174.Location = new System.Drawing.Point(6, 29); - this.label174.Name = "label174"; - this.label174.Size = new System.Drawing.Size(300, 221); - this.label174.TabIndex = 4; - this.label174.Text = "This section allows you to customize various Fancy Effects throughout ShiftOS suc" + - "h as animations, speeds, etc.\r\n\r\nGo ahead and explore!"; - this.label174.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // label175 - // - this.label175.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label175.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label175.Location = new System.Drawing.Point(6, 0); - this.label175.Name = "label175"; - this.label175.Size = new System.Drawing.Size(301, 29); - this.label175.TabIndex = 1; - this.label175.Text = "Fancy Effects - Intro"; - this.label175.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // panel18 - // - this.panel18.Widgets.Add(this.panel19); - this.panel18.Widgets.Add(this.label157); - this.panel18.Widgets.Add(this.panel20); - this.panel18.Widgets.Add(this.label158); - this.panel18.Widgets.Add(this.panel21); - this.panel18.Widgets.Add(this.label159); - this.panel18.Widgets.Add(this.panel22); - this.panel18.Widgets.Add(this.label160); - this.panel18.Widgets.Add(this.panel23); - this.panel18.Widgets.Add(this.label161); - this.panel18.Widgets.Add(this.panel24); - this.panel18.Widgets.Add(this.label162); - this.panel18.Widgets.Add(this.label163); - this.panel18.Location = new System.Drawing.Point(139, 43); - this.panel18.Name = "panel18"; - this.panel18.Size = new System.Drawing.Size(311, 256); - this.panel18.TabIndex = 12; - // - // panel19 - // - this.panel19.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel19.Location = new System.Drawing.Point(216, 80); - this.panel19.Name = "panel19"; - this.panel19.Size = new System.Drawing.Size(41, 20); - this.panel19.TabIndex = 11; - // - // label157 - // - this.label157.AutoSize = true; - this.label157.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label157.Location = new System.Drawing.Point(167, 81); - this.label157.Name = "label157"; - this.label157.Size = new System.Drawing.Size(49, 16); - this.label157.TabIndex = 10; - this.label157.Text = "Border"; - // - // panel20 - // - this.panel20.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel20.Location = new System.Drawing.Point(224, 55); - this.panel20.Name = "panel20"; - this.panel20.Size = new System.Drawing.Size(41, 20); - this.panel20.TabIndex = 9; - // - // label158 - // - this.label158.AutoSize = true; - this.label158.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label158.Location = new System.Drawing.Point(148, 56); - this.label158.Name = "label158"; - this.label158.Size = new System.Drawing.Size(76, 16); - this.label158.TabIndex = 8; - this.label158.Text = "Margin End"; - // - // panel21 - // - this.panel21.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel21.Location = new System.Drawing.Point(117, 80); - this.panel21.Name = "panel21"; - this.panel21.Size = new System.Drawing.Size(41, 20); - this.panel21.TabIndex = 7; - // - // label159 - // - this.label159.AutoSize = true; - this.label159.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label159.Location = new System.Drawing.Point(12, 80); - this.label159.Name = "label159"; - this.label159.Size = new System.Drawing.Size(93, 16); - this.label159.TabIndex = 6; - this.label159.Text = "Margin Middle"; - // - // panel22 - // - this.panel22.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel22.Location = new System.Drawing.Point(101, 55); - this.panel22.Name = "panel22"; - this.panel22.Size = new System.Drawing.Size(41, 20); - this.panel22.TabIndex = 5; - // - // label160 - // - this.label160.AutoSize = true; - this.label160.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label160.Location = new System.Drawing.Point(12, 55); - this.label160.Name = "label160"; - this.label160.Size = new System.Drawing.Size(87, 16); - this.label160.TabIndex = 4; - this.label160.Text = "Margin Begin"; - // - // panel23 - // - this.panel23.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel23.Location = new System.Drawing.Point(249, 29); - this.panel23.Name = "panel23"; - this.panel23.Size = new System.Drawing.Size(41, 20); - this.panel23.TabIndex = 5; - // - // label161 - // - this.label161.AutoSize = true; - this.label161.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label161.Location = new System.Drawing.Point(156, 29); - this.label161.Name = "label161"; - this.label161.Size = new System.Drawing.Size(95, 16); - this.label161.TabIndex = 4; - this.label161.Text = "Highlight Color"; - // - // panel24 - // - this.panel24.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel24.Location = new System.Drawing.Point(115, 29); - this.panel24.Name = "panel24"; - this.panel24.Size = new System.Drawing.Size(41, 20); - this.panel24.TabIndex = 3; - // - // label162 - // - this.label162.AutoSize = true; - this.label162.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label162.Location = new System.Drawing.Point(10, 29); - this.label162.Name = "label162"; - this.label162.Size = new System.Drawing.Size(104, 16); - this.label162.TabIndex = 2; - this.label162.Text = "Highlight Border"; - // - // label163 - // - this.label163.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label163.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label163.Location = new System.Drawing.Point(6, 0); - this.label163.Name = "label163"; - this.label163.Size = new System.Drawing.Size(301, 29); - this.label163.TabIndex = 1; - this.label163.Text = "Drop-Down Menus"; - this.label163.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // panel25 - // - this.panel25.Widgets.Add(this.panel26); - this.panel25.Widgets.Add(this.label164); - this.panel25.Widgets.Add(this.panel27); - this.panel25.Widgets.Add(this.label165); - this.panel25.Widgets.Add(this.panel28); - this.panel25.Widgets.Add(this.label166); - this.panel25.Widgets.Add(this.panel29); - this.panel25.Widgets.Add(this.label167); - this.panel25.Widgets.Add(this.panel30); - this.panel25.Widgets.Add(this.label168); - this.panel25.Widgets.Add(this.panel31); - this.panel25.Widgets.Add(this.label169); - this.panel25.Widgets.Add(this.panel32); - this.panel25.Widgets.Add(this.label170); - this.panel25.Widgets.Add(this.panel33); - this.panel25.Widgets.Add(this.label171); - this.panel25.Widgets.Add(this.panel34); - this.panel25.Widgets.Add(this.label172); - this.panel25.Widgets.Add(this.label173); - this.panel25.Location = new System.Drawing.Point(139, 43); - this.panel25.Name = "panel25"; - this.panel25.Size = new System.Drawing.Size(311, 256); - this.panel25.TabIndex = 10; - // - // panel26 - // - this.panel26.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel26.Location = new System.Drawing.Point(85, 129); - this.panel26.Name = "panel26"; - this.panel26.Size = new System.Drawing.Size(41, 20); - this.panel26.TabIndex = 17; - // - // label164 - // - this.label164.AutoSize = true; - this.label164.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label164.Location = new System.Drawing.Point(11, 131); - this.label164.Name = "label164"; - this.label164.Size = new System.Drawing.Size(69, 16); - this.label164.TabIndex = 16; - this.label164.Text = "Text Color"; - // - // panel27 - // - this.panel27.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel27.Location = new System.Drawing.Point(228, 104); - this.panel27.Name = "panel27"; - this.panel27.Size = new System.Drawing.Size(41, 20); - this.panel27.TabIndex = 15; - // - // label165 - // - this.label165.AutoSize = true; - this.label165.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label165.Location = new System.Drawing.Point(132, 106); - this.label165.Name = "label165"; - this.label165.Size = new System.Drawing.Size(92, 16); - this.label165.TabIndex = 14; - this.label165.Text = "Dropdown BG"; - // - // panel28 - // - this.panel28.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel28.Location = new System.Drawing.Point(84, 104); - this.panel28.Name = "panel28"; - this.panel28.Size = new System.Drawing.Size(41, 20); - this.panel28.TabIndex = 13; - // - // label166 - // - this.label166.AutoSize = true; - this.label166.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label166.Location = new System.Drawing.Point(10, 106); - this.label166.Name = "label166"; - this.label166.Size = new System.Drawing.Size(72, 16); - this.label166.TabIndex = 12; - this.label166.Text = "Status End"; - // - // panel29 - // - this.panel29.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel29.Location = new System.Drawing.Point(254, 81); - this.panel29.Name = "panel29"; - this.panel29.Size = new System.Drawing.Size(41, 20); - this.panel29.TabIndex = 11; - // - // label167 - // - this.label167.AutoSize = true; - this.label167.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label167.Location = new System.Drawing.Point(169, 81); - this.label167.Name = "label167"; - this.label167.Size = new System.Drawing.Size(83, 16); - this.label167.TabIndex = 10; - this.label167.Text = "Status Begin"; - // - // panel30 - // - this.panel30.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel30.Location = new System.Drawing.Point(254, 55); - this.panel30.Name = "panel30"; - this.panel30.Size = new System.Drawing.Size(41, 20); - this.panel30.TabIndex = 9; - // - // label168 - // - this.label168.AutoSize = true; - this.label168.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label168.Location = new System.Drawing.Point(161, 55); - this.label168.Name = "label168"; - this.label168.Size = new System.Drawing.Size(87, 16); - this.label168.TabIndex = 8; - this.label168.Text = "Tool Bar End"; - // - // panel31 - // - this.panel31.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel31.Location = new System.Drawing.Point(117, 80); - this.panel31.Name = "panel31"; - this.panel31.Size = new System.Drawing.Size(41, 20); - this.panel31.TabIndex = 7; - // - // label169 - // - this.label169.AutoSize = true; - this.label169.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label169.Location = new System.Drawing.Point(12, 80); - this.label169.Name = "label169"; - this.label169.Size = new System.Drawing.Size(104, 16); - this.label169.TabIndex = 6; - this.label169.Text = "Tool Bar Middle"; - // - // panel32 - // - this.panel32.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel32.Location = new System.Drawing.Point(117, 55); - this.panel32.Name = "panel32"; - this.panel32.Size = new System.Drawing.Size(41, 20); - this.panel32.TabIndex = 5; - // - // label170 - // - this.label170.AutoSize = true; - this.label170.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label170.Location = new System.Drawing.Point(12, 55); - this.label170.Name = "label170"; - this.label170.Size = new System.Drawing.Size(98, 16); - this.label170.TabIndex = 4; - this.label170.Text = "Tool Bar Begin"; - // - // panel33 - // - this.panel33.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel33.Location = new System.Drawing.Point(249, 29); - this.panel33.Name = "panel33"; - this.panel33.Size = new System.Drawing.Size(41, 20); - this.panel33.TabIndex = 5; - // - // label171 - // - this.label171.AutoSize = true; - this.label171.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label171.Location = new System.Drawing.Point(156, 29); - this.label171.Name = "label171"; - this.label171.Size = new System.Drawing.Size(92, 16); - this.label171.TabIndex = 4; - this.label171.Text = "Menu Bar End"; - // - // panel34 - // - this.panel34.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.panel34.Location = new System.Drawing.Point(115, 29); - this.panel34.Name = "panel34"; - this.panel34.Size = new System.Drawing.Size(41, 20); - this.panel34.TabIndex = 3; - // - // label172 - // - this.label172.AutoSize = true; - this.label172.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label172.Location = new System.Drawing.Point(10, 29); - this.label172.Name = "label172"; - this.label172.Size = new System.Drawing.Size(103, 16); - this.label172.TabIndex = 2; - this.label172.Text = "Menu Bar Begin"; - // - // label173 - // - this.label173.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label173.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label173.Location = new System.Drawing.Point(6, 0); - this.label173.Name = "label173"; - this.label173.Size = new System.Drawing.Size(301, 29); - this.label173.TabIndex = 1; - this.label173.Text = "The Basics"; - this.label173.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // panel36 - // - this.panel36.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left))); - this.panel36.Widgets.Add(this.btnfancydragging); - this.panel36.Widgets.Add(this.btnfancywindows); - this.panel36.Location = new System.Drawing.Point(6, 42); - this.panel36.Name = "panel36"; - this.panel36.Size = new System.Drawing.Size(128, 257); - this.panel36.TabIndex = 9; - // - // btnfancydragging - // - this.btnfancydragging.BackColor = System.Drawing.Color.White; - 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"; - this.btnfancydragging.Size = new System.Drawing.Size(119, 29); - this.btnfancydragging.TabIndex = 5; - this.btnfancydragging.Text = "Fancy Dragging"; - this.btnfancydragging.UseVisualStyleBackColor = false; - this.btnfancydragging.Click += new System.EventHandler(this.btnfancydragging_Click); - // - // btnfancywindows - // - this.btnfancywindows.BackColor = System.Drawing.Color.White; - 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"; - this.btnfancywindows.Size = new System.Drawing.Size(119, 29); - this.btnfancywindows.TabIndex = 4; - this.btnfancywindows.Text = "Animations"; - this.btnfancywindows.UseVisualStyleBackColor = false; - this.btnfancywindows.Click += new System.EventHandler(this.btnfancywindows_Click); - // - // label176 - // - this.label176.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label176.Location = new System.Drawing.Point(72, 0); - this.label176.Name = "label176"; - this.label176.Size = new System.Drawing.Size(332, 29); - this.label176.TabIndex = 0; - this.label176.Text = "Fancy Effects"; - // - // pnlmenus - // - this.pnlmenus.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlmenus.BackColor = System.Drawing.Color.White; - this.pnlmenus.Widgets.Add(this.pnladvanced); - this.pnlmenus.Widgets.Add(this.pnlmore); - this.pnlmenus.Widgets.Add(this.pnldropdown); - this.pnlmenus.Widgets.Add(this.pnlbasic); - this.pnlmenus.Widgets.Add(this.pnlmenusintro); - this.pnlmenus.Widgets.Add(this.pnlmenucategories); - this.pnlmenus.Widgets.Add(this.label74); - this.pnlmenus.Location = new System.Drawing.Point(134, 9); - this.pnlmenus.Name = "pnlmenus"; - this.pnlmenus.Size = new System.Drawing.Size(457, 306); - this.pnlmenus.TabIndex = 19; - // - // pnladvanced - // - this.pnladvanced.Widgets.Add(this.btnmorebuttons); - this.pnladvanced.Widgets.Add(this.pnlbuttonchecked); - this.pnladvanced.Widgets.Add(this.label136); - this.pnladvanced.Widgets.Add(this.pnlitemselectedend); - this.pnladvanced.Widgets.Add(this.label129); - this.pnladvanced.Widgets.Add(this.pnlbuttonpressed); - this.pnladvanced.Widgets.Add(this.label130); - this.pnladvanced.Widgets.Add(this.pnlitemselectedbegin); - this.pnladvanced.Widgets.Add(this.label131); - this.pnladvanced.Widgets.Add(this.pnlitemselected); - this.pnladvanced.Widgets.Add(this.label132); - this.pnladvanced.Widgets.Add(this.pnlbuttonselected); - this.pnladvanced.Widgets.Add(this.label133); - this.pnladvanced.Widgets.Add(this.pnlcheckbg); - this.pnladvanced.Widgets.Add(this.label134); - this.pnladvanced.Widgets.Add(this.label135); - this.pnladvanced.Location = new System.Drawing.Point(139, 43); - this.pnladvanced.Name = "pnladvanced"; - this.pnladvanced.Size = new System.Drawing.Size(311, 256); - this.pnladvanced.TabIndex = 13; - // - // btnmorebuttons - // - 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"; - this.btnmorebuttons.Size = new System.Drawing.Size(90, 32); - this.btnmorebuttons.TabIndex = 18; - this.btnmorebuttons.Text = "More >>"; - this.btnmorebuttons.UseVisualStyleBackColor = true; - this.btnmorebuttons.Click += new System.EventHandler(this.btnmorebuttons_Click); - // - // pnlbuttonchecked - // - this.pnlbuttonchecked.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlbuttonchecked.Location = new System.Drawing.Point(115, 153); - this.pnlbuttonchecked.Name = "pnlbuttonchecked"; - this.pnlbuttonchecked.Size = new System.Drawing.Size(41, 20); - this.pnlbuttonchecked.TabIndex = 11; - this.pnlbuttonchecked.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonCheckBG); - // - // label136 - // - this.label136.AutoSize = true; - this.label136.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label136.Location = new System.Drawing.Point(10, 153); - this.label136.Name = "label136"; - this.label136.Size = new System.Drawing.Size(102, 16); - this.label136.TabIndex = 10; - this.label136.Text = "Button Checked"; - // - // pnlitemselectedend - // - this.pnlitemselectedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlitemselectedend.Location = new System.Drawing.Point(134, 83); - this.pnlitemselectedend.Name = "pnlitemselectedend"; - this.pnlitemselectedend.Size = new System.Drawing.Size(41, 20); - this.pnlitemselectedend.TabIndex = 11; - this.pnlitemselectedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelectedEnd); - // - // label129 - // - this.label129.AutoSize = true; - this.label129.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label129.Location = new System.Drawing.Point(12, 85); - this.label129.Name = "label129"; - this.label129.Size = new System.Drawing.Size(117, 16); - this.label129.TabIndex = 10; - this.label129.Text = "Item Selected End"; - // - // pnlbuttonpressed - // - this.pnlbuttonpressed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlbuttonpressed.Location = new System.Drawing.Point(117, 207); - this.pnlbuttonpressed.Name = "pnlbuttonpressed"; - this.pnlbuttonpressed.Size = new System.Drawing.Size(41, 20); - this.pnlbuttonpressed.TabIndex = 9; - this.pnlbuttonpressed.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonPressedBG); - // - // label130 - // - this.label130.AutoSize = true; - this.label130.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label130.Location = new System.Drawing.Point(12, 207); - this.label130.Name = "label130"; - this.label130.Size = new System.Drawing.Size(99, 16); - this.label130.TabIndex = 8; - this.label130.Text = "Button Pressed"; - // - // pnlitemselectedbegin - // - this.pnlitemselectedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlitemselectedbegin.Location = new System.Drawing.Point(143, 56); - this.pnlitemselectedbegin.Name = "pnlitemselectedbegin"; - this.pnlitemselectedbegin.Size = new System.Drawing.Size(41, 20); - this.pnlitemselectedbegin.TabIndex = 7; - this.pnlitemselectedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelectedBegin); - // - // label131 - // - this.label131.AutoSize = true; - this.label131.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label131.Location = new System.Drawing.Point(10, 58); - this.label131.Name = "label131"; - this.label131.Size = new System.Drawing.Size(128, 16); - this.label131.TabIndex = 6; - this.label131.Text = "Item Selected Begin"; - // - // pnlitemselected - // - this.pnlitemselected.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlitemselected.Location = new System.Drawing.Point(240, 29); - this.pnlitemselected.Name = "pnlitemselected"; - this.pnlitemselected.Size = new System.Drawing.Size(41, 20); - this.pnlitemselected.TabIndex = 5; - this.pnlitemselected.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelected); - // - // label132 - // - this.label132.AutoSize = true; - this.label132.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label132.Location = new System.Drawing.Point(147, 32); - this.label132.Name = "label132"; - this.label132.Size = new System.Drawing.Size(90, 16); - this.label132.TabIndex = 4; - this.label132.Text = "Item Selected"; - // - // pnlbuttonselected - // - this.pnlbuttonselected.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlbuttonselected.Location = new System.Drawing.Point(110, 181); - this.pnlbuttonselected.Name = "pnlbuttonselected"; - this.pnlbuttonselected.Size = new System.Drawing.Size(41, 20); - this.pnlbuttonselected.TabIndex = 5; - this.pnlbuttonselected.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonSelectedBG); - // - // label133 - // - this.label133.AutoSize = true; - this.label133.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label133.Location = new System.Drawing.Point(7, 181); - this.label133.Name = "label133"; - this.label133.Size = new System.Drawing.Size(102, 16); - this.label133.TabIndex = 4; - this.label133.Text = "Button Selected"; - // - // pnlcheckbg - // - this.pnlcheckbg.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlcheckbg.Location = new System.Drawing.Point(79, 29); - this.pnlcheckbg.Name = "pnlcheckbg"; - this.pnlcheckbg.Size = new System.Drawing.Size(41, 20); - this.pnlcheckbg.TabIndex = 3; - this.pnlcheckbg.MouseDown += new ShiftUI.MouseEventHandler(this.SetCheckBG); - // - // label134 - // - this.label134.AutoSize = true; - this.label134.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label134.Location = new System.Drawing.Point(10, 29); - this.label134.Name = "label134"; - this.label134.Size = new System.Drawing.Size(68, 16); - this.label134.TabIndex = 2; - this.label134.Text = "Check BG"; - // - // label135 - // - this.label135.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label135.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label135.Location = new System.Drawing.Point(6, 0); - this.label135.Name = "label135"; - this.label135.Size = new System.Drawing.Size(301, 29); - this.label135.TabIndex = 1; - this.label135.Text = "Advanced"; - this.label135.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnlmore - // - this.pnlmore.Widgets.Add(this.pnlpressedbegin); - this.pnlmore.Widgets.Add(this.btnback); - this.pnlmore.Widgets.Add(this.label138); - this.pnlmore.Widgets.Add(this.pnlselectedbegin); - this.pnlmore.Widgets.Add(this.pnlpressedend); - this.pnlmore.Widgets.Add(this.label137); - this.pnlmore.Widgets.Add(this.label139); - this.pnlmore.Widgets.Add(this.pnlselectedend); - this.pnlmore.Widgets.Add(this.pnlpressedmiddle); - this.pnlmore.Widgets.Add(this.label140); - this.pnlmore.Widgets.Add(this.label142); - this.pnlmore.Widgets.Add(this.pnlselectedmiddle); - this.pnlmore.Widgets.Add(this.label145); - this.pnlmore.Widgets.Add(this.label147); - this.pnlmore.Location = new System.Drawing.Point(139, 43); - this.pnlmore.Name = "pnlmore"; - this.pnlmore.Size = new System.Drawing.Size(311, 256); - this.pnlmore.TabIndex = 14; - // - // pnlpressedbegin - // - this.pnlpressedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlpressedbegin.Location = new System.Drawing.Point(170, 107); - this.pnlpressedbegin.Name = "pnlpressedbegin"; - this.pnlpressedbegin.Size = new System.Drawing.Size(41, 20); - this.pnlpressedbegin.TabIndex = 17; - this.pnlpressedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedBegin); - // - // btnback - // - this.btnback.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); - 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"; - this.btnback.Size = new System.Drawing.Size(90, 32); - this.btnback.TabIndex = 18; - this.btnback.Text = "<< Back"; - this.btnback.UseVisualStyleBackColor = true; - this.btnback.Click += new System.EventHandler(this.btnadvanced_Click); - // - // label138 - // - this.label138.AutoSize = true; - this.label138.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label138.Location = new System.Drawing.Point(13, 108); - this.label138.Name = "label138"; - this.label138.Size = new System.Drawing.Size(151, 16); - this.label138.TabIndex = 16; - this.label138.Text = "Pressed Gradient Begin"; - // - // pnlselectedbegin - // - this.pnlselectedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlselectedbegin.Location = new System.Drawing.Point(169, 29); - this.pnlselectedbegin.Name = "pnlselectedbegin"; - this.pnlselectedbegin.Size = new System.Drawing.Size(41, 20); - this.pnlselectedbegin.TabIndex = 11; - this.pnlselectedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedBegin); - // - // pnlpressedend - // - this.pnlpressedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlpressedend.Location = new System.Drawing.Point(162, 159); - this.pnlpressedend.Name = "pnlpressedend"; - this.pnlpressedend.Size = new System.Drawing.Size(41, 20); - this.pnlpressedend.TabIndex = 15; - this.pnlpressedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedEnd); - // - // label137 - // - this.label137.AutoSize = true; - this.label137.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label137.Location = new System.Drawing.Point(12, 30); - this.label137.Name = "label137"; - this.label137.Size = new System.Drawing.Size(154, 16); - this.label137.TabIndex = 10; - this.label137.Text = "Selected Gradient Begin"; - // - // label139 - // - this.label139.AutoSize = true; - this.label139.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label139.Location = new System.Drawing.Point(15, 162); - this.label139.Name = "label139"; - this.label139.Size = new System.Drawing.Size(140, 16); - this.label139.TabIndex = 14; - this.label139.Text = "Pressed Gradient End"; - // - // pnlselectedend - // - this.pnlselectedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlselectedend.Location = new System.Drawing.Point(161, 81); - this.pnlselectedend.Name = "pnlselectedend"; - this.pnlselectedend.Size = new System.Drawing.Size(41, 20); - this.pnlselectedend.TabIndex = 9; - this.pnlselectedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedEnd); - // - // pnlpressedmiddle - // - this.pnlpressedmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlpressedmiddle.Location = new System.Drawing.Point(179, 134); - this.pnlpressedmiddle.Name = "pnlpressedmiddle"; - this.pnlpressedmiddle.Size = new System.Drawing.Size(41, 20); - this.pnlpressedmiddle.TabIndex = 13; - this.pnlpressedmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedMiddle); - // - // label140 - // - this.label140.AutoSize = true; - this.label140.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label140.Location = new System.Drawing.Point(16, 138); - this.label140.Name = "label140"; - this.label140.Size = new System.Drawing.Size(157, 16); - this.label140.TabIndex = 12; - this.label140.Text = "Pressed Gradient Middle"; - // - // label142 - // - this.label142.AutoSize = true; - this.label142.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label142.Location = new System.Drawing.Point(14, 84); - this.label142.Name = "label142"; - this.label142.Size = new System.Drawing.Size(143, 16); - this.label142.TabIndex = 8; - this.label142.Text = "Selected Gradient End"; - // - // pnlselectedmiddle - // - this.pnlselectedmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlselectedmiddle.Location = new System.Drawing.Point(182, 56); - this.pnlselectedmiddle.Name = "pnlselectedmiddle"; - this.pnlselectedmiddle.Size = new System.Drawing.Size(41, 20); - this.pnlselectedmiddle.TabIndex = 5; - this.pnlselectedmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedMiddle); - // - // label145 - // - this.label145.AutoSize = true; - this.label145.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label145.Location = new System.Drawing.Point(18, 58); - this.label145.Name = "label145"; - this.label145.Size = new System.Drawing.Size(160, 16); - this.label145.TabIndex = 4; - this.label145.Text = "Selected Gradient Middle"; - // - // label147 - // - this.label147.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label147.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label147.Location = new System.Drawing.Point(6, 0); - this.label147.Name = "label147"; - this.label147.Size = new System.Drawing.Size(301, 29); - this.label147.TabIndex = 1; - this.label147.Text = "Advanced"; - this.label147.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnldropdown - // - this.pnldropdown.Widgets.Add(this.pnlddborder); - this.pnldropdown.Widgets.Add(this.label117); - this.pnldropdown.Widgets.Add(this.pnlmarginend); - this.pnldropdown.Widgets.Add(this.label120); - this.pnldropdown.Widgets.Add(this.pnlmarginmiddle); - this.pnldropdown.Widgets.Add(this.label121); - this.pnldropdown.Widgets.Add(this.pnlmarginbegin); - this.pnldropdown.Widgets.Add(this.label122); - this.pnldropdown.Widgets.Add(this.pnlhcolor); - this.pnldropdown.Widgets.Add(this.label123); - this.pnldropdown.Widgets.Add(this.pnlhborder); - this.pnldropdown.Widgets.Add(this.label125); - this.pnldropdown.Widgets.Add(this.label126); - this.pnldropdown.Location = new System.Drawing.Point(139, 43); - this.pnldropdown.Name = "pnldropdown"; - this.pnldropdown.Size = new System.Drawing.Size(311, 256); - this.pnldropdown.TabIndex = 12; - // - // pnlddborder - // - this.pnlddborder.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlddborder.Location = new System.Drawing.Point(216, 80); - this.pnlddborder.Name = "pnlddborder"; - this.pnlddborder.Size = new System.Drawing.Size(41, 20); - this.pnlddborder.TabIndex = 11; - this.pnlddborder.MouseDown += new ShiftUI.MouseEventHandler(this.MenuBorder); - // - // label117 - // - this.label117.AutoSize = true; - this.label117.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label117.Location = new System.Drawing.Point(167, 81); - this.label117.Name = "label117"; - this.label117.Size = new System.Drawing.Size(49, 16); - this.label117.TabIndex = 10; - this.label117.Text = "Border"; - // - // pnlmarginend - // - this.pnlmarginend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmarginend.Location = new System.Drawing.Point(224, 55); - this.pnlmarginend.Name = "pnlmarginend"; - this.pnlmarginend.Size = new System.Drawing.Size(41, 20); - this.pnlmarginend.TabIndex = 9; - this.pnlmarginend.MouseDown += new ShiftUI.MouseEventHandler(this.MarginEnd); - // - // label120 - // - this.label120.AutoSize = true; - this.label120.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label120.Location = new System.Drawing.Point(148, 56); - this.label120.Name = "label120"; - this.label120.Size = new System.Drawing.Size(76, 16); - this.label120.TabIndex = 8; - this.label120.Text = "Margin End"; - // - // pnlmarginmiddle - // - this.pnlmarginmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmarginmiddle.Location = new System.Drawing.Point(117, 80); - this.pnlmarginmiddle.Name = "pnlmarginmiddle"; - this.pnlmarginmiddle.Size = new System.Drawing.Size(41, 20); - this.pnlmarginmiddle.TabIndex = 7; - this.pnlmarginmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.MarginMiddle); - // - // label121 - // - this.label121.AutoSize = true; - this.label121.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label121.Location = new System.Drawing.Point(12, 80); - this.label121.Name = "label121"; - this.label121.Size = new System.Drawing.Size(93, 16); - this.label121.TabIndex = 6; - this.label121.Text = "Margin Middle"; - // - // pnlmarginbegin - // - this.pnlmarginbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmarginbegin.Location = new System.Drawing.Point(101, 55); - this.pnlmarginbegin.Name = "pnlmarginbegin"; - this.pnlmarginbegin.Size = new System.Drawing.Size(41, 20); - this.pnlmarginbegin.TabIndex = 5; - this.pnlmarginbegin.MouseDown += new ShiftUI.MouseEventHandler(this.MarginBegin); - // - // label122 - // - this.label122.AutoSize = true; - this.label122.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label122.Location = new System.Drawing.Point(12, 55); - this.label122.Name = "label122"; - this.label122.Size = new System.Drawing.Size(87, 16); - this.label122.TabIndex = 4; - this.label122.Text = "Margin Begin"; - // - // pnlhcolor - // - this.pnlhcolor.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlhcolor.Location = new System.Drawing.Point(249, 29); - this.pnlhcolor.Name = "pnlhcolor"; - this.pnlhcolor.Size = new System.Drawing.Size(41, 20); - this.pnlhcolor.TabIndex = 5; - this.pnlhcolor.MouseDown += new ShiftUI.MouseEventHandler(this.HighlightColor); - // - // label123 - // - this.label123.AutoSize = true; - this.label123.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label123.Location = new System.Drawing.Point(156, 29); - this.label123.Name = "label123"; - this.label123.Size = new System.Drawing.Size(95, 16); - this.label123.TabIndex = 4; - this.label123.Text = "Highlight Color"; - // - // pnlhborder - // - this.pnlhborder.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlhborder.Location = new System.Drawing.Point(115, 29); - this.pnlhborder.Name = "pnlhborder"; - this.pnlhborder.Size = new System.Drawing.Size(41, 20); - this.pnlhborder.TabIndex = 3; - this.pnlhborder.MouseDown += new ShiftUI.MouseEventHandler(this.HighlightBorder); - // - // label125 - // - this.label125.AutoSize = true; - this.label125.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label125.Location = new System.Drawing.Point(10, 29); - this.label125.Name = "label125"; - this.label125.Size = new System.Drawing.Size(104, 16); - this.label125.TabIndex = 2; - this.label125.Text = "Highlight Border"; - // - // label126 - // - this.label126.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label126.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label126.Location = new System.Drawing.Point(6, 0); - this.label126.Name = "label126"; - this.label126.Size = new System.Drawing.Size(301, 29); - this.label126.TabIndex = 1; - this.label126.Text = "Drop-Down Menus"; - this.label126.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnlbasic - // - this.pnlbasic.Widgets.Add(this.pnlmenutextcolor); - this.pnlbasic.Widgets.Add(this.label118); - this.pnlbasic.Widgets.Add(this.pnldropdownbg); - this.pnlbasic.Widgets.Add(this.label115); - this.pnlbasic.Widgets.Add(this.pnlstatusend); - this.pnlbasic.Widgets.Add(this.label114); - this.pnlbasic.Widgets.Add(this.pnlstatusbegin); - this.pnlbasic.Widgets.Add(this.label107); - this.pnlbasic.Widgets.Add(this.pnltoolbarend); - this.pnlbasic.Widgets.Add(this.label77); - this.pnlbasic.Widgets.Add(this.pnltoolbarmiddle); - this.pnlbasic.Widgets.Add(this.label76); - this.pnlbasic.Widgets.Add(this.pnltoolbarbegin); - this.pnlbasic.Widgets.Add(this.label75); - this.pnlbasic.Widgets.Add(this.pnlmenubarend); - this.pnlbasic.Widgets.Add(this.label73); - this.pnlbasic.Widgets.Add(this.pnlmenubarbegin); - this.pnlbasic.Widgets.Add(this.label42); - this.pnlbasic.Widgets.Add(this.label41); - this.pnlbasic.Location = new System.Drawing.Point(139, 43); - this.pnlbasic.Name = "pnlbasic"; - this.pnlbasic.Size = new System.Drawing.Size(311, 256); - this.pnlbasic.TabIndex = 10; - // - // pnlmenutextcolor - // - this.pnlmenutextcolor.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmenutextcolor.Location = new System.Drawing.Point(85, 129); - this.pnlmenutextcolor.Name = "pnlmenutextcolor"; - this.pnlmenutextcolor.Size = new System.Drawing.Size(41, 20); - this.pnlmenutextcolor.TabIndex = 17; - this.pnlmenutextcolor.MouseDown += new ShiftUI.MouseEventHandler(this.SetMenuTextColor); - // - // label118 - // - this.label118.AutoSize = true; - this.label118.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label118.Location = new System.Drawing.Point(11, 131); - this.label118.Name = "label118"; - this.label118.Size = new System.Drawing.Size(69, 16); - this.label118.TabIndex = 16; - this.label118.Text = "Text Color"; - // - // pnldropdownbg - // - this.pnldropdownbg.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnldropdownbg.Location = new System.Drawing.Point(228, 104); - this.pnldropdownbg.Name = "pnldropdownbg"; - this.pnldropdownbg.Size = new System.Drawing.Size(41, 20); - this.pnldropdownbg.TabIndex = 15; - this.pnldropdownbg.MouseDown += new ShiftUI.MouseEventHandler(this.DropDownBG); - // - // label115 - // - this.label115.AutoSize = true; - this.label115.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label115.Location = new System.Drawing.Point(132, 106); - this.label115.Name = "label115"; - this.label115.Size = new System.Drawing.Size(92, 16); - this.label115.TabIndex = 14; - this.label115.Text = "Dropdown BG"; - // - // pnlstatusend - // - this.pnlstatusend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlstatusend.Location = new System.Drawing.Point(84, 104); - this.pnlstatusend.Name = "pnlstatusend"; - this.pnlstatusend.Size = new System.Drawing.Size(41, 20); - this.pnlstatusend.TabIndex = 13; - this.pnlstatusend.MouseDown += new ShiftUI.MouseEventHandler(this.StatusEnd); - // - // label114 - // - this.label114.AutoSize = true; - this.label114.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label114.Location = new System.Drawing.Point(10, 106); - this.label114.Name = "label114"; - this.label114.Size = new System.Drawing.Size(72, 16); - this.label114.TabIndex = 12; - this.label114.Text = "Status End"; - // - // pnlstatusbegin - // - this.pnlstatusbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlstatusbegin.Location = new System.Drawing.Point(254, 81); - this.pnlstatusbegin.Name = "pnlstatusbegin"; - this.pnlstatusbegin.Size = new System.Drawing.Size(41, 20); - this.pnlstatusbegin.TabIndex = 11; - this.pnlstatusbegin.MouseDown += new ShiftUI.MouseEventHandler(this.StatusBegin); - // - // label107 - // - this.label107.AutoSize = true; - this.label107.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label107.Location = new System.Drawing.Point(169, 81); - this.label107.Name = "label107"; - this.label107.Size = new System.Drawing.Size(83, 16); - this.label107.TabIndex = 10; - this.label107.Text = "Status Begin"; - // - // pnltoolbarend - // - this.pnltoolbarend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltoolbarend.Location = new System.Drawing.Point(254, 55); - this.pnltoolbarend.Name = "pnltoolbarend"; - this.pnltoolbarend.Size = new System.Drawing.Size(41, 20); - this.pnltoolbarend.TabIndex = 9; - this.pnltoolbarend.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarEnd); - // - // label77 - // - this.label77.AutoSize = true; - this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label77.Location = new System.Drawing.Point(161, 55); - this.label77.Name = "label77"; - this.label77.Size = new System.Drawing.Size(87, 16); - this.label77.TabIndex = 8; - this.label77.Text = "Tool Bar End"; - // - // pnltoolbarmiddle - // - this.pnltoolbarmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltoolbarmiddle.Location = new System.Drawing.Point(117, 80); - this.pnltoolbarmiddle.Name = "pnltoolbarmiddle"; - this.pnltoolbarmiddle.Size = new System.Drawing.Size(41, 20); - this.pnltoolbarmiddle.TabIndex = 7; - this.pnltoolbarmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarMiddle); - // - // label76 - // - this.label76.AutoSize = true; - this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label76.Location = new System.Drawing.Point(12, 80); - this.label76.Name = "label76"; - this.label76.Size = new System.Drawing.Size(104, 16); - this.label76.TabIndex = 6; - this.label76.Text = "Tool Bar Middle"; - // - // pnltoolbarbegin - // - this.pnltoolbarbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnltoolbarbegin.Location = new System.Drawing.Point(117, 55); - this.pnltoolbarbegin.Name = "pnltoolbarbegin"; - this.pnltoolbarbegin.Size = new System.Drawing.Size(41, 20); - this.pnltoolbarbegin.TabIndex = 5; - this.pnltoolbarbegin.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarBegin); - // - // label75 - // - this.label75.AutoSize = true; - this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label75.Location = new System.Drawing.Point(12, 55); - this.label75.Name = "label75"; - this.label75.Size = new System.Drawing.Size(98, 16); - this.label75.TabIndex = 4; - this.label75.Text = "Tool Bar Begin"; - // - // pnlmenubarend - // - this.pnlmenubarend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmenubarend.Location = new System.Drawing.Point(249, 29); - this.pnlmenubarend.Name = "pnlmenubarend"; - this.pnlmenubarend.Size = new System.Drawing.Size(41, 20); - this.pnlmenubarend.TabIndex = 5; - this.pnlmenubarend.MouseDown += new ShiftUI.MouseEventHandler(this.MenuEnd); - // - // label73 - // - this.label73.AutoSize = true; - this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label73.Location = new System.Drawing.Point(156, 29); - this.label73.Name = "label73"; - this.label73.Size = new System.Drawing.Size(92, 16); - this.label73.TabIndex = 4; - this.label73.Text = "Menu Bar End"; - // - // pnlmenubarbegin - // - this.pnlmenubarbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; - this.pnlmenubarbegin.Location = new System.Drawing.Point(115, 29); - this.pnlmenubarbegin.Name = "pnlmenubarbegin"; - this.pnlmenubarbegin.Size = new System.Drawing.Size(41, 20); - this.pnlmenubarbegin.TabIndex = 3; - this.pnlmenubarbegin.MouseDown += new ShiftUI.MouseEventHandler(this.MenuBegin); - // - // label42 - // - this.label42.AutoSize = true; - this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label42.Location = new System.Drawing.Point(10, 29); - this.label42.Name = "label42"; - this.label42.Size = new System.Drawing.Size(103, 16); - this.label42.TabIndex = 2; - this.label42.Text = "Menu Bar Begin"; - // - // label41 - // - this.label41.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label41.Location = new System.Drawing.Point(6, 0); - this.label41.Name = "label41"; - this.label41.Size = new System.Drawing.Size(301, 29); - this.label41.TabIndex = 1; - this.label41.Text = "The Basics"; - this.label41.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnlmenusintro - // - this.pnlmenusintro.Widgets.Add(this.label116); - this.pnlmenusintro.Widgets.Add(this.label124); - this.pnlmenusintro.Location = new System.Drawing.Point(139, 43); - this.pnlmenusintro.Name = "pnlmenusintro"; - this.pnlmenusintro.Size = new System.Drawing.Size(311, 256); - this.pnlmenusintro.TabIndex = 11; - // - // label116 - // - this.label116.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label116.BackColor = System.Drawing.Color.Transparent; - this.label116.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label116.Location = new System.Drawing.Point(6, 29); - this.label116.Name = "label116"; - this.label116.Size = new System.Drawing.Size(300, 221); - this.label116.TabIndex = 4; - this.label116.Text = resources.GetString("label116.Text"); - this.label116.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // label124 - // - this.label124.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.label124.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); - this.label124.Location = new System.Drawing.Point(6, 0); - this.label124.Name = "label124"; - this.label124.Size = new System.Drawing.Size(301, 29); - this.label124.TabIndex = 1; - this.label124.Text = "Menus - Intro"; - this.label124.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // pnlmenucategories - // - this.pnlmenucategories.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left))); - this.pnlmenucategories.Widgets.Add(this.btnmisc); - this.pnlmenucategories.Widgets.Add(this.btnadvanced); - this.pnlmenucategories.Widgets.Add(this.btndropdown); - this.pnlmenucategories.Widgets.Add(this.btnbasic); - this.pnlmenucategories.Location = new System.Drawing.Point(6, 42); - this.pnlmenucategories.Name = "pnlmenucategories"; - this.pnlmenucategories.Size = new System.Drawing.Size(128, 257); - this.pnlmenucategories.TabIndex = 9; - // - // btnmisc - // - this.btnmisc.BackColor = System.Drawing.Color.White; - 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"; - this.btnmisc.Size = new System.Drawing.Size(119, 29); - this.btnmisc.TabIndex = 7; - this.btnmisc.Text = "Misc."; - this.btnmisc.UseVisualStyleBackColor = false; - // - // btnadvanced - // - this.btnadvanced.BackColor = System.Drawing.Color.White; - 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"; - this.btnadvanced.Size = new System.Drawing.Size(119, 29); - this.btnadvanced.TabIndex = 6; - this.btnadvanced.Text = "Advanced"; - this.btnadvanced.UseVisualStyleBackColor = false; - this.btnadvanced.Click += new System.EventHandler(this.btnadvanced_Click); - // - // btndropdown - // - this.btndropdown.BackColor = System.Drawing.Color.White; - 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"; - this.btndropdown.Size = new System.Drawing.Size(119, 29); - this.btndropdown.TabIndex = 5; - this.btndropdown.Text = "Drop-Downs"; - this.btndropdown.UseVisualStyleBackColor = false; - this.btndropdown.Click += new System.EventHandler(this.btndropdown_Click); - // - // btnbasic - // - this.btnbasic.BackColor = System.Drawing.Color.White; - 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"; - this.btnbasic.Size = new System.Drawing.Size(119, 29); - this.btnbasic.TabIndex = 4; - this.btnbasic.Text = "Basic Customization"; - this.btnbasic.UseVisualStyleBackColor = false; - this.btnbasic.Click += new System.EventHandler(this.btnbasic_Click); - // - // label74 - // - this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label74.Location = new System.Drawing.Point(72, 0); - this.label74.Name = "label74"; - this.label74.Size = new System.Drawing.Size(332, 29); - this.label74.TabIndex = 0; - this.label74.Text = "Menu Customization"; - // - // tmrfix - // - this.tmrfix.Interval = 5000; - // - // pnlluaoptions - // - this.pnlluaoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); - this.pnlluaoptions.BackColor = System.Drawing.Color.White; - this.pnlluaoptions.Widgets.Add(this.pnlluafield); - this.pnlluaoptions.Widgets.Add(this.flmorebuttons); - this.pnlluaoptions.Location = new System.Drawing.Point(139, 9); - this.pnlluaoptions.Name = "pnlluaoptions"; - this.pnlluaoptions.Size = new System.Drawing.Size(457, 306); - this.pnlluaoptions.TabIndex = 21; - this.pnlluaoptions.Visible = false; - // - // flmorebuttons - // - this.flmorebuttons.AutoSize = true; - this.flmorebuttons.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink; - this.flmorebuttons.Dock = ShiftUI.DockStyle.Top; - this.flmorebuttons.Location = new System.Drawing.Point(0, 0); - this.flmorebuttons.Name = "flmorebuttons"; - this.flmorebuttons.Size = new System.Drawing.Size(457, 0); - this.flmorebuttons.TabIndex = 0; - // - // pnlluafield - // - this.pnlluafield.Dock = ShiftUI.DockStyle.Fill; - this.pnlluafield.Location = new System.Drawing.Point(0, 0); - this.pnlluafield.Name = "pnlluafield"; - this.pnlluafield.Size = new System.Drawing.Size(457, 306); - this.pnlluafield.TabIndex = 1; - // - // Shifter - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(600, 323); - this.Widgets.Add(this.pgcontents); - this.FormBorderStyle = ShiftUI.FormBorderStyle.None; - this.Name = "Shifter"; + this.AllowTransparency = false; + this.AutoScale = true; + this.AutoScaleBaseSize = new Size(5, 13); + this.AutoScroll = false; + this.AutoSize = false; + this.AutoSizeMode = AutoSizeMode.GrowOnly; + this.AutoValidate = AutoValidate.Inherit; + this.BackColor = Color.FromArgb(240, 240, 240); + this.ClientSize = new Size(805, 463); + this.WidgetBox = true; + this.DesktopLocation = new Point(0, 0); + this.DialogResult = DialogResult.None; + this.FormBorderStyle = FormBorderStyle.Sizable; + this.HelpButton = false; + this.IsMdiContainer = false; + this.KeyPreview = false; + this.MaximizeBox = true; + this.MaximumSize = new Size(0, 0); + this.MinimizeBox = true; + this.MinimumSize = new Size(0, 0); + this.RightToLeftLayout = false; + this.ShowIcon = true; + this.ShowInTaskbar = true; + this.Size = new Size(805, 463); + this.SizeGripStyle = SizeGripStyle.Auto; + this.StartPosition = FormStartPosition.WindowsDefaultLocation; + this.TabIndex = 0; + this.TabStop = true; + this.TopLevel = true; + this.TopMost = false; + this.WindowState = FormWindowState.Normal; this.Text = "Shifter"; - this.TopMost = true; - this.Load += new System.EventHandler(this.Shifter_Load); - this.catholder.ResumeLayout(false); - this.pnlshifterintro.ResumeLayout(false); - this.pnlshifterintro.PerformLayout(); - this.pnldesktopoptions.ResumeLayout(false); - this.pnldesktoppaneloptions.ResumeLayout(false); - this.pnldesktoppaneloptions.PerformLayout(); - //((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).EndInit(); - this.pnlapplauncheroptions.ResumeLayout(false); - this.pnlapplauncheroptions.PerformLayout(); - this.pnldesktopintro.ResumeLayout(false); - this.pnldesktopintro.PerformLayout(); - this.pnlpanelbuttonsoptions.ResumeLayout(false); - this.pnlpanelbuttonsoptions.PerformLayout(); - this.pnldesktopbackgroundoptions.ResumeLayout(false); - this.pnldesktopbackgroundoptions.PerformLayout(); - this.pnlpanelclockoptions.ResumeLayout(false); - this.pnlpanelclockoptions.PerformLayout(); - this.pnldesktoppreview.ResumeLayout(false); - this.predesktoppanel.ResumeLayout(false); - this.prepnlpanelbuttonholder.ResumeLayout(false); - this.prepnlpanelbutton.ResumeLayout(false); - this.prepnlpanelbutton.PerformLayout(); - //((System.ComponentModel.ISupportInitialize)(this.pretbicon)).EndInit(); - this.pretimepanel.ResumeLayout(false); - this.pretimepanel.PerformLayout(); - this.preapplaunchermenuholder.ResumeLayout(false); - this.predesktopappmenu.ResumeLayout(false); - this.predesktopappmenu.PerformLayout(); - this.Panel10.ResumeLayout(false); - this.pnlwindowsoptions.ResumeLayout(false); - this.pnlwindowsintro.ResumeLayout(false); - this.pnlwindowsintro.PerformLayout(); - this.pnlbuttonoptions.ResumeLayout(false); - this.pnlbuttonoptions.PerformLayout(); - this.pnlclosebuttonoptions.ResumeLayout(false); - this.pnlclosebuttonoptions.PerformLayout(); - this.pnlrollupbuttonoptions.ResumeLayout(false); - this.pnlrollupbuttonoptions.PerformLayout(); - this.pnlminimizebuttonoptions.ResumeLayout(false); - this.pnlminimizebuttonoptions.PerformLayout(); - this.pnltitlebaroptions.ResumeLayout(false); - this.pnltitlebaroptions.PerformLayout(); - this.pnlborderoptions.ResumeLayout(false); - this.pnlborderoptions.PerformLayout(); - this.pnltitletextoptions.ResumeLayout(false); - this.pnltitletextoptions.PerformLayout(); - this.pnlwindowsobjects.ResumeLayout(false); - this.pnlwindowpreview.ResumeLayout(false); - this.prepgleft.ResumeLayout(false); - this.prepgright.ResumeLayout(false); - this.pretitlebar.ResumeLayout(false); - this.pretitlebar.PerformLayout(); - //((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).EndInit(); - this.pnlreset.ResumeLayout(false); - this.pgcontents.ResumeLayout(false); - this.pgcontents.PerformLayout(); - this.pnldesktopcomposition.ResumeLayout(false); - this.pnlfancywindows.ResumeLayout(false); - this.pnlfancywindows.PerformLayout(); - this.pnlfancydragging.ResumeLayout(false); - this.pnlfancydragging.PerformLayout(); - this.pnlfancyintro.ResumeLayout(false); - this.panel18.ResumeLayout(false); - this.panel18.PerformLayout(); - this.panel25.ResumeLayout(false); - this.panel25.PerformLayout(); - this.panel36.ResumeLayout(false); - this.pnlmenus.ResumeLayout(false); - this.pnladvanced.ResumeLayout(false); - this.pnladvanced.PerformLayout(); - this.pnlmore.ResumeLayout(false); - this.pnlmore.PerformLayout(); - this.pnldropdown.ResumeLayout(false); - this.pnldropdown.PerformLayout(); - this.pnlbasic.ResumeLayout(false); - this.pnlbasic.PerformLayout(); - this.pnlmenusintro.ResumeLayout(false); - this.pnlmenucategories.ResumeLayout(false); - this.pnlluaoptions.ResumeLayout(false); - this.pnlluaoptions.PerformLayout(); - this.ResumeLayout(false); + this.Location = new Point(0, 0); + this.AutoScaleMode = AutoScaleMode.Inherit; + this.AutoScrollMargin = new Size(0, 0); + this.AutoScrollMinSize = new Size(0, 0); + this.AutoScrollPosition = new Point(0, 0); + this.Alignment = (ContentAlignment)0; + this.AccessibleDefaultActionDescription = ""; + this.AccessibleDescription = ""; + this.AccessibleName = ""; + this.AccessibleRole = AccessibleRole.Default; + this.AllowDrop = false; + this.Anchor = AnchorStyles.Top | AnchorStyles.Left; + this.AutoScrollOffset = new Point(0, 0); + this.BackgroundImageLayout = ImageLayout.Tile; + this.Capture = false; + this.CausesValidation = true; + this.Dock = DockStyle.None; + this.Enabled = true; + this.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); + this.ForeColor = Color.FromArgb(0, 0, 0); + this.Height = 463; + this.ImeMode = ImeMode.NoControl; + this.IsAccessible = false; + this.Left = 0; + this.Name = "ShifterNew"; + this.RightToLeft = RightToLeft.No; + this.Top = 0; + this.UseWaitCursor = false; + this.Visible = false; + this.Width = 805; + + pgshifter = new PropertyGrid(); + pgshifter.AutoScroll = false; + pgshifter.BackColor = Color.FromArgb(240, 240, 240); + pgshifter.BackgroundImageLayout = ImageLayout.Tile; + pgshifter.CategoryForeColor = Color.FromArgb(200, 200, 200); + pgshifter.CommandsBackColor = Color.FromArgb(0, 0, 0); + pgshifter.CommandsForeColor = Color.FromArgb(0, 0, 0); + pgshifter.CommandsActiveLinkColor = Color.FromArgb(0, 0, 0); + pgshifter.CommandsDisabledLinkColor = Color.FromArgb(0, 0, 0); + pgshifter.CommandsLinkColor = Color.FromArgb(0, 0, 0); + pgshifter.CommandsVisibleIfAvailable = false; + pgshifter.ForeColor = Color.FromArgb(0, 0, 0); + pgshifter.HelpBackColor = Color.FromArgb(240, 240, 240); + pgshifter.HelpForeColor = Color.FromArgb(0, 0, 0); + pgshifter.HelpVisible = true; + pgshifter.LargeButtons = false; + pgshifter.LineColor = Color.FromArgb(200, 200, 200); + pgshifter.PropertySort = PropertySort.CategorizedAlphabetical; + pgshifter.Text = ""; + pgshifter.ToolbarVisible = true; + pgshifter.ViewBackColor = Color.FromArgb(255, 255, 255); + pgshifter.ViewForeColor = Color.FromArgb(0, 0, 0); + pgshifter.UseCompatibleTextRendering = false; + pgshifter.AutoScaleMode = AutoScaleMode.Inherit; + pgshifter.AutoValidate = AutoValidate.Inherit; + pgshifter.AutoScrollMargin = new Size(0, 0); + pgshifter.AutoScrollMinSize = new Size(0, 0); + pgshifter.AutoScrollPosition = new Point(0, 0); + pgshifter.Alignment = (ContentAlignment)0; + pgshifter.AccessibleDefaultActionDescription = ""; + pgshifter.AccessibleDescription = ""; + pgshifter.AccessibleName = ""; + pgshifter.AccessibleRole = AccessibleRole.Default; + pgshifter.AllowDrop = false; + pgshifter.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; + pgshifter.AutoScrollOffset = new Point(0, 0); + pgshifter.AutoSize = false; + pgshifter.MaximumSize = new Size(0, 0); + pgshifter.MinimumSize = new Size(0, 0); + pgshifter.Capture = false; + pgshifter.CausesValidation = true; + pgshifter.ClientSize = new Size(504, 411); + pgshifter.Dock = DockStyle.None; + pgshifter.Enabled = true; + pgshifter.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); + pgshifter.Height = 411; + pgshifter.ImeMode = ImeMode.NoControl; + pgshifter.IsAccessible = false; + pgshifter.Left = 287; + pgshifter.Location = new Point(287, 8); + pgshifter.Name = "pgshifter"; + pgshifter.RightToLeft = RightToLeft.No; + pgshifter.Size = new Size(504, 411 - (API.CurrentSkin.titlebarheight * 2)); + pgshifter.TabIndex = 0; + pgshifter.TabStop = true; + pgshifter.Top = 8; + pgshifter.UseWaitCursor = false; + pgshifter.Visible = true; + pgshifter.Width = 504; + this.Widgets.Add(pgshifter); + pgshifter.Show(); + + pnlcategoryholder = new Panel(); + pnlcategoryholder.AutoSize = false; + pnlcategoryholder.AutoSizeMode = AutoSizeMode.GrowOnly; + pnlcategoryholder.BorderStyle = BorderStyle.FixedSingle; + pnlcategoryholder.TabStop = false; + pnlcategoryholder.Text = ""; + pnlcategoryholder.AutoScroll = false; + pnlcategoryholder.AutoScrollMargin = new Size(0, 0); + pnlcategoryholder.AutoScrollMinSize = new Size(0, 0); + pnlcategoryholder.AutoScrollPosition = new Point(0, 0); + pnlcategoryholder.Alignment = (ContentAlignment)0; + pnlcategoryholder.AccessibleDefaultActionDescription = ""; + pnlcategoryholder.AccessibleDescription = ""; + pnlcategoryholder.AccessibleName = ""; + pnlcategoryholder.AccessibleRole = AccessibleRole.Default; + pnlcategoryholder.AllowDrop = false; + pnlcategoryholder.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left; + pnlcategoryholder.AutoScrollOffset = new Point(0, 0); + pnlcategoryholder.MaximumSize = new Size(0, 0); + pnlcategoryholder.MinimumSize = new Size(0, 0); + pnlcategoryholder.BackColor = Color.FromArgb(240, 240, 240); + pnlcategoryholder.BackgroundImageLayout = ImageLayout.Tile; + pnlcategoryholder.Capture = false; + pnlcategoryholder.CausesValidation = true; + pnlcategoryholder.Dock = DockStyle.None; + pnlcategoryholder.Enabled = true; + pnlcategoryholder.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); + pnlcategoryholder.ForeColor = Color.FromArgb(0, 0, 0); + pnlcategoryholder.ImeMode = ImeMode.NoControl; + pnlcategoryholder.IsAccessible = false; + pnlcategoryholder.Left = 8; + + pnlcategoryholder.Location = new Point(8, 8); + pnlcategoryholder.Name = "pnlcategories"; + pnlcategoryholder.RightToLeft = RightToLeft.No; + pnlcategoryholder.Size = new Size(271, 409); + pnlcategoryholder.Height = 409 - API.CurrentSkin.titlebarheight; + pnlcategoryholder.TabIndex = 1; + pnlcategoryholder.Top = 8 + API.CurrentSkin.titlebarheight; + pnlcategoryholder.UseWaitCursor = false; + pnlcategoryholder.Visible = true; + pnlcategoryholder.Width = 271; + this.Widgets.Add(pnlcategoryholder); + pnlcategoryholder.Show(); + btnapply = new Button(); + btnapply.AutoSizeMode = AutoSizeMode.GrowOnly; + btnapply.DialogResult = DialogResult.None; + btnapply.AutoEllipsis = false; + btnapply.AutoSize = false; + btnapply.BackColor = Color.FromArgb(240, 240, 240); + btnapply.FlatStyle = FlatStyle.Standard; + btnapply.ImageAlign = ContentAlignment.MiddleCenter; + btnapply.ImageIndex = -1; + btnapply.ImageKey = ""; + btnapply.ImeMode = ImeMode.Disable; + btnapply.Text = "Apply"; + btnapply.TextAlign = ContentAlignment.MiddleCenter; + btnapply.TextImageRelation = TextImageRelation.Overlay; + btnapply.UseCompatibleTextRendering = false; + btnapply.UseMnemonic = true; + btnapply.UseVisualStyleBackColor = true; + btnapply.Alignment = (ContentAlignment)0; + btnapply.AccessibleDefaultActionDescription = ""; + btnapply.AccessibleDescription = ""; + btnapply.AccessibleName = ""; + btnapply.AccessibleRole = AccessibleRole.Default; + btnapply.AllowDrop = false; + btnapply.Anchor = AnchorStyles.Top | AnchorStyles.Left; + btnapply.AutoScrollOffset = new Point(0, 0); + btnapply.MaximumSize = new Size(0, 0); + btnapply.MinimumSize = new Size(0, 0); + btnapply.BackgroundImageLayout = ImageLayout.Tile; + btnapply.Capture = false; + btnapply.CausesValidation = true; + btnapply.ClientSize = new Size(120, 36); + btnapply.Dock = DockStyle.None; + btnapply.Enabled = true; + btnapply.Font = new Font("Microsoft Sans Serif", (float)12, (FontStyle)0); + btnapply.ForeColor = Color.FromArgb(0, 0, 0); + btnapply.Height = 36; + btnapply.IsAccessible = false; + btnapply.Left = 6; + btnapply.Location = new Point(6, 365); + btnapply.Name = "btnapply"; + btnapply.RightToLeft = RightToLeft.No; + btnapply.Size = new Size(120, 36); + btnapply.TabIndex = 0; + btnapply.TabStop = true; + btnapply.Top = 365; + btnapply.UseWaitCursor = false; + btnapply.Visible = true; + btnapply.Width = 120; + pnlcategoryholder.Widgets.Add(btnapply); + btnapply.Show(); + pnlcategories = new FlowLayoutPanel(); + pnlcategories.FlowDirection = FlowDirection.TopDown; + pnlcategories.WrapContents = true; + pnlcategories.AutoSize = false; + pnlcategories.AutoSizeMode = AutoSizeMode.GrowOnly; + pnlcategories.BorderStyle = BorderStyle.FixedSingle; + pnlcategories.TabStop = false; + pnlcategories.Text = ""; + pnlcategories.AutoScroll = false; + pnlcategories.AutoScrollMargin = new Size(0, 0); + pnlcategories.AutoScrollMinSize = new Size(0, 0); + pnlcategories.AutoScrollPosition = new Point(0, 0); + pnlcategories.Alignment = (ContentAlignment)0; + pnlcategories.AccessibleDefaultActionDescription = ""; + pnlcategories.AccessibleDescription = ""; + pnlcategories.AccessibleName = ""; + pnlcategories.AccessibleRole = AccessibleRole.Default; + pnlcategories.AllowDrop = false; + pnlcategories.Anchor = AnchorStyles.Top | AnchorStyles.Left; + pnlcategories.AutoScrollOffset = new Point(0, 0); + pnlcategories.MaximumSize = new Size(0, 0); + pnlcategories.MinimumSize = new Size(0, 0); + pnlcategories.BackColor = Color.FromArgb(240, 240, 240); + pnlcategories.BackgroundImageLayout = ImageLayout.Tile; + pnlcategories.Capture = false; + pnlcategories.CausesValidation = true; + pnlcategories.ClientSize = new Size(121, 351); + pnlcategories.Dock = DockStyle.None; + pnlcategories.Enabled = true; + pnlcategories.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); + pnlcategories.ForeColor = Color.FromArgb(0, 0, 0); + pnlcategories.Height = 353; + pnlcategories.ImeMode = ImeMode.NoControl; + pnlcategories.IsAccessible = false; + pnlcategories.Left = 6; + pnlcategories.Location = new Point(6, 6); + pnlcategories.Name = "pnlcategories"; + pnlcategories.RightToLeft = RightToLeft.No; + pnlcategories.Size = new Size(123, 353); + pnlcategories.TabIndex = 1; + pnlcategories.Top = 6; + pnlcategories.UseWaitCursor = false; + pnlcategories.Visible = true; + pnlcategories.Width = 123; + pnlcategoryholder.Widgets.Add(pnlcategories); + pnlcategories.Show(); + pnlsubcategories = new FlowLayoutPanel(); + pnlsubcategories.FlowDirection = FlowDirection.TopDown; + pnlsubcategories.WrapContents = true; + pnlsubcategories.AutoSize = false; + pnlsubcategories.AutoSizeMode = AutoSizeMode.GrowOnly; + pnlsubcategories.BorderStyle = BorderStyle.None; + pnlsubcategories.TabStop = false; + pnlsubcategories.Text = ""; + pnlsubcategories.AutoScroll = false; + pnlsubcategories.AutoScrollMargin = new Size(0, 0); + pnlsubcategories.AutoScrollMinSize = new Size(0, 0); + pnlsubcategories.AutoScrollPosition = new Point(0, 0); + pnlsubcategories.Alignment = (ContentAlignment)0; + pnlsubcategories.AccessibleDefaultActionDescription = ""; + pnlsubcategories.AccessibleDescription = ""; + pnlsubcategories.AccessibleName = ""; + pnlsubcategories.AccessibleRole = AccessibleRole.Default; + pnlsubcategories.AllowDrop = false; + pnlsubcategories.Anchor = AnchorStyles.Top | AnchorStyles.Left; + pnlsubcategories.AutoScrollOffset = new Point(0, 0); + pnlsubcategories.MaximumSize = new Size(0, 0); + pnlsubcategories.MinimumSize = new Size(0, 0); + pnlsubcategories.BackColor = Color.FromArgb(240, 240, 240); + pnlsubcategories.BackgroundImageLayout = ImageLayout.Tile; + pnlsubcategories.Capture = false; + pnlsubcategories.CausesValidation = true; + pnlsubcategories.ClientSize = new Size(124, 394); + pnlsubcategories.Dock = DockStyle.None; + pnlsubcategories.Enabled = true; + pnlsubcategories.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); + pnlsubcategories.ForeColor = Color.FromArgb(0, 0, 0); + pnlsubcategories.Height = 394; + pnlsubcategories.ImeMode = ImeMode.NoControl; + pnlsubcategories.IsAccessible = false; + pnlsubcategories.Left = 135; + pnlsubcategories.Location = new Point(135, 6); + pnlsubcategories.Name = "pnlsubcategories"; + pnlsubcategories.RightToLeft = RightToLeft.No; + pnlsubcategories.Size = new Size(124, 394); + pnlsubcategories.TabIndex = 2; + pnlsubcategories.Top = 6; + pnlsubcategories.UseWaitCursor = false; + pnlsubcategories.Visible = true; + pnlsubcategories.Width = 124; + pnlcategories.Widgets.Add(pnlsubcategories); + pnlsubcategories.Show(); } - private ShiftUI.Timer clocktick; - private ShiftUI.Timer customizationtime; - private ShiftUI.Timer timerearned; - private ShiftUI.Label Label1; - private ShiftUI.Button btnapply; - private ShiftUI.Panel catholder; - private ShiftUI.Button btnreset; - private ShiftUI.Button btnmenus; - private ShiftUI.Button btnwindows; - private ShiftUI.Button btndesktop; - private ShiftUI.Panel pnlshifterintro; - private ShiftUI.Label Label66; - private ShiftUI.Label Label65; - private ShiftUI.Label Label64; - private ShiftUI.Label Label63; - private ShiftUI.Panel pnldesktopoptions; - private ShiftUI.Panel pnlpanelbuttonsoptions; - private ShiftUI.Panel pnlpanelbuttontextcolour; - private ShiftUI.Label Label101; - private ShiftUI.TextBox txtpanelbuttontexttop; - private ShiftUI.Label Label104; - private ShiftUI.TextBox txtpanelbuttontextside; - private ShiftUI.Label Label106; - private ShiftUI.Label Label93; - private ShiftUI.TextBox txtpanelbuttontop; - private ShiftUI.Label Label94; - private ShiftUI.TextBox txtpanelbuttoninitalgap; - private ShiftUI.Label Label108; - private ShiftUI.TextBox txtpanelbuttonicontop; - private ShiftUI.Label Label110; - private ShiftUI.TextBox txtpanelbuttoniconside; - private ShiftUI.Label Label112; - private ShiftUI.TextBox txtpanelbuttoniconsize; - private ShiftUI.TextBox txtpanelbuttoniconheight; - private ShiftUI.Label Label105; - private ShiftUI.ComboBox cbpanelbuttontextstyle; - private ShiftUI.ComboBox cbpanelbuttonfont; - private ShiftUI.Label Label100; - private ShiftUI.TextBox txtpaneltextbuttonsize; - private ShiftUI.Label Label102; - private ShiftUI.Label Label103; - private ShiftUI.Label Label98; - private ShiftUI.TextBox txtpanelbuttongap; - private ShiftUI.Label Label99; - private ShiftUI.Label Label96; - private ShiftUI.TextBox txtpanelbuttonheight; - private ShiftUI.Label Label97; - private ShiftUI.Label Label92; - private ShiftUI.TextBox txtpanelbuttonwidth; - private ShiftUI.Label Label91; - private ShiftUI.Panel pnlpanelbuttoncolour; - private ShiftUI.Label Label95; - private ShiftUI.Panel pnldesktoppaneloptions; - private ShiftUI.Button btnpanelbuttons; - private ShiftUI.Label lbwarning; - private ShiftUI.ComboBox combodesktoppanelposition; - private ShiftUI.Label lbposition; - private ShiftUI.Label Label47; - private ShiftUI.TextBox txtdesktoppanelheight; - private ShiftUI.Label lbheight; - private ShiftUI.Panel pnldesktoppanelcolour; - private ShiftUI.Label lbpanelcolor; - private ShiftUI.Panel pnlapplauncheroptions; - private ShiftUI.Label Label71; - private ShiftUI.TextBox txtapplauncherwidth; - private ShiftUI.Label Label72; - private ShiftUI.TextBox txtappbuttonlabel; - private ShiftUI.Label Label51; - private ShiftUI.Label Label50; - private ShiftUI.Panel pnlmaintextcolour; - private ShiftUI.ComboBox comboappbuttontextstyle; - private ShiftUI.ComboBox comboappbuttontextfont; - private ShiftUI.Label Label37; - private ShiftUI.Label Label38; - private ShiftUI.TextBox txtappbuttontextsize; - private ShiftUI.Label Label39; - private ShiftUI.Label Label40; - private ShiftUI.Panel pnlmainbuttonactivated; - private ShiftUI.Label Label28; - private ShiftUI.Label Label35; - private ShiftUI.TextBox txtapplicationsbuttonheight; - private ShiftUI.Label Label36; - private ShiftUI.Panel pnlmainbuttoncolour; - private ShiftUI.Label Label43; - private ShiftUI.Panel pnldesktopintro; - private ShiftUI.Label Label69; - private ShiftUI.Label Label70; - private ShiftUI.Panel pnlpanelclockoptions; - private ShiftUI.Panel pnlclockbackgroundcolour; - private ShiftUI.Label Label44; - private ShiftUI.ComboBox comboclocktextstyle; - private ShiftUI.ComboBox comboclocktextfont; - private ShiftUI.Label Label26; - private ShiftUI.Label Label29; - private ShiftUI.TextBox txtclocktextfromtop; - private ShiftUI.Label Label30; - private ShiftUI.Label Label31; - private ShiftUI.TextBox txtclocktextsize; - private ShiftUI.Label Label32; - private ShiftUI.Label Label33; - private ShiftUI.Panel pnlpanelclocktextcolour; - private ShiftUI.Label Label34; - private ShiftUI.Panel pnldesktopbackgroundoptions; - private ShiftUI.Panel pnldesktopcolour; - private ShiftUI.Label Label45; - private ShiftUI.Panel Panel10; - private ShiftUI.Button btndesktopitself; - private ShiftUI.Button btnpanelclock; - private ShiftUI.Button btnapplauncher; - private ShiftUI.Button btndesktoppanel; - private ShiftUI.Panel pnldesktoppreview; - private ShiftUI.Panel predesktoppanel; - private ShiftUI.FlowLayoutPanel prepnlpanelbuttonholder; - private ShiftUI.Panel prepnlpanelbutton; - private ShiftUI.PictureBox pretbicon; - private ShiftUI.Label pretbctext; - private ShiftUI.Panel pretimepanel; - private ShiftUI.Label prepaneltimetext; - private ShiftUI.Panel preapplaunchermenuholder; - private ShiftUI.MenuStrip predesktopappmenu; - private ShiftUI.ToolStripMenuItem ApplicationsToolStripMenuItem; - private ShiftUI.ToolStripMenuItem KnowledgeInputToolStripMenuItem; - private ShiftUI.ToolStripMenuItem ShiftoriumToolStripMenuItem; - private ShiftUI.ToolStripMenuItem ClockToolStripMenuItem; - private ShiftUI.ToolStripMenuItem TerminalToolStripMenuItem; - private ShiftUI.ToolStripMenuItem ShifterToolStripMenuItem; - private ShiftUI.ToolStripSeparator ToolStripSeparator1; - private ShiftUI.ToolStripMenuItem ShutdownToolStripMenuItem; - private ShiftUI.Panel pnlwindowsoptions; - private ShiftUI.Panel pnlbuttonoptions; - private ShiftUI.Panel pnlminimizebuttonoptions; - private ShiftUI.Label Label82; - private ShiftUI.Label Label83; - private ShiftUI.Panel pnlminimizebuttoncolour; - private ShiftUI.TextBox txtminimizebuttonside; - private ShiftUI.Label Label84; - private ShiftUI.Label Label85; - private ShiftUI.TextBox txtminimizebuttonheight; - private ShiftUI.Label Label86; - private ShiftUI.Label Label87; - private ShiftUI.TextBox txtminimizebuttontop; - private ShiftUI.Label Label88; - private ShiftUI.Label Label89; - private ShiftUI.TextBox txtminimizebuttonwidth; - private ShiftUI.Label Label90; - private ShiftUI.Panel pnlrollupbuttonoptions; - private ShiftUI.Label Label54; - private ShiftUI.Label Label55; - private ShiftUI.Panel pnlrollupbuttoncolour; - private ShiftUI.TextBox txtrollupbuttonside; - private ShiftUI.Label Label56; - private ShiftUI.Label Label57; - private ShiftUI.TextBox txtrollupbuttonheight; - private ShiftUI.Label Label58; - private ShiftUI.Label Label59; - private ShiftUI.TextBox txtrollupbuttontop; - private ShiftUI.Label Label60; - private ShiftUI.Label Label61; - private ShiftUI.TextBox txtrollupbuttonwidth; - private ShiftUI.Label Label62; - private ShiftUI.ComboBox combobuttonoption; - private ShiftUI.Label Label52; - private ShiftUI.Panel pnlclosebuttonoptions; - private ShiftUI.Label Label8; - private ShiftUI.Label Label11; - private ShiftUI.Panel pnlclosebuttoncolour; - private ShiftUI.TextBox txtclosebuttonfromside; - private ShiftUI.Label Label7; - private ShiftUI.Label Label12; - private ShiftUI.TextBox txtclosebuttonheight; - private ShiftUI.Label Label13; - private ShiftUI.Label Label6; - private ShiftUI.TextBox txtclosebuttonfromtop; - private ShiftUI.Label Label10; - private ShiftUI.Label Label14; - private ShiftUI.TextBox txtclosebuttonwidth; - private ShiftUI.Label Label9; - private ShiftUI.Panel pnltitlebaroptions; - private ShiftUI.Label Label80; - private ShiftUI.TextBox txticonfromtop; - private ShiftUI.Label Label81; - private ShiftUI.Label Label78; - private ShiftUI.TextBox txticonfromside; - private ShiftUI.Label Label79; - private ShiftUI.Label lbcornerwidthpx; - private ShiftUI.TextBox txttitlebarcornerwidth; - private ShiftUI.Label lbcornerwidth; - private ShiftUI.Panel pnltitlebarrightcornercolour; - private ShiftUI.Panel pnltitlebarleftcornercolour; - private ShiftUI.Label lbrightcornercolor; - private ShiftUI.Label lbleftcornercolor; - private ShiftUI.CheckBox cboxtitlebarcorners; - private ShiftUI.Label Label5; - private ShiftUI.TextBox txttitlebarheight; - private ShiftUI.Label Label4; - private ShiftUI.Panel pnltitlebarcolour; - private ShiftUI.Label Label2; - private ShiftUI.Panel pnlborderoptions; - private ShiftUI.CheckBox cbindividualbordercolours; - private ShiftUI.Panel pnlborderbottomrightcolour; - private ShiftUI.Label lbbright; - private ShiftUI.Panel pnlborderbottomcolour; - private ShiftUI.Label lbbottom; - private ShiftUI.Panel pnlborderbottomleftcolour; - private ShiftUI.Label lbbleft; - private ShiftUI.Panel pnlborderrightcolour; - private ShiftUI.Label lbright; - private ShiftUI.Panel pnlborderleftcolour; - private ShiftUI.Label lbleft; - private ShiftUI.Label Label15; - private ShiftUI.Panel pnlbordercolour; - private ShiftUI.TextBox txtbordersize; - private ShiftUI.Label Label3; - private ShiftUI.Label Label16; - private ShiftUI.Panel pnltitletextoptions; - private ShiftUI.ComboBox combotitletextposition; - private ShiftUI.Label Label53; - private ShiftUI.ComboBox combotitletextstyle; - private ShiftUI.ComboBox combotitletextfont; - private ShiftUI.Label Label23; - private ShiftUI.Label Label17; - private ShiftUI.TextBox txttitletextside; - private ShiftUI.Label Label18; - private ShiftUI.Label Label19; - private ShiftUI.TextBox txttitletexttop; - private ShiftUI.Label Label20; - private ShiftUI.Label Label21; - private ShiftUI.TextBox txttitletextsize; - private ShiftUI.Label Label22; - private ShiftUI.Label Label24; - private ShiftUI.Panel pnltitletextcolour; - private ShiftUI.Label Label25; - private ShiftUI.Panel pnlwindowsintro; - private ShiftUI.Label Label68; - private ShiftUI.Label Label67; - private ShiftUI.Panel pnlwindowsobjects; - private ShiftUI.Button btnborders; - private ShiftUI.Button btnbuttons; - private ShiftUI.Button btntitletext; - private ShiftUI.Button btntitlebar; - private ShiftUI.Panel pnlwindowpreview; - private ShiftUI.Panel prepgcontent; - private ShiftUI.Panel prepgbottom; - private ShiftUI.Panel prepgleft; - private ShiftUI.Panel prepgbottomlcorner; - private ShiftUI.Panel prepgright; - private ShiftUI.Panel prepgbottomrcorner; - private ShiftUI.Panel pretitlebar; - private ShiftUI.Panel preminimizebutton; - private ShiftUI.PictureBox prepnlicon; - private ShiftUI.Panel prerollupbutton; - private ShiftUI.Panel preclosebutton; - private ShiftUI.Label pretitletext; - private ShiftUI.Panel prepgtoplcorner; - private ShiftUI.Panel prepgtoprcorner; - private ShiftUI.Panel pnlreset; - private ShiftUI.Label Label113; - private ShiftUI.Button btnresetallsettings; - private ShiftUI.Label Label109; - private ShiftUI.Label Label111; - private ShiftUI.Panel pgcontents; - private ShiftUI.Timer tmrfix; - private ShiftUI.Timer tmrdelay; - private Panel pnlmenus; - private Label label74; - private Panel pnlmenucategories; - private Button btnmisc; - private Button btnadvanced; - private Button btndropdown; - private Button btnbasic; - private Panel pnlbasic; - private Panel pnlmenubarend; - private Label label73; - private Panel pnlmenubarbegin; - private Label label42; - private Label label41; - private Panel pnltoolbarend; - private Label label77; - private Panel pnltoolbarmiddle; - private Label label76; - private Panel pnltoolbarbegin; - private Label label75; - private Panel pnlstatusend; - private Label label114; - private Panel pnlstatusbegin; - private Label label107; - private Panel pnldropdownbg; - private Label label115; - private Panel pnlmenusintro; - private Label label116; - private Label label124; - private Panel pnldropdown; - private Panel pnlmarginend; - private Label label120; - private Panel pnlmarginmiddle; - private Label label121; - private Panel pnlmarginbegin; - private Label label122; - private Panel pnlhcolor; - private Label label123; - private Panel pnlhborder; - private Label label125; - private Label label126; - private Panel pnlddborder; - private Label label117; - private Panel pnlmenutextcolor; - private Label label118; - private Panel pnladvanced; - private Panel pnlitemselectedend; - private Label label129; - private Panel pnlbuttonpressed; - private Label label130; - private Panel pnlitemselectedbegin; - private Label label131; - private Panel pnlitemselected; - private Label label132; - private Panel pnlbuttonselected; - private Label label133; - private Panel pnlcheckbg; - private Label label134; - private Label label135; - private Panel pnlbuttonchecked; - private Label label136; - private Button btnmorebuttons; - private Panel pnlmore; - private Panel pnlpressedbegin; - private Button btnback; - private Label label138; - private Panel pnlselectedbegin; - private Panel pnlpressedend; - private Label label137; - private Label label139; - private Panel pnlselectedend; - private Panel pnlpressedmiddle; - private Label label140; - private Label label142; - private Panel pnlselectedmiddle; - private Label label145; - private Label label147; - private Panel pnlalhover; - private Label label119; - private Button btndesktopicons; - private Button btnwindowcomposition; - private Panel pnldesktopcomposition; - private Panel pnlfancywindows; - private Label label149; - private Panel pnlfancydragging; - private Label label156; - private Panel panel18; - private Panel panel19; - private Label label157; - private Panel panel20; - private Label label158; - private Panel panel21; - private Label label159; - private Panel panel22; - private Label label160; - private Panel panel23; - private Label label161; - private Panel panel24; - private Label label162; - private Label label163; - private Panel panel25; - private Panel panel26; - private Label label164; - private Panel panel27; - private Label label165; - private Panel panel28; - private Label label166; - private Panel panel29; - private Label label167; - private Panel panel30; - private Label label168; - private Panel panel31; - private Label label169; - private Panel panel32; - private Label label170; - private Panel panel33; - private Label label171; - private Panel panel34; - private Label label172; - private Label label173; - private Panel pnlfancyintro; - private Label label174; - private Label label175; - private Panel panel36; - private Button btnfancydragging; - private Button btnfancywindows; - private Label label176; - private ComboBox cbcloseanim; - private Label label128; - private ComboBox cbopenanim; - private Label label127; - private ComboBox cbdrageffect; - private Label label141; - private TextBox txtfadespeed; - private Label label155; - private TextBox txtdragfadedec; - private Label label143; - private TextBox txtdragopacitydec; - private Label label144; - private TextBox txtshakeminoffset; - private Label label148; - private TextBox txtshakemax; - private Label label146; - private TextBox txtwinfadedec; - private Label label150; - private TextBox txtwinfadespeed; - private Label label151; - private Button btnmore; - private Panel pnlluaoptions; - private FlowLayoutPanel flmorebuttons; - private Panel pnlluafield; + public PropertyGrid pgshifter = null; + public Panel pnlcategoryholder = null; + public Button btnapply = null; + public FlowLayoutPanel pnlcategories = null; + public FlowLayoutPanel pnlsubcategories = null; + + } } \ No newline at end of file diff --git a/source/WindowsFormsApplication1/Apps/Shifter.cs b/source/WindowsFormsApplication1/Apps/Shifter.cs index 2130b4b..68125db 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.cs @@ -19,6 +19,7 @@ namespace ShiftOS InitializeComponent(); } + /* public Skinning.Skin CustomizingSkin = null; public Skinning.Images CustomizingImages = null; private bool EarnCP = false; @@ -1442,7 +1443,7 @@ namespace ShiftOS HideAll(); pnlmenuoptions.Show(); pnlmenuoptions.BringToFront(); - SetPreviewSkin(true);*/ + SetPreviewSkin(true); } private void Button2_Click(object sender, EventArgs e) @@ -3088,6 +3089,6 @@ You can add options in the Lua interpreter using the shifter_add_category(string }; } - } + }*/ } } diff --git a/source/WindowsFormsApplication1/Apps/Shiftnet.cs b/source/WindowsFormsApplication1/Apps/Shiftnet.cs index 8e9a818..0c8b4b7 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftnet.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftnet.cs @@ -75,7 +75,7 @@ namespace ShiftOS { try { - string content = wc.DownloadString(url.Replace("shiftnet://", "http://www.playshiftos.ml/shiftnet/www/")); + string content = wc.DownloadString(url.Replace("shiftnet://", "http://releases.playshiftos.ml/shiftnet/www/")); if (content.StartsWith("")) { LastUrl = url; diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index f95025d..356e3de 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -14,6 +14,8 @@ using System.Text; using System.Threading; using System.Threading.Tasks; using ShiftUI; +using ShiftOS.FinalMission; +using ShiftOS; namespace ShiftOS { @@ -1383,894 +1385,1025 @@ Password: z7fjsd3"); public void DoCommand() { - API.LastRanCommand = command; - string[] args = command.ToLower().Split(' '); - switch (args[0]) + //Grab the type of this class using Reflection. + var terminal = this.GetType(); + string[] cmdargs = command.Split(' '); + var method_info = terminal.GetMethod("cmd_" + cmdargs[0].ToLower()); + if(method_info != null) { - case "ls": - case "dir": - if(API.Upgrades["fileskimmer"]) + method_info.Invoke(this, new object[] { cmdargs }); + } + else + { + terminal.GetMethod("cmd_default").Invoke(this, new object[] { cmdargs }); + } + } + + #region Terminal command methods + + /* + * Adding terminal commands has been changed. + * + * It's now done in a way that doesn't require hardcoding. + * + * Simply add a new method here with a prefix 'cmd_', for example 'cmd_05tray', and + * one argument of type 'string[]'. Then, put all the stuff you want your command to + * do in that method, and try running your command (without the 'cmd_' prefix) in the + * Terminal and it should work just fine. + * + * Thanks to @carverh for inspiring this by making all commands their own function. + */ + + public void cmd_dir(String[] args) + { + if (API.Upgrades["fileskimmer"]) + { + foreach (var d in Directory.GetDirectories(current_dir)) + { + WriteLine($"[DIR] {new DirectoryInfo(d).Name}"); + } + foreach (var d in Directory.GetFiles(current_dir)) + { + WriteLine($"{new FileInfo(d).Name}"); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_cd(String[] args) + { + try + { + if (API.Upgrades["fileskimmer"]) + { + if (args[1] == "..") { - foreach(var d in Directory.GetDirectories(current_dir)) + if (GetPath(current_dir) != "/") { - WriteLine($"[DIR] {new DirectoryInfo(d).Name}"); + current_dir = GetParent(current_dir); + SetPrefix($"{API.Username}@{API.OSName} in {GetPath(current_dir)} $> "); } - foreach (var d in Directory.GetFiles(current_dir)) + else { - WriteLine($"{new FileInfo(d).Name}"); + WriteLine("cd: Can't go up past the root."); } } else { - wrongcommand(); - } - break; - case "cd": - if (API.Upgrades["fileskimmer"]) - { - if (args[1] == "..") + string newdir = current_dir + OSInfo.DirectorySeparator; + foreach (var dir in Directory.GetDirectories(current_dir)) { - if (GetPath(current_dir) != "/") - { - current_dir = GetParent(current_dir); - SetPrefix($"{API.Username}@{API.OSName} in {GetPath(current_dir)} $> "); - } - else - { - WriteLine("cd: Can't go up past the root."); - } - } - else - { - string newdir = current_dir + OSInfo.DirectorySeparator; - foreach (var dir in Directory.GetDirectories(current_dir)) - { - if (new DirectoryInfo(dir).Name.ToLower() == args[1]) - newdir = dir; - } - current_dir = newdir; - SetPrefix($"{API.Username}@{API.OSName} in {GetPath(current_dir)} $> "); + if (new DirectoryInfo(dir).Name.ToLower() == args[1]) + newdir = dir; } + current_dir = newdir; + SetPrefix($"{API.Username}@{API.OSName} in {GetPath(current_dir)} $> "); } - break; - case "upg": - if(API.DeveloperMode) - { - try - { - switch(args[1]) - { - case "get": - WriteLine(API.Upgrades[args[2]].ToString()); - break; - } - } - catch - { + } + } + catch (Exception e) + { + WriteLine("cd: " + e); + } + } - } - } - else - { - wrongcommand(); - } - break; - case "endgame_test": - if (API.DeveloperMode) + + public void cmd_upg(String[] args) + { + if (API.DeveloperMode) + { + try + { + switch (args[1]) { - try - { - switch (args[1]) - { - case "choice_screen": - var cscreen = new ShiftOS.FinalMission.ChooseYourApproach(); - cscreen.WindowState = FormWindowState.Maximized; - //cscreen.TopMost = true; - cscreen.Show(); - break; - case "limitedmode": - API.LimitedMode = !API.LimitedMode; - WriteLine($"Limited mode set to {API.LimitedMode}."); - break; - } - } - catch - { - WriteLine("Invalid arguments."); - } + case "get": + WriteLine(API.Upgrades[args[2]].ToString()); + break; } - else + } + catch + { + + } + } + else + { + wrongcommand(); + } + } + + public void cmd_endgame_test(String[] args) + { + if (API.DeveloperMode) + { + try + { + switch (args[1]) { - wrongcommand(); + case "choice_screen": + var cscreen = new ShiftOS.FinalMission.ChooseYourApproach(); + cscreen.WindowState = FormWindowState.Maximized; + //cscreen.TopMost = true; + cscreen.Show(); + break; + case "limitedmode": + API.LimitedMode = !API.LimitedMode; + WriteLine($"Limited mode set to {API.LimitedMode}."); + break; } - break; - case "htutorial": - ShiftOS.Hacking.StartBattleTutorial(); - break; - case "fake_buy": - if (API.DeveloperMode) + } + catch + { + WriteLine("Invalid arguments."); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_htutorial(String[] args) + { + ShiftOS.Hacking.StartBattleTutorial(); + } + + public void cmd_fake_buy(String[] args) + { + if (API.DeveloperMode) + { + try + { + if (API.Upgrades.ContainsKey(args[1])) { - try - { - if (API.Upgrades.ContainsKey(args[1])) - { - API.Upgrades[args[1]] = true; - WriteLine($"Bought upgrade {args[1]}."); - API.CurrentSession.SetupAppLauncher(); - API.UpdateWindows(); - SaveSystem.Utilities.saveGame(); - } - else - { - WriteLine("Upgrade not found."); - } - } - catch - { - WriteLine("fake_buy: Bad arguments."); - } + API.Upgrades[args[1]] = true; + WriteLine($"Bought upgrade {args[1]}."); + API.CurrentSession.SetupAppLauncher(); + API.UpdateWindows(); + SaveSystem.Utilities.saveGame(); } else { - wrongcommand(); + WriteLine("Upgrade not found."); } - break; - case "connections": - try - { - switch(args[1]) - { - case "list": - foreach(var client in Package_Grabber.clients) - { - WriteLine($"Hostname: {client.Key}, Port: {client.Value.RemotePort}, Online: {client.Value.IsConnected}"); - } - break; - case "gui": - API.CreateForm(new ConnectionManager(), "Connections", API.GetIcon("Connections")); - break; - case "drop": - foreach(var client in Package_Grabber.clients) - { - Package_Grabber.Disconnect(client.Key); - } - break; - case "add": - string host = args[2]; - int port = 0; - int.TryParse(args[3], out port); - if (!Package_Grabber.clients.ContainsKey(host)) - { - Package_Grabber.ConnectToServer(host, port); - WriteLine("Connection to host established successfully."); - } - else - { - var c = Package_Grabber.clients[host]; - if (c.IsConnected == false) - { - c.Connect(host, port); - WriteLine("Re-established connection with host."); - } - else { - WriteLine("This host has been connected to already."); - } - } - break; - } - } - catch - { - WriteLine("connections: Missing arguments."); - } - break; - case "story": - if(API.DeveloperMode == true && API.Upgrades["shiftnet"]) - { - try + } + catch + { + WriteLine("fake_buy: Bad arguments."); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_connections(String[] args) + { + try + { + switch (args[1]) + { + case "list": + foreach (var client in Package_Grabber.clients) { - switch(args[1]) - { - case "aidennirh": - StartAidenNirhStory(); - break; - case "devxfurious": - StartDevXFuriousStory(); - break; - case "battletut": - StartHackerBattleIntro(); - break; - case "otherplayer": - StartDevXFuriousStory(); - break; - case "hacker101": - StartHacker101Story(); - break; - } + WriteLine($"Hostname: {client.Key}, Port: {client.Value.RemotePort}, Online: {client.Value.IsConnected}"); } - catch + break; + case "gui": + API.CreateForm(new ConnectionManager(), "Connections", API.GetIcon("Connections")); + break; + case "drop": + foreach (var client in Package_Grabber.clients) { - WriteLine("Missing arguments."); + Package_Grabber.Disconnect(client.Key); } - } - else { wrongcommand(); } - break; - case "make": - try - { - string path = command.Replace("make ", ""); - string realpath = $"{Paths.SaveRoot}{path.Replace("/", OSInfo.DirectorySeparator)}"; - if (File.Exists(realpath + OSInfo.DirectorySeparator + "main.lua")) + break; + case "add": + string host = args[2]; + int port = 0; + int.TryParse(args[3], out port); + if (!Package_Grabber.clients.ContainsKey(host)) { - WriteLine("Compiling to " + path + ".saa"); - ZipFile.CreateFromDirectory(realpath, realpath + ".saa"); + Package_Grabber.ConnectToServer(host, port); + WriteLine("Connection to host established successfully."); } else { - WriteLine($"make: *** No rule to make target \"{realpath}\". Stop."); - } - } - catch - { - WriteLine("make: Invalid arguments."); - } - break; - case "linux": - if(API.DeveloperMode) - { - WriteLine("Upgrading your system..."); - foreach(var upg in Shiftorium.Utilities.GetAvailable()) - { - API.Upgrades[upg.id] = true; - WriteLine("Installed upgrade \"" + upg.Name + "\"..."); - } - API.UpdateWindows(); - API.CurrentSession.SetupDesktop(); - } - else - { - wrongcommand(); - } - break; - case "netgen": - WriteLine("Starting netgen..."); - API.CreateForm(new NetGen(), "Network Generator", API.GetIcon("Terminal")); - break; - case "lua": - if(API.DeveloperMode == true) - { - try - { - string f = args[1]; - WriteLine(f); - f = command.Remove(0, 4); - WriteLine(f); - string real = $"{Paths.SaveRoot}{f.Replace("/", OSInfo.DirectorySeparator)}"; - WriteLine(real); - if (File.Exists(real)) + var c = Package_Grabber.clients[host]; + if (c.IsConnected == false) { - WriteLine("Running Lua script at " + f + "."); - var l = new LuaInterpreter(real); + c.Connect(host, port); + WriteLine("Re-established connection with host."); } else { - WriteLine("Lua script file not found."); + WriteLine("This host has been connected to already."); } } - catch - { - this.LuaMode = true; - this.Interpreter = new LuaInterpreter(); - this.Interpreter.mod.print = new Action((text) => WriteLine(text)); - this.Interpreter.mod.exit = new Action(() => - { - this.LuaMode = false; - this.Interpreter = null; - WriteLine($"{API.CurrentSave.username}@{API.CurrentSave.osname} $> "); - }); - WriteLine("ShiftOS Lua Interpreter - v1.0"); - WriteLine("Created by Michael VanOverbeek"); - WriteLine(Environment.NewLine + "How to use: Simply type some Lua code and watch it come to life. Code can be executed on one line, and unlike most interpreters, you can access code from one line in another."); - WriteLine(Environment.NewLine + "When you're done, simply press the Enter key to execute the code." + Environment.NewLine); - } - } - else + break; + } + } + catch + { + WriteLine("connections: Missing arguments."); + } + } + + public void cmd_story(String[] args) + { + if (API.DeveloperMode == true && API.Upgrades["shiftnet"]) + { + try + { + switch (args[1]) { - wrongcommand(); + case "aidennirh": + StartAidenNirhStory(); + break; + case "devxfurious": + StartDevXFuriousStory(); + break; + case "battletut": + StartHackerBattleIntro(); + break; + case "otherplayer": + StartDevXFuriousStory(); + break; + case "hacker101": + StartHacker101Story(); + break; } - break; - case "hack": - if(API.Upgrades["hacking"] == true) + } + catch + { + WriteLine("Missing arguments."); + } + } + else { wrongcommand(); } + } + + public void cmd_make(String[] args) + { + try + { + string path = command.Replace("make ", ""); + string realpath = $"{Paths.SaveRoot}{path.Replace("/", OSInfo.DirectorySeparator)}"; + if (File.Exists(realpath + OSInfo.DirectorySeparator + "main.lua")) + { + WriteLine("Compiling to " + path + ".saa"); + ZipFile.CreateFromDirectory(realpath, realpath + ".saa"); + } + else + { + WriteLine($"make: *** No rule to make target \"{realpath}\". Stop."); + } + } + catch + { + WriteLine("make: Invalid arguments."); + } + } + + public void cmd_devupg(String[] args) + { + if (API.DeveloperMode) + { + WriteLine("Upgrading your system..."); + foreach (var upg in Shiftorium.Utilities.GetAvailable()) + { + API.Upgrades[upg.id] = true; + WriteLine("Installed upgrade \"" + upg.Name + "\"..."); + } + API.UpdateWindows(); + API.CurrentSession.SetupDesktop(); + } + else + { + wrongcommand(); + } + } + + public void cmd_netgen(String[] args) + { + WriteLine("Starting netgen..."); + API.CreateForm(new NetGen(), "Network Generator", API.GetIcon("Terminal")); + } + + public void cmd_lua(String[] args) + { + if (API.DeveloperMode == true) + { + try + { + string f = args[1]; + WriteLine(f); + f = command.Remove(0, 4); + WriteLine(f); + string real = $"{Paths.SaveRoot}{f.Replace("/", OSInfo.DirectorySeparator)}"; + WriteLine(real); + if (File.Exists(real)) { - StartHackingSession("random"); + WriteLine("Running Lua script at " + f + "."); + var l = new LuaInterpreter(real); } else { - wrongcommand(); + WriteLine("Lua script file not found."); } - break; - case "virusscanner": - case "vscan": - if(API.Upgrades["virusscanner"] == true) + } + catch + { + this.LuaMode = true; + this.Interpreter = new LuaInterpreter(); + this.Interpreter.mod.print = new Action((text) => WriteLine(text)); + this.Interpreter.mod.exit = new Action(() => + { + this.LuaMode = false; + this.Interpreter = null; + WriteLine($"{API.CurrentSave.username}@{API.CurrentSave.osname} $> "); + }); + WriteLine("ShiftOS Lua Interpreter - v1.0"); + WriteLine("Created by Michael VanOverbeek"); + WriteLine(Environment.NewLine + "How to use: Simply type some Lua code and watch it come to life. Code can be executed on one line, and unlike most interpreters, you can access code from one line in another."); + WriteLine(Environment.NewLine + "When you're done, simply press the Enter key to execute the code." + Environment.NewLine); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_hack(String[] args) + { + if (API.Upgrades["hacking"] == true) + { + StartHackingSession("random"); + } + else + { + wrongcommand(); + } + } + + public void cmd_vscan(String[] args) + { + if (API.Upgrades["virusscanner"] == true) + { + WriteLine("Scanning for infected files..."); + var goodList = new Dictionary(); + foreach (KeyValuePair kv in Viruses.Infections) + { + if (kv.Value.Contains(";")) { - WriteLine("Scanning for infected files..."); - var goodList = new Dictionary(); - foreach (KeyValuePair kv in Viruses.Infections) + foreach (string file in kv.Value.Split(';')) { - if(kv.Value.Contains(";")) + if (goodList.ContainsKey(file)) { - foreach(string file in kv.Value.Split(';')) - { - if (goodList.ContainsKey(file)) - { - goodList[file] += ", " + kv.Key; - } - else { - goodList.Add(file, kv.Key); - } - } + goodList[file] += ", " + kv.Key; } else { - if (goodList.ContainsKey(kv.Value)) - { - goodList[kv.Value] += ", " + kv.Key; - } - else { - goodList.Add(kv.Value, kv.Key); - } + goodList.Add(file, kv.Key); } } - WriteLine("Scan complete."); - if (goodList.Count > 0) - { - foreach (KeyValuePair kv in goodList) - { - WriteLine("File " + kv.Key + " is infected with " + kv.Value + ". Disinfecting..."); - Viruses.DisInfect(kv.Key); - } - WriteLine("Disinfection complete."); - } - else - { - WriteLine("No infections found. You are safe."); - } - } - break; - case "infections": - if (API.DeveloperMode == true) - { - foreach (KeyValuePair kv in Viruses.Infections) - { - WriteLine(kv.Key + " @ " + kv.Value); - } - } - else - { - wrongcommand(); - } - break; - case "binarywater": - if (API.DeveloperMode) - { - ShiftOS.Hacking.AddCharacter(new Character("Philip Adams", "Hello, and welcome to another episode of OSFirstTimer.", 100, 100, 0)); - WriteLine("Philip Adams is now in the list of hirable hackers."); } else { - WriteLine("I see you went in the ShiftOS source code... ummm yeah... this isn't a developer mode release so I can't just give you a full-skilled hacker even if you beg."); - } - break; - case "color": - try - { - if(API.Upgrades["setterminalcolors"] == true) + if (goodList.ContainsKey(kv.Value)) { - - Color bcol = SetColor(args[1]); - Color tcol = SetColor(args[2]); - API.CurrentSkin.TerminalTextColor = tcol; - API.CurrentSkin.TerminalBackColor = bcol; - - } - } - catch(Exception) - { - WriteLine("color: Missing arguments."); - } - break; - case "encrypt": - if (API.DeveloperMode == true) - { - string messageToEncrypt = command.Replace("encrypt ", ""); - string encryptedMessage = API.Encryption.Encrypt(messageToEncrypt); - WriteLine("Encrypted Message: " + encryptedMessage); - } - else - { - wrongcommand(); - } - break; - case "font": - if(API.Upgrades["setterminalfont"] == true) - { - var fname = command.Replace("font ", ""); - if(GetFonts().Contains(fname)) - { - API.CurrentSkin.TerminalFontStyle = fname; + goodList[kv.Value] += ", " + kv.Key; } else { - WriteLine("font: Unrecognized font name \"" + fname + "\". Note: Font names are case sensitive."); + goodList.Add(kv.Value, kv.Key); } } - else - { - wrongcommand(); - } - break; - case "colorlist": - if(API.Upgrades["setterminalcolors"] == true) - { - foreach(string itm in GetColorList()) - { - WriteLine(itm); - } - } - else + } + WriteLine("Scan complete."); + if (goodList.Count > 0) + { + foreach (KeyValuePair kv in goodList) { - wrongcommand(); + WriteLine("File " + kv.Key + " is infected with " + kv.Value + ". Disinfecting..."); + Viruses.DisInfect(kv.Key); } - break; - case "spkg": - if (!API.LimitedMode) + WriteLine("Disinfection complete."); + } + else + { + WriteLine("No infections found. You are safe."); + } + } + } + + public void cmd_infections(String[] args) + { + if (API.DeveloperMode == true) + { + foreach (KeyValuePair kv in Viruses.Infections) + { + WriteLine(kv.Key + " @ " + kv.Value); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_binarywater(String[] args) + { + if (API.DeveloperMode) + { + ShiftOS.Hacking.AddCharacter(new Character("Philip Adams", "Hello, and welcome to another episode of OSFirstTimer.", 100, 100, 0)); + WriteLine("Philip Adams is now in the list of hirable hackers."); + WriteLine("\" I Don't Think This is Canon \" -Carver"); + } + else + { + WriteLine("I see you went in the ShiftOS source code... ummm yeah... this isn't a developer mode release so I can't just give you a full-skilled hacker even if you beg."); + } + } + + public void cmd_color(String[] args) + { + try + { + if (API.Upgrades["setterminalcolors"] == true) + { + + Color bcol = SetColor(args[1]); + Color tcol = SetColor(args[2]); + API.CurrentSkin.TerminalTextColor = tcol; + API.CurrentSkin.TerminalBackColor = bcol; + + } + } + catch (Exception) + { + WriteLine("color: Missing arguments."); + } + } + + public void cmd_encrypt(String[] args) + { + if (API.DeveloperMode == true) + { + string messageToEncrypt = command.Replace("encrypt ", ""); + string encryptedMessage = API.Encryption.Encrypt(messageToEncrypt); + WriteLine("Encrypted Message: " + encryptedMessage); + } + else + { + wrongcommand(); + } + } + + public void cmd_font(String[] args) + { + if (API.Upgrades["setterminalfont"] == true) + { + var fname = command.Replace("font ", ""); + if (GetFonts().Contains(fname)) + { + API.CurrentSkin.TerminalFontStyle = fname; + } + else + { + WriteLine("font: Unrecognized font name \"" + fname + "\". Note: Font names are case sensitive."); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_colorlist(String[] args) + { + if (API.Upgrades["setterminalcolors"] == true) + { + foreach (string itm in GetColorList()) + { + WriteLine(itm); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_spkg(String[] args) + { + if (!API.LimitedMode) + { + if (API.Upgrades["shiftnet"] == true) + { + try { - if (API.Upgrades["shiftnet"] == true) + switch (args[1].ToLower()) { - try - { - switch (args[1].ToLower()) + case "install": + if (args[2] != null && args[2] != "") { - case "install": - if (args[2] != null && args[2] != "") + string pkgname = args[2].ToLower().Replace(".pkg", ""); + if (Package_Grabber.GetPackage(pkgname) == true) + { + WriteLine("Downloaded package '" + pkgname + "' from shiftnet://main/spkg/ successfully. Installing now."); + string r = Package_Grabber.ExtractPackage(); + if (r == "fail") + { + WriteLine("[FATAL] Could not install package."); + WriteLine("spkg: Killed."); + } + else { - string pkgname = args[2].ToLower().Replace(".pkg", ""); - if (Package_Grabber.GetPackage(pkgname) == true) + WriteLine("Extracted " + pkgname + " to " + r + "..."); + var res2 = Package_Grabber.InstallPackage(r + "\\"); + if (res2 != "success") { - WriteLine("Downloaded package '" + pkgname + "' from shiftnet://main/spkg/ successfully. Installing now."); - string r = Package_Grabber.ExtractPackage(); - if (r == "fail") - { - WriteLine("[FATAL] Could not install package."); - WriteLine("spkg: Killed."); - } - else - { - WriteLine("Extracted " + pkgname + " to " + r + "..."); - var res2 = Package_Grabber.InstallPackage(r + "\\"); - if (res2 != "success") - { - WriteLine("[FATAL] Could not install package. " + res2); - WriteLine("spkg: Killed."); - } - else - { - WriteLine("[DONE] Package installed."); - } - } + WriteLine("[FATAL] Could not install package. " + res2); + WriteLine("spkg: Killed."); } else { - WriteLine("spkg: Package '" + args[2] + "' not found."); + WriteLine("[DONE] Package installed."); } } - break; - default: - WriteLine("spkg: Invalid argument: " + args[1]); - break; - } - } - catch (Exception ex) - { - WriteLine("spkg: " + ex.Message); - } - } - else - { - wrongcommand(); - } - } - else - { - try - { - if(args[2] == "god_utils") - { - if(FinalMission.EndGameHandler.GodModeInstallEnabled == true) - { - var t = new Thread(new ThreadStart(new Action(() => + } + else { - WriteLine("Downloading package 'god_utils'... Please wait."); - Thread.Sleep(10000); - WriteLine("Download complete."); - Thread.Sleep(100); - WriteLine("Beginning installation."); - Thread.Sleep(1000); - WriteLine(@" == GOD MODE == - -God Mode gives you FULL control of ShiftOS. You can add/remove Codepoints, buy or unbuy Shiftorium upgrades, and can do whatever you want. - -Installing core applications..."); - Thread.Sleep(250); - WriteLine("Installing subpackage 'json_edit'..."); - Thread.Sleep(250); - WriteLine("Installing subpackage 'upgrade_mod'..."); - Thread.Sleep(100); - WriteLine("Installing subpackage 'hijacker'..."); - Thread.Sleep(500); - WriteLine(@" == HIJACKER by DevX == - -HIJACKER is a utility that allows you to hijack any system and install ShiftOS on it during a hacker battle."); - Thread.Sleep(100); - WriteLine("[hijacker] Injecting HIJACKER code into hbattleui.sft..."); - Thread.Sleep(150); - WriteLine("[hijacker] Done."); - this.Invoke(new Action(() => - { - StartChoice1EndStory(); - })); - }))); - t.Start(); - } - else - { - WriteLine("spkg: Package '" + args[2] + "' not found."); - } - } - else - { - WriteLine("spkg: Package '" + args[2] + "' not found."); - } - } - catch - { - WriteLine("spkg: Missing arguments."); - } - } - break; - case "alias": - try - { - switch(args[1]) - { - case "-?": - case "--help": - WriteLine("Aliases Help" + Environment.NewLine); - WriteLine("Alias is a command that lets you create aliases for other commands. You could make a command 'upgrade' alias 'shiftorium' if you wanted." + Environment.NewLine); - WriteLine("Arguments:"); - WriteLine(" -h, --help: Displays this screen."); - WriteLine("-a, --add : Adds a new alias."); - WriteLine("-d, --delete : Deletes an alias."); - WriteLine("-l, --list: Shows all available aliases."); - break; - case "--add": - case "-a": - if(API.AddAlias(args[2], command.Replace("alias " + args[1] + " " + args[2] + " ", ""))) - { - WriteLine("Alias added successfully."); - API.SaveAliases(); - } - else - { - WriteLine("That alias already exists."); - } - break; - case "--delete": - case "-d": - if(API.RemoveAlias(args[2]) == true) - { - WriteLine("Alias \"" + args[2] + "\" removed successfully."); - API.SaveAliases(); - } - else - { - WriteLine("That alias doesn't exist."); - } - break; - case "-l": - case "--list": - WriteLine("Aliases:"); - foreach(KeyValuePair kv in API.CommandAliases) - { - WriteLine(kv.Key + " => " + kv.Value); + WriteLine("spkg: Package '" + args[2] + "' not found."); + } } break; default: - WriteLine("alias: Invalid argument. Try alias --help for help with the Alias command."); + WriteLine("spkg: Invalid argument: " + args[1]); break; } } - catch + catch (Exception ex) { - WriteLine("alias: Missing arguments. Try alias --help for help with the Alias command."); + WriteLine("spkg: " + ex.Message); } - break; - case "username": - if(API.Upgrades["customusername"] == true) + } + else + { + wrongcommand(); + } + } + else + { + try + { + if (args[2] == "god_utils") { - try + if (FinalMission.EndGameHandler.GodModeInstallEnabled == true) { - API.CurrentSave.username = args[1]; + var t = new Thread(new ThreadStart(new Action(() => + { + WriteLine("Downloading package 'god_utils'... Please wait."); + Thread.Sleep(10000); + WriteLine("Download complete."); + Thread.Sleep(100); + WriteLine("Beginning installation."); + Thread.Sleep(1000); + WriteLine(@" == GOD MODE == +God Mode gives you FULL control of ShiftOS. You can add/remove Codepoints, buy or unbuy Shiftorium upgrades, and can do whatever you want. +Installing core applications..."); + Thread.Sleep(250); + WriteLine("Installing subpackage 'json_edit'..."); + Thread.Sleep(250); + WriteLine("Installing subpackage 'upgrade_mod'..."); + Thread.Sleep(100); + WriteLine("Installing subpackage 'hijacker'..."); + Thread.Sleep(500); + WriteLine(@" == HIJACKER by DevX == +HIJACKER is a utility that allows you to hijack any system and install ShiftOS on it during a hacker battle."); + Thread.Sleep(100); + WriteLine("[hijacker] Injecting HIJACKER code into hbattleui.sft..."); + Thread.Sleep(150); + WriteLine("[hijacker] Done."); + this.Invoke(new Action(() => + { + StartChoice1EndStory(); + })); + }))); + t.Start(); } - catch + else { - WriteLine("username: Missing arguments."); + WriteLine("spkg: Package '" + args[2] + "' not found."); } } else { - wrongcommand(); + WriteLine("spkg: Package '" + args[2] + "' not found."); } - break; - case "osname": - if (API.Upgrades["customusername"] == true) - { - try + } + catch + { + WriteLine("spkg: Missing arguments."); + } + } + } + + /// + /// Command Functions, to Be Used For ShiftBatch + /// + /// String[] args + public void cmd_alias(String[] args) + { + try + { + switch (args[1]) + { + case "-?": + case "--help": + WriteLine("Aliases Help" + Environment.NewLine); + WriteLine("Alias is a command that lets you create aliases for other commands. You could make a command 'upgrade' alias 'shiftorium' if you wanted." + Environment.NewLine); + WriteLine("Arguments:"); + WriteLine(" -h, --help: Displays this screen."); + WriteLine("-a, --add : Adds a new alias."); + WriteLine("-d, --delete : Deletes an alias."); + WriteLine("-l, --list: Shows all available aliases."); + break; + case "--add": + case "-a": + if (API.AddAlias(args[2], command.Replace("alias " + args[1] + " " + args[2] + " ", ""))) + { + WriteLine("Alias added successfully."); + API.SaveAliases(); + } + else { - API.CurrentSave.osname = args[1]; + WriteLine("That alias already exists."); } - catch + break; + case "--delete": + case "-d": + if (API.RemoveAlias(args[2]) == true) { - WriteLine("osname: Missing arguments."); + WriteLine("Alias \"" + args[2] + "\" removed successfully."); + API.SaveAliases(); } - } - else - { - wrongcommand(); - } - break; - - case "unity": - if (API.Upgrades["unitymode"] == true) - { - API.CurrentSession.SetUnityMode(); - API.CurrentSession.SetupDesktop(); - txtterm.Focus(); - } else - { - wrongcommand(); - } - break; - case "time": - if (API.Upgrades["pmandam"] == false) - { - if (API.Upgrades["hourssincemidnight"] == false) + else { - if (API.Upgrades["minutessincemidnight"] == false) - { - if (API.Upgrades["secondssincemidnight"] == true) { - WriteLine("Since midnight, " + API.GetTime() + " seconds have passed."); - } else { - wrongcommand(); - } - } else - { - WriteLine("Since midnight, " + API.GetTime() + " minutes have passed."); - } + WriteLine("That alias doesn't exist."); } - else + break; + case "-l": + case "--list": + WriteLine("Aliases:"); + foreach (KeyValuePair kv in API.CommandAliases) { - WriteLine("Since Midnight, " + API.GetTime() + " hours have passed."); + WriteLine(kv.Key + " => " + kv.Value); } - } else + break; + default: + WriteLine("alias: Invalid argument. Try alias --help for help with the Alias command."); + break; + } + } + catch + { + WriteLine("alias: Missing arguments. Try alias --help for help with the Alias command."); + } + } + + public void cmd_username(String[] args) + { + if (API.Upgrades["customusername"] == true) + { + try + { + API.CurrentSave.username = args[1]; + } + catch + { + WriteLine("username: Missing arguments."); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_osname(String[] args) + { + if (API.Upgrades["customusername"] == true) + { + try + { + API.CurrentSave.osname = args[1]; + } + catch + { + WriteLine("osname: Missing arguments."); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_unity(String[] args) + { + if (API.Upgrades["unitymode"] == true) + { + API.CurrentSession.SetUnityMode(); + API.CurrentSession.SetupDesktop(); + txtterm.Focus(); + } + else + { + wrongcommand(); + } + } + + public void cmd_time(String[] args) + { + if (API.Upgrades["pmandam"] == false) + { + if (API.Upgrades["hourssincemidnight"] == false) + { + if (API.Upgrades["minutessincemidnight"] == false) { - WriteLine("Current time: " + API.GetTime()); - } - break; - case "saa": - if (API.Upgrades["shiftnet"]) { - var f = command.Replace("saa ", ""); - if (f.StartsWith("/")) + if (API.Upgrades["secondssincemidnight"] == true) { - var withoutslash = f.Remove(0, 1); - var dirsep = OSInfo.DirectorySeparator; - var rightdir = $"{Paths.SaveRoot}{dirsep}{f.Replace("/", dirsep)}"; - if (File.Exists(rightdir)) - { - var finf = new FileInfo(rightdir); - if (finf.Extension == ".saa") - { - API.LaunchMod(finf.FullName); - } - else - { - WriteLine("saa: Cannot launch the file '" + finf.FullName + " because it isn't a valid stand-alone app."); - } - } - else - { - WriteLine("saa: Cannot launch the file '" + f + "' because it doesn't exist."); - } + WriteLine("Since midnight, " + API.GetTime() + " seconds have passed."); } else { - WriteLine("saa: Cannot launch the file '" + f + "' because it doesn't exist."); + wrongcommand(); } } else { - wrongcommand(); - } - break; - case "help": - try - { - showhelp(args[1]); - } - catch - { - showhelp(); + WriteLine("Since midnight, " + API.GetTime() + " minutes have passed."); } - break; - case "codepoints": - case "cp": - WriteLine("You have " + API.Codepoints.ToString() + " Codepoints."); - break; - case "shutdown": - API.ShutDownShiftOS(); - break; - case "clear": - txtterm.Text = ""; - break; - case "close": - if (command.Contains("close ")) + } + else + { + WriteLine("Since Midnight, " + API.GetTime() + " hours have passed."); + } + } + else + { + WriteLine("Current time: " + API.GetTime()); + } + } + + public void cmd_saa(String[] args) + { + if (API.Upgrades["shiftnet"]) + { + var f = command.Replace("saa ", ""); + if (f.StartsWith("/")) + { + var withoutslash = f.Remove(0, 1); + var dirsep = OSInfo.DirectorySeparator; + var rightdir = $"{Paths.SaveRoot}{dirsep}{f.Replace("/", dirsep)}"; + if (File.Exists(rightdir)) { - var pid = command.Replace("close ", ""); - if (API.CloseProgram(pid) == true) + var finf = new FileInfo(rightdir); + if (finf.Extension == ".saa") { - WriteLine("Closed all running " + pid + "s."); + API.LaunchMod(finf.FullName); } else { - WriteLine("No processes with id '" + pid + "' were found!"); + WriteLine("saa: Cannot launch the file '" + finf.FullName + " because it isn't a valid stand-alone app."); } } else { - WriteLine("Insufficient arguments."); + WriteLine("saa: Cannot launch the file '" + f + "' because it doesn't exist."); } - break; - case "05tray": - if (API.DeveloperMode == true) + } + else + { + WriteLine("saa: Cannot launch the file '" + f + "' because it doesn't exist."); + } + } + else + { + wrongcommand(); + } + } + + public void cmd_help(String[] args) + { + try + { + showhelp(args[1]); + } + catch + { + showhelp(); + } + } + + public void cmd_cp(String[] args) + { + WriteLine("You have " + API.Codepoints.ToString() + " Codepoints."); + } + + public void cmd_shutdown(String[] args) + { + API.ShutDownShiftOS(); + } + + public void cmd_clear(String[] args) + { + txtterm.Text = ""; + } + + public void cmd_close(String[] args) + { + if (command.Contains("close ")) + { + var pid = command.Replace("close ", ""); + if (API.CloseProgram(pid) == true) + { + WriteLine("Closed all running " + pid + "s."); + } + else + { + WriteLine("No processes with id '" + pid + "' were found!"); + } + } + else + { + WriteLine("Insufficient arguments."); + } + } + + public void cmd_05tray(String[] args) + { + if (API.DeveloperMode == true) + { + API.AddCodepoints(500); + WriteLine("You've been granted 500 Codepoints."); + } + else + { + wrongcommand(); + } + } + + public void cmd_debug(String[] args) + { + if (API.DeveloperMode == true) + { + try + { + switch (args[1].ToLower()) { - API.AddCodepoints(500); - WriteLine("You've been granted 500 Codepoints."); - } else + case "shiftnet-story": + WriteLine("Debugging Shiftnet Story..."); + StartShiftnetStory(); + break; + case "devmode": + API.DeveloperMode = false; + WriteLine("Turned off developer mode. Use the passcode to turn it back on."); + break; + default: + WriteLine("Invalid argument: " + args[1] + ". Debug can only debug the following: 'shiftnet-story'."); + break; + } + + } + catch (Exception ex) + { + WriteLine("debug: " + ex.Message); + } + } + else + { + try + { + switch (args[1].ToLower()) { - wrongcommand(); + case "developers123": + WriteLine("Turned Developer Mode on!"); + API.DeveloperMode = true; + break; + default: + WriteLine("debug: lp0 is on fire"); // Keeps Cheaters from Flooding The Fourms With "The Debug Mode Doesn't Work" + break; } + } + catch + { + WriteLine("debug: lp0 is on fire"); // Keeps Cheaters from Flooding The Fourms With "The Debug Mode Doesn't Work" + } + } + } - break; - case "debug": - if (API.DeveloperMode == true) + public void cmd_echo(String[] args) + { + if (command.Contains("echo ")) + { + WriteLine(command.Replace("echo ", "")); + } + else + { + WriteLine("echo: Insufficient Parameters."); + } + } + + public void cmd_default(String[] args) + { + if (API.OpenProgram(args[0]) == false) + { + if (API.Upgrades["trmfiles"] == false) + { + bool done = false; + foreach (KeyValuePair kv in API.CommandAliases) { - try + if (kv.Key == command) { - switch (args[1].ToLower()) - { - case "shiftnet-story": - WriteLine("Debugging Shiftnet Story..."); - StartShiftnetStory(); - break; - case "devmode": - API.DeveloperMode = false; - WriteLine("Turned off developer mode. Use the passcode to turn it back on."); - break; - default: - WriteLine("Invalid argument: " + args[1] + ". Debug can only debug the following: 'shiftnet-story'."); - break; - } - + command = kv.Value; + done = true; + DoCommand(); } - catch (Exception ex) + + } + if (done == false) + { + wrongcommand(); + } + } + else + { + var f = command.Replace("\\", "/"); + if (f.StartsWith("/")) + { + var withoutslash = f.Remove(0, 1); + var dirsep = OSInfo.DirectorySeparator; + var proper = $"{Paths.SaveRoot}{dirsep}{withoutslash.Replace("/", dirsep)}"; + if (File.Exists(proper)) { - WriteLine("debug: " + ex.Message); + runterminalfile(proper); } - } else { - try - { - switch (args[1].ToLower()) - { - case "developers123": - WriteLine("Turned Developer Mode on!"); - API.DeveloperMode = true; - break; - default: - wrongcommand(); - break; - } - } catch + else { - wrongcommand(); //Debug command pretends to be an invalid command if an exception is thrown. + wrongcommand(); } } - break; - case "echo": - if(command.Contains("echo ")) - { - WriteLine(command.Replace("echo ", "")); - } else { - WriteLine("echo: Insufficient Parameters."); - } - break; - case "syncsave": - WriteLine("Command removed."); - break; - - default: - if (API.OpenProgram(args[0]) == false) - { - if (API.Upgrades["trmfiles"] == false) + bool done = false; + foreach (KeyValuePair kv in API.CommandAliases) { - bool done = false; - foreach(KeyValuePair kv in API.CommandAliases) - { - if(kv.Key == command) - { - command = kv.Value; - done = true; - DoCommand(); - } - - } - if(done == false) + if (kv.Key == command) { - wrongcommand(); + command = kv.Value; + done = true; + DoCommand(); } + } - else + if (done == false) { - var f = command.Replace("\\", "/"); - if (f.StartsWith("/")) - { - var withoutslash = f.Remove(0, 1); - var dirsep = OSInfo.DirectorySeparator; - var proper = $"{Paths.SaveRoot}{dirsep}{withoutslash.Replace("/", dirsep)}"; - if (File.Exists(proper)) - { - runterminalfile(proper); - } - else - { - wrongcommand(); - } - } - else - { - bool done = false; - foreach (KeyValuePair kv in API.CommandAliases) - { - if (kv.Key == command) - { - command = kv.Value; - done = true; - DoCommand(); - } - - } - if (done == false) - { - wrongcommand(); - } - } + wrongcommand(); } } - break; + } } } + /// + /// About Box, Created By Carver Harrison + /// + /// String[] args + public void cmd_about(String[] args) + { + API.CreateInfoboxSession("About ShiftOS", "ShiftOS Version " + ProductVersion + "\n Copyright 2014-2016 ShiftOS Dev Team \n Type 'credits' in Terminal to Show Credits", infobox.InfoboxMode.Info); + } + + // HISTACOM REFERENCES, DO NOT REMOVE, CRUCIAL FOR SECRET STORY ARC + public void cmd_histacom_year(String[] args) + { + WriteLine("Year: 2002"); + } + + public void cmd_histacom_timedistorter(String[] args) + { + WriteLine("Install 'timedistorter' by going to shiftnet://12padams"); + } + + #endregion + private void StartChoice1EndStory() { var t = new ShiftUI.Timer(); diff --git a/source/WindowsFormsApplication1/Online/Package_Grabber.cs b/source/WindowsFormsApplication1/Online/Package_Grabber.cs index addf910..854e96f 100644 --- a/source/WindowsFormsApplication1/Online/Package_Grabber.cs +++ b/source/WindowsFormsApplication1/Online/Package_Grabber.cs @@ -188,7 +188,7 @@ namespace ShiftOS Directory.CreateDirectory(downloadpath); } WebClient wc = new WebClient(); - wc.DownloadFile("http://playshiftos.ml/shiftnet/packages/" + pkgname + ".pkg", downloadpath + pkgname + ".pkg"); + wc.DownloadFile("http://releases.playshiftos.ml/shiftnet/packages/" + pkgname + ".pkg", downloadpath + pkgname + ".pkg"); LastPackage_DownloadPath = downloadpath + pkgname + ".pkg"; } catch -- cgit v1.2.3 From 862625a084fceee064db0573cc7d25938fe1cb9b Mon Sep 17 00:00:00 2001 From: Michael VanOverbeek Date: Mon, 25 Jul 2016 09:04:47 -0400 Subject: #17 revert shifter UI to old UI. Gonna add the new UI when I know more System.Reflection stuff. --- .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 7123 -> 7088 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 8437 -> 8369 bytes .../Apps/Shifter.Designer.cs | 5910 ++++++++++++++++++-- source/WindowsFormsApplication1/Apps/Shifter.cs | 3109 +++++++++- .../bin/Debug/Interop.WMPLib.dll | Bin 330752 -> 330752 bytes .../WindowsFormsApplication1/bin/Debug/ShiftOS.exe | Bin 7968768 -> 8097280 bytes .../WindowsFormsApplication1/bin/Debug/ShiftOS.pdb | Bin 1510912 -> 1646080 bytes .../obj/Debug/Interop.WMPLib.dll | Bin 330752 -> 330752 bytes ...iftOS.FinalMission.ChooseYourApproach.resources | Bin 904 -> 912 bytes .../obj/Debug/ShiftOS.HackUI.resources | Bin 2252 -> 2276 bytes .../obj/Debug/ShiftOS.HoloChat.resources | Bin 454 -> 460 bytes .../obj/Debug/ShiftOS.KnowledgeInput.resources | Bin 460 -> 464 bytes .../obj/Debug/ShiftOS.NetGen.resources | Bin 1220 -> 1232 bytes .../obj/Debug/ShiftOS.NetworkBrowser.resources | Bin 1184 -> 1188 bytes .../obj/Debug/ShiftOS.Pong.resources | Bin 1022 -> 1030 bytes .../Debug/ShiftOS.Properties.Resources.resources | Bin 6861881 -> 6862192 bytes .../obj/Debug/ShiftOS.Shifter.resources | Bin 1217 -> 1225 bytes .../obj/Debug/ShiftOS.csproj.FileListAbsolute.txt | 79 + .../Debug/ShiftOS.csproj.GenerateResource.Cache | Bin 22454 -> 22454 bytes .../Debug/ShiftOS.csproj.ResolveComReference.cache | Bin 811 -> 811 bytes .../ShiftOS.csprojResolveAssemblyReference.cache | Bin 177144 -> 224852 bytes .../WindowsFormsApplication1/obj/Debug/ShiftOS.exe | Bin 7968768 -> 8097280 bytes .../WindowsFormsApplication1/obj/Debug/ShiftOS.pdb | Bin 1510912 -> 1646080 bytes .../obj/Debug/Shiftorium.Frontend.resources | Bin 863 -> 869 bytes .../net40/Baseclass.Contrib.Nuget.Output.targets | 2 +- 25 files changed, 8722 insertions(+), 378 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/Shifter.Designer.cs') diff --git a/source/ShiftUI Designer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/source/ShiftUI Designer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 216bafd..46774de 100644 Binary files a/source/ShiftUI Designer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/source/ShiftUI Designer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/source/ShiftUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/source/ShiftUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index dd2915f..517edd6 100644 Binary files a/source/ShiftUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/source/ShiftUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs index e149215..7b0fc29 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.Designer.cs @@ -18,332 +18,5604 @@ namespace ShiftOS protected override void Dispose(bool disposing) { if (disposing && (components != null)) - { components.Dispose(); + { + components.Dispose(); } base.Dispose(disposing); } - public void InitializeComponent() + private void InitializeComponent() { - this.AllowTransparency = false; - this.AutoScale = true; - this.AutoScaleBaseSize = new Size(5, 13); - this.AutoScroll = false; - this.AutoSize = false; - this.AutoSizeMode = AutoSizeMode.GrowOnly; - this.AutoValidate = AutoValidate.Inherit; - this.BackColor = Color.FromArgb(240, 240, 240); - this.ClientSize = new Size(805, 463); - this.WidgetBox = true; - this.DesktopLocation = new Point(0, 0); - this.DialogResult = DialogResult.None; - this.FormBorderStyle = FormBorderStyle.Sizable; - this.HelpButton = false; - this.IsMdiContainer = false; - this.KeyPreview = false; - this.MaximizeBox = true; - this.MaximumSize = new Size(0, 0); - this.MinimizeBox = true; - this.MinimumSize = new Size(0, 0); - this.RightToLeftLayout = false; - this.ShowIcon = true; - this.ShowInTaskbar = true; - this.Size = new Size(805, 463); - this.SizeGripStyle = SizeGripStyle.Auto; - this.StartPosition = FormStartPosition.WindowsDefaultLocation; - this.TabIndex = 0; - this.TabStop = true; - this.TopLevel = true; - this.TopMost = false; - this.WindowState = FormWindowState.Normal; + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Shifter)); + this.clocktick = new ShiftUI.Timer(this.components); + this.customizationtime = new ShiftUI.Timer(this.components); + this.timerearned = new ShiftUI.Timer(this.components); + this.Label1 = new ShiftUI.Label(); + this.btnapply = new ShiftUI.Button(); + this.catholder = new ShiftUI.Panel(); + this.btnmore = new ShiftUI.Button(); + this.btnreset = new ShiftUI.Button(); + this.btnwindowcomposition = new ShiftUI.Button(); + this.btndesktopicons = new ShiftUI.Button(); + this.btnmenus = new ShiftUI.Button(); + this.btnwindows = new ShiftUI.Button(); + this.btndesktop = new ShiftUI.Button(); + this.pnlshifterintro = new ShiftUI.Panel(); + this.Label66 = new ShiftUI.Label(); + this.Label65 = new ShiftUI.Label(); + this.Label64 = new ShiftUI.Label(); + this.Label63 = new ShiftUI.Label(); + this.pnldesktopoptions = new ShiftUI.Panel(); + this.pnldesktoppaneloptions = new ShiftUI.Panel(); + this.btnpanelbuttons = new ShiftUI.Button(); + this.lbwarning = new ShiftUI.Label(); + this.combodesktoppanelposition = new ShiftUI.ComboBox(); + this.lbposition = new ShiftUI.Label(); + this.Label47 = new ShiftUI.Label(); + this.txtdesktoppanelheight = new ShiftUI.TextBox(); + this.lbheight = new ShiftUI.Label(); + this.pnldesktoppanelcolour = new ShiftUI.Panel(); + this.lbpanelcolor = new ShiftUI.Label(); + this.pnlapplauncheroptions = new ShiftUI.Panel(); + this.pnlalhover = new ShiftUI.Panel(); + this.label119 = new ShiftUI.Label(); + this.Label71 = new ShiftUI.Label(); + this.txtapplauncherwidth = new ShiftUI.TextBox(); + this.Label72 = new ShiftUI.Label(); + this.txtappbuttonlabel = new ShiftUI.TextBox(); + this.Label51 = new ShiftUI.Label(); + this.Label50 = new ShiftUI.Label(); + this.pnlmaintextcolour = new ShiftUI.Panel(); + this.comboappbuttontextstyle = new ShiftUI.ComboBox(); + this.comboappbuttontextfont = new ShiftUI.ComboBox(); + this.Label37 = new ShiftUI.Label(); + this.Label38 = new ShiftUI.Label(); + this.txtappbuttontextsize = new ShiftUI.TextBox(); + this.Label39 = new ShiftUI.Label(); + this.Label40 = new ShiftUI.Label(); + this.pnlmainbuttonactivated = new ShiftUI.Panel(); + this.Label28 = new ShiftUI.Label(); + this.Label35 = new ShiftUI.Label(); + this.txtapplicationsbuttonheight = new ShiftUI.TextBox(); + this.Label36 = new ShiftUI.Label(); + this.pnlmainbuttoncolour = new ShiftUI.Panel(); + this.Label43 = new ShiftUI.Label(); + this.pnldesktopintro = new ShiftUI.Panel(); + this.Label69 = new ShiftUI.Label(); + this.Label70 = new ShiftUI.Label(); + this.pnlpanelbuttonsoptions = new ShiftUI.Panel(); + this.pnlpanelbuttontextcolour = new ShiftUI.Panel(); + this.Label101 = new ShiftUI.Label(); + this.txtpanelbuttontexttop = new ShiftUI.TextBox(); + this.Label104 = new ShiftUI.Label(); + this.txtpanelbuttontextside = new ShiftUI.TextBox(); + this.Label106 = new ShiftUI.Label(); + this.Label93 = new ShiftUI.Label(); + this.txtpanelbuttontop = new ShiftUI.TextBox(); + this.Label94 = new ShiftUI.Label(); + this.txtpanelbuttoninitalgap = new ShiftUI.TextBox(); + this.Label108 = new ShiftUI.Label(); + this.txtpanelbuttonicontop = new ShiftUI.TextBox(); + this.Label110 = new ShiftUI.Label(); + this.txtpanelbuttoniconside = new ShiftUI.TextBox(); + this.Label112 = new ShiftUI.Label(); + this.txtpanelbuttoniconsize = new ShiftUI.TextBox(); + this.Label105 = new ShiftUI.Label(); + this.cbpanelbuttontextstyle = new ShiftUI.ComboBox(); + this.cbpanelbuttonfont = new ShiftUI.ComboBox(); + this.Label100 = new ShiftUI.Label(); + this.txtpaneltextbuttonsize = new ShiftUI.TextBox(); + this.Label102 = new ShiftUI.Label(); + this.Label103 = new ShiftUI.Label(); + this.Label98 = new ShiftUI.Label(); + this.txtpanelbuttongap = new ShiftUI.TextBox(); + this.Label99 = new ShiftUI.Label(); + this.Label96 = new ShiftUI.Label(); + this.txtpanelbuttonheight = new ShiftUI.TextBox(); + this.Label97 = new ShiftUI.Label(); + this.Label92 = new ShiftUI.Label(); + this.txtpanelbuttonwidth = new ShiftUI.TextBox(); + this.Label91 = new ShiftUI.Label(); + this.pnlpanelbuttoncolour = new ShiftUI.Panel(); + this.Label95 = new ShiftUI.Label(); + this.pnldesktopbackgroundoptions = new ShiftUI.Panel(); + this.pnldesktopcolour = new ShiftUI.Panel(); + this.Label45 = new ShiftUI.Label(); + this.pnlpanelclockoptions = new ShiftUI.Panel(); + this.pnlclockbackgroundcolour = new ShiftUI.Panel(); + this.Label44 = new ShiftUI.Label(); + this.comboclocktextstyle = new ShiftUI.ComboBox(); + this.comboclocktextfont = new ShiftUI.ComboBox(); + this.Label26 = new ShiftUI.Label(); + this.Label29 = new ShiftUI.Label(); + this.txtclocktextfromtop = new ShiftUI.TextBox(); + this.Label30 = new ShiftUI.Label(); + this.Label31 = new ShiftUI.Label(); + this.txtclocktextsize = new ShiftUI.TextBox(); + this.Label32 = new ShiftUI.Label(); + this.Label33 = new ShiftUI.Label(); + this.pnlpanelclocktextcolour = new ShiftUI.Panel(); + this.Label34 = new ShiftUI.Label(); + this.pnldesktoppreview = new ShiftUI.Panel(); + this.predesktoppanel = new ShiftUI.Panel(); + this.prepnlpanelbuttonholder = new ShiftUI.FlowLayoutPanel(); + this.prepnlpanelbutton = new ShiftUI.Panel(); + this.pretbicon = new ShiftUI.PictureBox(); + this.pretbctext = new ShiftUI.Label(); + this.pretimepanel = new ShiftUI.Panel(); + this.prepaneltimetext = new ShiftUI.Label(); + this.preapplaunchermenuholder = new ShiftUI.Panel(); + this.predesktopappmenu = new ShiftUI.MenuStrip(); + this.ApplicationsToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.KnowledgeInputToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ShiftoriumToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ClockToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.TerminalToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ShifterToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.ToolStripSeparator1 = new ShiftUI.ToolStripSeparator(); + this.ShutdownToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.Panel10 = new ShiftUI.Panel(); + this.btndesktopitself = new ShiftUI.Button(); + this.btnpanelclock = new ShiftUI.Button(); + this.btnapplauncher = new ShiftUI.Button(); + this.btndesktoppanel = new ShiftUI.Button(); + this.txtpanelbuttoniconheight = new ShiftUI.TextBox(); + this.pnlwindowsoptions = new ShiftUI.Panel(); + this.pnlwindowsintro = new ShiftUI.Panel(); + this.Label68 = new ShiftUI.Label(); + this.Label67 = new ShiftUI.Label(); + this.pnlbuttonoptions = new ShiftUI.Panel(); + this.pnlclosebuttonoptions = new ShiftUI.Panel(); + this.Label8 = new ShiftUI.Label(); + this.Label11 = new ShiftUI.Label(); + this.pnlclosebuttoncolour = new ShiftUI.Panel(); + this.txtclosebuttonfromside = new ShiftUI.TextBox(); + this.Label7 = new ShiftUI.Label(); + this.Label12 = new ShiftUI.Label(); + this.txtclosebuttonheight = new ShiftUI.TextBox(); + this.Label13 = new ShiftUI.Label(); + this.Label6 = new ShiftUI.Label(); + this.txtclosebuttonfromtop = new ShiftUI.TextBox(); + this.Label10 = new ShiftUI.Label(); + this.Label14 = new ShiftUI.Label(); + this.txtclosebuttonwidth = new ShiftUI.TextBox(); + this.Label9 = new ShiftUI.Label(); + this.pnlrollupbuttonoptions = new ShiftUI.Panel(); + this.Label54 = new ShiftUI.Label(); + this.Label55 = new ShiftUI.Label(); + this.pnlrollupbuttoncolour = new ShiftUI.Panel(); + this.txtrollupbuttonside = new ShiftUI.TextBox(); + this.Label56 = new ShiftUI.Label(); + this.Label57 = new ShiftUI.Label(); + this.txtrollupbuttonheight = new ShiftUI.TextBox(); + this.Label58 = new ShiftUI.Label(); + this.Label59 = new ShiftUI.Label(); + this.txtrollupbuttontop = new ShiftUI.TextBox(); + this.Label60 = new ShiftUI.Label(); + this.Label61 = new ShiftUI.Label(); + this.txtrollupbuttonwidth = new ShiftUI.TextBox(); + this.Label62 = new ShiftUI.Label(); + this.pnlminimizebuttonoptions = new ShiftUI.Panel(); + this.Label82 = new ShiftUI.Label(); + this.Label83 = new ShiftUI.Label(); + this.pnlminimizebuttoncolour = new ShiftUI.Panel(); + this.txtminimizebuttonside = new ShiftUI.TextBox(); + this.Label84 = new ShiftUI.Label(); + this.Label85 = new ShiftUI.Label(); + this.txtminimizebuttonheight = new ShiftUI.TextBox(); + this.Label86 = new ShiftUI.Label(); + this.Label87 = new ShiftUI.Label(); + this.txtminimizebuttontop = new ShiftUI.TextBox(); + this.Label88 = new ShiftUI.Label(); + this.Label89 = new ShiftUI.Label(); + this.txtminimizebuttonwidth = new ShiftUI.TextBox(); + this.Label90 = new ShiftUI.Label(); + this.combobuttonoption = new ShiftUI.ComboBox(); + this.Label52 = new ShiftUI.Label(); + this.pnltitlebaroptions = new ShiftUI.Panel(); + this.Label80 = new ShiftUI.Label(); + this.txticonfromtop = new ShiftUI.TextBox(); + this.Label81 = new ShiftUI.Label(); + this.Label78 = new ShiftUI.Label(); + this.txticonfromside = new ShiftUI.TextBox(); + this.Label79 = new ShiftUI.Label(); + this.lbcornerwidthpx = new ShiftUI.Label(); + this.txttitlebarcornerwidth = new ShiftUI.TextBox(); + this.lbcornerwidth = new ShiftUI.Label(); + this.pnltitlebarrightcornercolour = new ShiftUI.Panel(); + this.pnltitlebarleftcornercolour = new ShiftUI.Panel(); + this.lbrightcornercolor = new ShiftUI.Label(); + this.lbleftcornercolor = new ShiftUI.Label(); + this.cboxtitlebarcorners = new ShiftUI.CheckBox(); + this.Label5 = new ShiftUI.Label(); + this.txttitlebarheight = new ShiftUI.TextBox(); + this.Label4 = new ShiftUI.Label(); + this.pnltitlebarcolour = new ShiftUI.Panel(); + this.Label2 = new ShiftUI.Label(); + this.pnlborderoptions = new ShiftUI.Panel(); + this.cbindividualbordercolours = new ShiftUI.CheckBox(); + this.pnlborderbottomrightcolour = new ShiftUI.Panel(); + this.lbbright = new ShiftUI.Label(); + this.pnlborderbottomcolour = new ShiftUI.Panel(); + this.lbbottom = new ShiftUI.Label(); + this.pnlborderbottomleftcolour = new ShiftUI.Panel(); + this.lbbleft = new ShiftUI.Label(); + this.pnlborderrightcolour = new ShiftUI.Panel(); + this.lbright = new ShiftUI.Label(); + this.pnlborderleftcolour = new ShiftUI.Panel(); + this.lbleft = new ShiftUI.Label(); + this.Label15 = new ShiftUI.Label(); + this.pnlbordercolour = new ShiftUI.Panel(); + this.txtbordersize = new ShiftUI.TextBox(); + this.Label3 = new ShiftUI.Label(); + this.Label16 = new ShiftUI.Label(); + this.pnltitletextoptions = new ShiftUI.Panel(); + this.combotitletextposition = new ShiftUI.ComboBox(); + this.Label53 = new ShiftUI.Label(); + this.combotitletextstyle = new ShiftUI.ComboBox(); + this.combotitletextfont = new ShiftUI.ComboBox(); + this.Label23 = new ShiftUI.Label(); + this.Label17 = new ShiftUI.Label(); + this.txttitletextside = new ShiftUI.TextBox(); + this.Label18 = new ShiftUI.Label(); + this.Label19 = new ShiftUI.Label(); + this.txttitletexttop = new ShiftUI.TextBox(); + this.Label20 = new ShiftUI.Label(); + this.Label21 = new ShiftUI.Label(); + this.txttitletextsize = new ShiftUI.TextBox(); + this.Label22 = new ShiftUI.Label(); + this.Label24 = new ShiftUI.Label(); + this.pnltitletextcolour = new ShiftUI.Panel(); + this.Label25 = new ShiftUI.Label(); + this.pnlwindowsobjects = new ShiftUI.Panel(); + this.btnborders = new ShiftUI.Button(); + this.btnbuttons = new ShiftUI.Button(); + this.btntitletext = new ShiftUI.Button(); + this.btntitlebar = new ShiftUI.Button(); + this.pnlwindowpreview = new ShiftUI.Panel(); + this.prepgcontent = new ShiftUI.Panel(); + this.prepgbottom = new ShiftUI.Panel(); + this.prepgleft = new ShiftUI.Panel(); + this.prepgbottomlcorner = new ShiftUI.Panel(); + this.prepgright = new ShiftUI.Panel(); + this.prepgbottomrcorner = new ShiftUI.Panel(); + this.pretitlebar = new ShiftUI.Panel(); + this.preminimizebutton = new ShiftUI.Panel(); + this.prepnlicon = new ShiftUI.PictureBox(); + this.prerollupbutton = new ShiftUI.Panel(); + this.preclosebutton = new ShiftUI.Panel(); + this.pretitletext = new ShiftUI.Label(); + this.prepgtoplcorner = new ShiftUI.Panel(); + this.prepgtoprcorner = new ShiftUI.Panel(); + this.pnlreset = new ShiftUI.Panel(); + this.Label113 = new ShiftUI.Label(); + this.btnresetallsettings = new ShiftUI.Button(); + this.Label109 = new ShiftUI.Label(); + this.Label111 = new ShiftUI.Label(); + this.pgcontents = new ShiftUI.Panel(); + this.pnldesktopcomposition = new ShiftUI.Panel(); + this.pnlfancywindows = new ShiftUI.Panel(); + this.txtwinfadedec = new ShiftUI.TextBox(); + this.label150 = new ShiftUI.Label(); + this.txtwinfadespeed = new ShiftUI.TextBox(); + this.label151 = new ShiftUI.Label(); + this.cbdrageffect = new ShiftUI.ComboBox(); + this.label141 = new ShiftUI.Label(); + this.cbcloseanim = new ShiftUI.ComboBox(); + this.label128 = new ShiftUI.Label(); + this.cbopenanim = new ShiftUI.ComboBox(); + this.label127 = new ShiftUI.Label(); + this.label149 = new ShiftUI.Label(); + this.pnlfancydragging = new ShiftUI.Panel(); + this.txtshakeminoffset = new ShiftUI.TextBox(); + this.label148 = new ShiftUI.Label(); + this.txtshakemax = new ShiftUI.TextBox(); + this.label146 = new ShiftUI.Label(); + this.txtdragopacitydec = new ShiftUI.TextBox(); + this.label144 = new ShiftUI.Label(); + this.txtdragfadedec = new ShiftUI.TextBox(); + this.label143 = new ShiftUI.Label(); + this.txtfadespeed = new ShiftUI.TextBox(); + this.label155 = new ShiftUI.Label(); + this.label156 = new ShiftUI.Label(); + this.pnlfancyintro = new ShiftUI.Panel(); + this.label174 = new ShiftUI.Label(); + this.label175 = new ShiftUI.Label(); + this.panel18 = new ShiftUI.Panel(); + this.panel19 = new ShiftUI.Panel(); + this.label157 = new ShiftUI.Label(); + this.panel20 = new ShiftUI.Panel(); + this.label158 = new ShiftUI.Label(); + this.panel21 = new ShiftUI.Panel(); + this.label159 = new ShiftUI.Label(); + this.panel22 = new ShiftUI.Panel(); + this.label160 = new ShiftUI.Label(); + this.panel23 = new ShiftUI.Panel(); + this.label161 = new ShiftUI.Label(); + this.panel24 = new ShiftUI.Panel(); + this.label162 = new ShiftUI.Label(); + this.label163 = new ShiftUI.Label(); + this.panel25 = new ShiftUI.Panel(); + this.panel26 = new ShiftUI.Panel(); + this.label164 = new ShiftUI.Label(); + this.panel27 = new ShiftUI.Panel(); + this.label165 = new ShiftUI.Label(); + this.panel28 = new ShiftUI.Panel(); + this.label166 = new ShiftUI.Label(); + this.panel29 = new ShiftUI.Panel(); + this.label167 = new ShiftUI.Label(); + this.panel30 = new ShiftUI.Panel(); + this.label168 = new ShiftUI.Label(); + this.panel31 = new ShiftUI.Panel(); + this.label169 = new ShiftUI.Label(); + this.panel32 = new ShiftUI.Panel(); + this.label170 = new ShiftUI.Label(); + this.panel33 = new ShiftUI.Panel(); + this.label171 = new ShiftUI.Label(); + this.panel34 = new ShiftUI.Panel(); + this.label172 = new ShiftUI.Label(); + this.label173 = new ShiftUI.Label(); + this.panel36 = new ShiftUI.Panel(); + this.btnfancydragging = new ShiftUI.Button(); + this.btnfancywindows = new ShiftUI.Button(); + this.label176 = new ShiftUI.Label(); + this.pnlmenus = new ShiftUI.Panel(); + this.pnladvanced = new ShiftUI.Panel(); + this.btnmorebuttons = new ShiftUI.Button(); + this.pnlbuttonchecked = new ShiftUI.Panel(); + this.label136 = new ShiftUI.Label(); + this.pnlitemselectedend = new ShiftUI.Panel(); + this.label129 = new ShiftUI.Label(); + this.pnlbuttonpressed = new ShiftUI.Panel(); + this.label130 = new ShiftUI.Label(); + this.pnlitemselectedbegin = new ShiftUI.Panel(); + this.label131 = new ShiftUI.Label(); + this.pnlitemselected = new ShiftUI.Panel(); + this.label132 = new ShiftUI.Label(); + this.pnlbuttonselected = new ShiftUI.Panel(); + this.label133 = new ShiftUI.Label(); + this.pnlcheckbg = new ShiftUI.Panel(); + this.label134 = new ShiftUI.Label(); + this.label135 = new ShiftUI.Label(); + this.pnlmore = new ShiftUI.Panel(); + this.pnlpressedbegin = new ShiftUI.Panel(); + this.btnback = new ShiftUI.Button(); + this.label138 = new ShiftUI.Label(); + this.pnlselectedbegin = new ShiftUI.Panel(); + this.pnlpressedend = new ShiftUI.Panel(); + this.label137 = new ShiftUI.Label(); + this.label139 = new ShiftUI.Label(); + this.pnlselectedend = new ShiftUI.Panel(); + this.pnlpressedmiddle = new ShiftUI.Panel(); + this.label140 = new ShiftUI.Label(); + this.label142 = new ShiftUI.Label(); + this.pnlselectedmiddle = new ShiftUI.Panel(); + this.label145 = new ShiftUI.Label(); + this.label147 = new ShiftUI.Label(); + this.pnldropdown = new ShiftUI.Panel(); + this.pnlddborder = new ShiftUI.Panel(); + this.label117 = new ShiftUI.Label(); + this.pnlmarginend = new ShiftUI.Panel(); + this.label120 = new ShiftUI.Label(); + this.pnlmarginmiddle = new ShiftUI.Panel(); + this.label121 = new ShiftUI.Label(); + this.pnlmarginbegin = new ShiftUI.Panel(); + this.label122 = new ShiftUI.Label(); + this.pnlhcolor = new ShiftUI.Panel(); + this.label123 = new ShiftUI.Label(); + this.pnlhborder = new ShiftUI.Panel(); + this.label125 = new ShiftUI.Label(); + this.label126 = new ShiftUI.Label(); + this.pnlbasic = new ShiftUI.Panel(); + this.pnlmenutextcolor = new ShiftUI.Panel(); + this.label118 = new ShiftUI.Label(); + this.pnldropdownbg = new ShiftUI.Panel(); + this.label115 = new ShiftUI.Label(); + this.pnlstatusend = new ShiftUI.Panel(); + this.label114 = new ShiftUI.Label(); + this.pnlstatusbegin = new ShiftUI.Panel(); + this.label107 = new ShiftUI.Label(); + this.pnltoolbarend = new ShiftUI.Panel(); + this.label77 = new ShiftUI.Label(); + this.pnltoolbarmiddle = new ShiftUI.Panel(); + this.label76 = new ShiftUI.Label(); + this.pnltoolbarbegin = new ShiftUI.Panel(); + this.label75 = new ShiftUI.Label(); + this.pnlmenubarend = new ShiftUI.Panel(); + this.label73 = new ShiftUI.Label(); + this.pnlmenubarbegin = new ShiftUI.Panel(); + this.label42 = new ShiftUI.Label(); + this.label41 = new ShiftUI.Label(); + this.pnlmenusintro = new ShiftUI.Panel(); + this.label116 = new ShiftUI.Label(); + this.label124 = new ShiftUI.Label(); + this.pnlmenucategories = new ShiftUI.Panel(); + this.btnmisc = new ShiftUI.Button(); + this.btnadvanced = new ShiftUI.Button(); + this.btndropdown = new ShiftUI.Button(); + this.btnbasic = new ShiftUI.Button(); + this.label74 = new ShiftUI.Label(); + this.tmrfix = new ShiftUI.Timer(this.components); + this.tmrdelay = new ShiftUI.Timer(this.components); + this.pnlluaoptions = new ShiftUI.Panel(); + this.flmorebuttons = new ShiftUI.FlowLayoutPanel(); + this.pnlluafield = new ShiftUI.Panel(); + this.catholder.SuspendLayout(); + this.pnlshifterintro.SuspendLayout(); + this.pnldesktopoptions.SuspendLayout(); + this.pnldesktoppaneloptions.SuspendLayout(); + //((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).BeginInit(); + this.pnlapplauncheroptions.SuspendLayout(); + this.pnldesktopintro.SuspendLayout(); + this.pnlpanelbuttonsoptions.SuspendLayout(); + this.pnldesktopbackgroundoptions.SuspendLayout(); + this.pnlpanelclockoptions.SuspendLayout(); + this.pnldesktoppreview.SuspendLayout(); + this.predesktoppanel.SuspendLayout(); + this.prepnlpanelbuttonholder.SuspendLayout(); + this.prepnlpanelbutton.SuspendLayout(); + //((System.ComponentModel.ISupportInitialize)(this.pretbicon)).BeginInit(); + this.pretimepanel.SuspendLayout(); + this.preapplaunchermenuholder.SuspendLayout(); + this.predesktopappmenu.SuspendLayout(); + this.Panel10.SuspendLayout(); + this.pnlwindowsoptions.SuspendLayout(); + this.pnlwindowsintro.SuspendLayout(); + this.pnlbuttonoptions.SuspendLayout(); + this.pnlclosebuttonoptions.SuspendLayout(); + this.pnlrollupbuttonoptions.SuspendLayout(); + this.pnlminimizebuttonoptions.SuspendLayout(); + this.pnltitlebaroptions.SuspendLayout(); + this.pnlborderoptions.SuspendLayout(); + this.pnltitletextoptions.SuspendLayout(); + this.pnlwindowsobjects.SuspendLayout(); + this.pnlwindowpreview.SuspendLayout(); + this.prepgleft.SuspendLayout(); + this.prepgright.SuspendLayout(); + this.pretitlebar.SuspendLayout(); + //((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).BeginInit(); + this.pnlreset.SuspendLayout(); + this.pgcontents.SuspendLayout(); + this.pnldesktopcomposition.SuspendLayout(); + this.pnlfancywindows.SuspendLayout(); + this.pnlfancydragging.SuspendLayout(); + this.pnlfancyintro.SuspendLayout(); + this.panel18.SuspendLayout(); + this.panel25.SuspendLayout(); + this.panel36.SuspendLayout(); + this.pnlmenus.SuspendLayout(); + this.pnladvanced.SuspendLayout(); + this.pnlmore.SuspendLayout(); + this.pnldropdown.SuspendLayout(); + this.pnlbasic.SuspendLayout(); + this.pnlmenusintro.SuspendLayout(); + this.pnlmenucategories.SuspendLayout(); + this.pnlluaoptions.SuspendLayout(); + this.SuspendLayout(); + // + // clocktick + // + this.clocktick.Enabled = true; + this.clocktick.Interval = 1000; + // + // customizationtime + // + this.customizationtime.Enabled = true; + this.customizationtime.Interval = 10000; + // + // timerearned + // + this.timerearned.Interval = 3000; + // + // Label1 + // + this.Label1.AutoSize = true; + this.Label1.ForeColor = System.Drawing.Color.White; + this.Label1.Location = new System.Drawing.Point(597, 3); + this.Label1.Name = "Label1"; + this.Label1.Size = new System.Drawing.Size(39, 13); + this.Label1.TabIndex = 1; + this.Label1.Text = "Label1"; + // + // btnapply + // + this.btnapply.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + 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"; + this.btnapply.Size = new System.Drawing.Size(119, 29); + this.btnapply.TabIndex = 3; + this.btnapply.TabStop = false; + this.btnapply.Text = "Apply Changes"; + this.btnapply.UseVisualStyleBackColor = true; + this.btnapply.Click += new System.EventHandler(this.btnapply_Click); + // + // catholder + // + this.catholder.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left))); + this.catholder.BackColor = System.Drawing.Color.White; + this.catholder.Widgets.Add(this.btnmore); + this.catholder.Widgets.Add(this.btnreset); + this.catholder.Widgets.Add(this.btnwindowcomposition); + this.catholder.Widgets.Add(this.btndesktopicons); + this.catholder.Widgets.Add(this.btnmenus); + this.catholder.Widgets.Add(this.btnwindows); + this.catholder.Widgets.Add(this.btndesktop); + this.catholder.Location = new System.Drawing.Point(7, 9); + this.catholder.Name = "catholder"; + this.catholder.Size = new System.Drawing.Size(119, 271); + this.catholder.TabIndex = 5; + // + // btnmore + // + this.btnmore.BackColor = System.Drawing.Color.White; + this.btnmore.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btnmore.Size = new System.Drawing.Size(119, 29); + this.btnmore.TabIndex = 11; + this.btnmore.TabStop = false; + this.btnmore.Text = "More"; + this.btnmore.UseVisualStyleBackColor = false; + this.btnmore.Click += new System.EventHandler(this.btnmore_Click); + // + // btnreset + // + this.btnreset.BackColor = System.Drawing.Color.White; + this.btnreset.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btnreset.Size = new System.Drawing.Size(119, 29); + this.btnreset.TabIndex = 8; + this.btnreset.TabStop = false; + this.btnreset.Text = "Reset"; + this.btnreset.UseVisualStyleBackColor = false; + this.btnreset.Click += new System.EventHandler(this.btnreset_Click); + // + // btnwindowcomposition + // + this.btnwindowcomposition.BackColor = System.Drawing.Color.White; + this.btnwindowcomposition.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btnwindowcomposition.Size = new System.Drawing.Size(119, 29); + this.btnwindowcomposition.TabIndex = 10; + this.btnwindowcomposition.TabStop = false; + this.btnwindowcomposition.Text = "Fancy Effects"; + this.btnwindowcomposition.UseVisualStyleBackColor = false; + this.btnwindowcomposition.Visible = false; + this.btnwindowcomposition.Click += new System.EventHandler(this.btnwindowcomposition_Click); + // + // btndesktopicons + // + this.btndesktopicons.BackColor = System.Drawing.Color.White; + this.btndesktopicons.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btndesktopicons.Size = new System.Drawing.Size(119, 29); + this.btndesktopicons.TabIndex = 9; + this.btndesktopicons.TabStop = false; + this.btndesktopicons.Text = "Desktop Icons"; + this.btndesktopicons.UseVisualStyleBackColor = false; + this.btndesktopicons.Visible = false; + // + // btnmenus + // + this.btnmenus.BackColor = System.Drawing.Color.White; + this.btnmenus.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btnmenus.Size = new System.Drawing.Size(119, 29); + this.btnmenus.TabIndex = 6; + this.btnmenus.TabStop = false; + this.btnmenus.Text = "Menus"; + this.btnmenus.UseVisualStyleBackColor = false; + this.btnmenus.Visible = false; + this.btnmenus.Click += new System.EventHandler(this.btnmenus_Click_1); + // + // btnwindows + // + this.btnwindows.BackColor = System.Drawing.Color.White; + this.btnwindows.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btnwindows.Size = new System.Drawing.Size(119, 29); + this.btnwindows.TabIndex = 5; + this.btnwindows.TabStop = false; + this.btnwindows.Text = "Windows"; + this.btnwindows.UseVisualStyleBackColor = false; + this.btnwindows.Click += new System.EventHandler(this.btnwindows_Click); + // + // btndesktop + // + this.btndesktop.BackColor = System.Drawing.Color.White; + this.btndesktop.Dock = ShiftUI.DockStyle.Top; + 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"; + this.btndesktop.Size = new System.Drawing.Size(119, 29); + this.btndesktop.TabIndex = 4; + this.btndesktop.TabStop = false; + this.btndesktop.Text = "Desktop"; + this.btndesktop.UseVisualStyleBackColor = false; + this.btndesktop.Click += new System.EventHandler(this.btndesktop_Click); + // + // pnlshifterintro + // + this.pnlshifterintro.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlshifterintro.BackColor = System.Drawing.Color.White; + this.pnlshifterintro.Widgets.Add(this.Label66); + this.pnlshifterintro.Widgets.Add(this.Label65); + this.pnlshifterintro.Widgets.Add(this.Label64); + this.pnlshifterintro.Widgets.Add(this.Label63); + this.pnlshifterintro.Location = new System.Drawing.Point(134, 9); + this.pnlshifterintro.Name = "pnlshifterintro"; + this.pnlshifterintro.Size = new System.Drawing.Size(457, 306); + this.pnlshifterintro.TabIndex = 17; + // + // Label66 + // + this.Label66.BackColor = System.Drawing.Color.Transparent; + this.Label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label66.Location = new System.Drawing.Point(3, 227); + this.Label66.Name = "Label66"; + this.Label66.Size = new System.Drawing.Size(451, 65); + this.Label66.TabIndex = 3; + this.Label66.Text = "That\'s right! As you make customizations to ShiftOS, you can earn Codepoints. The" + + " more you shift it, the more CP you earn. Just hit the \'Apply Changes\' button, a" + + "nd you\'ll recieve your codepoints."; + this.Label66.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // Label65 + // + this.Label65.AutoSize = true; + this.Label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label65.Location = new System.Drawing.Point(53, 204); + this.Label65.Name = "Label65"; + this.Label65.Size = new System.Drawing.Size(352, 20); + this.Label65.TabIndex = 2; + this.Label65.Text = "You can earn codepoints using the Shifter!"; + // + // Label64 + // + this.Label64.BackColor = System.Drawing.Color.Transparent; + this.Label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label64.Location = new System.Drawing.Point(4, 32); + this.Label64.Name = "Label64"; + this.Label64.Size = new System.Drawing.Size(451, 167); + this.Label64.TabIndex = 1; + this.Label64.Text = resources.GetString("Label64.Text"); + this.Label64.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // Label63 + // + this.Label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label63.Location = new System.Drawing.Point(72, 0); + this.Label63.Name = "Label63"; + this.Label63.Size = new System.Drawing.Size(332, 29); + this.Label63.TabIndex = 0; + this.Label63.Text = "Welcome to the Shifter!"; + // + // pnldesktopoptions + // + this.pnldesktopoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnldesktopoptions.BackColor = System.Drawing.Color.White; + this.pnldesktopoptions.Widgets.Add(this.pnlapplauncheroptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktoppaneloptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktopintro); + this.pnldesktopoptions.Widgets.Add(this.pnlpanelbuttonsoptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktopbackgroundoptions); + this.pnldesktopoptions.Widgets.Add(this.pnlpanelclockoptions); + this.pnldesktopoptions.Widgets.Add(this.pnldesktoppreview); + this.pnldesktopoptions.Widgets.Add(this.Panel10); + this.pnldesktopoptions.Location = new System.Drawing.Point(134, 9); + this.pnldesktopoptions.Name = "pnldesktopoptions"; + this.pnldesktopoptions.Size = new System.Drawing.Size(457, 306); + this.pnldesktopoptions.TabIndex = 16; + this.pnldesktopoptions.Visible = false; + // + // pnldesktoppaneloptions + // + this.pnldesktoppaneloptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnldesktoppaneloptions.Widgets.Add(this.btnpanelbuttons); + this.pnldesktoppaneloptions.Widgets.Add(this.lbwarning); + this.pnldesktoppaneloptions.Widgets.Add(this.combodesktoppanelposition); + this.pnldesktoppaneloptions.Widgets.Add(this.lbposition); + this.pnldesktoppaneloptions.Widgets.Add(this.Label47); + this.pnldesktoppaneloptions.Widgets.Add(this.txtdesktoppanelheight); + this.pnldesktoppaneloptions.Widgets.Add(this.lbheight); + this.pnldesktoppaneloptions.Widgets.Add(this.pnldesktoppanelcolour); + this.pnldesktoppaneloptions.Widgets.Add(this.lbpanelcolor); + this.pnldesktoppaneloptions.Location = new System.Drawing.Point(135, 159); + this.pnldesktoppaneloptions.Name = "pnldesktoppaneloptions"; + this.pnldesktoppaneloptions.Size = new System.Drawing.Size(317, 140); + this.pnldesktoppaneloptions.TabIndex = 9; + this.pnldesktoppaneloptions.Visible = false; + // + // btnpanelbuttons + // + this.btnpanelbuttons.BackColor = System.Drawing.Color.White; + 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"; + this.btnpanelbuttons.Size = new System.Drawing.Size(119, 29); + this.btnpanelbuttons.TabIndex = 8; + this.btnpanelbuttons.Text = "Panel Buttons >"; + this.btnpanelbuttons.UseVisualStyleBackColor = false; + this.btnpanelbuttons.Click += new System.EventHandler(this.btnpanelbuttons_Click); + // + // lbwarning + // + this.lbwarning.Location = new System.Drawing.Point(3, 52); + this.lbwarning.Name = "lbwarning"; + this.lbwarning.Size = new System.Drawing.Size(290, 42); + this.lbwarning.TabIndex = 8; + this.lbwarning.Text = "Warning: If you set the panel position to the bottom you must hide your windows t" + + "askbar and restart ShiftOS on your host operating system to prevent a visual bug" + + "."; + // + // combodesktoppanelposition + // + this.combodesktoppanelposition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.combodesktoppanelposition.FormattingEnabled = true; + this.combodesktoppanelposition.Items.AddRange(new object[] { + "Top", + "Bottom"}); + this.combodesktoppanelposition.Location = new System.Drawing.Point(103, 28); + this.combodesktoppanelposition.Name = "combodesktoppanelposition"; + this.combodesktoppanelposition.Size = new System.Drawing.Size(59, 24); + this.combodesktoppanelposition.TabIndex = 7; + this.combodesktoppanelposition.SelectedIndexChanged += new System.EventHandler(this.combodesktoppanelposition_SelectedIndexChanged); + // + // lbposition + // + this.lbposition.AutoSize = true; + this.lbposition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbposition.Location = new System.Drawing.Point(3, 31); + this.lbposition.Name = "lbposition"; + this.lbposition.Size = new System.Drawing.Size(97, 16); + this.lbposition.TabIndex = 6; + this.lbposition.Text = "Panel Position:"; + // + // Label47 + // + this.Label47.AutoSize = true; + this.Label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label47.Location = new System.Drawing.Point(226, 8); + this.Label47.Name = "Label47"; + this.Label47.Size = new System.Drawing.Size(22, 16); + this.Label47.TabIndex = 5; + this.Label47.Text = "px"; + // + // txtdesktoppanelheight + // + this.txtdesktoppanelheight.BackColor = System.Drawing.Color.White; + this.txtdesktoppanelheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtdesktoppanelheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtdesktoppanelheight.ForeColor = System.Drawing.Color.Black; + this.txtdesktoppanelheight.Location = new System.Drawing.Point(189, 5); + this.txtdesktoppanelheight.Name = "txtdesktoppanelheight"; + this.txtdesktoppanelheight.Size = new System.Drawing.Size(37, 22); + this.txtdesktoppanelheight.TabIndex = 4; + this.txtdesktoppanelheight.TextChanged += new System.EventHandler(this.txtdesktoppanelheight_ValueChanged); + // + // lbheight + // + this.lbheight.AutoSize = true; + this.lbheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbheight.Location = new System.Drawing.Point(138, 7); + this.lbheight.Name = "lbheight"; + this.lbheight.Size = new System.Drawing.Size(50, 16); + this.lbheight.TabIndex = 2; + this.lbheight.Text = "Height:"; + // + // pnldesktoppanelcolour + // + this.pnldesktoppanelcolour.Location = new System.Drawing.Point(92, 5); + this.pnldesktoppanelcolour.Name = "pnldesktoppanelcolour"; + this.pnldesktoppanelcolour.Size = new System.Drawing.Size(41, 20); + this.pnldesktoppanelcolour.TabIndex = 1; + this.pnldesktoppanelcolour.MouseDown += new ShiftUI.MouseEventHandler(this.ChangeDesktopPanelColor); + // + // lbpanelcolor + // + this.lbpanelcolor.AutoSize = true; + this.lbpanelcolor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbpanelcolor.Location = new System.Drawing.Point(3, 7); + this.lbpanelcolor.Name = "lbpanelcolor"; + this.lbpanelcolor.Size = new System.Drawing.Size(88, 16); + this.lbpanelcolor.TabIndex = 0; + this.lbpanelcolor.Text = "Panel Colour:"; + // + // pnlapplauncheroptions + // + this.pnlapplauncheroptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlapplauncheroptions.Widgets.Add(this.pnlalhover); + this.pnlapplauncheroptions.Widgets.Add(this.label119); + this.pnlapplauncheroptions.Widgets.Add(this.Label71); + this.pnlapplauncheroptions.Widgets.Add(this.txtapplauncherwidth); + this.pnlapplauncheroptions.Widgets.Add(this.Label72); + this.pnlapplauncheroptions.Widgets.Add(this.txtappbuttonlabel); + this.pnlapplauncheroptions.Widgets.Add(this.Label51); + this.pnlapplauncheroptions.Widgets.Add(this.Label50); + this.pnlapplauncheroptions.Widgets.Add(this.pnlmaintextcolour); + this.pnlapplauncheroptions.Widgets.Add(this.comboappbuttontextstyle); + this.pnlapplauncheroptions.Widgets.Add(this.comboappbuttontextfont); + this.pnlapplauncheroptions.Widgets.Add(this.Label37); + this.pnlapplauncheroptions.Widgets.Add(this.Label38); + this.pnlapplauncheroptions.Widgets.Add(this.txtappbuttontextsize); + this.pnlapplauncheroptions.Widgets.Add(this.Label39); + this.pnlapplauncheroptions.Widgets.Add(this.Label40); + this.pnlapplauncheroptions.Widgets.Add(this.pnlmainbuttonactivated); + this.pnlapplauncheroptions.Widgets.Add(this.Label28); + this.pnlapplauncheroptions.Widgets.Add(this.Label35); + this.pnlapplauncheroptions.Widgets.Add(this.txtapplicationsbuttonheight); + this.pnlapplauncheroptions.Widgets.Add(this.Label36); + this.pnlapplauncheroptions.Widgets.Add(this.pnlmainbuttoncolour); + this.pnlapplauncheroptions.Widgets.Add(this.Label43); + this.pnlapplauncheroptions.Location = new System.Drawing.Point(135, 159); + this.pnlapplauncheroptions.Name = "pnlapplauncheroptions"; + this.pnlapplauncheroptions.Size = new System.Drawing.Size(317, 140); + this.pnlapplauncheroptions.TabIndex = 10; + this.pnlapplauncheroptions.Visible = false; + // + // pnlalhover + // + this.pnlalhover.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlalhover.Location = new System.Drawing.Point(90, 29); + this.pnlalhover.Name = "pnlalhover"; + this.pnlalhover.Size = new System.Drawing.Size(41, 20); + this.pnlalhover.TabIndex = 3; + this.pnlalhover.MouseDown += new ShiftUI.MouseEventHandler(this.SetALHoverColor); + // + // label119 + // + this.label119.AutoSize = true; + this.label119.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label119.Location = new System.Drawing.Point(3, 31); + this.label119.Name = "label119"; + this.label119.Size = new System.Drawing.Size(84, 16); + this.label119.TabIndex = 2; + this.label119.Text = "Mouse Over:"; + // + // Label71 + // + this.Label71.AutoSize = true; + this.Label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label71.Location = new System.Drawing.Point(203, 103); + this.Label71.Name = "Label71"; + this.Label71.Size = new System.Drawing.Size(22, 16); + this.Label71.TabIndex = 33; + this.Label71.Text = "px"; + // + // txtapplauncherwidth + // + this.txtapplauncherwidth.BackColor = System.Drawing.Color.White; + this.txtapplauncherwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtapplauncherwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtapplauncherwidth.ForeColor = System.Drawing.Color.Black; + this.txtapplauncherwidth.Location = new System.Drawing.Point(148, 101); + this.txtapplauncherwidth.Name = "txtapplauncherwidth"; + this.txtapplauncherwidth.Size = new System.Drawing.Size(54, 22); + this.txtapplauncherwidth.TabIndex = 32; + this.txtapplauncherwidth.TextChanged += new System.EventHandler(this.txtapplauncherwidth_TextChanged); + // + // Label72 + // + this.Label72.AutoSize = true; + this.Label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label72.Location = new System.Drawing.Point(103, 103); + this.Label72.Name = "Label72"; + this.Label72.Size = new System.Drawing.Size(45, 16); + this.Label72.TabIndex = 31; + this.Label72.Text = "Width:"; + // + // txtappbuttonlabel + // + this.txtappbuttonlabel.BackColor = System.Drawing.Color.White; + this.txtappbuttonlabel.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtappbuttonlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtappbuttonlabel.ForeColor = System.Drawing.Color.Black; + this.txtappbuttonlabel.Location = new System.Drawing.Point(53, 76); + this.txtappbuttonlabel.Name = "txtappbuttonlabel"; + this.txtappbuttonlabel.Size = new System.Drawing.Size(81, 22); + this.txtappbuttonlabel.TabIndex = 30; + this.txtappbuttonlabel.TextChanged += new System.EventHandler(this.txtappbuttonlabel_KeyDown); + // + // Label51 + // + this.Label51.AutoSize = true; + this.Label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label51.Location = new System.Drawing.Point(2, 79); + this.Label51.Name = "Label51"; + this.Label51.Size = new System.Drawing.Size(45, 16); + this.Label51.TabIndex = 29; + this.Label51.Text = "Label:"; + // + // Label50 + // + this.Label50.AutoSize = true; + this.Label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label50.Location = new System.Drawing.Point(140, 79); + this.Label50.Name = "Label50"; + this.Label50.Size = new System.Drawing.Size(37, 16); + this.Label50.TabIndex = 28; + this.Label50.Text = "Font:"; + // + // pnlmaintextcolour + // + this.pnlmaintextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmaintextcolour.Location = new System.Drawing.Point(155, 51); + this.pnlmaintextcolour.Name = "pnlmaintextcolour"; + this.pnlmaintextcolour.Size = new System.Drawing.Size(41, 20); + this.pnlmaintextcolour.TabIndex = 19; + this.pnlmaintextcolour.MouseDown += new ShiftUI.MouseEventHandler(this.SetAppLauncherTextColor); + // + // comboappbuttontextstyle + // + this.comboappbuttontextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboappbuttontextstyle.FormattingEnabled = true; + this.comboappbuttontextstyle.Items.AddRange(new object[] { + "Bold", + "Italic", + "Regular", + "Strikeout", + "Underline"}); + this.comboappbuttontextstyle.Location = new System.Drawing.Point(243, 49); + this.comboappbuttontextstyle.Name = "comboappbuttontextstyle"; + this.comboappbuttontextstyle.Size = new System.Drawing.Size(64, 24); + this.comboappbuttontextstyle.TabIndex = 27; + this.comboappbuttontextstyle.SelectedIndexChanged += new System.EventHandler(this.comboappbuttontextstyle_SelectedIndexChanged); + // + // comboappbuttontextfont + // + this.comboappbuttontextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboappbuttontextfont.FormattingEnabled = true; + this.comboappbuttontextfont.Location = new System.Drawing.Point(181, 75); + this.comboappbuttontextfont.Name = "comboappbuttontextfont"; + this.comboappbuttontextfont.Size = new System.Drawing.Size(125, 24); + this.comboappbuttontextfont.TabIndex = 26; + this.comboappbuttontextfont.SelectedIndexChanged += new System.EventHandler(this.comboappbuttontextfont_SelectedIndexChanged); + // + // Label37 + // + this.Label37.AutoSize = true; + this.Label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label37.Location = new System.Drawing.Point(200, 52); + this.Label37.Name = "Label37"; + this.Label37.Size = new System.Drawing.Size(41, 16); + this.Label37.TabIndex = 25; + this.Label37.Text = "Style:"; + // + // Label38 + // + this.Label38.AutoSize = true; + this.Label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label38.Location = new System.Drawing.Point(75, 52); + this.Label38.Name = "Label38"; + this.Label38.Size = new System.Drawing.Size(22, 16); + this.Label38.TabIndex = 24; + this.Label38.Text = "px"; + // + // txtappbuttontextsize + // + this.txtappbuttontextsize.BackColor = System.Drawing.Color.White; + this.txtappbuttontextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtappbuttontextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtappbuttontextsize.ForeColor = System.Drawing.Color.Black; + this.txtappbuttontextsize.Location = new System.Drawing.Point(51, 50); + this.txtappbuttontextsize.Name = "txtappbuttontextsize"; + this.txtappbuttontextsize.Size = new System.Drawing.Size(23, 22); + this.txtappbuttontextsize.TabIndex = 23; + this.txtappbuttontextsize.TextChanged += new System.EventHandler(this.txtappbuttontextsize_TextChanged); + // + // Label39 + // + this.Label39.AutoSize = true; + this.Label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label39.Location = new System.Drawing.Point(1, 52); + this.Label39.Name = "Label39"; + this.Label39.Size = new System.Drawing.Size(49, 16); + this.Label39.TabIndex = 22; + this.Label39.Text = "T Size:"; + // + // Label40 + // + this.Label40.AutoSize = true; + this.Label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label40.Location = new System.Drawing.Point(101, 53); + this.Label40.Name = "Label40"; + this.Label40.Size = new System.Drawing.Size(50, 16); + this.Label40.TabIndex = 21; + this.Label40.Text = "Colour:"; + // + // pnlmainbuttonactivated + // + this.pnlmainbuttonactivated.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmainbuttonactivated.Location = new System.Drawing.Point(267, 6); + this.pnlmainbuttonactivated.Name = "pnlmainbuttonactivated"; + this.pnlmainbuttonactivated.Size = new System.Drawing.Size(41, 20); + this.pnlmainbuttonactivated.TabIndex = 16; + this.pnlmainbuttonactivated.MouseClick += new ShiftUI.MouseEventHandler(this.SetALButtonClickedColor); + // + // Label28 + // + this.Label28.AutoSize = true; + this.Label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label28.Location = new System.Drawing.Point(177, 7); + this.Label28.Name = "Label28"; + this.Label28.Size = new System.Drawing.Size(67, 16); + this.Label28.TabIndex = 15; + this.Label28.Text = "Activated:"; + // + // Label35 + // + this.Label35.AutoSize = true; + this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label35.Location = new System.Drawing.Point(77, 103); + this.Label35.Name = "Label35"; + this.Label35.Size = new System.Drawing.Size(22, 16); + this.Label35.TabIndex = 14; + this.Label35.Text = "px"; + // + // txtapplicationsbuttonheight + // + this.txtapplicationsbuttonheight.BackColor = System.Drawing.Color.White; + this.txtapplicationsbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtapplicationsbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtapplicationsbuttonheight.ForeColor = System.Drawing.Color.Black; + this.txtapplicationsbuttonheight.Location = new System.Drawing.Point(53, 101); + this.txtapplicationsbuttonheight.Name = "txtapplicationsbuttonheight"; + this.txtapplicationsbuttonheight.Size = new System.Drawing.Size(23, 22); + this.txtapplicationsbuttonheight.TabIndex = 13; + this.txtapplicationsbuttonheight.TextChanged += new System.EventHandler(this.txtapplicationsbuttonheight_TextChanged); + // + // Label36 + // + this.Label36.AutoSize = true; + this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label36.Location = new System.Drawing.Point(2, 103); + this.Label36.Name = "Label36"; + this.Label36.Size = new System.Drawing.Size(50, 16); + this.Label36.TabIndex = 12; + this.Label36.Text = "Height:"; + // + // pnlmainbuttoncolour + // + this.pnlmainbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmainbuttoncolour.Location = new System.Drawing.Point(128, 4); + this.pnlmainbuttoncolour.Name = "pnlmainbuttoncolour"; + this.pnlmainbuttoncolour.Size = new System.Drawing.Size(41, 20); + this.pnlmainbuttoncolour.TabIndex = 1; + this.pnlmainbuttoncolour.MouseDown += new ShiftUI.MouseEventHandler(this.SetALButtonColor); + // + // Label43 + // + this.Label43.AutoSize = true; + this.Label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label43.Location = new System.Drawing.Point(3, 7); + this.Label43.Name = "Label43"; + this.Label43.Size = new System.Drawing.Size(122, 16); + this.Label43.TabIndex = 0; + this.Label43.Text = "Main Button Colour:"; + // + // pnldesktopintro + // + this.pnldesktopintro.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnldesktopintro.Widgets.Add(this.Label69); + this.pnldesktopintro.Widgets.Add(this.Label70); + this.pnldesktopintro.Location = new System.Drawing.Point(135, 159); + this.pnldesktopintro.Name = "pnldesktopintro"; + this.pnldesktopintro.Size = new System.Drawing.Size(317, 140); + this.pnldesktopintro.TabIndex = 17; + // + // Label69 + // + this.Label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label69.Location = new System.Drawing.Point(3, 20); + this.Label69.Name = "Label69"; + this.Label69.Size = new System.Drawing.Size(312, 113); + this.Label69.TabIndex = 1; + this.Label69.Text = "The Desktop Settings allow you to customize various desktop-related settings such" + + " as the desktop background. Go ahead and explore!"; + this.Label69.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // Label70 + // + this.Label70.AutoSize = true; + this.Label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label70.Location = new System.Drawing.Point(86, -2); + this.Label70.Name = "Label70"; + this.Label70.Size = new System.Drawing.Size(148, 20); + this.Label70.TabIndex = 0; + this.Label70.Text = "Desktop Settings"; + // + // pnlpanelbuttonsoptions + // + this.pnlpanelbuttonsoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlpanelbuttonsoptions.Widgets.Add(this.pnlpanelbuttontextcolour); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label101); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontexttop); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label104); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontextside); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label106); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label93); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttontop); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label94); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoninitalgap); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label108); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonicontop); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label110); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoniconside); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label112); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttoniconsize); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label105); + this.pnlpanelbuttonsoptions.Widgets.Add(this.cbpanelbuttontextstyle); + this.pnlpanelbuttonsoptions.Widgets.Add(this.cbpanelbuttonfont); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label100); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpaneltextbuttonsize); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label102); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label103); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label98); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttongap); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label99); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label96); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonheight); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label97); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label92); + this.pnlpanelbuttonsoptions.Widgets.Add(this.txtpanelbuttonwidth); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label91); + this.pnlpanelbuttonsoptions.Widgets.Add(this.pnlpanelbuttoncolour); + this.pnlpanelbuttonsoptions.Widgets.Add(this.Label95); + this.pnlpanelbuttonsoptions.Location = new System.Drawing.Point(135, 159); + this.pnlpanelbuttonsoptions.Name = "pnlpanelbuttonsoptions"; + this.pnlpanelbuttonsoptions.Size = new System.Drawing.Size(317, 140); + this.pnlpanelbuttonsoptions.TabIndex = 10; + this.pnlpanelbuttonsoptions.Visible = false; + // + // pnlpanelbuttontextcolour + // + this.pnlpanelbuttontextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlpanelbuttontextcolour.Location = new System.Drawing.Point(270, 57); + this.pnlpanelbuttontextcolour.Name = "pnlpanelbuttontextcolour"; + this.pnlpanelbuttontextcolour.Size = new System.Drawing.Size(41, 20); + this.pnlpanelbuttontextcolour.TabIndex = 50; + this.pnlpanelbuttontextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetPanelButtonTextColor); + // + // Label101 + // + this.Label101.AutoSize = true; + this.Label101.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label101.Location = new System.Drawing.Point(219, 59); + this.Label101.Name = "Label101"; + this.Label101.Size = new System.Drawing.Size(50, 16); + this.Label101.TabIndex = 49; + this.Label101.Text = "Colour:"; + // + // txtpanelbuttontexttop + // + this.txtpanelbuttontexttop.BackColor = System.Drawing.Color.White; + this.txtpanelbuttontexttop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttontexttop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttontexttop.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttontexttop.Location = new System.Drawing.Point(225, 82); + this.txtpanelbuttontexttop.Name = "txtpanelbuttontexttop"; + this.txtpanelbuttontexttop.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttontexttop.TabIndex = 48; + this.txtpanelbuttontexttop.TextChanged += new System.EventHandler(this.txtpanelbuttontexttop_TextChanged); + // + // Label104 + // + this.Label104.AutoSize = true; + this.Label104.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label104.Location = new System.Drawing.Point(191, 84); + this.Label104.Name = "Label104"; + this.Label104.Size = new System.Drawing.Size(36, 16); + this.Label104.TabIndex = 47; + this.Label104.Text = "Top:"; + // + // txtpanelbuttontextside + // + this.txtpanelbuttontextside.BackColor = System.Drawing.Color.White; + this.txtpanelbuttontextside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttontextside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttontextside.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttontextside.Location = new System.Drawing.Point(165, 82); + this.txtpanelbuttontextside.Name = "txtpanelbuttontextside"; + this.txtpanelbuttontextside.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttontextside.TabIndex = 46; + this.txtpanelbuttontextside.TextChanged += new System.EventHandler(this.txtpanelbuttontextside_TextChanged); + // + // Label106 + // + this.Label106.AutoSize = true; + this.Label106.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label106.Location = new System.Drawing.Point(128, 84); + this.Label106.Name = "Label106"; + this.Label106.Size = new System.Drawing.Size(39, 16); + this.Label106.TabIndex = 45; + this.Label106.Text = "Side:"; + // + // Label93 + // + this.Label93.AutoSize = true; + this.Label93.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label93.Location = new System.Drawing.Point(292, 7); + this.Label93.Name = "Label93"; + this.Label93.Size = new System.Drawing.Size(22, 16); + this.Label93.TabIndex = 43; + this.Label93.Text = "px"; + // + // txtpanelbuttontop + // + this.txtpanelbuttontop.BackColor = System.Drawing.Color.White; + this.txtpanelbuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttontop.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttontop.Location = new System.Drawing.Point(268, 5); + this.txtpanelbuttontop.Name = "txtpanelbuttontop"; + this.txtpanelbuttontop.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttontop.TabIndex = 42; + this.txtpanelbuttontop.TextChanged += new System.EventHandler(this.txtpanelbuttontop_TextChanged); + // + // Label94 + // + this.Label94.AutoSize = true; + this.Label94.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label94.Location = new System.Drawing.Point(233, 7); + this.Label94.Name = "Label94"; + this.Label94.Size = new System.Drawing.Size(36, 16); + this.Label94.TabIndex = 41; + this.Label94.Text = "Top:"; + // + // txtpanelbuttoninitalgap + // + this.txtpanelbuttoninitalgap.BackColor = System.Drawing.Color.White; + this.txtpanelbuttoninitalgap.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttoninitalgap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttoninitalgap.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttoninitalgap.Location = new System.Drawing.Point(207, 5); + this.txtpanelbuttoninitalgap.Name = "txtpanelbuttoninitalgap"; + this.txtpanelbuttoninitalgap.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttoninitalgap.TabIndex = 40; + this.txtpanelbuttoninitalgap.TextChanged += new System.EventHandler(this.txtpanelbuttoninitalgap_TextChanged); + // + // Label108 + // + this.Label108.AutoSize = true; + this.Label108.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label108.Location = new System.Drawing.Point(137, 7); + this.Label108.Name = "Label108"; + this.Label108.Size = new System.Drawing.Size(70, 16); + this.Label108.TabIndex = 39; + this.Label108.Text = "Initial Gap:"; + // + // txtpanelbuttonicontop + // + this.txtpanelbuttonicontop.BackColor = System.Drawing.Color.White; + this.txtpanelbuttonicontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttonicontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttonicontop.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttonicontop.Location = new System.Drawing.Point(287, 108); + this.txtpanelbuttonicontop.Name = "txtpanelbuttonicontop"; + this.txtpanelbuttonicontop.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttonicontop.TabIndex = 37; + this.txtpanelbuttonicontop.TextChanged += new System.EventHandler(this.txtpanelbuttonicontop_TextChanged); + // + // Label110 + // + this.Label110.AutoSize = true; + this.Label110.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label110.Location = new System.Drawing.Point(221, 110); + this.Label110.Name = "Label110"; + this.Label110.Size = new System.Drawing.Size(64, 16); + this.Label110.TabIndex = 36; + this.Label110.Text = "Icon Top:"; + // + // txtpanelbuttoniconside + // + this.txtpanelbuttoniconside.BackColor = System.Drawing.Color.White; + this.txtpanelbuttoniconside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttoniconside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttoniconside.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttoniconside.Location = new System.Drawing.Point(180, 108); + this.txtpanelbuttoniconside.Name = "txtpanelbuttoniconside"; + this.txtpanelbuttoniconside.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttoniconside.TabIndex = 34; + this.txtpanelbuttoniconside.TextChanged += new System.EventHandler(this.txtpanelbuttoniconside_TextChanged); + // + // Label112 + // + this.Label112.AutoSize = true; + this.Label112.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label112.Location = new System.Drawing.Point(113, 110); + this.Label112.Name = "Label112"; + this.Label112.Size = new System.Drawing.Size(67, 16); + this.Label112.TabIndex = 33; + this.Label112.Text = "Icon Side:"; + // + // txtpanelbuttoniconsize + // + this.txtpanelbuttoniconsize.BackColor = System.Drawing.Color.White; + this.txtpanelbuttoniconsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttoniconsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttoniconsize.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttoniconsize.Location = new System.Drawing.Point(70, 108); + this.txtpanelbuttoniconsize.Name = "txtpanelbuttoniconsize"; + this.txtpanelbuttoniconsize.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttoniconsize.TabIndex = 27; + this.txtpanelbuttoniconsize.TextChanged += new System.EventHandler(this.txtpanelbuttoniconsize_TextChanged); + // + // Label105 + // + this.Label105.AutoSize = true; + this.Label105.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label105.Location = new System.Drawing.Point(3, 110); + this.Label105.Name = "Label105"; + this.Label105.Size = new System.Drawing.Size(65, 16); + this.Label105.TabIndex = 26; + this.Label105.Text = "Icon Size:"; + // + // cbpanelbuttontextstyle + // + this.cbpanelbuttontextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cbpanelbuttontextstyle.FormattingEnabled = true; + this.cbpanelbuttontextstyle.Items.AddRange(new object[] { + "Bold", + "Italic", + "Regular", + "Strikeout", + "Underline"}); + this.cbpanelbuttontextstyle.Location = new System.Drawing.Point(46, 83); + this.cbpanelbuttontextstyle.Name = "cbpanelbuttontextstyle"; + this.cbpanelbuttontextstyle.Size = new System.Drawing.Size(80, 24); + this.cbpanelbuttontextstyle.TabIndex = 25; + this.cbpanelbuttontextstyle.SelectedIndexChanged += new System.EventHandler(this.cbpanelbuttontextstyle_SelectedIndexChanged); + // + // cbpanelbuttonfont + // + this.cbpanelbuttonfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.cbpanelbuttonfont.FormattingEnabled = true; + this.cbpanelbuttonfont.Location = new System.Drawing.Point(70, 56); + this.cbpanelbuttonfont.Name = "cbpanelbuttonfont"; + this.cbpanelbuttonfont.Size = new System.Drawing.Size(147, 24); + this.cbpanelbuttonfont.TabIndex = 24; + this.cbpanelbuttonfont.SelectedIndexChanged += new System.EventHandler(this.cbpanelbuttonfont_SelectedIndexChanged); + // + // Label100 + // + this.Label100.AutoSize = true; + this.Label100.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label100.Location = new System.Drawing.Point(3, 86); + this.Label100.Name = "Label100"; + this.Label100.Size = new System.Drawing.Size(41, 16); + this.Label100.TabIndex = 23; + this.Label100.Text = "Style:"; + // + // txtpaneltextbuttonsize + // + this.txtpaneltextbuttonsize.BackColor = System.Drawing.Color.White; + this.txtpaneltextbuttonsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpaneltextbuttonsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpaneltextbuttonsize.ForeColor = System.Drawing.Color.Black; + this.txtpaneltextbuttonsize.Location = new System.Drawing.Point(287, 82); + this.txtpaneltextbuttonsize.Name = "txtpaneltextbuttonsize"; + this.txtpaneltextbuttonsize.Size = new System.Drawing.Size(23, 22); + this.txtpaneltextbuttonsize.TabIndex = 21; + this.txtpaneltextbuttonsize.TextChanged += new System.EventHandler(this.txtpaneltextbuttonsize_TextChanged); + // + // Label102 + // + this.Label102.AutoSize = true; + this.Label102.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label102.Location = new System.Drawing.Point(252, 84); + this.Label102.Name = "Label102"; + this.Label102.Size = new System.Drawing.Size(37, 16); + this.Label102.TabIndex = 20; + this.Label102.Text = "Size:"; + // + // Label103 + // + this.Label103.AutoSize = true; + this.Label103.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label103.Location = new System.Drawing.Point(3, 60); + this.Label103.Name = "Label103"; + this.Label103.Size = new System.Drawing.Size(66, 16); + this.Label103.TabIndex = 19; + this.Label103.Text = "Text Font:"; + // + // Label98 + // + this.Label98.AutoSize = true; + this.Label98.BackColor = System.Drawing.Color.Transparent; + this.Label98.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label98.Location = new System.Drawing.Point(292, 33); + this.Label98.Name = "Label98"; + this.Label98.Size = new System.Drawing.Size(22, 16); + this.Label98.TabIndex = 14; + this.Label98.Text = "px"; + // + // txtpanelbuttongap + // + this.txtpanelbuttongap.BackColor = System.Drawing.Color.White; + this.txtpanelbuttongap.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttongap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttongap.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttongap.Location = new System.Drawing.Point(268, 31); + this.txtpanelbuttongap.Name = "txtpanelbuttongap"; + this.txtpanelbuttongap.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttongap.TabIndex = 13; + this.txtpanelbuttongap.TextChanged += new System.EventHandler(this.txtpanelbuttongap_TextChanged); + // + // Label99 + // + this.Label99.AutoSize = true; + this.Label99.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label99.Location = new System.Drawing.Point(232, 33); + this.Label99.Name = "Label99"; + this.Label99.Size = new System.Drawing.Size(37, 16); + this.Label99.TabIndex = 12; + this.Label99.Text = "Gap:"; + // + // Label96 + // + this.Label96.AutoSize = true; + this.Label96.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label96.Location = new System.Drawing.Point(209, 34); + this.Label96.Name = "Label96"; + this.Label96.Size = new System.Drawing.Size(22, 16); + this.Label96.TabIndex = 11; + this.Label96.Text = "px"; + // + // txtpanelbuttonheight + // + this.txtpanelbuttonheight.BackColor = System.Drawing.Color.White; + this.txtpanelbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttonheight.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttonheight.Location = new System.Drawing.Point(185, 32); + this.txtpanelbuttonheight.Name = "txtpanelbuttonheight"; + this.txtpanelbuttonheight.Size = new System.Drawing.Size(23, 22); + this.txtpanelbuttonheight.TabIndex = 10; + this.txtpanelbuttonheight.TextChanged += new System.EventHandler(this.txtpanelbuttonheight_TextChanged); + // + // Label97 + // + this.Label97.AutoSize = true; + this.Label97.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label97.Location = new System.Drawing.Point(135, 34); + this.Label97.Name = "Label97"; + this.Label97.Size = new System.Drawing.Size(50, 16); + this.Label97.TabIndex = 9; + this.Label97.Text = "Height:"; + // + // Label92 + // + this.Label92.AutoSize = true; + this.Label92.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label92.Location = new System.Drawing.Point(114, 33); + this.Label92.Name = "Label92"; + this.Label92.Size = new System.Drawing.Size(22, 16); + this.Label92.TabIndex = 8; + this.Label92.Text = "px"; + // + // txtpanelbuttonwidth + // + this.txtpanelbuttonwidth.BackColor = System.Drawing.Color.White; + this.txtpanelbuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtpanelbuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtpanelbuttonwidth.ForeColor = System.Drawing.Color.Black; + this.txtpanelbuttonwidth.Location = new System.Drawing.Point(88, 31); + this.txtpanelbuttonwidth.Name = "txtpanelbuttonwidth"; + this.txtpanelbuttonwidth.Size = new System.Drawing.Size(26, 22); + this.txtpanelbuttonwidth.TabIndex = 7; + this.txtpanelbuttonwidth.TextChanged += new System.EventHandler(this.txtpanelbuttonwidth_TextChanged); + // + // Label91 + // + this.Label91.AutoSize = true; + this.Label91.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label91.Location = new System.Drawing.Point(3, 33); + this.Label91.Name = "Label91"; + this.Label91.Size = new System.Drawing.Size(85, 16); + this.Label91.TabIndex = 6; + this.Label91.Text = "Button Width:"; + // + // pnlpanelbuttoncolour + // + this.pnlpanelbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlpanelbuttoncolour.Location = new System.Drawing.Point(94, 5); + this.pnlpanelbuttoncolour.Name = "pnlpanelbuttoncolour"; + this.pnlpanelbuttoncolour.Size = new System.Drawing.Size(41, 20); + this.pnlpanelbuttoncolour.TabIndex = 1; + this.pnlpanelbuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetPanelButtonColor); + // + // Label95 + // + this.Label95.AutoSize = true; + this.Label95.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label95.Location = new System.Drawing.Point(3, 7); + this.Label95.Name = "Label95"; + this.Label95.Size = new System.Drawing.Size(90, 16); + this.Label95.TabIndex = 0; + this.Label95.Text = "Button Colour:"; + // + // pnldesktopbackgroundoptions + // + this.pnldesktopbackgroundoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnldesktopbackgroundoptions.Widgets.Add(this.pnldesktopcolour); + this.pnldesktopbackgroundoptions.Widgets.Add(this.Label45); + this.pnldesktopbackgroundoptions.Location = new System.Drawing.Point(135, 159); + this.pnldesktopbackgroundoptions.Name = "pnldesktopbackgroundoptions"; + this.pnldesktopbackgroundoptions.Size = new System.Drawing.Size(317, 140); + this.pnldesktopbackgroundoptions.TabIndex = 10; + this.pnldesktopbackgroundoptions.Visible = false; + // + // pnldesktopcolour + // + this.pnldesktopcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnldesktopcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnldesktopcolour.Location = new System.Drawing.Point(112, 5); + this.pnldesktopcolour.Name = "pnldesktopcolour"; + this.pnldesktopcolour.Size = new System.Drawing.Size(41, 20); + this.pnldesktopcolour.TabIndex = 3; + this.pnldesktopcolour.MouseClick += new ShiftUI.MouseEventHandler(this.ChangeDesktopBackground); + // + // Label45 + // + this.Label45.AutoSize = true; + this.Label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label45.Location = new System.Drawing.Point(3, 7); + this.Label45.Name = "Label45"; + this.Label45.Size = new System.Drawing.Size(104, 16); + this.Label45.TabIndex = 2; + this.Label45.Text = "Desktop Colour:"; + // + // pnlpanelclockoptions + // + this.pnlpanelclockoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlpanelclockoptions.Widgets.Add(this.pnlclockbackgroundcolour); + this.pnlpanelclockoptions.Widgets.Add(this.Label44); + this.pnlpanelclockoptions.Widgets.Add(this.comboclocktextstyle); + this.pnlpanelclockoptions.Widgets.Add(this.comboclocktextfont); + this.pnlpanelclockoptions.Widgets.Add(this.Label26); + this.pnlpanelclockoptions.Widgets.Add(this.Label29); + this.pnlpanelclockoptions.Widgets.Add(this.txtclocktextfromtop); + this.pnlpanelclockoptions.Widgets.Add(this.Label30); + this.pnlpanelclockoptions.Widgets.Add(this.Label31); + this.pnlpanelclockoptions.Widgets.Add(this.txtclocktextsize); + this.pnlpanelclockoptions.Widgets.Add(this.Label32); + this.pnlpanelclockoptions.Widgets.Add(this.Label33); + this.pnlpanelclockoptions.Widgets.Add(this.pnlpanelclocktextcolour); + this.pnlpanelclockoptions.Widgets.Add(this.Label34); + this.pnlpanelclockoptions.Location = new System.Drawing.Point(135, 159); + this.pnlpanelclockoptions.Name = "pnlpanelclockoptions"; + this.pnlpanelclockoptions.Size = new System.Drawing.Size(317, 140); + this.pnlpanelclockoptions.TabIndex = 15; + this.pnlpanelclockoptions.Visible = false; + // + // pnlclockbackgroundcolour + // + this.pnlclockbackgroundcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlclockbackgroundcolour.Location = new System.Drawing.Point(261, 5); + this.pnlclockbackgroundcolour.Name = "pnlclockbackgroundcolour"; + this.pnlclockbackgroundcolour.Size = new System.Drawing.Size(41, 20); + this.pnlclockbackgroundcolour.TabIndex = 20; + this.pnlclockbackgroundcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetClockBG); + // + // Label44 + // + this.Label44.AutoSize = true; + this.Label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label44.Location = new System.Drawing.Point(173, 7); + this.Label44.Name = "Label44"; + this.Label44.Size = new System.Drawing.Size(84, 16); + this.Label44.TabIndex = 19; + this.Label44.Text = "Background:"; + // + // comboclocktextstyle + // + this.comboclocktextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboclocktextstyle.FormattingEnabled = true; + this.comboclocktextstyle.Items.AddRange(new object[] { + "Bold", + "Italic", + "Regular", + "Strikeout", + "Underline"}); + this.comboclocktextstyle.Location = new System.Drawing.Point(209, 54); + this.comboclocktextstyle.Name = "comboclocktextstyle"; + this.comboclocktextstyle.Size = new System.Drawing.Size(99, 24); + this.comboclocktextstyle.TabIndex = 18; + this.comboclocktextstyle.SelectedIndexChanged += new System.EventHandler(this.comboclocktextstyle_SelectedIndexChanged); + // + // comboclocktextfont + // + this.comboclocktextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboclocktextfont.FormattingEnabled = true; + this.comboclocktextfont.Location = new System.Drawing.Point(114, 28); + this.comboclocktextfont.Name = "comboclocktextfont"; + this.comboclocktextfont.Size = new System.Drawing.Size(192, 24); + this.comboclocktextfont.TabIndex = 17; + this.comboclocktextfont.SelectedIndexChanged += new System.EventHandler(this.comboclocktextfont_SelectedIndexChanged); + // + // Label26 + // + this.Label26.AutoSize = true; + this.Label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label26.Location = new System.Drawing.Point(166, 57); + this.Label26.Name = "Label26"; + this.Label26.Size = new System.Drawing.Size(41, 16); + this.Label26.TabIndex = 15; + this.Label26.Text = "Style:"; + // + // Label29 + // + this.Label29.AutoSize = true; + this.Label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label29.Location = new System.Drawing.Point(163, 82); + this.Label29.Name = "Label29"; + this.Label29.Size = new System.Drawing.Size(22, 16); + this.Label29.TabIndex = 11; + this.Label29.Text = "px"; + // + // txtclocktextfromtop + // + this.txtclocktextfromtop.BackColor = System.Drawing.Color.White; + this.txtclocktextfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtclocktextfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtclocktextfromtop.ForeColor = System.Drawing.Color.Black; + this.txtclocktextfromtop.Location = new System.Drawing.Point(139, 80); + this.txtclocktextfromtop.Name = "txtclocktextfromtop"; + this.txtclocktextfromtop.Size = new System.Drawing.Size(23, 22); + this.txtclocktextfromtop.TabIndex = 10; + this.txtclocktextfromtop.TextChanged += new System.EventHandler(this.txtclocktextfromtop_TextChanged); + // + // Label30 + // + this.Label30.AutoSize = true; + this.Label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label30.Location = new System.Drawing.Point(3, 82); + this.Label30.Name = "Label30"; + this.Label30.Size = new System.Drawing.Size(136, 16); + this.Label30.TabIndex = 9; + this.Label30.Text = "Clock Text From Top:"; + // + // Label31 + // + this.Label31.AutoSize = true; + this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label31.Location = new System.Drawing.Point(138, 57); + this.Label31.Name = "Label31"; + this.Label31.Size = new System.Drawing.Size(22, 16); + this.Label31.TabIndex = 8; + this.Label31.Text = "px"; + // + // txtclocktextsize + // + this.txtclocktextsize.BackColor = System.Drawing.Color.White; + this.txtclocktextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtclocktextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtclocktextsize.ForeColor = System.Drawing.Color.Black; + this.txtclocktextsize.Location = new System.Drawing.Point(114, 55); + this.txtclocktextsize.Name = "txtclocktextsize"; + this.txtclocktextsize.Size = new System.Drawing.Size(23, 22); + this.txtclocktextsize.TabIndex = 7; + this.txtclocktextsize.Validated += new System.EventHandler(this.txtclocktextsize_TextChanged); + // + // Label32 + // + this.Label32.AutoSize = true; + this.Label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label32.Location = new System.Drawing.Point(3, 57); + this.Label32.Name = "Label32"; + this.Label32.Size = new System.Drawing.Size(103, 16); + this.Label32.TabIndex = 6; + this.Label32.Text = "Clock Text Size:"; + // + // Label33 + // + this.Label33.AutoSize = true; + this.Label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label33.Location = new System.Drawing.Point(3, 32); + this.Label33.Name = "Label33"; + this.Label33.Size = new System.Drawing.Size(103, 16); + this.Label33.TabIndex = 2; + this.Label33.Text = "Clock Text Font:"; + // + // pnlpanelclocktextcolour + // + this.pnlpanelclocktextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlpanelclocktextcolour.Location = new System.Drawing.Point(121, 5); + this.pnlpanelclocktextcolour.Name = "pnlpanelclocktextcolour"; + this.pnlpanelclocktextcolour.Size = new System.Drawing.Size(41, 20); + this.pnlpanelclocktextcolour.TabIndex = 1; + this.pnlpanelclocktextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetClockTextColor); + // + // Label34 + // + this.Label34.AutoSize = true; + this.Label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label34.Location = new System.Drawing.Point(3, 7); + this.Label34.Name = "Label34"; + this.Label34.Size = new System.Drawing.Size(116, 16); + this.Label34.TabIndex = 0; + this.Label34.Text = "Clock Text Colour:"; + // + // pnldesktoppreview + // + this.pnldesktoppreview.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnldesktoppreview.Widgets.Add(this.predesktoppanel); + this.pnldesktoppreview.Location = new System.Drawing.Point(5, 3); + this.pnldesktoppreview.Name = "pnldesktoppreview"; + this.pnldesktoppreview.Size = new System.Drawing.Size(448, 148); + this.pnldesktoppreview.TabIndex = 0; + // + // predesktoppanel + // + this.predesktoppanel.BackColor = System.Drawing.Color.Gray; + this.predesktoppanel.Widgets.Add(this.prepnlpanelbuttonholder); + this.predesktoppanel.Widgets.Add(this.pretimepanel); + this.predesktoppanel.Widgets.Add(this.preapplaunchermenuholder); + this.predesktoppanel.Dock = ShiftUI.DockStyle.Top; + this.predesktoppanel.Location = new System.Drawing.Point(0, 0); + this.predesktoppanel.Name = "predesktoppanel"; + this.predesktoppanel.Size = new System.Drawing.Size(448, 25); + this.predesktoppanel.TabIndex = 1; + // + // prepnlpanelbuttonholder + // + this.prepnlpanelbuttonholder.BackColor = System.Drawing.Color.Transparent; + this.prepnlpanelbuttonholder.Widgets.Add(this.prepnlpanelbutton); + this.prepnlpanelbuttonholder.Dock = ShiftUI.DockStyle.Fill; + this.prepnlpanelbuttonholder.Location = new System.Drawing.Point(116, 0); + this.prepnlpanelbuttonholder.Name = "prepnlpanelbuttonholder"; + this.prepnlpanelbuttonholder.Padding = new ShiftUI.Padding(2, 0, 0, 0); + this.prepnlpanelbuttonholder.Size = new System.Drawing.Size(235, 25); + this.prepnlpanelbuttonholder.TabIndex = 6; + // + // prepnlpanelbutton + // + this.prepnlpanelbutton.BackColor = System.Drawing.Color.Black; + this.prepnlpanelbutton.Widgets.Add(this.pretbicon); + this.prepnlpanelbutton.Widgets.Add(this.pretbctext); + this.prepnlpanelbutton.Location = new System.Drawing.Point(5, 3); + this.prepnlpanelbutton.Name = "prepnlpanelbutton"; + this.prepnlpanelbutton.Size = new System.Drawing.Size(126, 20); + this.prepnlpanelbutton.TabIndex = 18; + this.prepnlpanelbutton.Visible = false; + // + // pretbicon + // + this.pretbicon.BackColor = System.Drawing.Color.Transparent; + this.pretbicon.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pretbicon.Location = new System.Drawing.Point(4, 2); + this.pretbicon.Name = "pretbicon"; + this.pretbicon.Size = new System.Drawing.Size(16, 16); + this.pretbicon.TabIndex = 1; + this.pretbicon.TabStop = false; + // + // pretbctext + // + this.pretbctext.AutoSize = true; + this.pretbctext.BackColor = System.Drawing.Color.Transparent; + this.pretbctext.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.pretbctext.ForeColor = System.Drawing.Color.White; + this.pretbctext.Location = new System.Drawing.Point(24, 2); + this.pretbctext.Name = "pretbctext"; + this.pretbctext.Size = new System.Drawing.Size(45, 16); + this.pretbctext.TabIndex = 0; + this.pretbctext.Text = "Shifter"; + // + // pretimepanel + // + this.pretimepanel.Widgets.Add(this.prepaneltimetext); + this.pretimepanel.Dock = ShiftUI.DockStyle.Right; + this.pretimepanel.Location = new System.Drawing.Point(351, 0); + this.pretimepanel.Name = "pretimepanel"; + this.pretimepanel.Size = new System.Drawing.Size(97, 25); + this.pretimepanel.TabIndex = 5; + // + // prepaneltimetext + // + this.prepaneltimetext.AutoSize = true; + this.prepaneltimetext.BackColor = System.Drawing.Color.Transparent; + this.prepaneltimetext.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.prepaneltimetext.Location = new System.Drawing.Point(5, 0); + this.prepaneltimetext.Name = "prepaneltimetext"; + this.prepaneltimetext.Size = new System.Drawing.Size(80, 24); + this.prepaneltimetext.TabIndex = 1; + this.prepaneltimetext.Text = "5000023"; + this.prepaneltimetext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // preapplaunchermenuholder + // + this.preapplaunchermenuholder.Widgets.Add(this.predesktopappmenu); + this.preapplaunchermenuholder.Dock = ShiftUI.DockStyle.Left; + this.preapplaunchermenuholder.Location = new System.Drawing.Point(0, 0); + this.preapplaunchermenuholder.Name = "preapplaunchermenuholder"; + this.preapplaunchermenuholder.Size = new System.Drawing.Size(116, 25); + this.preapplaunchermenuholder.TabIndex = 4; + // + // predesktopappmenu + // + this.predesktopappmenu.AutoSize = false; + this.predesktopappmenu.Items.AddRange(new ShiftUI.ToolStripItem[] { + this.ApplicationsToolStripMenuItem}); + this.predesktopappmenu.LayoutStyle = ShiftUI.ToolStripLayoutStyle.HorizontalStackWithOverflow; + this.predesktopappmenu.Location = new System.Drawing.Point(0, 0); + this.predesktopappmenu.Name = "predesktopappmenu"; + this.predesktopappmenu.Padding = new ShiftUI.Padding(0); + this.predesktopappmenu.Size = new System.Drawing.Size(116, 24); + this.predesktopappmenu.TabIndex = 0; + this.predesktopappmenu.Text = "MenuStrip1"; + // + // ApplicationsToolStripMenuItem + // + this.ApplicationsToolStripMenuItem.AutoSize = false; + this.ApplicationsToolStripMenuItem.DropDownItems.AddRange(new ShiftUI.ToolStripItem[] { + this.KnowledgeInputToolStripMenuItem, + this.ShiftoriumToolStripMenuItem, + this.ClockToolStripMenuItem, + this.TerminalToolStripMenuItem, + this.ShifterToolStripMenuItem, + this.ToolStripSeparator1, + this.ShutdownToolStripMenuItem}); + this.ApplicationsToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ApplicationsToolStripMenuItem.Name = "ApplicationsToolStripMenuItem"; + this.ApplicationsToolStripMenuItem.Padding = new ShiftUI.Padding(2, 0, 2, 0); + this.ApplicationsToolStripMenuItem.ShowShortcutKeys = false; + this.ApplicationsToolStripMenuItem.Size = new System.Drawing.Size(102, 24); + this.ApplicationsToolStripMenuItem.Text = "Applications"; + this.ApplicationsToolStripMenuItem.TextDirection = ShiftUI.ToolStripTextDirection.Horizontal; + this.ApplicationsToolStripMenuItem.TextImageRelation = ShiftUI.TextImageRelation.TextBeforeImage; + // + // KnowledgeInputToolStripMenuItem + // + this.KnowledgeInputToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; + this.KnowledgeInputToolStripMenuItem.Name = "KnowledgeInputToolStripMenuItem"; + this.KnowledgeInputToolStripMenuItem.ShowShortcutKeys = false; + this.KnowledgeInputToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.KnowledgeInputToolStripMenuItem.Text = "Knowledge Input"; + // + // ShiftoriumToolStripMenuItem + // + this.ShiftoriumToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; + this.ShiftoriumToolStripMenuItem.Name = "ShiftoriumToolStripMenuItem"; + this.ShiftoriumToolStripMenuItem.ShowShortcutKeys = false; + this.ShiftoriumToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.ShiftoriumToolStripMenuItem.Text = "Shiftorium"; + // + // ClockToolStripMenuItem + // + this.ClockToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; + this.ClockToolStripMenuItem.Name = "ClockToolStripMenuItem"; + this.ClockToolStripMenuItem.ShowShortcutKeys = false; + this.ClockToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.ClockToolStripMenuItem.Text = "Clock"; + // + // TerminalToolStripMenuItem + // + this.TerminalToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; + this.TerminalToolStripMenuItem.Name = "TerminalToolStripMenuItem"; + this.TerminalToolStripMenuItem.ShowShortcutKeys = false; + this.TerminalToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.TerminalToolStripMenuItem.Text = "Terminal"; + // + // ShifterToolStripMenuItem + // + this.ShifterToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; + this.ShifterToolStripMenuItem.Name = "ShifterToolStripMenuItem"; + this.ShifterToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.ShifterToolStripMenuItem.Text = "Shifter"; + // + // ToolStripSeparator1 + // + this.ToolStripSeparator1.BackColor = System.Drawing.Color.Transparent; + this.ToolStripSeparator1.ForeColor = System.Drawing.Color.White; + this.ToolStripSeparator1.Name = "ToolStripSeparator1"; + this.ToolStripSeparator1.Size = new System.Drawing.Size(178, 6); + // + // ShutdownToolStripMenuItem + // + this.ShutdownToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; + this.ShutdownToolStripMenuItem.Name = "ShutdownToolStripMenuItem"; + this.ShutdownToolStripMenuItem.Size = new System.Drawing.Size(181, 22); + this.ShutdownToolStripMenuItem.Text = "Shut Down"; + // + // Panel10 + // + this.Panel10.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + this.Panel10.Widgets.Add(this.btndesktopitself); + this.Panel10.Widgets.Add(this.btnpanelclock); + this.Panel10.Widgets.Add(this.btnapplauncher); + this.Panel10.Widgets.Add(this.btndesktoppanel); + this.Panel10.Location = new System.Drawing.Point(1, 168); + this.Panel10.Name = "Panel10"; + this.Panel10.Size = new System.Drawing.Size(128, 135); + this.Panel10.TabIndex = 8; + // + // btndesktopitself + // + this.btndesktopitself.BackColor = System.Drawing.Color.White; + 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"; + this.btndesktopitself.Size = new System.Drawing.Size(119, 29); + this.btndesktopitself.TabIndex = 7; + this.btndesktopitself.Text = "Desktop"; + this.btndesktopitself.UseVisualStyleBackColor = false; + this.btndesktopitself.Click += new System.EventHandler(this.btndesktopitself_Click); + // + // btnpanelclock + // + this.btnpanelclock.BackColor = System.Drawing.Color.White; + 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"; + this.btnpanelclock.Size = new System.Drawing.Size(119, 29); + this.btnpanelclock.TabIndex = 6; + this.btnpanelclock.Text = "Panel Clock"; + this.btnpanelclock.UseVisualStyleBackColor = false; + this.btnpanelclock.Click += new System.EventHandler(this.btnpanelclock_Click); + // + // btnapplauncher + // + this.btnapplauncher.BackColor = System.Drawing.Color.White; + 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"; + this.btnapplauncher.Size = new System.Drawing.Size(119, 29); + this.btnapplauncher.TabIndex = 5; + this.btnapplauncher.Text = "App Launcher"; + this.btnapplauncher.UseVisualStyleBackColor = false; + this.btnapplauncher.Click += new System.EventHandler(this.btnapplauncher_Click); + // + // btndesktoppanel + // + this.btndesktoppanel.BackColor = System.Drawing.Color.White; + 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"; + this.btndesktoppanel.Size = new System.Drawing.Size(119, 29); + this.btndesktoppanel.TabIndex = 4; + this.btndesktoppanel.Text = "Desktop Panel"; + this.btndesktoppanel.UseVisualStyleBackColor = false; + this.btndesktoppanel.Click += new System.EventHandler(this.btndesktoppanel_Click); + // + // txtpanelbuttoniconheight + // + this.txtpanelbuttoniconheight.Location = new System.Drawing.Point(0, 0); + this.txtpanelbuttoniconheight.Name = "txtpanelbuttoniconheight"; + this.txtpanelbuttoniconheight.Size = new System.Drawing.Size(100, 20); + this.txtpanelbuttoniconheight.TabIndex = 0; + // + // pnlwindowsoptions + // + this.pnlwindowsoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlwindowsoptions.BackColor = System.Drawing.Color.White; + this.pnlwindowsoptions.Widgets.Add(this.pnlwindowsintro); + this.pnlwindowsoptions.Widgets.Add(this.pnlbuttonoptions); + this.pnlwindowsoptions.Widgets.Add(this.pnltitlebaroptions); + this.pnlwindowsoptions.Widgets.Add(this.pnlborderoptions); + this.pnlwindowsoptions.Widgets.Add(this.pnltitletextoptions); + this.pnlwindowsoptions.Widgets.Add(this.pnlwindowsobjects); + this.pnlwindowsoptions.Widgets.Add(this.pnlwindowpreview); + this.pnlwindowsoptions.Location = new System.Drawing.Point(134, 9); + this.pnlwindowsoptions.Name = "pnlwindowsoptions"; + this.pnlwindowsoptions.Size = new System.Drawing.Size(457, 306); + this.pnlwindowsoptions.TabIndex = 4; + // + // pnlwindowsintro + // + this.pnlwindowsintro.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlwindowsintro.Widgets.Add(this.Label68); + this.pnlwindowsintro.Widgets.Add(this.Label67); + this.pnlwindowsintro.Location = new System.Drawing.Point(135, 159); + this.pnlwindowsintro.Name = "pnlwindowsintro"; + this.pnlwindowsintro.Size = new System.Drawing.Size(325, 139); + this.pnlwindowsintro.TabIndex = 16; + // + // Label68 + // + this.Label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label68.Location = new System.Drawing.Point(3, 20); + this.Label68.Name = "Label68"; + this.Label68.Size = new System.Drawing.Size(312, 113); + this.Label68.TabIndex = 1; + this.Label68.Text = "Welcome to the Windows category. Here, you may skin various aspects of windows in" + + " ShiftOS."; + this.Label68.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.Label68.Click += new System.EventHandler(this.Label68_Click); + // + // Label67 + // + this.Label67.AutoSize = true; + this.Label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label67.Location = new System.Drawing.Point(89, -2); + this.Label67.Name = "Label67"; + this.Label67.Size = new System.Drawing.Size(143, 20); + this.Label67.TabIndex = 0; + this.Label67.Text = "Window Settings"; + // + // pnlbuttonoptions + // + this.pnlbuttonoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlbuttonoptions.Widgets.Add(this.pnlclosebuttonoptions); + this.pnlbuttonoptions.Widgets.Add(this.pnlrollupbuttonoptions); + this.pnlbuttonoptions.Widgets.Add(this.pnlminimizebuttonoptions); + this.pnlbuttonoptions.Widgets.Add(this.combobuttonoption); + this.pnlbuttonoptions.Widgets.Add(this.Label52); + this.pnlbuttonoptions.Location = new System.Drawing.Point(135, 159); + this.pnlbuttonoptions.Name = "pnlbuttonoptions"; + this.pnlbuttonoptions.Size = new System.Drawing.Size(325, 139); + this.pnlbuttonoptions.TabIndex = 10; + this.pnlbuttonoptions.Visible = false; + // + // pnlclosebuttonoptions + // + this.pnlclosebuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlclosebuttonoptions.Widgets.Add(this.Label8); + this.pnlclosebuttonoptions.Widgets.Add(this.Label11); + this.pnlclosebuttonoptions.Widgets.Add(this.pnlclosebuttoncolour); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonfromside); + this.pnlclosebuttonoptions.Widgets.Add(this.Label7); + this.pnlclosebuttonoptions.Widgets.Add(this.Label12); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonheight); + this.pnlclosebuttonoptions.Widgets.Add(this.Label13); + this.pnlclosebuttonoptions.Widgets.Add(this.Label6); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonfromtop); + this.pnlclosebuttonoptions.Widgets.Add(this.Label10); + this.pnlclosebuttonoptions.Widgets.Add(this.Label14); + this.pnlclosebuttonoptions.Widgets.Add(this.txtclosebuttonwidth); + this.pnlclosebuttonoptions.Widgets.Add(this.Label9); + this.pnlclosebuttonoptions.Location = new System.Drawing.Point(4, 29); + this.pnlclosebuttonoptions.Name = "pnlclosebuttonoptions"; + this.pnlclosebuttonoptions.Size = new System.Drawing.Size(311, 105); + this.pnlclosebuttonoptions.TabIndex = 15; + this.pnlclosebuttonoptions.Visible = false; + // + // Label8 + // + this.Label8.AutoSize = true; + this.Label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label8.Location = new System.Drawing.Point(3, 6); + this.Label8.Name = "Label8"; + this.Label8.Size = new System.Drawing.Size(128, 16); + this.Label8.TabIndex = 0; + this.Label8.Text = "Close Button Colour:"; + // + // Label11 + // + this.Label11.AutoSize = true; + this.Label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label11.Location = new System.Drawing.Point(177, 82); + this.Label11.Name = "Label11"; + this.Label11.Size = new System.Drawing.Size(22, 16); + this.Label11.TabIndex = 14; + this.Label11.Text = "px"; + // + // pnlclosebuttoncolour + // + this.pnlclosebuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlclosebuttoncolour.Location = new System.Drawing.Point(132, 4); + this.pnlclosebuttoncolour.Name = "pnlclosebuttoncolour"; + this.pnlclosebuttoncolour.Size = new System.Drawing.Size(41, 20); + this.pnlclosebuttoncolour.TabIndex = 1; + this.pnlclosebuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetcloseColor); + // + // txtclosebuttonfromside + // + this.txtclosebuttonfromside.BackColor = System.Drawing.Color.White; + this.txtclosebuttonfromside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtclosebuttonfromside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtclosebuttonfromside.ForeColor = System.Drawing.Color.Black; + this.txtclosebuttonfromside.Location = new System.Drawing.Point(153, 80); + this.txtclosebuttonfromside.Name = "txtclosebuttonfromside"; + this.txtclosebuttonfromside.Size = new System.Drawing.Size(23, 22); + this.txtclosebuttonfromside.TabIndex = 13; + this.txtclosebuttonfromside.TextChanged += new System.EventHandler(this.txtclosebuttonfromside_TextChanged); + // + // Label7 + // + this.Label7.AutoSize = true; + this.Label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label7.Location = new System.Drawing.Point(3, 32); + this.Label7.Name = "Label7"; + this.Label7.Size = new System.Drawing.Size(128, 16); + this.Label7.TabIndex = 2; + this.Label7.Text = "Close Button Height:"; + // + // Label12 + // + this.Label12.AutoSize = true; + this.Label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label12.Location = new System.Drawing.Point(3, 82); + this.Label12.Name = "Label12"; + this.Label12.Size = new System.Drawing.Size(151, 16); + this.Label12.TabIndex = 12; + this.Label12.Text = "Close Button From Side:"; + // + // txtclosebuttonheight + // + this.txtclosebuttonheight.BackColor = System.Drawing.Color.White; + this.txtclosebuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtclosebuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtclosebuttonheight.ForeColor = System.Drawing.Color.Black; + this.txtclosebuttonheight.Location = new System.Drawing.Point(132, 30); + this.txtclosebuttonheight.Name = "txtclosebuttonheight"; + this.txtclosebuttonheight.Size = new System.Drawing.Size(23, 22); + this.txtclosebuttonheight.TabIndex = 4; + this.txtclosebuttonheight.TextChanged += new System.EventHandler(this.txtclosebuttonheight_TextChanged); + // + // Label13 + // + this.Label13.AutoSize = true; + this.Label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label13.Location = new System.Drawing.Point(177, 57); + this.Label13.Name = "Label13"; + this.Label13.Size = new System.Drawing.Size(22, 16); + this.Label13.TabIndex = 11; + this.Label13.Text = "px"; + // + // Label6 + // + this.Label6.AutoSize = true; + this.Label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label6.Location = new System.Drawing.Point(156, 32); + this.Label6.Name = "Label6"; + this.Label6.Size = new System.Drawing.Size(22, 16); + this.Label6.TabIndex = 5; + this.Label6.Text = "px"; + // + // txtclosebuttonfromtop + // + this.txtclosebuttonfromtop.BackColor = System.Drawing.Color.White; + this.txtclosebuttonfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtclosebuttonfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtclosebuttonfromtop.ForeColor = System.Drawing.Color.Black; + this.txtclosebuttonfromtop.Location = new System.Drawing.Point(153, 55); + this.txtclosebuttonfromtop.Name = "txtclosebuttonfromtop"; + this.txtclosebuttonfromtop.Size = new System.Drawing.Size(23, 22); + this.txtclosebuttonfromtop.TabIndex = 10; + this.txtclosebuttonfromtop.TextChanged += new System.EventHandler(this.txtclosebuttonfromtop_TextChanged); + // + // Label10 + // + this.Label10.AutoSize = true; + this.Label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label10.Location = new System.Drawing.Point(184, 32); + this.Label10.Name = "Label10"; + this.Label10.Size = new System.Drawing.Size(45, 16); + this.Label10.TabIndex = 6; + this.Label10.Text = "Width:"; + // + // Label14 + // + this.Label14.AutoSize = true; + this.Label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label14.Location = new System.Drawing.Point(3, 57); + this.Label14.Name = "Label14"; + this.Label14.Size = new System.Drawing.Size(148, 16); + this.Label14.TabIndex = 9; + this.Label14.Text = "Close Button From Top:"; + // + // txtclosebuttonwidth + // + this.txtclosebuttonwidth.BackColor = System.Drawing.Color.White; + this.txtclosebuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtclosebuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtclosebuttonwidth.ForeColor = System.Drawing.Color.Black; + this.txtclosebuttonwidth.Location = new System.Drawing.Point(234, 30); + this.txtclosebuttonwidth.Name = "txtclosebuttonwidth"; + this.txtclosebuttonwidth.Size = new System.Drawing.Size(23, 22); + this.txtclosebuttonwidth.TabIndex = 7; + this.txtclosebuttonwidth.TextChanged += new System.EventHandler(this.txtclosebuttonwidth_TextChanged); + // + // Label9 + // + this.Label9.AutoSize = true; + this.Label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label9.Location = new System.Drawing.Point(258, 32); + this.Label9.Name = "Label9"; + this.Label9.Size = new System.Drawing.Size(22, 16); + this.Label9.TabIndex = 8; + this.Label9.Text = "px"; + // + // pnlrollupbuttonoptions + // + this.pnlrollupbuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label54); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label55); + this.pnlrollupbuttonoptions.Widgets.Add(this.pnlrollupbuttoncolour); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonside); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label56); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label57); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonheight); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label58); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label59); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttontop); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label60); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label61); + this.pnlrollupbuttonoptions.Widgets.Add(this.txtrollupbuttonwidth); + this.pnlrollupbuttonoptions.Widgets.Add(this.Label62); + this.pnlrollupbuttonoptions.Location = new System.Drawing.Point(4, 29); + this.pnlrollupbuttonoptions.Name = "pnlrollupbuttonoptions"; + this.pnlrollupbuttonoptions.Size = new System.Drawing.Size(311, 105); + this.pnlrollupbuttonoptions.TabIndex = 16; + this.pnlrollupbuttonoptions.Visible = false; + // + // Label54 + // + this.Label54.AutoSize = true; + this.Label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label54.Location = new System.Drawing.Point(3, 6); + this.Label54.Name = "Label54"; + this.Label54.Size = new System.Drawing.Size(138, 16); + this.Label54.TabIndex = 0; + this.Label54.Text = "Roll Up Button Colour:"; + // + // Label55 + // + this.Label55.AutoSize = true; + this.Label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label55.Location = new System.Drawing.Point(188, 82); + this.Label55.Name = "Label55"; + this.Label55.Size = new System.Drawing.Size(22, 16); + this.Label55.TabIndex = 14; + this.Label55.Text = "px"; + // + // pnlrollupbuttoncolour + // + this.pnlrollupbuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlrollupbuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlrollupbuttoncolour.Location = new System.Drawing.Point(143, 4); + this.pnlrollupbuttoncolour.Name = "pnlrollupbuttoncolour"; + this.pnlrollupbuttoncolour.Size = new System.Drawing.Size(41, 20); + this.pnlrollupbuttoncolour.TabIndex = 1; + this.pnlrollupbuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetrollupColor); + // + // txtrollupbuttonside + // + this.txtrollupbuttonside.BackColor = System.Drawing.Color.White; + this.txtrollupbuttonside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtrollupbuttonside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtrollupbuttonside.ForeColor = System.Drawing.Color.Black; + this.txtrollupbuttonside.Location = new System.Drawing.Point(164, 80); + this.txtrollupbuttonside.Name = "txtrollupbuttonside"; + this.txtrollupbuttonside.Size = new System.Drawing.Size(23, 22); + this.txtrollupbuttonside.TabIndex = 13; + this.txtrollupbuttonside.TextChanged += new System.EventHandler(this.txtrollupbuttonside_TextChanged); + // + // Label56 + // + this.Label56.AutoSize = true; + this.Label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label56.Location = new System.Drawing.Point(3, 32); + this.Label56.Name = "Label56"; + this.Label56.Size = new System.Drawing.Size(138, 16); + this.Label56.TabIndex = 2; + this.Label56.Text = "Roll Up Button Height:"; + // + // Label57 + // + this.Label57.AutoSize = true; + this.Label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label57.Location = new System.Drawing.Point(3, 82); + this.Label57.Name = "Label57"; + this.Label57.Size = new System.Drawing.Size(161, 16); + this.Label57.TabIndex = 12; + this.Label57.Text = "Roll Up Button From Side:"; + // + // txtrollupbuttonheight + // + this.txtrollupbuttonheight.BackColor = System.Drawing.Color.White; + this.txtrollupbuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtrollupbuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtrollupbuttonheight.ForeColor = System.Drawing.Color.Black; + this.txtrollupbuttonheight.Location = new System.Drawing.Point(143, 30); + this.txtrollupbuttonheight.Name = "txtrollupbuttonheight"; + this.txtrollupbuttonheight.Size = new System.Drawing.Size(23, 22); + this.txtrollupbuttonheight.TabIndex = 4; + this.txtrollupbuttonheight.TextChanged += new System.EventHandler(this.txtrollupbuttonheight_TextChanged); + // + // Label58 + // + this.Label58.AutoSize = true; + this.Label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label58.Location = new System.Drawing.Point(188, 57); + this.Label58.Name = "Label58"; + this.Label58.Size = new System.Drawing.Size(22, 16); + this.Label58.TabIndex = 11; + this.Label58.Text = "px"; + // + // Label59 + // + this.Label59.AutoSize = true; + this.Label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label59.Location = new System.Drawing.Point(167, 32); + this.Label59.Name = "Label59"; + this.Label59.Size = new System.Drawing.Size(22, 16); + this.Label59.TabIndex = 5; + this.Label59.Text = "px"; + // + // txtrollupbuttontop + // + this.txtrollupbuttontop.BackColor = System.Drawing.Color.White; + this.txtrollupbuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtrollupbuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtrollupbuttontop.ForeColor = System.Drawing.Color.Black; + this.txtrollupbuttontop.Location = new System.Drawing.Point(164, 55); + this.txtrollupbuttontop.Name = "txtrollupbuttontop"; + this.txtrollupbuttontop.Size = new System.Drawing.Size(23, 22); + this.txtrollupbuttontop.TabIndex = 10; + this.txtrollupbuttontop.TextChanged += new System.EventHandler(this.txtrollupbuttontop_TextChanged); + // + // Label60 + // + this.Label60.AutoSize = true; + this.Label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label60.Location = new System.Drawing.Point(195, 32); + this.Label60.Name = "Label60"; + this.Label60.Size = new System.Drawing.Size(45, 16); + this.Label60.TabIndex = 6; + this.Label60.Text = "Width:"; + // + // Label61 + // + this.Label61.AutoSize = true; + this.Label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label61.Location = new System.Drawing.Point(3, 57); + this.Label61.Name = "Label61"; + this.Label61.Size = new System.Drawing.Size(158, 16); + this.Label61.TabIndex = 9; + this.Label61.Text = "Roll Up Button From Top:"; + // + // txtrollupbuttonwidth + // + this.txtrollupbuttonwidth.BackColor = System.Drawing.Color.White; + this.txtrollupbuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtrollupbuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtrollupbuttonwidth.ForeColor = System.Drawing.Color.Black; + this.txtrollupbuttonwidth.Location = new System.Drawing.Point(245, 30); + this.txtrollupbuttonwidth.Name = "txtrollupbuttonwidth"; + this.txtrollupbuttonwidth.Size = new System.Drawing.Size(23, 22); + this.txtrollupbuttonwidth.TabIndex = 7; + this.txtrollupbuttonwidth.TextChanged += new System.EventHandler(this.txtrollupbuttonwidth_TextChanged); + // + // Label62 + // + this.Label62.AutoSize = true; + this.Label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label62.Location = new System.Drawing.Point(269, 32); + this.Label62.Name = "Label62"; + this.Label62.Size = new System.Drawing.Size(22, 16); + this.Label62.TabIndex = 8; + this.Label62.Text = "px"; + // + // pnlminimizebuttonoptions + // + this.pnlminimizebuttonoptions.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label82); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label83); + this.pnlminimizebuttonoptions.Widgets.Add(this.pnlminimizebuttoncolour); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonside); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label84); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label85); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonheight); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label86); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label87); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttontop); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label88); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label89); + this.pnlminimizebuttonoptions.Widgets.Add(this.txtminimizebuttonwidth); + this.pnlminimizebuttonoptions.Widgets.Add(this.Label90); + this.pnlminimizebuttonoptions.Location = new System.Drawing.Point(4, 29); + this.pnlminimizebuttonoptions.Name = "pnlminimizebuttonoptions"; + this.pnlminimizebuttonoptions.Size = new System.Drawing.Size(311, 105); + this.pnlminimizebuttonoptions.TabIndex = 18; + this.pnlminimizebuttonoptions.Visible = false; + // + // Label82 + // + this.Label82.AutoSize = true; + this.Label82.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label82.Location = new System.Drawing.Point(3, 6); + this.Label82.Name = "Label82"; + this.Label82.Size = new System.Drawing.Size(145, 16); + this.Label82.TabIndex = 0; + this.Label82.Text = "Minimize Button Colour:"; + // + // Label83 + // + this.Label83.AutoSize = true; + this.Label83.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label83.Location = new System.Drawing.Point(196, 82); + this.Label83.Name = "Label83"; + this.Label83.Size = new System.Drawing.Size(22, 16); + this.Label83.TabIndex = 14; + this.Label83.Text = "px"; + // + // pnlminimizebuttoncolour + // + this.pnlminimizebuttoncolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlminimizebuttoncolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlminimizebuttoncolour.Location = new System.Drawing.Point(149, 4); + this.pnlminimizebuttoncolour.Name = "pnlminimizebuttoncolour"; + this.pnlminimizebuttoncolour.Size = new System.Drawing.Size(41, 20); + this.pnlminimizebuttoncolour.TabIndex = 1; + this.pnlminimizebuttoncolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetMinimizeColor); + // + // txtminimizebuttonside + // + this.txtminimizebuttonside.BackColor = System.Drawing.Color.White; + this.txtminimizebuttonside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtminimizebuttonside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtminimizebuttonside.ForeColor = System.Drawing.Color.Black; + this.txtminimizebuttonside.Location = new System.Drawing.Point(172, 80); + this.txtminimizebuttonside.Name = "txtminimizebuttonside"; + this.txtminimizebuttonside.Size = new System.Drawing.Size(23, 22); + this.txtminimizebuttonside.TabIndex = 13; + this.txtminimizebuttonside.TextChanged += new System.EventHandler(this.txtminimizebuttonside_TextChanged); + // + // Label84 + // + this.Label84.AutoSize = true; + this.Label84.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label84.Location = new System.Drawing.Point(3, 32); + this.Label84.Name = "Label84"; + this.Label84.Size = new System.Drawing.Size(145, 16); + this.Label84.TabIndex = 2; + this.Label84.Text = "Minimize Button Height:"; + // + // Label85 + // + this.Label85.AutoSize = true; + this.Label85.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label85.Location = new System.Drawing.Point(3, 82); + this.Label85.Name = "Label85"; + this.Label85.Size = new System.Drawing.Size(168, 16); + this.Label85.TabIndex = 12; + this.Label85.Text = "Minimize Button From Side:"; + // + // txtminimizebuttonheight + // + this.txtminimizebuttonheight.BackColor = System.Drawing.Color.White; + this.txtminimizebuttonheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtminimizebuttonheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtminimizebuttonheight.ForeColor = System.Drawing.Color.Black; + this.txtminimizebuttonheight.Location = new System.Drawing.Point(150, 30); + this.txtminimizebuttonheight.Name = "txtminimizebuttonheight"; + this.txtminimizebuttonheight.Size = new System.Drawing.Size(23, 22); + this.txtminimizebuttonheight.TabIndex = 4; + this.txtminimizebuttonheight.TextChanged += new System.EventHandler(this.txtminimizebuttonheight_TextChanged); + // + // Label86 + // + this.Label86.AutoSize = true; + this.Label86.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label86.Location = new System.Drawing.Point(196, 57); + this.Label86.Name = "Label86"; + this.Label86.Size = new System.Drawing.Size(22, 16); + this.Label86.TabIndex = 11; + this.Label86.Text = "px"; + // + // Label87 + // + this.Label87.AutoSize = true; + this.Label87.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label87.Location = new System.Drawing.Point(174, 32); + this.Label87.Name = "Label87"; + this.Label87.Size = new System.Drawing.Size(22, 16); + this.Label87.TabIndex = 5; + this.Label87.Text = "px"; + // + // txtminimizebuttontop + // + this.txtminimizebuttontop.BackColor = System.Drawing.Color.White; + this.txtminimizebuttontop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtminimizebuttontop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtminimizebuttontop.ForeColor = System.Drawing.Color.Black; + this.txtminimizebuttontop.Location = new System.Drawing.Point(172, 55); + this.txtminimizebuttontop.Name = "txtminimizebuttontop"; + this.txtminimizebuttontop.Size = new System.Drawing.Size(23, 22); + this.txtminimizebuttontop.TabIndex = 10; + this.txtminimizebuttontop.TextChanged += new System.EventHandler(this.txtminimizebuttontop_TextChanged); + // + // Label88 + // + this.Label88.AutoSize = true; + this.Label88.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label88.Location = new System.Drawing.Point(198, 32); + this.Label88.Name = "Label88"; + this.Label88.Size = new System.Drawing.Size(45, 16); + this.Label88.TabIndex = 6; + this.Label88.Text = "Width:"; + // + // Label89 + // + this.Label89.AutoSize = true; + this.Label89.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label89.Location = new System.Drawing.Point(3, 57); + this.Label89.Name = "Label89"; + this.Label89.Size = new System.Drawing.Size(165, 16); + this.Label89.TabIndex = 9; + this.Label89.Text = "Minimize Button From Top:"; + // + // txtminimizebuttonwidth + // + this.txtminimizebuttonwidth.BackColor = System.Drawing.Color.White; + this.txtminimizebuttonwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtminimizebuttonwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtminimizebuttonwidth.ForeColor = System.Drawing.Color.Black; + this.txtminimizebuttonwidth.Location = new System.Drawing.Point(247, 30); + this.txtminimizebuttonwidth.Name = "txtminimizebuttonwidth"; + this.txtminimizebuttonwidth.Size = new System.Drawing.Size(23, 22); + this.txtminimizebuttonwidth.TabIndex = 7; + this.txtminimizebuttonwidth.TextChanged += new System.EventHandler(this.txtminimizebuttonwidth_TextChanged); + // + // Label90 + // + this.Label90.AutoSize = true; + this.Label90.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label90.Location = new System.Drawing.Point(269, 32); + this.Label90.Name = "Label90"; + this.Label90.Size = new System.Drawing.Size(22, 16); + this.Label90.TabIndex = 8; + this.Label90.Text = "px"; + // + // combobuttonoption + // + this.combobuttonoption.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.combobuttonoption.FormattingEnabled = true; + this.combobuttonoption.Items.AddRange(new object[] { + "Close Button", + "Roll Up Button"}); + this.combobuttonoption.Location = new System.Drawing.Point(157, 4); + this.combobuttonoption.Name = "combobuttonoption"; + this.combobuttonoption.Size = new System.Drawing.Size(121, 24); + this.combobuttonoption.TabIndex = 17; + this.combobuttonoption.SelectedIndexChanged += new System.EventHandler(this.combobuttonoption_SelectedIndexChanged); + // + // Label52 + // + this.Label52.AutoSize = true; + this.Label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label52.Location = new System.Drawing.Point(40, 6); + this.Label52.Name = "Label52"; + this.Label52.Size = new System.Drawing.Size(111, 16); + this.Label52.TabIndex = 15; + this.Label52.Text = "Button To Modify:"; + // + // pnltitlebaroptions + // + this.pnltitlebaroptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnltitlebaroptions.Widgets.Add(this.Label80); + this.pnltitlebaroptions.Widgets.Add(this.txticonfromtop); + this.pnltitlebaroptions.Widgets.Add(this.Label81); + this.pnltitlebaroptions.Widgets.Add(this.Label78); + this.pnltitlebaroptions.Widgets.Add(this.txticonfromside); + this.pnltitlebaroptions.Widgets.Add(this.Label79); + this.pnltitlebaroptions.Widgets.Add(this.lbcornerwidthpx); + this.pnltitlebaroptions.Widgets.Add(this.txttitlebarcornerwidth); + this.pnltitlebaroptions.Widgets.Add(this.lbcornerwidth); + this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarrightcornercolour); + this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarleftcornercolour); + this.pnltitlebaroptions.Widgets.Add(this.lbrightcornercolor); + this.pnltitlebaroptions.Widgets.Add(this.lbleftcornercolor); + this.pnltitlebaroptions.Widgets.Add(this.cboxtitlebarcorners); + this.pnltitlebaroptions.Widgets.Add(this.Label5); + this.pnltitlebaroptions.Widgets.Add(this.txttitlebarheight); + this.pnltitlebaroptions.Widgets.Add(this.Label4); + this.pnltitlebaroptions.Widgets.Add(this.pnltitlebarcolour); + this.pnltitlebaroptions.Widgets.Add(this.Label2); + this.pnltitlebaroptions.Location = new System.Drawing.Point(135, 159); + this.pnltitlebaroptions.Name = "pnltitlebaroptions"; + this.pnltitlebaroptions.Size = new System.Drawing.Size(325, 139); + this.pnltitlebaroptions.TabIndex = 9; + this.pnltitlebaroptions.Visible = false; + // + // Label80 + // + this.Label80.AutoSize = true; + this.Label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label80.Location = new System.Drawing.Point(277, 105); + this.Label80.Name = "Label80"; + this.Label80.Size = new System.Drawing.Size(22, 16); + this.Label80.TabIndex = 19; + this.Label80.Text = "px"; + // + // txticonfromtop + // + this.txticonfromtop.BackColor = System.Drawing.Color.White; + this.txticonfromtop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txticonfromtop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txticonfromtop.ForeColor = System.Drawing.Color.Black; + this.txticonfromtop.Location = new System.Drawing.Point(253, 103); + this.txticonfromtop.Name = "txticonfromtop"; + this.txticonfromtop.Size = new System.Drawing.Size(23, 22); + this.txticonfromtop.TabIndex = 18; + this.txticonfromtop.TextChanged += new System.EventHandler(this.txticonfromtop_TextChanged); + // + // Label81 + // + this.Label81.AutoSize = true; + this.Label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label81.Location = new System.Drawing.Point(157, 105); + this.Label81.Name = "Label81"; + this.Label81.Size = new System.Drawing.Size(98, 16); + this.Label81.TabIndex = 17; + this.Label81.Text = "Icon From Top:"; + // + // Label78 + // + this.Label78.AutoSize = true; + this.Label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label78.Location = new System.Drawing.Point(128, 105); + this.Label78.Name = "Label78"; + this.Label78.Size = new System.Drawing.Size(22, 16); + this.Label78.TabIndex = 16; + this.Label78.Text = "px"; + // + // txticonfromside + // + this.txticonfromside.BackColor = System.Drawing.Color.White; + this.txticonfromside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txticonfromside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txticonfromside.ForeColor = System.Drawing.Color.Black; + this.txticonfromside.Location = new System.Drawing.Point(104, 103); + this.txticonfromside.Name = "txticonfromside"; + this.txticonfromside.Size = new System.Drawing.Size(23, 22); + this.txticonfromside.TabIndex = 15; + this.txticonfromside.TextChanged += new System.EventHandler(this.txticonfromside_TextChanged); + // + // Label79 + // + this.Label79.AutoSize = true; + this.Label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label79.Location = new System.Drawing.Point(3, 105); + this.Label79.Name = "Label79"; + this.Label79.Size = new System.Drawing.Size(101, 16); + this.Label79.TabIndex = 14; + this.Label79.Text = "Icon From Side:"; + // + // lbcornerwidthpx + // + this.lbcornerwidthpx.AutoSize = true; + this.lbcornerwidthpx.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbcornerwidthpx.Location = new System.Drawing.Point(277, 32); + this.lbcornerwidthpx.Name = "lbcornerwidthpx"; + this.lbcornerwidthpx.Size = new System.Drawing.Size(22, 16); + this.lbcornerwidthpx.TabIndex = 13; + this.lbcornerwidthpx.Text = "px"; + // + // txttitlebarcornerwidth + // + this.txttitlebarcornerwidth.BackColor = System.Drawing.Color.White; + this.txttitlebarcornerwidth.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txttitlebarcornerwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txttitlebarcornerwidth.ForeColor = System.Drawing.Color.Black; + this.txttitlebarcornerwidth.Location = new System.Drawing.Point(253, 30); + this.txttitlebarcornerwidth.Name = "txttitlebarcornerwidth"; + this.txttitlebarcornerwidth.Size = new System.Drawing.Size(23, 22); + this.txttitlebarcornerwidth.TabIndex = 12; + this.txttitlebarcornerwidth.TextChanged += new System.EventHandler(this.txttitlebarcornerwidth_TextChanged); + // + // lbcornerwidth + // + this.lbcornerwidth.AutoSize = true; + this.lbcornerwidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbcornerwidth.Location = new System.Drawing.Point(163, 32); + this.lbcornerwidth.Name = "lbcornerwidth"; + this.lbcornerwidth.Size = new System.Drawing.Size(88, 16); + this.lbcornerwidth.TabIndex = 11; + this.lbcornerwidth.Text = "Corner Width:"; + // + // pnltitlebarrightcornercolour + // + this.pnltitlebarrightcornercolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnltitlebarrightcornercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltitlebarrightcornercolour.Location = new System.Drawing.Point(136, 80); + this.pnltitlebarrightcornercolour.Name = "pnltitlebarrightcornercolour"; + this.pnltitlebarrightcornercolour.Size = new System.Drawing.Size(41, 20); + this.pnltitlebarrightcornercolour.TabIndex = 10; + this.pnltitlebarrightcornercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetRightCornerColor); + // + // pnltitlebarleftcornercolour + // + this.pnltitlebarleftcornercolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnltitlebarleftcornercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltitlebarleftcornercolour.Location = new System.Drawing.Point(126, 56); + this.pnltitlebarleftcornercolour.Name = "pnltitlebarleftcornercolour"; + this.pnltitlebarleftcornercolour.Size = new System.Drawing.Size(41, 20); + this.pnltitlebarleftcornercolour.TabIndex = 8; + this.pnltitlebarleftcornercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetLeftCornerColor); + // + // lbrightcornercolor + // + this.lbrightcornercolor.AutoSize = true; + this.lbrightcornercolor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbrightcornercolor.Location = new System.Drawing.Point(3, 81); + this.lbrightcornercolor.Name = "lbrightcornercolor"; + this.lbrightcornercolor.Size = new System.Drawing.Size(127, 16); + this.lbrightcornercolor.TabIndex = 9; + this.lbrightcornercolor.Text = "Right Corner Colour:"; + // + // lbleftcornercolor + // + this.lbleftcornercolor.AutoSize = true; + this.lbleftcornercolor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbleftcornercolor.Location = new System.Drawing.Point(3, 57); + this.lbleftcornercolor.Name = "lbleftcornercolor"; + this.lbleftcornercolor.Size = new System.Drawing.Size(117, 16); + this.lbleftcornercolor.TabIndex = 7; + this.lbleftcornercolor.Text = "Left Corner Colour:"; + // + // cboxtitlebarcorners + // + 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.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"; + this.cboxtitlebarcorners.Size = new System.Drawing.Size(131, 21); + this.cboxtitlebarcorners.TabIndex = 6; + this.cboxtitlebarcorners.Text = "Title Bar Corners"; + this.cboxtitlebarcorners.UseVisualStyleBackColor = true; + this.cboxtitlebarcorners.CheckedChanged += new System.EventHandler(this.cboxtitlebarcorners_CheckedChanged); + // + // Label5 + // + this.Label5.AutoSize = true; + this.Label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label5.Location = new System.Drawing.Point(136, 32); + this.Label5.Name = "Label5"; + this.Label5.Size = new System.Drawing.Size(22, 16); + this.Label5.TabIndex = 5; + this.Label5.Text = "px"; + // + // txttitlebarheight + // + this.txttitlebarheight.BackColor = System.Drawing.Color.White; + this.txttitlebarheight.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txttitlebarheight.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txttitlebarheight.ForeColor = System.Drawing.Color.Black; + this.txttitlebarheight.Location = new System.Drawing.Point(112, 30); + this.txttitlebarheight.Name = "txttitlebarheight"; + this.txttitlebarheight.Size = new System.Drawing.Size(23, 22); + this.txttitlebarheight.TabIndex = 4; + this.txttitlebarheight.TextChanged += new System.EventHandler(this.txttitlebarheight_TextChanged); + // + // Label4 + // + this.Label4.AutoSize = true; + this.Label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label4.Location = new System.Drawing.Point(3, 32); + this.Label4.Name = "Label4"; + this.Label4.Size = new System.Drawing.Size(103, 16); + this.Label4.TabIndex = 2; + this.Label4.Text = "Title Bar Height:"; + // + // pnltitlebarcolour + // + this.pnltitlebarcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnltitlebarcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltitlebarcolour.Location = new System.Drawing.Point(112, 5); + this.pnltitlebarcolour.Name = "pnltitlebarcolour"; + this.pnltitlebarcolour.Size = new System.Drawing.Size(41, 20); + this.pnltitlebarcolour.TabIndex = 1; + this.pnltitlebarcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetTitlebarColor); + // + // Label2 + // + this.Label2.AutoSize = true; + this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label2.Location = new System.Drawing.Point(3, 7); + this.Label2.Name = "Label2"; + this.Label2.Size = new System.Drawing.Size(103, 16); + this.Label2.TabIndex = 0; + this.Label2.Text = "Title Bar Colour:"; + // + // pnlborderoptions + // + this.pnlborderoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnlborderoptions.Widgets.Add(this.cbindividualbordercolours); + this.pnlborderoptions.Widgets.Add(this.pnlborderbottomrightcolour); + this.pnlborderoptions.Widgets.Add(this.lbbright); + this.pnlborderoptions.Widgets.Add(this.pnlborderbottomcolour); + this.pnlborderoptions.Widgets.Add(this.lbbottom); + this.pnlborderoptions.Widgets.Add(this.pnlborderbottomleftcolour); + this.pnlborderoptions.Widgets.Add(this.lbbleft); + this.pnlborderoptions.Widgets.Add(this.pnlborderrightcolour); + this.pnlborderoptions.Widgets.Add(this.lbright); + this.pnlborderoptions.Widgets.Add(this.pnlborderleftcolour); + this.pnlborderoptions.Widgets.Add(this.lbleft); + this.pnlborderoptions.Widgets.Add(this.Label15); + this.pnlborderoptions.Widgets.Add(this.pnlbordercolour); + this.pnlborderoptions.Widgets.Add(this.txtbordersize); + this.pnlborderoptions.Widgets.Add(this.Label3); + this.pnlborderoptions.Widgets.Add(this.Label16); + this.pnlborderoptions.Location = new System.Drawing.Point(135, 159); + this.pnlborderoptions.Name = "pnlborderoptions"; + this.pnlborderoptions.RightToLeft = ShiftUI.RightToLeft.Yes; + this.pnlborderoptions.Size = new System.Drawing.Size(325, 139); + this.pnlborderoptions.TabIndex = 10; + this.pnlborderoptions.Visible = false; + // + // cbindividualbordercolours + // + 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.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"; + this.cbindividualbordercolours.Size = new System.Drawing.Size(135, 21); + this.cbindividualbordercolours.TabIndex = 28; + this.cbindividualbordercolours.Text = "Individual Colours"; + this.cbindividualbordercolours.UseVisualStyleBackColor = true; + this.cbindividualbordercolours.CheckedChanged += new System.EventHandler(this.cbindividualbordercolours_CheckedChanged); + // + // pnlborderbottomrightcolour + // + this.pnlborderbottomrightcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderbottomrightcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlborderbottomrightcolour.Location = new System.Drawing.Point(132, 101); + this.pnlborderbottomrightcolour.Name = "pnlborderbottomrightcolour"; + this.pnlborderbottomrightcolour.Size = new System.Drawing.Size(41, 20); + this.pnlborderbottomrightcolour.TabIndex = 27; + this.pnlborderbottomrightcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomRBorderColor); + // + // lbbright + // + this.lbbright.AutoSize = true; + this.lbbright.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbbright.Location = new System.Drawing.Point(3, 103); + this.lbbright.Name = "lbbright"; + this.lbbright.Size = new System.Drawing.Size(129, 16); + this.lbbright.TabIndex = 26; + this.lbbright.Text = "Bottom Right Colour:"; + // + // pnlborderbottomcolour + // + this.pnlborderbottomcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderbottomcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlborderbottomcolour.Location = new System.Drawing.Point(263, 31); + this.pnlborderbottomcolour.Name = "pnlborderbottomcolour"; + this.pnlborderbottomcolour.Size = new System.Drawing.Size(41, 20); + this.pnlborderbottomcolour.TabIndex = 25; + this.pnlborderbottomcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomBorderColor); + // + // lbbottom + // + this.lbbottom.AutoSize = true; + this.lbbottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbbottom.Location = new System.Drawing.Point(158, 32); + this.lbbottom.Name = "lbbottom"; + this.lbbottom.Size = new System.Drawing.Size(95, 16); + this.lbbottom.TabIndex = 24; + this.lbbottom.Text = "Bottom Colour:"; + // + // pnlborderbottomleftcolour + // + this.pnlborderbottomleftcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderbottomleftcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlborderbottomleftcolour.Location = new System.Drawing.Point(124, 78); + this.pnlborderbottomleftcolour.Name = "pnlborderbottomleftcolour"; + this.pnlborderbottomleftcolour.Size = new System.Drawing.Size(41, 20); + this.pnlborderbottomleftcolour.TabIndex = 23; + this.pnlborderbottomleftcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetBottomLColor); + // + // lbbleft + // + this.lbbleft.AutoSize = true; + this.lbbleft.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbbleft.Location = new System.Drawing.Point(3, 80); + this.lbbleft.Name = "lbbleft"; + this.lbbleft.Size = new System.Drawing.Size(119, 16); + this.lbbleft.TabIndex = 22; + this.lbbleft.Text = "Bottom Left Colour:"; + // + // pnlborderrightcolour + // + this.pnlborderrightcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderrightcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlborderrightcolour.Location = new System.Drawing.Point(263, 54); + this.pnlborderrightcolour.Name = "pnlborderrightcolour"; + this.pnlborderrightcolour.Size = new System.Drawing.Size(41, 20); + this.pnlborderrightcolour.TabIndex = 21; + this.pnlborderrightcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetRightBorderColor); + // + // lbright + // + this.lbright.AutoSize = true; + this.lbright.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbright.Location = new System.Drawing.Point(157, 56); + this.lbright.Name = "lbright"; + this.lbright.Size = new System.Drawing.Size(84, 16); + this.lbright.TabIndex = 20; + this.lbright.Text = "Right Colour:"; + // + // pnlborderleftcolour + // + this.pnlborderleftcolour.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch; + this.pnlborderleftcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlborderleftcolour.Location = new System.Drawing.Point(102, 54); + this.pnlborderleftcolour.Name = "pnlborderleftcolour"; + this.pnlborderleftcolour.Size = new System.Drawing.Size(41, 20); + this.pnlborderleftcolour.TabIndex = 19; + this.pnlborderleftcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetLeftBorderColor); + // + // lbleft + // + this.lbleft.AutoSize = true; + this.lbleft.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbleft.Location = new System.Drawing.Point(3, 56); + this.lbleft.Name = "lbleft"; + this.lbleft.Size = new System.Drawing.Size(74, 16); + this.lbleft.TabIndex = 18; + this.lbleft.Text = "Left Colour:"; + // + // Label15 + // + this.Label15.AutoSize = true; + this.Label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label15.Location = new System.Drawing.Point(126, 31); + this.Label15.Name = "Label15"; + this.Label15.Size = new System.Drawing.Size(22, 16); + this.Label15.TabIndex = 17; + this.Label15.Text = "px"; + // + // pnlbordercolour + // + this.pnlbordercolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlbordercolour.Location = new System.Drawing.Point(102, 5); + this.pnlbordercolour.Name = "pnlbordercolour"; + this.pnlbordercolour.Size = new System.Drawing.Size(41, 20); + this.pnlbordercolour.TabIndex = 3; + this.pnlbordercolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetMainBorderColor); + // + // txtbordersize + // + this.txtbordersize.BackColor = System.Drawing.Color.White; + this.txtbordersize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtbordersize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtbordersize.ForeColor = System.Drawing.Color.Black; + this.txtbordersize.Location = new System.Drawing.Point(102, 29); + this.txtbordersize.Name = "txtbordersize"; + this.txtbordersize.Size = new System.Drawing.Size(23, 22); + this.txtbordersize.TabIndex = 16; + this.txtbordersize.TextChanged += new System.EventHandler(this.txtbordersize_TextChanged); + // + // Label3 + // + this.Label3.AutoSize = true; + this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label3.Location = new System.Drawing.Point(3, 7); + this.Label3.Name = "Label3"; + this.Label3.Size = new System.Drawing.Size(94, 16); + this.Label3.TabIndex = 2; + this.Label3.Text = "Border Colour:"; + // + // Label16 + // + this.Label16.AutoSize = true; + this.Label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label16.Location = new System.Drawing.Point(3, 31); + this.Label16.Name = "Label16"; + this.Label16.Size = new System.Drawing.Size(81, 16); + this.Label16.TabIndex = 15; + this.Label16.Text = "Border Size:"; + // + // pnltitletextoptions + // + this.pnltitletextoptions.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right))); + this.pnltitletextoptions.Widgets.Add(this.combotitletextposition); + this.pnltitletextoptions.Widgets.Add(this.Label53); + this.pnltitletextoptions.Widgets.Add(this.combotitletextstyle); + this.pnltitletextoptions.Widgets.Add(this.combotitletextfont); + this.pnltitletextoptions.Widgets.Add(this.Label23); + this.pnltitletextoptions.Widgets.Add(this.Label17); + this.pnltitletextoptions.Widgets.Add(this.txttitletextside); + this.pnltitletextoptions.Widgets.Add(this.Label18); + this.pnltitletextoptions.Widgets.Add(this.Label19); + this.pnltitletextoptions.Widgets.Add(this.txttitletexttop); + this.pnltitletextoptions.Widgets.Add(this.Label20); + this.pnltitletextoptions.Widgets.Add(this.Label21); + this.pnltitletextoptions.Widgets.Add(this.txttitletextsize); + this.pnltitletextoptions.Widgets.Add(this.Label22); + this.pnltitletextoptions.Widgets.Add(this.Label24); + this.pnltitletextoptions.Widgets.Add(this.pnltitletextcolour); + this.pnltitletextoptions.Widgets.Add(this.Label25); + this.pnltitletextoptions.Location = new System.Drawing.Point(135, 159); + this.pnltitletextoptions.Name = "pnltitletextoptions"; + this.pnltitletextoptions.Size = new System.Drawing.Size(325, 139); + this.pnltitletextoptions.TabIndex = 15; + this.pnltitletextoptions.Visible = false; + // + // combotitletextposition + // + this.combotitletextposition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.combotitletextposition.FormattingEnabled = true; + this.combotitletextposition.Items.AddRange(new object[] { + "Left", + "Centre"}); + this.combotitletextposition.Location = new System.Drawing.Point(211, 54); + this.combotitletextposition.Name = "combotitletextposition"; + this.combotitletextposition.Size = new System.Drawing.Size(95, 24); + this.combotitletextposition.TabIndex = 21; + this.combotitletextposition.SelectedIndexChanged += new System.EventHandler(this.combotitletextposition_SelectedIndexChanged); + // + // Label53 + // + this.Label53.AutoSize = true; + this.Label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label53.Location = new System.Drawing.Point(149, 57); + this.Label53.Name = "Label53"; + this.Label53.Size = new System.Drawing.Size(59, 16); + this.Label53.TabIndex = 20; + this.Label53.Text = "Position:"; + // + // combotitletextstyle + // + this.combotitletextstyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.combotitletextstyle.FormattingEnabled = true; + this.combotitletextstyle.Items.AddRange(new object[] { + "Bold", + "Italic", + "Regular", + "Strikeout", + "Underline"}); + this.combotitletextstyle.Location = new System.Drawing.Point(207, 3); + this.combotitletextstyle.Name = "combotitletextstyle"; + this.combotitletextstyle.Size = new System.Drawing.Size(99, 24); + this.combotitletextstyle.TabIndex = 18; + this.combotitletextstyle.SelectedIndexChanged += new System.EventHandler(this.combotitletextstyle_SelectedIndexChanged); + // + // combotitletextfont + // + this.combotitletextfont.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.combotitletextfont.FormattingEnabled = true; + this.combotitletextfont.Location = new System.Drawing.Point(100, 30); + this.combotitletextfont.Name = "combotitletextfont"; + this.combotitletextfont.Size = new System.Drawing.Size(202, 24); + this.combotitletextfont.TabIndex = 17; + this.combotitletextfont.SelectedIndexChanged += new System.EventHandler(this.combotitletextfont_SelectedIndexChanged); + // + // Label23 + // + this.Label23.AutoSize = true; + this.Label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label23.Location = new System.Drawing.Point(164, 7); + this.Label23.Name = "Label23"; + this.Label23.Size = new System.Drawing.Size(41, 16); + this.Label23.TabIndex = 15; + this.Label23.Text = "Style:"; + // + // Label17 + // + this.Label17.AutoSize = true; + this.Label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label17.Location = new System.Drawing.Point(159, 107); + this.Label17.Name = "Label17"; + this.Label17.Size = new System.Drawing.Size(22, 16); + this.Label17.TabIndex = 14; + this.Label17.Text = "px"; + // + // txttitletextside + // + this.txttitletextside.BackColor = System.Drawing.Color.White; + this.txttitletextside.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txttitletextside.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txttitletextside.ForeColor = System.Drawing.Color.Black; + this.txttitletextside.Location = new System.Drawing.Point(135, 105); + this.txttitletextside.Name = "txttitletextside"; + this.txttitletextside.Size = new System.Drawing.Size(23, 22); + this.txttitletextside.TabIndex = 13; + this.txttitletextside.TextChanged += new System.EventHandler(this.txttitletextside_TextChanged); + // + // Label18 + // + this.Label18.AutoSize = true; + this.Label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label18.Location = new System.Drawing.Point(3, 107); + this.Label18.Name = "Label18"; + this.Label18.Size = new System.Drawing.Size(131, 16); + this.Label18.TabIndex = 12; + this.Label18.Text = "Title Text From Side:"; + // + // Label19 + // + this.Label19.AutoSize = true; + this.Label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label19.Location = new System.Drawing.Point(159, 82); + this.Label19.Name = "Label19"; + this.Label19.Size = new System.Drawing.Size(22, 16); + this.Label19.TabIndex = 11; + this.Label19.Text = "px"; + // + // txttitletexttop + // + this.txttitletexttop.BackColor = System.Drawing.Color.White; + this.txttitletexttop.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txttitletexttop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txttitletexttop.ForeColor = System.Drawing.Color.Black; + this.txttitletexttop.Location = new System.Drawing.Point(135, 80); + this.txttitletexttop.Name = "txttitletexttop"; + this.txttitletexttop.Size = new System.Drawing.Size(23, 22); + this.txttitletexttop.TabIndex = 10; + this.txttitletexttop.TextChanged += new System.EventHandler(this.txttitletexttop_TextChanged); + // + // Label20 + // + this.Label20.AutoSize = true; + this.Label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label20.Location = new System.Drawing.Point(3, 82); + this.Label20.Name = "Label20"; + this.Label20.Size = new System.Drawing.Size(128, 16); + this.Label20.TabIndex = 9; + this.Label20.Text = "Title Text From Top:"; + // + // Label21 + // + this.Label21.AutoSize = true; + this.Label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label21.Location = new System.Drawing.Point(124, 57); + this.Label21.Name = "Label21"; + this.Label21.Size = new System.Drawing.Size(22, 16); + this.Label21.TabIndex = 8; + this.Label21.Text = "px"; + // + // txttitletextsize + // + this.txttitletextsize.BackColor = System.Drawing.Color.White; + this.txttitletextsize.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txttitletextsize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txttitletextsize.ForeColor = System.Drawing.Color.Black; + this.txttitletextsize.Location = new System.Drawing.Point(100, 55); + this.txttitletextsize.Name = "txttitletextsize"; + this.txttitletextsize.Size = new System.Drawing.Size(23, 22); + this.txttitletextsize.TabIndex = 7; + this.txttitletextsize.TextChanged += new System.EventHandler(this.txttitletextsize_TextChanged); + // + // Label22 + // + this.Label22.AutoSize = true; + this.Label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label22.Location = new System.Drawing.Point(3, 57); + this.Label22.Name = "Label22"; + this.Label22.Size = new System.Drawing.Size(95, 16); + this.Label22.TabIndex = 6; + this.Label22.Text = "Title Text Size:"; + // + // Label24 + // + this.Label24.AutoSize = true; + this.Label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label24.Location = new System.Drawing.Point(3, 33); + this.Label24.Name = "Label24"; + this.Label24.Size = new System.Drawing.Size(95, 16); + this.Label24.TabIndex = 2; + this.Label24.Text = "Title Text Font:"; + // + // pnltitletextcolour + // + this.pnltitletextcolour.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltitletextcolour.Location = new System.Drawing.Point(114, 5); + this.pnltitletextcolour.Name = "pnltitletextcolour"; + this.pnltitletextcolour.Size = new System.Drawing.Size(41, 20); + this.pnltitletextcolour.TabIndex = 1; + this.pnltitletextcolour.MouseClick += new ShiftUI.MouseEventHandler(this.SetTitleTextColor); + // + // Label25 + // + this.Label25.AutoSize = true; + this.Label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label25.Location = new System.Drawing.Point(3, 7); + this.Label25.Name = "Label25"; + this.Label25.Size = new System.Drawing.Size(108, 16); + this.Label25.TabIndex = 0; + this.Label25.Text = "Title Text Colour:"; + // + // pnlwindowsobjects + // + this.pnlwindowsobjects.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + this.pnlwindowsobjects.Widgets.Add(this.btnborders); + this.pnlwindowsobjects.Widgets.Add(this.btnbuttons); + this.pnlwindowsobjects.Widgets.Add(this.btntitletext); + this.pnlwindowsobjects.Widgets.Add(this.btntitlebar); + this.pnlwindowsobjects.Location = new System.Drawing.Point(1, 159); + this.pnlwindowsobjects.Name = "pnlwindowsobjects"; + this.pnlwindowsobjects.Size = new System.Drawing.Size(128, 135); + this.pnlwindowsobjects.TabIndex = 8; + // + // btnborders + // + this.btnborders.BackColor = System.Drawing.Color.White; + 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"; + this.btnborders.Size = new System.Drawing.Size(119, 29); + this.btnborders.TabIndex = 7; + this.btnborders.TabStop = false; + this.btnborders.Text = "Borders"; + this.btnborders.UseVisualStyleBackColor = false; + this.btnborders.Click += new System.EventHandler(this.btnborders_Click); + // + // btnbuttons + // + this.btnbuttons.BackColor = System.Drawing.Color.White; + 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"; + this.btnbuttons.Size = new System.Drawing.Size(119, 29); + this.btnbuttons.TabIndex = 6; + this.btnbuttons.TabStop = false; + this.btnbuttons.Text = "Buttons"; + this.btnbuttons.UseVisualStyleBackColor = false; + this.btnbuttons.Click += new System.EventHandler(this.btnbuttons_Click); + // + // btntitletext + // + this.btntitletext.BackColor = System.Drawing.Color.White; + 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"; + this.btntitletext.Size = new System.Drawing.Size(119, 29); + this.btntitletext.TabIndex = 5; + this.btntitletext.TabStop = false; + this.btntitletext.Text = "Title Text"; + this.btntitletext.UseVisualStyleBackColor = false; + this.btntitletext.Click += new System.EventHandler(this.btntitletext_Click_1); + // + // btntitlebar + // + this.btntitlebar.BackColor = System.Drawing.Color.White; + 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"; + this.btntitlebar.Size = new System.Drawing.Size(119, 29); + this.btntitlebar.TabIndex = 4; + this.btntitlebar.TabStop = false; + this.btntitlebar.Text = "Title Bar"; + this.btntitlebar.UseVisualStyleBackColor = false; + this.btntitlebar.Click += new System.EventHandler(this.btntitlebar_Click); + // + // pnlwindowpreview + // + this.pnlwindowpreview.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlwindowpreview.Widgets.Add(this.prepgcontent); + this.pnlwindowpreview.Widgets.Add(this.prepgbottom); + this.pnlwindowpreview.Widgets.Add(this.prepgleft); + this.pnlwindowpreview.Widgets.Add(this.prepgright); + this.pnlwindowpreview.Widgets.Add(this.pretitlebar); + this.pnlwindowpreview.Location = new System.Drawing.Point(5, 3); + this.pnlwindowpreview.Name = "pnlwindowpreview"; + this.pnlwindowpreview.Size = new System.Drawing.Size(448, 148); + this.pnlwindowpreview.TabIndex = 0; + // + // prepgcontent + // + this.prepgcontent.Dock = ShiftUI.DockStyle.Fill; + this.prepgcontent.Location = new System.Drawing.Point(2, 30); + this.prepgcontent.Name = "prepgcontent"; + this.prepgcontent.Size = new System.Drawing.Size(444, 116); + this.prepgcontent.TabIndex = 20; + // + // prepgbottom + // + this.prepgbottom.BackColor = System.Drawing.Color.Gray; + this.prepgbottom.Dock = ShiftUI.DockStyle.Bottom; + this.prepgbottom.Location = new System.Drawing.Point(2, 146); + this.prepgbottom.Name = "prepgbottom"; + this.prepgbottom.Size = new System.Drawing.Size(444, 2); + this.prepgbottom.TabIndex = 23; + // + // prepgleft + // + this.prepgleft.BackColor = System.Drawing.Color.Gray; + this.prepgleft.Widgets.Add(this.prepgbottomlcorner); + this.prepgleft.Dock = ShiftUI.DockStyle.Left; + this.prepgleft.Location = new System.Drawing.Point(0, 30); + this.prepgleft.Name = "prepgleft"; + this.prepgleft.Size = new System.Drawing.Size(2, 118); + this.prepgleft.TabIndex = 21; + // + // prepgbottomlcorner + // + this.prepgbottomlcorner.BackColor = System.Drawing.Color.Red; + this.prepgbottomlcorner.Dock = ShiftUI.DockStyle.Bottom; + this.prepgbottomlcorner.Location = new System.Drawing.Point(0, 116); + this.prepgbottomlcorner.Name = "prepgbottomlcorner"; + this.prepgbottomlcorner.Size = new System.Drawing.Size(2, 2); + this.prepgbottomlcorner.TabIndex = 14; + // + // prepgright + // + this.prepgright.BackColor = System.Drawing.Color.Gray; + this.prepgright.Widgets.Add(this.prepgbottomrcorner); + this.prepgright.Dock = ShiftUI.DockStyle.Right; + this.prepgright.Location = new System.Drawing.Point(446, 30); + this.prepgright.Name = "prepgright"; + this.prepgright.Size = new System.Drawing.Size(2, 118); + this.prepgright.TabIndex = 22; + // + // prepgbottomrcorner + // + this.prepgbottomrcorner.BackColor = System.Drawing.Color.Red; + this.prepgbottomrcorner.Dock = ShiftUI.DockStyle.Bottom; + this.prepgbottomrcorner.Location = new System.Drawing.Point(0, 116); + this.prepgbottomrcorner.Name = "prepgbottomrcorner"; + this.prepgbottomrcorner.Size = new System.Drawing.Size(2, 2); + this.prepgbottomrcorner.TabIndex = 15; + // + // pretitlebar + // + this.pretitlebar.BackColor = System.Drawing.Color.Gray; + this.pretitlebar.Widgets.Add(this.preminimizebutton); + this.pretitlebar.Widgets.Add(this.prepnlicon); + this.pretitlebar.Widgets.Add(this.prerollupbutton); + this.pretitlebar.Widgets.Add(this.preclosebutton); + this.pretitlebar.Widgets.Add(this.pretitletext); + this.pretitlebar.Widgets.Add(this.prepgtoplcorner); + this.pretitlebar.Widgets.Add(this.prepgtoprcorner); + this.pretitlebar.Dock = ShiftUI.DockStyle.Top; + this.pretitlebar.ForeColor = System.Drawing.Color.White; + this.pretitlebar.Location = new System.Drawing.Point(0, 0); + this.pretitlebar.Name = "pretitlebar"; + this.pretitlebar.Size = new System.Drawing.Size(448, 30); + this.pretitlebar.TabIndex = 19; + // + // preminimizebutton + // + this.preminimizebutton.BackColor = System.Drawing.Color.Black; + this.preminimizebutton.Location = new System.Drawing.Point(185, 5); + this.preminimizebutton.Name = "preminimizebutton"; + this.preminimizebutton.Size = new System.Drawing.Size(22, 22); + this.preminimizebutton.TabIndex = 31; + // + // prepnlicon + // + this.prepnlicon.BackColor = System.Drawing.Color.Transparent; + this.prepnlicon.Location = new System.Drawing.Point(8, 8); + this.prepnlicon.Name = "prepnlicon"; + this.prepnlicon.Size = new System.Drawing.Size(16, 16); + this.prepnlicon.TabIndex = 32; + this.prepnlicon.TabStop = false; + this.prepnlicon.Visible = false; + // + // prerollupbutton + // + this.prerollupbutton.BackColor = System.Drawing.Color.Black; + this.prerollupbutton.Location = new System.Drawing.Point(213, 5); + this.prerollupbutton.Name = "prerollupbutton"; + this.prerollupbutton.Size = new System.Drawing.Size(22, 22); + this.prerollupbutton.TabIndex = 31; + // + // preclosebutton + // + this.preclosebutton.BackColor = System.Drawing.Color.Black; + this.preclosebutton.Location = new System.Drawing.Point(251, 5); + this.preclosebutton.Name = "preclosebutton"; + this.preclosebutton.Size = new System.Drawing.Size(22, 22); + this.preclosebutton.TabIndex = 20; + // + // pretitletext + // + this.pretitletext.AutoSize = true; + this.pretitletext.BackColor = System.Drawing.Color.Transparent; + this.pretitletext.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.pretitletext.Location = new System.Drawing.Point(29, 7); + this.pretitletext.Name = "pretitletext"; + this.pretitletext.Size = new System.Drawing.Size(77, 18); + this.pretitletext.TabIndex = 19; + this.pretitletext.Text = "Template"; + // + // prepgtoplcorner + // + this.prepgtoplcorner.BackColor = System.Drawing.Color.Red; + this.prepgtoplcorner.Dock = ShiftUI.DockStyle.Left; + this.prepgtoplcorner.Location = new System.Drawing.Point(0, 0); + this.prepgtoplcorner.Name = "prepgtoplcorner"; + this.prepgtoplcorner.Size = new System.Drawing.Size(2, 30); + this.prepgtoplcorner.TabIndex = 17; + // + // prepgtoprcorner + // + this.prepgtoprcorner.BackColor = System.Drawing.Color.Red; + this.prepgtoprcorner.Dock = ShiftUI.DockStyle.Right; + this.prepgtoprcorner.Location = new System.Drawing.Point(446, 0); + this.prepgtoprcorner.Name = "prepgtoprcorner"; + this.prepgtoprcorner.Size = new System.Drawing.Size(2, 30); + this.prepgtoprcorner.TabIndex = 16; + // + // pnlreset + // + this.pnlreset.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlreset.Widgets.Add(this.Label113); + this.pnlreset.Widgets.Add(this.btnresetallsettings); + this.pnlreset.Widgets.Add(this.Label109); + this.pnlreset.Widgets.Add(this.Label111); + this.pnlreset.Location = new System.Drawing.Point(134, 9); + this.pnlreset.Name = "pnlreset"; + this.pnlreset.Size = new System.Drawing.Size(457, 306); + this.pnlreset.TabIndex = 18; + // + // Label113 + // + this.Label113.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label113.Location = new System.Drawing.Point(57, 231); + this.Label113.Name = "Label113"; + this.Label113.Size = new System.Drawing.Size(332, 33); + this.Label113.TabIndex = 5; + this.Label113.Text = "Warning! A Global Reset Is Irreversible!"; + this.Label113.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // btnresetallsettings + // + 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"; + this.btnresetallsettings.Size = new System.Drawing.Size(255, 83); + this.btnresetallsettings.TabIndex = 4; + this.btnresetallsettings.TabStop = false; + this.btnresetallsettings.Text = "Reset All Settings"; + this.btnresetallsettings.UseVisualStyleBackColor = true; + this.btnresetallsettings.Click += new System.EventHandler(this.btnresetallsettings_Click); + // + // Label109 + // + this.Label109.BackColor = System.Drawing.Color.Transparent; + this.Label109.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label109.Location = new System.Drawing.Point(4, 40); + this.Label109.Name = "Label109"; + this.Label109.Size = new System.Drawing.Size(451, 66); + this.Label109.TabIndex = 3; + this.Label109.Text = resources.GetString("Label109.Text"); + this.Label109.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // Label111 + // + this.Label111.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label111.Location = new System.Drawing.Point(68, 4); + this.Label111.Name = "Label111"; + this.Label111.Size = new System.Drawing.Size(332, 33); + this.Label111.TabIndex = 2; + this.Label111.Text = "Global Settings Reset!"; + this.Label111.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // pgcontents + // + this.pgcontents.BackColor = System.Drawing.Color.White; + this.pgcontents.Widgets.Add(this.pnldesktopoptions); + this.pgcontents.Widgets.Add(this.pnlluaoptions); + this.pgcontents.Widgets.Add(this.pnldesktopcomposition); + this.pgcontents.Widgets.Add(this.pnlreset); + this.pgcontents.Widgets.Add(this.pnlwindowsoptions); + this.pgcontents.Widgets.Add(this.pnlmenus); + this.pgcontents.Widgets.Add(this.pnlshifterintro); + this.pgcontents.Widgets.Add(this.catholder); + this.pgcontents.Widgets.Add(this.btnapply); + this.pgcontents.Widgets.Add(this.Label1); + this.pgcontents.Dock = ShiftUI.DockStyle.Fill; + this.pgcontents.Location = new System.Drawing.Point(0, 0); + this.pgcontents.Name = "pgcontents"; + this.pgcontents.Size = new System.Drawing.Size(600, 323); + this.pgcontents.TabIndex = 0; + // + // pnldesktopcomposition + // + this.pnldesktopcomposition.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnldesktopcomposition.BackColor = System.Drawing.Color.White; + this.pnldesktopcomposition.Widgets.Add(this.pnlfancywindows); + this.pnldesktopcomposition.Widgets.Add(this.pnlfancydragging); + this.pnldesktopcomposition.Widgets.Add(this.pnlfancyintro); + this.pnldesktopcomposition.Widgets.Add(this.panel18); + this.pnldesktopcomposition.Widgets.Add(this.panel25); + this.pnldesktopcomposition.Widgets.Add(this.panel36); + this.pnldesktopcomposition.Widgets.Add(this.label176); + this.pnldesktopcomposition.Location = new System.Drawing.Point(134, 9); + this.pnldesktopcomposition.Name = "pnldesktopcomposition"; + this.pnldesktopcomposition.Size = new System.Drawing.Size(457, 306); + this.pnldesktopcomposition.TabIndex = 20; + // + // pnlfancywindows + // + this.pnlfancywindows.Widgets.Add(this.txtwinfadedec); + this.pnlfancywindows.Widgets.Add(this.label150); + this.pnlfancywindows.Widgets.Add(this.txtwinfadespeed); + this.pnlfancywindows.Widgets.Add(this.label151); + this.pnlfancywindows.Widgets.Add(this.cbdrageffect); + this.pnlfancywindows.Widgets.Add(this.label141); + this.pnlfancywindows.Widgets.Add(this.cbcloseanim); + this.pnlfancywindows.Widgets.Add(this.label128); + this.pnlfancywindows.Widgets.Add(this.cbopenanim); + this.pnlfancywindows.Widgets.Add(this.label127); + this.pnlfancywindows.Widgets.Add(this.label149); + this.pnlfancywindows.Location = new System.Drawing.Point(139, 43); + this.pnlfancywindows.Name = "pnlfancywindows"; + this.pnlfancywindows.Size = new System.Drawing.Size(311, 256); + this.pnlfancywindows.TabIndex = 13; + // + // txtwinfadedec + // + this.txtwinfadedec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtwinfadedec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtwinfadedec.Location = new System.Drawing.Point(225, 189); + this.txtwinfadedec.Name = "txtwinfadedec"; + this.txtwinfadedec.Size = new System.Drawing.Size(35, 23); + this.txtwinfadedec.TabIndex = 26; + this.txtwinfadedec.TextChanged += new System.EventHandler(this.txtwinfadedec_TextChanged); + // + // label150 + // + this.label150.AutoSize = true; + this.label150.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label150.Location = new System.Drawing.Point(153, 191); + this.label150.Name = "label150"; + this.label150.Size = new System.Drawing.Size(71, 16); + this.label150.TabIndex = 25; + this.label150.Text = "Fade Dec."; + // + // txtwinfadespeed + // + this.txtwinfadespeed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtwinfadespeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtwinfadespeed.Location = new System.Drawing.Point(109, 185); + this.txtwinfadespeed.Name = "txtwinfadespeed"; + this.txtwinfadespeed.Size = new System.Drawing.Size(35, 23); + this.txtwinfadespeed.TabIndex = 24; + this.txtwinfadespeed.TextChanged += new System.EventHandler(this.txtwinfadespeed_TextChanged); + // + // label151 + // + this.label151.AutoSize = true; + this.label151.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label151.Location = new System.Drawing.Point(13, 189); + this.label151.Name = "label151"; + this.label151.Size = new System.Drawing.Size(84, 16); + this.label151.TabIndex = 23; + this.label151.Text = "Fade Speed"; + // + // cbdrageffect + // + this.cbdrageffect.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.cbdrageffect.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; + this.cbdrageffect.FormattingEnabled = true; + this.cbdrageffect.Location = new System.Drawing.Point(6, 153); + this.cbdrageffect.Name = "cbdrageffect"; + this.cbdrageffect.Size = new System.Drawing.Size(294, 21); + this.cbdrageffect.TabIndex = 22; + this.cbdrageffect.SelectedIndexChanged += new System.EventHandler(this.cbdrageffect_SelectedIndexChanged); + // + // label141 + // + this.label141.AutoSize = true; + this.label141.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label141.Location = new System.Drawing.Point(7, 132); + this.label141.Name = "label141"; + this.label141.Size = new System.Drawing.Size(125, 16); + this.label141.TabIndex = 21; + this.label141.Text = "Window Drag Effect"; + // + // cbcloseanim + // + this.cbcloseanim.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.cbcloseanim.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; + this.cbcloseanim.FormattingEnabled = true; + this.cbcloseanim.Location = new System.Drawing.Point(8, 102); + this.cbcloseanim.Name = "cbcloseanim"; + this.cbcloseanim.Size = new System.Drawing.Size(294, 21); + this.cbcloseanim.TabIndex = 20; + this.cbcloseanim.SelectedIndexChanged += new System.EventHandler(this.cbcloseanim_SelectedIndexChanged); + // + // label128 + // + this.label128.AutoSize = true; + this.label128.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label128.Location = new System.Drawing.Point(9, 81); + this.label128.Name = "label128"; + this.label128.Size = new System.Drawing.Size(156, 16); + this.label128.TabIndex = 19; + this.label128.Text = "Window Close Animation"; + // + // cbopenanim + // + this.cbopenanim.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.cbopenanim.DropDownStyle = ShiftUI.ComboBoxStyle.DropDownList; + this.cbopenanim.FormattingEnabled = true; + this.cbopenanim.Location = new System.Drawing.Point(9, 50); + this.cbopenanim.Name = "cbopenanim"; + this.cbopenanim.Size = new System.Drawing.Size(294, 21); + this.cbopenanim.TabIndex = 18; + this.cbopenanim.SelectedIndexChanged += new System.EventHandler(this.cbopenanim_SelectedIndexChanged); + // + // label127 + // + this.label127.AutoSize = true; + this.label127.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label127.Location = new System.Drawing.Point(10, 29); + this.label127.Name = "label127"; + this.label127.Size = new System.Drawing.Size(154, 16); + this.label127.TabIndex = 17; + this.label127.Text = "Window Open Animation"; + // + // label149 + // + this.label149.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label149.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label149.Location = new System.Drawing.Point(6, 0); + this.label149.Name = "label149"; + this.label149.Size = new System.Drawing.Size(301, 29); + this.label149.TabIndex = 1; + this.label149.Text = "Animations"; + this.label149.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnlfancydragging + // + this.pnlfancydragging.Widgets.Add(this.txtshakeminoffset); + this.pnlfancydragging.Widgets.Add(this.label148); + this.pnlfancydragging.Widgets.Add(this.txtshakemax); + this.pnlfancydragging.Widgets.Add(this.label146); + this.pnlfancydragging.Widgets.Add(this.txtdragopacitydec); + this.pnlfancydragging.Widgets.Add(this.label144); + this.pnlfancydragging.Widgets.Add(this.txtdragfadedec); + this.pnlfancydragging.Widgets.Add(this.label143); + this.pnlfancydragging.Widgets.Add(this.txtfadespeed); + this.pnlfancydragging.Widgets.Add(this.label155); + this.pnlfancydragging.Widgets.Add(this.label156); + this.pnlfancydragging.Location = new System.Drawing.Point(139, 43); + this.pnlfancydragging.Name = "pnlfancydragging"; + this.pnlfancydragging.Size = new System.Drawing.Size(311, 256); + this.pnlfancydragging.TabIndex = 14; + // + // txtshakeminoffset + // + this.txtshakeminoffset.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtshakeminoffset.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtshakeminoffset.Location = new System.Drawing.Point(167, 189); + this.txtshakeminoffset.Name = "txtshakeminoffset"; + this.txtshakeminoffset.Size = new System.Drawing.Size(35, 23); + this.txtshakeminoffset.TabIndex = 13; + this.txtshakeminoffset.TextChanged += new System.EventHandler(this.txtshakeminoffset_TextChanged); + // + // label148 + // + this.label148.AutoSize = true; + this.label148.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label148.Location = new System.Drawing.Point(17, 192); + this.label148.Name = "label148"; + this.label148.Size = new System.Drawing.Size(140, 16); + this.label148.TabIndex = 12; + this.label148.Text = "Shake Minimum Offset"; + // + // txtshakemax + // + this.txtshakemax.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtshakemax.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtshakemax.Location = new System.Drawing.Point(167, 159); + this.txtshakemax.Name = "txtshakemax"; + this.txtshakemax.Size = new System.Drawing.Size(35, 23); + this.txtshakemax.TabIndex = 11; + this.txtshakemax.TextChanged += new System.EventHandler(this.txtshakemax_TextChanged); + // + // label146 + // + this.label146.AutoSize = true; + this.label146.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label146.Location = new System.Drawing.Point(17, 162); + this.label146.Name = "label146"; + this.label146.Size = new System.Drawing.Size(144, 16); + this.label146.TabIndex = 10; + this.label146.Text = "Shake Maximum Offset"; + // + // txtdragopacitydec + // + this.txtdragopacitydec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtdragopacitydec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtdragopacitydec.Location = new System.Drawing.Point(104, 116); + this.txtdragopacitydec.Name = "txtdragopacitydec"; + this.txtdragopacitydec.Size = new System.Drawing.Size(35, 23); + this.txtdragopacitydec.TabIndex = 9; + this.txtdragopacitydec.TextChanged += new System.EventHandler(this.txtdragopacitydec_TextChanged); + // + // label144 + // + this.label144.AutoSize = true; + this.label144.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label144.Location = new System.Drawing.Point(18, 119); + this.label144.Name = "label144"; + this.label144.Size = new System.Drawing.Size(85, 16); + this.label144.TabIndex = 8; + this.label144.Text = "Opacity Dec."; + // + // txtdragfadedec + // + this.txtdragfadedec.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtdragfadedec.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtdragfadedec.Location = new System.Drawing.Point(89, 88); + this.txtdragfadedec.Name = "txtdragfadedec"; + this.txtdragfadedec.Size = new System.Drawing.Size(35, 23); + this.txtdragfadedec.TabIndex = 7; + this.txtdragfadedec.TextChanged += new System.EventHandler(this.txtdragfadedec_TextChanged); + // + // label143 + // + this.label143.AutoSize = true; + this.label143.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label143.Location = new System.Drawing.Point(17, 90); + this.label143.Name = "label143"; + this.label143.Size = new System.Drawing.Size(71, 16); + this.label143.TabIndex = 6; + this.label143.Text = "Fade Dec."; + // + // txtfadespeed + // + this.txtfadespeed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.txtfadespeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.txtfadespeed.Location = new System.Drawing.Point(114, 54); + this.txtfadespeed.Name = "txtfadespeed"; + this.txtfadespeed.Size = new System.Drawing.Size(35, 23); + this.txtfadespeed.TabIndex = 5; + this.txtfadespeed.TextChanged += new System.EventHandler(this.txtfadespeed_TextChanged); + // + // label155 + // + this.label155.AutoSize = true; + this.label155.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label155.Location = new System.Drawing.Point(18, 58); + this.label155.Name = "label155"; + this.label155.Size = new System.Drawing.Size(84, 16); + this.label155.TabIndex = 4; + this.label155.Text = "Fade Speed"; + // + // label156 + // + this.label156.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label156.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label156.Location = new System.Drawing.Point(6, 0); + this.label156.Name = "label156"; + this.label156.Size = new System.Drawing.Size(301, 29); + this.label156.TabIndex = 1; + this.label156.Text = "Fancy Dragging"; + this.label156.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnlfancyintro + // + this.pnlfancyintro.Widgets.Add(this.label174); + this.pnlfancyintro.Widgets.Add(this.label175); + this.pnlfancyintro.Location = new System.Drawing.Point(139, 43); + this.pnlfancyintro.Name = "pnlfancyintro"; + this.pnlfancyintro.Size = new System.Drawing.Size(311, 256); + this.pnlfancyintro.TabIndex = 11; + // + // label174 + // + this.label174.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label174.BackColor = System.Drawing.Color.Transparent; + this.label174.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label174.Location = new System.Drawing.Point(6, 29); + this.label174.Name = "label174"; + this.label174.Size = new System.Drawing.Size(300, 221); + this.label174.TabIndex = 4; + this.label174.Text = "This section allows you to customize various Fancy Effects throughout ShiftOS suc" + + "h as animations, speeds, etc.\r\n\r\nGo ahead and explore!"; + this.label174.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label175 + // + this.label175.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label175.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label175.Location = new System.Drawing.Point(6, 0); + this.label175.Name = "label175"; + this.label175.Size = new System.Drawing.Size(301, 29); + this.label175.TabIndex = 1; + this.label175.Text = "Fancy Effects - Intro"; + this.label175.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // panel18 + // + this.panel18.Widgets.Add(this.panel19); + this.panel18.Widgets.Add(this.label157); + this.panel18.Widgets.Add(this.panel20); + this.panel18.Widgets.Add(this.label158); + this.panel18.Widgets.Add(this.panel21); + this.panel18.Widgets.Add(this.label159); + this.panel18.Widgets.Add(this.panel22); + this.panel18.Widgets.Add(this.label160); + this.panel18.Widgets.Add(this.panel23); + this.panel18.Widgets.Add(this.label161); + this.panel18.Widgets.Add(this.panel24); + this.panel18.Widgets.Add(this.label162); + this.panel18.Widgets.Add(this.label163); + this.panel18.Location = new System.Drawing.Point(139, 43); + this.panel18.Name = "panel18"; + this.panel18.Size = new System.Drawing.Size(311, 256); + this.panel18.TabIndex = 12; + // + // panel19 + // + this.panel19.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel19.Location = new System.Drawing.Point(216, 80); + this.panel19.Name = "panel19"; + this.panel19.Size = new System.Drawing.Size(41, 20); + this.panel19.TabIndex = 11; + // + // label157 + // + this.label157.AutoSize = true; + this.label157.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label157.Location = new System.Drawing.Point(167, 81); + this.label157.Name = "label157"; + this.label157.Size = new System.Drawing.Size(49, 16); + this.label157.TabIndex = 10; + this.label157.Text = "Border"; + // + // panel20 + // + this.panel20.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel20.Location = new System.Drawing.Point(224, 55); + this.panel20.Name = "panel20"; + this.panel20.Size = new System.Drawing.Size(41, 20); + this.panel20.TabIndex = 9; + // + // label158 + // + this.label158.AutoSize = true; + this.label158.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label158.Location = new System.Drawing.Point(148, 56); + this.label158.Name = "label158"; + this.label158.Size = new System.Drawing.Size(76, 16); + this.label158.TabIndex = 8; + this.label158.Text = "Margin End"; + // + // panel21 + // + this.panel21.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel21.Location = new System.Drawing.Point(117, 80); + this.panel21.Name = "panel21"; + this.panel21.Size = new System.Drawing.Size(41, 20); + this.panel21.TabIndex = 7; + // + // label159 + // + this.label159.AutoSize = true; + this.label159.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label159.Location = new System.Drawing.Point(12, 80); + this.label159.Name = "label159"; + this.label159.Size = new System.Drawing.Size(93, 16); + this.label159.TabIndex = 6; + this.label159.Text = "Margin Middle"; + // + // panel22 + // + this.panel22.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel22.Location = new System.Drawing.Point(101, 55); + this.panel22.Name = "panel22"; + this.panel22.Size = new System.Drawing.Size(41, 20); + this.panel22.TabIndex = 5; + // + // label160 + // + this.label160.AutoSize = true; + this.label160.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label160.Location = new System.Drawing.Point(12, 55); + this.label160.Name = "label160"; + this.label160.Size = new System.Drawing.Size(87, 16); + this.label160.TabIndex = 4; + this.label160.Text = "Margin Begin"; + // + // panel23 + // + this.panel23.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel23.Location = new System.Drawing.Point(249, 29); + this.panel23.Name = "panel23"; + this.panel23.Size = new System.Drawing.Size(41, 20); + this.panel23.TabIndex = 5; + // + // label161 + // + this.label161.AutoSize = true; + this.label161.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label161.Location = new System.Drawing.Point(156, 29); + this.label161.Name = "label161"; + this.label161.Size = new System.Drawing.Size(95, 16); + this.label161.TabIndex = 4; + this.label161.Text = "Highlight Color"; + // + // panel24 + // + this.panel24.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel24.Location = new System.Drawing.Point(115, 29); + this.panel24.Name = "panel24"; + this.panel24.Size = new System.Drawing.Size(41, 20); + this.panel24.TabIndex = 3; + // + // label162 + // + this.label162.AutoSize = true; + this.label162.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label162.Location = new System.Drawing.Point(10, 29); + this.label162.Name = "label162"; + this.label162.Size = new System.Drawing.Size(104, 16); + this.label162.TabIndex = 2; + this.label162.Text = "Highlight Border"; + // + // label163 + // + this.label163.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label163.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label163.Location = new System.Drawing.Point(6, 0); + this.label163.Name = "label163"; + this.label163.Size = new System.Drawing.Size(301, 29); + this.label163.TabIndex = 1; + this.label163.Text = "Drop-Down Menus"; + this.label163.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // panel25 + // + this.panel25.Widgets.Add(this.panel26); + this.panel25.Widgets.Add(this.label164); + this.panel25.Widgets.Add(this.panel27); + this.panel25.Widgets.Add(this.label165); + this.panel25.Widgets.Add(this.panel28); + this.panel25.Widgets.Add(this.label166); + this.panel25.Widgets.Add(this.panel29); + this.panel25.Widgets.Add(this.label167); + this.panel25.Widgets.Add(this.panel30); + this.panel25.Widgets.Add(this.label168); + this.panel25.Widgets.Add(this.panel31); + this.panel25.Widgets.Add(this.label169); + this.panel25.Widgets.Add(this.panel32); + this.panel25.Widgets.Add(this.label170); + this.panel25.Widgets.Add(this.panel33); + this.panel25.Widgets.Add(this.label171); + this.panel25.Widgets.Add(this.panel34); + this.panel25.Widgets.Add(this.label172); + this.panel25.Widgets.Add(this.label173); + this.panel25.Location = new System.Drawing.Point(139, 43); + this.panel25.Name = "panel25"; + this.panel25.Size = new System.Drawing.Size(311, 256); + this.panel25.TabIndex = 10; + // + // panel26 + // + this.panel26.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel26.Location = new System.Drawing.Point(85, 129); + this.panel26.Name = "panel26"; + this.panel26.Size = new System.Drawing.Size(41, 20); + this.panel26.TabIndex = 17; + // + // label164 + // + this.label164.AutoSize = true; + this.label164.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label164.Location = new System.Drawing.Point(11, 131); + this.label164.Name = "label164"; + this.label164.Size = new System.Drawing.Size(69, 16); + this.label164.TabIndex = 16; + this.label164.Text = "Text Color"; + // + // panel27 + // + this.panel27.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel27.Location = new System.Drawing.Point(228, 104); + this.panel27.Name = "panel27"; + this.panel27.Size = new System.Drawing.Size(41, 20); + this.panel27.TabIndex = 15; + // + // label165 + // + this.label165.AutoSize = true; + this.label165.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label165.Location = new System.Drawing.Point(132, 106); + this.label165.Name = "label165"; + this.label165.Size = new System.Drawing.Size(92, 16); + this.label165.TabIndex = 14; + this.label165.Text = "Dropdown BG"; + // + // panel28 + // + this.panel28.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel28.Location = new System.Drawing.Point(84, 104); + this.panel28.Name = "panel28"; + this.panel28.Size = new System.Drawing.Size(41, 20); + this.panel28.TabIndex = 13; + // + // label166 + // + this.label166.AutoSize = true; + this.label166.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label166.Location = new System.Drawing.Point(10, 106); + this.label166.Name = "label166"; + this.label166.Size = new System.Drawing.Size(72, 16); + this.label166.TabIndex = 12; + this.label166.Text = "Status End"; + // + // panel29 + // + this.panel29.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel29.Location = new System.Drawing.Point(254, 81); + this.panel29.Name = "panel29"; + this.panel29.Size = new System.Drawing.Size(41, 20); + this.panel29.TabIndex = 11; + // + // label167 + // + this.label167.AutoSize = true; + this.label167.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label167.Location = new System.Drawing.Point(169, 81); + this.label167.Name = "label167"; + this.label167.Size = new System.Drawing.Size(83, 16); + this.label167.TabIndex = 10; + this.label167.Text = "Status Begin"; + // + // panel30 + // + this.panel30.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel30.Location = new System.Drawing.Point(254, 55); + this.panel30.Name = "panel30"; + this.panel30.Size = new System.Drawing.Size(41, 20); + this.panel30.TabIndex = 9; + // + // label168 + // + this.label168.AutoSize = true; + this.label168.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label168.Location = new System.Drawing.Point(161, 55); + this.label168.Name = "label168"; + this.label168.Size = new System.Drawing.Size(87, 16); + this.label168.TabIndex = 8; + this.label168.Text = "Tool Bar End"; + // + // panel31 + // + this.panel31.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel31.Location = new System.Drawing.Point(117, 80); + this.panel31.Name = "panel31"; + this.panel31.Size = new System.Drawing.Size(41, 20); + this.panel31.TabIndex = 7; + // + // label169 + // + this.label169.AutoSize = true; + this.label169.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label169.Location = new System.Drawing.Point(12, 80); + this.label169.Name = "label169"; + this.label169.Size = new System.Drawing.Size(104, 16); + this.label169.TabIndex = 6; + this.label169.Text = "Tool Bar Middle"; + // + // panel32 + // + this.panel32.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel32.Location = new System.Drawing.Point(117, 55); + this.panel32.Name = "panel32"; + this.panel32.Size = new System.Drawing.Size(41, 20); + this.panel32.TabIndex = 5; + // + // label170 + // + this.label170.AutoSize = true; + this.label170.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label170.Location = new System.Drawing.Point(12, 55); + this.label170.Name = "label170"; + this.label170.Size = new System.Drawing.Size(98, 16); + this.label170.TabIndex = 4; + this.label170.Text = "Tool Bar Begin"; + // + // panel33 + // + this.panel33.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel33.Location = new System.Drawing.Point(249, 29); + this.panel33.Name = "panel33"; + this.panel33.Size = new System.Drawing.Size(41, 20); + this.panel33.TabIndex = 5; + // + // label171 + // + this.label171.AutoSize = true; + this.label171.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label171.Location = new System.Drawing.Point(156, 29); + this.label171.Name = "label171"; + this.label171.Size = new System.Drawing.Size(92, 16); + this.label171.TabIndex = 4; + this.label171.Text = "Menu Bar End"; + // + // panel34 + // + this.panel34.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.panel34.Location = new System.Drawing.Point(115, 29); + this.panel34.Name = "panel34"; + this.panel34.Size = new System.Drawing.Size(41, 20); + this.panel34.TabIndex = 3; + // + // label172 + // + this.label172.AutoSize = true; + this.label172.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label172.Location = new System.Drawing.Point(10, 29); + this.label172.Name = "label172"; + this.label172.Size = new System.Drawing.Size(103, 16); + this.label172.TabIndex = 2; + this.label172.Text = "Menu Bar Begin"; + // + // label173 + // + this.label173.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label173.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label173.Location = new System.Drawing.Point(6, 0); + this.label173.Name = "label173"; + this.label173.Size = new System.Drawing.Size(301, 29); + this.label173.TabIndex = 1; + this.label173.Text = "The Basics"; + this.label173.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // panel36 + // + this.panel36.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left))); + this.panel36.Widgets.Add(this.btnfancydragging); + this.panel36.Widgets.Add(this.btnfancywindows); + this.panel36.Location = new System.Drawing.Point(6, 42); + this.panel36.Name = "panel36"; + this.panel36.Size = new System.Drawing.Size(128, 257); + this.panel36.TabIndex = 9; + // + // btnfancydragging + // + this.btnfancydragging.BackColor = System.Drawing.Color.White; + 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"; + this.btnfancydragging.Size = new System.Drawing.Size(119, 29); + this.btnfancydragging.TabIndex = 5; + this.btnfancydragging.Text = "Fancy Dragging"; + this.btnfancydragging.UseVisualStyleBackColor = false; + this.btnfancydragging.Click += new System.EventHandler(this.btnfancydragging_Click); + // + // btnfancywindows + // + this.btnfancywindows.BackColor = System.Drawing.Color.White; + 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"; + this.btnfancywindows.Size = new System.Drawing.Size(119, 29); + this.btnfancywindows.TabIndex = 4; + this.btnfancywindows.Text = "Animations"; + this.btnfancywindows.UseVisualStyleBackColor = false; + this.btnfancywindows.Click += new System.EventHandler(this.btnfancywindows_Click); + // + // label176 + // + this.label176.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label176.Location = new System.Drawing.Point(72, 0); + this.label176.Name = "label176"; + this.label176.Size = new System.Drawing.Size(332, 29); + this.label176.TabIndex = 0; + this.label176.Text = "Fancy Effects"; + // + // pnlmenus + // + this.pnlmenus.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlmenus.BackColor = System.Drawing.Color.White; + this.pnlmenus.Widgets.Add(this.pnladvanced); + this.pnlmenus.Widgets.Add(this.pnlmore); + this.pnlmenus.Widgets.Add(this.pnldropdown); + this.pnlmenus.Widgets.Add(this.pnlbasic); + this.pnlmenus.Widgets.Add(this.pnlmenusintro); + this.pnlmenus.Widgets.Add(this.pnlmenucategories); + this.pnlmenus.Widgets.Add(this.label74); + this.pnlmenus.Location = new System.Drawing.Point(134, 9); + this.pnlmenus.Name = "pnlmenus"; + this.pnlmenus.Size = new System.Drawing.Size(457, 306); + this.pnlmenus.TabIndex = 19; + // + // pnladvanced + // + this.pnladvanced.Widgets.Add(this.btnmorebuttons); + this.pnladvanced.Widgets.Add(this.pnlbuttonchecked); + this.pnladvanced.Widgets.Add(this.label136); + this.pnladvanced.Widgets.Add(this.pnlitemselectedend); + this.pnladvanced.Widgets.Add(this.label129); + this.pnladvanced.Widgets.Add(this.pnlbuttonpressed); + this.pnladvanced.Widgets.Add(this.label130); + this.pnladvanced.Widgets.Add(this.pnlitemselectedbegin); + this.pnladvanced.Widgets.Add(this.label131); + this.pnladvanced.Widgets.Add(this.pnlitemselected); + this.pnladvanced.Widgets.Add(this.label132); + this.pnladvanced.Widgets.Add(this.pnlbuttonselected); + this.pnladvanced.Widgets.Add(this.label133); + this.pnladvanced.Widgets.Add(this.pnlcheckbg); + this.pnladvanced.Widgets.Add(this.label134); + this.pnladvanced.Widgets.Add(this.label135); + this.pnladvanced.Location = new System.Drawing.Point(139, 43); + this.pnladvanced.Name = "pnladvanced"; + this.pnladvanced.Size = new System.Drawing.Size(311, 256); + this.pnladvanced.TabIndex = 13; + // + // btnmorebuttons + // + 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"; + this.btnmorebuttons.Size = new System.Drawing.Size(90, 32); + this.btnmorebuttons.TabIndex = 18; + this.btnmorebuttons.Text = "More >>"; + this.btnmorebuttons.UseVisualStyleBackColor = true; + this.btnmorebuttons.Click += new System.EventHandler(this.btnmorebuttons_Click); + // + // pnlbuttonchecked + // + this.pnlbuttonchecked.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlbuttonchecked.Location = new System.Drawing.Point(115, 153); + this.pnlbuttonchecked.Name = "pnlbuttonchecked"; + this.pnlbuttonchecked.Size = new System.Drawing.Size(41, 20); + this.pnlbuttonchecked.TabIndex = 11; + this.pnlbuttonchecked.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonCheckBG); + // + // label136 + // + this.label136.AutoSize = true; + this.label136.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label136.Location = new System.Drawing.Point(10, 153); + this.label136.Name = "label136"; + this.label136.Size = new System.Drawing.Size(102, 16); + this.label136.TabIndex = 10; + this.label136.Text = "Button Checked"; + // + // pnlitemselectedend + // + this.pnlitemselectedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlitemselectedend.Location = new System.Drawing.Point(134, 83); + this.pnlitemselectedend.Name = "pnlitemselectedend"; + this.pnlitemselectedend.Size = new System.Drawing.Size(41, 20); + this.pnlitemselectedend.TabIndex = 11; + this.pnlitemselectedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelectedEnd); + // + // label129 + // + this.label129.AutoSize = true; + this.label129.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label129.Location = new System.Drawing.Point(12, 85); + this.label129.Name = "label129"; + this.label129.Size = new System.Drawing.Size(117, 16); + this.label129.TabIndex = 10; + this.label129.Text = "Item Selected End"; + // + // pnlbuttonpressed + // + this.pnlbuttonpressed.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlbuttonpressed.Location = new System.Drawing.Point(117, 207); + this.pnlbuttonpressed.Name = "pnlbuttonpressed"; + this.pnlbuttonpressed.Size = new System.Drawing.Size(41, 20); + this.pnlbuttonpressed.TabIndex = 9; + this.pnlbuttonpressed.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonPressedBG); + // + // label130 + // + this.label130.AutoSize = true; + this.label130.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label130.Location = new System.Drawing.Point(12, 207); + this.label130.Name = "label130"; + this.label130.Size = new System.Drawing.Size(99, 16); + this.label130.TabIndex = 8; + this.label130.Text = "Button Pressed"; + // + // pnlitemselectedbegin + // + this.pnlitemselectedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlitemselectedbegin.Location = new System.Drawing.Point(143, 56); + this.pnlitemselectedbegin.Name = "pnlitemselectedbegin"; + this.pnlitemselectedbegin.Size = new System.Drawing.Size(41, 20); + this.pnlitemselectedbegin.TabIndex = 7; + this.pnlitemselectedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelectedBegin); + // + // label131 + // + this.label131.AutoSize = true; + this.label131.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label131.Location = new System.Drawing.Point(10, 58); + this.label131.Name = "label131"; + this.label131.Size = new System.Drawing.Size(128, 16); + this.label131.TabIndex = 6; + this.label131.Text = "Item Selected Begin"; + // + // pnlitemselected + // + this.pnlitemselected.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlitemselected.Location = new System.Drawing.Point(240, 29); + this.pnlitemselected.Name = "pnlitemselected"; + this.pnlitemselected.Size = new System.Drawing.Size(41, 20); + this.pnlitemselected.TabIndex = 5; + this.pnlitemselected.MouseDown += new ShiftUI.MouseEventHandler(this.SetItemSelected); + // + // label132 + // + this.label132.AutoSize = true; + this.label132.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label132.Location = new System.Drawing.Point(147, 32); + this.label132.Name = "label132"; + this.label132.Size = new System.Drawing.Size(90, 16); + this.label132.TabIndex = 4; + this.label132.Text = "Item Selected"; + // + // pnlbuttonselected + // + this.pnlbuttonselected.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlbuttonselected.Location = new System.Drawing.Point(110, 181); + this.pnlbuttonselected.Name = "pnlbuttonselected"; + this.pnlbuttonselected.Size = new System.Drawing.Size(41, 20); + this.pnlbuttonselected.TabIndex = 5; + this.pnlbuttonselected.MouseDown += new ShiftUI.MouseEventHandler(this.SetButtonSelectedBG); + // + // label133 + // + this.label133.AutoSize = true; + this.label133.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label133.Location = new System.Drawing.Point(7, 181); + this.label133.Name = "label133"; + this.label133.Size = new System.Drawing.Size(102, 16); + this.label133.TabIndex = 4; + this.label133.Text = "Button Selected"; + // + // pnlcheckbg + // + this.pnlcheckbg.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlcheckbg.Location = new System.Drawing.Point(79, 29); + this.pnlcheckbg.Name = "pnlcheckbg"; + this.pnlcheckbg.Size = new System.Drawing.Size(41, 20); + this.pnlcheckbg.TabIndex = 3; + this.pnlcheckbg.MouseDown += new ShiftUI.MouseEventHandler(this.SetCheckBG); + // + // label134 + // + this.label134.AutoSize = true; + this.label134.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label134.Location = new System.Drawing.Point(10, 29); + this.label134.Name = "label134"; + this.label134.Size = new System.Drawing.Size(68, 16); + this.label134.TabIndex = 2; + this.label134.Text = "Check BG"; + // + // label135 + // + this.label135.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label135.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label135.Location = new System.Drawing.Point(6, 0); + this.label135.Name = "label135"; + this.label135.Size = new System.Drawing.Size(301, 29); + this.label135.TabIndex = 1; + this.label135.Text = "Advanced"; + this.label135.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnlmore + // + this.pnlmore.Widgets.Add(this.pnlpressedbegin); + this.pnlmore.Widgets.Add(this.btnback); + this.pnlmore.Widgets.Add(this.label138); + this.pnlmore.Widgets.Add(this.pnlselectedbegin); + this.pnlmore.Widgets.Add(this.pnlpressedend); + this.pnlmore.Widgets.Add(this.label137); + this.pnlmore.Widgets.Add(this.label139); + this.pnlmore.Widgets.Add(this.pnlselectedend); + this.pnlmore.Widgets.Add(this.pnlpressedmiddle); + this.pnlmore.Widgets.Add(this.label140); + this.pnlmore.Widgets.Add(this.label142); + this.pnlmore.Widgets.Add(this.pnlselectedmiddle); + this.pnlmore.Widgets.Add(this.label145); + this.pnlmore.Widgets.Add(this.label147); + this.pnlmore.Location = new System.Drawing.Point(139, 43); + this.pnlmore.Name = "pnlmore"; + this.pnlmore.Size = new System.Drawing.Size(311, 256); + this.pnlmore.TabIndex = 14; + // + // pnlpressedbegin + // + this.pnlpressedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlpressedbegin.Location = new System.Drawing.Point(170, 107); + this.pnlpressedbegin.Name = "pnlpressedbegin"; + this.pnlpressedbegin.Size = new System.Drawing.Size(41, 20); + this.pnlpressedbegin.TabIndex = 17; + this.pnlpressedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedBegin); + // + // btnback + // + this.btnback.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left))); + 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"; + this.btnback.Size = new System.Drawing.Size(90, 32); + this.btnback.TabIndex = 18; + this.btnback.Text = "<< Back"; + this.btnback.UseVisualStyleBackColor = true; + this.btnback.Click += new System.EventHandler(this.btnadvanced_Click); + // + // label138 + // + this.label138.AutoSize = true; + this.label138.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label138.Location = new System.Drawing.Point(13, 108); + this.label138.Name = "label138"; + this.label138.Size = new System.Drawing.Size(151, 16); + this.label138.TabIndex = 16; + this.label138.Text = "Pressed Gradient Begin"; + // + // pnlselectedbegin + // + this.pnlselectedbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlselectedbegin.Location = new System.Drawing.Point(169, 29); + this.pnlselectedbegin.Name = "pnlselectedbegin"; + this.pnlselectedbegin.Size = new System.Drawing.Size(41, 20); + this.pnlselectedbegin.TabIndex = 11; + this.pnlselectedbegin.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedBegin); + // + // pnlpressedend + // + this.pnlpressedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlpressedend.Location = new System.Drawing.Point(162, 159); + this.pnlpressedend.Name = "pnlpressedend"; + this.pnlpressedend.Size = new System.Drawing.Size(41, 20); + this.pnlpressedend.TabIndex = 15; + this.pnlpressedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedEnd); + // + // label137 + // + this.label137.AutoSize = true; + this.label137.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label137.Location = new System.Drawing.Point(12, 30); + this.label137.Name = "label137"; + this.label137.Size = new System.Drawing.Size(154, 16); + this.label137.TabIndex = 10; + this.label137.Text = "Selected Gradient Begin"; + // + // label139 + // + this.label139.AutoSize = true; + this.label139.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label139.Location = new System.Drawing.Point(15, 162); + this.label139.Name = "label139"; + this.label139.Size = new System.Drawing.Size(140, 16); + this.label139.TabIndex = 14; + this.label139.Text = "Pressed Gradient End"; + // + // pnlselectedend + // + this.pnlselectedend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlselectedend.Location = new System.Drawing.Point(161, 81); + this.pnlselectedend.Name = "pnlselectedend"; + this.pnlselectedend.Size = new System.Drawing.Size(41, 20); + this.pnlselectedend.TabIndex = 9; + this.pnlselectedend.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedEnd); + // + // pnlpressedmiddle + // + this.pnlpressedmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlpressedmiddle.Location = new System.Drawing.Point(179, 134); + this.pnlpressedmiddle.Name = "pnlpressedmiddle"; + this.pnlpressedmiddle.Size = new System.Drawing.Size(41, 20); + this.pnlpressedmiddle.TabIndex = 13; + this.pnlpressedmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.SetPressedMiddle); + // + // label140 + // + this.label140.AutoSize = true; + this.label140.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label140.Location = new System.Drawing.Point(16, 138); + this.label140.Name = "label140"; + this.label140.Size = new System.Drawing.Size(157, 16); + this.label140.TabIndex = 12; + this.label140.Text = "Pressed Gradient Middle"; + // + // label142 + // + this.label142.AutoSize = true; + this.label142.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label142.Location = new System.Drawing.Point(14, 84); + this.label142.Name = "label142"; + this.label142.Size = new System.Drawing.Size(143, 16); + this.label142.TabIndex = 8; + this.label142.Text = "Selected Gradient End"; + // + // pnlselectedmiddle + // + this.pnlselectedmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlselectedmiddle.Location = new System.Drawing.Point(182, 56); + this.pnlselectedmiddle.Name = "pnlselectedmiddle"; + this.pnlselectedmiddle.Size = new System.Drawing.Size(41, 20); + this.pnlselectedmiddle.TabIndex = 5; + this.pnlselectedmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.SetSelectedMiddle); + // + // label145 + // + this.label145.AutoSize = true; + this.label145.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label145.Location = new System.Drawing.Point(18, 58); + this.label145.Name = "label145"; + this.label145.Size = new System.Drawing.Size(160, 16); + this.label145.TabIndex = 4; + this.label145.Text = "Selected Gradient Middle"; + // + // label147 + // + this.label147.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label147.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label147.Location = new System.Drawing.Point(6, 0); + this.label147.Name = "label147"; + this.label147.Size = new System.Drawing.Size(301, 29); + this.label147.TabIndex = 1; + this.label147.Text = "Advanced"; + this.label147.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnldropdown + // + this.pnldropdown.Widgets.Add(this.pnlddborder); + this.pnldropdown.Widgets.Add(this.label117); + this.pnldropdown.Widgets.Add(this.pnlmarginend); + this.pnldropdown.Widgets.Add(this.label120); + this.pnldropdown.Widgets.Add(this.pnlmarginmiddle); + this.pnldropdown.Widgets.Add(this.label121); + this.pnldropdown.Widgets.Add(this.pnlmarginbegin); + this.pnldropdown.Widgets.Add(this.label122); + this.pnldropdown.Widgets.Add(this.pnlhcolor); + this.pnldropdown.Widgets.Add(this.label123); + this.pnldropdown.Widgets.Add(this.pnlhborder); + this.pnldropdown.Widgets.Add(this.label125); + this.pnldropdown.Widgets.Add(this.label126); + this.pnldropdown.Location = new System.Drawing.Point(139, 43); + this.pnldropdown.Name = "pnldropdown"; + this.pnldropdown.Size = new System.Drawing.Size(311, 256); + this.pnldropdown.TabIndex = 12; + // + // pnlddborder + // + this.pnlddborder.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlddborder.Location = new System.Drawing.Point(216, 80); + this.pnlddborder.Name = "pnlddborder"; + this.pnlddborder.Size = new System.Drawing.Size(41, 20); + this.pnlddborder.TabIndex = 11; + this.pnlddborder.MouseDown += new ShiftUI.MouseEventHandler(this.MenuBorder); + // + // label117 + // + this.label117.AutoSize = true; + this.label117.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label117.Location = new System.Drawing.Point(167, 81); + this.label117.Name = "label117"; + this.label117.Size = new System.Drawing.Size(49, 16); + this.label117.TabIndex = 10; + this.label117.Text = "Border"; + // + // pnlmarginend + // + this.pnlmarginend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmarginend.Location = new System.Drawing.Point(224, 55); + this.pnlmarginend.Name = "pnlmarginend"; + this.pnlmarginend.Size = new System.Drawing.Size(41, 20); + this.pnlmarginend.TabIndex = 9; + this.pnlmarginend.MouseDown += new ShiftUI.MouseEventHandler(this.MarginEnd); + // + // label120 + // + this.label120.AutoSize = true; + this.label120.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label120.Location = new System.Drawing.Point(148, 56); + this.label120.Name = "label120"; + this.label120.Size = new System.Drawing.Size(76, 16); + this.label120.TabIndex = 8; + this.label120.Text = "Margin End"; + // + // pnlmarginmiddle + // + this.pnlmarginmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmarginmiddle.Location = new System.Drawing.Point(117, 80); + this.pnlmarginmiddle.Name = "pnlmarginmiddle"; + this.pnlmarginmiddle.Size = new System.Drawing.Size(41, 20); + this.pnlmarginmiddle.TabIndex = 7; + this.pnlmarginmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.MarginMiddle); + // + // label121 + // + this.label121.AutoSize = true; + this.label121.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label121.Location = new System.Drawing.Point(12, 80); + this.label121.Name = "label121"; + this.label121.Size = new System.Drawing.Size(93, 16); + this.label121.TabIndex = 6; + this.label121.Text = "Margin Middle"; + // + // pnlmarginbegin + // + this.pnlmarginbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmarginbegin.Location = new System.Drawing.Point(101, 55); + this.pnlmarginbegin.Name = "pnlmarginbegin"; + this.pnlmarginbegin.Size = new System.Drawing.Size(41, 20); + this.pnlmarginbegin.TabIndex = 5; + this.pnlmarginbegin.MouseDown += new ShiftUI.MouseEventHandler(this.MarginBegin); + // + // label122 + // + this.label122.AutoSize = true; + this.label122.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label122.Location = new System.Drawing.Point(12, 55); + this.label122.Name = "label122"; + this.label122.Size = new System.Drawing.Size(87, 16); + this.label122.TabIndex = 4; + this.label122.Text = "Margin Begin"; + // + // pnlhcolor + // + this.pnlhcolor.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlhcolor.Location = new System.Drawing.Point(249, 29); + this.pnlhcolor.Name = "pnlhcolor"; + this.pnlhcolor.Size = new System.Drawing.Size(41, 20); + this.pnlhcolor.TabIndex = 5; + this.pnlhcolor.MouseDown += new ShiftUI.MouseEventHandler(this.HighlightColor); + // + // label123 + // + this.label123.AutoSize = true; + this.label123.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label123.Location = new System.Drawing.Point(156, 29); + this.label123.Name = "label123"; + this.label123.Size = new System.Drawing.Size(95, 16); + this.label123.TabIndex = 4; + this.label123.Text = "Highlight Color"; + // + // pnlhborder + // + this.pnlhborder.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlhborder.Location = new System.Drawing.Point(115, 29); + this.pnlhborder.Name = "pnlhborder"; + this.pnlhborder.Size = new System.Drawing.Size(41, 20); + this.pnlhborder.TabIndex = 3; + this.pnlhborder.MouseDown += new ShiftUI.MouseEventHandler(this.HighlightBorder); + // + // label125 + // + this.label125.AutoSize = true; + this.label125.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label125.Location = new System.Drawing.Point(10, 29); + this.label125.Name = "label125"; + this.label125.Size = new System.Drawing.Size(104, 16); + this.label125.TabIndex = 2; + this.label125.Text = "Highlight Border"; + // + // label126 + // + this.label126.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label126.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label126.Location = new System.Drawing.Point(6, 0); + this.label126.Name = "label126"; + this.label126.Size = new System.Drawing.Size(301, 29); + this.label126.TabIndex = 1; + this.label126.Text = "Drop-Down Menus"; + this.label126.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnlbasic + // + this.pnlbasic.Widgets.Add(this.pnlmenutextcolor); + this.pnlbasic.Widgets.Add(this.label118); + this.pnlbasic.Widgets.Add(this.pnldropdownbg); + this.pnlbasic.Widgets.Add(this.label115); + this.pnlbasic.Widgets.Add(this.pnlstatusend); + this.pnlbasic.Widgets.Add(this.label114); + this.pnlbasic.Widgets.Add(this.pnlstatusbegin); + this.pnlbasic.Widgets.Add(this.label107); + this.pnlbasic.Widgets.Add(this.pnltoolbarend); + this.pnlbasic.Widgets.Add(this.label77); + this.pnlbasic.Widgets.Add(this.pnltoolbarmiddle); + this.pnlbasic.Widgets.Add(this.label76); + this.pnlbasic.Widgets.Add(this.pnltoolbarbegin); + this.pnlbasic.Widgets.Add(this.label75); + this.pnlbasic.Widgets.Add(this.pnlmenubarend); + this.pnlbasic.Widgets.Add(this.label73); + this.pnlbasic.Widgets.Add(this.pnlmenubarbegin); + this.pnlbasic.Widgets.Add(this.label42); + this.pnlbasic.Widgets.Add(this.label41); + this.pnlbasic.Location = new System.Drawing.Point(139, 43); + this.pnlbasic.Name = "pnlbasic"; + this.pnlbasic.Size = new System.Drawing.Size(311, 256); + this.pnlbasic.TabIndex = 10; + // + // pnlmenutextcolor + // + this.pnlmenutextcolor.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmenutextcolor.Location = new System.Drawing.Point(85, 129); + this.pnlmenutextcolor.Name = "pnlmenutextcolor"; + this.pnlmenutextcolor.Size = new System.Drawing.Size(41, 20); + this.pnlmenutextcolor.TabIndex = 17; + this.pnlmenutextcolor.MouseDown += new ShiftUI.MouseEventHandler(this.SetMenuTextColor); + // + // label118 + // + this.label118.AutoSize = true; + this.label118.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label118.Location = new System.Drawing.Point(11, 131); + this.label118.Name = "label118"; + this.label118.Size = new System.Drawing.Size(69, 16); + this.label118.TabIndex = 16; + this.label118.Text = "Text Color"; + // + // pnldropdownbg + // + this.pnldropdownbg.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnldropdownbg.Location = new System.Drawing.Point(228, 104); + this.pnldropdownbg.Name = "pnldropdownbg"; + this.pnldropdownbg.Size = new System.Drawing.Size(41, 20); + this.pnldropdownbg.TabIndex = 15; + this.pnldropdownbg.MouseDown += new ShiftUI.MouseEventHandler(this.DropDownBG); + // + // label115 + // + this.label115.AutoSize = true; + this.label115.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label115.Location = new System.Drawing.Point(132, 106); + this.label115.Name = "label115"; + this.label115.Size = new System.Drawing.Size(92, 16); + this.label115.TabIndex = 14; + this.label115.Text = "Dropdown BG"; + // + // pnlstatusend + // + this.pnlstatusend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlstatusend.Location = new System.Drawing.Point(84, 104); + this.pnlstatusend.Name = "pnlstatusend"; + this.pnlstatusend.Size = new System.Drawing.Size(41, 20); + this.pnlstatusend.TabIndex = 13; + this.pnlstatusend.MouseDown += new ShiftUI.MouseEventHandler(this.StatusEnd); + // + // label114 + // + this.label114.AutoSize = true; + this.label114.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label114.Location = new System.Drawing.Point(10, 106); + this.label114.Name = "label114"; + this.label114.Size = new System.Drawing.Size(72, 16); + this.label114.TabIndex = 12; + this.label114.Text = "Status End"; + // + // pnlstatusbegin + // + this.pnlstatusbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlstatusbegin.Location = new System.Drawing.Point(254, 81); + this.pnlstatusbegin.Name = "pnlstatusbegin"; + this.pnlstatusbegin.Size = new System.Drawing.Size(41, 20); + this.pnlstatusbegin.TabIndex = 11; + this.pnlstatusbegin.MouseDown += new ShiftUI.MouseEventHandler(this.StatusBegin); + // + // label107 + // + this.label107.AutoSize = true; + this.label107.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label107.Location = new System.Drawing.Point(169, 81); + this.label107.Name = "label107"; + this.label107.Size = new System.Drawing.Size(83, 16); + this.label107.TabIndex = 10; + this.label107.Text = "Status Begin"; + // + // pnltoolbarend + // + this.pnltoolbarend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltoolbarend.Location = new System.Drawing.Point(254, 55); + this.pnltoolbarend.Name = "pnltoolbarend"; + this.pnltoolbarend.Size = new System.Drawing.Size(41, 20); + this.pnltoolbarend.TabIndex = 9; + this.pnltoolbarend.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarEnd); + // + // label77 + // + this.label77.AutoSize = true; + this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label77.Location = new System.Drawing.Point(161, 55); + this.label77.Name = "label77"; + this.label77.Size = new System.Drawing.Size(87, 16); + this.label77.TabIndex = 8; + this.label77.Text = "Tool Bar End"; + // + // pnltoolbarmiddle + // + this.pnltoolbarmiddle.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltoolbarmiddle.Location = new System.Drawing.Point(117, 80); + this.pnltoolbarmiddle.Name = "pnltoolbarmiddle"; + this.pnltoolbarmiddle.Size = new System.Drawing.Size(41, 20); + this.pnltoolbarmiddle.TabIndex = 7; + this.pnltoolbarmiddle.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarMiddle); + // + // label76 + // + this.label76.AutoSize = true; + this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label76.Location = new System.Drawing.Point(12, 80); + this.label76.Name = "label76"; + this.label76.Size = new System.Drawing.Size(104, 16); + this.label76.TabIndex = 6; + this.label76.Text = "Tool Bar Middle"; + // + // pnltoolbarbegin + // + this.pnltoolbarbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnltoolbarbegin.Location = new System.Drawing.Point(117, 55); + this.pnltoolbarbegin.Name = "pnltoolbarbegin"; + this.pnltoolbarbegin.Size = new System.Drawing.Size(41, 20); + this.pnltoolbarbegin.TabIndex = 5; + this.pnltoolbarbegin.MouseDown += new ShiftUI.MouseEventHandler(this.ToolBarBegin); + // + // label75 + // + this.label75.AutoSize = true; + this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label75.Location = new System.Drawing.Point(12, 55); + this.label75.Name = "label75"; + this.label75.Size = new System.Drawing.Size(98, 16); + this.label75.TabIndex = 4; + this.label75.Text = "Tool Bar Begin"; + // + // pnlmenubarend + // + this.pnlmenubarend.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmenubarend.Location = new System.Drawing.Point(249, 29); + this.pnlmenubarend.Name = "pnlmenubarend"; + this.pnlmenubarend.Size = new System.Drawing.Size(41, 20); + this.pnlmenubarend.TabIndex = 5; + this.pnlmenubarend.MouseDown += new ShiftUI.MouseEventHandler(this.MenuEnd); + // + // label73 + // + this.label73.AutoSize = true; + this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label73.Location = new System.Drawing.Point(156, 29); + this.label73.Name = "label73"; + this.label73.Size = new System.Drawing.Size(92, 16); + this.label73.TabIndex = 4; + this.label73.Text = "Menu Bar End"; + // + // pnlmenubarbegin + // + this.pnlmenubarbegin.BorderStyle = ShiftUI.BorderStyle.FixedSingle; + this.pnlmenubarbegin.Location = new System.Drawing.Point(115, 29); + this.pnlmenubarbegin.Name = "pnlmenubarbegin"; + this.pnlmenubarbegin.Size = new System.Drawing.Size(41, 20); + this.pnlmenubarbegin.TabIndex = 3; + this.pnlmenubarbegin.MouseDown += new ShiftUI.MouseEventHandler(this.MenuBegin); + // + // label42 + // + this.label42.AutoSize = true; + this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label42.Location = new System.Drawing.Point(10, 29); + this.label42.Name = "label42"; + this.label42.Size = new System.Drawing.Size(103, 16); + this.label42.TabIndex = 2; + this.label42.Text = "Menu Bar Begin"; + // + // label41 + // + this.label41.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label41.Location = new System.Drawing.Point(6, 0); + this.label41.Name = "label41"; + this.label41.Size = new System.Drawing.Size(301, 29); + this.label41.TabIndex = 1; + this.label41.Text = "The Basics"; + this.label41.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnlmenusintro + // + this.pnlmenusintro.Widgets.Add(this.label116); + this.pnlmenusintro.Widgets.Add(this.label124); + this.pnlmenusintro.Location = new System.Drawing.Point(139, 43); + this.pnlmenusintro.Name = "pnlmenusintro"; + this.pnlmenusintro.Size = new System.Drawing.Size(311, 256); + this.pnlmenusintro.TabIndex = 11; + // + // label116 + // + this.label116.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label116.BackColor = System.Drawing.Color.Transparent; + this.label116.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label116.Location = new System.Drawing.Point(6, 29); + this.label116.Name = "label116"; + this.label116.Size = new System.Drawing.Size(300, 221); + this.label116.TabIndex = 4; + this.label116.Text = resources.GetString("label116.Text"); + this.label116.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label124 + // + this.label124.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.label124.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); + this.label124.Location = new System.Drawing.Point(6, 0); + this.label124.Name = "label124"; + this.label124.Size = new System.Drawing.Size(301, 29); + this.label124.TabIndex = 1; + this.label124.Text = "Menus - Intro"; + this.label124.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // pnlmenucategories + // + this.pnlmenucategories.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left))); + this.pnlmenucategories.Widgets.Add(this.btnmisc); + this.pnlmenucategories.Widgets.Add(this.btnadvanced); + this.pnlmenucategories.Widgets.Add(this.btndropdown); + this.pnlmenucategories.Widgets.Add(this.btnbasic); + this.pnlmenucategories.Location = new System.Drawing.Point(6, 42); + this.pnlmenucategories.Name = "pnlmenucategories"; + this.pnlmenucategories.Size = new System.Drawing.Size(128, 257); + this.pnlmenucategories.TabIndex = 9; + // + // btnmisc + // + this.btnmisc.BackColor = System.Drawing.Color.White; + 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"; + this.btnmisc.Size = new System.Drawing.Size(119, 29); + this.btnmisc.TabIndex = 7; + this.btnmisc.Text = "Misc."; + this.btnmisc.UseVisualStyleBackColor = false; + // + // btnadvanced + // + this.btnadvanced.BackColor = System.Drawing.Color.White; + 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"; + this.btnadvanced.Size = new System.Drawing.Size(119, 29); + this.btnadvanced.TabIndex = 6; + this.btnadvanced.Text = "Advanced"; + this.btnadvanced.UseVisualStyleBackColor = false; + this.btnadvanced.Click += new System.EventHandler(this.btnadvanced_Click); + // + // btndropdown + // + this.btndropdown.BackColor = System.Drawing.Color.White; + 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"; + this.btndropdown.Size = new System.Drawing.Size(119, 29); + this.btndropdown.TabIndex = 5; + this.btndropdown.Text = "Drop-Downs"; + this.btndropdown.UseVisualStyleBackColor = false; + this.btndropdown.Click += new System.EventHandler(this.btndropdown_Click); + // + // btnbasic + // + this.btnbasic.BackColor = System.Drawing.Color.White; + 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"; + this.btnbasic.Size = new System.Drawing.Size(119, 29); + this.btnbasic.TabIndex = 4; + this.btnbasic.Text = "Basic Customization"; + this.btnbasic.UseVisualStyleBackColor = false; + this.btnbasic.Click += new System.EventHandler(this.btnbasic_Click); + // + // label74 + // + this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label74.Location = new System.Drawing.Point(72, 0); + this.label74.Name = "label74"; + this.label74.Size = new System.Drawing.Size(332, 29); + this.label74.TabIndex = 0; + this.label74.Text = "Menu Customization"; + // + // tmrfix + // + this.tmrfix.Interval = 5000; + // + // pnlluaoptions + // + this.pnlluaoptions.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) + | ShiftUI.AnchorStyles.Left) + | ShiftUI.AnchorStyles.Right))); + this.pnlluaoptions.BackColor = System.Drawing.Color.White; + this.pnlluaoptions.Widgets.Add(this.pnlluafield); + this.pnlluaoptions.Widgets.Add(this.flmorebuttons); + this.pnlluaoptions.Location = new System.Drawing.Point(139, 9); + this.pnlluaoptions.Name = "pnlluaoptions"; + this.pnlluaoptions.Size = new System.Drawing.Size(457, 306); + this.pnlluaoptions.TabIndex = 21; + this.pnlluaoptions.Visible = false; + // + // flmorebuttons + // + this.flmorebuttons.AutoSize = true; + this.flmorebuttons.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink; + this.flmorebuttons.Dock = ShiftUI.DockStyle.Top; + this.flmorebuttons.Location = new System.Drawing.Point(0, 0); + this.flmorebuttons.Name = "flmorebuttons"; + this.flmorebuttons.Size = new System.Drawing.Size(457, 0); + this.flmorebuttons.TabIndex = 0; + // + // pnlluafield + // + this.pnlluafield.Dock = ShiftUI.DockStyle.Fill; + this.pnlluafield.Location = new System.Drawing.Point(0, 0); + this.pnlluafield.Name = "pnlluafield"; + this.pnlluafield.Size = new System.Drawing.Size(457, 306); + this.pnlluafield.TabIndex = 1; + // + // Shifter + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(600, 323); + this.Widgets.Add(this.pgcontents); + this.FormBorderStyle = ShiftUI.FormBorderStyle.None; + this.Name = "Shifter"; this.Text = "Shifter"; - this.Location = new Point(0, 0); - this.AutoScaleMode = AutoScaleMode.Inherit; - this.AutoScrollMargin = new Size(0, 0); - this.AutoScrollMinSize = new Size(0, 0); - this.AutoScrollPosition = new Point(0, 0); - this.Alignment = (ContentAlignment)0; - this.AccessibleDefaultActionDescription = ""; - this.AccessibleDescription = ""; - this.AccessibleName = ""; - this.AccessibleRole = AccessibleRole.Default; - this.AllowDrop = false; - this.Anchor = AnchorStyles.Top | AnchorStyles.Left; - this.AutoScrollOffset = new Point(0, 0); - this.BackgroundImageLayout = ImageLayout.Tile; - this.Capture = false; - this.CausesValidation = true; - this.Dock = DockStyle.None; - this.Enabled = true; - this.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); - this.ForeColor = Color.FromArgb(0, 0, 0); - this.Height = 463; - this.ImeMode = ImeMode.NoControl; - this.IsAccessible = false; - this.Left = 0; - this.Name = "ShifterNew"; - this.RightToLeft = RightToLeft.No; - this.Top = 0; - this.UseWaitCursor = false; - this.Visible = false; - this.Width = 805; - - pgshifter = new PropertyGrid(); - pgshifter.AutoScroll = false; - pgshifter.BackColor = Color.FromArgb(240, 240, 240); - pgshifter.BackgroundImageLayout = ImageLayout.Tile; - pgshifter.CategoryForeColor = Color.FromArgb(200, 200, 200); - pgshifter.CommandsBackColor = Color.FromArgb(0, 0, 0); - pgshifter.CommandsForeColor = Color.FromArgb(0, 0, 0); - pgshifter.CommandsActiveLinkColor = Color.FromArgb(0, 0, 0); - pgshifter.CommandsDisabledLinkColor = Color.FromArgb(0, 0, 0); - pgshifter.CommandsLinkColor = Color.FromArgb(0, 0, 0); - pgshifter.CommandsVisibleIfAvailable = false; - pgshifter.ForeColor = Color.FromArgb(0, 0, 0); - pgshifter.HelpBackColor = Color.FromArgb(240, 240, 240); - pgshifter.HelpForeColor = Color.FromArgb(0, 0, 0); - pgshifter.HelpVisible = true; - pgshifter.LargeButtons = false; - pgshifter.LineColor = Color.FromArgb(200, 200, 200); - pgshifter.PropertySort = PropertySort.CategorizedAlphabetical; - pgshifter.Text = ""; - pgshifter.ToolbarVisible = true; - pgshifter.ViewBackColor = Color.FromArgb(255, 255, 255); - pgshifter.ViewForeColor = Color.FromArgb(0, 0, 0); - pgshifter.UseCompatibleTextRendering = false; - pgshifter.AutoScaleMode = AutoScaleMode.Inherit; - pgshifter.AutoValidate = AutoValidate.Inherit; - pgshifter.AutoScrollMargin = new Size(0, 0); - pgshifter.AutoScrollMinSize = new Size(0, 0); - pgshifter.AutoScrollPosition = new Point(0, 0); - pgshifter.Alignment = (ContentAlignment)0; - pgshifter.AccessibleDefaultActionDescription = ""; - pgshifter.AccessibleDescription = ""; - pgshifter.AccessibleName = ""; - pgshifter.AccessibleRole = AccessibleRole.Default; - pgshifter.AllowDrop = false; - pgshifter.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; - pgshifter.AutoScrollOffset = new Point(0, 0); - pgshifter.AutoSize = false; - pgshifter.MaximumSize = new Size(0, 0); - pgshifter.MinimumSize = new Size(0, 0); - pgshifter.Capture = false; - pgshifter.CausesValidation = true; - pgshifter.ClientSize = new Size(504, 411); - pgshifter.Dock = DockStyle.None; - pgshifter.Enabled = true; - pgshifter.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); - pgshifter.Height = 411; - pgshifter.ImeMode = ImeMode.NoControl; - pgshifter.IsAccessible = false; - pgshifter.Left = 287; - pgshifter.Location = new Point(287, 8); - pgshifter.Name = "pgshifter"; - pgshifter.RightToLeft = RightToLeft.No; - pgshifter.Size = new Size(504, 411 - (API.CurrentSkin.titlebarheight * 2)); - pgshifter.TabIndex = 0; - pgshifter.TabStop = true; - pgshifter.Top = 8; - pgshifter.UseWaitCursor = false; - pgshifter.Visible = true; - pgshifter.Width = 504; - this.Widgets.Add(pgshifter); - pgshifter.Show(); - - pnlcategoryholder = new Panel(); - pnlcategoryholder.AutoSize = false; - pnlcategoryholder.AutoSizeMode = AutoSizeMode.GrowOnly; - pnlcategoryholder.BorderStyle = BorderStyle.FixedSingle; - pnlcategoryholder.TabStop = false; - pnlcategoryholder.Text = ""; - pnlcategoryholder.AutoScroll = false; - pnlcategoryholder.AutoScrollMargin = new Size(0, 0); - pnlcategoryholder.AutoScrollMinSize = new Size(0, 0); - pnlcategoryholder.AutoScrollPosition = new Point(0, 0); - pnlcategoryholder.Alignment = (ContentAlignment)0; - pnlcategoryholder.AccessibleDefaultActionDescription = ""; - pnlcategoryholder.AccessibleDescription = ""; - pnlcategoryholder.AccessibleName = ""; - pnlcategoryholder.AccessibleRole = AccessibleRole.Default; - pnlcategoryholder.AllowDrop = false; - pnlcategoryholder.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left; - pnlcategoryholder.AutoScrollOffset = new Point(0, 0); - pnlcategoryholder.MaximumSize = new Size(0, 0); - pnlcategoryholder.MinimumSize = new Size(0, 0); - pnlcategoryholder.BackColor = Color.FromArgb(240, 240, 240); - pnlcategoryholder.BackgroundImageLayout = ImageLayout.Tile; - pnlcategoryholder.Capture = false; - pnlcategoryholder.CausesValidation = true; - pnlcategoryholder.Dock = DockStyle.None; - pnlcategoryholder.Enabled = true; - pnlcategoryholder.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); - pnlcategoryholder.ForeColor = Color.FromArgb(0, 0, 0); - pnlcategoryholder.ImeMode = ImeMode.NoControl; - pnlcategoryholder.IsAccessible = false; - pnlcategoryholder.Left = 8; - - pnlcategoryholder.Location = new Point(8, 8); - pnlcategoryholder.Name = "pnlcategories"; - pnlcategoryholder.RightToLeft = RightToLeft.No; - pnlcategoryholder.Size = new Size(271, 409); - pnlcategoryholder.Height = 409 - API.CurrentSkin.titlebarheight; - pnlcategoryholder.TabIndex = 1; - pnlcategoryholder.Top = 8 + API.CurrentSkin.titlebarheight; - pnlcategoryholder.UseWaitCursor = false; - pnlcategoryholder.Visible = true; - pnlcategoryholder.Width = 271; - this.Widgets.Add(pnlcategoryholder); - pnlcategoryholder.Show(); - btnapply = new Button(); - btnapply.AutoSizeMode = AutoSizeMode.GrowOnly; - btnapply.DialogResult = DialogResult.None; - btnapply.AutoEllipsis = false; - btnapply.AutoSize = false; - btnapply.BackColor = Color.FromArgb(240, 240, 240); - btnapply.FlatStyle = FlatStyle.Standard; - btnapply.ImageAlign = ContentAlignment.MiddleCenter; - btnapply.ImageIndex = -1; - btnapply.ImageKey = ""; - btnapply.ImeMode = ImeMode.Disable; - btnapply.Text = "Apply"; - btnapply.TextAlign = ContentAlignment.MiddleCenter; - btnapply.TextImageRelation = TextImageRelation.Overlay; - btnapply.UseCompatibleTextRendering = false; - btnapply.UseMnemonic = true; - btnapply.UseVisualStyleBackColor = true; - btnapply.Alignment = (ContentAlignment)0; - btnapply.AccessibleDefaultActionDescription = ""; - btnapply.AccessibleDescription = ""; - btnapply.AccessibleName = ""; - btnapply.AccessibleRole = AccessibleRole.Default; - btnapply.AllowDrop = false; - btnapply.Anchor = AnchorStyles.Top | AnchorStyles.Left; - btnapply.AutoScrollOffset = new Point(0, 0); - btnapply.MaximumSize = new Size(0, 0); - btnapply.MinimumSize = new Size(0, 0); - btnapply.BackgroundImageLayout = ImageLayout.Tile; - btnapply.Capture = false; - btnapply.CausesValidation = true; - btnapply.ClientSize = new Size(120, 36); - btnapply.Dock = DockStyle.None; - btnapply.Enabled = true; - btnapply.Font = new Font("Microsoft Sans Serif", (float)12, (FontStyle)0); - btnapply.ForeColor = Color.FromArgb(0, 0, 0); - btnapply.Height = 36; - btnapply.IsAccessible = false; - btnapply.Left = 6; - btnapply.Location = new Point(6, 365); - btnapply.Name = "btnapply"; - btnapply.RightToLeft = RightToLeft.No; - btnapply.Size = new Size(120, 36); - btnapply.TabIndex = 0; - btnapply.TabStop = true; - btnapply.Top = 365; - btnapply.UseWaitCursor = false; - btnapply.Visible = true; - btnapply.Width = 120; - pnlcategoryholder.Widgets.Add(btnapply); - btnapply.Show(); - pnlcategories = new FlowLayoutPanel(); - pnlcategories.FlowDirection = FlowDirection.TopDown; - pnlcategories.WrapContents = true; - pnlcategories.AutoSize = false; - pnlcategories.AutoSizeMode = AutoSizeMode.GrowOnly; - pnlcategories.BorderStyle = BorderStyle.FixedSingle; - pnlcategories.TabStop = false; - pnlcategories.Text = ""; - pnlcategories.AutoScroll = false; - pnlcategories.AutoScrollMargin = new Size(0, 0); - pnlcategories.AutoScrollMinSize = new Size(0, 0); - pnlcategories.AutoScrollPosition = new Point(0, 0); - pnlcategories.Alignment = (ContentAlignment)0; - pnlcategories.AccessibleDefaultActionDescription = ""; - pnlcategories.AccessibleDescription = ""; - pnlcategories.AccessibleName = ""; - pnlcategories.AccessibleRole = AccessibleRole.Default; - pnlcategories.AllowDrop = false; - pnlcategories.Anchor = AnchorStyles.Top | AnchorStyles.Left; - pnlcategories.AutoScrollOffset = new Point(0, 0); - pnlcategories.MaximumSize = new Size(0, 0); - pnlcategories.MinimumSize = new Size(0, 0); - pnlcategories.BackColor = Color.FromArgb(240, 240, 240); - pnlcategories.BackgroundImageLayout = ImageLayout.Tile; - pnlcategories.Capture = false; - pnlcategories.CausesValidation = true; - pnlcategories.ClientSize = new Size(121, 351); - pnlcategories.Dock = DockStyle.None; - pnlcategories.Enabled = true; - pnlcategories.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); - pnlcategories.ForeColor = Color.FromArgb(0, 0, 0); - pnlcategories.Height = 353; - pnlcategories.ImeMode = ImeMode.NoControl; - pnlcategories.IsAccessible = false; - pnlcategories.Left = 6; - pnlcategories.Location = new Point(6, 6); - pnlcategories.Name = "pnlcategories"; - pnlcategories.RightToLeft = RightToLeft.No; - pnlcategories.Size = new Size(123, 353); - pnlcategories.TabIndex = 1; - pnlcategories.Top = 6; - pnlcategories.UseWaitCursor = false; - pnlcategories.Visible = true; - pnlcategories.Width = 123; - pnlcategoryholder.Widgets.Add(pnlcategories); - pnlcategories.Show(); - pnlsubcategories = new FlowLayoutPanel(); - pnlsubcategories.FlowDirection = FlowDirection.TopDown; - pnlsubcategories.WrapContents = true; - pnlsubcategories.AutoSize = false; - pnlsubcategories.AutoSizeMode = AutoSizeMode.GrowOnly; - pnlsubcategories.BorderStyle = BorderStyle.None; - pnlsubcategories.TabStop = false; - pnlsubcategories.Text = ""; - pnlsubcategories.AutoScroll = false; - pnlsubcategories.AutoScrollMargin = new Size(0, 0); - pnlsubcategories.AutoScrollMinSize = new Size(0, 0); - pnlsubcategories.AutoScrollPosition = new Point(0, 0); - pnlsubcategories.Alignment = (ContentAlignment)0; - pnlsubcategories.AccessibleDefaultActionDescription = ""; - pnlsubcategories.AccessibleDescription = ""; - pnlsubcategories.AccessibleName = ""; - pnlsubcategories.AccessibleRole = AccessibleRole.Default; - pnlsubcategories.AllowDrop = false; - pnlsubcategories.Anchor = AnchorStyles.Top | AnchorStyles.Left; - pnlsubcategories.AutoScrollOffset = new Point(0, 0); - pnlsubcategories.MaximumSize = new Size(0, 0); - pnlsubcategories.MinimumSize = new Size(0, 0); - pnlsubcategories.BackColor = Color.FromArgb(240, 240, 240); - pnlsubcategories.BackgroundImageLayout = ImageLayout.Tile; - pnlsubcategories.Capture = false; - pnlsubcategories.CausesValidation = true; - pnlsubcategories.ClientSize = new Size(124, 394); - pnlsubcategories.Dock = DockStyle.None; - pnlsubcategories.Enabled = true; - pnlsubcategories.Font = new Font("Microsoft Sans Serif", (float)8.25, (FontStyle)0); - pnlsubcategories.ForeColor = Color.FromArgb(0, 0, 0); - pnlsubcategories.Height = 394; - pnlsubcategories.ImeMode = ImeMode.NoControl; - pnlsubcategories.IsAccessible = false; - pnlsubcategories.Left = 135; - pnlsubcategories.Location = new Point(135, 6); - pnlsubcategories.Name = "pnlsubcategories"; - pnlsubcategories.RightToLeft = RightToLeft.No; - pnlsubcategories.Size = new Size(124, 394); - pnlsubcategories.TabIndex = 2; - pnlsubcategories.Top = 6; - pnlsubcategories.UseWaitCursor = false; - pnlsubcategories.Visible = true; - pnlsubcategories.Width = 124; - pnlcategories.Widgets.Add(pnlsubcategories); - pnlsubcategories.Show(); + this.TopMost = true; + this.Load += new System.EventHandler(this.Shifter_Load); + this.catholder.ResumeLayout(false); + this.pnlshifterintro.ResumeLayout(false); + this.pnlshifterintro.PerformLayout(); + this.pnldesktopoptions.ResumeLayout(false); + this.pnldesktoppaneloptions.ResumeLayout(false); + this.pnldesktoppaneloptions.PerformLayout(); + //((System.ComponentModel.ISupportInitialize)(this.txtdesktoppanelheight)).EndInit(); + this.pnlapplauncheroptions.ResumeLayout(false); + this.pnlapplauncheroptions.PerformLayout(); + this.pnldesktopintro.ResumeLayout(false); + this.pnldesktopintro.PerformLayout(); + this.pnlpanelbuttonsoptions.ResumeLayout(false); + this.pnlpanelbuttonsoptions.PerformLayout(); + this.pnldesktopbackgroundoptions.ResumeLayout(false); + this.pnldesktopbackgroundoptions.PerformLayout(); + this.pnlpanelclockoptions.ResumeLayout(false); + this.pnlpanelclockoptions.PerformLayout(); + this.pnldesktoppreview.ResumeLayout(false); + this.predesktoppanel.ResumeLayout(false); + this.prepnlpanelbuttonholder.ResumeLayout(false); + this.prepnlpanelbutton.ResumeLayout(false); + this.prepnlpanelbutton.PerformLayout(); + //((System.ComponentModel.ISupportInitialize)(this.pretbicon)).EndInit(); + this.pretimepanel.ResumeLayout(false); + this.pretimepanel.PerformLayout(); + this.preapplaunchermenuholder.ResumeLayout(false); + this.predesktopappmenu.ResumeLayout(false); + this.predesktopappmenu.PerformLayout(); + this.Panel10.ResumeLayout(false); + this.pnlwindowsoptions.ResumeLayout(false); + this.pnlwindowsintro.ResumeLayout(false); + this.pnlwindowsintro.PerformLayout(); + this.pnlbuttonoptions.ResumeLayout(false); + this.pnlbuttonoptions.PerformLayout(); + this.pnlclosebuttonoptions.ResumeLayout(false); + this.pnlclosebuttonoptions.PerformLayout(); + this.pnlrollupbuttonoptions.ResumeLayout(false); + this.pnlrollupbuttonoptions.PerformLayout(); + this.pnlminimizebuttonoptions.ResumeLayout(false); + this.pnlminimizebuttonoptions.PerformLayout(); + this.pnltitlebaroptions.ResumeLayout(false); + this.pnltitlebaroptions.PerformLayout(); + this.pnlborderoptions.ResumeLayout(false); + this.pnlborderoptions.PerformLayout(); + this.pnltitletextoptions.ResumeLayout(false); + this.pnltitletextoptions.PerformLayout(); + this.pnlwindowsobjects.ResumeLayout(false); + this.pnlwindowpreview.ResumeLayout(false); + this.prepgleft.ResumeLayout(false); + this.prepgright.ResumeLayout(false); + this.pretitlebar.ResumeLayout(false); + this.pretitlebar.PerformLayout(); + //((System.ComponentModel.ISupportInitialize)(this.prepnlicon)).EndInit(); + this.pnlreset.ResumeLayout(false); + this.pgcontents.ResumeLayout(false); + this.pgcontents.PerformLayout(); + this.pnldesktopcomposition.ResumeLayout(false); + this.pnlfancywindows.ResumeLayout(false); + this.pnlfancywindows.PerformLayout(); + this.pnlfancydragging.ResumeLayout(false); + this.pnlfancydragging.PerformLayout(); + this.pnlfancyintro.ResumeLayout(false); + this.panel18.ResumeLayout(false); + this.panel18.PerformLayout(); + this.panel25.ResumeLayout(false); + this.panel25.PerformLayout(); + this.panel36.ResumeLayout(false); + this.pnlmenus.ResumeLayout(false); + this.pnladvanced.ResumeLayout(false); + this.pnladvanced.PerformLayout(); + this.pnlmore.ResumeLayout(false); + this.pnlmore.PerformLayout(); + this.pnldropdown.ResumeLayout(false); + this.pnldropdown.PerformLayout(); + this.pnlbasic.ResumeLayout(false); + this.pnlbasic.PerformLayout(); + this.pnlmenusintro.ResumeLayout(false); + this.pnlmenucategories.ResumeLayout(false); + this.pnlluaoptions.ResumeLayout(false); + this.pnlluaoptions.PerformLayout(); + this.ResumeLayout(false); } - public PropertyGrid pgshifter = null; - public Panel pnlcategoryholder = null; - public Button btnapply = null; - public FlowLayoutPanel pnlcategories = null; - public FlowLayoutPanel pnlsubcategories = null; - - + //private ShiftUI.ColorDialog ColorDialog1; //Can we stop using stock WinForms dialogs in ShiftOS? Seriously? Color Picker exists for a reason. - Michael + private ShiftUI.Timer clocktick; + private ShiftUI.Timer customizationtime; + private ShiftUI.Timer timerearned; + private ShiftUI.Label Label1; + private ShiftUI.Button btnapply; + private ShiftUI.Panel catholder; + private ShiftUI.Button btnreset; + private ShiftUI.Button btnmenus; + private ShiftUI.Button btnwindows; + private ShiftUI.Button btndesktop; + private ShiftUI.Panel pnlshifterintro; + private ShiftUI.Label Label66; + private ShiftUI.Label Label65; + private ShiftUI.Label Label64; + private ShiftUI.Label Label63; + private ShiftUI.Panel pnldesktopoptions; + private ShiftUI.Panel pnlpanelbuttonsoptions; + private ShiftUI.Panel pnlpanelbuttontextcolour; + private ShiftUI.Label Label101; + private ShiftUI.TextBox txtpanelbuttontexttop; + private ShiftUI.Label Label104; + private ShiftUI.TextBox txtpanelbuttontextside; + private ShiftUI.Label Label106; + private ShiftUI.Label Label93; + private ShiftUI.TextBox txtpanelbuttontop; + private ShiftUI.Label Label94; + private ShiftUI.TextBox txtpanelbuttoninitalgap; + private ShiftUI.Label Label108; + private ShiftUI.TextBox txtpanelbuttonicontop; + private ShiftUI.Label Label110; + private ShiftUI.TextBox txtpanelbuttoniconside; + private ShiftUI.Label Label112; + private ShiftUI.TextBox txtpanelbuttoniconsize; + private ShiftUI.TextBox txtpanelbuttoniconheight; + private ShiftUI.Label Label105; + private ShiftUI.ComboBox cbpanelbuttontextstyle; + private ShiftUI.ComboBox cbpanelbuttonfont; + private ShiftUI.Label Label100; + private ShiftUI.TextBox txtpaneltextbuttonsize; + private ShiftUI.Label Label102; + private ShiftUI.Label Label103; + private ShiftUI.Label Label98; + private ShiftUI.TextBox txtpanelbuttongap; + private ShiftUI.Label Label99; + private ShiftUI.Label Label96; + private ShiftUI.TextBox txtpanelbuttonheight; + private ShiftUI.Label Label97; + private ShiftUI.Label Label92; + private ShiftUI.TextBox txtpanelbuttonwidth; + private ShiftUI.Label Label91; + private ShiftUI.Panel pnlpanelbuttoncolour; + private ShiftUI.Label Label95; + private ShiftUI.Panel pnldesktoppaneloptions; + private ShiftUI.Button btnpanelbuttons; + private ShiftUI.Label lbwarning; + private ShiftUI.ComboBox combodesktoppanelposition; + private ShiftUI.Label lbposition; + private ShiftUI.Label Label47; + //private ShiftUI.NumericUpDown txtdesktoppanelheight; //NYI. + private ShiftUI.TextBox txtdesktoppanelheight; + private ShiftUI.Label lbheight; + private ShiftUI.Panel pnldesktoppanelcolour; + private ShiftUI.Label lbpanelcolor; + private ShiftUI.Panel pnlapplauncheroptions; + private ShiftUI.Label Label71; + private ShiftUI.TextBox txtapplauncherwidth; + private ShiftUI.Label Label72; + private ShiftUI.TextBox txtappbuttonlabel; + private ShiftUI.Label Label51; + private ShiftUI.Label Label50; + private ShiftUI.Panel pnlmaintextcolour; + private ShiftUI.ComboBox comboappbuttontextstyle; + private ShiftUI.ComboBox comboappbuttontextfont; + private ShiftUI.Label Label37; + private ShiftUI.Label Label38; + private ShiftUI.TextBox txtappbuttontextsize; + private ShiftUI.Label Label39; + private ShiftUI.Label Label40; + private ShiftUI.Panel pnlmainbuttonactivated; + private ShiftUI.Label Label28; + private ShiftUI.Label Label35; + private ShiftUI.TextBox txtapplicationsbuttonheight; + private ShiftUI.Label Label36; + private ShiftUI.Panel pnlmainbuttoncolour; + private ShiftUI.Label Label43; + private ShiftUI.Panel pnldesktopintro; + private ShiftUI.Label Label69; + private ShiftUI.Label Label70; + private ShiftUI.Panel pnlpanelclockoptions; + private ShiftUI.Panel pnlclockbackgroundcolour; + private ShiftUI.Label Label44; + private ShiftUI.ComboBox comboclocktextstyle; + private ShiftUI.ComboBox comboclocktextfont; + private ShiftUI.Label Label26; + private ShiftUI.Label Label29; + private ShiftUI.TextBox txtclocktextfromtop; + private ShiftUI.Label Label30; + private ShiftUI.Label Label31; + private ShiftUI.TextBox txtclocktextsize; + private ShiftUI.Label Label32; + private ShiftUI.Label Label33; + private ShiftUI.Panel pnlpanelclocktextcolour; + private ShiftUI.Label Label34; + private ShiftUI.Panel pnldesktopbackgroundoptions; + private ShiftUI.Panel pnldesktopcolour; + private ShiftUI.Label Label45; + private ShiftUI.Panel Panel10; + private ShiftUI.Button btndesktopitself; + private ShiftUI.Button btnpanelclock; + private ShiftUI.Button btnapplauncher; + private ShiftUI.Button btndesktoppanel; + private ShiftUI.Panel pnldesktoppreview; + private ShiftUI.Panel predesktoppanel; + private ShiftUI.FlowLayoutPanel prepnlpanelbuttonholder; + private ShiftUI.Panel prepnlpanelbutton; + private ShiftUI.PictureBox pretbicon; + private ShiftUI.Label pretbctext; + private ShiftUI.Panel pretimepanel; + private ShiftUI.Label prepaneltimetext; + private ShiftUI.Panel preapplaunchermenuholder; + private ShiftUI.MenuStrip predesktopappmenu; + private ShiftUI.ToolStripMenuItem ApplicationsToolStripMenuItem; + private ShiftUI.ToolStripMenuItem KnowledgeInputToolStripMenuItem; + private ShiftUI.ToolStripMenuItem ShiftoriumToolStripMenuItem; + private ShiftUI.ToolStripMenuItem ClockToolStripMenuItem; + private ShiftUI.ToolStripMenuItem TerminalToolStripMenuItem; + private ShiftUI.ToolStripMenuItem ShifterToolStripMenuItem; + private ShiftUI.ToolStripSeparator ToolStripSeparator1; + private ShiftUI.ToolStripMenuItem ShutdownToolStripMenuItem; + private ShiftUI.Panel pnlwindowsoptions; + private ShiftUI.Panel pnlbuttonoptions; + private ShiftUI.Panel pnlminimizebuttonoptions; + private ShiftUI.Label Label82; + private ShiftUI.Label Label83; + private ShiftUI.Panel pnlminimizebuttoncolour; + private ShiftUI.TextBox txtminimizebuttonside; + private ShiftUI.Label Label84; + private ShiftUI.Label Label85; + private ShiftUI.TextBox txtminimizebuttonheight; + private ShiftUI.Label Label86; + private ShiftUI.Label Label87; + private ShiftUI.TextBox txtminimizebuttontop; + private ShiftUI.Label Label88; + private ShiftUI.Label Label89; + private ShiftUI.TextBox txtminimizebuttonwidth; + private ShiftUI.Label Label90; + private ShiftUI.Panel pnlrollupbuttonoptions; + private ShiftUI.Label Label54; + private ShiftUI.Label Label55; + private ShiftUI.Panel pnlrollupbuttoncolour; + private ShiftUI.TextBox txtrollupbuttonside; + private ShiftUI.Label Label56; + private ShiftUI.Label Label57; + private ShiftUI.TextBox txtrollupbuttonheight; + private ShiftUI.Label Label58; + private ShiftUI.Label Label59; + private ShiftUI.TextBox txtrollupbuttontop; + private ShiftUI.Label Label60; + private ShiftUI.Label Label61; + private ShiftUI.TextBox txtrollupbuttonwidth; + private ShiftUI.Label Label62; + private ShiftUI.ComboBox combobuttonoption; + private ShiftUI.Label Label52; + private ShiftUI.Panel pnlclosebuttonoptions; + private ShiftUI.Label Label8; + private ShiftUI.Label Label11; + private ShiftUI.Panel pnlclosebuttoncolour; + private ShiftUI.TextBox txtclosebuttonfromside; + private ShiftUI.Label Label7; + private ShiftUI.Label Label12; + private ShiftUI.TextBox txtclosebuttonheight; + private ShiftUI.Label Label13; + private ShiftUI.Label Label6; + private ShiftUI.TextBox txtclosebuttonfromtop; + private ShiftUI.Label Label10; + private ShiftUI.Label Label14; + private ShiftUI.TextBox txtclosebuttonwidth; + private ShiftUI.Label Label9; + private ShiftUI.Panel pnltitlebaroptions; + private ShiftUI.Label Label80; + private ShiftUI.TextBox txticonfromtop; + private ShiftUI.Label Label81; + private ShiftUI.Label Label78; + private ShiftUI.TextBox txticonfromside; + private ShiftUI.Label Label79; + private ShiftUI.Label lbcornerwidthpx; + private ShiftUI.TextBox txttitlebarcornerwidth; + private ShiftUI.Label lbcornerwidth; + private ShiftUI.Panel pnltitlebarrightcornercolour; + private ShiftUI.Panel pnltitlebarleftcornercolour; + private ShiftUI.Label lbrightcornercolor; + private ShiftUI.Label lbleftcornercolor; + private ShiftUI.CheckBox cboxtitlebarcorners; + private ShiftUI.Label Label5; + private ShiftUI.TextBox txttitlebarheight; + private ShiftUI.Label Label4; + private ShiftUI.Panel pnltitlebarcolour; + private ShiftUI.Label Label2; + private ShiftUI.Panel pnlborderoptions; + private ShiftUI.CheckBox cbindividualbordercolours; + private ShiftUI.Panel pnlborderbottomrightcolour; + private ShiftUI.Label lbbright; + private ShiftUI.Panel pnlborderbottomcolour; + private ShiftUI.Label lbbottom; + private ShiftUI.Panel pnlborderbottomleftcolour; + private ShiftUI.Label lbbleft; + private ShiftUI.Panel pnlborderrightcolour; + private ShiftUI.Label lbright; + private ShiftUI.Panel pnlborderleftcolour; + private ShiftUI.Label lbleft; + private ShiftUI.Label Label15; + private ShiftUI.Panel pnlbordercolour; + private ShiftUI.TextBox txtbordersize; + private ShiftUI.Label Label3; + private ShiftUI.Label Label16; + private ShiftUI.Panel pnltitletextoptions; + private ShiftUI.ComboBox combotitletextposition; + private ShiftUI.Label Label53; + private ShiftUI.ComboBox combotitletextstyle; + private ShiftUI.ComboBox combotitletextfont; + private ShiftUI.Label Label23; + private ShiftUI.Label Label17; + private ShiftUI.TextBox txttitletextside; + private ShiftUI.Label Label18; + private ShiftUI.Label Label19; + private ShiftUI.TextBox txttitletexttop; + private ShiftUI.Label Label20; + private ShiftUI.Label Label21; + private ShiftUI.TextBox txttitletextsize; + private ShiftUI.Label Label22; + private ShiftUI.Label Label24; + private ShiftUI.Panel pnltitletextcolour; + private ShiftUI.Label Label25; + private ShiftUI.Panel pnlwindowsintro; + private ShiftUI.Label Label68; + private ShiftUI.Label Label67; + private ShiftUI.Panel pnlwindowsobjects; + private ShiftUI.Button btnborders; + private ShiftUI.Button btnbuttons; + private ShiftUI.Button btntitletext; + private ShiftUI.Button btntitlebar; + private ShiftUI.Panel pnlwindowpreview; + private ShiftUI.Panel prepgcontent; + private ShiftUI.Panel prepgbottom; + private ShiftUI.Panel prepgleft; + private ShiftUI.Panel prepgbottomlcorner; + private ShiftUI.Panel prepgright; + private ShiftUI.Panel prepgbottomrcorner; + private ShiftUI.Panel pretitlebar; + private ShiftUI.Panel preminimizebutton; + private ShiftUI.PictureBox prepnlicon; + private ShiftUI.Panel prerollupbutton; + private ShiftUI.Panel preclosebutton; + private ShiftUI.Label pretitletext; + private ShiftUI.Panel prepgtoplcorner; + private ShiftUI.Panel prepgtoprcorner; + private ShiftUI.Panel pnlreset; + private ShiftUI.Label Label113; + private ShiftUI.Button btnresetallsettings; + private ShiftUI.Label Label109; + private ShiftUI.Label Label111; + private ShiftUI.Panel pgcontents; + private ShiftUI.Timer tmrfix; + private ShiftUI.Timer tmrdelay; + private Panel pnlmenus; + private Label label74; + private Panel pnlmenucategories; + private Button btnmisc; + private Button btnadvanced; + private Button btndropdown; + private Button btnbasic; + private Panel pnlbasic; + private Panel pnlmenubarend; + private Label label73; + private Panel pnlmenubarbegin; + private Label label42; + private Label label41; + private Panel pnltoolbarend; + private Label label77; + private Panel pnltoolbarmiddle; + private Label label76; + private Panel pnltoolbarbegin; + private Label label75; + private Panel pnlstatusend; + private Label label114; + private Panel pnlstatusbegin; + private Label label107; + private Panel pnldropdownbg; + private Label label115; + private Panel pnlmenusintro; + private Label label116; + private Label label124; + private Panel pnldropdown; + private Panel pnlmarginend; + private Label label120; + private Panel pnlmarginmiddle; + private Label label121; + private Panel pnlmarginbegin; + private Label label122; + private Panel pnlhcolor; + private Label label123; + private Panel pnlhborder; + private Label label125; + private Label label126; + private Panel pnlddborder; + private Label label117; + private Panel pnlmenutextcolor; + private Label label118; + private Panel pnladvanced; + private Panel pnlitemselectedend; + private Label label129; + private Panel pnlbuttonpressed; + private Label label130; + private Panel pnlitemselectedbegin; + private Label label131; + private Panel pnlitemselected; + private Label label132; + private Panel pnlbuttonselected; + private Label label133; + private Panel pnlcheckbg; + private Label label134; + private Label label135; + private Panel pnlbuttonchecked; + private Label label136; + private Button btnmorebuttons; + private Panel pnlmore; + private Panel pnlpressedbegin; + private Button btnback; + private Label label138; + private Panel pnlselectedbegin; + private Panel pnlpressedend; + private Label label137; + private Label label139; + private Panel pnlselectedend; + private Panel pnlpressedmiddle; + private Label label140; + private Label label142; + private Panel pnlselectedmiddle; + private Label label145; + private Label label147; + private Panel pnlalhover; + private Label label119; + private Button btndesktopicons; + private Button btnwindowcomposition; + private Panel pnldesktopcomposition; + private Panel pnlfancywindows; + private Label label149; + private Panel pnlfancydragging; + private Label label156; + private Panel panel18; + private Panel panel19; + private Label label157; + private Panel panel20; + private Label label158; + private Panel panel21; + private Label label159; + private Panel panel22; + private Label label160; + private Panel panel23; + private Label label161; + private Panel panel24; + private Label label162; + private Label label163; + private Panel panel25; + private Panel panel26; + private Label label164; + private Panel panel27; + private Label label165; + private Panel panel28; + private Label label166; + private Panel panel29; + private Label label167; + private Panel panel30; + private Label label168; + private Panel panel31; + private Label label169; + private Panel panel32; + private Label label170; + private Panel panel33; + private Label label171; + private Panel panel34; + private Label label172; + private Label label173; + private Panel pnlfancyintro; + private Label label174; + private Label label175; + private Panel panel36; + private Button btnfancydragging; + private Button btnfancywindows; + private Label label176; + private ComboBox cbcloseanim; + private Label label128; + private ComboBox cbopenanim; + private Label label127; + private ComboBox cbdrageffect; + private Label label141; + private TextBox txtfadespeed; + private Label label155; + private TextBox txtdragfadedec; + private Label label143; + private TextBox txtdragopacitydec; + private Label label144; + private TextBox txtshakeminoffset; + private Label label148; + private TextBox txtshakemax; + private Label label146; + private TextBox txtwinfadedec; + private Label label150; + private TextBox txtwinfadespeed; + private Label label151; + private Button btnmore; + private Panel pnlluaoptions; + private FlowLayoutPanel flmorebuttons; + private Panel pnlluafield; } } \ No newline at end of file diff --git a/source/WindowsFormsApplication1/Apps/Shifter.cs b/source/WindowsFormsApplication1/Apps/Shifter.cs index 3e16184..9630597 100644 --- a/source/WindowsFormsApplication1/Apps/Shifter.cs +++ b/source/WindowsFormsApplication1/Apps/Shifter.cs @@ -9,7 +9,6 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using ShiftUI; -using System.Reflection; namespace ShiftOS { @@ -18,97 +17,3091 @@ namespace ShiftOS public Shifter() { InitializeComponent(); - ShowAllCategories(); } - public void ShowAllCategories() + public Skinning.Skin CustomizingSkin = null; + public Skinning.Images CustomizingImages = null; + private bool EarnCP = false; + + public void AddCP(int amount) + { + if (EarnCP == true) + { + codepointstogive += amount; + } + } + + private void btndesktop_Click(object sender, EventArgs e) + { + HideAll(); + pnldesktopoptions.Show(); + pnldesktopoptions.BringToFront(); + SetPreviewSkin(true); + } + + private void SetPreviewSkin(bool updateValues) + { + EarnCP = false; + predesktopappmenu.Renderer = new Skinning.MyToolStripRenderer(new AppLauncherColorTable()); + //fix apply button + btnapply.BackColor = Color.White; + btnapply.ForeColor = Color.Black; + btnapply.Text = "Apply Changes"; + + //Set Available Title Buttons + combobuttonoption.Items.Clear(); + if (API.Upgrades["closebutton"]) + { + combobuttonoption.Items.Add("Close"); + } + if (API.Upgrades["rollupbutton"]) + { + combobuttonoption.Items.Add("Roll Up"); + } + if (API.Upgrades["minimizebutton"]) + { + combobuttonoption.Items.Add("Minimize"); + } + //set available options + SetAvailableOptions(); + + //windows + setuptitlebar(); + setskin(); + + //desktop + SetupDesktop(); + + //Setting Values + if (updateValues == true) + { + EarnCP = false; + SetupDesktopPanelValues(); + SetupAppLauncherValues(); + SetupPanelButtonValues(); + SetClockValues(); + SetupTitleTextValues(); + SetupBorderValues(); + SetupTitleBarValues(); + SetupButtonValues(); + SetupBasicMenuValues(); + SetupDropdownValues(); + SetupAdvancedMenuValues(); + SetupAnimationStyleValues(); + } + EarnCP = true; + } + + #region Preview Skinning + + public void SetupDesktop() + { + + if (API.Upgrades["desktoppanel"] == true) + { + if (CustomizingImages.desktoppanel == null) + { + predesktoppanel.BackColor = CustomizingSkin.desktoppanelcolour; + predesktoppanel.BackgroundImage = null; + } + else + { + predesktoppanel.BackgroundImage = CustomizingImages.desktoppanel; + predesktoppanel.BackgroundImageLayout = (ImageLayout)CustomizingSkin.desktoppanellayout; + predesktoppanel.BackColor = Color.Transparent; + } + + predesktoppanel.Size = new Size(predesktoppanel.Size.Width, CustomizingSkin.desktoppanelheight); + switch (CustomizingSkin.desktoppanelposition) + { + case "Top": + predesktoppanel.Dock = DockStyle.Top; + predesktopappmenu.Dock = DockStyle.Top; + break; + case "Bottom": + predesktoppanel.Dock = DockStyle.Bottom; + predesktopappmenu.Dock = DockStyle.Bottom; + break; + } + predesktoppanel.Show(); + } + else + { + predesktoppanel.Hide(); + } + + + if (API.Upgrades["applaunchermenu"] == true) + { + ApplicationsToolStripMenuItem.Font = new Font(CustomizingSkin.applicationbuttontextfont, CustomizingSkin.applicationbuttontextsize, CustomizingSkin.applicationbuttontextstyle); + ApplicationsToolStripMenuItem.Text = CustomizingSkin.applicationlaunchername; + + + + ApplicationsToolStripMenuItem.Height = CustomizingSkin.applicationbuttonheight; + if (CustomizingImages.applauncher != null) + { + ApplicationsToolStripMenuItem.Text = ""; + ApplicationsToolStripMenuItem.BackColor = Color.Transparent; + } + else + { + ApplicationsToolStripMenuItem.Text = CustomizingSkin.applicationlaunchername; + ApplicationsToolStripMenuItem.BackColor = CustomizingSkin.applauncherbackgroundcolour; + ApplicationsToolStripMenuItem.BackgroundImage = null; + } + + preapplaunchermenuholder.Width = CustomizingSkin.applaunchermenuholderwidth; + predesktopappmenu.Width = CustomizingSkin.applaunchermenuholderwidth; + ApplicationsToolStripMenuItem.Width = CustomizingSkin.applaunchermenuholderwidth; + preapplaunchermenuholder.Height = CustomizingSkin.applicationbuttonheight; + predesktopappmenu.Height = CustomizingSkin.applicationbuttonheight; + ApplicationsToolStripMenuItem.Height = CustomizingSkin.applicationbuttonheight; + + if (CustomizingImages.applauncher != null) + { + ApplicationsToolStripMenuItem.BackgroundImage = CustomizingImages.applauncher; + } + else + { + ApplicationsToolStripMenuItem.BackColor = CustomizingSkin.applauncherbackgroundcolour; + ApplicationsToolStripMenuItem.BackgroundImageLayout = (ImageLayout)CustomizingSkin.applauncherlayout; + } + } + else + { + ApplicationsToolStripMenuItem.Visible = false; + } + + if (API.Upgrades["desktoppanelclock"] == true) + { + + prepaneltimetext.ForeColor = CustomizingSkin.clocktextcolour; + + if (CustomizingImages.panelclock == null) + { + pretimepanel.BackColor = CustomizingSkin.clockbackgroundcolor; + pretimepanel.BackgroundImage = null; + } + else + { + pretimepanel.BackColor = Color.Transparent; + pretimepanel.BackgroundImage = CustomizingImages.panelclock; + pretimepanel.BackgroundImageLayout = (ImageLayout)CustomizingSkin.panelclocklayout; + } + prepaneltimetext.Font = new Font(CustomizingSkin.panelclocktextfont, CustomizingSkin.panelclocktextsize, CustomizingSkin.panelclocktextstyle); + pretimepanel.Size = new Size(prepaneltimetext.Width + 3, pretimepanel.Height); + prepaneltimetext.Location = new Point(0, CustomizingSkin.panelclocktexttop); + pretimepanel.Show(); + } + else + { + pretimepanel.Hide(); + } + + + ApplicationsToolStripMenuItem.BackColor = CustomizingSkin.applauncherbuttoncolour; + + pnldesktoppreview.BackColor = CustomizingSkin.desktopbackgroundcolour; + pnldesktoppreview.BackgroundImage = CustomizingImages.desktopbackground; + pnldesktoppreview.BackgroundImageLayout = (ImageLayout)CustomizingSkin.desktopbackgroundlayout; + + if (API.Upgrades["panelbuttons"] == true) + { + prepnlpanelbutton.Visible = API.Upgrades["panelbuttons"]; + + pretbicon.Image = Properties.Resources.iconTerminal; + pretbctext.Text = "Terminal"; + + prepnlpanelbutton.Margin = new Padding(0, CustomizingSkin.panelbuttonfromtop, CustomizingSkin.panelbuttongap, 0); + + if (API.Upgrades["appicons"] == true) + { + pretbicon.Show(); + } + else + { + pretbicon.Hide(); + } + pretbicon.Location = new Point(CustomizingSkin.panelbuttoniconside, CustomizingSkin.panelbuttonicontop); + pretbicon.Size = new Size(CustomizingSkin.panelbuttoniconsize, CustomizingSkin.panelbuttoniconsize); + prepnlpanelbutton.Size = new Size(CustomizingSkin.panelbuttonwidth, CustomizingSkin.panelbuttonheight); + prepnlpanelbutton.BackColor = CustomizingSkin.panelbuttoncolour; + prepnlpanelbutton.BackgroundImage = CustomizingImages.panelbutton; + prepnlpanelbutton.BackgroundImageLayout = (ImageLayout)CustomizingSkin.panelbuttonlayout; + pretbctext.ForeColor = CustomizingSkin.panelbuttontextcolour; + pretbctext.Font = new Font(CustomizingSkin.panelbuttontextfont, CustomizingSkin.panelbuttontextsize, CustomizingSkin.panelbuttontextstyle); + pretbctext.Location = new Point(CustomizingSkin.panelbuttontextside, CustomizingSkin.panelbuttontexttop); + + + pretbicon.Size = new Size(CustomizingSkin.panelbuttoniconsize, CustomizingSkin.panelbuttoniconsize); + + } + prepnlpanelbuttonholder.Padding = new Padding(CustomizingSkin.panelbuttoninitialgap, 0, 0, 0); + + + } + + + + public void setskin() + { + + //disposals + preclosebutton.BackgroundImage = null; + pretitlebar.BackgroundImage = null; + prerollupbutton.BackgroundImage = null; + prepgtoplcorner.BackgroundImage = null; + prepgtoprcorner.BackgroundImage = null; + preminimizebutton.BackgroundImage = null; + //apply new skin + if (CustomizingImages.closebtn == null) + preclosebutton.BackColor = CustomizingSkin.closebtncolour; + else + preclosebutton.BackgroundImage = CustomizingImages.closebtn; + preclosebutton.BackgroundImageLayout = (ImageLayout)CustomizingSkin.closebtnlayout; + if (CustomizingImages.titlebar == null) + pretitlebar.BackColor = CustomizingSkin.titlebarcolour; + else + pretitlebar.BackgroundImage = CustomizingImages.titlebar; + pretitlebar.BackgroundImageLayout = (ImageLayout)CustomizingSkin.titlebarlayout; + if (CustomizingImages.rollbtn == null) + prerollupbutton.BackColor = CustomizingSkin.rollbtncolour; + else + prerollupbutton.BackgroundImage = CustomizingImages.rollbtn; + prerollupbutton.BackgroundImageLayout = (ImageLayout)CustomizingSkin.rollbtnlayout; + if (CustomizingImages.leftcorner == null) + prepgtoplcorner.BackColor = CustomizingSkin.leftcornercolour; + else + prepgtoplcorner.BackgroundImage = CustomizingImages.leftcorner; + prepgtoplcorner.BackgroundImageLayout = (ImageLayout)CustomizingSkin.leftcornerlayout; + if (CustomizingImages.rightcorner == null) + prepgtoprcorner.BackColor = CustomizingSkin.rightcornercolour; + else + prepgtoprcorner.BackgroundImage = CustomizingImages.rightcorner; + prepgtoprcorner.BackgroundImageLayout = (ImageLayout)CustomizingSkin.rightcornerlayout; + if (CustomizingImages.minbtn == null) + preminimizebutton.BackColor = CustomizingSkin.minbtncolour; + else + preminimizebutton.BackgroundImage = CustomizingImages.minbtn; + preminimizebutton.BackgroundImageLayout = (ImageLayout)CustomizingSkin.minbtnlayout; + if (CustomizingImages.borderleft == null) + prepgleft.BackColor = CustomizingSkin.borderleftcolour; + else + prepgleft.BackgroundImage = CustomizingImages.borderleft; + prepgleft.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderleftlayout; + if (CustomizingImages.borderright == null) + prepgright.BackColor = CustomizingSkin.borderrightcolour; + else + prepgright.BackgroundImage = CustomizingImages.borderright; + prepgleft.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderrightlayout; + if (CustomizingImages.borderbottom == null) + prepgbottom.BackColor = CustomizingSkin.borderbottomcolour; + else + prepgbottom.BackgroundImage = CustomizingImages.borderbottom; + prepgbottom.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderbottomlayout; + if (CustomizingSkin.enablebordercorners == true) + { + if (CustomizingImages.bottomleftcorner == null) + prepgbottomlcorner.BackColor = CustomizingSkin.bottomleftcornercolour; + else + prepgbottomlcorner.BackgroundImage = CustomizingImages.bottomleftcorner; + prepgbottomlcorner.BackgroundImageLayout = (ImageLayout)CustomizingSkin.bottomleftcornerlayout; + if (CustomizingImages.bottomrightcorner == null) + prepgbottomrcorner.BackColor = CustomizingSkin.bottomrightcornercolour; + else + prepgbottomrcorner.BackgroundImage = CustomizingImages.bottomrightcorner; + prepgbottomrcorner.BackgroundImageLayout = (ImageLayout)CustomizingSkin.bottomrightcornerlayout; + } + else + { + prepgbottomlcorner.BackColor = CustomizingSkin.borderrightcolour; + prepgbottomrcorner.BackColor = CustomizingSkin.borderrightcolour; + prepgbottomlcorner.BackgroundImage = null; + prepgbottomrcorner.BackgroundImage = null; + } + + //set bottom border corner size + prepgbottomlcorner.Size = new Size(CustomizingSkin.borderwidth, CustomizingSkin.borderwidth); + prepgbottomrcorner.Size = new Size(CustomizingSkin.borderwidth, CustomizingSkin.borderwidth); + prepgbottomlcorner.Location = new Point(0, pnlwindowpreview.Height - CustomizingSkin.borderwidth); + prepgbottomrcorner.Location = new Point(pnlwindowpreview.Width, pnlwindowpreview.Height - CustomizingSkin.borderwidth); + + prepgright.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderrightlayout; + prepgbottomrcorner.BackgroundImage = CustomizingImages.bottomrightcorner; + prepgbottomlcorner.BackgroundImage = CustomizingImages.bottomleftcorner; + prepgbottomrcorner.BackgroundImageLayout = (ImageLayout)CustomizingSkin.bottomrightcornerlayout; + prepgbottomlcorner.BackgroundImageLayout = (ImageLayout)CustomizingSkin.bottomleftcornerlayout; + + } + + private void setupborders() + { + if (API.Upgrades["windowborders"] == false) + { + prepgleft.Hide(); + prepgbottom.Hide(); + prepgright.Hide(); + } + } + + private void setuptitlebar() + { + setupborders(); + + prepgleft.Width = CustomizingSkin.borderwidth; + prepgright.Width = CustomizingSkin.borderwidth; + prepgbottom.Height = CustomizingSkin.borderwidth; + pretitlebar.Height = CustomizingSkin.titlebarheight; + + if (CustomizingSkin.enablecorners == true) + { + prepgtoplcorner.Show(); + prepgtoprcorner.Show(); + prepgtoprcorner.Width = CustomizingSkin.titlebarcornerwidth; + prepgtoplcorner.Width = CustomizingSkin.titlebarcornerwidth; + } + else + { + prepgtoplcorner.Hide(); + prepgtoprcorner.Hide(); + } + + if (API.Upgrades["titlebar"] == false) + { + pretitlebar.Hide(); + } + + if (API.Upgrades["titletext"] == false) + { + pretitletext.Hide(); + } + else + { + pretitletext.Font = new Font(CustomizingSkin.titletextfontfamily, CustomizingSkin.titletextfontsize, CustomizingSkin.titletextfontstyle, GraphicsUnit.Point); + pretitletext.Text = "Preview"; + pretitletext.Show(); + } + + if (API.Upgrades["closebutton"] == false) + { + preclosebutton.Hide(); + } + else + { + preclosebutton.BackColor = CustomizingSkin.closebtncolour; + preclosebutton.Size = CustomizingSkin.closebtnsize; + preclosebutton.Show(); + } + + if (API.Upgrades["rollupbutton"] == false) + { + prerollupbutton.Hide(); + } + else + { + prerollupbutton.BackColor = CustomizingSkin.rollbtncolour; + prerollupbutton.Size = CustomizingSkin.rollbtnsize; + prerollupbutton.Show(); + } + + if (API.Upgrades["minimizebutton"] == false) + { + preminimizebutton.Hide(); + } + else + { + preminimizebutton.BackColor = CustomizingSkin.minbtncolour; + preminimizebutton.Size = CustomizingSkin.minbtnsize; + preminimizebutton.Show(); + } + + if (API.Upgrades["windowborders"] == true) + { + preclosebutton.Location = new Point(pretitlebar.Size.Width - CustomizingSkin.closebtnfromside - preclosebutton.Size.Width, CustomizingSkin.closebtnfromtop); + prerollupbutton.Location = new Point(pretitlebar.Size.Width - CustomizingSkin.rollbtnfromside - prerollupbutton.Size.Width, CustomizingSkin.rollbtnfromtop); + preminimizebutton.Location = new Point(pretitlebar.Size.Width - CustomizingSkin.minbtnfromside - preminimizebutton.Size.Width, CustomizingSkin.minbtnfromtop); + switch (CustomizingSkin.titletextpos) + { + case "Left": + pretitletext.Location = new Point(CustomizingSkin.titletextfromside, CustomizingSkin.titletextfromtop); + break; + case "Centre": + pretitletext.Location = new Point((pretitlebar.Width / 2) - pretitletext.Width / 2, CustomizingSkin.titletextfromtop); + break; + } + pretitletext.ForeColor = CustomizingSkin.titletextcolour; + } + else + { + preclosebutton.Location = new Point(pretitlebar.Size.Width - CustomizingSkin.closebtnfromside - prepgtoplcorner.Width - prepgtoprcorner.Width - preclosebutton.Size.Width, CustomizingSkin.closebtnfromtop); + prerollupbutton.Location = new Point(pretitlebar.Size.Width - CustomizingSkin.rollbtnfromside - prepgtoplcorner.Width - prepgtoprcorner.Width - prerollupbutton.Size.Width, CustomizingSkin.rollbtnfromtop); + preminimizebutton.Location = new Point(pretitlebar.Size.Width - CustomizingSkin.minbtnfromside - prepgtoplcorner.Width - prepgtoprcorner.Width - preminimizebutton.Size.Width, CustomizingSkin.minbtnfromtop); + switch (CustomizingSkin.titletextpos) + { + case "Left": + pretitletext.Location = new Point(CustomizingSkin.titletextfromside + prepgtoplcorner.Width, CustomizingSkin.titletextfromtop); + break; + case "Centre": + pretitletext.Location = new Point((pretitlebar.Width / 2) - pretitletext.Width / 2, CustomizingSkin.titletextfromtop); + break; + } + pretitletext.ForeColor = CustomizingSkin.titletextcolour; + } + + //Change when Icon skinning complete + // Change to program's icon + if (API.Upgrades["appicons"] == true) + { + prepnlicon.Visible = true; + prepnlicon.Location = new Point(CustomizingSkin.titleiconfromside, CustomizingSkin.titleiconfromtop); + prepnlicon.Size = new Size(CustomizingSkin.titlebariconsize, CustomizingSkin.titlebariconsize); + prepnlicon.Image = Properties.Resources.iconShifter; + + } + + } + + #endregion + + #region Other things... + + private void HideAll() + { + pnlshifterintro.Hide(); + pnldesktopoptions.Hide(); + pnlwindowsoptions.Hide(); + pnlreset.Hide(); + //pnlmenuoptions.Hide(); + } + + private void btnreset_Click(object sender, EventArgs e) + { + HideAll(); + pnlreset.Show(); + pnlreset.BringToFront(); + SetPreviewSkin(true); + } + + private void btnwindows_Click(object sender, EventArgs e) + { + HideAll(); + pnlwindowsoptions.Show(); + pnlwindowsoptions.BringToFront(); + SetPreviewSkin(true); + pnlwindowpreview.Show(); + pnlwindowpreview.BringToFront(); + pnlwindowsintro.Show(); + pnlwindowsintro.BringToFront(); + } + + public void GrabSkinData() + { + Skinning.Utilities.SavePanels(); + string json = JsonConvert.SerializeObject(API.CurrentSkin); + CustomizingSkin = JsonConvert.DeserializeObject(json); + GetAllImages(); + } + + public void GetAllImages() + { + CustomizingImages = new Skinning.Images(); + CustomizingImages.applauncherclick = Skinning.Utilities.GetImage(CustomizingSkin.applauncherclickpath); + CustomizingImages.panelbutton = Skinning.Utilities.GetImage(CustomizingSkin.panelbuttonpath); + CustomizingImages.applaunchermouseover = Skinning.Utilities.GetImage(CustomizingSkin.applaunchermouseoverpath); + CustomizingImages.applauncher = Skinning.Utilities.GetImage(CustomizingSkin.applauncherpath); + CustomizingImages.panelclock = Skinning.Utilities.GetImage(CustomizingSkin.panelclockpath); + CustomizingImages.desktopbackground = Skinning.Utilities.GetImage(CustomizingSkin.desktopbackgroundpath); + CustomizingImages.desktoppanel = Skinning.Utilities.GetImage(CustomizingSkin.desktoppanelpath); + CustomizingImages.minbtnhover = Skinning.Utilities.GetImage(CustomizingSkin.minbtnhoverpath); + CustomizingImages.minbtnclick = Skinning.Utilities.GetImage(CustomizingSkin.minbtnclickpath); + CustomizingImages.rightcorner = Skinning.Utilities.GetImage(CustomizingSkin.rightcornerpath); + CustomizingImages.titlebar = Skinning.Utilities.GetImage(CustomizingSkin.titlebarpath); + CustomizingImages.borderright = Skinning.Utilities.GetImage(CustomizingSkin.borderrightpath); + CustomizingImages.borderleft = Skinning.Utilities.GetImage(CustomizingSkin.borderleftpath); + CustomizingImages.borderbottom = Skinning.Utilities.GetImage(CustomizingSkin.borderbottompath); + CustomizingImages.closebtn = Skinning.Utilities.GetImage(CustomizingSkin.closebtnpath); + CustomizingImages.closebtnhover = Skinning.Utilities.GetImage(CustomizingSkin.closebtnhoverpath); + CustomizingImages.closebtnclick = Skinning.Utilities.GetImage(CustomizingSkin.closebtnclickpath); + CustomizingImages.rollbtn = Skinning.Utilities.GetImage(CustomizingSkin.rollbtnpath); + CustomizingImages.rollbtnhover = Skinning.Utilities.GetImage(CustomizingSkin.rollbtnhoverpath); + CustomizingImages.rollbtnclick = Skinning.Utilities.GetImage(CustomizingSkin.rollbtnclickpath); + CustomizingImages.minbtn = Skinning.Utilities.GetImage(CustomizingSkin.minbtnpath); + CustomizingImages.leftcorner = Skinning.Utilities.GetImage(CustomizingSkin.leftcornerpath); + CustomizingImages.bottomleftcorner = Skinning.Utilities.GetImage(CustomizingSkin.bottomleftcornerpath); + CustomizingImages.bottomrightcorner = Skinning.Utilities.GetImage(CustomizingSkin.bottomrightcornerpath); + + } + + private void Shifter_Load(object sender, EventArgs e) + { + GrabSkinData(); + HideAll(); + pnlshifterintro.Show(); + pnlshifterintro.BringToFront(); + SetPreviewSkin(true); + codepointstogive = 0; + } + + #endregion + + + private void SetAvailableOptions() + { + btntitlebar.Visible = API.Upgrades["shifttitlebar"]; + btntitletext.Visible = API.Upgrades["shifttitletext"]; + btnbuttons.Visible = API.Upgrades["shifttitlebuttons"]; + btnpanelbuttons.Visible = API.Upgrades["shiftpanelbuttons"]; + btnpanelclock.Visible = API.Upgrades["shiftpanelclock"]; + btndesktoppanel.Visible = API.Upgrades["shiftdesktoppanel"]; + btnapplauncher.Visible = API.Upgrades["shiftapplauncher"]; + btndesktopitself.Visible = API.Upgrades["shiftdesktop"]; + btnmenus.Visible = API.Upgrades["shiftsystemmenus"]; + btndesktopicons.Visible = API.Upgrades["shiftdesktopicons"]; + btnwindowcomposition.Visible = API.Upgrades["shiftfancyeffects"]; + } + #region Desktop, Reset, Intro, Apply + private Random rand = new Random(); + + private int codepointstogive = 0; + + private void btnresetallsettings_Click(object sender, EventArgs e) + { + API.CreateInfoboxSession("Reset all settings - Are you SURE?", "Are you absolutely sure you want to reset your ShiftOS to the default settings? You will lose the currently loaded settings and the action is NOT reversable.", infobox.InfoboxMode.YesNo); + API.InfoboxSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetInfoboxResult(); + if (result == "Yes") + { + Skinning.Utilities.loadedSkin = new Skinning.Skin(); + Skinning.Utilities.loadedskin_images = new Skinning.Images(); + Skinning.Utilities.saveskin(); + Skinning.Utilities.GenDefaultIconPack(); + API.UpdateWindows(); + API.CurrentSession.SetupDesktop(); + API.CreateInfoboxSession("Settings reset.", "ShiftOS has tried to reset all settings and as far is it's aware, it succeeded. You may have to re-open some apps before the reset takes effect on them", infobox.InfoboxMode.Info); + codepointstogive = 0; + } + }; + } + + + + private void txtdesktoppanelheight_ValueChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.desktoppanelheight = Convert.ToInt16(txtdesktoppanelheight.Text); + SetPreviewSkin(false); + AddCP(1); + } + catch + { + txtdesktoppanelheight.Text = CustomizingSkin.desktoppanelheight.ToString(); + } + } + + private void SetupDesktopPanelValues() + { + txtdesktoppanelheight.Text = CustomizingSkin.desktoppanelheight.ToString(); + combodesktoppanelposition.Items.Clear(); + combodesktoppanelposition.Items.Add("Top"); + combodesktoppanelposition.Items.Add("Bottom"); + combodesktoppanelposition.Text = CustomizingSkin.desktoppanelposition; + pnldesktoppanelcolour.BackColor = CustomizingSkin.desktoppanelcolour; + pnldesktoppanelcolour.BackgroundImage = CustomizingImages.desktoppanel; + pnldesktoppanelcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.desktoppanellayout; + pnldesktopcolour.BackColor = CustomizingSkin.desktopbackgroundcolour; + pnldesktopcolour.BackgroundImage = CustomizingImages.desktopbackground; + pnldesktopcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.desktopbackgroundlayout; + } + + private void btndesktoppanel_Click(object sender, EventArgs e) + { + pnldesktoppaneloptions.Show(); + pnldesktoppaneloptions.BringToFront(); + SetupDesktopPanelValues(); + if (API.Upgrades["advanceddesktop"]) + { + lbpanelcolor.Hide(); + pnldesktoppanelcolour.Hide(); + lbheight.Hide(); + txtdesktoppanelheight.Hide(); + lbposition.Hide(); + combodesktoppanelposition.Hide(); + lbwarning.Text = "Desktop Panel customization has been moved from the Shifter! You can right-click panels to change their settings and add/remove widgets."; + } + } + + private void btnapply_Click(object sender, EventArgs e) + { + btnapply.BackColor = Color.Black; + btnapply.ForeColor = Color.White; + btnapply.Text = "Codepoints: " + codepointstogive.ToString(); + + Skinning.Utilities.loadedSkin = CustomizingSkin; + Skinning.Utilities.loadedskin_images = CustomizingImages; + API.CurrentSkin.DesktopPanels = JsonConvert.DeserializeObject>(File.ReadAllText(Paths.LoadedSkin + "panels.json")); + Skinning.Utilities.LoadPanels(); + Skinning.Utilities.saveimages(); + Skinning.Utilities.saveskin(); + API.AddCodepoints(codepointstogive); + API.UpdateWindows(); + API.CurrentSession.SetupDesktop(); + codepointstogive = 0; + } + + private void combodesktoppanelposition_SelectedIndexChanged(object sender, EventArgs e) + { + CustomizingSkin.desktoppanelposition = combodesktoppanelposition.Text; + AddCP(1); + SetPreviewSkin(false); + } + + private Color ColorToChange + { + get + { + return ctc; + } + } + + private Color ctc = Color.Black; + + private void ChangeDesktopPanelColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Desktop Panel Color", CustomizingSkin.desktoppanelcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.desktoppanelcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Desktop Panel", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.desktoppanel = API.GraphicPickerSession.IdleImage; + CustomizingSkin.desktoppanellayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetupAppLauncherValues() + { + txtappbuttonlabel.Text = CustomizingSkin.applicationlaunchername; + txtappbuttontextsize.Text = CustomizingSkin.applicationbuttontextsize.ToString(); + AddFonts(ref comboappbuttontextfont); + comboappbuttontextfont.Text = CustomizingSkin.applicationbuttontextfont; + ListFontStyles(ref comboappbuttontextstyle, CustomizingSkin.applicationbuttontextstyle); + txtapplauncherwidth.Text = CustomizingSkin.applaunchermenuholderwidth.ToString(); + txtapplicationsbuttonheight.Text = CustomizingSkin.applicationbuttonheight.ToString(); + pnlmaintextcolour.BackColor = CustomizingSkin.applicationsbuttontextcolour; + pnlmainbuttoncolour.BackColor = CustomizingSkin.applauncherbuttoncolour; + pnlmainbuttoncolour.BackgroundImage = CustomizingImages.applauncher; + pnlmainbuttoncolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.applauncherlayout; + pnlmainbuttonactivated.BackColor = CustomizingSkin.Menu_MenuItemPressedGradientBegin; + pnlalhover.BackColor = CustomizingSkin.applaunchermouseovercolour; + } + + private void SetAppLauncherTextColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("App Launcher Button Text Color", CustomizingSkin.applicationsbuttontextcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.applicationsbuttontextcolour = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetFontStyle(string newStyle, ref FontStyle oldStyle) + { + switch (newStyle) + { + case "Regular": + oldStyle = FontStyle.Regular; + break; + case "Bold": + oldStyle = FontStyle.Bold; + break; + case "Italic": + oldStyle = FontStyle.Italic; + break; + case "Underline": + oldStyle = FontStyle.Underline; + break; + } + } + + private void ListFontStyles(ref ComboBox list, FontStyle currentFontStyle) + { + list.Items.Clear(); + list.Items.Add("Regular"); + list.Items.Add("Bold"); + list.Items.Add("Italic"); + list.Items.Add("Underline"); + switch (currentFontStyle) + { + case FontStyle.Regular: + list.Text = "Regular"; + break; + case FontStyle.Bold: + list.Text = "Bold"; + break; + case FontStyle.Italic: + list.Text = "Italic"; + break; + case FontStyle.Underline: + list.Text = "Underline"; + break; + + } + } + + + private void txtappbuttonlabel_KeyDown(object sender, EventArgs e) + { + CustomizingSkin.applicationlaunchername = txtappbuttonlabel.Text; + AddCP(1); + SetPreviewSkin(false); + } + + private void AddFonts(ref ComboBox fontList) + { + // Get the installed fonts collection. + System.Drawing.Text.InstalledFontCollection allFonts = new System.Drawing.Text.InstalledFontCollection(); + + // Get an array of the system's font families. + FontFamily[] fontFamilies = allFonts.Families; + + // Display the font families. + foreach (FontFamily myFont in fontFamilies) + { + fontList.Items.Add(myFont.Name); + } + //font_family + } + + private void btnapplauncher_Click(object sender, EventArgs e) + { + pnlapplauncheroptions.Show(); + pnlapplauncheroptions.BringToFront(); + SetPreviewSkin(true); + } + + private void txtappbuttontextsize_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.applicationbuttontextsize = Convert.ToInt16(txtappbuttontextsize.Text); + SetPreviewSkin(false); + AddCP(1); + } + catch + { + txtappbuttontextsize.Text = CustomizingSkin.applicationbuttontextsize.ToString(); + } + } + + private void comboappbuttontextfont_SelectedIndexChanged(object sender, EventArgs e) + { + CustomizingSkin.applicationbuttontextfont = comboappbuttontextfont.Text; + SetPreviewSkin(false); + AddCP(1); + } + + private void comboappbuttontextstyle_SelectedIndexChanged(object sender, EventArgs e) + { + SetFontStyle(comboappbuttontextstyle.Text, ref CustomizingSkin.applicationbuttontextstyle); + AddCP(1); + SetPreviewSkin(false); + } + + private void txtapplicationsbuttonheight_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.applicationbuttonheight = Convert.ToInt16(txtapplicationsbuttonheight.Text); + SetPreviewSkin(false); + AddCP(1); + } + catch + { + txtapplicationsbuttonheight.Text = CustomizingSkin.applicationbuttonheight.ToString(); + } + } + + private void txtapplauncherwidth_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.applaunchermenuholderwidth = Convert.ToInt16(txtapplauncherwidth.Text); + SetPreviewSkin(false); + AddCP(1); + } + catch + { + txtapplauncherwidth.Text = CustomizingSkin.applaunchermenuholderwidth.ToString(); + } + } + + private void ChangeMenuItemColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Item Color", CustomizingSkin.Menu_ToolStripDropDownBackground); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ToolStripDropDownBackground = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void ChangeMenuHighlight(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Item Mouse Over Color", CustomizingSkin.Menu_MenuItemSelected); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuItemSelected = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetALButtonColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Desktop Panel Color", CustomizingSkin.applauncherbuttoncolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.applauncherbuttoncolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("App Launcher Button", true); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.applauncher = API.GraphicPickerSession.IdleImage; + CustomizingSkin.applauncherlayout = (int)API.GraphicPickerSession.ImageLayout; + CustomizingImages.applauncherclick = API.GraphicPickerSession.MouseDownImage; + CustomizingImages.applaunchermouseover = API.GraphicPickerSession.MouseOverImage; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetALButtonClickedColor(object sender, MouseEventArgs e) + { + if (CustomizingImages.applauncherclick != null) + { + API.CreateInfoboxSession("Shifter - Error", "It appears you've set an image as the 'Activated' property of the App Launcher button, thus this setting is overidden by it. Please un-set the image to change this setting.", infobox.InfoboxMode.Info); + + } + else + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Button Activated", CustomizingSkin.Menu_MenuItemPressedGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuItemPressedGradientBegin = API.GetLastColorFromSession(); + CustomizingSkin.Menu_MenuItemPressedGradientMiddle = CustomizingSkin.Menu_MenuItemPressedGradientBegin; + CustomizingSkin.Menu_MenuItemPressedGradientEnd = CustomizingSkin.Menu_MenuItemPressedGradientBegin; + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + } + + private void ChangeDesktopBackground(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Desktop Background", CustomizingSkin.desktopbackgroundcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.desktopbackgroundcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Desktop Background", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.desktopbackground = API.GraphicPickerSession.IdleImage; + CustomizingSkin.desktopbackgroundlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void btndesktopitself_Click(object sender, EventArgs e) + { + pnldesktopbackgroundoptions.Show(); + pnldesktopbackgroundoptions.BringToFront(); + SetPreviewSkin(true); + } + + private void btnpanelbuttons_Click(object sender, EventArgs e) + { + pnlpanelbuttonsoptions.Show(); + pnlpanelbuttonsoptions.BringToFront(); + } + + public void SetupPanelButtonValues() + { + txtpanelbuttonwidth.Text = CustomizingSkin.panelbuttonwidth.ToString(); + pnlpanelbuttoncolour.BackColor = CustomizingSkin.panelbuttoncolour; + pnlpanelbuttoncolour.BackgroundImage = CustomizingImages.panelbutton; + pnlpanelbuttoncolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.panelbuttonlayout; + txtpanelbuttoninitalgap.Text = CustomizingSkin.panelbuttoninitialgap.ToString(); + txtpanelbuttonheight.Text = CustomizingSkin.panelbuttonheight.ToString(); + txtpanelbuttongap.Text = CustomizingSkin.panelbuttongap.ToString(); + AddFonts(ref cbpanelbuttonfont); + cbpanelbuttonfont.Text = CustomizingSkin.panelbuttontextfont; + ListFontStyles(ref cbpanelbuttontextstyle, CustomizingSkin.panelbuttontextstyle); + pnlpanelbuttontextcolour.BackColor = CustomizingSkin.panelbuttontextcolour; + txtpanelbuttoniconsize.Text = CustomizingSkin.panelbuttoniconsize.ToString(); + txtpanelbuttoniconside.Text = CustomizingSkin.panelbuttoniconside.ToString(); + txtpanelbuttonicontop.Text = CustomizingSkin.panelbuttonicontop.ToString(); + txtpaneltextbuttonsize.Text = CustomizingSkin.panelbuttontextsize.ToString(); + txtpanelbuttontextside.Text = CustomizingSkin.panelbuttontextside.ToString(); + txtpanelbuttontexttop.Text = CustomizingSkin.panelbuttontexttop.ToString(); + txtpanelbuttontop.Text = CustomizingSkin.panelbuttonfromtop.ToString(); + } + + private void txtpanelbuttonwidth_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttonwidth = Convert.ToInt16(txtpanelbuttonwidth.Text); + AddCP(1); + } + catch + { + txtpanelbuttonwidth.Text = CustomizingSkin.panelbuttonwidth.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttoninitalgap_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttoninitialgap = Convert.ToInt16(txtpanelbuttoninitalgap.Text); + AddCP(1); + } + catch + { + txtpanelbuttoninitalgap.Text = CustomizingSkin.panelbuttoninitialgap.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttonheight_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttonheight = Convert.ToInt16(txtpanelbuttonheight.Text); + AddCP(1); + } + catch + { + txtpanelbuttonheight.Text = CustomizingSkin.panelbuttonheight.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttongap_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttongap = Convert.ToInt16(txtpanelbuttongap.Text); + AddCP(1); + } + catch + { + txtpanelbuttongap.Text = CustomizingSkin.panelbuttongap.ToString(); + } + SetPreviewSkin(false); + } + + private void cbpanelbuttonfont_SelectedIndexChanged(object sender, EventArgs e) + { + CustomizingSkin.panelbuttontextfont = (string)cbpanelbuttonfont.SelectedItem; + AddCP(1); + SetPreviewSkin(false); + } + + private void cbpanelbuttontextstyle_SelectedIndexChanged(object sender, EventArgs e) + { + SetFontStyle(cbpanelbuttontextstyle.SelectedItem.ToString(), ref CustomizingSkin.panelbuttontextstyle); + SetPreviewSkin(false); + + } + + private void SetPanelButtonTextColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Panel Button Text", CustomizingSkin.panelbuttontextcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.panelbuttontextcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + + } + + private void SetPanelButtonColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Panel Button", CustomizingSkin.panelbuttoncolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.panelbuttoncolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Panel Button", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.panelbutton = API.GraphicPickerSession.IdleImage; + CustomizingSkin.panelbuttonlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void txtpanelbuttoniconsize_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttoniconsize = Convert.ToInt16(txtpanelbuttoniconsize.Text); + AddCP(1); + } + catch + { + txtpanelbuttoniconsize.Text = CustomizingSkin.panelbuttoniconsize.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttoniconside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttoniconside = Convert.ToInt16(txtpanelbuttoniconside.Text); + AddCP(1); + } + catch + { + txtpanelbuttoniconside.Text = CustomizingSkin.panelbuttoniconside.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttonicontop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttonicontop = Convert.ToInt16(txtpanelbuttonicontop.Text); + AddCP(1); + } + catch + { + txtpanelbuttonicontop.Text = CustomizingSkin.panelbuttonicontop.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttontextside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttontextside = Convert.ToInt16(txtpanelbuttontextside.Text); + AddCP(1); + } + catch + { + txtpanelbuttontextside.Text = CustomizingSkin.panelbuttontextside.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttontexttop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttontexttop = Convert.ToInt16(txtpanelbuttontexttop.Text); + AddCP(1); + } + catch + { + txtpanelbuttontexttop.Text = CustomizingSkin.panelbuttontexttop.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpaneltextbuttonsize_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttontextsize = Convert.ToInt16(txtpaneltextbuttonsize.Text); + AddCP(1); + } + catch + { + txtpaneltextbuttonsize.Text = CustomizingSkin.panelbuttontextsize.ToString(); + } + SetPreviewSkin(false); + } + + private void txtpanelbuttontop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelbuttonfromtop = Convert.ToInt16(txtpanelbuttontop.Text); + AddCP(1); + } + catch + { + txtpanelbuttontop.Text = CustomizingSkin.panelbuttonfromtop.ToString(); + } + SetPreviewSkin(false); + } + + public void SetClockValues() + { + pnlpanelclocktextcolour.BackColor = CustomizingSkin.clocktextcolour; + pnlclockbackgroundcolour.BackColor = CustomizingSkin.clockbackgroundcolor; + pnlclockbackgroundcolour.BackgroundImage = CustomizingImages.panelclock; + pnlclockbackgroundcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.panelclocklayout; + AddFonts(ref comboclocktextfont); + comboclocktextfont.Text = CustomizingSkin.panelclocktextfont; + ListFontStyles(ref comboclocktextstyle, CustomizingSkin.panelclocktextstyle); + txtclocktextfromtop.Text = CustomizingSkin.panelclocktexttop.ToString(); + txtclocktextsize.Text = CustomizingSkin.panelclocktextsize.ToString(); + } + + private void SetClockTextColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Panel Clock Text", CustomizingSkin.clocktextcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.clocktextcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetClockBG(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Panel Clock", CustomizingSkin.clockbackgroundcolor); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.clockbackgroundcolor = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Panel Clock", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.panelclock = API.GraphicPickerSession.IdleImage; + CustomizingSkin.panelclocklayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void btnpanelclock_Click(object sender, EventArgs e) + { + pnlpanelclockoptions.Show(); + pnlpanelclockoptions.BringToFront(); + } + + private void comboclocktextfont_SelectedIndexChanged(object sender, EventArgs e) + { + CustomizingSkin.panelclocktextfont = comboclocktextfont.Text; + AddCP(1); + SetPreviewSkin(false); + } + + private void comboclocktextstyle_SelectedIndexChanged(object sender, EventArgs e) + { + SetFontStyle(comboclocktextstyle.Text, ref CustomizingSkin.panelclocktextstyle); + AddCP(1); + SetPreviewSkin(false); + } + + private void txtclocktextsize_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelclocktextsize = Convert.ToInt16(txtclocktextsize.Text); + AddCP(1); + } + catch + { + txtclocktextsize.Text = CustomizingSkin.panelclocktextsize.ToString(); + } + SetPreviewSkin(false); + } + + private void txtclocktextfromtop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.panelclocktexttop = Convert.ToInt16(txtclocktextfromtop.Text); + AddCP(1); + } + catch + { + txtclocktextfromtop.Text = CustomizingSkin.panelclocktexttop.ToString(); //Funny story: I accidentally assigned 'panelcocktexttop' to that property. xD - Michael VanOverbeek + } + SetPreviewSkin(false); + } + + private void SetALHoverColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("App Launcher Mouse Over", CustomizingSkin.applaunchermouseovercolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.applaunchermouseovercolour = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + #endregion + + #region Title Text + public void SetupTitleTextValues() + { + txttitletexttop.Text = CustomizingSkin.titletextfromtop.ToString(); + txttitletextside.Text = CustomizingSkin.titletextfromside.ToString(); + combotitletextposition.Items.Clear(); + combotitletextposition.Items.Add("Left"); + combotitletextposition.Items.Add("Centre"); + combotitletextposition.Text = CustomizingSkin.titletextpos; + AddFonts(ref combotitletextfont); + combotitletextfont.Text = CustomizingSkin.titletextfontfamily; + ListFontStyles(ref combotitletextstyle, CustomizingSkin.titletextfontstyle); + pnltitletextcolour.BackColor = CustomizingSkin.titletextcolour; + txttitletextsize.Text = CustomizingSkin.titletextfontsize.ToString(); + } + + private void txttitletexttop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titletextfromtop = Convert.ToInt16(txttitletexttop.Text); + AddCP(1); + } + catch + { + txttitletexttop.Text = CustomizingSkin.titletextfromtop.ToString(); + } + SetPreviewSkin(false); + } + + private void txttitletextside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titletextfromside = Convert.ToInt16(txttitletextside.Text); + AddCP(1); + } + catch + { + txttitletextside.Text = CustomizingSkin.titletextfromside.ToString(); + } + SetPreviewSkin(false); + } + + private void combotitletextposition_SelectedIndexChanged(object sender, EventArgs e) + { + CustomizingSkin.titletextpos = combotitletextposition.Text; + CustomizingSkin.titletextposition = combotitletextposition.Text; + AddCP(1); + SetPreviewSkin(false); + } + + private void combotitletextfont_SelectedIndexChanged(object sender, EventArgs e) + { + CustomizingSkin.titletextfontfamily = combotitletextfont.Text; + AddCP(1); + SetPreviewSkin(false); + } + + private void combotitletextstyle_SelectedIndexChanged(object sender, EventArgs e) + { + SetFontStyle(combotitletextstyle.Text, ref CustomizingSkin.titletextfontstyle); + SetPreviewSkin(false); + } + + private void txttitletextsize_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titletextfontsize = Convert.ToInt16(txttitletextsize.Text); + AddCP(1); + } + catch + { + txttitletextsize.Text = CustomizingSkin.titletextfontsize.ToString(); + } + SetPreviewSkin(false); + } + + private void SetTitleTextColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Title Text", CustomizingSkin.titletextcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.titletextcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void btntitletext_Click(object sender, EventArgs e) + { + pnltitletextoptions.Show(); + pnltitletextoptions.BringToFront(); + } + #endregion + + #region Main Buttons + + private void btnmenus_Click(object sender, EventArgs e) + { + /*API.CreateInfoboxSession("Test", "Test", infobox.InfoboxMode.Info); + HideAll(); + pnlmenuoptions.Show(); + pnlmenuoptions.BringToFront(); + SetPreviewSkin(true);*/ + } + + private void Button2_Click(object sender, EventArgs e) + { + } + + private void Label68_Click(object sender, EventArgs e) + { + + } + + private void btntitlebar_Click(object sender, EventArgs e) + { + pnltitlebaroptions.Show(); + pnltitlebaroptions.BringToFront(); + SetPreviewSkin(true); + } + + private void btntitletext_Click_1(object sender, EventArgs e) + { + pnltitletextoptions.Show(); + pnltitletextoptions.BringToFront(); + SetPreviewSkin(true); + } + + private void btnbuttons_Click(object sender, EventArgs e) + { + pnlbuttonoptions.Show(); + pnlbuttonoptions.BringToFront(); + SetPreviewSkin(true); + } + + private void btnborders_Click(object sender, EventArgs e) + { + pnlborderoptions.Show(); + pnlborderoptions.BringToFront(); + SetPreviewSkin(true); + } + + #endregion + + #region Window Borders + + public void SetupBorderValues() + { + cbindividualbordercolours.Checked = IndividualBorders; + //hide/show labels + lbleft.Visible = IndividualBorders; + lbright.Visible = IndividualBorders; + lbbottom.Visible = IndividualBorders; + lbbright.Visible = IndividualBorders; + lbbleft.Visible = IndividualBorders; + //hide/show individual colors + pnlborderleftcolour.Visible = IndividualBorders; + pnlborderrightcolour.Visible = IndividualBorders; + pnlborderbottomcolour.Visible = IndividualBorders; + pnlborderbottomleftcolour.Visible = IndividualBorders; + pnlborderbottomrightcolour.Visible = IndividualBorders; + //main color + pnlbordercolour.BackColor = CustomizingSkin.borderleftcolour; + pnlbordercolour.BackgroundImage = CustomizingImages.borderleft; + pnlbordercolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderleftlayout; + //individual color + //left + pnlborderleftcolour.BackColor = CustomizingSkin.borderleftcolour; + pnlborderleftcolour.BackgroundImage = CustomizingImages.borderleft; + pnlborderleftcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderleftlayout; + //right + pnlborderrightcolour.BackColor = CustomizingSkin.borderrightcolour; + pnlborderrightcolour.BackgroundImage = CustomizingImages.borderright; + pnlborderrightcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderrightlayout; + //bottom + pnlborderbottomcolour.BackColor = CustomizingSkin.borderbottomcolour; + pnlborderbottomcolour.BackgroundImage = CustomizingImages.borderbottom; + pnlborderbottomcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.borderbottomlayout; + //bottom corners + pnlborderbottomleftcolour.BackColor = CustomizingSkin.bottomleftcornercolour; + pnlborderbottomleftcolour.BackgroundImage = CustomizingImages.bottomleftcorner; + pnlborderbottomleftcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.bottomleftcornerlayout; + + pnlborderbottomrightcolour.BackColor = CustomizingSkin.bottomrightcornercolour; + pnlborderbottomrightcolour.BackgroundImage = CustomizingImages.bottomrightcorner; + pnlborderbottomrightcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.bottomrightcornerlayout; + + + //border width + txtbordersize.Text = CustomizingSkin.borderwidth.ToString(); + } + + private bool IndividualBorders = false; + + private void cbindividualbordercolours_CheckedChanged(object sender, EventArgs e) + { + IndividualBorders = cbindividualbordercolours.Checked; + SetPreviewSkin(true); + } + + private void SetMainBorderColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Border Color", CustomizingSkin.borderleftcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.borderleftcolour = API.GetLastColorFromSession(); + CustomizingSkin.borderrightcolour = API.GetLastColorFromSession(); + CustomizingSkin.borderbottomcolour = API.GetLastColorFromSession(); + CustomizingSkin.bottomleftcornercolour = API.GetLastColorFromSession(); + CustomizingSkin.bottomrightcornercolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Window Borders", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.borderleft = API.GraphicPickerSession.IdleImage; + CustomizingSkin.borderleftlayout = (int)API.GraphicPickerSession.ImageLayout; + CustomizingImages.borderright = API.GraphicPickerSession.IdleImage; + CustomizingSkin.borderrightlayout = (int)API.GraphicPickerSession.ImageLayout; + CustomizingImages.borderbottom = API.GraphicPickerSession.IdleImage; + CustomizingSkin.borderbottomlayout = (int)API.GraphicPickerSession.ImageLayout; + CustomizingImages.bottomleftcorner = API.GraphicPickerSession.IdleImage; + CustomizingSkin.bottomleftcornerlayout = (int)API.GraphicPickerSession.ImageLayout; + CustomizingImages.bottomrightcorner = API.GraphicPickerSession.IdleImage; + CustomizingSkin.bottomrightcornerlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetLeftBorderColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Border Color", CustomizingSkin.borderleftcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.borderleftcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Window Borders", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.borderleft = API.GraphicPickerSession.IdleImage; + CustomizingSkin.borderleftlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetBottomBorderColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Border Color", CustomizingSkin.borderbottomcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.borderbottomcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Window Borders", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.borderbottom = API.GraphicPickerSession.IdleImage; + CustomizingSkin.borderbottomlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetRightBorderColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Border Color", CustomizingSkin.borderrightcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.borderrightcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Window Borders", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.borderright = API.GraphicPickerSession.IdleImage; + CustomizingSkin.borderrightlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetBottomLColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Border Color", CustomizingSkin.bottomleftcornercolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.bottomleftcornercolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Window Borders", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.bottomleftcorner = API.GraphicPickerSession.IdleImage; + CustomizingSkin.bottomleftcornerlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetBottomRBorderColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Border Color", CustomizingSkin.bottomrightcornercolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.bottomrightcornercolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Window Borders", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.bottomrightcorner = API.GraphicPickerSession.IdleImage; + CustomizingSkin.bottomrightcornerlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void txtbordersize_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.borderwidth = Convert.ToInt16(txtbordersize.Text); + AddCP(1); + } + catch + { + txtbordersize.Text = CustomizingSkin.borderwidth.ToString(); + } + SetPreviewSkin(false); + } + #endregion + + #region Title Bar + + public void SetupTitleBarValues() + { + //Main color + pnltitlebarcolour.BackColor = CustomizingSkin.titlebarcolour; + pnltitlebarcolour.BackgroundImage = CustomizingImages.titlebar; + pnltitlebarcolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.titlebarlayout; + //Corners + cboxtitlebarcorners.Checked = CustomizingSkin.enablecorners; + //Hide some options if corners are disabled. + lbcornerwidth.Visible = CustomizingSkin.enablecorners; + lbcornerwidthpx.Visible = CustomizingSkin.enablecorners; + lbleftcornercolor.Visible = CustomizingSkin.enablecorners; + lbrightcornercolor.Visible = CustomizingSkin.enablecorners; + pnltitlebarleftcornercolour.Visible = CustomizingSkin.enablecorners; + pnltitlebarrightcornercolour.Visible = CustomizingSkin.enablecorners; + txttitlebarcornerwidth.Visible = CustomizingSkin.enablecorners; + //Corner Width + txttitlebarcornerwidth.Text = CustomizingSkin.titlebarcornerwidth.ToString(); + //Left/Right colors + pnltitlebarleftcornercolour.BackColor = CustomizingSkin.leftcornercolour; + pnltitlebarleftcornercolour.BackgroundImage = CustomizingImages.leftcorner; + pnltitlebarleftcornercolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.leftcornerlayout; + + pnltitlebarrightcornercolour.BackColor = CustomizingSkin.rightcornercolour; + pnltitlebarrightcornercolour.BackgroundImage = CustomizingImages.rightcorner; + pnltitlebarrightcornercolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.rightcornerlayout; + + //Height + txttitlebarheight.Text = CustomizingSkin.titlebarheight.ToString(); + + //Icon + txticonfromside.Text = CustomizingSkin.titleiconfromside.ToString(); + txticonfromtop.Text = CustomizingSkin.titleiconfromtop.ToString(); + + } + + private void SetTitlebarColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Titlebar Color", CustomizingSkin.titlebarcolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.titlebarcolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Titlebar", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.titlebar = API.GraphicPickerSession.IdleImage; + CustomizingSkin.titlebarlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void cboxtitlebarcorners_CheckedChanged(object sender, EventArgs e) + { + CustomizingSkin.enablecorners = cboxtitlebarcorners.Checked; + SetPreviewSkin(true); + } + + private void txttitlebarheight_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titlebarheight = Convert.ToInt16(txttitlebarheight.Text); + AddCP(1); + } + catch + { + txttitlebarheight.Text = CustomizingSkin.titlebarheight.ToString(); + } + SetPreviewSkin(false); + } + + private void txttitlebarcornerwidth_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titlebarcornerwidth = Convert.ToInt16(txttitlebarcornerwidth.Text); + AddCP(1); + } + catch + { + txttitlebarcornerwidth.Text = CustomizingSkin.titlebarcornerwidth.ToString(); + } + SetPreviewSkin(false); + } + + private void SetLeftCornerColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Left Corner", CustomizingSkin.leftcornercolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.leftcornercolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Left Corner", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.leftcorner = API.GraphicPickerSession.IdleImage; + CustomizingSkin.leftcornerlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void SetRightCornerColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Right Corner", CustomizingSkin.rightcornercolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.rightcornercolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Right Corner", false); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.rightcorner = API.GraphicPickerSession.IdleImage; + CustomizingSkin.rightcornerlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void txticonfromside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titleiconfromside = Convert.ToInt16(txticonfromside.Text); + AddCP(1); + } + catch + { + txticonfromside.Text = CustomizingSkin.titleiconfromside.ToString(); + } + SetPreviewSkin(false); + } + + private void txticonfromtop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.titleiconfromtop = Convert.ToInt16(txticonfromtop.Text); + AddCP(1); + } + catch + { + txticonfromtop.Text = CustomizingSkin.titleiconfromtop.ToString(); + } + SetPreviewSkin(false); + } + + #endregion + + #region Title Button Prep + private void combobuttonoption_SelectedIndexChanged(object sender, EventArgs e) + { + SetupButtonUI(combobuttonoption.Text); + } + + public void SetupButtonUI(string button) + { + pnlminimizebuttonoptions.Hide(); + pnlclosebuttonoptions.Hide(); + pnlrollupbuttonoptions.Hide(); + switch (button) + { + case "Close": + pnlclosebuttonoptions.Show(); + pnlclosebuttonoptions.BringToFront(); + break; + case "Roll Up": + pnlrollupbuttonoptions.Show(); + pnlrollupbuttonoptions.BringToFront(); + break; + case "Minimize": + pnlminimizebuttonoptions.Show(); + pnlminimizebuttonoptions.BringToFront(); + break; + } + SetPreviewSkin(true); + } + + public void SetupButtonValues() + { + ///Minimize + //Color + pnlminimizebuttoncolour.BackColor = CustomizingSkin.minbtncolour; + pnlminimizebuttoncolour.BackgroundImage = CustomizingImages.minbtn; + pnlminimizebuttoncolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.minbtnlayout; + //Width, Height + txtminimizebuttonheight.Text = CustomizingSkin.minbtnsize.Height.ToString(); + txtminimizebuttonwidth.Text = CustomizingSkin.minbtnsize.Width.ToString(); + //Side, Top + txtminimizebuttonside.Text = CustomizingSkin.minbtnfromside.ToString(); + txtminimizebuttontop.Text = CustomizingSkin.minbtnfromtop.ToString(); + + ///Rollup + //Color + pnlrollupbuttoncolour.BackColor = CustomizingSkin.rollbtncolour; + pnlrollupbuttoncolour.BackgroundImage = CustomizingImages.rollbtn; + pnlrollupbuttoncolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.rollbtnlayout; + //Width, Height + txtrollupbuttonheight.Text = CustomizingSkin.rollbtnsize.Height.ToString(); + txtrollupbuttonwidth.Text = CustomizingSkin.rollbtnsize.Width.ToString(); + //Side, Top + txtrollupbuttonside.Text = CustomizingSkin.rollbtnfromside.ToString(); + txtrollupbuttontop.Text = CustomizingSkin.rollbtnfromtop.ToString(); + + + ///Close + //Color + pnlclosebuttoncolour.BackColor = CustomizingSkin.closebtncolour; + pnlclosebuttoncolour.BackgroundImage = CustomizingImages.closebtn; + pnlclosebuttoncolour.BackgroundImageLayout = (ImageLayout)CustomizingSkin.closebtnlayout; + //Width, Height + txtclosebuttonheight.Text = CustomizingSkin.closebtnsize.Height.ToString(); + txtclosebuttonwidth.Text = CustomizingSkin.closebtnsize.Width.ToString(); + //Side, Top + txtclosebuttonfromside.Text = CustomizingSkin.closebtnfromside.ToString(); + txtclosebuttonfromtop.Text = CustomizingSkin.closebtnfromtop.ToString(); + + } + + + #endregion + + + #region Minimize + private void SetMinimizeColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Minimize Color", CustomizingSkin.minbtncolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.minbtncolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("Minimize Button", true); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.minbtn = API.GraphicPickerSession.IdleImage; + CustomizingImages.minbtnclick = API.GraphicPickerSession.MouseDownImage; + CustomizingImages.minbtnhover = API.GraphicPickerSession.MouseOverImage; + CustomizingSkin.minbtnlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void txtminimizebuttonheight_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.minbtnsize.Height = Convert.ToInt16(txtminimizebuttonheight.Text); + AddCP(1); + } + catch + { + txtminimizebuttonheight.Text = CustomizingSkin.minbtnsize.Height.ToString(); + } + SetPreviewSkin(true); + } + + private void txtminimizebuttonwidth_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.minbtnsize.Width = Convert.ToInt16(txtminimizebuttonwidth.Text); + AddCP(1); + } + catch + { + txtminimizebuttonwidth.Text = CustomizingSkin.minbtnsize.Width.ToString(); + } + SetPreviewSkin(true); + } + + private void txtminimizebuttontop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.minbtnfromtop = Convert.ToInt16(txtminimizebuttontop.Text); + AddCP(1); + } + catch + { + txtminimizebuttontop.Text = CustomizingSkin.minbtnfromtop.ToString(); + } + SetPreviewSkin(true); + } + + private void txtminimizebuttonside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.minbtnfromside = Convert.ToInt16(txtminimizebuttonside.Text); + AddCP(1); + } + catch + { + txtminimizebuttonside.Text = CustomizingSkin.minbtnfromside.ToString(); + } + SetPreviewSkin(true); + } + #endregion + + #region Rollup + private void SetrollupColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("rollup Color", CustomizingSkin.rollbtncolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.rollbtncolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("rollup Button", true); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.rollbtn = API.GraphicPickerSession.IdleImage; + CustomizingImages.rollbtnclick = API.GraphicPickerSession.MouseDownImage; + CustomizingImages.rollbtnhover = API.GraphicPickerSession.MouseOverImage; + CustomizingSkin.rollbtnlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void txtrollupbuttonheight_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.rollbtnsize.Height = Convert.ToInt16(txtrollupbuttonheight.Text); + AddCP(1); + } + catch + { + txtrollupbuttonheight.Text = CustomizingSkin.rollbtnsize.Height.ToString(); + } + SetPreviewSkin(true); + } + + private void txtrollupbuttonwidth_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.rollbtnsize.Width = Convert.ToInt16(txtrollupbuttonwidth.Text); + AddCP(1); + } + catch + { + txtrollupbuttonwidth.Text = CustomizingSkin.rollbtnsize.Width.ToString(); + } + SetPreviewSkin(true); + } + + private void txtrollupbuttontop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.rollbtnfromtop = Convert.ToInt16(txtrollupbuttontop.Text); + AddCP(1); + } + catch + { + txtrollupbuttontop.Text = CustomizingSkin.rollbtnfromtop.ToString(); + } + SetPreviewSkin(true); + } + + private void txtrollupbuttonside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.rollbtnfromside = Convert.ToInt16(txtrollupbuttonside.Text); + AddCP(1); + } + catch + { + txtrollupbuttonside.Text = CustomizingSkin.rollbtnfromside.ToString(); + } + SetPreviewSkin(true); + } + #endregion + + #region Close + private void SetcloseColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("close Color", CustomizingSkin.closebtncolour); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.closebtncolour = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + else + { + if (API.Upgrades["skinning"] == true) + { + API.CreateGraphicPickerSession("close Button", true); + API.GraphicPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + string result = API.GetGraphicPickerResult(); + if (result == "OK") + { + CustomizingImages.closebtn = API.GraphicPickerSession.IdleImage; + CustomizingImages.closebtnclick = API.GraphicPickerSession.MouseDownImage; + CustomizingImages.closebtnhover = API.GraphicPickerSession.MouseOverImage; + CustomizingSkin.closebtnlayout = (int)API.GraphicPickerSession.ImageLayout; + SetPreviewSkin(true); + } + }; + } + } + } + + private void txtclosebuttonheight_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.closebtnsize.Height = Convert.ToInt16(txtclosebuttonheight.Text); + AddCP(1); + } + catch + { + txtclosebuttonheight.Text = CustomizingSkin.closebtnsize.Height.ToString(); + } + SetPreviewSkin(true); + } + + private void txtclosebuttonwidth_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.closebtnsize.Width = Convert.ToInt16(txtclosebuttonwidth.Text); + AddCP(1); + } + catch + { + txtclosebuttonwidth.Text = CustomizingSkin.closebtnsize.Width.ToString(); + } + SetPreviewSkin(true); + } + + private void txtclosebuttonfromtop_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.closebtnfromtop = Convert.ToInt16(txtclosebuttonfromtop.Text); + AddCP(1); + } + catch + { + txtclosebuttonfromtop.Text = CustomizingSkin.closebtnfromtop.ToString(); + } + SetPreviewSkin(true); + } + + private void txtclosebuttonfromside_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.closebtnfromside = Convert.ToInt16(txtclosebuttonfromside.Text); + AddCP(1); + } + catch + { + txtclosebuttonfromside.Text = CustomizingSkin.closebtnfromside.ToString(); + } + SetPreviewSkin(true); + } + #endregion + + #region Menus - Basic Tier + private void btnmenus_Click_1(object sender, EventArgs e) + { + HideAll(); + pnlmenus.Show(); + pnlmenus.BringToFront(); + SetPreviewSkin(true); + pnlmenusintro.BringToFront(); + } + + public void SetupBasicMenuValues() + { + //Menu strip + pnlmenubarbegin.BackColor = CustomizingSkin.Menu_MenuStripGradientBegin; + pnlmenubarend.BackColor = CustomizingSkin.Menu_MenuStripGradientEnd; + + //Toolstrip + pnltoolbarbegin.BackColor = CustomizingSkin.Menu_ToolStripGradientBegin; + pnltoolbarmiddle.BackColor = CustomizingSkin.Menu_ToolStripGradientMiddle; + pnltoolbarend.BackColor = CustomizingSkin.Menu_ToolStripGradientEnd; + + //Status + pnlstatusbegin.BackColor = CustomizingSkin.Menu_StatusStripGradientBegin; + pnlstatusend.BackColor = CustomizingSkin.Menu_StatusStripGradientEnd; + + //Dropdown BG + pnldropdownbg.BackColor = CustomizingSkin.Menu_ToolStripDropDownBackground; + + //Text Color + pnlmenutextcolor.BackColor = CustomizingSkin.Menu_TextColor; + } + + private void MenuBegin(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Bar Begin", CustomizingSkin.Menu_MenuStripGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuStripGradientBegin = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void MenuEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Bar End", CustomizingSkin.Menu_MenuStripGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuStripGradientEnd = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void ToolBarBegin(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Tool Bar Begin", CustomizingSkin.Menu_ToolStripGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ToolStripGradientBegin = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void ToolBarEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Tool Bar End", CustomizingSkin.Menu_ToolStripGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ToolStripGradientEnd = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void ToolBarMiddle(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Tool Bar Middle", CustomizingSkin.Menu_ToolStripGradientMiddle); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ToolStripGradientMiddle = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void StatusBegin(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Status Bar Begin", CustomizingSkin.Menu_StatusStripGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_StatusStripGradientBegin = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void StatusEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Status Bar End", CustomizingSkin.Menu_StatusStripGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_StatusStripGradientEnd = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void DropDownBG(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Dropdown BG", CustomizingSkin.Menu_ToolStripDropDownBackground); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ToolStripDropDownBackground = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void btnbasic_Click(object sender, EventArgs e) + { + pnlbasic.Show(); + pnlbasic.BringToFront(); + } + + private void SetMenuTextColor(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Text Color", CustomizingSkin.Menu_TextColor); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_TextColor = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + #endregion + + #region Menus - Dropdowns + private void btndropdown_Click(object sender, EventArgs e) + { + pnldropdown.Show(); + pnldropdown.BringToFront(); + SetPreviewSkin(true); + } + + public void SetupDropdownValues() + { + //Highlight Color - Basic + pnlhborder.BackColor = CustomizingSkin.Menu_MenuItemBorder; + pnlhcolor.BackColor = CustomizingSkin.Menu_MenuItemSelected; + + //Image Margin + pnlmarginbegin.BackColor = CustomizingSkin.Menu_ImageMarginGradientBegin; + pnlmarginmiddle.BackColor = CustomizingSkin.Menu_ImageMarginGradientMiddle; + pnlmarginend.BackColor = CustomizingSkin.Menu_ImageMarginGradientEnd; + + //Drop-Down Border + pnlddborder.BackColor = CustomizingSkin.Menu_MenuBorder; + } + + private void HighlightBorder(object sender, MouseEventArgs e) { - var categories = -from a in AppDomain.CurrentDomain.GetAssemblies() -from t in a.GetTypes() -let attributes = t.GetCustomAttributes(typeof(ShifterCategoryAttribute), true) -where attributes != null && attributes.Length > 0 -select new { Type = t, Attributes = attributes.Cast() }; - pnlcategories.Widgets.Clear(); - foreach(var type in categories) + if (e.Button == MouseButtons.Left) { - Button btn = new Button(); - btn.Text = type.Attributes.First().Name; - btn.Click += (o, a) => + API.CreateColorPickerSession("Highlight Border", CustomizingSkin.Menu_MenuItemBorder); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => { - ShowAllPropertyGridsInCategory(Activator.CreateInstance(type.Type)); + CustomizingSkin.Menu_MenuItemBorder = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); }; - pnlcategories.Widgets.Add(btn); - btn.Show(); } } - public void ShowAllPropertyGridsInCategory(object cls) + private void HighlightColor(object sender, MouseEventArgs e) { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Highlight Color", CustomizingSkin.Menu_MenuItemSelected); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuItemSelected = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + private void MarginBegin(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Margin Begin", CustomizingSkin.Menu_ImageMarginGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ImageMarginGradientBegin = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } } - } - [ShifterCategory("Desktop")] - [ShifterPropertyGrid("Desktop")] - public class ShifterDesktopSettings - { - [Upgrade("skinning")] - [SkinMap("images/desktopbackground")] - public Image DesktopBackground { get; set; } + private void MarginEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Margin End", CustomizingSkin.Menu_ImageMarginGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ImageMarginGradientEnd = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } - [Upgrade("shiftdesktopbackground")] - [SkinMap("skin/desktopbackgroundcolour")] - public Color DesktopBackgroundColor { get; set; } - } + private void MarginMiddle(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Margin Middle", CustomizingSkin.Menu_ImageMarginGradientMiddle); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ImageMarginGradientMiddle = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } - public class UpgradeAttribute : Attribute - { - public UpgradeAttribute(string upgrade) + private void MenuBorder(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Border", CustomizingSkin.Menu_MenuBorder); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuBorder = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + #endregion + + public void SetupAdvancedMenuValues() { - upg = upgrade; + //Checkboxes + pnlcheckbg.BackColor = CustomizingSkin.Menu_CheckBackground; + + //Buttons - Highlight + pnlbuttonselected.BackColor = CustomizingSkin.Menu_ButtonSelectedHighlight; + pnlbuttonpressed.BackColor = CustomizingSkin.Menu_ButtonPressedHighlight; + pnlbuttonchecked.BackColor = CustomizingSkin.Menu_ButtonCheckedHighlight; + + //Advanced Buttons + pnlselectedbegin.BackColor = CustomizingSkin.Menu_ButtonSelectedGradientBegin; + pnlselectedmiddle.BackColor = CustomizingSkin.Menu_ButtonSelectedGradientMiddle; + pnlselectedend.BackColor = CustomizingSkin.Menu_ButtonSelectedGradientEnd; + + pnlpressedbegin.BackColor = CustomizingSkin.Menu_ButtonPressedGradientBegin; + pnlpressedmiddle.BackColor = CustomizingSkin.Menu_ButtonPressedGradientMiddle; + pnlpressedend.BackColor = CustomizingSkin.Menu_ButtonPressedGradientEnd; + + //Menu Items + pnlitemselected.BackColor = CustomizingSkin.Menu_MenuItemSelected; + pnlitemselectedbegin.BackColor = CustomizingSkin.Menu_MenuItemSelectedGradientBegin; + pnlitemselectedend.BackColor = CustomizingSkin.Menu_MenuItemSelectedGradientEnd; + } - private string upg = ""; + private void btnadvanced_Click(object sender, EventArgs e) + { + pnladvanced.Show(); + pnladvanced.BringToFront(); + SetPreviewSkin(true); + } - public bool UpgradeInstalled + private void SetSelectedBegin(object sender, MouseEventArgs e) { - get + if (e.Button == MouseButtons.Left) { - return API.Upgrades[upg]; + API.CreateColorPickerSession("Button Selected Begin", CustomizingSkin.Menu_ButtonSelectedGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonSelectedGradientBegin = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; } } - } - public class SkinMapAttribute : Attribute - { - public SkinMapAttribute(string varName) + private void SetSelectedMiddle(object sender, MouseEventArgs e) { - Variable = varName; + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Selected Middle", CustomizingSkin.Menu_ButtonSelectedGradientMiddle); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonSelectedGradientMiddle = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } } - public string Variable { get; set; } - } + private void SetSelectedEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Selected End", CustomizingSkin.Menu_ButtonSelectedGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonSelectedGradientEnd = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } - public class ShifterCategoryAttribute : Attribute - { - public ShifterCategoryAttribute(string name) + private void SetPressedBegin(object sender, MouseEventArgs e) { - Name = name; + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Pressed Begin", CustomizingSkin.Menu_ButtonPressedGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonPressedGradientBegin = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonCheckedGradientBegin = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } } - public string Name { get; set; } - } + private void SetPressedMiddle(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Pressed Middle", CustomizingSkin.Menu_ButtonPressedGradientMiddle); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonPressedGradientMiddle = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonCheckedGradientMiddle = API.GetLastColorFromSession(); - public class ShifterPropertyGridAttribute : Attribute - { - public ShifterPropertyGridAttribute(string name) + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetPressedEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Pressed End", CustomizingSkin.Menu_ButtonPressedGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonPressedGradientEnd = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonCheckedGradientEnd = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void btnmorebuttons_Click(object sender, EventArgs e) { - Name = name; + pnlmore.Show(); + pnlmore.BringToFront(); + SetPreviewSkin(true); } - public string Name { get; set; } - } + private void SetCheckBG(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Checkbox Background", CustomizingSkin.Menu_CheckBackground); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_CheckBackground = API.GetLastColorFromSession(); + CustomizingSkin.Menu_CheckPressedBackground = API.GetLastColorFromSession(); + CustomizingSkin.Menu_CheckSelectedBackground = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetButtonCheckBG(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Checked Background", CustomizingSkin.Menu_ButtonCheckedHighlight); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonCheckedHighlight = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonCheckedHighlightBorder = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetButtonSelectedBG(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Selected Background", CustomizingSkin.Menu_ButtonSelectedHighlight); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonSelectedHighlight = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonSelectedHighlightBorder = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonSelectedBorder = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetButtonPressedBG(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Button Pressed Background", CustomizingSkin.Menu_ButtonPressedHighlight); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_ButtonPressedHighlight = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonPressedHighlightBorder = API.GetLastColorFromSession(); + CustomizingSkin.Menu_ButtonPressedBorder = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetItemSelected(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Item Selected", CustomizingSkin.Menu_MenuItemSelected); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuItemSelected = API.GetLastColorFromSession(); + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetItemSelectedBegin(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Item Selected Begin", CustomizingSkin.Menu_MenuItemSelectedGradientBegin); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuItemSelectedGradientBegin = API.GetLastColorFromSession(); + CustomizingSkin.Menu_MenuItemPressedGradientMiddle = API.GetLastColorFromSession(); + CustomizingSkin.Menu_MenuItemPressedGradientBegin = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void SetItemSelectedEnd(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + API.CreateColorPickerSession("Menu Item Selected End", CustomizingSkin.Menu_MenuItemSelectedGradientEnd); + API.ColorPickerSession.FormClosing += (object s, FormClosingEventArgs a) => + { + CustomizingSkin.Menu_MenuItemSelectedGradientEnd = API.GetLastColorFromSession(); + CustomizingSkin.Menu_MenuItemPressedGradientEnd = API.GetLastColorFromSession(); + + SetPreviewSkin(true); + AddCP(rand.Next(0, 5)); + }; + } + } + + private void btnwindowcomposition_Click(object sender, EventArgs e) + { + HideAll(); + pnldesktopcomposition.Show(); + pnldesktopcomposition.BringToFront(); + pnlfancyintro.BringToFront(); + SetPreviewSkin(true); + } + + public void SetupWindowEffect(ComboBox cb, T style) + { + cb.Items.Clear(); + var vals = Enum.GetValues(typeof(T)).Cast(); + foreach (var item in vals) + { + cb.Items.Add(item.ToString()); + } + cb.SelectedItem = style.ToString(); + } + + public void SetAnimation(ComboBox cb, ref T objToSet) + { + string text = cb.SelectedItem.ToString(); + var vals = Enum.GetValues(typeof(T)).Cast(); + foreach (var item in vals) + { + if (item.ToString() == text) + { + objToSet = item; + codepointstogive += 1; + } + } + + } + + public void SetupAnimationStyleValues() + { + SetupWindowEffect(cbopenanim, CustomizingSkin.WindowOpenAnimation); + SetupWindowEffect(cbcloseanim, CustomizingSkin.WindowCloseAnimation); + SetupWindowEffect(cbdrageffect, CustomizingSkin.DragAnimation); + + //Drag fade. + txtfadespeed.Text = CustomizingSkin.DragFadeInterval.ToString(); + txtdragfadedec.Text = ((decimal)CustomizingSkin.DragFadeSpeed).ToString(); + txtdragopacitydec.Text = ((decimal)CustomizingSkin.DragFadeLevel).ToString(); + + //Drag Shake + txtshakeminoffset.Text = CustomizingSkin.ShakeMinOffset.ToString(); + txtshakemax.Text = CustomizingSkin.ShakeMaxOffset.ToString(); + + //Window Fade + txtwinfadespeed.Text = CustomizingSkin.WindowFadeTime.ToString(); + txtwinfadedec.Text = CustomizingSkin.WindowFadeSpeed.ToString(); + + } + + + private void btnfancywindows_Click(object sender, EventArgs e) + { + pnlfancywindows.BringToFront(); + SetPreviewSkin(true); + } + + private void cbopenanim_SelectedIndexChanged(object sender, EventArgs e) + { + SetAnimation(cbopenanim, ref CustomizingSkin.WindowOpenAnimation); + } + + private void cbcloseanim_SelectedIndexChanged(object sender, EventArgs e) + { + SetAnimation(cbcloseanim, ref CustomizingSkin.WindowCloseAnimation); + } + + private void cbdrageffect_SelectedIndexChanged(object sender, EventArgs e) + { + SetAnimation(cbdrageffect, ref CustomizingSkin.DragAnimation); + } + + private void txtfadespeed_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.DragFadeInterval = Convert.ToInt32(txtfadespeed.Text); + AddCP(1); + } + catch + { + txtfadespeed.Text = CustomizingSkin.DragFadeInterval.ToString(); + } + } + + private void txtdragfadedec_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.DragFadeSpeed = Convert.ToDouble(txtdragfadedec.Text); + AddCP(1); + } + catch + { + txtdragfadedec.Text = CustomizingSkin.DragFadeSpeed.ToString(); + } + } + + private void btnfancydragging_Click(object sender, EventArgs e) + { + pnlfancydragging.Show(); + pnlfancydragging.BringToFront(); + SetPreviewSkin(true); + } + + private void txtdragopacitydec_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.DragFadeLevel = Convert.ToDouble(txtdragopacitydec.Text); + AddCP(1); + } + catch + { + txtdragopacitydec.Text = CustomizingSkin.DragFadeLevel.ToString(); + } + } + + private void txtshakemax_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.ShakeMaxOffset = Convert.ToInt32(txtshakemax.Text); + AddCP(1); + } + catch + { + txtshakemax.Text = CustomizingSkin.ShakeMaxOffset.ToString(); + } + } + + private void txtshakeminoffset_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.ShakeMinOffset = Convert.ToInt32(txtshakeminoffset.Text); + AddCP(1); + } + catch + { + txtshakeminoffset.Text = CustomizingSkin.ShakeMinOffset.ToString(); + } + } + + private void txtwinfadespeed_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.WindowFadeTime = Convert.ToInt32(txtwinfadespeed.Text); + AddCP(1); + } + catch + { + txtwinfadespeed.Text = CustomizingSkin.WindowFadeTime.ToString(); + } + } + + private void txtwinfadedec_TextChanged(object sender, EventArgs e) + { + try + { + CustomizingSkin.WindowFadeSpeed = Convert.ToDecimal(txtwinfadedec.Text); + AddCP(1); + } + catch + { + txtwinfadedec.Text = CustomizingSkin.WindowFadeSpeed.ToString(); + } + } + + private void btnmore_Click(object sender, EventArgs e) + { + pnlluaoptions.Show(); + pnlluaoptions.BringToFront(); + SetupLuaUI(); + + } + + public void SetupLuaUI() + { + pnlluafield.Widgets.Clear(); + flmorebuttons.Widgets.Clear(); + if (API.LuaShifterRegistry == null) + { + var l = new Label(); + l.Dock = DockStyle.Fill; + l.TextAlign = ContentAlignment.MiddleCenter; + l.Font = new Font("Microsoft Sans Serif", 12); + l.Text = @"Nothing to show here. +There are no options to show here yet. +You can add options in the Lua interpreter using the shifter_add_category(string name), shifter_add_value(string category, string name, value), and shifter_remove_category(string name) methods. Applications may also add their own values."; + pnlluafield.Widgets.Add(l); + l.Show(); + } + else + { + foreach (var kv in API.LuaShifterRegistry) + { + var b = new Button(); + b.Text = kv.Key; + b.FlatStyle = FlatStyle.Flat; + b.AutoSize = true; + b.AutoSizeMode = AutoSizeMode.GrowAndShrink; + flmorebuttons.Widgets.Add(b); + b.Show(); + b.Click += (object s, EventArgs a) => + { + SetupLuaForm(kv.Value); + }; + } + } + } + + public void SetupLuaForm(Dictionary d) + { + pnlluafield.Widgets.Clear(); + foreach (var kv in d) + { + IShifterSetting l = new ShifterTextInput(); + if (kv.Value is string) + l = new ShifterTextInput(); + if (kv.Value is Image) + l = new ShifterGraphicInput(); + if (kv.Value is Color) + l = new ShifterColorInput(); + if (kv.Value is int || kv.Value is float || kv.Value is double || kv.Value is decimal) + l = new ShifterIntInput(); + if (l is ShifterIntInput) + { + var i = l as ShifterIntInput; + if (kv.Value is int) + i.NoDecimal = true; + else + i.NoDecimal = false; + } + if (pnlluafield.Widgets.Count > 0) + { + var ctrl = pnlluafield.Widgets[pnlluafield.Widgets.Count - 1]; + l.Location = new Point(ctrl.Left + ctrl.Width + 5, ctrl.Top); + if (l.Left + l.Width > pnlluafield.Width) + { + l.Left = 2; + l.Top = ctrl.Top + ctrl.Height + 2; + } + } + else + { + l.Location = new Point(2, 2); + } + pnlluafield.Widgets.Add(l); + l.Show(); + l.Font = new Font("Microsoft Sans Serif", 9); + l.Text = kv.Key; + l.Value = kv.Value; + l.OnValueChange += (hello, its_me) => + { + foreach (var dict in API.LuaShifterRegistry) + { + if (API.LuaShifterRegistry[dict.Key] == d) + { + API.LuaShifterRegistry[dict.Key][kv.Key] = l.Value; + } + } + }; -} + } + } + } +} \ No newline at end of file diff --git a/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll b/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll index 4718435..9fcb4ef 100644 Binary files a/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll and b/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll differ diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe index e7afc0d..7e07d7c 100644 Binary files a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe and b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe differ diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb index f805db1..72f4660 100644 Binary files a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb and b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb differ diff --git a/source/WindowsFormsApplication1/obj/Debug/Interop.WMPLib.dll b/source/WindowsFormsApplication1/obj/Debug/Interop.WMPLib.dll index 4718435..9fcb4ef 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/Interop.WMPLib.dll and b/source/WindowsFormsApplication1/obj/Debug/Interop.WMPLib.dll differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.FinalMission.ChooseYourApproach.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.FinalMission.ChooseYourApproach.resources index 6a254bc..4003dd1 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.FinalMission.ChooseYourApproach.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.FinalMission.ChooseYourApproach.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HackUI.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HackUI.resources index c792b50..558466f 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HackUI.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HackUI.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HoloChat.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HoloChat.resources index 771bcb2..1508d1b 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HoloChat.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.HoloChat.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.KnowledgeInput.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.KnowledgeInput.resources index 7ea1939..a027528 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.KnowledgeInput.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.KnowledgeInput.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetGen.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetGen.resources index 4e17fe9..1682936 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetGen.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetGen.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetworkBrowser.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetworkBrowser.resources index 554b503..5c81027 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetworkBrowser.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.NetworkBrowser.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Pong.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Pong.resources index d421763..6f6cbf1 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Pong.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Pong.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Properties.Resources.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Properties.Resources.resources index d77a2bd..6c375ef 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Properties.Resources.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Properties.Resources.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Shifter.resources b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Shifter.resources index 73359a1..12c8ba1 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Shifter.resources and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.Shifter.resources differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt index a6f3cc8..7f33003 100644 --- a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt +++ b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt @@ -156,3 +156,82 @@ C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\WindowsFormsApplication1\obj\D C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.infobox.resources C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Properties.Resources.resources C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.csproj.GenerateResource.Cache +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\ShiftOS.exe.config +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\Interop.WMPLib.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\AxInterop.WMPLib.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.csproj.ResolveComReference.cache +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.exe +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.pdb +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.csprojResolveAssemblyReference.cache +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Appscape.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.AppscapeUploader.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Artpad.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.BitnoteConverter.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.BitnoteDigger.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.BitnoteWallet.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Apps.Cheats.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Color_Picker.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Computer.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Connection.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ConnectionManager.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.CreditScroller.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.DesktopIcon.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Dodge.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.File_Skimmer.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.FinalMission.ChoiceWidget.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.FinalMission.ChooseYourApproach.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.FinalMission.MissionGuide.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.FinalMission.QuestViewer.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.GameSettings.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Graphic_Picker.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.HackUI.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.HijackScreen.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.HoloChat.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.IconWidget.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.IconManager.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ImageSelector.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.KnowledgeInput.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.NameChanger.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.NetGen.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.NetModuleStatus.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.NetworkBrowser.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Notification.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.PanelManager.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Pong.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ProgressBarEX.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Shifter.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ShifterColorInput.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ShifterGraphicInput.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ShifterIntInput.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ShifterTextInput.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Shiftnet.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ShiftnetDecryptor.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\Shiftorium.Frontend.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.ShiftOSDesktop.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.SkinLoader.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Terminal.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.TextPad.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.WidgetManager.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.WindowBorder.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.infobox.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Properties.Resources.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.csproj.GenerateResource.Cache +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\ShiftOS.exe +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\ShiftOS.pdb +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\DynamicLua.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Geckofx-Core.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Geckofx-Winforms.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\IrcDotNet.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\NAudio.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\ShiftUI.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Svg.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Microsoft.Build.Utilities.v12.0.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Microsoft.Build.Framework.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\ShiftUI.pdb +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\IrcDotNet.xml +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\NAudio.xml +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Newtonsoft.Json.xml +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Svg.pdb +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Svg.xml +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Interop.WMPLib.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\AxInterop.WMPLib.dll diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache index 78355e2..7576d42 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.ResolveComReference.cache b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.ResolveComReference.cache index cd419f7..a67209d 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.ResolveComReference.cache and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.ResolveComReference.cache differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache index bbe638f..0d8f79f 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe index e7afc0d..7e07d7c 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe differ diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb index f805db1..72f4660 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb and b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb differ diff --git a/source/WindowsFormsApplication1/obj/Debug/Shiftorium.Frontend.resources b/source/WindowsFormsApplication1/obj/Debug/Shiftorium.Frontend.resources index 2f7d78b..d545f9f 100644 Binary files a/source/WindowsFormsApplication1/obj/Debug/Shiftorium.Frontend.resources and b/source/WindowsFormsApplication1/obj/Debug/Shiftorium.Frontend.resources differ diff --git a/source/packages/Baseclass.Contrib.Nuget.Output.2.0.0/build/net40/Baseclass.Contrib.Nuget.Output.targets b/source/packages/Baseclass.Contrib.Nuget.Output.2.0.0/build/net40/Baseclass.Contrib.Nuget.Output.targets index 4d34bfa..efe8e99 100644 --- a/source/packages/Baseclass.Contrib.Nuget.Output.2.0.0/build/net40/Baseclass.Contrib.Nuget.Output.targets +++ b/source/packages/Baseclass.Contrib.Nuget.Output.2.0.0/build/net40/Baseclass.Contrib.Nuget.Output.targets @@ -88,7 +88,7 @@ - + -- cgit v1.2.3