diff --git a/ERROR CODE MEANINGS.txt b/ERROR CODE MEANINGS.txt new file mode 100644 index 0000000..66df565 --- /dev/null +++ b/ERROR CODE MEANINGS.txt @@ -0,0 +1,2 @@ +ERROR CODE 3 : CAN'T UNZIP STEAMCMD +ERROR CODE 2 : SteamCMD download failed \ No newline at end of file diff --git a/Server Creation Tool.sln b/Server Creation Tool.sln index 3b9cec0..049f305 100644 --- a/Server Creation Tool.sln +++ b/Server Creation Tool.sln @@ -3,12 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30804.86 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server Creation Tool", "Server Creation Tool\Server Creation Tool.csproj", "{85E71E8C-9E94-400F-99D1-C9C33CADE381}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{10744169-EC50-4DD5-AA97-2BDD0CF08F3E}" - ProjectSection(SolutionItems) = preProject - Server Creation Tool\FodyWeavers.xml = Server Creation Tool\FodyWeavers.xml - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server Creation Tool", "Server Creation Tool\Server Creation Tool.csproj", "{B699DCA7-69B3-4887-A107-D194FE87AC4D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -18,19 +13,19 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Debug|Any CPU.Build.0 = Debug|Any CPU - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Debug|x86.ActiveCfg = Debug|x86 - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Debug|x86.Build.0 = Debug|x86 - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Release|Any CPU.ActiveCfg = Release|Any CPU - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Release|Any CPU.Build.0 = Release|Any CPU - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Release|x86.ActiveCfg = Release|x86 - {85E71E8C-9E94-400F-99D1-C9C33CADE381}.Release|x86.Build.0 = Release|x86 + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Debug|x86.ActiveCfg = Debug|x86 + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Debug|x86.Build.0 = Debug|x86 + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Release|Any CPU.Build.0 = Release|Any CPU + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Release|x86.ActiveCfg = Release|x86 + {B699DCA7-69B3-4887-A107-D194FE87AC4D}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {FDBE2DC6-0C0E-4354-934A-D86335ABE893} + SolutionGuid = {812A3F67-8C15-4F42-AC0F-78AD69CF79A9} EndGlobalSection EndGlobal diff --git a/Server Creation Tool/AboutFrm.Designer.cs b/Server Creation Tool/AboutFrm.Designer.cs index 6266521..a22e4be 100644 --- a/Server Creation Tool/AboutFrm.Designer.cs +++ b/Server Creation Tool/AboutFrm.Designer.cs @@ -1,6 +1,7 @@ -namespace Server_Creation_Tool + +namespace Server_Creation_Tool { - partial class AboutFrm + partial class aboutFrm { /// /// Required designer variable. @@ -28,57 +29,35 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutFrm)); - this.formFrameSkinner = new Elegant.Ui.FormFrameSkinner(); - this.panel1 = new Elegant.Ui.Panel(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(aboutFrm)); this.linkLabel2 = new System.Windows.Forms.LinkLabel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); - this.panel1.SuspendLayout(); this.SuspendLayout(); // - // formFrameSkinner - // - this.formFrameSkinner.AllowGlass = false; - this.formFrameSkinner.Form = this; - // - // panel1 - // - this.panel1.Controls.Add(this.linkLabel2); - this.panel1.Controls.Add(this.label2); - this.panel1.Controls.Add(this.label1); - this.panel1.Controls.Add(this.linkLabel1); - this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(298, 143); - this.panel1.TabIndex = 6; - this.panel1.Text = "panel1"; - // // linkLabel2 // this.linkLabel2.AutoSize = true; this.linkLabel2.BackColor = System.Drawing.Color.Transparent; this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.linkLabel2.Location = new System.Drawing.Point(136, 36); + this.linkLabel2.Location = new System.Drawing.Point(119, 33); this.linkLabel2.Name = "linkLabel2"; this.linkLabel2.Size = new System.Drawing.Size(133, 20); - this.linkLabel2.TabIndex = 8; + this.linkLabel2.TabIndex = 12; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "Youtube Channel"; - this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked_1); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.label2.Location = new System.Drawing.Point(27, 82); + this.label2.Location = new System.Drawing.Point(10, 82); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(214, 40); - this.label2.TabIndex = 7; - this.label2.Text = "And with some help by\r\nBasisBit and Cookieoreo18 :)"; + this.label2.Size = new System.Drawing.Size(211, 40); + this.label2.TabIndex = 11; + this.label2.Text = "And with some help by\r\nBasisBit and cookieoreo18 :)"; // // label1 // @@ -86,10 +65,10 @@ private void InitializeComponent() this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); this.label1.ForeColor = System.Drawing.Color.Black; - this.label1.Location = new System.Drawing.Point(27, 16); + this.label1.Location = new System.Drawing.Point(10, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(242, 20); - this.label1.TabIndex = 6; + this.label1.TabIndex = 10; this.label1.Text = "This Tool was created by Zeromix"; // // linkLabel1 @@ -97,39 +76,37 @@ private void InitializeComponent() this.linkLabel1.AutoSize = true; this.linkLabel1.BackColor = System.Drawing.Color.Transparent; this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.linkLabel1.Location = new System.Drawing.Point(27, 36); + this.linkLabel1.Location = new System.Drawing.Point(10, 33); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(104, 20); - this.linkLabel1.TabIndex = 5; + this.linkLabel1.TabIndex = 9; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "Steam Profile"; - this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked_1); // - // AboutFrm + // aboutFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(298, 143); - this.Controls.Add(this.panel1); + this.BackColor = System.Drawing.Color.LightSteelBlue; + this.ClientSize = new System.Drawing.Size(259, 142); + this.Controls.Add(this.linkLabel2); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.linkLabel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(304, 172); this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(304, 172); - this.Name = "AboutFrm"; + this.Name = "aboutFrm"; this.Text = "About"; - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AboutFrm_FormClosing); - this.Load += new System.EventHandler(this.AboutFrm_Load); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.aboutFrm_FormClosing); this.ResumeLayout(false); + this.PerformLayout(); } #endregion - private Elegant.Ui.FormFrameSkinner formFrameSkinner; - private Elegant.Ui.Panel panel1; + private System.Windows.Forms.LinkLabel linkLabel2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; diff --git a/Server Creation Tool/AboutFrm.cs b/Server Creation Tool/AboutFrm.cs index 5ea910a..eea7097 100644 --- a/Server Creation Tool/AboutFrm.cs +++ b/Server Creation Tool/AboutFrm.cs @@ -1,50 +1,26 @@ using System; -using System.Diagnostics; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; using System.Windows.Forms; namespace Server_Creation_Tool { - - - public partial class AboutFrm : Form + public partial class aboutFrm : Form { - // Form MainForm11 = null; - public AboutFrm() + public aboutFrm() { InitializeComponent(); } - private void LinkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) - { - System.Diagnostics.Process.Start("http://steamcommunity.com/id/zeromix"); - } - - private void LinkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + private void aboutFrm_FormClosing(object sender, FormClosingEventArgs e) { - Process.Start("https://www.youtube.com/channel/UCA5MGs8_on46jz-e5HZoTPQ"); - } - - private void AboutFrm_Load(object sender, EventArgs e) - { - - } - private void AboutFrm_FormClosing(object sender, FormClosingEventArgs e) - { - // var mainform = new MainForm(); e.Cancel = true; this.Hide(); - - - } - - private void linkLabel1_LinkClicked_1(object sender, LinkLabelLinkClickedEventArgs e) - { - - } - - private void linkLabel2_LinkClicked_1(object sender, LinkLabelLinkClickedEventArgs e) - { - } } } diff --git a/Server Creation Tool/AboutFrm.resx b/Server Creation Tool/AboutFrm.resx index d31eb2f..666bf1b 100644 --- a/Server Creation Tool/AboutFrm.resx +++ b/Server Creation Tool/AboutFrm.resx @@ -117,12 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - 39 - diff --git a/Server Creation Tool/ApplicationCommands.cs b/Server Creation Tool/ApplicationCommands.cs deleted file mode 100644 index ccf0cd2..0000000 --- a/Server Creation Tool/ApplicationCommands.cs +++ /dev/null @@ -1,21 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -[assembly: Elegant.Ui.CommandSourceAttribute("Server_Creation_Tool.ApplicationCommands", "Server_Creation_Tool.ApplicationCommands")] - -namespace Server_Creation_Tool -{ - // This class is required for commands suppport. -// Do not modify this code inside the editor. - -public class ApplicationCommands - { - } -} \ No newline at end of file diff --git a/Server Creation Tool/FodyWeavers.xsd b/Server Creation Tool/FodyWeavers.xsd index e82ada3..05e92c1 100644 --- a/Server Creation Tool/FodyWeavers.xsd +++ b/Server Creation Tool/FodyWeavers.xsd @@ -19,12 +19,12 @@ - A list of (.NET Core) runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - A list of (.NET Core) runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. @@ -55,7 +55,12 @@ - Controls if (.NET Core) runtime assemblies are also embedded. + Controls if runtime assemblies are also embedded. + + + + + Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. @@ -90,12 +95,12 @@ - A list of (.NET Core) runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - A list of (.NET Core) runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. diff --git a/Server Creation Tool/MainForm.Designer.cs b/Server Creation Tool/MainForm.Designer.cs index 33ac521..8554db6 100644 --- a/Server Creation Tool/MainForm.Designer.cs +++ b/Server Creation Tool/MainForm.Designer.cs @@ -1,22 +1,15 @@ -/* - * Created by SharpDevelop. - * User: Zeromix - * Date: 28.05.2016 - * Time: 16:00 - * - * To change this template use Tools | Options | Coding | Edit Standard Headers. - */ + namespace Server_Creation_Tool { - partial class MainForm - { - /// - /// Designer variable used to keep track of non-visual components. - /// - private System.ComponentModel.IContainer components = null; + partial class MainForm + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; /// - /// Disposes resources used by the form. + /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) @@ -28,1816 +21,1889 @@ protected override void Dispose(bool disposing) base.Dispose(disposing); } + #region Windows Form Designer generated code + /// - /// This method is required for Windows Forms designer support. - /// Do not change the method contents inside the source code editor. The Forms designer might - /// not be able to load this method if it was changed manually. + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. /// private void InitializeComponent() - { + { this.components = new System.ComponentModel.Container(); - Elegant.Ui.ThemeSelector themeSelector; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); - this.SteamServertimer = new System.Windows.Forms.Timer(this.components); - this.generalTimer = new System.Windows.Forms.Timer(this.components); - this.ribbon1 = new Elegant.Ui.Ribbon(); - this.applicationMenu1 = new Elegant.Ui.ApplicationMenu(this.components); - this.noInternetTab = new Elegant.Ui.RibbonContextualTabGroup(this.components); - this.noInternetTab2 = new Elegant.Ui.RibbonTabPage(); - this.ribbonGroup6 = new Elegant.Ui.RibbonGroup(); - this.refreshConnBtn = new Elegant.Ui.Button(); - this.noInternetTxtBox = new Elegant.Ui.TextBox(); - this.mainTabPage = new Elegant.Ui.RibbonTabPage(); - this.generalSvrOptGroup = new Elegant.Ui.RibbonGroup(); - this.openSrvsFoldBtn = new Elegant.Ui.Button(); - this.selectInstFoldBtn = new Elegant.Ui.Button(); - this.optionsRibbon = new Elegant.Ui.RibbonGroup(); - this.chck4UpdatesBtn = new Elegant.Ui.Button(); - this.styleBtn = new Elegant.Ui.DropDown(); - this.popupMenu2 = new Elegant.Ui.PopupMenu(this.components); - this.button2 = new Elegant.Ui.Button(); - this.button11 = new Elegant.Ui.Button(); - this.langBtn = new Elegant.Ui.DropDown(); - this.popupMenu1 = new Elegant.Ui.PopupMenu(this.components); - this.engBtn = new Elegant.Ui.Button(); - this.gerBtn = new Elegant.Ui.Button(); - this.currentTaskRibGrp = new Elegant.Ui.RibbonGroup(); - this.currentTaskNameLbl = new Elegant.Ui.Label(); - this.progressBar1 = new Elegant.Ui.ProgressBar(); - this.helpInfTab = new Elegant.Ui.RibbonTabPage(); - this.helpInfGrpBox = new Elegant.Ui.RibbonGroup(); - this.variousStuffBtn = new Elegant.Ui.DropDown(); - this.popupMenu3 = new Elegant.Ui.PopupMenu(this.components); - this.portFwRouterBtn = new Elegant.Ui.Button(); - this.faqBtn = new Elegant.Ui.Button(); - this.serverGroupBtn = new Elegant.Ui.Button(); - this.separator1 = new Elegant.Ui.Separator(); - this.plannedFeaturesBtn = new Elegant.Ui.Button(); - this.appLogsbtn = new Elegant.Ui.Button(); - this.changeLogBtn = new Elegant.Ui.Button(); - this.donateBtn = new Elegant.Ui.Button(); - this.aboutBtn = new Elegant.Ui.Button(); - this.formFrameSkinner = new Elegant.Ui.FormFrameSkinner(); - this.ribbonContextualTabGroup2 = new Elegant.Ui.RibbonContextualTabGroup(this.components); - this.ribbonGroup4 = new Elegant.Ui.RibbonGroup(); - this.groupBox2 = new Elegant.Ui.GroupBox(); - this.steamGameSrchBox = new Elegant.Ui.TextBox(); - this.searchGameLbl = new Elegant.Ui.Label(); - this.tabControl1 = new Elegant.Ui.TabControl(); - this.tabPage1 = new Elegant.Ui.TabPage(); - this.steamSvrNavBar = new Elegant.Ui.NavigationBar(); - this.welcomeBtn = new Elegant.Ui.ToggleButton(); - this.daysToDieBtn = new Elegant.Ui.ToggleButton(); - this.arkBtn = new Elegant.Ui.ToggleButton(); - this.atlasBtn = new Elegant.Ui.ToggleButton(); - this.CodBo3Btn = new Elegant.Ui.ToggleButton(); - this.cs16Btn = new Elegant.Ui.ToggleButton(); - this.CSsourceBtn = new Elegant.Ui.ToggleButton(); - this.CSGOBtn = new Elegant.Ui.ToggleButton(); - this.garrysModBtn = new Elegant.Ui.ToggleButton(); - this.hurtWorldBtn = new Elegant.Ui.ToggleButton(); - this.KillingFloorTwoBtn = new Elegant.Ui.ToggleButton(); - this.l4dBtn = new Elegant.Ui.ToggleButton(); - this.l4d2Btn = new Elegant.Ui.ToggleButton(); - this.RustBtn = new Elegant.Ui.ToggleButton(); - this.SvenCoopBtn = new Elegant.Ui.ToggleButton(); - this.synergyBtn = new Elegant.Ui.ToggleButton(); - this.unturnedBtn = new Elegant.Ui.ToggleButton(); - this.separator3 = new Elegant.Ui.Separator(); - this.tabPage2 = new Elegant.Ui.TabPage(); - this.label1 = new Elegant.Ui.Label(); - this.textBox1 = new Elegant.Ui.TextBox(); - this.groupBox1 = new Elegant.Ui.GroupBox(); - this.panel2 = new Elegant.Ui.Panel(); - this.button1 = new Elegant.Ui.Button(); - this.button4 = new Elegant.Ui.Button(); - this.button7 = new Elegant.Ui.Button(); - this.button23 = new Elegant.Ui.Button(); - this.button25 = new Elegant.Ui.Button(); - this.button3 = new Elegant.Ui.Button(); - this.button6 = new Elegant.Ui.Button(); - this.button21 = new Elegant.Ui.Button(); - this.button24 = new Elegant.Ui.Button(); - this.button26 = new Elegant.Ui.Button(); - this.button27 = new Elegant.Ui.Button(); - this.button28 = new Elegant.Ui.Button(); - this.button29 = new Elegant.Ui.Button(); - this.button30 = new Elegant.Ui.Button(); - this.separator2 = new Elegant.Ui.Separator(); - this.panel1 = new Elegant.Ui.Panel(); - this.serverPnl = new Elegant.Ui.GroupBox(); - this.groupBox7 = new Elegant.Ui.GroupBox(); - this.srvSizeLbl = new Elegant.Ui.Label(); - this.srvSizeTxtBox = new Elegant.Ui.TextBox(); - this.extraGrpBox = new Elegant.Ui.GroupBox(); - this.extraBtn4 = new Elegant.Ui.Button(); - this.extraBtn3 = new Elegant.Ui.Button(); - this.extraBtn2 = new Elegant.Ui.Button(); - this.extraBtn1 = new Elegant.Ui.Button(); - this.instGuideBtn = new Elegant.Ui.Button(); - this.groupBox5 = new Elegant.Ui.GroupBox(); - this.installSvrBtn = new Elegant.Ui.Button(); - this.gameImgPicBox = new System.Windows.Forms.PictureBox(); - this.actionsGrpBox = new Elegant.Ui.GroupBox(); - this.act_Btn1 = new Elegant.Ui.Button(); - this.editSettingsDropBtn = new Elegant.Ui.DropDown(); - this.popupMenu4 = new Elegant.Ui.PopupMenu(this.components); - this.easyStgBtn = new Elegant.Ui.Button(); - this.button8 = new Elegant.Ui.Button(); - this.button9 = new Elegant.Ui.Button(); - this.button10 = new Elegant.Ui.Button(); - this.button12 = new Elegant.Ui.Button(); - this.reinstBtn = new Elegant.Ui.Button(); - this.openFoldBtn = new Elegant.Ui.Button(); - this.updtSvrBtn = new Elegant.Ui.Button(); - this.delBtn = new Elegant.Ui.Button(); - this.button16 = new Elegant.Ui.Button(); - this.groupBox3 = new Elegant.Ui.GroupBox(); - this.welcomeLbl = new Elegant.Ui.Label(); - this.welcomeDesclbl = new Elegant.Ui.Label(); - this.basicInstrLbl = new Elegant.Ui.Label(); - this.basicInstrTxtBox = new Elegant.Ui.TextBox(); - this.nonSteamServerTimer = new System.Windows.Forms.Timer(this.components); - this.contextMenuExtenderProvider1 = new Elegant.Ui.ContextMenuExtenderProvider(this.components); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.slowTimer = new System.Windows.Forms.Timer(this.components); - this.editServerSettigsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - themeSelector = new Elegant.Ui.ThemeSelector(this.components); - ((System.ComponentModel.ISupportInitialize)(this.ribbon1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.noInternetTab2)).BeginInit(); - this.noInternetTab2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.ribbonGroup6)).BeginInit(); - this.ribbonGroup6.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.mainTabPage)).BeginInit(); - this.mainTabPage.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.generalSvrOptGroup)).BeginInit(); - this.generalSvrOptGroup.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.optionsRibbon)).BeginInit(); - this.optionsRibbon.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.currentTaskRibGrp)).BeginInit(); - this.currentTaskRibGrp.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.helpInfTab)).BeginInit(); - this.helpInfTab.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.helpInfGrpBox)).BeginInit(); - this.helpInfGrpBox.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ribbonGroup4)).BeginInit(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit(); - this.tabPage1.SuspendLayout(); - this.steamSvrNavBar.SuspendLayout(); - this.tabPage2.SuspendLayout(); - this.panel2.SuspendLayout(); + this.panel1 = new System.Windows.Forms.Panel(); + this.extrTaskInfLbl = new System.Windows.Forms.Label(); + this.currentTaskLbl = new System.Windows.Forms.Label(); + this.taskLbl = new System.Windows.Forms.Label(); + this.taskProgBar = new System.Windows.Forms.ProgressBar(); + this.minimizeFormBtn = new Server_Creation_Tool.customBtn(); + this.closeFormBtn = new Server_Creation_Tool.customBtn(); + this.formIconPicbox = new System.Windows.Forms.PictureBox(); + this.formTitleLbl = new System.Windows.Forms.Label(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.welcomePnl = new System.Windows.Forms.Panel(); + this.welcomeToToolLbl = new System.Windows.Forms.Label(); + this.welcomeDescLbl = new System.Windows.Forms.Label(); + this.steamSrvListPnl = new System.Windows.Forms.Panel(); + this.welcomeBtn = new Server_Creation_Tool.customSmoothBtn(); + this.unturnedBtn = new System.Windows.Forms.Button(); + this.svenBtn = new System.Windows.Forms.Button(); + this.l4d2Btn = new System.Windows.Forms.Button(); + this.l4dBtn = new System.Windows.Forms.Button(); + this.kf2Btn = new System.Windows.Forms.Button(); + this.rustBtn = new System.Windows.Forms.Button(); + this.gmodBtn = new System.Windows.Forms.Button(); + this.hurtworldBtn = new System.Windows.Forms.Button(); + this.csgoBtn = new System.Windows.Forms.Button(); + this.cssBtn = new System.Windows.Forms.Button(); + this.cs16Btn = new System.Windows.Forms.Button(); + this.codbo3Btn = new System.Windows.Forms.Button(); + this.arkBtn = new System.Windows.Forms.Button(); + this.days7Btn = new System.Windows.Forms.Button(); + this.basicInstrLbl = new System.Windows.Forms.Label(); + this.basicInstrTxtBox = new System.Windows.Forms.TextBox(); + this.searchSrvLbl = new System.Windows.Forms.Label(); + this.searchSrvTxtBox = new System.Windows.Forms.TextBox(); + this.moreStuffPnl = new System.Windows.Forms.Panel(); + this.discordSrvBtn = new Server_Creation_Tool.customSmoothBtn(); + this.steamCMDBtn = new Server_Creation_Tool.customSmoothBtn(); + this.faqBtn = new Server_Creation_Tool.customSmoothBtn(); + this.extrHelpBtn = new Server_Creation_Tool.customSmoothBtn(); + this.plannedFeaturesBtn = new Server_Creation_Tool.customSmoothBtn(); + this.changelogBtn = new Server_Creation_Tool.customSmoothBtn(); + this.appLogsBtn = new Server_Creation_Tool.customSmoothBtn(); + this.infoHelpPnl = new System.Windows.Forms.Panel(); + this.AboutBtn = new Server_Creation_Tool.customSmoothBtn(); + this.ToolGrpSiteBtn = new Server_Creation_Tool.customSmoothBtn(); + this.langBtn = new Server_Creation_Tool.customSmoothBtn(); + this.chck4UpdtBtn = new Server_Creation_Tool.customSmoothBtn(); + this.MORElbl = new System.Windows.Forms.Label(); + this.selectSrvInstFoldBtn = new Server_Creation_Tool.customSmoothBtn(); + this.openCloseMorePnlBtn = new Server_Creation_Tool.customBtn(); + this.EditablePanel = new System.Windows.Forms.Panel(); + this.panel7 = new System.Windows.Forms.Panel(); + this.langMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.engBtn = new System.Windows.Forms.ToolStripMenuItem(); + this.gerBtn = new System.Windows.Forms.ToolStripMenuItem(); + this.extrHelpMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.portForwardBtn = new System.Windows.Forms.ToolStripMenuItem(); + this.mainSrvPanel = new System.Windows.Forms.Panel(); + this.button2 = new System.Windows.Forms.Button(); + this.button1 = new System.Windows.Forms.Button(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.actPnl = new System.Windows.Forms.Panel(); + this.actBtn1 = new Server_Creation_Tool.customSmoothBtn(); + this.editStgBtn = new Server_Creation_Tool.customSmoothBtn(); + this.delBtn = new Server_Creation_Tool.customSmoothBtn(); + this.OpenFoldBtn = new Server_Creation_Tool.customSmoothBtn(); + this.actBtn2 = new Server_Creation_Tool.customSmoothBtn(); + this.actPnlLbl = new System.Windows.Forms.Label(); + this.actBtn3 = new Server_Creation_Tool.customSmoothBtn(); + this.extrPnl = new System.Windows.Forms.Panel(); + this.extrBtn5 = new Server_Creation_Tool.customSmoothBtn(); + this.extrBtn4 = new Server_Creation_Tool.customSmoothBtn(); + this.extrBtn3 = new Server_Creation_Tool.customSmoothBtn(); + this.extrBtn2 = new Server_Creation_Tool.customSmoothBtn(); + this.extrBtn1 = new Server_Creation_Tool.customSmoothBtn(); + this.extrPnlLbl = new System.Windows.Forms.Label(); + this.instGuideBtn = new Server_Creation_Tool.customSmoothBtn(); + this.panel8 = new System.Windows.Forms.Panel(); + this.customSmoothBtn5 = new Server_Creation_Tool.customSmoothBtn(); + this.lastRanDateLbl = new System.Windows.Forms.Label(); + this.installSrvBtn = new Server_Creation_Tool.customSmoothBtn(); + this.lastRanLbl = new System.Windows.Forms.Label(); + this.sizeLbl = new System.Windows.Forms.Label(); + this.srvSizeLbl = new System.Windows.Forms.Label(); + this.srvNamePnlLbl = new System.Windows.Forms.Label(); + this.srvImgPicBox = new System.Windows.Forms.PictureBox(); + this.timer1 = new System.Windows.Forms.Timer(this.components); + this.steamCMDmenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.steamCMDstartBtn = new System.Windows.Forms.ToolStripMenuItem(); + this.clearCacheBtn = new System.Windows.Forms.ToolStripMenuItem(); + this.editSettingsMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.stgBtn1 = new System.Windows.Forms.ToolStripMenuItem(); + this.stgBtn2 = new System.Windows.Forms.ToolStripMenuItem(); + this.paypalBtn = new Server_Creation_Tool.customBtn(); this.panel1.SuspendLayout(); - this.serverPnl.SuspendLayout(); - this.groupBox7.SuspendLayout(); - this.extraGrpBox.SuspendLayout(); - this.groupBox5.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.gameImgPicBox)).BeginInit(); - this.actionsGrpBox.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu4)).BeginInit(); - this.groupBox3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.minimizeFormBtn)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.closeFormBtn)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.formIconPicbox)).BeginInit(); + this.welcomePnl.SuspendLayout(); + this.steamSrvListPnl.SuspendLayout(); + this.moreStuffPnl.SuspendLayout(); + this.infoHelpPnl.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.openCloseMorePnlBtn)).BeginInit(); + this.panel7.SuspendLayout(); + this.langMenuStrip.SuspendLayout(); + this.extrHelpMenuStrip.SuspendLayout(); + this.mainSrvPanel.SuspendLayout(); + this.actPnl.SuspendLayout(); + this.extrPnl.SuspendLayout(); + this.panel8.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.srvImgPicBox)).BeginInit(); + this.steamCMDmenuStrip.SuspendLayout(); + this.editSettingsMenuStrip.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.paypalBtn)).BeginInit(); this.SuspendLayout(); // - // SteamServertimer - // - this.SteamServertimer.Interval = 2000; - this.SteamServertimer.Tick += new System.EventHandler(this.steamGame_Tick); - // - // generalTimer - // - this.generalTimer.Interval = 1500; - this.generalTimer.Tick += new System.EventHandler(this.generalTimer_Tick); - // - // ribbon1 - // - this.ribbon1.AllowMinimizing = false; - this.ribbon1.ApplicationButtonImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", ((System.Drawing.Image)(resources.GetObject("ribbon1.ApplicationButtonImages.Images"))))}); - this.ribbon1.ApplicationButtonPopup = this.applicationMenu1; - this.ribbon1.ApplicationButtonText = "Data"; - this.ribbon1.ApplicationButtonVisible = false; - this.ribbon1.ContextualTabGroups.AddRange(new Elegant.Ui.RibbonContextualTabGroup[] { - this.noInternetTab}); - this.ribbon1.CurrentTabPage = this.mainTabPage; - this.ribbon1.Dock = System.Windows.Forms.DockStyle.Top; - this.ribbon1.Id = "58c83fc8-0d5e-49f9-8731-e7ffea83c55d"; - this.ribbon1.Location = new System.Drawing.Point(0, 0); - this.ribbon1.MinimizeButtonVisible = false; - this.ribbon1.Name = "ribbon1"; - this.ribbon1.QuickAccessToolbarDropDownVisible = false; - this.ribbon1.QuickAccessToolbarPlacementMode = Elegant.Ui.QuickAccessToolbarPlacementMode.Hidden; - this.ribbon1.Size = new System.Drawing.Size(629, 148); - this.ribbon1.TabIndex = 22; - this.ribbon1.TabPages.AddRange(new Elegant.Ui.RibbonTabPage[] { - this.mainTabPage, - this.helpInfTab}); - this.ribbon1.Text = "Server Creation Tool 3.1"; - // - // applicationMenu1 - // - this.applicationMenu1.ContentMinimumHeight = 0; - this.applicationMenu1.ExitButtonCommandName = "Exit"; - this.applicationMenu1.KeepPopupsWithOffsetPlacementWithinPlacementArea = false; - this.applicationMenu1.OptionsButtonImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", ((System.Drawing.Image)(resources.GetObject("applicationMenu1.OptionsButtonImages.Images"))))}); - this.applicationMenu1.OptionsButtonVisible = false; - this.applicationMenu1.PlacementMode = Elegant.Ui.PopupPlacementMode.Bottom; - this.applicationMenu1.Size = new System.Drawing.Size(100, 100); - // - // noInternetTab - // - this.noInternetTab.Caption = "No Internet"; - this.noInternetTab.TabPages.AddRange(new Elegant.Ui.RibbonTabPage[] { - this.noInternetTab2}); - // - // noInternetTab2 - // - this.noInternetTab2.Controls.Add(this.ribbonGroup6); - this.noInternetTab2.Dock = System.Windows.Forms.DockStyle.Fill; - this.noInternetTab2.KeyTip = null; - this.noInternetTab2.Location = new System.Drawing.Point(0, 0); - this.noInternetTab2.Name = "noInternetTab2"; - this.noInternetTab2.Size = new System.Drawing.Size(629, 101); - this.noInternetTab2.TabIndex = 0; - this.noInternetTab2.Text = "Error"; - this.noInternetTab2.Visible = false; - // - // ribbonGroup6 - // - this.ribbonGroup6.Controls.Add(this.refreshConnBtn); - this.ribbonGroup6.Controls.Add(this.noInternetTxtBox); - this.ribbonGroup6.Location = new System.Drawing.Point(4, 3); - this.ribbonGroup6.Name = "ribbonGroup6"; - this.ribbonGroup6.Size = new System.Drawing.Size(245, 0); - this.ribbonGroup6.TabIndex = 0; - this.ribbonGroup6.Text = "Actions"; - // - // refreshConnBtn - // - this.refreshConnBtn.Id = "ac6c45ae-cca5-4252-a79f-8c400b84bc93"; - this.refreshConnBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.refresh)}); - this.refreshConnBtn.Location = new System.Drawing.Point(4, 2); - this.refreshConnBtn.Name = "refreshConnBtn"; - this.refreshConnBtn.Size = new System.Drawing.Size(46, 0); - this.refreshConnBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.refresh16x16)}); - this.refreshConnBtn.TabIndex = 1; - this.refreshConnBtn.Text = "Refresh"; - this.refreshConnBtn.Click += new System.EventHandler(this.refreshConnBtn_Click); - // - // noInternetTxtBox - // - this.noInternetTxtBox.Id = "ff1caed2-a8ea-464f-ae63-5c05ca6c7c9f"; - this.noInternetTxtBox.Location = new System.Drawing.Point(52, 2); - this.noInternetTxtBox.Multiline = true; - this.noInternetTxtBox.Name = "noInternetTxtBox"; - this.noInternetTxtBox.Size = new System.Drawing.Size(191, 72); - this.noInternetTxtBox.TabIndex = 2; - this.noInternetTxtBox.Text = "There is no internet connection!\r\n----\r\nPlease check your internet access!\r\n"; - this.noInternetTxtBox.TextEditorWidth = 185; - // - // mainTabPage - // - this.mainTabPage.Controls.Add(this.generalSvrOptGroup); - this.mainTabPage.Controls.Add(this.optionsRibbon); - this.mainTabPage.Controls.Add(this.currentTaskRibGrp); - this.mainTabPage.Dock = System.Windows.Forms.DockStyle.Fill; - this.mainTabPage.KeyTip = null; - this.mainTabPage.Location = new System.Drawing.Point(0, 0); - this.mainTabPage.Name = "mainTabPage"; - this.mainTabPage.Size = new System.Drawing.Size(629, 101); - this.mainTabPage.TabIndex = 0; - this.mainTabPage.Text = "Main Menu"; - // - // generalSvrOptGroup - // - this.generalSvrOptGroup.Controls.Add(this.openSrvsFoldBtn); - this.generalSvrOptGroup.Controls.Add(this.selectInstFoldBtn); - this.generalSvrOptGroup.Location = new System.Drawing.Point(4, 3); - this.generalSvrOptGroup.Name = "generalSvrOptGroup"; - this.generalSvrOptGroup.Size = new System.Drawing.Size(179, 94); - this.generalSvrOptGroup.TabIndex = 2; - this.generalSvrOptGroup.Text = "General Server Options"; - // - // openSrvsFoldBtn - // - this.openSrvsFoldBtn.Id = "13794610-c326-4089-b9c8-ea1436877188"; - this.openSrvsFoldBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.folderOpen)}); - this.openSrvsFoldBtn.Location = new System.Drawing.Point(4, 2); - this.openSrvsFoldBtn.Name = "openSrvsFoldBtn"; - this.openSrvsFoldBtn.Size = new System.Drawing.Size(72, 72); - this.openSrvsFoldBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.folder)}); - this.openSrvsFoldBtn.TabIndex = 1; - this.openSrvsFoldBtn.Text = "Open servers folder"; - this.openSrvsFoldBtn.Click += new System.EventHandler(this.openServersFoldBtn_Click); - // - // selectInstFoldBtn - // - this.selectInstFoldBtn.Id = "88de8fc1-cc80-4148-ba64-42748bd7b632"; - this.selectInstFoldBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._2274)}); - this.selectInstFoldBtn.Location = new System.Drawing.Point(78, 2); - this.selectInstFoldBtn.Name = "selectInstFoldBtn"; - this.selectInstFoldBtn.Size = new System.Drawing.Size(96, 72); - this.selectInstFoldBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._2276)}); - this.selectInstFoldBtn.TabIndex = 0; - this.selectInstFoldBtn.Text = "Select Server installation folder"; - this.selectInstFoldBtn.Click += new System.EventHandler(this.changeSrvrInstFoldBtn_Click); - // - // optionsRibbon - // - this.optionsRibbon.Controls.Add(this.chck4UpdatesBtn); - this.optionsRibbon.Controls.Add(this.styleBtn); - this.optionsRibbon.Controls.Add(this.langBtn); - this.optionsRibbon.Location = new System.Drawing.Point(185, 3); - this.optionsRibbon.Name = "optionsRibbon"; - this.optionsRibbon.Size = new System.Drawing.Size(176, 94); - this.optionsRibbon.TabIndex = 4; - this.optionsRibbon.Text = "Other Options"; - // - // chck4UpdatesBtn - // - this.chck4UpdatesBtn.Id = "8f34342d-d968-40a3-a3da-c2785b5f62d3"; - this.chck4UpdatesBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.captcha)}); - this.chck4UpdatesBtn.Location = new System.Drawing.Point(4, 2); - this.chck4UpdatesBtn.Name = "chck4UpdatesBtn"; - this.chck4UpdatesBtn.Size = new System.Drawing.Size(55, 72); - this.chck4UpdatesBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.captcha)}); - this.chck4UpdatesBtn.TabIndex = 1; - this.chck4UpdatesBtn.Text = "Check for updates"; - this.chck4UpdatesBtn.Click += new System.EventHandler(this.chck4UpdatesBtn_Click); - // - // styleBtn - // - this.styleBtn.Id = "c75eb6a7-cc16-4f3a-a8ba-3aa513ef3ee0"; - this.styleBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.desktopWithcolors)}); - this.styleBtn.Location = new System.Drawing.Point(61, 2); - this.styleBtn.Name = "styleBtn"; - this.styleBtn.Popup = this.popupMenu2; - this.styleBtn.Size = new System.Drawing.Size(42, 72); - this.styleBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.desktopWithcolors)}); - this.styleBtn.TabIndex = 0; - this.styleBtn.Text = "Style"; - // - // popupMenu2 - // - this.popupMenu2.Items.AddRange(new System.Windows.Forms.Control[] { - this.button2, - this.button11}); - this.popupMenu2.KeepPopupsWithOffsetPlacementWithinPlacementArea = false; - this.popupMenu2.PlacementMode = Elegant.Ui.PopupPlacementMode.Bottom; - this.popupMenu2.Size = new System.Drawing.Size(100, 100); - // - // button2 - // - this.button2.Id = "24ef012d-6625-424a-851f-0b8f797cc486"; - this.button2.Location = new System.Drawing.Point(2, 2); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(142, 35); - this.button2.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.blue_theme)}); - this.button2.TabIndex = 3; - this.button2.Text = "Blue"; - this.button2.Click += new System.EventHandler(this.button2_Click); - // - // button11 - // - this.button11.Id = "dfc04c7f-fed5-4b09-819f-f16d51894bc4"; - this.button11.Location = new System.Drawing.Point(2, 37); - this.button11.Name = "button11"; - this.button11.Size = new System.Drawing.Size(142, 35); - this.button11.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.black_theme)}); - this.button11.TabIndex = 4; - this.button11.Text = "Black"; - this.button11.Click += new System.EventHandler(this.button11_Click); + // panel1 // - // langBtn + this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(40)))), ((int)(((byte)(56))))); + this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage"))); + this.panel1.Controls.Add(this.extrTaskInfLbl); + this.panel1.Controls.Add(this.currentTaskLbl); + this.panel1.Controls.Add(this.taskLbl); + this.panel1.Controls.Add(this.taskProgBar); + this.panel1.Controls.Add(this.minimizeFormBtn); + this.panel1.Controls.Add(this.closeFormBtn); + this.panel1.Controls.Add(this.formIconPicbox); + this.panel1.Controls.Add(this.formTitleLbl); + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(627, 28); + this.panel1.TabIndex = 2; + this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mainFormDrag); + // + // extrTaskInfLbl + // + this.extrTaskInfLbl.AutoSize = true; + this.extrTaskInfLbl.BackColor = System.Drawing.Color.Transparent; + this.extrTaskInfLbl.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrTaskInfLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrTaskInfLbl.Location = new System.Drawing.Point(368, 14); + this.extrTaskInfLbl.Name = "extrTaskInfLbl"; + this.extrTaskInfLbl.Size = new System.Drawing.Size(13, 13); + this.extrTaskInfLbl.TabIndex = 10; + this.extrTaskInfLbl.Text = "0"; + this.extrTaskInfLbl.Visible = false; + // + // currentTaskLbl + // + this.currentTaskLbl.AutoSize = true; + this.currentTaskLbl.BackColor = System.Drawing.Color.Transparent; + this.currentTaskLbl.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.currentTaskLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.currentTaskLbl.Location = new System.Drawing.Point(298, 2); + this.currentTaskLbl.Name = "currentTaskLbl"; + this.currentTaskLbl.Size = new System.Drawing.Size(110, 13); + this.currentTaskLbl.TabIndex = 9; + this.currentTaskLbl.Text = "DOING SOMETHING"; + this.currentTaskLbl.Visible = false; + // + // taskLbl + // + this.taskLbl.AutoSize = true; + this.taskLbl.BackColor = System.Drawing.Color.Transparent; + this.taskLbl.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.taskLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); + this.taskLbl.Location = new System.Drawing.Point(270, 2); + this.taskLbl.Name = "taskLbl"; + this.taskLbl.Size = new System.Drawing.Size(32, 13); + this.taskLbl.TabIndex = 3; + this.taskLbl.Text = "Task:"; + this.taskLbl.Visible = false; + // + // taskProgBar + // + this.taskProgBar.Location = new System.Drawing.Point(274, 16); + this.taskProgBar.MarqueeAnimationSpeed = 20; + this.taskProgBar.Name = "taskProgBar"; + this.taskProgBar.Size = new System.Drawing.Size(91, 10); + this.taskProgBar.Step = 1; + this.taskProgBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; + this.taskProgBar.TabIndex = 8; + this.taskProgBar.Value = 6; + this.taskProgBar.Visible = false; + // + // minimizeFormBtn + // + this.minimizeFormBtn.BackColor = System.Drawing.Color.Transparent; + this.minimizeFormBtn.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.minimizeNormal; + this.minimizeFormBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.minimizeFormBtn.imageDown = global::Server_Creation_Tool.Properties.Resources.minimizeDown; + this.minimizeFormBtn.ImageHover = global::Server_Creation_Tool.Properties.Resources.minimizeHover; + this.minimizeFormBtn.ImageNormal = global::Server_Creation_Tool.Properties.Resources.minimizeNormal; + this.minimizeFormBtn.Location = new System.Drawing.Point(576, 7); + this.minimizeFormBtn.Name = "minimizeFormBtn"; + this.minimizeFormBtn.Size = new System.Drawing.Size(17, 14); + this.minimizeFormBtn.TabIndex = 7; + this.minimizeFormBtn.TabStop = false; + this.minimizeFormBtn.Click += new System.EventHandler(this.minimizeFormBtn_Click); + // + // closeFormBtn + // + this.closeFormBtn.BackColor = System.Drawing.Color.Transparent; + this.closeFormBtn.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.btnnormal; + this.closeFormBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.closeFormBtn.imageDown = global::Server_Creation_Tool.Properties.Resources.btnPressed; + this.closeFormBtn.ImageHover = global::Server_Creation_Tool.Properties.Resources.btn3Hover; + this.closeFormBtn.ImageNormal = global::Server_Creation_Tool.Properties.Resources.btnnormal; + this.closeFormBtn.Location = new System.Drawing.Point(596, 7); + this.closeFormBtn.Name = "closeFormBtn"; + this.closeFormBtn.Size = new System.Drawing.Size(18, 14); + this.closeFormBtn.TabIndex = 6; + this.closeFormBtn.TabStop = false; + this.closeFormBtn.Click += new System.EventHandler(this.closeFormBtn_Click); + // + // formIconPicbox + // + this.formIconPicbox.BackColor = System.Drawing.Color.Transparent; + this.formIconPicbox.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.icons8_server_48__1_; + this.formIconPicbox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.formIconPicbox.Location = new System.Drawing.Point(7, 2); + this.formIconPicbox.Name = "formIconPicbox"; + this.formIconPicbox.Size = new System.Drawing.Size(24, 24); + this.formIconPicbox.TabIndex = 6; + this.formIconPicbox.TabStop = false; + // + // formTitleLbl + // + this.formTitleLbl.AutoSize = true; + this.formTitleLbl.BackColor = System.Drawing.Color.Transparent; + this.formTitleLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.formTitleLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.formTitleLbl.Location = new System.Drawing.Point(39, 6); + this.formTitleLbl.Name = "formTitleLbl"; + this.formTitleLbl.Size = new System.Drawing.Size(159, 17); + this.formTitleLbl.TabIndex = 6; + this.formTitleLbl.Text = "Server Creation Tool v4.0"; + this.formTitleLbl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mainFormDrag); // - this.langBtn.Id = "6cf0f22c-72cc-42a2-8271-25fc12804d62"; - this.langBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.translate__1_)}); - this.langBtn.Location = new System.Drawing.Point(105, 2); - this.langBtn.Name = "langBtn"; - this.langBtn.Popup = this.popupMenu1; - this.langBtn.Size = new System.Drawing.Size(66, 72); - this.langBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.translate)}); - this.langBtn.TabIndex = 0; - this.langBtn.Text = "Select Language"; + // panel2 // - // popupMenu1 + this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage"))); + this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panel2.Location = new System.Drawing.Point(0, 368); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(627, 10); + this.panel2.TabIndex = 3; + this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mainFormDrag); + // + // panel3 + // + this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage"))); + this.panel3.Dock = System.Windows.Forms.DockStyle.Right; + this.panel3.Location = new System.Drawing.Point(617, 28); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(10, 340); + this.panel3.TabIndex = 4; + this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mainFormDrag); + // + // panel4 + // + this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage"))); + this.panel4.Dock = System.Windows.Forms.DockStyle.Left; + this.panel4.Location = new System.Drawing.Point(0, 28); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(10, 340); + this.panel4.TabIndex = 5; + this.panel4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mainFormDrag); + // + // welcomePnl + // + this.welcomePnl.BackColor = System.Drawing.Color.Transparent; + this.welcomePnl.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.welcomePnl2; + this.welcomePnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.welcomePnl.Controls.Add(this.welcomeToToolLbl); + this.welcomePnl.Controls.Add(this.welcomeDescLbl); + this.welcomePnl.Location = new System.Drawing.Point(268, 86); + this.welcomePnl.Name = "welcomePnl"; + this.welcomePnl.Size = new System.Drawing.Size(342, 87); + this.welcomePnl.TabIndex = 27; + // + // welcomeToToolLbl + // + this.welcomeToToolLbl.AutoSize = true; + this.welcomeToToolLbl.BackColor = System.Drawing.Color.Transparent; + this.welcomeToToolLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.welcomeToToolLbl.ForeColor = System.Drawing.Color.LightSeaGreen; + this.welcomeToToolLbl.Location = new System.Drawing.Point(34, 10); + this.welcomeToToolLbl.Name = "welcomeToToolLbl"; + this.welcomeToToolLbl.Size = new System.Drawing.Size(275, 21); + this.welcomeToToolLbl.TabIndex = 0; + this.welcomeToToolLbl.Text = "Welcome to Server Creation Tool 3.1"; + // + // welcomeDescLbl + // + this.welcomeDescLbl.AutoSize = true; + this.welcomeDescLbl.BackColor = System.Drawing.Color.Transparent; + this.welcomeDescLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.welcomeDescLbl.Location = new System.Drawing.Point(42, 42); + this.welcomeDescLbl.Name = "welcomeDescLbl"; + this.welcomeDescLbl.Size = new System.Drawing.Size(254, 26); + this.welcomeDescLbl.TabIndex = 1; + this.welcomeDescLbl.Text = "This tool allows you to download, install and manage\r\n steam and non-steam s" + + "ervers quick and easy.\r\n"; + // + // steamSrvListPnl + // + this.steamSrvListPnl.AutoScroll = true; + this.steamSrvListPnl.BackColor = System.Drawing.Color.Transparent; + this.steamSrvListPnl.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.srvPanel; + this.steamSrvListPnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.steamSrvListPnl.Controls.Add(this.welcomeBtn); + this.steamSrvListPnl.Controls.Add(this.unturnedBtn); + this.steamSrvListPnl.Controls.Add(this.svenBtn); + this.steamSrvListPnl.Controls.Add(this.l4d2Btn); + this.steamSrvListPnl.Controls.Add(this.l4dBtn); + this.steamSrvListPnl.Controls.Add(this.kf2Btn); + this.steamSrvListPnl.Controls.Add(this.rustBtn); + this.steamSrvListPnl.Controls.Add(this.gmodBtn); + this.steamSrvListPnl.Controls.Add(this.hurtworldBtn); + this.steamSrvListPnl.Controls.Add(this.csgoBtn); + this.steamSrvListPnl.Controls.Add(this.cssBtn); + this.steamSrvListPnl.Controls.Add(this.cs16Btn); + this.steamSrvListPnl.Controls.Add(this.codbo3Btn); + this.steamSrvListPnl.Controls.Add(this.arkBtn); + this.steamSrvListPnl.Controls.Add(this.days7Btn); + this.steamSrvListPnl.Location = new System.Drawing.Point(13, 102); + this.steamSrvListPnl.Name = "steamSrvListPnl"; + this.steamSrvListPnl.Size = new System.Drawing.Size(247, 263); + this.steamSrvListPnl.TabIndex = 26; // - this.popupMenu1.Items.AddRange(new System.Windows.Forms.Control[] { - this.engBtn, - this.gerBtn}); - this.popupMenu1.KeepPopupsWithOffsetPlacementWithinPlacementArea = false; - this.popupMenu1.PlacementMode = Elegant.Ui.PopupPlacementMode.Bottom; - this.popupMenu1.Size = new System.Drawing.Size(100, 100); + // welcomeBtn // - // engBtn + this.welcomeBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.welcomeBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(49)))), ((int)(((byte)(75))))); + this.welcomeBtn.ClickTransitionSpeed = 60; + this.welcomeBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.welcomeBtn.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.welcomeBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.welcomeBtn.EnableSmoothTransitions = true; + this.welcomeBtn.FlatAppearance.BorderSize = 0; + this.welcomeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.welcomeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.welcomeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.welcomeBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.welcomeBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); + this.welcomeBtn.Location = new System.Drawing.Point(2, 2); + this.welcomeBtn.Name = "welcomeBtn"; + this.welcomeBtn.Size = new System.Drawing.Size(226, 36); + this.welcomeBtn.TabIndex = 1; + this.welcomeBtn.Tag = "notSrv"; + this.welcomeBtn.Text = "---Welcome---"; + this.welcomeBtn.TransitionSpeed = 130; + this.welcomeBtn.UseVisualStyleBackColor = false; + this.welcomeBtn.Click += new System.EventHandler(this.welcomeBtn_Click_1); // - this.engBtn.Id = "11a748a4-49f9-4409-8865-9d3043cc81dc"; - this.engBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.icons8_great_britain_24)}); - this.engBtn.Location = new System.Drawing.Point(2, 2); - this.engBtn.Name = "engBtn"; - this.engBtn.Size = new System.Drawing.Size(134, 27); - this.engBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.icons8_great_britain_24)}); - this.engBtn.TabIndex = 3; - this.engBtn.Text = "English"; - this.engBtn.Click += new System.EventHandler(this.engBtn_Click); + // unturnedBtn // - // gerBtn + this.unturnedBtn.BackColor = System.Drawing.Color.Transparent; + this.unturnedBtn.FlatAppearance.BorderSize = 0; + this.unturnedBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.unturnedBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.unturnedBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.unturnedBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.unturnedBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.unturnedBtn.Location = new System.Drawing.Point(1, 336); + this.unturnedBtn.Name = "unturnedBtn"; + this.unturnedBtn.Size = new System.Drawing.Size(226, 23); + this.unturnedBtn.TabIndex = 16; + this.unturnedBtn.Tag = "unturned"; + this.unturnedBtn.Text = "Unturned"; + this.unturnedBtn.UseVisualStyleBackColor = false; + this.unturnedBtn.Click += new System.EventHandler(this.unturnedBtn_Click); // - this.gerBtn.Id = "e3a8d5e3-fce0-4a3f-af60-1c42d04a45e5"; - this.gerBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.icons8_germany_24)}); - this.gerBtn.Location = new System.Drawing.Point(2, 29); - this.gerBtn.Name = "gerBtn"; - this.gerBtn.Size = new System.Drawing.Size(134, 27); - this.gerBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.icons8_germany_24)}); - this.gerBtn.TabIndex = 4; - this.gerBtn.Text = "German"; - this.gerBtn.Click += new System.EventHandler(this.gerBtn_Click_1); - // - // currentTaskRibGrp - // - this.currentTaskRibGrp.Controls.Add(this.currentTaskNameLbl); - this.currentTaskRibGrp.Controls.Add(this.progressBar1); - this.currentTaskRibGrp.Location = new System.Drawing.Point(363, 3); - this.currentTaskRibGrp.Name = "currentTaskRibGrp"; - this.currentTaskRibGrp.Size = new System.Drawing.Size(194, 94); - this.currentTaskRibGrp.TabIndex = 3; - this.currentTaskRibGrp.Text = "Current Task"; - this.currentTaskRibGrp.Visible = false; - // - // currentTaskNameLbl - // - this.currentTaskNameLbl.Location = new System.Drawing.Point(3, 2); - this.currentTaskNameLbl.Name = "currentTaskNameLbl"; - this.currentTaskNameLbl.Size = new System.Drawing.Size(63, 24); - this.currentTaskNameLbl.TabIndex = 8; - this.currentTaskNameLbl.Text = "TASK NAME"; - // - // progressBar1 - // - this.progressBar1.DesiredWidth = 185; - this.progressBar1.Id = "77834854-e80c-45bc-bb6f-1cafcd361cc1"; - this.progressBar1.Location = new System.Drawing.Point(4, 26); - this.progressBar1.MarqueeAnimationSpeed = 400; - this.progressBar1.Name = "progressBar1"; - this.progressBar1.Size = new System.Drawing.Size(185, 12); - this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee; - this.progressBar1.TabIndex = 7; - this.progressBar1.Text = "progressBar1"; - this.progressBar1.Value = 50; - // - // helpInfTab - // - this.helpInfTab.Controls.Add(this.helpInfGrpBox); - this.helpInfTab.Dock = System.Windows.Forms.DockStyle.Fill; - this.helpInfTab.KeyTip = null; - this.helpInfTab.Location = new System.Drawing.Point(0, 0); - this.helpInfTab.Name = "helpInfTab"; - this.helpInfTab.Size = new System.Drawing.Size(629, 101); - this.helpInfTab.TabIndex = 0; - this.helpInfTab.Text = "Help-Information"; - // - // helpInfGrpBox - // - this.helpInfGrpBox.Controls.Add(this.variousStuffBtn); - this.helpInfGrpBox.Controls.Add(this.faqBtn); - this.helpInfGrpBox.Controls.Add(this.serverGroupBtn); - this.helpInfGrpBox.Controls.Add(this.separator1); - this.helpInfGrpBox.Controls.Add(this.plannedFeaturesBtn); - this.helpInfGrpBox.Controls.Add(this.appLogsbtn); - this.helpInfGrpBox.Controls.Add(this.changeLogBtn); - this.helpInfGrpBox.Controls.Add(this.donateBtn); - this.helpInfGrpBox.Controls.Add(this.aboutBtn); - this.helpInfGrpBox.Location = new System.Drawing.Point(4, 3); - this.helpInfGrpBox.Name = "helpInfGrpBox"; - this.helpInfGrpBox.Size = new System.Drawing.Size(378, 94); - this.helpInfGrpBox.TabIndex = 0; - this.helpInfGrpBox.Text = "Help-Information"; - // - // variousStuffBtn - // - this.variousStuffBtn.Id = "0ef63bb6-3792-4208-aaef-0925b97c8eb5"; - this.variousStuffBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.settings__4_)}); - this.variousStuffBtn.Location = new System.Drawing.Point(142, 2); - this.variousStuffBtn.Name = "variousStuffBtn"; - this.variousStuffBtn.Popup = this.popupMenu3; - this.variousStuffBtn.Size = new System.Drawing.Size(77, 0); - this.variousStuffBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.settings__4_)}); - this.variousStuffBtn.TabIndex = 7; - this.variousStuffBtn.Text = "Various Stuff"; - // - // popupMenu3 - // - this.popupMenu3.Items.AddRange(new System.Windows.Forms.Control[] { - this.portFwRouterBtn}); - this.popupMenu3.KeepPopupsWithOffsetPlacementWithinPlacementArea = false; - this.popupMenu3.PlacementMode = Elegant.Ui.PopupPlacementMode.Bottom; - this.popupMenu3.Size = new System.Drawing.Size(100, 100); - // - // portFwRouterBtn - // - this.portFwRouterBtn.Id = "4325dcb7-bc3a-4235-a11d-ccb2b560f3b3"; - this.portFwRouterBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.port)}); - this.portFwRouterBtn.Location = new System.Drawing.Point(2, 2); - this.portFwRouterBtn.Name = "portFwRouterBtn"; - this.portFwRouterBtn.Size = new System.Drawing.Size(233, 23); - this.portFwRouterBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.Icon_20__2_)}); - this.portFwRouterBtn.TabIndex = 3; - this.portFwRouterBtn.Text = "How to port forward your router"; - this.portFwRouterBtn.Click += new System.EventHandler(this.button34_Click_1); + // svenBtn + // + this.svenBtn.BackColor = System.Drawing.Color.Transparent; + this.svenBtn.FlatAppearance.BorderSize = 0; + this.svenBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.svenBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.svenBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.svenBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.svenBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.svenBtn.Location = new System.Drawing.Point(2, 313); + this.svenBtn.Name = "svenBtn"; + this.svenBtn.Size = new System.Drawing.Size(226, 23); + this.svenBtn.TabIndex = 15; + this.svenBtn.Tag = "sven"; + this.svenBtn.Text = "Sven Coop"; + this.svenBtn.UseVisualStyleBackColor = false; + this.svenBtn.Click += new System.EventHandler(this.svenBtn_Click); // - // faqBtn + // l4d2Btn // - this.faqBtn.Id = "28ce35f1-ceb3-4204-bc35-0b7fbd611ab5"; - this.faqBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._1502)}); - this.faqBtn.Location = new System.Drawing.Point(142, 2); - this.faqBtn.Name = "faqBtn"; - this.faqBtn.Size = new System.Drawing.Size(30, 0); - this.faqBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._1502)}); - this.faqBtn.TabIndex = 2; - this.faqBtn.Text = "FAQ"; - this.faqBtn.Click += new System.EventHandler(this.button5_Click); - // - // serverGroupBtn - // - this.serverGroupBtn.Id = "e14cf0e8-1259-4e46-a333-1d53fd6cd24d"; - this.serverGroupBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.chat_group)}); - this.serverGroupBtn.Location = new System.Drawing.Point(142, 2); - this.serverGroupBtn.Name = "serverGroupBtn"; - this.serverGroupBtn.Size = new System.Drawing.Size(62, 0); - this.serverGroupBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.chat_group)}); - this.serverGroupBtn.TabIndex = 1; - this.serverGroupBtn.Text = "Tool Group"; - this.serverGroupBtn.Click += new System.EventHandler(this.serverGroupBtn_Click_1); - // - // separator1 - // - this.separator1.Id = "ad8d34a0-5126-4a2d-9d97-db4c8517ccc4"; - this.separator1.Location = new System.Drawing.Point(144, 7); - this.separator1.Name = "separator1"; - this.separator1.Size = new System.Drawing.Size(2, 60); - this.separator1.TabIndex = 3; - this.separator1.Text = "separator1"; + this.l4d2Btn.BackColor = System.Drawing.Color.Transparent; + this.l4d2Btn.FlatAppearance.BorderSize = 0; + this.l4d2Btn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.l4d2Btn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.l4d2Btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.l4d2Btn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.l4d2Btn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.l4d2Btn.Location = new System.Drawing.Point(1, 267); + this.l4d2Btn.Name = "l4d2Btn"; + this.l4d2Btn.Size = new System.Drawing.Size(226, 23); + this.l4d2Btn.TabIndex = 13; + this.l4d2Btn.Tag = "l4d2"; + this.l4d2Btn.Text = "Left 4 Dead 2"; + this.l4d2Btn.UseVisualStyleBackColor = false; + this.l4d2Btn.Click += new System.EventHandler(this.l4d2Btn_Click); // - // plannedFeaturesBtn + // l4dBtn // - this.plannedFeaturesBtn.Id = "3cc6cadf-f3da-445c-8337-012a84a808e3"; - this.plannedFeaturesBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.pencil)}); - this.plannedFeaturesBtn.Location = new System.Drawing.Point(142, 74); - this.plannedFeaturesBtn.Name = "plannedFeaturesBtn"; - this.plannedFeaturesBtn.Size = new System.Drawing.Size(92, 0); - this.plannedFeaturesBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.pencil)}); - this.plannedFeaturesBtn.TabIndex = 4; - this.plannedFeaturesBtn.Text = "Planned Features"; - this.plannedFeaturesBtn.Click += new System.EventHandler(this.plannedFeaturesBtn_Click); + this.l4dBtn.BackColor = System.Drawing.Color.Transparent; + this.l4dBtn.FlatAppearance.BorderSize = 0; + this.l4dBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.l4dBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.l4dBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.l4dBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.l4dBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.l4dBtn.Location = new System.Drawing.Point(1, 244); + this.l4dBtn.Name = "l4dBtn"; + this.l4dBtn.Size = new System.Drawing.Size(226, 23); + this.l4dBtn.TabIndex = 12; + this.l4dBtn.Tag = "l4d"; + this.l4dBtn.Text = "Left 4 Dead"; + this.l4dBtn.UseVisualStyleBackColor = false; + this.l4dBtn.Click += new System.EventHandler(this.l4dBtn_Click); // - // appLogsbtn - // - this.appLogsbtn.Id = "68d1a90c-9eea-4b6b-9da0-e41db427e89b"; - this.appLogsbtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._622)}); - this.appLogsbtn.Location = new System.Drawing.Point(142, 74); - this.appLogsbtn.Name = "appLogsbtn"; - this.appLogsbtn.Size = new System.Drawing.Size(54, 0); - this.appLogsbtn.TabIndex = 9; - this.appLogsbtn.Text = "App Logs"; - this.appLogsbtn.Click += new System.EventHandler(this.button9_Click_1); - // - // changeLogBtn - // - this.changeLogBtn.Id = "3139bf5f-b471-47eb-ac8b-4b722eab6b98"; - this.changeLogBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.CHECK_BOARD_48_48)}); - this.changeLogBtn.Location = new System.Drawing.Point(142, 74); - this.changeLogBtn.Name = "changeLogBtn"; - this.changeLogBtn.Size = new System.Drawing.Size(67, 0); - this.changeLogBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.CHECK_BOARD)}); - this.changeLogBtn.TabIndex = 0; - this.changeLogBtn.Text = "Change Log"; - this.changeLogBtn.Click += new System.EventHandler(this.changeLogBtn_Click_1); - // - // donateBtn - // - this.donateBtn.Id = "8308b23c-1734-40ae-aa36-345dadc5cda6"; - this.donateBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", ((System.Drawing.Image)(resources.GetObject("donateBtn.LargeImages.Images"))))}); - this.donateBtn.Location = new System.Drawing.Point(142, 74); - this.donateBtn.Name = "donateBtn"; - this.donateBtn.Size = new System.Drawing.Size(44, 0); - this.donateBtn.TabIndex = 8; - this.donateBtn.Text = "Donate"; - this.donateBtn.Click += new System.EventHandler(this.donateBtn_Click); - // - // aboutBtn - // - this.aboutBtn.Id = "58c1dfcf-a1c1-4cc3-bc6c-b5cbac8b4759"; - this.aboutBtn.LargeImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._2191)}); - this.aboutBtn.Location = new System.Drawing.Point(142, 74); - this.aboutBtn.Name = "aboutBtn"; - this.aboutBtn.Size = new System.Drawing.Size(37, 0); - this.aboutBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._2191)}); - this.aboutBtn.TabIndex = 5; - this.aboutBtn.Text = "About"; - this.aboutBtn.Click += new System.EventHandler(this.button6_Click); - // - // formFrameSkinner - // - this.formFrameSkinner.AllowGlass = false; - this.formFrameSkinner.Form = this; - // - // ribbonContextualTabGroup2 - // - this.ribbonContextualTabGroup2.Caption = null; - this.ribbonContextualTabGroup2.Color = Elegant.Ui.RibbonContextualTabGroupColor.Cyan; - // - // ribbonGroup4 - // - this.ribbonGroup4.Location = new System.Drawing.Point(0, 0); - this.ribbonGroup4.Name = "ribbonGroup4"; - this.ribbonGroup4.Size = new System.Drawing.Size(535, 94); - this.ribbonGroup4.TabIndex = 0; - // - // groupBox2 - // - this.groupBox2.BackColor = System.Drawing.Color.Transparent; - this.groupBox2.Controls.Add(this.steamGameSrchBox); - this.groupBox2.Controls.Add(this.searchGameLbl); - this.groupBox2.Controls.Add(this.tabControl1); - this.groupBox2.Id = "80e3828c-b5ac-4319-ad5a-7ade73bcb6ed"; - this.groupBox2.Location = new System.Drawing.Point(1, 148); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(267, 257); - this.groupBox2.TabIndex = 24; - this.groupBox2.Text = "Select a server"; - // - // steamGameSrchBox - // - this.steamGameSrchBox.Id = "fda031e4-5f0a-4bc7-bd87-2f91e76efced"; - this.steamGameSrchBox.Location = new System.Drawing.Point(149, 10); - this.steamGameSrchBox.Name = "steamGameSrchBox"; - this.steamGameSrchBox.Size = new System.Drawing.Size(110, 21); - this.steamGameSrchBox.TabIndex = 2; - this.steamGameSrchBox.TextEditorWidth = 104; - this.steamGameSrchBox.TextChanged += new System.EventHandler(this.textBox3_TextChanged); - // - // searchGameLbl - // - this.searchGameLbl.Location = new System.Drawing.Point(80, 14); - this.searchGameLbl.Name = "searchGameLbl"; - this.searchGameLbl.Size = new System.Drawing.Size(68, 13); - this.searchGameLbl.TabIndex = 0; - this.searchGameLbl.Text = "Search game:"; - // - // tabControl1 - // - this.tabControl1.Location = new System.Drawing.Point(2, 32); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedTabPage = this.tabPage1; - this.tabControl1.Size = new System.Drawing.Size(262, 224); - this.tabControl1.TabIndex = 0; - this.tabControl1.TabPages.AddRange(new Elegant.Ui.TabPage[] { - this.tabPage1, - this.tabPage2}); - this.tabControl1.Text = "+"; - this.tabControl1.SelectedTabPageChanged += new Elegant.Ui.TabPageChangedEventHandler(this.tabControl1_SelectedTabPageChanged); - // - // tabPage1 - // - this.tabPage1.ActiveControl = null; - this.tabPage1.Controls.Add(this.steamSvrNavBar); - this.tabPage1.Controls.Add(this.separator3); - this.tabPage1.KeyTip = null; - this.tabPage1.Name = "tabPage1"; - this.tabPage1.Size = new System.Drawing.Size(260, 203); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "Steam Servers"; - // - // steamSvrNavBar - // - this.steamSvrNavBar.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.steamSvrNavBar.Controls.Add(this.welcomeBtn); - this.steamSvrNavBar.Controls.Add(this.daysToDieBtn); - this.steamSvrNavBar.Controls.Add(this.arkBtn); - this.steamSvrNavBar.Controls.Add(this.atlasBtn); - this.steamSvrNavBar.Controls.Add(this.CodBo3Btn); - this.steamSvrNavBar.Controls.Add(this.cs16Btn); - this.steamSvrNavBar.Controls.Add(this.CSsourceBtn); - this.steamSvrNavBar.Controls.Add(this.CSGOBtn); - this.steamSvrNavBar.Controls.Add(this.garrysModBtn); - this.steamSvrNavBar.Controls.Add(this.hurtWorldBtn); - this.steamSvrNavBar.Controls.Add(this.KillingFloorTwoBtn); - this.steamSvrNavBar.Controls.Add(this.l4dBtn); - this.steamSvrNavBar.Controls.Add(this.l4d2Btn); - this.steamSvrNavBar.Controls.Add(this.RustBtn); - this.steamSvrNavBar.Controls.Add(this.SvenCoopBtn); - this.steamSvrNavBar.Controls.Add(this.synergyBtn); - this.steamSvrNavBar.Controls.Add(this.unturnedBtn); - this.steamSvrNavBar.Id = "55a8b331-7488-48be-a11d-5a0c33070b68"; - this.steamSvrNavBar.Location = new System.Drawing.Point(2, 0); - this.steamSvrNavBar.Name = "steamSvrNavBar"; - this.steamSvrNavBar.Size = new System.Drawing.Size(258, 201); - this.steamSvrNavBar.TabIndex = 0; - this.steamSvrNavBar.UseTabToNavigate = false; - this.steamSvrNavBar.WrapNavigation = false; + // kf2Btn + // + this.kf2Btn.BackColor = System.Drawing.Color.Transparent; + this.kf2Btn.FlatAppearance.BorderSize = 0; + this.kf2Btn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.kf2Btn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.kf2Btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.kf2Btn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.kf2Btn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.kf2Btn.Location = new System.Drawing.Point(1, 221); + this.kf2Btn.Name = "kf2Btn"; + this.kf2Btn.Size = new System.Drawing.Size(226, 23); + this.kf2Btn.TabIndex = 11; + this.kf2Btn.Tag = "kf2"; + this.kf2Btn.Text = "Killing Floor 2"; + this.kf2Btn.UseVisualStyleBackColor = false; + this.kf2Btn.Click += new System.EventHandler(this.kf2Btn_Click); + // + // rustBtn + // + this.rustBtn.BackColor = System.Drawing.Color.Transparent; + this.rustBtn.FlatAppearance.BorderSize = 0; + this.rustBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.rustBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.rustBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.rustBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.rustBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.rustBtn.Location = new System.Drawing.Point(1, 290); + this.rustBtn.Name = "rustBtn"; + this.rustBtn.Size = new System.Drawing.Size(226, 23); + this.rustBtn.TabIndex = 14; + this.rustBtn.Tag = "rust"; + this.rustBtn.Text = "Rust"; + this.rustBtn.UseVisualStyleBackColor = false; + this.rustBtn.Click += new System.EventHandler(this.rustBtn_Click); + // + // gmodBtn + // + this.gmodBtn.BackColor = System.Drawing.Color.Transparent; + this.gmodBtn.FlatAppearance.BorderSize = 0; + this.gmodBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.gmodBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.gmodBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.gmodBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.gmodBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.gmodBtn.Location = new System.Drawing.Point(1, 152); + this.gmodBtn.Name = "gmodBtn"; + this.gmodBtn.Size = new System.Drawing.Size(226, 23); + this.gmodBtn.TabIndex = 9; + this.gmodBtn.Tag = "gmod"; + this.gmodBtn.Text = "Garry\'s Mod"; + this.gmodBtn.UseVisualStyleBackColor = false; + this.gmodBtn.Click += new System.EventHandler(this.gmodBtn_Click); + // + // hurtworldBtn + // + this.hurtworldBtn.BackColor = System.Drawing.Color.Transparent; + this.hurtworldBtn.FlatAppearance.BorderSize = 0; + this.hurtworldBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.hurtworldBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.hurtworldBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.hurtworldBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.hurtworldBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.hurtworldBtn.Location = new System.Drawing.Point(1, 198); + this.hurtworldBtn.Name = "hurtworldBtn"; + this.hurtworldBtn.Size = new System.Drawing.Size(226, 23); + this.hurtworldBtn.TabIndex = 10; + this.hurtworldBtn.Tag = "hurtworld"; + this.hurtworldBtn.Text = "Hurtworld"; + this.hurtworldBtn.UseVisualStyleBackColor = false; + this.hurtworldBtn.Click += new System.EventHandler(this.hurtworldBtn_Click); + // + // csgoBtn + // + this.csgoBtn.BackColor = System.Drawing.Color.Transparent; + this.csgoBtn.FlatAppearance.BorderSize = 0; + this.csgoBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.csgoBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.csgoBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.csgoBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.csgoBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.csgoBtn.Location = new System.Drawing.Point(1, 129); + this.csgoBtn.Name = "csgoBtn"; + this.csgoBtn.Size = new System.Drawing.Size(226, 23); + this.csgoBtn.TabIndex = 8; + this.csgoBtn.Tag = "csgo"; + this.csgoBtn.Text = "Counter-Strike: Global Offensive"; + this.csgoBtn.UseVisualStyleBackColor = false; + this.csgoBtn.Click += new System.EventHandler(this.csgoBtn_Click); + // + // cssBtn + // + this.cssBtn.BackColor = System.Drawing.Color.Transparent; + this.cssBtn.FlatAppearance.BorderSize = 0; + this.cssBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.cssBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.cssBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.cssBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.cssBtn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.cssBtn.Location = new System.Drawing.Point(2, 175); + this.cssBtn.Name = "cssBtn"; + this.cssBtn.Size = new System.Drawing.Size(226, 23); + this.cssBtn.TabIndex = 7; + this.cssBtn.Tag = "css"; + this.cssBtn.Text = "Counter-Strike: Source"; + this.cssBtn.UseVisualStyleBackColor = false; + this.cssBtn.Click += new System.EventHandler(this.cssBtn_Click); // - // welcomeBtn + // cs16Btn // - this.welcomeBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.welcomeBtn.Id = "ac9a18cf-7a87-462e-b7ef-1a0602d79d03"; - this.welcomeBtn.Location = new System.Drawing.Point(2, 2); - this.welcomeBtn.Name = "welcomeBtn"; - this.welcomeBtn.Pressed = true; - this.welcomeBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.welcomeBtn.Size = new System.Drawing.Size(237, 29); - this.welcomeBtn.TabIndex = 0; - this.welcomeBtn.Tag = "noTag"; - this.welcomeBtn.Text = "-----------------Welcome-----------------"; - this.welcomeBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.welcomeBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.welcomeBtn.Click += new System.EventHandler(this.welcomeBtn_Click); - // - // daysToDieBtn - // - this.daysToDieBtn.CommandName = ""; - this.daysToDieBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.daysToDieBtn.ForeColor = System.Drawing.SystemColors.ControlText; - this.daysToDieBtn.Id = "100755d3-fc2d-40da-a4cf-55a9e0220f45"; - this.daysToDieBtn.Location = new System.Drawing.Point(2, 33); - this.daysToDieBtn.Name = "daysToDieBtn"; - this.daysToDieBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.daysToDieBtn.Size = new System.Drawing.Size(237, 25); - this.daysToDieBtn.TabIndex = 1; - this.daysToDieBtn.Tag = "7days"; - this.daysToDieBtn.Text = "7 Days to Die"; - this.daysToDieBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.daysToDieBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.daysToDieBtn.Click += new System.EventHandler(this.daysToDieBtn_Click_1); + this.cs16Btn.BackColor = System.Drawing.Color.Transparent; + this.cs16Btn.FlatAppearance.BorderSize = 0; + this.cs16Btn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.cs16Btn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.cs16Btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.cs16Btn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.cs16Btn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.cs16Btn.Location = new System.Drawing.Point(2, 106); + this.cs16Btn.Name = "cs16Btn"; + this.cs16Btn.Size = new System.Drawing.Size(226, 23); + this.cs16Btn.TabIndex = 6; + this.cs16Btn.Tag = "cs"; + this.cs16Btn.Text = "Counter-Strike: 1.6"; + this.cs16Btn.UseVisualStyleBackColor = false; + this.cs16Btn.Click += new System.EventHandler(this.cs16Btn_Click); + // + // codbo3Btn + // + this.codbo3Btn.BackColor = System.Drawing.Color.Transparent; + this.codbo3Btn.FlatAppearance.BorderSize = 0; + this.codbo3Btn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.codbo3Btn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.codbo3Btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.codbo3Btn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.codbo3Btn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.codbo3Btn.Location = new System.Drawing.Point(2, 83); + this.codbo3Btn.Name = "codbo3Btn"; + this.codbo3Btn.Size = new System.Drawing.Size(226, 23); + this.codbo3Btn.TabIndex = 5; + this.codbo3Btn.Tag = "bo3"; + this.codbo3Btn.Text = "Call of Duty: Black Ops 3"; + this.codbo3Btn.UseVisualStyleBackColor = false; + this.codbo3Btn.Click += new System.EventHandler(this.codbo3Btn_Click); // // arkBtn // - this.arkBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.arkBtn.Id = "985f46f7-389d-422b-8a64-270f82350580"; + this.arkBtn.BackColor = System.Drawing.Color.Transparent; + this.arkBtn.FlatAppearance.BorderSize = 0; + this.arkBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.arkBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.arkBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.arkBtn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.arkBtn.ForeColor = System.Drawing.SystemColors.ControlDark; this.arkBtn.Location = new System.Drawing.Point(2, 60); this.arkBtn.Name = "arkBtn"; - this.arkBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.arkBtn.Size = new System.Drawing.Size(237, 25); - this.arkBtn.TabIndex = 2; + this.arkBtn.Size = new System.Drawing.Size(226, 23); + this.arkBtn.TabIndex = 3; this.arkBtn.Tag = "ark"; this.arkBtn.Text = "ARK: Survival Evolved"; - this.arkBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.arkBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.arkBtn.UseVisualStyleBackColor = false; this.arkBtn.Click += new System.EventHandler(this.arkBtn_Click); // - // atlasBtn - // - this.atlasBtn.Id = "0cdbc559-2c0a-4560-ac22-8a73bd108b54"; - this.atlasBtn.Location = new System.Drawing.Point(2, 87); - this.atlasBtn.Name = "atlasBtn"; - this.atlasBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.atlasBtn.Size = new System.Drawing.Size(237, 25); - this.atlasBtn.TabIndex = 16; - this.atlasBtn.Tag = ".emtpyF"; - this.atlasBtn.Text = "ATLAS"; - this.atlasBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.atlasBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.atlasBtn.Click += new System.EventHandler(this.atlasBtn_Click); - // - // CodBo3Btn - // - this.CodBo3Btn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.CodBo3Btn.Id = "495d81f0-1c92-46d9-b644-24a8715126fd"; - this.CodBo3Btn.Location = new System.Drawing.Point(2, 114); - this.CodBo3Btn.Name = "CodBo3Btn"; - this.CodBo3Btn.RadioGroupName = "NavigationBarToggleButtons"; - this.CodBo3Btn.Size = new System.Drawing.Size(237, 25); - this.CodBo3Btn.TabIndex = 3; - this.CodBo3Btn.Tag = "bo3"; - this.CodBo3Btn.Text = "Call of Duty: Black Ops 3"; - this.CodBo3Btn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.CodBo3Btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.CodBo3Btn.Click += new System.EventHandler(this.CODblackOpsThreeBtn_Click); - // - // cs16Btn - // - this.cs16Btn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.cs16Btn.Id = "188c972f-c7b0-4dce-be2e-9a52846c6685"; - this.cs16Btn.Location = new System.Drawing.Point(2, 141); - this.cs16Btn.Name = "cs16Btn"; - this.cs16Btn.RadioGroupName = "NavigationBarToggleButtons"; - this.cs16Btn.Size = new System.Drawing.Size(237, 25); - this.cs16Btn.TabIndex = 4; - this.cs16Btn.Tag = "cs"; - this.cs16Btn.Text = "Counter-Strike: 1.6"; - this.cs16Btn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.cs16Btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.cs16Btn.Click += new System.EventHandler(this.csOnePointsixBtn_Click); - // - // CSsourceBtn - // - this.CSsourceBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.CSsourceBtn.Id = "b8aea746-2381-4346-8c63-3282c6e7ebd7"; - this.CSsourceBtn.Location = new System.Drawing.Point(2, 168); - this.CSsourceBtn.Name = "CSsourceBtn"; - this.CSsourceBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.CSsourceBtn.Size = new System.Drawing.Size(237, 25); - this.CSsourceBtn.TabIndex = 5; - this.CSsourceBtn.Tag = "css"; - this.CSsourceBtn.Text = "Counter-Strike: Source"; - this.CSsourceBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.CSsourceBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.CSsourceBtn.Click += new System.EventHandler(this.CSsourceBtn_Click); - // - // CSGOBtn - // - this.CSGOBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.CSGOBtn.Id = "21ae176b-4478-487c-bd84-fa9bcbac13cf"; - this.CSGOBtn.Location = new System.Drawing.Point(2, 195); - this.CSGOBtn.Name = "CSGOBtn"; - this.CSGOBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.CSGOBtn.Size = new System.Drawing.Size(237, 25); - this.CSGOBtn.TabIndex = 6; - this.CSGOBtn.Tag = "csgo"; - this.CSGOBtn.Text = "Counter-Strike: Global Offensive"; - this.CSGOBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.CSGOBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.CSGOBtn.Click += new System.EventHandler(this.CSGOBtn_Click); - // - // garrysModBtn - // - this.garrysModBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.garrysModBtn.Id = "d2409877-e2f4-4060-9ee7-46a2b188318e"; - this.garrysModBtn.Location = new System.Drawing.Point(2, 222); - this.garrysModBtn.Name = "garrysModBtn"; - this.garrysModBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.garrysModBtn.Size = new System.Drawing.Size(237, 25); - this.garrysModBtn.TabIndex = 7; - this.garrysModBtn.Tag = "gmod"; - this.garrysModBtn.Text = "Garry\'s Mod"; - this.garrysModBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.garrysModBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.garrysModBtn.Click += new System.EventHandler(this.garrysModBtn_Click); - // - // hurtWorldBtn - // - this.hurtWorldBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.hurtWorldBtn.Id = "f78ab720-2347-4165-a6da-49a5300393da"; - this.hurtWorldBtn.Location = new System.Drawing.Point(2, 249); - this.hurtWorldBtn.Name = "hurtWorldBtn"; - this.hurtWorldBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.hurtWorldBtn.Size = new System.Drawing.Size(237, 25); - this.hurtWorldBtn.TabIndex = 8; - this.hurtWorldBtn.Tag = "hurtworld"; - this.hurtWorldBtn.Text = "Hurtworld"; - this.hurtWorldBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.hurtWorldBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.hurtWorldBtn.Click += new System.EventHandler(this.hurtWorldBtn_Click); - // - // KillingFloorTwoBtn - // - this.KillingFloorTwoBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.KillingFloorTwoBtn.Id = "65aa8032-940f-4ae8-83a4-b4e2380febc4"; - this.KillingFloorTwoBtn.Location = new System.Drawing.Point(2, 276); - this.KillingFloorTwoBtn.Name = "KillingFloorTwoBtn"; - this.KillingFloorTwoBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.KillingFloorTwoBtn.Size = new System.Drawing.Size(237, 25); - this.KillingFloorTwoBtn.TabIndex = 9; - this.KillingFloorTwoBtn.Tag = "kf2"; - this.KillingFloorTwoBtn.Text = "Killing Floor 2"; - this.KillingFloorTwoBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.KillingFloorTwoBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.KillingFloorTwoBtn.Click += new System.EventHandler(this.KillingFloorTwoBtn_Click); + // days7Btn + // + this.days7Btn.BackColor = System.Drawing.Color.Transparent; + this.days7Btn.FlatAppearance.BorderSize = 0; + this.days7Btn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.days7Btn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.days7Btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.days7Btn.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.days7Btn.ForeColor = System.Drawing.SystemColors.ControlDark; + this.days7Btn.Location = new System.Drawing.Point(2, 37); + this.days7Btn.Name = "days7Btn"; + this.days7Btn.Size = new System.Drawing.Size(226, 23); + this.days7Btn.TabIndex = 2; + this.days7Btn.Tag = "days7"; + this.days7Btn.Text = "7 days to die"; + this.days7Btn.UseVisualStyleBackColor = false; + this.days7Btn.Click += new System.EventHandler(this.days7Btn_Click_1); // - // l4dBtn + // basicInstrLbl // - this.l4dBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.l4dBtn.Id = "e271bded-110c-4fa9-8910-6363fdb7099c"; - this.l4dBtn.Location = new System.Drawing.Point(2, 303); - this.l4dBtn.Name = "l4dBtn"; - this.l4dBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.l4dBtn.Size = new System.Drawing.Size(237, 25); - this.l4dBtn.TabIndex = 10; - this.l4dBtn.Tag = "l4d"; - this.l4dBtn.Text = "Left 4 Dead"; - this.l4dBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.l4dBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.l4dBtn.Click += new System.EventHandler(this.l4dBtn_Click); + this.basicInstrLbl.AutoSize = true; + this.basicInstrLbl.BackColor = System.Drawing.Color.Transparent; + this.basicInstrLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.basicInstrLbl.Location = new System.Drawing.Point(385, 214); + this.basicInstrLbl.Name = "basicInstrLbl"; + this.basicInstrLbl.Size = new System.Drawing.Size(93, 13); + this.basicInstrLbl.TabIndex = 24; + this.basicInstrLbl.Text = "Basic Instructions:"; // - // l4d2Btn + // basicInstrTxtBox // - this.l4d2Btn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.l4d2Btn.Id = "3a27024b-d3c7-4aa6-bb6c-1fbf7a7602c2"; - this.l4d2Btn.Location = new System.Drawing.Point(2, 330); - this.l4d2Btn.Name = "l4d2Btn"; - this.l4d2Btn.RadioGroupName = "NavigationBarToggleButtons"; - this.l4d2Btn.Size = new System.Drawing.Size(237, 25); - this.l4d2Btn.TabIndex = 11; - this.l4d2Btn.Tag = "l4d2"; - this.l4d2Btn.Text = "Left 4 Dead 2"; - this.l4d2Btn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.l4d2Btn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.l4d2Btn.Click += new System.EventHandler(this.l4d2Btn_Click); + this.basicInstrTxtBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(45)))), ((int)(((byte)(69))))); + this.basicInstrTxtBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.basicInstrTxtBox.ForeColor = System.Drawing.SystemColors.ControlLight; + this.basicInstrTxtBox.Location = new System.Drawing.Point(5, 4); + this.basicInstrTxtBox.Multiline = true; + this.basicInstrTxtBox.Name = "basicInstrTxtBox"; + this.basicInstrTxtBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.basicInstrTxtBox.Size = new System.Drawing.Size(332, 116); + this.basicInstrTxtBox.TabIndex = 23; + this.basicInstrTxtBox.Text = resources.GetString("basicInstrTxtBox.Text"); + this.basicInstrTxtBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); + // + // searchSrvLbl + // + this.searchSrvLbl.AutoSize = true; + this.searchSrvLbl.BackColor = System.Drawing.Color.Transparent; + this.searchSrvLbl.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.searchSrvLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.searchSrvLbl.Location = new System.Drawing.Point(30, 79); + this.searchSrvLbl.Name = "searchSrvLbl"; + this.searchSrvLbl.Size = new System.Drawing.Size(50, 17); + this.searchSrvLbl.TabIndex = 21; + this.searchSrvLbl.Text = "Search:"; + // + // searchSrvTxtBox + // + this.searchSrvTxtBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(54)))), ((int)(((byte)(84))))); + this.searchSrvTxtBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.searchSrvTxtBox.Cursor = System.Windows.Forms.Cursors.IBeam; + this.searchSrvTxtBox.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.searchSrvTxtBox.ForeColor = System.Drawing.SystemColors.ControlLight; + this.searchSrvTxtBox.Location = new System.Drawing.Point(79, 75); + this.searchSrvTxtBox.Name = "searchSrvTxtBox"; + this.searchSrvTxtBox.Size = new System.Drawing.Size(144, 25); + this.searchSrvTxtBox.TabIndex = 22; + this.searchSrvTxtBox.Click += new System.EventHandler(this.searchSrvTxtBox_Click); + this.searchSrvTxtBox.TextChanged += new System.EventHandler(this.searchSrvTxtBox_TextChanged); + this.searchSrvTxtBox.Leave += new System.EventHandler(this.searchSrvTxtBox_Leave); + // + // moreStuffPnl + // + this.moreStuffPnl.BackColor = System.Drawing.Color.Transparent; + this.moreStuffPnl.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.extraPnl; + this.moreStuffPnl.Controls.Add(this.discordSrvBtn); + this.moreStuffPnl.Controls.Add(this.steamCMDBtn); + this.moreStuffPnl.Controls.Add(this.faqBtn); + this.moreStuffPnl.Controls.Add(this.extrHelpBtn); + this.moreStuffPnl.Controls.Add(this.plannedFeaturesBtn); + this.moreStuffPnl.Controls.Add(this.changelogBtn); + this.moreStuffPnl.Controls.Add(this.appLogsBtn); + this.moreStuffPnl.Location = new System.Drawing.Point(617, 28); + this.moreStuffPnl.Name = "moreStuffPnl"; + this.moreStuffPnl.Size = new System.Drawing.Size(109, 340); + this.moreStuffPnl.TabIndex = 29; + // + // discordSrvBtn + // + this.discordSrvBtn.BackColor = System.Drawing.Color.Transparent; + this.discordSrvBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.discordSrvBtn.ClickTransitionSpeed = 60; + this.discordSrvBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.discordSrvBtn.ColorNormal = System.Drawing.Color.Transparent; + this.discordSrvBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.discordSrvBtn.EnableSmoothTransitions = true; + this.discordSrvBtn.FlatAppearance.BorderSize = 0; + this.discordSrvBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.discordSrvBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.discordSrvBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.discordSrvBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.discordSrvBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.discordSrvBtn.Image = ((System.Drawing.Image)(resources.GetObject("discordSrvBtn.Image"))); + this.discordSrvBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.discordSrvBtn.Location = new System.Drawing.Point(-1, 152); + this.discordSrvBtn.Name = "discordSrvBtn"; + this.discordSrvBtn.Size = new System.Drawing.Size(111, 38); + this.discordSrvBtn.TabIndex = 47; + this.discordSrvBtn.Text = " Discord \r\n Server"; + this.discordSrvBtn.TransitionSpeed = 130; + this.discordSrvBtn.UseVisualStyleBackColor = false; + this.discordSrvBtn.Click += new System.EventHandler(this.discordSrvBtn_Click); + // + // steamCMDBtn + // + this.steamCMDBtn.BackColor = System.Drawing.Color.Transparent; + this.steamCMDBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.steamCMDBtn.ClickTransitionSpeed = 60; + this.steamCMDBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.steamCMDBtn.ColorNormal = System.Drawing.Color.Transparent; + this.steamCMDBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.steamCMDBtn.EnableSmoothTransitions = true; + this.steamCMDBtn.FlatAppearance.BorderSize = 0; + this.steamCMDBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.steamCMDBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.steamCMDBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.steamCMDBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.steamCMDBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.steamCMDBtn.Image = global::Server_Creation_Tool.Properties.Resources.cmd_icon21; + this.steamCMDBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.steamCMDBtn.Location = new System.Drawing.Point(0, 190); + this.steamCMDBtn.Name = "steamCMDBtn"; + this.steamCMDBtn.Size = new System.Drawing.Size(111, 38); + this.steamCMDBtn.TabIndex = 46; + this.steamCMDBtn.Text = " SteamCMD"; + this.steamCMDBtn.TransitionSpeed = 130; + this.steamCMDBtn.UseVisualStyleBackColor = false; + this.steamCMDBtn.Click += new System.EventHandler(this.steamCMDBtn_Click); // - // RustBtn - // - this.RustBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.RustBtn.Id = "18372002-66c5-4a33-9b2b-6dca479d0681"; - this.RustBtn.Location = new System.Drawing.Point(2, 357); - this.RustBtn.Name = "RustBtn"; - this.RustBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.RustBtn.Size = new System.Drawing.Size(237, 25); - this.RustBtn.TabIndex = 12; - this.RustBtn.Tag = "rust"; - this.RustBtn.Text = "Rust"; - this.RustBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.RustBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.RustBtn.Click += new System.EventHandler(this.RustBtn_Click); - // - // SvenCoopBtn - // - this.SvenCoopBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.SvenCoopBtn.Id = "ea65df30-78cf-4836-9eec-1a04e67ca347"; - this.SvenCoopBtn.Location = new System.Drawing.Point(2, 384); - this.SvenCoopBtn.Name = "SvenCoopBtn"; - this.SvenCoopBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.SvenCoopBtn.Size = new System.Drawing.Size(237, 25); - this.SvenCoopBtn.TabIndex = 13; - this.SvenCoopBtn.Tag = "sven"; - this.SvenCoopBtn.Text = "Sven Coop"; - this.SvenCoopBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.SvenCoopBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.SvenCoopBtn.Click += new System.EventHandler(this.SvenCoopBtn_Click); - // - // synergyBtn - // - this.synergyBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.synergyBtn.Id = "9b42c672-1196-46c8-93ec-446b1663e144"; - this.synergyBtn.Location = new System.Drawing.Point(2, 411); - this.synergyBtn.Name = "synergyBtn"; - this.synergyBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.synergyBtn.Size = new System.Drawing.Size(237, 25); - this.synergyBtn.TabIndex = 14; - this.synergyBtn.Tag = "noTag"; - this.synergyBtn.Text = "Synergy"; - this.synergyBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.synergyBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.synergyBtn.Visible = false; + // faqBtn // - // unturnedBtn + this.faqBtn.BackColor = System.Drawing.Color.Transparent; + this.faqBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.faqBtn.ClickTransitionSpeed = 60; + this.faqBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.faqBtn.ColorNormal = System.Drawing.Color.Transparent; + this.faqBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.faqBtn.EnableSmoothTransitions = true; + this.faqBtn.FlatAppearance.BorderSize = 0; + this.faqBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.faqBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.faqBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.faqBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.faqBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.faqBtn.Image = ((System.Drawing.Image)(resources.GetObject("faqBtn.Image"))); + this.faqBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.faqBtn.Location = new System.Drawing.Point(0, 114); + this.faqBtn.Name = "faqBtn"; + this.faqBtn.Size = new System.Drawing.Size(111, 38); + this.faqBtn.TabIndex = 45; + this.faqBtn.Text = " FAQ"; + this.faqBtn.TransitionSpeed = 130; + this.faqBtn.UseVisualStyleBackColor = false; + this.faqBtn.Click += new System.EventHandler(this.faqBtn_Click); + // + // extrHelpBtn + // + this.extrHelpBtn.BackColor = System.Drawing.Color.Transparent; + this.extrHelpBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.extrHelpBtn.ClickTransitionSpeed = 60; + this.extrHelpBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.extrHelpBtn.ColorNormal = System.Drawing.Color.Transparent; + this.extrHelpBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.extrHelpBtn.EnableSmoothTransitions = true; + this.extrHelpBtn.FlatAppearance.BorderSize = 0; + this.extrHelpBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.extrHelpBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.extrHelpBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.extrHelpBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrHelpBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrHelpBtn.Image = global::Server_Creation_Tool.Properties.Resources._150216; + this.extrHelpBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.extrHelpBtn.Location = new System.Drawing.Point(0, 228); + this.extrHelpBtn.Name = "extrHelpBtn"; + this.extrHelpBtn.Size = new System.Drawing.Size(111, 38); + this.extrHelpBtn.TabIndex = 44; + this.extrHelpBtn.Text = " Extra help"; + this.extrHelpBtn.TransitionSpeed = 130; + this.extrHelpBtn.UseVisualStyleBackColor = false; + this.extrHelpBtn.Click += new System.EventHandler(this.extrHelpBtn_Click); // - this.unturnedBtn.Id = "62113d56-149c-476d-8b9f-627d881c9b1a"; - this.unturnedBtn.Location = new System.Drawing.Point(2, 438); - this.unturnedBtn.Name = "unturnedBtn"; - this.unturnedBtn.RadioGroupName = "NavigationBarToggleButtons"; - this.unturnedBtn.Size = new System.Drawing.Size(237, 25); - this.unturnedBtn.TabIndex = 15; - this.unturnedBtn.Tag = "unturned"; - this.unturnedBtn.Text = "Unturned"; - this.unturnedBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.unturnedBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.unturnedBtn.Click += new System.EventHandler(this.unturnedBtn_Click); + // plannedFeaturesBtn // - // separator3 - // - this.separator3.Id = "b32e81c0-788e-4a08-b9a0-e03684a34f0a"; - this.separator3.Location = new System.Drawing.Point(8, -4); - this.separator3.Name = "separator3"; - this.separator3.Orientation = Elegant.Ui.SeparatorOrientation.Horizontal; - this.separator3.Size = new System.Drawing.Size(233, 5); - this.separator3.TabIndex = 14; - // - // tabPage2 - // - this.tabPage2.ActiveControl = null; - this.tabPage2.Controls.Add(this.label1); - this.tabPage2.KeyTip = null; - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Size = new System.Drawing.Size(260, 203); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "Other Servers"; - // - // label1 - // - this.label1.Font = new System.Drawing.Font("Malgun Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - this.label1.Location = new System.Drawing.Point(66, 91); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(126, 21); - this.label1.TabIndex = 0; - this.label1.Text = "COMING SOON"; - // - // textBox1 - // - this.textBox1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.textBox1.Id = "7e648fb2-3990-4c7e-a4e6-1c25a7ba960b"; - this.textBox1.Location = new System.Drawing.Point(4, 2); - this.textBox1.Multiline = true; - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(362, 72); - this.textBox1.TabIndex = 0; - this.textBox1.Text = resources.GetString("textBox1.Text"); - this.textBox1.TextEditorWidth = 356; - // - // groupBox1 - // - this.groupBox1.BackColor = System.Drawing.Color.Transparent; - this.groupBox1.Id = "d6dad4e3-7a00-41b0-b9e7-59c6265d138d"; - this.groupBox1.Location = new System.Drawing.Point(0, 0); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(200, 100); - this.groupBox1.TabIndex = 0; + this.plannedFeaturesBtn.BackColor = System.Drawing.Color.Transparent; + this.plannedFeaturesBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.plannedFeaturesBtn.ClickTransitionSpeed = 60; + this.plannedFeaturesBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.plannedFeaturesBtn.ColorNormal = System.Drawing.Color.Transparent; + this.plannedFeaturesBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.plannedFeaturesBtn.EnableSmoothTransitions = true; + this.plannedFeaturesBtn.FlatAppearance.BorderSize = 0; + this.plannedFeaturesBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.plannedFeaturesBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.plannedFeaturesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.plannedFeaturesBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.plannedFeaturesBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.plannedFeaturesBtn.Image = global::Server_Creation_Tool.Properties.Resources.pencil21; + this.plannedFeaturesBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.plannedFeaturesBtn.Location = new System.Drawing.Point(0, 76); + this.plannedFeaturesBtn.Name = "plannedFeaturesBtn"; + this.plannedFeaturesBtn.Size = new System.Drawing.Size(111, 38); + this.plannedFeaturesBtn.TabIndex = 43; + this.plannedFeaturesBtn.Text = " Planned\r\n Features"; + this.plannedFeaturesBtn.TransitionSpeed = 130; + this.plannedFeaturesBtn.UseVisualStyleBackColor = false; + this.plannedFeaturesBtn.Click += new System.EventHandler(this.plannedFeaturesBtn_Click); // - // panel2 + // changelogBtn + // + this.changelogBtn.BackColor = System.Drawing.Color.Transparent; + this.changelogBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.changelogBtn.ClickTransitionSpeed = 60; + this.changelogBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.changelogBtn.ColorNormal = System.Drawing.Color.Transparent; + this.changelogBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.changelogBtn.EnableSmoothTransitions = true; + this.changelogBtn.FlatAppearance.BorderSize = 0; + this.changelogBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.changelogBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.changelogBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.changelogBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.changelogBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.changelogBtn.Image = global::Server_Creation_Tool.Properties.Resources.CHECK_BOARD_21; + this.changelogBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.changelogBtn.Location = new System.Drawing.Point(0, 38); + this.changelogBtn.Name = "changelogBtn"; + this.changelogBtn.Size = new System.Drawing.Size(111, 38); + this.changelogBtn.TabIndex = 42; + this.changelogBtn.Text = " Changelog"; + this.changelogBtn.TransitionSpeed = 130; + this.changelogBtn.UseVisualStyleBackColor = false; + this.changelogBtn.Click += new System.EventHandler(this.changelogBtn_Click); + // + // appLogsBtn + // + this.appLogsBtn.BackColor = System.Drawing.Color.Transparent; + this.appLogsBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.appLogsBtn.ClickTransitionSpeed = 60; + this.appLogsBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.appLogsBtn.ColorNormal = System.Drawing.Color.Transparent; + this.appLogsBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.appLogsBtn.EnableSmoothTransitions = true; + this.appLogsBtn.FlatAppearance.BorderSize = 0; + this.appLogsBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.appLogsBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.appLogsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.appLogsBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.appLogsBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.appLogsBtn.Image = global::Server_Creation_Tool.Properties.Resources._62221; + this.appLogsBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.appLogsBtn.Location = new System.Drawing.Point(0, 0); + this.appLogsBtn.Name = "appLogsBtn"; + this.appLogsBtn.Size = new System.Drawing.Size(111, 38); + this.appLogsBtn.TabIndex = 41; + this.appLogsBtn.Text = " App \r\n Logs\r\n"; + this.appLogsBtn.TransitionSpeed = 130; + this.appLogsBtn.UseVisualStyleBackColor = false; + this.appLogsBtn.Click += new System.EventHandler(this.appLogsBtn_Click); + // + // infoHelpPnl + // + this.infoHelpPnl.BackColor = System.Drawing.Color.Transparent; + this.infoHelpPnl.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.helpInfBar2; + this.infoHelpPnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.infoHelpPnl.Controls.Add(this.AboutBtn); + this.infoHelpPnl.Controls.Add(this.ToolGrpSiteBtn); + this.infoHelpPnl.Controls.Add(this.langBtn); + this.infoHelpPnl.Controls.Add(this.chck4UpdtBtn); + this.infoHelpPnl.Controls.Add(this.MORElbl); + this.infoHelpPnl.Controls.Add(this.selectSrvInstFoldBtn); + this.infoHelpPnl.Controls.Add(this.openCloseMorePnlBtn); + this.infoHelpPnl.Location = new System.Drawing.Point(15, 31); + this.infoHelpPnl.Name = "infoHelpPnl"; + this.infoHelpPnl.Size = new System.Drawing.Size(602, 42); + this.infoHelpPnl.TabIndex = 30; + // + // AboutBtn + // + this.AboutBtn.BackColor = System.Drawing.Color.Transparent; + this.AboutBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.AboutBtn.ClickTransitionSpeed = 60; + this.AboutBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.AboutBtn.ColorNormal = System.Drawing.Color.Transparent; + this.AboutBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.AboutBtn.EnableSmoothTransitions = true; + this.AboutBtn.FlatAppearance.BorderSize = 0; + this.AboutBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.AboutBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.AboutBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.AboutBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.AboutBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.AboutBtn.Image = global::Server_Creation_Tool.Properties.Resources._219121; + this.AboutBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.AboutBtn.Location = new System.Drawing.Point(432, 2); + this.AboutBtn.Name = "AboutBtn"; + this.AboutBtn.Size = new System.Drawing.Size(68, 38); + this.AboutBtn.TabIndex = 40; + this.AboutBtn.Text = " About"; + this.AboutBtn.TransitionSpeed = 130; + this.AboutBtn.UseVisualStyleBackColor = false; + this.AboutBtn.Click += new System.EventHandler(this.AboutBtn_Click); + // + // ToolGrpSiteBtn + // + this.ToolGrpSiteBtn.BackColor = System.Drawing.Color.Transparent; + this.ToolGrpSiteBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.ToolGrpSiteBtn.ClickTransitionSpeed = 60; + this.ToolGrpSiteBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.ToolGrpSiteBtn.ColorNormal = System.Drawing.Color.Transparent; + this.ToolGrpSiteBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.ToolGrpSiteBtn.EnableSmoothTransitions = true; + this.ToolGrpSiteBtn.FlatAppearance.BorderSize = 0; + this.ToolGrpSiteBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.ToolGrpSiteBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.ToolGrpSiteBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.ToolGrpSiteBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.ToolGrpSiteBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.ToolGrpSiteBtn.Image = global::Server_Creation_Tool.Properties.Resources.world_wide_web21; + this.ToolGrpSiteBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.ToolGrpSiteBtn.Location = new System.Drawing.Point(318, 2); + this.ToolGrpSiteBtn.Name = "ToolGrpSiteBtn"; + this.ToolGrpSiteBtn.Size = new System.Drawing.Size(114, 38); + this.ToolGrpSiteBtn.TabIndex = 39; + this.ToolGrpSiteBtn.Text = " Tool \r\n Group-Website"; + this.ToolGrpSiteBtn.TransitionSpeed = 130; + this.ToolGrpSiteBtn.UseVisualStyleBackColor = false; + this.ToolGrpSiteBtn.Click += new System.EventHandler(this.ToolGrpSiteBtn_Click); // - this.panel2.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.panel2.AutoScroll = true; - this.panel2.Controls.Add(this.button1); - this.panel2.Controls.Add(this.button4); - this.panel2.Controls.Add(this.button7); - this.panel2.Controls.Add(this.button23); - this.panel2.Controls.Add(this.button25); - this.panel2.Location = new System.Drawing.Point(0, 0); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(200, 100); - this.panel2.TabIndex = 0; + // langBtn // - // button1 + this.langBtn.BackColor = System.Drawing.Color.Transparent; + this.langBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.langBtn.ClickTransitionSpeed = 60; + this.langBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.langBtn.ColorNormal = System.Drawing.Color.Transparent; + this.langBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.langBtn.EnableSmoothTransitions = true; + this.langBtn.FlatAppearance.BorderSize = 0; + this.langBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.langBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.langBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.langBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.langBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.langBtn.Image = global::Server_Creation_Tool.Properties.Resources.translate__1_21; + this.langBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.langBtn.Location = new System.Drawing.Point(231, 2); + this.langBtn.Name = "langBtn"; + this.langBtn.Size = new System.Drawing.Size(87, 38); + this.langBtn.TabIndex = 38; + this.langBtn.Text = " Language"; + this.langBtn.TransitionSpeed = 130; + this.langBtn.UseVisualStyleBackColor = false; + this.langBtn.Click += new System.EventHandler(this.langBtn_Click); + // + // chck4UpdtBtn + // + this.chck4UpdtBtn.BackColor = System.Drawing.Color.Transparent; + this.chck4UpdtBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.chck4UpdtBtn.ClickTransitionSpeed = 60; + this.chck4UpdtBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.chck4UpdtBtn.ColorNormal = System.Drawing.Color.Transparent; + this.chck4UpdtBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.chck4UpdtBtn.EnableSmoothTransitions = true; + this.chck4UpdtBtn.FlatAppearance.BorderSize = 0; + this.chck4UpdtBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.chck4UpdtBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.chck4UpdtBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.chck4UpdtBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.chck4UpdtBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.chck4UpdtBtn.Image = ((System.Drawing.Image)(resources.GetObject("chck4UpdtBtn.Image"))); + this.chck4UpdtBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.chck4UpdtBtn.Location = new System.Drawing.Point(131, 2); + this.chck4UpdtBtn.Name = "chck4UpdtBtn"; + this.chck4UpdtBtn.Size = new System.Drawing.Size(100, 38); + this.chck4UpdtBtn.TabIndex = 37; + this.chck4UpdtBtn.Text = " Check \r\n for updates"; + this.chck4UpdtBtn.TransitionSpeed = 130; + this.chck4UpdtBtn.UseVisualStyleBackColor = false; + this.chck4UpdtBtn.Click += new System.EventHandler(this.chck4UpdtBtn_Click); + // + // MORElbl + // + this.MORElbl.AutoSize = true; + this.MORElbl.ForeColor = System.Drawing.Color.Transparent; + this.MORElbl.Location = new System.Drawing.Point(525, 15); + this.MORElbl.Name = "MORElbl"; + this.MORElbl.Size = new System.Drawing.Size(42, 13); + this.MORElbl.TabIndex = 34; + this.MORElbl.Text = "MORE:"; + // + // selectSrvInstFoldBtn + // + this.selectSrvInstFoldBtn.BackColor = System.Drawing.Color.Transparent; + this.selectSrvInstFoldBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(47)))), ((int)(((byte)(69))))); + this.selectSrvInstFoldBtn.ClickTransitionSpeed = 60; + this.selectSrvInstFoldBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(58)))), ((int)(((byte)(94))))); + this.selectSrvInstFoldBtn.ColorNormal = System.Drawing.Color.Transparent; + this.selectSrvInstFoldBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(111)))), ((int)(((byte)(150))))); + this.selectSrvInstFoldBtn.EnableSmoothTransitions = true; + this.selectSrvInstFoldBtn.FlatAppearance.BorderSize = 0; + this.selectSrvInstFoldBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.selectSrvInstFoldBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.selectSrvInstFoldBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.selectSrvInstFoldBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.selectSrvInstFoldBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.selectSrvInstFoldBtn.Image = global::Server_Creation_Tool.Properties.Resources._468; + this.selectSrvInstFoldBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.selectSrvInstFoldBtn.Location = new System.Drawing.Point(3, 2); + this.selectSrvInstFoldBtn.Name = "selectSrvInstFoldBtn"; + this.selectSrvInstFoldBtn.Size = new System.Drawing.Size(128, 38); + this.selectSrvInstFoldBtn.TabIndex = 36; + this.selectSrvInstFoldBtn.Text = " Select Server \r\n Installation Folder"; + this.selectSrvInstFoldBtn.TransitionSpeed = 130; + this.selectSrvInstFoldBtn.UseVisualStyleBackColor = false; + this.selectSrvInstFoldBtn.Click += new System.EventHandler(this.selectSrvInstFoldBtn_Click); + // + // openCloseMorePnlBtn + // + this.openCloseMorePnlBtn.BackColor = System.Drawing.Color.Transparent; + this.openCloseMorePnlBtn.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.moreNormal; + this.openCloseMorePnlBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.openCloseMorePnlBtn.imageDown = global::Server_Creation_Tool.Properties.Resources.morePressed; + this.openCloseMorePnlBtn.ImageHover = global::Server_Creation_Tool.Properties.Resources.moreHover; + this.openCloseMorePnlBtn.ImageNormal = global::Server_Creation_Tool.Properties.Resources.moreNormal; + this.openCloseMorePnlBtn.Location = new System.Drawing.Point(567, 11); + this.openCloseMorePnlBtn.Name = "openCloseMorePnlBtn"; + this.openCloseMorePnlBtn.Size = new System.Drawing.Size(21, 20); + this.openCloseMorePnlBtn.TabIndex = 33; + this.openCloseMorePnlBtn.TabStop = false; + this.openCloseMorePnlBtn.Tag = "push"; + this.openCloseMorePnlBtn.Click += new System.EventHandler(this.openCloseMorePnlBtn_Click); + // + // EditablePanel + // + this.EditablePanel.BackColor = System.Drawing.SystemColors.AppWorkspace; + this.EditablePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.EditablePanel.Location = new System.Drawing.Point(-1, -1); + this.EditablePanel.Name = "EditablePanel"; + this.EditablePanel.Size = new System.Drawing.Size(268, 409); + this.EditablePanel.TabIndex = 2; + // + // panel7 + // + this.panel7.BackColor = System.Drawing.Color.Transparent; + this.panel7.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.basicInstrBox; + this.panel7.Controls.Add(this.basicInstrTxtBox); + this.panel7.Location = new System.Drawing.Point(270, 228); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(340, 124); + this.panel7.TabIndex = 32; + // + // langMenuStrip + // + this.langMenuStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.langMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.engBtn, + this.gerBtn}); + this.langMenuStrip.Name = "contextMenuStrip1"; + this.langMenuStrip.Size = new System.Drawing.Size(117, 48); // - this.button1.Id = "40b313b4-2106-4cb6-bbbc-ec505217300f"; - this.button1.Location = new System.Drawing.Point(205, 69); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(193, 21); - this.button1.TabIndex = 40; - this.button1.Text = "Rust"; - this.button1.WordWrap = true; - // - // button4 - // - this.button4.Id = "c06ab29a-06fb-4b49-8d37-a99e1ae68a95"; - this.button4.Location = new System.Drawing.Point(205, 91); - this.button4.Name = "button4"; - this.button4.Size = new System.Drawing.Size(193, 21); - this.button4.TabIndex = 39; - this.button4.Text = "Synergy"; - this.button4.WordWrap = true; - // - // button7 - // - this.button7.Id = "d85e1aef-00e1-4ea4-9536-1885611b32e7"; - this.button7.Location = new System.Drawing.Point(205, 3); - this.button7.Name = "button7"; - this.button7.Size = new System.Drawing.Size(193, 21); - this.button7.TabIndex = 37; - this.button7.Text = "Hurtworld"; - this.button7.WordWrap = true; - // - // button23 - // - this.button23.Id = "863c6f6a-ff70-4335-82aa-4e1f413b947a"; - this.button23.Location = new System.Drawing.Point(205, 25); - this.button23.Name = "button23"; - this.button23.Size = new System.Drawing.Size(193, 21); - this.button23.TabIndex = 36; - this.button23.Text = "Garry\'s Mod"; - this.button23.WordWrap = true; - // - // button25 - // - this.button25.Id = "7251a2ee-29b4-459d-acc2-107751cc1729"; - this.button25.Location = new System.Drawing.Point(205, 47); - this.button25.Name = "button25"; - this.button25.Size = new System.Drawing.Size(193, 21); - this.button25.TabIndex = 35; - this.button25.Text = "Counter-Strike 1.6"; - this.button25.WordWrap = true; - // - // button3 - // - this.button3.Id = "ed1a9fcc-5ecf-44ee-b9ce-ecf5298e78a4"; - this.button3.Location = new System.Drawing.Point(0, 0); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(75, 23); - this.button3.TabIndex = 0; - // - // button6 - // - this.button6.Id = "6ba33833-dcc1-47b5-954a-014ce156e781"; - this.button6.Location = new System.Drawing.Point(0, 0); - this.button6.Name = "button6"; - this.button6.Size = new System.Drawing.Size(75, 23); - this.button6.TabIndex = 0; - // - // button21 - // - this.button21.Id = "e2cd65fd-0db7-452a-968b-d857c1e76545"; - this.button21.Location = new System.Drawing.Point(0, 0); - this.button21.Name = "button21"; - this.button21.Size = new System.Drawing.Size(75, 23); - this.button21.TabIndex = 0; - // - // button24 - // - this.button24.Id = "8c38544a-6d15-4064-97e9-aeaaa3710796"; - this.button24.Location = new System.Drawing.Point(0, 0); - this.button24.Name = "button24"; - this.button24.Size = new System.Drawing.Size(75, 23); - this.button24.TabIndex = 0; - // - // button26 - // - this.button26.Id = "8af91525-21c4-4e2e-a081-9e47e3aefc99"; - this.button26.Location = new System.Drawing.Point(0, 0); - this.button26.Name = "button26"; - this.button26.Size = new System.Drawing.Size(75, 23); - this.button26.TabIndex = 0; - // - // button27 - // - this.button27.Id = "b3858852-c9dc-454e-9619-afd67f8452c0"; - this.button27.Location = new System.Drawing.Point(0, 0); - this.button27.Name = "button27"; - this.button27.Size = new System.Drawing.Size(75, 23); - this.button27.TabIndex = 0; - // - // button28 - // - this.button28.Id = "ac690cbc-e559-41c8-8854-874ee3b460a8"; - this.button28.Location = new System.Drawing.Point(0, 0); - this.button28.Name = "button28"; - this.button28.Size = new System.Drawing.Size(75, 23); - this.button28.TabIndex = 0; - // - // button29 - // - this.button29.Id = "ba73769b-f61c-4f56-be0f-329b3a163818"; - this.button29.Location = new System.Drawing.Point(0, 0); - this.button29.Name = "button29"; - this.button29.Size = new System.Drawing.Size(75, 23); - this.button29.TabIndex = 0; - // - // button30 - // - this.button30.Id = "2dc5ab87-2698-4c36-beae-447c8ee6d1fd"; - this.button30.Location = new System.Drawing.Point(0, 0); - this.button30.Name = "button30"; - this.button30.Size = new System.Drawing.Size(75, 23); - this.button30.TabIndex = 0; - // - // separator2 - // - this.separator2.Id = "723a6092-5b0a-49ce-9637-59136bd47f44"; - this.separator2.Location = new System.Drawing.Point(0, 0); - this.separator2.Name = "separator2"; - this.separator2.Size = new System.Drawing.Size(100, 23); - this.separator2.TabIndex = 0; + // engBtn // - // panel1 + this.engBtn.Image = global::Server_Creation_Tool.Properties.Resources.icons8_great_britain_24; + this.engBtn.Name = "engBtn"; + this.engBtn.Size = new System.Drawing.Size(116, 22); + this.engBtn.Text = "English"; + this.engBtn.Click += new System.EventHandler(this.engBtn_Click); // - this.panel1.Controls.Add(this.serverPnl); - this.panel1.Controls.Add(this.button16); - this.panel1.Controls.Add(this.groupBox3); - this.panel1.Controls.Add(this.basicInstrLbl); - this.panel1.Controls.Add(this.basicInstrTxtBox); - this.panel1.Location = new System.Drawing.Point(267, 148); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(362, 257); - this.panel1.TabIndex = 26; - this.panel1.Text = "panel1"; - // - // serverPnl - // - this.serverPnl.Controls.Add(this.groupBox7); - this.serverPnl.Controls.Add(this.extraGrpBox); - this.serverPnl.Controls.Add(this.groupBox5); - this.serverPnl.Controls.Add(this.gameImgPicBox); - this.serverPnl.Controls.Add(this.actionsGrpBox); - this.serverPnl.Id = "9c35aab6-3195-4bff-99b9-00c9be860aec"; - this.serverPnl.Location = new System.Drawing.Point(0, 6); - this.serverPnl.Name = "serverPnl"; - this.serverPnl.Size = new System.Drawing.Size(360, 257); - this.serverPnl.TabIndex = 25; - this.serverPnl.Text = "SERVER_NAME"; - this.serverPnl.Visible = false; - // - // groupBox7 - // - this.groupBox7.Controls.Add(this.srvSizeLbl); - this.groupBox7.Controls.Add(this.srvSizeTxtBox); - this.groupBox7.Id = "01b13104-461f-4676-9eaf-ad88d6dac816"; - this.groupBox7.Location = new System.Drawing.Point(130, 123); - this.groupBox7.Name = "groupBox7"; - this.groupBox7.Size = new System.Drawing.Size(104, 68); - this.groupBox7.TabIndex = 6; - this.groupBox7.Text = "Server Info"; + // gerBtn // - // srvSizeLbl + this.gerBtn.Image = global::Server_Creation_Tool.Properties.Resources.icons8_germany_24; + this.gerBtn.Name = "gerBtn"; + this.gerBtn.Size = new System.Drawing.Size(116, 22); + this.gerBtn.Text = "German"; + this.gerBtn.Click += new System.EventHandler(this.gerBtn_Click); + // + // extrHelpMenuStrip + // + this.extrHelpMenuStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.extrHelpMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.portForwardBtn}); + this.extrHelpMenuStrip.Name = "contextMenuStrip1"; + this.extrHelpMenuStrip.Size = new System.Drawing.Size(245, 26); + // + // portForwardBtn + // + this.portForwardBtn.Image = global::Server_Creation_Tool.Properties.Resources.Icon_20__2_; + this.portForwardBtn.Name = "portForwardBtn"; + this.portForwardBtn.Size = new System.Drawing.Size(244, 22); + this.portForwardBtn.Text = "How to port forward your router"; + this.portForwardBtn.Click += new System.EventHandler(this.portForwardBtn_Click); + // + // mainSrvPanel + // + this.mainSrvPanel.BackColor = System.Drawing.Color.Transparent; + this.mainSrvPanel.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.mainPanel; + this.mainSrvPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.mainSrvPanel.Controls.Add(this.button2); + this.mainSrvPanel.Controls.Add(this.button1); + this.mainSrvPanel.Controls.Add(this.textBox2); + this.mainSrvPanel.Controls.Add(this.actPnl); + this.mainSrvPanel.Controls.Add(this.extrPnl); + this.mainSrvPanel.Controls.Add(this.panel8); + this.mainSrvPanel.Controls.Add(this.srvNamePnlLbl); + this.mainSrvPanel.Controls.Add(this.srvImgPicBox); + this.mainSrvPanel.Location = new System.Drawing.Point(267, 75); + this.mainSrvPanel.Name = "mainSrvPanel"; + this.mainSrvPanel.Size = new System.Drawing.Size(348, 290); + this.mainSrvPanel.TabIndex = 33; + this.mainSrvPanel.Visible = false; // - this.srvSizeLbl.Location = new System.Drawing.Point(40, 17); - this.srvSizeLbl.Name = "srvSizeLbl"; - this.srvSizeLbl.Size = new System.Drawing.Size(26, 15); - this.srvSizeLbl.TabIndex = 0; - this.srvSizeLbl.Text = "Size:"; - // - // srvSizeTxtBox - // - this.srvSizeTxtBox.Id = "9eff4d81-0c27-43f3-b2a8-08b20386e24f"; - this.srvSizeTxtBox.Location = new System.Drawing.Point(14, 32); - this.srvSizeTxtBox.Name = "srvSizeTxtBox"; - this.srvSizeTxtBox.ReadOnly = true; - this.srvSizeTxtBox.Size = new System.Drawing.Size(80, 21); - this.srvSizeTxtBox.TabIndex = 1; - this.srvSizeTxtBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.srvSizeTxtBox.TextEditorWidth = 74; - this.srvSizeTxtBox.UseVisualThemeForForeground = false; - // - // extraGrpBox - // - this.extraGrpBox.Controls.Add(this.extraBtn4); - this.extraGrpBox.Controls.Add(this.extraBtn3); - this.extraGrpBox.Controls.Add(this.extraBtn2); - this.extraGrpBox.Controls.Add(this.extraBtn1); - this.extraGrpBox.Controls.Add(this.instGuideBtn); - this.extraGrpBox.Id = "756d47e8-ee3a-4ea7-8ded-1eb8fccdcf0d"; - this.extraGrpBox.Location = new System.Drawing.Point(3, 123); - this.extraGrpBox.Name = "extraGrpBox"; - this.extraGrpBox.Size = new System.Drawing.Size(126, 134); - this.extraGrpBox.TabIndex = 5; - this.extraGrpBox.Text = "Extra"; - // - // extraBtn4 - // - this.extraBtn4.CommandName = "extraBtn4Cmd"; - this.extraBtn4.Id = "85d15f2b-84d5-4eb5-81b5-6b6f82f2c0e3"; - this.extraBtn4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.extraBtn4.Location = new System.Drawing.Point(3, 109); - this.extraBtn4.Name = "extraBtn4"; - this.extraBtn4.Size = new System.Drawing.Size(120, 23); - this.extraBtn4.TabIndex = 7; - this.extraBtn4.Text = "extraBtn4"; - // - // extraBtn3 - // - this.extraBtn3.CommandName = "extraBtn3Cmd"; - this.extraBtn3.Id = "b74b4b34-0818-46af-aa87-3d50c66be743"; - this.extraBtn3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.extraBtn3.Location = new System.Drawing.Point(3, 85); - this.extraBtn3.Name = "extraBtn3"; - this.extraBtn3.Size = new System.Drawing.Size(120, 23); - this.extraBtn3.TabIndex = 6; - this.extraBtn3.Text = "extraBtn3"; - // - // extraBtn2 - // - this.extraBtn2.CommandName = "extraBtn2Cmd"; - this.extraBtn2.Id = "88c218d6-99ef-4c24-9510-31b2ce5a5b9c"; - this.extraBtn2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.extraBtn2.Location = new System.Drawing.Point(3, 61); - this.extraBtn2.Name = "extraBtn2"; - this.extraBtn2.Size = new System.Drawing.Size(120, 23); - this.extraBtn2.TabIndex = 5; - this.extraBtn2.Text = "extraBtn2"; - // - // extraBtn1 - // - this.extraBtn1.CommandName = "extraBtn1Cmd"; - this.extraBtn1.Id = "ba58be1a-58ab-4bc9-922e-bd59999f999b"; - this.extraBtn1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.extraBtn1.Location = new System.Drawing.Point(3, 37); - this.extraBtn1.Name = "extraBtn1"; - this.extraBtn1.Size = new System.Drawing.Size(120, 23); - this.extraBtn1.TabIndex = 4; - this.extraBtn1.Text = "Premade server.cfg file"; + // button2 // - // instGuideBtn + this.button2.Location = new System.Drawing.Point(12, 45); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(75, 23); + this.button2.TabIndex = 51; + this.button2.Text = "button2"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Visible = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // - this.instGuideBtn.CommandName = ""; - this.instGuideBtn.Id = "ef8a40e2-27c2-485b-840e-84c59bb0043d"; - this.instGuideBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.instGuideBtn.Location = new System.Drawing.Point(3, 13); - this.instGuideBtn.Name = "instGuideBtn"; - this.instGuideBtn.Size = new System.Drawing.Size(120, 23); - this.instGuideBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._1091)}); - this.instGuideBtn.TabIndex = 2; - this.instGuideBtn.Tag = "guide"; - this.instGuideBtn.Text = " Installation Guide"; - this.instGuideBtn.Click += new System.EventHandler(this.instGuideBtn_Click); + // button1 // - // groupBox5 - // - this.groupBox5.Controls.Add(this.installSvrBtn); - this.groupBox5.Id = "119abb03-245e-4ca8-a205-d345049ecd96"; - this.groupBox5.Location = new System.Drawing.Point(3, 83); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(115, 40); - this.groupBox5.TabIndex = 4; - // - // installSvrBtn - // - this.installSvrBtn.CommandName = "InstallServerBtn"; - this.installSvrBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.installSvrBtn.ForeColor = System.Drawing.Color.Green; - this.installSvrBtn.Id = "30b8ad99-c041-43eb-b076-73c5fb7300cb"; - this.installSvrBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.installSvrBtn.Location = new System.Drawing.Point(3, 4); - this.installSvrBtn.Name = "installSvrBtn"; - this.installSvrBtn.Size = new System.Drawing.Size(109, 32); - this.installSvrBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.output_onlinepngtools3)}); - this.installSvrBtn.TabIndex = 0; - this.installSvrBtn.Text = " Install Server"; - this.installSvrBtn.UseVisualThemeForForeground = false; - // - // gameImgPicBox - // - this.gameImgPicBox.BackColor = System.Drawing.Color.Transparent; - this.gameImgPicBox.BackgroundImage = global::Server_Creation_Tool.Properties.Resources._7DaysToDie_logo; - this.gameImgPicBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.gameImgPicBox.Location = new System.Drawing.Point(9, 11); - this.gameImgPicBox.Name = "gameImgPicBox"; - this.gameImgPicBox.Size = new System.Drawing.Size(322, 69); - this.gameImgPicBox.TabIndex = 3; - this.gameImgPicBox.TabStop = false; - // - // actionsGrpBox - // - this.actionsGrpBox.Controls.Add(this.act_Btn1); - this.actionsGrpBox.Controls.Add(this.editSettingsDropBtn); - this.actionsGrpBox.Controls.Add(this.reinstBtn); - this.actionsGrpBox.Controls.Add(this.openFoldBtn); - this.actionsGrpBox.Controls.Add(this.updtSvrBtn); - this.actionsGrpBox.Controls.Add(this.delBtn); - this.actionsGrpBox.Id = "fc599d8b-c74a-4e5e-95a9-3c5f5e283753"; - this.actionsGrpBox.Location = new System.Drawing.Point(235, 81); - this.actionsGrpBox.Name = "actionsGrpBox"; - this.actionsGrpBox.Size = new System.Drawing.Size(123, 138); - this.actionsGrpBox.TabIndex = 2; - this.actionsGrpBox.Text = "Actions"; - // - // act_Btn1 - // - this.act_Btn1.CommandName = "deleteSrv"; - this.act_Btn1.Id = "85286d3f-17ba-4a98-9914-294e1d8ec0a0"; - this.act_Btn1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.act_Btn1.Location = new System.Drawing.Point(4, 135); - this.act_Btn1.Name = "act_Btn1"; - this.act_Btn1.Size = new System.Drawing.Size(110, 23); - this.act_Btn1.TabIndex = 9; - this.act_Btn1.Text = "act_Btn1"; - this.act_Btn1.Visible = false; - // - // editSettingsDropBtn - // - this.editSettingsDropBtn.CommandName = "editConfSrv"; - this.editSettingsDropBtn.Id = "951da695-21f0-4580-901d-9d16659dce4d"; - this.editSettingsDropBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.editSettingsDropBtn.Location = new System.Drawing.Point(4, 111); - this.editSettingsDropBtn.Name = "editSettingsDropBtn"; - this.editSettingsDropBtn.Popup = this.popupMenu4; - this.editSettingsDropBtn.Size = new System.Drawing.Size(116, 23); - this.editSettingsDropBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._1645)}); - this.editSettingsDropBtn.TabIndex = 8; - this.editSettingsDropBtn.Text = " Edit settings"; - this.editSettingsDropBtn.WordWrap = true; - // - // popupMenu4 - // - this.popupMenu4.Items.AddRange(new System.Windows.Forms.Control[] { - this.easyStgBtn, - this.button8, - this.button9, - this.button10, - this.button12}); - this.popupMenu4.KeepPopupsWithOffsetPlacementWithinPlacementArea = false; - this.popupMenu4.PlacementMode = Elegant.Ui.PopupPlacementMode.Bottom; - this.popupMenu4.Size = new System.Drawing.Size(100, 100); - // - // easyStgBtn - // - this.easyStgBtn.Id = "9224e92b-fef1-4f23-9ef6-3660a70673cb"; - this.easyStgBtn.Location = new System.Drawing.Point(2, 2); - this.easyStgBtn.Name = "easyStgBtn"; - this.easyStgBtn.Size = new System.Drawing.Size(161, 23); - this.easyStgBtn.TabIndex = 3; - this.easyStgBtn.Tag = "0"; - this.easyStgBtn.Text = "Easy Settings Editor"; - this.easyStgBtn.Visible = false; - // - // button8 - // - this.button8.Id = "1d40e929-aecd-4d50-a89c-32b6b4569793"; - this.button8.Location = new System.Drawing.Point(2, 25); - this.button8.Name = "button8"; - this.button8.Size = new System.Drawing.Size(161, 23); - this.button8.TabIndex = 4; - this.button8.Tag = "1"; - this.button8.Text = "button8"; - // - // button9 - // - this.button9.Id = "6b42cb43-11e5-4778-8310-6a8ef0416569"; - this.button9.Location = new System.Drawing.Point(2, 48); - this.button9.Name = "button9"; - this.button9.Size = new System.Drawing.Size(161, 23); - this.button9.TabIndex = 5; - this.button9.Tag = "2"; - this.button9.Text = "button9"; - // - // button10 - // - this.button10.Id = "51cecd83-5e58-4448-8dd5-62d03d2a6ea4"; - this.button10.Location = new System.Drawing.Point(2, 71); - this.button10.Name = "button10"; - this.button10.Size = new System.Drawing.Size(161, 23); - this.button10.TabIndex = 6; - this.button10.Tag = "3"; - this.button10.Text = "button10"; - // - // button12 - // - this.button12.Id = "1ae8a63b-0d01-4918-acf0-2cc68a05e189"; - this.button12.Location = new System.Drawing.Point(2, 94); - this.button12.Name = "button12"; - this.button12.Size = new System.Drawing.Size(161, 23); - this.button12.TabIndex = 7; - this.button12.Tag = "4"; - this.button12.Text = "button12"; - // - // reinstBtn - // - this.reinstBtn.CommandName = "reinstallSrv"; - this.reinstBtn.Id = "c23115bb-f7b2-42d9-b9b0-96e83109bb92"; - this.reinstBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.reinstBtn.Location = new System.Drawing.Point(4, 39); - this.reinstBtn.Name = "reinstBtn"; - this.reinstBtn.Size = new System.Drawing.Size(116, 23); - this.reinstBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._2233)}); - this.reinstBtn.TabIndex = 4; - this.reinstBtn.Text = " Reinstall"; - // - // openFoldBtn - // - this.openFoldBtn.CommandName = "openFoldSrv"; - this.openFoldBtn.Id = "ddf33851-4e1c-4918-8731-79ee8ef6b554"; - this.openFoldBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.openFoldBtn.Location = new System.Drawing.Point(4, 63); - this.openFoldBtn.Name = "openFoldBtn"; - this.openFoldBtn.Size = new System.Drawing.Size(116, 23); - this.openFoldBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._468)}); - this.openFoldBtn.TabIndex = 1; - this.openFoldBtn.Text = " Open folder"; - this.openFoldBtn.Click += new System.EventHandler(this.openFoldBtn_Click); - // - // updtSvrBtn - // - this.updtSvrBtn.CommandName = "updateSrv"; - this.updtSvrBtn.Id = "6b144d59-642a-434e-91d8-519024bd707d"; - this.updtSvrBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.updtSvrBtn.Location = new System.Drawing.Point(4, 15); - this.updtSvrBtn.Name = "updtSvrBtn"; - this.updtSvrBtn.Size = new System.Drawing.Size(116, 23); - this.updtSvrBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources.refresh16x16)}); - this.updtSvrBtn.TabIndex = 0; - this.updtSvrBtn.Text = " Update"; + this.button1.Location = new System.Drawing.Point(12, 16); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 50; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Visible = false; + this.button1.Click += new System.EventHandler(this.button1_Click_1); + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point(259, 14); + this.textBox2.Multiline = true; + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(38, 44); + this.textBox2.TabIndex = 49; + this.textBox2.Text = "267; 75"; + this.textBox2.Visible = false; + // + // actPnl + // + this.actPnl.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.actPnl; + this.actPnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.actPnl.Controls.Add(this.actBtn1); + this.actPnl.Controls.Add(this.editStgBtn); + this.actPnl.Controls.Add(this.delBtn); + this.actPnl.Controls.Add(this.OpenFoldBtn); + this.actPnl.Controls.Add(this.actBtn2); + this.actPnl.Controls.Add(this.actPnlLbl); + this.actPnl.Controls.Add(this.actBtn3); + this.actPnl.Cursor = System.Windows.Forms.Cursors.Default; + this.actPnl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.actPnl.Location = new System.Drawing.Point(183, 126); + this.actPnl.Name = "actPnl"; + this.actPnl.Size = new System.Drawing.Size(160, 161); + this.actPnl.TabIndex = 48; + // + // actBtn1 + // + this.actBtn1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.actBtn1.BackColor = System.Drawing.Color.Transparent; + this.actBtn1.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.actBtn1.ClickTransitionSpeed = 80; + this.actBtn1.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.actBtn1.ColorNormal = System.Drawing.Color.Transparent; + this.actBtn1.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.actBtn1.EnableSmoothTransitions = true; + this.actBtn1.FlatAppearance.BorderSize = 0; + this.actBtn1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.actBtn1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.actBtn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.actBtn1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.actBtn1.ForeColor = System.Drawing.SystemColors.ControlLight; + this.actBtn1.Location = new System.Drawing.Point(1, 81); + this.actBtn1.Name = "actBtn1"; + this.actBtn1.Size = new System.Drawing.Size(158, 22); + this.actBtn1.TabIndex = 51; + this.actBtn1.Text = "actBtn1"; + this.actBtn1.TransitionSpeed = 130; + this.actBtn1.UseVisualStyleBackColor = false; + this.actBtn1.Visible = false; + // + // editStgBtn + // + this.editStgBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.editStgBtn.BackColor = System.Drawing.Color.Transparent; + this.editStgBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.editStgBtn.ClickTransitionSpeed = 60; + this.editStgBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.editStgBtn.ColorNormal = System.Drawing.Color.Transparent; + this.editStgBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.editStgBtn.EnableSmoothTransitions = true; + this.editStgBtn.FlatAppearance.BorderSize = 0; + this.editStgBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.editStgBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.editStgBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.editStgBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.editStgBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.editStgBtn.Image = global::Server_Creation_Tool.Properties.Resources._1645; + this.editStgBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.editStgBtn.Location = new System.Drawing.Point(1, 59); + this.editStgBtn.Name = "editStgBtn"; + this.editStgBtn.Size = new System.Drawing.Size(158, 22); + this.editStgBtn.TabIndex = 50; + this.editStgBtn.Text = " Edit Settings"; + this.editStgBtn.TransitionSpeed = 130; + this.editStgBtn.UseVisualStyleBackColor = false; + this.editStgBtn.Click += new System.EventHandler(this.editStgBtn_Click); // // delBtn // - this.delBtn.CommandName = "deleteSrv"; - this.delBtn.Id = "2a3fd4f5-5c1b-45fd-bcdc-adaa776165f2"; + this.delBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.delBtn.BackColor = System.Drawing.Color.Transparent; + this.delBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.delBtn.ClickTransitionSpeed = 60; + this.delBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.delBtn.ColorNormal = System.Drawing.Color.Transparent; + this.delBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.delBtn.EnableSmoothTransitions = true; + this.delBtn.FlatAppearance.BorderSize = 0; + this.delBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.delBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.delBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.delBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.delBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.delBtn.Image = global::Server_Creation_Tool.Properties.Resources._1263; this.delBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.delBtn.Location = new System.Drawing.Point(4, 87); + this.delBtn.Location = new System.Drawing.Point(1, 37); this.delBtn.Name = "delBtn"; - this.delBtn.Size = new System.Drawing.Size(116, 23); - this.delBtn.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", global::Server_Creation_Tool.Properties.Resources._1263)}); - this.delBtn.TabIndex = 2; - this.delBtn.Tag = "sgtDrp"; + this.delBtn.Size = new System.Drawing.Size(158, 22); + this.delBtn.TabIndex = 49; this.delBtn.Text = " Delete"; + this.delBtn.TransitionSpeed = 130; + this.delBtn.UseVisualStyleBackColor = false; this.delBtn.Click += new System.EventHandler(this.delBtn_Click); // - // button16 - // - this.button16.Id = "c0f9687f-f565-4f4d-baa3-0fe0893fe243"; - this.button16.Location = new System.Drawing.Point(9, 77); - this.button16.Name = "button16"; - this.button16.Size = new System.Drawing.Size(109, 39); - this.button16.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] { - new Elegant.Ui.ControlImage("Normal", ((System.Drawing.Image)(resources.GetObject("button16.SmallImages.Images"))))}); - this.button16.TabIndex = 33; - this.button16.Click += new System.EventHandler(this.button16_Click); - // - // groupBox3 - // - this.groupBox3.Controls.Add(this.welcomeLbl); - this.groupBox3.Controls.Add(this.welcomeDesclbl); - this.groupBox3.Id = "5d5e9b40-f0a2-48ae-b5ca-66c4098d502a"; - this.groupBox3.Location = new System.Drawing.Point(3, 6); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(355, 69); - this.groupBox3.TabIndex = 31; - // - // welcomeLbl - // - this.welcomeLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 12.22F, System.Drawing.FontStyle.Bold); - this.welcomeLbl.Location = new System.Drawing.Point(39, 4); - this.welcomeLbl.Name = "welcomeLbl"; - this.welcomeLbl.Size = new System.Drawing.Size(277, 25); - this.welcomeLbl.TabIndex = 29; - this.welcomeLbl.Text = "Welcome to Server Creation Tool 3.1"; - // - // welcomeDesclbl - // - this.welcomeDesclbl.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.welcomeDesclbl.Location = new System.Drawing.Point(34, 30); - this.welcomeDesclbl.Name = "welcomeDesclbl"; - this.welcomeDesclbl.Size = new System.Drawing.Size(281, 39); - this.welcomeDesclbl.TabIndex = 30; - this.welcomeDesclbl.Text = "This tool allows you to download, install and manage\r\n steam and non-steam s" + - "ervers quick and easy."; - // - // basicInstrLbl + // OpenFoldBtn // - this.basicInstrLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.basicInstrLbl.Location = new System.Drawing.Point(133, 103); - this.basicInstrLbl.Name = "basicInstrLbl"; - this.basicInstrLbl.Size = new System.Drawing.Size(98, 15); - this.basicInstrLbl.TabIndex = 28; - this.basicInstrLbl.Text = "Basic Instructions:"; - // - // basicInstrTxtBox - // - this.basicInstrTxtBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); - this.basicInstrTxtBox.Id = "4c33a4bb-dc0c-4f36-bfee-73e24ac6ec87"; - this.basicInstrTxtBox.Location = new System.Drawing.Point(7, 119); - this.basicInstrTxtBox.Multiline = true; - this.basicInstrTxtBox.Name = "basicInstrTxtBox"; - this.basicInstrTxtBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.basicInstrTxtBox.Size = new System.Drawing.Size(348, 118); - this.basicInstrTxtBox.TabIndex = 27; - this.basicInstrTxtBox.Text = resources.GetString("basicInstrTxtBox.Text"); - this.basicInstrTxtBox.TextEditorWidth = 344; - this.basicInstrTxtBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.basicInstrTxtBox_KeyDown); - // - // nonSteamServerTimer - // - this.nonSteamServerTimer.Interval = 2000; - // - // toolTip1 + this.OpenFoldBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.OpenFoldBtn.BackColor = System.Drawing.Color.Transparent; + this.OpenFoldBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.OpenFoldBtn.ClickTransitionSpeed = 60; + this.OpenFoldBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.OpenFoldBtn.ColorNormal = System.Drawing.Color.Transparent; + this.OpenFoldBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.OpenFoldBtn.EnableSmoothTransitions = true; + this.OpenFoldBtn.FlatAppearance.BorderSize = 0; + this.OpenFoldBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.OpenFoldBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.OpenFoldBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.OpenFoldBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.OpenFoldBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.OpenFoldBtn.Image = global::Server_Creation_Tool.Properties.Resources._468; + this.OpenFoldBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.OpenFoldBtn.Location = new System.Drawing.Point(1, 15); + this.OpenFoldBtn.Name = "OpenFoldBtn"; + this.OpenFoldBtn.Size = new System.Drawing.Size(158, 22); + this.OpenFoldBtn.TabIndex = 48; + this.OpenFoldBtn.Text = " Open Folder"; + this.OpenFoldBtn.TransitionSpeed = 130; + this.OpenFoldBtn.UseVisualStyleBackColor = false; + this.OpenFoldBtn.Click += new System.EventHandler(this.OpenFoldBtn_Click); + // + // actBtn2 + // + this.actBtn2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.actBtn2.BackColor = System.Drawing.Color.Transparent; + this.actBtn2.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.actBtn2.ClickTransitionSpeed = 60; + this.actBtn2.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.actBtn2.ColorNormal = System.Drawing.Color.Transparent; + this.actBtn2.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.actBtn2.EnableSmoothTransitions = true; + this.actBtn2.FlatAppearance.BorderSize = 0; + this.actBtn2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.actBtn2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.actBtn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.actBtn2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.actBtn2.ForeColor = System.Drawing.SystemColors.ControlLight; + this.actBtn2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.actBtn2.Location = new System.Drawing.Point(1, 103); + this.actBtn2.Name = "actBtn2"; + this.actBtn2.Size = new System.Drawing.Size(158, 22); + this.actBtn2.TabIndex = 47; + this.actBtn2.Text = "actBtn2"; + this.actBtn2.TransitionSpeed = 130; + this.actBtn2.UseVisualStyleBackColor = false; + this.actBtn2.Visible = false; + // + // actPnlLbl + // + this.actPnlLbl.AutoSize = true; + this.actPnlLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.actPnlLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.actPnlLbl.Location = new System.Drawing.Point(3, 1); + this.actPnlLbl.Name = "actPnlLbl"; + this.actPnlLbl.Size = new System.Drawing.Size(57, 15); + this.actPnlLbl.TabIndex = 46; + this.actPnlLbl.Text = "-Actions-"; + // + // actBtn3 + // + this.actBtn3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.actBtn3.BackColor = System.Drawing.Color.Transparent; + this.actBtn3.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.actBtn3.ClickTransitionSpeed = 60; + this.actBtn3.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.actBtn3.ColorNormal = System.Drawing.Color.Transparent; + this.actBtn3.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.actBtn3.EnableSmoothTransitions = true; + this.actBtn3.FlatAppearance.BorderSize = 0; + this.actBtn3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.actBtn3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.actBtn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.actBtn3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.actBtn3.ForeColor = System.Drawing.SystemColors.ControlLight; + this.actBtn3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.actBtn3.Location = new System.Drawing.Point(1, 125); + this.actBtn3.Name = "actBtn3"; + this.actBtn3.Size = new System.Drawing.Size(158, 22); + this.actBtn3.TabIndex = 0; + this.actBtn3.Text = "actBtn3"; + this.actBtn3.TransitionSpeed = 130; + this.actBtn3.UseVisualStyleBackColor = false; + this.actBtn3.Visible = false; + // + // extrPnl + // + this.extrPnl.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.extrPnl; + this.extrPnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.extrPnl.Controls.Add(this.extrBtn5); + this.extrPnl.Controls.Add(this.extrBtn4); + this.extrPnl.Controls.Add(this.extrBtn3); + this.extrPnl.Controls.Add(this.extrBtn2); + this.extrPnl.Controls.Add(this.extrBtn1); + this.extrPnl.Controls.Add(this.extrPnlLbl); + this.extrPnl.Controls.Add(this.instGuideBtn); + this.extrPnl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrPnl.Location = new System.Drawing.Point(6, 126); + this.extrPnl.Name = "extrPnl"; + this.extrPnl.Size = new System.Drawing.Size(172, 161); + this.extrPnl.TabIndex = 47; + // + // extrBtn5 + // + this.extrBtn5.BackColor = System.Drawing.Color.Transparent; + this.extrBtn5.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(71)))), ((int)(((byte)(104))))); + this.extrBtn5.ClickTransitionSpeed = 60; + this.extrBtn5.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.extrBtn5.ColorNormal = System.Drawing.Color.Transparent; + this.extrBtn5.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.extrBtn5.EnableSmoothTransitions = true; + this.extrBtn5.FlatAppearance.BorderSize = 0; + this.extrBtn5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.extrBtn5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.extrBtn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.extrBtn5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrBtn5.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrBtn5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.extrBtn5.Location = new System.Drawing.Point(1, 126); + this.extrBtn5.Name = "extrBtn5"; + this.extrBtn5.Size = new System.Drawing.Size(170, 22); + this.extrBtn5.TabIndex = 51; + this.extrBtn5.Text = "extrBtn5"; + this.extrBtn5.TransitionSpeed = 130; + this.extrBtn5.UseVisualStyleBackColor = false; + // + // extrBtn4 + // + this.extrBtn4.BackColor = System.Drawing.Color.Transparent; + this.extrBtn4.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(71)))), ((int)(((byte)(104))))); + this.extrBtn4.ClickTransitionSpeed = 60; + this.extrBtn4.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.extrBtn4.ColorNormal = System.Drawing.Color.Transparent; + this.extrBtn4.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.extrBtn4.EnableSmoothTransitions = true; + this.extrBtn4.FlatAppearance.BorderSize = 0; + this.extrBtn4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.extrBtn4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.extrBtn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.extrBtn4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrBtn4.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrBtn4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.extrBtn4.Location = new System.Drawing.Point(1, 104); + this.extrBtn4.Name = "extrBtn4"; + this.extrBtn4.Size = new System.Drawing.Size(170, 22); + this.extrBtn4.TabIndex = 50; + this.extrBtn4.Text = "extrBtn4"; + this.extrBtn4.TransitionSpeed = 130; + this.extrBtn4.UseVisualStyleBackColor = false; + // + // extrBtn3 + // + this.extrBtn3.BackColor = System.Drawing.Color.Transparent; + this.extrBtn3.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(71)))), ((int)(((byte)(104))))); + this.extrBtn3.ClickTransitionSpeed = 60; + this.extrBtn3.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.extrBtn3.ColorNormal = System.Drawing.Color.Transparent; + this.extrBtn3.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.extrBtn3.EnableSmoothTransitions = true; + this.extrBtn3.FlatAppearance.BorderSize = 0; + this.extrBtn3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.extrBtn3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.extrBtn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.extrBtn3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrBtn3.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrBtn3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.extrBtn3.Location = new System.Drawing.Point(1, 82); + this.extrBtn3.Name = "extrBtn3"; + this.extrBtn3.Size = new System.Drawing.Size(170, 22); + this.extrBtn3.TabIndex = 49; + this.extrBtn3.Text = "extrBtn3"; + this.extrBtn3.TransitionSpeed = 130; + this.extrBtn3.UseVisualStyleBackColor = false; + // + // extrBtn2 + // + this.extrBtn2.BackColor = System.Drawing.Color.Transparent; + this.extrBtn2.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(71)))), ((int)(((byte)(104))))); + this.extrBtn2.ClickTransitionSpeed = 60; + this.extrBtn2.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.extrBtn2.ColorNormal = System.Drawing.Color.Transparent; + this.extrBtn2.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.extrBtn2.EnableSmoothTransitions = true; + this.extrBtn2.FlatAppearance.BorderSize = 0; + this.extrBtn2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.extrBtn2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.extrBtn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.extrBtn2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrBtn2.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrBtn2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.extrBtn2.Location = new System.Drawing.Point(1, 60); + this.extrBtn2.Name = "extrBtn2"; + this.extrBtn2.Size = new System.Drawing.Size(170, 22); + this.extrBtn2.TabIndex = 48; + this.extrBtn2.Text = "extrBtn2"; + this.extrBtn2.TransitionSpeed = 130; + this.extrBtn2.UseVisualStyleBackColor = false; + // + // extrBtn1 + // + this.extrBtn1.BackColor = System.Drawing.Color.Transparent; + this.extrBtn1.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(71)))), ((int)(((byte)(104))))); + this.extrBtn1.ClickTransitionSpeed = 60; + this.extrBtn1.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.extrBtn1.ColorNormal = System.Drawing.Color.Transparent; + this.extrBtn1.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.extrBtn1.EnableSmoothTransitions = true; + this.extrBtn1.FlatAppearance.BorderSize = 0; + this.extrBtn1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.extrBtn1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.extrBtn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.extrBtn1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrBtn1.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrBtn1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.extrBtn1.Location = new System.Drawing.Point(1, 38); + this.extrBtn1.Name = "extrBtn1"; + this.extrBtn1.Size = new System.Drawing.Size(170, 22); + this.extrBtn1.TabIndex = 47; + this.extrBtn1.Text = "extrBtn1"; + this.extrBtn1.TransitionSpeed = 130; + this.extrBtn1.UseVisualStyleBackColor = false; + // + // extrPnlLbl + // + this.extrPnlLbl.AutoSize = true; + this.extrPnlLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.extrPnlLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.extrPnlLbl.Location = new System.Drawing.Point(3, 1); + this.extrPnlLbl.Name = "extrPnlLbl"; + this.extrPnlLbl.Size = new System.Drawing.Size(43, 15); + this.extrPnlLbl.TabIndex = 46; + this.extrPnlLbl.Text = "-Extra-"; // - this.toolTip1.AutoPopDelay = 25000; - this.toolTip1.InitialDelay = 100; - this.toolTip1.IsBalloon = true; - this.toolTip1.ReshowDelay = 100; - this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; - this.toolTip1.ToolTipTitle = "Tips-Info"; + // instGuideBtn // - // slowTimer + this.instGuideBtn.BackColor = System.Drawing.Color.Transparent; + this.instGuideBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(71)))), ((int)(((byte)(104))))); + this.instGuideBtn.ClickTransitionSpeed = 60; + this.instGuideBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.instGuideBtn.ColorNormal = System.Drawing.Color.Transparent; + this.instGuideBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.instGuideBtn.EnableSmoothTransitions = true; + this.instGuideBtn.FlatAppearance.BorderSize = 0; + this.instGuideBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.instGuideBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.instGuideBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.instGuideBtn.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.instGuideBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.instGuideBtn.Image = global::Server_Creation_Tool.Properties.Resources._1091; + this.instGuideBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.instGuideBtn.Location = new System.Drawing.Point(1, 16); + this.instGuideBtn.Name = "instGuideBtn"; + this.instGuideBtn.Size = new System.Drawing.Size(170, 22); + this.instGuideBtn.TabIndex = 0; + this.instGuideBtn.Text = " Installation Guide"; + this.instGuideBtn.TransitionSpeed = 130; + this.instGuideBtn.UseVisualStyleBackColor = false; + this.instGuideBtn.Click += new System.EventHandler(this.instGuideBtn_Click); // - this.slowTimer.Enabled = true; - this.slowTimer.Interval = 12000; - this.slowTimer.Tick += new System.EventHandler(this.logTimer_Tick); + // panel8 + // + this.panel8.BackColor = System.Drawing.Color.Transparent; + this.panel8.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.instBtnAndInfBar2; + this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.panel8.Controls.Add(this.customSmoothBtn5); + this.panel8.Controls.Add(this.lastRanDateLbl); + this.panel8.Controls.Add(this.installSrvBtn); + this.panel8.Controls.Add(this.lastRanLbl); + this.panel8.Controls.Add(this.sizeLbl); + this.panel8.Controls.Add(this.srvSizeLbl); + this.panel8.ForeColor = System.Drawing.SystemColors.ControlLight; + this.panel8.Location = new System.Drawing.Point(4, 83); + this.panel8.Name = "panel8"; + this.panel8.Size = new System.Drawing.Size(340, 40); + this.panel8.TabIndex = 46; + // + // customSmoothBtn5 + // + this.customSmoothBtn5.BackColor = System.Drawing.Color.Transparent; + this.customSmoothBtn5.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(72)))), ((int)(((byte)(104))))); + this.customSmoothBtn5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("customSmoothBtn5.BackgroundImage"))); + this.customSmoothBtn5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.customSmoothBtn5.ClickTransitionSpeed = 60; + this.customSmoothBtn5.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(84)))), ((int)(((byte)(119))))); + this.customSmoothBtn5.ColorNormal = System.Drawing.Color.Transparent; + this.customSmoothBtn5.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(109)))), ((int)(((byte)(155))))); + this.customSmoothBtn5.EnableSmoothTransitions = true; + this.customSmoothBtn5.FlatAppearance.BorderSize = 0; + this.customSmoothBtn5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.customSmoothBtn5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.customSmoothBtn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.customSmoothBtn5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.customSmoothBtn5.ForeColor = System.Drawing.SystemColors.ControlLight; + this.customSmoothBtn5.Location = new System.Drawing.Point(303, 7); + this.customSmoothBtn5.Name = "customSmoothBtn5"; + this.customSmoothBtn5.Size = new System.Drawing.Size(28, 27); + this.customSmoothBtn5.TabIndex = 48; + this.customSmoothBtn5.TransitionSpeed = 130; + this.customSmoothBtn5.UseVisualStyleBackColor = false; + // + // lastRanDateLbl + // + this.lastRanDateLbl.AutoSize = true; + this.lastRanDateLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.lastRanDateLbl.ForeColor = System.Drawing.SystemColors.InactiveCaption; + this.lastRanDateLbl.Location = new System.Drawing.Point(191, 20); + this.lastRanDateLbl.Name = "lastRanDateLbl"; + this.lastRanDateLbl.Size = new System.Drawing.Size(59, 13); + this.lastRanDateLbl.TabIndex = 45; + this.lastRanDateLbl.Text = "10/10/2021"; + this.lastRanDateLbl.Visible = false; + // + // installSrvBtn + // + this.installSrvBtn.BackColor = System.Drawing.Color.DodgerBlue; + this.installSrvBtn.BackgroundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(50)))), ((int)(((byte)(76))))); + this.installSrvBtn.ClickTransitionSpeed = 60; + this.installSrvBtn.ColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(164)))), ((int)(((byte)(255))))); + this.installSrvBtn.ColorNormal = System.Drawing.Color.DodgerBlue; + this.installSrvBtn.ColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(164)))), ((int)(((byte)(255))))); + this.installSrvBtn.Cursor = System.Windows.Forms.Cursors.Hand; + this.installSrvBtn.EnableSmoothTransitions = true; + this.installSrvBtn.FlatAppearance.BorderSize = 0; + this.installSrvBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; + this.installSrvBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; + this.installSrvBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.installSrvBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.installSrvBtn.ForeColor = System.Drawing.SystemColors.ControlLight; + this.installSrvBtn.Image = ((System.Drawing.Image)(resources.GetObject("installSrvBtn.Image"))); + this.installSrvBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.installSrvBtn.Location = new System.Drawing.Point(5, 5); + this.installSrvBtn.Name = "installSrvBtn"; + this.installSrvBtn.Size = new System.Drawing.Size(124, 30); + this.installSrvBtn.TabIndex = 41; + this.installSrvBtn.Text = " INSTALL"; + this.installSrvBtn.TransitionSpeed = 130; + this.installSrvBtn.UseVisualStyleBackColor = false; + // + // lastRanLbl + // + this.lastRanLbl.AutoSize = true; + this.lastRanLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.lastRanLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.lastRanLbl.Location = new System.Drawing.Point(185, 4); + this.lastRanLbl.Name = "lastRanLbl"; + this.lastRanLbl.Size = new System.Drawing.Size(78, 17); + this.lastRanLbl.TabIndex = 44; + this.lastRanLbl.Text = "-LAST RAN-"; + this.lastRanLbl.Visible = false; + // + // sizeLbl + // + this.sizeLbl.AutoSize = true; + this.sizeLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.sizeLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.sizeLbl.Location = new System.Drawing.Point(133, 4); + this.sizeLbl.Name = "sizeLbl"; + this.sizeLbl.Size = new System.Drawing.Size(44, 17); + this.sizeLbl.TabIndex = 42; + this.sizeLbl.Text = "-SIZE-"; // - // editServerSettigsToolStripMenuItem + // srvSizeLbl // - this.editServerSettigsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("editServerSettigsToolStripMenuItem.Image"))); - this.editServerSettigsToolStripMenuItem.Name = "editServerSettigsToolStripMenuItem"; - this.editServerSettigsToolStripMenuItem.Size = new System.Drawing.Size(185, 22); - this.editServerSettigsToolStripMenuItem.Text = "Edit Server Settings"; + this.srvSizeLbl.AutoSize = true; + this.srvSizeLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.srvSizeLbl.ForeColor = System.Drawing.SystemColors.InactiveCaption; + this.srvSizeLbl.Location = new System.Drawing.Point(136, 20); + this.srvSizeLbl.Name = "srvSizeLbl"; + this.srvSizeLbl.Size = new System.Drawing.Size(28, 13); + this.srvSizeLbl.TabIndex = 43; + this.srvSizeLbl.Text = " "; + // + // srvNamePnlLbl + // + this.srvNamePnlLbl.AutoSize = true; + this.srvNamePnlLbl.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); + this.srvNamePnlLbl.ForeColor = System.Drawing.SystemColors.ControlLight; + this.srvNamePnlLbl.Location = new System.Drawing.Point(2, 0); + this.srvNamePnlLbl.Name = "srvNamePnlLbl"; + this.srvNamePnlLbl.Size = new System.Drawing.Size(81, 13); + this.srvNamePnlLbl.TabIndex = 1; + this.srvNamePnlLbl.Text = "SERVER-NAME"; + // + // srvImgPicBox + // + this.srvImgPicBox.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.icons8_server_48__1_; + this.srvImgPicBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.srvImgPicBox.Location = new System.Drawing.Point(127, 1); + this.srvImgPicBox.Name = "srvImgPicBox"; + this.srvImgPicBox.Size = new System.Drawing.Size(85, 80); + this.srvImgPicBox.TabIndex = 0; + this.srvImgPicBox.TabStop = false; + // + // timer1 + // + this.timer1.Enabled = true; + this.timer1.Interval = 2000; + this.timer1.Tick += new System.EventHandler(this.timer1_Tick); + // + // steamCMDmenuStrip + // + this.steamCMDmenuStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.steamCMDmenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.steamCMDstartBtn, + this.clearCacheBtn}); + this.steamCMDmenuStrip.Name = "contextMenuStrip1"; + this.steamCMDmenuStrip.Size = new System.Drawing.Size(136, 48); + // + // steamCMDstartBtn + // + this.steamCMDstartBtn.Image = global::Server_Creation_Tool.Properties.Resources.SquaregreenArrowRight; + this.steamCMDstartBtn.Name = "steamCMDstartBtn"; + this.steamCMDstartBtn.Size = new System.Drawing.Size(135, 22); + this.steamCMDstartBtn.Text = "Start"; + this.steamCMDstartBtn.Click += new System.EventHandler(this.steamCMDstartBtn_Click); + // + // clearCacheBtn + // + this.clearCacheBtn.Image = global::Server_Creation_Tool.Properties.Resources.x1616; + this.clearCacheBtn.Name = "clearCacheBtn"; + this.clearCacheBtn.Size = new System.Drawing.Size(135, 22); + this.clearCacheBtn.Text = "Clear cache"; + this.clearCacheBtn.Click += new System.EventHandler(this.clearCacheBtn_Click); + // + // editSettingsMenuStrip + // + this.editSettingsMenuStrip.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.editSettingsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.stgBtn1, + this.stgBtn2}); + this.editSettingsMenuStrip.Name = "contextMenuStrip1"; + this.editSettingsMenuStrip.Size = new System.Drawing.Size(115, 48); + // + // stgBtn1 + // + this.stgBtn1.Name = "stgBtn1"; + this.stgBtn1.Size = new System.Drawing.Size(114, 22); + this.stgBtn1.Text = "stgBtn1"; + // + // stgBtn2 + // + this.stgBtn2.Name = "stgBtn2"; + this.stgBtn2.Size = new System.Drawing.Size(114, 22); + this.stgBtn2.Text = "stgBtn2"; + // + // paypalBtn + // + this.paypalBtn.BackColor = System.Drawing.Color.Transparent; + this.paypalBtn.BackgroundImage = global::Server_Creation_Tool.Properties.Resources.donate_3; + this.paypalBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.paypalBtn.Cursor = System.Windows.Forms.Cursors.Default; + this.paypalBtn.imageDown = ((System.Drawing.Image)(resources.GetObject("paypalBtn.imageDown"))); + this.paypalBtn.ImageHover = ((System.Drawing.Image)(resources.GetObject("paypalBtn.ImageHover"))); + this.paypalBtn.ImageNormal = global::Server_Creation_Tool.Properties.Resources.donate_3; + this.paypalBtn.Location = new System.Drawing.Point(270, 180); + this.paypalBtn.Name = "paypalBtn"; + this.paypalBtn.Size = new System.Drawing.Size(105, 29); + this.paypalBtn.TabIndex = 31; + this.paypalBtn.TabStop = false; + this.paypalBtn.Click += new System.EventHandler(this.paypalBtn_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(629, 404); + this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(50)))), ((int)(((byte)(76))))); + this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); + this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.ClientSize = new System.Drawing.Size(627, 378); + this.Controls.Add(this.mainSrvPanel); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel7); + this.Controls.Add(this.paypalBtn); + this.Controls.Add(this.infoHelpPnl); + this.Controls.Add(this.moreStuffPnl); + this.Controls.Add(this.searchSrvTxtBox); + this.Controls.Add(this.searchSrvLbl); + this.Controls.Add(this.welcomePnl); + this.Controls.Add(this.steamSrvListPnl); + this.Controls.Add(this.panel4); + this.Controls.Add(this.basicInstrLbl); + this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.ribbon1); + this.DoubleBuffered = true; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.KeyPreview = true; this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(637, 412); - this.MinimumSize = new System.Drawing.Size(637, 412); this.Name = "MainForm"; - this.Text = "Server Creation Tool 3.1"; + this.Text = "Server Creation Tool"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); - ((System.ComponentModel.ISupportInitialize)(this.ribbon1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.noInternetTab2)).EndInit(); - this.noInternetTab2.ResumeLayout(false); - this.noInternetTab2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.ribbonGroup6)).EndInit(); - this.ribbonGroup6.ResumeLayout(false); - this.ribbonGroup6.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.mainTabPage)).EndInit(); - this.mainTabPage.ResumeLayout(false); - this.mainTabPage.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.generalSvrOptGroup)).EndInit(); - this.generalSvrOptGroup.ResumeLayout(false); - this.generalSvrOptGroup.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.optionsRibbon)).EndInit(); - this.optionsRibbon.ResumeLayout(false); - this.optionsRibbon.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.currentTaskRibGrp)).EndInit(); - this.currentTaskRibGrp.ResumeLayout(false); - this.currentTaskRibGrp.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.helpInfTab)).EndInit(); - this.helpInfTab.ResumeLayout(false); - this.helpInfTab.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.helpInfGrpBox)).EndInit(); - this.helpInfGrpBox.ResumeLayout(false); - this.helpInfGrpBox.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ribbonGroup4)).EndInit(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit(); - this.tabPage1.ResumeLayout(false); - this.tabPage1.PerformLayout(); - this.steamSvrNavBar.ResumeLayout(false); - this.tabPage2.ResumeLayout(false); - this.tabPage2.PerformLayout(); - this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - this.serverPnl.ResumeLayout(false); - this.groupBox7.ResumeLayout(false); - this.groupBox7.PerformLayout(); - this.extraGrpBox.ResumeLayout(false); - this.groupBox5.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.gameImgPicBox)).EndInit(); - this.actionsGrpBox.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.popupMenu4)).EndInit(); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.minimizeFormBtn)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.closeFormBtn)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.formIconPicbox)).EndInit(); + this.welcomePnl.ResumeLayout(false); + this.welcomePnl.PerformLayout(); + this.steamSrvListPnl.ResumeLayout(false); + this.moreStuffPnl.ResumeLayout(false); + this.infoHelpPnl.ResumeLayout(false); + this.infoHelpPnl.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.openCloseMorePnlBtn)).EndInit(); + this.panel7.ResumeLayout(false); + this.panel7.PerformLayout(); + this.langMenuStrip.ResumeLayout(false); + this.extrHelpMenuStrip.ResumeLayout(false); + this.mainSrvPanel.ResumeLayout(false); + this.mainSrvPanel.PerformLayout(); + this.actPnl.ResumeLayout(false); + this.actPnl.PerformLayout(); + this.extrPnl.ResumeLayout(false); + this.extrPnl.PerformLayout(); + this.panel8.ResumeLayout(false); + this.panel8.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.srvImgPicBox)).EndInit(); + this.steamCMDmenuStrip.ResumeLayout(false); + this.editSettingsMenuStrip.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.paypalBtn)).EndInit(); this.ResumeLayout(false); + this.PerformLayout(); + + } - } - private System.Windows.Forms.Timer SteamServertimer; - private System.Windows.Forms.Timer generalTimer; - private System.Windows.Forms.ToolStripMenuItem editServerSettigsToolStripMenuItem; - private Elegant.Ui.Ribbon ribbon1; - private Elegant.Ui.FormFrameSkinner formFrameSkinner; - private Elegant.Ui.ApplicationMenu applicationMenu1; - private Elegant.Ui.RibbonContextualTabGroup ribbonContextualTabGroup2; - private Elegant.Ui.RibbonGroup ribbonGroup4; - private Elegant.Ui.GroupBox groupBox2; - private Elegant.Ui.TextBox textBox1; - private Elegant.Ui.RibbonTabPage helpInfTab; - private Elegant.Ui.RibbonGroup helpInfGrpBox; - private Elegant.Ui.Button changeLogBtn; - private Elegant.Ui.Button faqBtn; - private Elegant.Ui.Button serverGroupBtn; - private Elegant.Ui.Separator separator1; - private Elegant.Ui.Button plannedFeaturesBtn; - private Elegant.Ui.Button aboutBtn; - private Elegant.Ui.DropDown langBtn; - private Elegant.Ui.PopupMenu popupMenu1; - private Elegant.Ui.Button engBtn; - private Elegant.Ui.Button gerBtn; - private Elegant.Ui.RibbonTabPage mainTabPage; - private Elegant.Ui.RibbonGroup generalSvrOptGroup; - private Elegant.Ui.GroupBox groupBox1; - private Elegant.Ui.Panel panel2; - private Elegant.Ui.Button button1; - private Elegant.Ui.Button button4; - private Elegant.Ui.Button button7; - private Elegant.Ui.Button button23; - private Elegant.Ui.Button button25; - private Elegant.Ui.Button button3; - private Elegant.Ui.Button button6; - private Elegant.Ui.Button button21; - private Elegant.Ui.Button button24; - private Elegant.Ui.Button button26; - private Elegant.Ui.Button button27; - private Elegant.Ui.Button button28; - private Elegant.Ui.Button button29; - private Elegant.Ui.Button button30; - private Elegant.Ui.Button selectInstFoldBtn; - private Elegant.Ui.Button openSrvsFoldBtn; - private Elegant.Ui.RibbonContextualTabGroup noInternetTab; - private Elegant.Ui.RibbonGroup ribbonGroup6; - private Elegant.Ui.Button refreshConnBtn; - private Elegant.Ui.TextBox noInternetTxtBox; - private Elegant.Ui.TabControl tabControl1; - private Elegant.Ui.TabPage tabPage1; - private Elegant.Ui.TabPage tabPage2; - private Elegant.Ui.RibbonTabPage noInternetTab2; - private Elegant.Ui.NavigationBar steamSvrNavBar; - private Elegant.Ui.ToggleButton daysToDieBtn; - private Elegant.Ui.ToggleButton CSsourceBtn; - private Elegant.Ui.ToggleButton KillingFloorTwoBtn; - private Elegant.Ui.ToggleButton SvenCoopBtn; - private Elegant.Ui.ToggleButton arkBtn; - private Elegant.Ui.ToggleButton CSGOBtn; - private Elegant.Ui.ToggleButton CodBo3Btn; - private Elegant.Ui.ToggleButton l4dBtn; - private Elegant.Ui.ToggleButton l4d2Btn; - private Elegant.Ui.ToggleButton hurtWorldBtn; - private Elegant.Ui.ToggleButton garrysModBtn; - private Elegant.Ui.ToggleButton cs16Btn; - private Elegant.Ui.ToggleButton RustBtn; - private Elegant.Ui.ToggleButton synergyBtn; - private Elegant.Ui.Label label1; - private Elegant.Ui.Label searchGameLbl; - private Elegant.Ui.TextBox steamGameSrchBox; - private Elegant.Ui.Separator separator2; - private Elegant.Ui.DropDown variousStuffBtn; - private Elegant.Ui.PopupMenu popupMenu3; - private Elegant.Ui.Button portFwRouterBtn; - private Elegant.Ui.Panel panel1; - private Elegant.Ui.Separator separator3; - private Elegant.Ui.ToggleButton welcomeBtn; - private Elegant.Ui.Label basicInstrLbl; - private Elegant.Ui.TextBox basicInstrTxtBox; - private Elegant.Ui.GroupBox groupBox3; - private Elegant.Ui.Label welcomeLbl; - private Elegant.Ui.Label welcomeDesclbl; - private Elegant.Ui.RibbonGroup currentTaskRibGrp; - private Elegant.Ui.Label currentTaskNameLbl; - private Elegant.Ui.ProgressBar progressBar1; - private System.Windows.Forms.Timer nonSteamServerTimer; - private Elegant.Ui.ContextMenuExtenderProvider contextMenuExtenderProvider1; - private Elegant.Ui.RibbonGroup optionsRibbon; - private Elegant.Ui.Button chck4UpdatesBtn; - private Elegant.Ui.DropDown styleBtn; - private Elegant.Ui.PopupMenu popupMenu2; - private Elegant.Ui.Button button2; - private Elegant.Ui.Button button11; - private System.Windows.Forms.ToolTip toolTip1; - private Elegant.Ui.Button donateBtn; - private Elegant.Ui.Button button16; - private Elegant.Ui.Button appLogsbtn; - private System.Windows.Forms.Timer slowTimer; - private Elegant.Ui.ToggleButton unturnedBtn; - private Elegant.Ui.ToggleButton atlasBtn; - private Elegant.Ui.GroupBox serverPnl; - private Elegant.Ui.GroupBox groupBox7; - private Elegant.Ui.Label srvSizeLbl; - private Elegant.Ui.TextBox srvSizeTxtBox; - private Elegant.Ui.GroupBox extraGrpBox; - private Elegant.Ui.Button extraBtn4; - private Elegant.Ui.Button extraBtn3; - private Elegant.Ui.Button extraBtn2; - private Elegant.Ui.Button extraBtn1; - private Elegant.Ui.Button instGuideBtn; - private Elegant.Ui.GroupBox groupBox5; - private Elegant.Ui.Button installSvrBtn; - private System.Windows.Forms.PictureBox gameImgPicBox; - private Elegant.Ui.GroupBox actionsGrpBox; - private Elegant.Ui.Button act_Btn1; - private Elegant.Ui.DropDown editSettingsDropBtn; - private Elegant.Ui.PopupMenu popupMenu4; - private Elegant.Ui.Button reinstBtn; - private Elegant.Ui.Button openFoldBtn; - private Elegant.Ui.Button updtSvrBtn; - private Elegant.Ui.Button delBtn; - private Elegant.Ui.Button easyStgBtn; - private Elegant.Ui.Button button8; - private Elegant.Ui.Button button9; - private Elegant.Ui.Button button10; - private Elegant.Ui.Button button12; + #endregion + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.Label formTitleLbl; + private System.Windows.Forms.PictureBox formIconPicbox; + private customBtn closeFormBtn; + private customBtn minimizeFormBtn; + private System.Windows.Forms.Panel welcomePnl; + private System.Windows.Forms.Label welcomeToToolLbl; + private System.Windows.Forms.Label welcomeDescLbl; + private System.Windows.Forms.Panel steamSrvListPnl; + private System.Windows.Forms.Label basicInstrLbl; + private System.Windows.Forms.TextBox basicInstrTxtBox; + private System.Windows.Forms.Label searchSrvLbl; + private System.Windows.Forms.TextBox searchSrvTxtBox; + private System.Windows.Forms.Panel moreStuffPnl; + private System.Windows.Forms.Panel infoHelpPnl; + private customBtn paypalBtn; + private System.Windows.Forms.Panel EditablePanel; + private System.Windows.Forms.Panel panel7; + private System.Windows.Forms.ContextMenuStrip langMenuStrip; + private System.Windows.Forms.ToolStripMenuItem engBtn; + private System.Windows.Forms.ToolStripMenuItem gerBtn; + private customBtn openCloseMorePnlBtn; + private System.Windows.Forms.Label MORElbl; + private customSmoothBtn selectSrvInstFoldBtn; + private customSmoothBtn ToolGrpSiteBtn; + private customSmoothBtn langBtn; + private customSmoothBtn chck4UpdtBtn; + private customSmoothBtn AboutBtn; + private customSmoothBtn appLogsBtn; + private customSmoothBtn changelogBtn; + private customSmoothBtn plannedFeaturesBtn; + private customSmoothBtn extrHelpBtn; + private System.Windows.Forms.ContextMenuStrip extrHelpMenuStrip; + private System.Windows.Forms.ToolStripMenuItem portForwardBtn; + private System.Windows.Forms.Panel mainSrvPanel; + private System.Windows.Forms.PictureBox srvImgPicBox; + private customSmoothBtn welcomeBtn; + private System.Windows.Forms.Button days7Btn; + private System.Windows.Forms.Timer timer1; + private System.Windows.Forms.Button unturnedBtn; + private System.Windows.Forms.Button svenBtn; + private System.Windows.Forms.Button l4d2Btn; + private System.Windows.Forms.Button l4dBtn; + private System.Windows.Forms.Button kf2Btn; + private System.Windows.Forms.Button rustBtn; + private System.Windows.Forms.Button gmodBtn; + private System.Windows.Forms.Button hurtworldBtn; + private System.Windows.Forms.Button csgoBtn; + private System.Windows.Forms.Button cssBtn; + private System.Windows.Forms.Button cs16Btn; + private System.Windows.Forms.Button codbo3Btn; + private System.Windows.Forms.Button arkBtn; + private System.Windows.Forms.Label srvNamePnlLbl; + private System.Windows.Forms.Label taskLbl; + private System.Windows.Forms.ProgressBar taskProgBar; + private System.Windows.Forms.Label currentTaskLbl; + private customSmoothBtn installSrvBtn; + private System.Windows.Forms.Label srvSizeLbl; + private System.Windows.Forms.Label sizeLbl; + private System.Windows.Forms.Label lastRanDateLbl; + private System.Windows.Forms.Label lastRanLbl; + private System.Windows.Forms.Panel panel8; + private customSmoothBtn instGuideBtn; + private System.Windows.Forms.Panel extrPnl; + private System.Windows.Forms.Panel actPnl; + private System.Windows.Forms.Label actPnlLbl; + private customSmoothBtn actBtn3; + private customSmoothBtn customSmoothBtn5; + private customSmoothBtn extrBtn1; + private customSmoothBtn editStgBtn; + private customSmoothBtn delBtn; + private customSmoothBtn OpenFoldBtn; + private customSmoothBtn actBtn1; + private customSmoothBtn extrBtn5; + private customSmoothBtn extrBtn4; + private customSmoothBtn extrBtn3; + private customSmoothBtn extrBtn2; + private customSmoothBtn faqBtn; + private System.Windows.Forms.Label extrPnlLbl; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Label extrTaskInfLbl; + private customSmoothBtn steamCMDBtn; + private System.Windows.Forms.ContextMenuStrip steamCMDmenuStrip; + private System.Windows.Forms.ToolStripMenuItem steamCMDstartBtn; + private System.Windows.Forms.ToolStripMenuItem clearCacheBtn; + private customSmoothBtn actBtn2; + private System.Windows.Forms.ContextMenuStrip editSettingsMenuStrip; + private System.Windows.Forms.ToolStripMenuItem stgBtn1; + private System.Windows.Forms.ToolStripMenuItem stgBtn2; + private customSmoothBtn discordSrvBtn; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button1; } } + diff --git a/Server Creation Tool/MainForm.cs b/Server Creation Tool/MainForm.cs index 4b83e16..b9c5fd7 100644 --- a/Server Creation Tool/MainForm.cs +++ b/Server Creation Tool/MainForm.cs @@ -1,664 +1,741 @@ -/* - * Created by SharpDevelop. - * User: Zeromix - * Date: 28.05.2016 - * Time: 16:00 - * - * To change this template use Tools | Options | Coding | Edit Standard Headers. - */ -using ByteSizeLib; +using ByteSizeLib; using Server_Creation_Tool.myClasses; using statServer_Creation_Tool; using System; +using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; -using System.Globalization; using System.IO; -using System.IO.Compression; using System.Linq; +using System.Reflection; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; +using Transitions; namespace Server_Creation_Tool { - - /// - /// Description of MainForm. - /// - /// - public partial class MainForm : Form { - Process installSteamSrvProcess; - private CancellationTokenSource cancellationSource; - private bool eventsStopped; - //selectedGameRoot is essentially the name of the server's root folder - string selectedGameRoot = null; - string[] guideLink; - string[] srvRunFiles; - string[] cfgFilesLoc; - string steamCmdInstCode; - string[] cfgFilesLink; - Action instSrv; - Action runSrv; - Action forceStopSrv; - Action updtSrv; - Action reinstSrv; + //stuff for moving the mainForm around when click-dragging it + public const int WM_NCLBUTTONDOWN = 0xA1; + public const int HT_CAPTION = 0x2; + [System.Runtime.InteropServices.DllImport("user32.dll")] + public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam); + [System.Runtime.InteropServices.DllImport("user32.dll")] + public static extern bool ReleaseCapture(); + //------- + public MainForm() + { + InitializeComponent(); + } + Color serverBtnSelectedColor = Color.FromArgb(88, 111, 150); + Color serverBtnNormalColor = Color.Transparent; + funcClass funcs = new funcClass(); + global_Variables gVars = new global_Variables(); + serverFuncs srvFuncs = new serverFuncs(); - Action cfgFunc; - Action batFunc; - Action customAct1; - Action customAct2; - Action extr1; - Action extr2; - Action extr3; - Action srvFinishInstFunc; + public string srvInstDir; + private void MainForm_Load(object sender, EventArgs e) + { + srvInstDir = Properties.Settings.Default.LastSavedSrvInstDir; + //save buttons from the server selection panel into a list variable so we don't have to loop through the panel each time we want to access the buttons + saveSrvList(); + //check for updates and select last used language + int i = funcs.getLangNum(); + if (i == 0) + { engBtn.PerformClick(); } + else if (i == 1) + { gerBtn.PerformClick(); } + quickTimer_Start(); + slowerTimer_Start(); + updtCheck(false); + //background worker for saving log file every few seconds(we use it as a timer) + logSaver.DoWork += new DoWorkEventHandler(logSaver_DoWork); + logSaver.RunWorkerAsync(); + //List all server buttons alphabetically + searchGameInSrvList(steamSrvListPnl, " "); + } - //Create new instances of the classes - METHODSandFUNCTIONS methClass = new METHODSandFUNCTIONS(); - steamGameInstallFunc steamSrvFunc = new steamGameInstallFunc(); - global_Variables gVars = new global_Variables(); - public MainForm() + private void mainFormDrag(object sender, MouseEventArgs e) { - // - // The InitializeComponent() call is required for Windows Forms designer support. - // - InitializeComponent(); - // - // TODO: Add constructor code after the InitializeComponent() call. - // - //load UI theme - if (Properties.Settings.Default.theme == "black") - { Elegant.Ui.SkinManager.LoadEmbeddedTheme(Elegant.Ui.EmbeddedTheme.Office2007Black, Elegant.Ui.Product.Ribbon); } - else - { Elegant.Ui.SkinManager.LoadEmbeddedTheme(Elegant.Ui.EmbeddedTheme.Office2007Blue, Elegant.Ui.Product.Ribbon); } - noInternetTab.Visible = false; + //move the window around by clicking on panel1, since we have disabled the traditional windows-style border + if (e.Button == MouseButtons.Left) + { + ReleaseCapture(); + SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0); + } } - private void cleanTempActVars() + private void minimizeFormBtn_Click(object sender, EventArgs e) { - cfgFunc = null; - batFunc = null; - customAct1 = null; - customAct2 = null; - srvFinishInstFunc = null; - extr1 = null; - extr2 = null; - extr3 = null; + this.WindowState = FormWindowState.Minimized; } - //----------------------------------------- - private void setGeneralCommandHandlers() - { - installSvrBtn.Click += (_, _2) => instSrv(); - updtSvrBtn.Click += (_, _2) => updtSrv(); - delBtn.Click += (_, _2) => delGeneralSteamSrv(); - reinstBtn.Click += (_, _2) => reinstGeneralSteamSrv(); - extraBtn1.Click += (_, _2) => extr1(); - extraBtn2.Click += (_, _2) => extr2(); - extraBtn3.Click += (_, _2) => extr3(); - button8.Click += new EventHandler(editGeneralCfgFiles); - button9.Click += new EventHandler(editGeneralCfgFiles); - button10.Click += new EventHandler(editGeneralCfgFiles); - button12.Click += new EventHandler(editGeneralCfgFiles); - //+= (_, _2) =>- - //Other - // ApplicationCommands.csgoEasyStgSet.Executed += (_, _2) => steamServerInstallFunc.createBatFlCSGO(steamCMDandServersFolder +"\\" + gVars.csgoRootFold); - } - private void resetActs() - { - updtSrv = () => updtGeneralSteamSrv(); - instSrv = () => instGeneralSteamSrv(); - reinstSrv = () => reinstGeneralSteamSrv(); - forceStopSrv = () => forceStopSteamSvrInstall(); - runSrv = () => runGeneralSteamSrv(); - } - public async void beginInstallationSTEAMAsync(string steamSrvInstCode) - { - await srvInstChckTimerStop(); - installSteamSrvProcess = new Process(); - installSteamSrvProcess.StartInfo.FileName = steamCMDandServersFolder + @"\steamcmd.exe"; - installSteamSrvProcess.StartInfo.Arguments = steamSrvInstCode; - installSteamSrvProcess.Start(); - SteamServertimer.Enabled = true; - SrvInstallingSet(); - disableControls(); + private async void closeFormBtn_Click(object sender, EventArgs e) + { + await allTimers_stop(); + this.Hide();//PUT THIS ON TOP OF AWAIT ALLTIMERS + Application.Exit(); + MessageBox.Show("rawr"); } - string steamCMDandServersFolder = ""; - PleaseWaitFrm pleaseWaitFrom = new PleaseWaitFrm(); - private void downloadSteamAndInstServer(string steamSrvInstCode) + private void searchSrvTxtBox_Click(object sender, EventArgs e) { - if (methClass.HasInternet() == true) - { - using (System.Net.WebClient client = new System.Net.WebClient()) - { - if (System.IO.File.Exists(steamCMDandServersFolder + @"\steamcmd.exe")) - { beginInstallationSTEAMAsync(steamSrvInstCode); return; } - else - { - //CHECK IF THE PREVIOUSLY SELECTED FOLDER EXISTS AND DOWNLOAD STEAMCMD. OTHERWISE ASK USER TO CREATE OR SELECT FOLDER - if (!Directory.Exists(steamCMDandServersFolder)) - { - steamCMDandServersFolder = methClass.askUserInstallDir(); - //if we get "" then it means the user canceled - if (steamCMDandServersFolder.Trim() == "" || steamCMDandServersFolder.Trim() == "empty") { return; } - Elegant.Ui.MessageBox.Show(steamCMDandServersFolder.ToString(), lang.selectedPath[gVars.lgNum]); - Properties.Settings.Default.lastSavedSteamCMDAndServerLoc = steamCMDandServersFolder; - Properties.Settings.Default.Save(); - } - if (Directory.Exists(steamCMDandServersFolder + "\\" + selectedGameRoot)) - { - if (Elegant.Ui.MessageBox.Show(lang.foldContainsSrvAlready[gVars.lgNum], serverPnl.Text, Elegant.Ui.MessageBoxButtons.YesNo, Elegant.Ui.MessageBoxIcon.Question) == DialogResult.No) - { return; } - } - if (!System.IO.File.Exists(steamCMDandServersFolder + @"\steamcmd.exe")) - { - try - { - pleaseWaitFrom.Show(); - disableControls(); - client.DownloadFileAsync(new Uri("https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip"), steamCMDandServersFolder + @"\steamcmd.zip"); - client.DownloadFileCompleted += new AsyncCompletedEventHandler(steamCMDInst); - } - catch (Exception a) - { - log.LogAppend(a.ToString()); - Elegant.Ui.MessageBox.Show(lang.downloadFailedHelp[gVars.lgNumQuad], lang.downloadFailedHelp[gVars.lgNumQuad + 1], Elegant.Ui.MessageBoxButtons.OK, Elegant.Ui.MessageBoxIcon.Error); - pleaseWaitFrom.Hide(); - enableControls(); - return; - } - } - else - { beginInstallationSTEAMAsync(steamSrvInstCode); return; } - } - } - } - else - { - Elegant.Ui.MessageBox.Show(lang.downloadFailed[gVars.lgNumQuad], lang.downloadFailed[gVars.lgNumQuad + 1], Elegant.Ui.MessageBoxButtons.OK, Elegant.Ui.MessageBoxIcon.Error); - pleaseWaitFrom.Hide(); - enableControls(); - return; - } + Transition.run(searchSrvTxtBox, "BackColor", Color.FromArgb(23, 31, 51), new TransitionType_Linear(150)); } - string installCode = null; - public void steamCMDInst(object sender, AsyncCompletedEventArgs e) + private void searchSrvTxtBox_TextChanged(object sender, EventArgs e) { - //nun wurde die zip-Datei fertig gedownloadet. - string steamCMDzip = Path.Combine(steamCMDandServersFolder + @"\steamcmd.zip"); - //try to extract the zip file - try - { ZipFile.ExtractToDirectory(steamCMDzip, steamCMDandServersFolder); } - catch (Exception a) - { - log.LogAppend(a.ToString()); - Elegant.Ui.MessageBox.Show(lang.downloadFailedHelp[gVars.lgNumQuad], lang.downloadFailedHelp[gVars.lgNumQuad + 1], Elegant.Ui.MessageBoxButtons.OK, Elegant.Ui.MessageBoxIcon.Error); - pleaseWaitFrom.Hide(); - enableControls(); - return; - } - //try to delete the zip file - try - { File.Delete(steamCMDzip); } - catch { } - pleaseWaitFrom.Hide(); - beginInstallationSTEAMAsync(installCode); + searchGameInSrvList(steamSrvListPnl, searchSrvTxtBox.Text); } - string currentOprName; - private void setCurrentOpr(bool isEnabled) + private void searchSrvTxtBox_Leave(object sender, EventArgs e) { - if (isEnabled) - { - currentTaskRibGrp.Visible = true; - currentTaskNameLbl.Text = currentOprName; - } - else - { currentTaskRibGrp.Visible = false; } - this.Refresh(); + Transition.run(searchSrvTxtBox, "BackColor", Color.FromArgb(39, 54, 84), new TransitionType_Linear(200)); } - private void SrvInstallingSet() + + private void textBox1_KeyDown(object sender, KeyEventArgs e) { - installSvrBtn.Text = lang.forceStop[gVars.lgNum]; - installSvrBtn.ForeColor = System.Drawing.Color.Red; - installSvrBtn.DefaultSmallImage = Properties.Resources._1263; - methClass.RemoveClickEvent(installSvrBtn); - installSvrBtn.Click += (_, _2) => forceStopSrv(); - setCurrentOpr(true); + e.SuppressKeyPress = true; } - private void steamGame_Tick(object sender, EventArgs e) + private void openCloseMorePnlBtn_Click(object sender, EventArgs e) { - try + //open-close the "MORE" help section + if (openCloseMorePnlBtn.Tag.ToString() == "push") { - if (installSteamSrvProcess.HasExited) - { - setCurrentOpr(false); - SteamServertimer.Enabled = false; - enableControls(); - //Complete installation - if (!usrStopped) - { - if (steamSrvFunc.checkIfGameInstalledSTEAM(steamCMDandServersFolder, selectedGameRoot)) - { srvFinishInstFunc(); } - else - { log.LogAppend("Server installation failed: server folder size does not meet the required value"); Elegant.Ui.MessageBox.Show(lang.instFail[gVars.lgNum], lang.error[gVars.lgNum], Elegant.Ui.MessageBoxButtons.OK, Elegant.Ui.MessageBoxIcon.Error); } - } - gameInstChckTimerStart(); - } + openCloseMorePnlBtn.Tag = "pull"; + Transition.run(this, "Width", 737, new TransitionType_EaseInEaseOut(600)); + openCloseMorePnlBtn.ImageNormal = Properties.Resources.moreNormal180D; + openCloseMorePnlBtn.ImageHover = Properties.Resources.moreHover180D; + openCloseMorePnlBtn.imageDown = Properties.Resources.morePressed180D; + openCloseMorePnlBtn.BackgroundImage = Properties.Resources.moreNormal180D; } - catch (InvalidOperationException) + else if (openCloseMorePnlBtn.Tag.ToString() == "pull") { - setCurrentOpr(false); - SteamServertimer.Enabled = false; - gameInstChckTimerStart(); - enableControls(); + openCloseMorePnlBtn.Tag = "push"; + Transition.run(this, "Width", 627, new TransitionType_EaseInEaseOut(600)); + openCloseMorePnlBtn.ImageNormal = Properties.Resources.moreNormal; + openCloseMorePnlBtn.ImageHover = Properties.Resources.moreHover; + openCloseMorePnlBtn.imageDown = Properties.Resources.morePressed; + openCloseMorePnlBtn.BackgroundImage = Properties.Resources.moreNormal; } } - public void disableControls() + private void selectSrvInstFoldBtn_Click(object sender, EventArgs e) { - groupBox2.Enabled = false; - optionsRibbon.Enabled = false; - selectInstFoldBtn.Enabled = false; - groupBox7.Enabled = false; - this.Refresh(); + if (askUserInstallDir() == true) + { + quickTimer_Start(); + slowerTimer_Start(); + } } - public void enableControls() + aboutFrm frm = new aboutFrm(); + private void ToolGrpSiteBtn_Click(object sender, EventArgs e) { - groupBox2.Enabled = true; - optionsRibbon.Enabled = true; - selectInstFoldBtn.Enabled = true; - groupBox7.Enabled = true; - this.BringToFront(); - this.Refresh(); + System.Diagnostics.Process.Start("http://steamcommunity.com/groups/ServerTool"); } - string[] updateMessage = { }; - private void MainForm_Load(object sender, EventArgs e) + private void langBtn_Click(object sender, EventArgs e) { - Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-us"); - //load last saved settings - steamCMDandServersFolder = Properties.Settings.Default.lastSavedSteamCMDAndServerLoc; - if (Properties.Settings.Default.lastSavedServerTab == "steam") - { tabControl1.SelectedTabPage = tabPage1; } - else if (Properties.Settings.Default.lastSavedServerTab == "non_steam") - { tabControl1.SelectedTabPage = tabPage2; } - - //check for updates and select last used language - int i = methClass.getLangNum(); - if (i == 0) - { engBtn.PerformClick(); } - else if (i == 1) - { gerBtn.PerformClick(); } - ToolUpdateCheck(); - setGeneralCommandHandlers(); - gameInstChckTimerStart(); + //first argument is the menu strip to show and the second argument is on what control the menu strip will be shown + funcs.showMenuStripAtBtn(langMenuStrip, langBtn); } - private void ToolUpdateCheck() + + private void AboutBtn_Click(object sender, EventArgs e) { - Thread t2 = new Thread(delegate () - { - if (methClass.check4Updates(gVars.updateCheckingInfo[0], int.Parse(gVars.updateCheckingInfo[2])) == true) - { - if (MessageBox.Show(lang.toolUpdtAvailb[gVars.lgNumQuad], lang.toolUpdtAvailb[gVars.lgNumQuad + 1], MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) - { Process.Start(gVars.updateCheckingInfo[1]); } - } - }); - t2.Start(); - Thread.Sleep(400); + frm.Show(); } - private void generalTimer_Tick(object sender, EventArgs e) + + private void plannedFeaturesBtn_Click(object sender, EventArgs e) { - // if (steamCMDandServersFolder == "" || steamCMDandServersFolder == "emtpy") - // { await srvInstChckTimerStop(); } - // else - // { gameInstChckTimerStart(); } + Process.Start("https://trello.com/b/9dsN6TIT/server-creation-tool"); } - - Form changeLogForm = new changeLogFrm(); - private void changeLogBtn_Click_1(object sender, EventArgs e) + changelogFrm chngLogFrm = new changelogFrm(); + private void changelogBtn_Click(object sender, EventArgs e) { - changeLogForm.Show(); - changeLogForm.BringToFront(); + chngLogFrm.ShowDialog(); } - private void serverGroupBtn_Click_1(object sender, EventArgs e) + private void extrHelpBtn_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://steamcommunity.com/groups/ServerTool"); + funcs.showMenuStripAtBtn(extrHelpMenuStrip, extrHelpBtn); } - - public bool aboutFormIsVisible = false; - private AboutFrm aboutform = new AboutFrm(); - private void button6_Click(object sender, EventArgs e) + private void welcomeBtn_Click_1(object sender, EventArgs e) { - //check if the about form is show or not and open it or close it - aboutform.Show(); - aboutform.BringToFront(); + srvCodename = ""; + goToWelcome(); + } + private void paypalBtn_Click(object sender, EventArgs e) + { + Process.Start("https://www.paypal.com/paypalme/lonewolfco"); } + private void timer1_Tick(object sender, EventArgs e) + { + //refresh the server list panel every few seconds because when the user is scrolling it leaves behind some weird black marks + steamSrvListPnl.Invalidate(); + } + #region various functions private void setLang(string lang, int lgNum1, int lgNumQuad1) { Properties.Settings.Default.language = lang; Properties.Settings.Default.Save(); gVars.lgNum = lgNum1; gVars.lgNumQuad = lgNumQuad1; + goToWelcome(); setCtrlLang(); - welcomeBtn_Click(new object(), new EventArgs()); - welcomeBtn.Select(); } - - private void gerBtn_Click_1(object sender, EventArgs e) + private void setCtrlLang() { - setLang("german", 1, 2); + //change the language for each control + + //infoHelpPnl + selectSrvInstFoldBtn.Text = lg(lang.selectInstFoldB); + chck4UpdtBtn.Text = lg(lang.updCheckB); + langBtn.Text = lg(lang.langB); + ToolGrpSiteBtn.Text = lg(lang.toolGrpB); + AboutBtn.Text = lg(lang.aboutB); + //------------ + + //moreStuffPnl + MORElbl.Text = lg(lang.MORELb); + appLogsBtn.Text = lg(lang.appLogs); + changelogBtn.Text = lg(lang.chngLogB); + plannedFeaturesBtn.Text = lg(lang.plannedFeatB); + discordSrvBtn.Text = lg(lang.discordSrvB); + extrHelpBtn.Text = lg(lang.extrHelpB); + steamCMDstartBtn.Text = lg(lang.Start).Trim(); + clearCacheBtn.Text = lg(lang.clearCache); + portForwardBtn.Text = lg(lang.portFwRouterB); + //------------ + + //welcome screen + welcomeToToolLbl.Text = lg(lang.welcomeLb); + welcomeToToolLbl.Location = lgPos(lang.welcLbLoc); + welcomeDescLbl.Text = lg(lang.welcomeDescLb); + welcomeDescLbl.Location = lgPos(lang.welcDescLbLoc); + basicInstrLbl.Text = lg(lang.basicInstrLb); + basicInstrTxtBox.Text = lg(lang.basicInstruct); + //------------ + + //Other Controls + searchSrvLbl.Text = lg(lang.searchGameLb); + //------------ + + //mainSrvPanel + sizeLbl.Text = lg(lang.srvSizeLb); + //lastRanLbl.Text = lg(lang.srvSizeLb); + extrPnlLbl.Text = lg(lang.extraLb); + instGuideBtn.Text = lg(lang.instGuideB); + actPnlLbl.Text = lg(lang.actionLb); + OpenFoldBtn.Text = lg(lang.openFoldB); + delBtn.Text = lg(lang.deleteB); + editStgBtn.Text = lg(lang.editStgB); + //------------ + } + public string lg(string[] stringArray, int pos = 0)//pos(position in array) only used for arrays with more than 1 word per language, like messageboxes + { + if (stringArray.Length == 2) + { return stringArray[gVars.lgNum]; } + else if (stringArray.Length == 4) + { return stringArray[gVars.lgNumQuad + pos]; } + return "Missing word"; + } + public Point lgPos(int[] intArray)//change size or position of a control when a language is selected, because some languages have longer sentences and words + { + return new Point(intArray[gVars.lgNumQuad], intArray[gVars.lgNumQuad + 1]); + } + public void enableControls(bool state, string type)//enable-disable controls + { + //always disabled controls + foreach (Control btn in extrPnl.Controls) + { if (btn is Button) btn.Enabled = state; } + actPnl.Enabled = state; + if (type == "noSrvDir")//disable some controls if the server install dir is not found + { + steamCMDBtn.Enabled = state; + instGuideBtn.Enabled = true; //LEAVE THIS BUTTON ALWAYS ENABLED + } + else if (type == "srvOperation")//disable the main group of controls that are related to the server so the user won't mess things up while the server is being installed, or deleted etc + { + steamSrvListPnl.Enabled = state; + selectSrvInstFoldBtn.Enabled = state; + chck4UpdtBtn.Enabled = state; + langBtn.Enabled = state; + changelogBtn.Enabled = state; + searchSrvTxtBox.Enabled = state; + steamCMDBtn.Enabled = state; + } + else if (type == "srvNotInstalled")//controls to disable if a server is not installed + { + instGuideBtn.Enabled = true; //lEAVE THIS BUTTON ALWAYS ENABLED + } } - - private void engBtn_Click(object sender, EventArgs e) + public void goToWelcome() { - setLang("english", 0, 0); + mainSrvPanel.Visible = false; + foreach (Button b in SteamSrvListBtns) + { + if (b.BackColor == serverBtnSelectedColor) + { b.BackColor = serverBtnNormalColor; } + } + welcomeBtn.BackColor = serverBtnSelectedColor; + welcomeBtn.ColorNormal = serverBtnSelectedColor; } - private void setCtrlLang() + private void updtCheck(bool notAvailNotify = true) { - aboutBtn.Text = lang.aboutB[gVars.lgNum]; - donateBtn.Text = lang.donateB[gVars.lgNum]; - changeLogBtn.Text = lang.chngLogB[gVars.lgNum]; - appLogsbtn.Text = lang.appLogs[gVars.lgNum]; - plannedFeaturesBtn.Text = lang.plannedFeatB[gVars.lgNum]; - serverGroupBtn.Text = lang.serverGrpB[gVars.lgNum]; - variousStuffBtn.Text = lang.varStuff[gVars.lgNum]; - langBtn.Text = lang.langB[gVars.lgNum]; - styleBtn.Text = lang.styleB[gVars.lgNum]; - chck4UpdatesBtn.Text = lang.updCheckB[gVars.lgNum]; - selectInstFoldBtn.Text = lang.selectInstFoldB[gVars.lgNum]; - openSrvsFoldBtn.Text = lang.openSrvsFoldB[gVars.lgNum]; - groupBox2.Text = lang.grpBox2[gVars.lgNum]; - generalSvrOptGroup.Text = lang.generalSrvOptGr[gVars.lgNum]; - optionsRibbon.Text = lang.otherOtpGr[gVars.lgNum]; - currentTaskRibGrp.Text = lang.currentTaskGr[gVars.lgNum]; - helpInfGrpBox.Text = lang.helpInfGr[gVars.lgNum]; - mainTabPage.Text = lang.mainMenuTab[gVars.lgNum]; - helpInfTab.Text = lang.helpInfGr[gVars.lgNum]; - searchGameLbl.Text = lang.searchGameLb[gVars.lgNum]; - updtSvrBtn.Text = lang.updateB[gVars.lgNum]; - reinstBtn.Text = lang.reinstB[gVars.lgNum]; - openFoldBtn.Text = lang.openFoldB[gVars.lgNum]; - delBtn.Text = lang.deleteB[gVars.lgNum]; - editSettingsDropBtn.Text = lang.editStgB[gVars.lgNum]; - easyStgBtn.Text = lang.easyStgEditB[gVars.lgNum]; - instGuideBtn.Text = lang.instGuideB[gVars.lgNum]; - groupBox7.Text = lang.grpBx7SrvInfo[gVars.lgNum]; - srvSizeLbl.Text = lang.srvSizeLb[gVars.lgNum]; - welcomeLbl.Text = lang.welcomeLb[gVars.lgNum]; - welcomeDesclbl.Text = lang.welcomeDescLb[gVars.lgNum]; - basicInstrLbl.Text = lang.basicInstrLb[gVars.lgNum]; - portFwRouterBtn.Text = lang.portFwRouterB[gVars.lgNum]; - basicInstrTxtBox.Text = lang.basicInstruct[gVars.lgNum]; - - - //set size and locations - welcomeLbl.Location = new Point(lang.welcLbLoc[gVars.lgNumQuad], lang.welcLbLoc[gVars.lgNumQuad + 1]); - welcomeDesclbl.Location = new Point(lang.welcDescLbLoc[gVars.lgNumQuad], lang.welcDescLbLoc[gVars.lgNumQuad + 1]); - // installSvrBtn.Font = new Font("Microsoft Sans Serif", lang.svrRunInstStopBtnFontSz[lgNum]); + Thread t2 = new Thread(delegate () + { + if (funcs.check4Updates(gVars.updateCheckingInfo[0], int.Parse(gVars.updateCheckingInfo[2])) == true) + { + if (MessageBox.Show(lg(lang.toolUpdtAvailb), lg(lang.toolUpdtAvailb, 1), MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + { Process.Start(gVars.updateCheckingInfo[1]); } + } + else + { + //show or don't show the message that there is no update available + if (notAvailNotify) + { MessageBox.Show(lg(lang.noUpdtAvail), lg(lang.noUpdtAvail, 1), MessageBoxButtons.OK, MessageBoxIcon.Exclamation); } + } + }); + t2.Start(); + Thread.Sleep(400); } - private void plannedFeaturesBtn_Click(object sender, EventArgs e) + private string srvPath() { - Process.Start("https://trello.com/b/9dsN6TIT/server-creation-tool"); + return srvInstDir + "\\" + srvRootFold; } + #endregion - private void button5_Click(object sender, EventArgs e) + #region workers-timers + BackgroundWorker logSaver = new BackgroundWorker(); + void logSaver_DoWork(object sender, DoWorkEventArgs e) { - - string[] msgBox = null; - if (methClass.getLangNum() == 0) + while (true) { - msgBox = new string[] {"The download failed, what should I do?" + - Environment.NewLine + - "Mostly you just need to retry the download!" + - Environment.NewLine + - Environment.NewLine + - "Where can I suggest a Server?" + - Environment.NewLine + - "You can do this in the linked Group.","FAQ" }; + log.Save(); //write log to file + Thread.Sleep(10000); // Wait 10 seconds } - else if (methClass.getLangNum() == 1) + } + bool quickTimerWorkDone = false; + bool slowTimerWorkDone = false; + bool infiniteLoopEnabled = true; + void quickTimer_Start() + { + Color prevSrvColor = SystemColors.ControlDark; + string prevSrvCodename = ""; + infiniteLoopEnabled = true; + funcs.StartThread(() => //do all actions in a thread so it doesn't affect the responsiveness of the UI { - msgBox = new string[] {"Der Download ist fehlgeschlagen, was nun?" + - Environment.NewLine + - "Meisten reicht es den Download einfach erneut auszuführen!" + - Environment.NewLine + - Environment.NewLine + - "Wo kann ich einen Server Vorschlag machen?" + - Environment.NewLine + - "Dies ist möglich in der verlinken Gruppe","FAQ" }; - } - Elegant.Ui.MessageBox.Show(msgBox[0], msgBox[1], Elegant.Ui.MessageBoxButtons.OK, Elegant.Ui.MessageBoxIcon.Information); + while (infiniteLoopEnabled) + { + quickTimerWorkDone = false; + //--- + //check if the installation folder is selected or exists + if (!System.IO.Directory.Exists(srvInstDir)) + { + BeginInvoke((MethodInvoker)delegate () + { + enableControls(false, "noSrvDir"); + setInstBtn("install"); + foreach (Button btn in SteamSrvListBtns) + { + if (btn.Tag.ToString() != "notSrv") + { btn.ForeColor = SystemColors.ControlDark; } + } + }); + quickTimerWorkDone = true; +#pragma warning disable CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed + allTimers_stop(); +#pragma warning restore CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed + return; + } + //get the tag from all buttons one by one and then check if each server is installed.(the tag contains the server codename) + foreach (Button btn in SteamSrvListBtns) + { + if (btn.Tag.ToString() == "notSrv") continue; + if (chckIfSrvInstalled(btn) == true) + { btn.ForeColor = SystemColors.ControlLightLight; } + else + { btn.ForeColor = SystemColors.ControlDark; } + } + //check if the user has selected a server + if (selectedSrvBtn != null) + { + if (selectedSrvBtn.ForeColor != prevSrvColor && srvCodename == prevSrvCodename) + { funcs.InvokeIfRequired(selectedSrvBtn, () => { selectedSrvBtn.PerformClick(); }); } + prevSrvColor = selectedSrvBtn.ForeColor; + prevSrvCodename = srvCodename; + } + //--- + Thread.Sleep(2000); // Wait 2 seconds + quickTimerWorkDone = true; + } + }); } - - private void refreshConnBtn_Click(object sender, EventArgs e) + void slowerTimer_Start() { - + funcs.StartThread(() => + { + while (infiniteLoopEnabled) + { + slowTimerWorkDone = false; + //--- + + //check if a server has been selected + if (String.IsNullOrEmpty(srvCodename)) + { slowTimerWorkDone = true; Thread.Sleep(50); continue; } + //show size of selected server + if (selectedSrvBtn.ForeColor == SystemColors.ControlLightLight) + { showSrvSize(); } + else + { funcs.InvokeIfRequired(srvSizeLbl, () => { srvSizeLbl.Text = ""; }); } + //--- + Thread.Sleep(7000); // Wait 7 seconds + slowTimerWorkDone = true; + } + }); } - - private void openServersFoldBtn_Click(object sender, EventArgs e) + private async Task allTimers_stop()//stops "quick" and "slower" timers { - try - { Process.Start(steamCMDandServersFolder); } - catch (Exception) - { Elegant.Ui.MessageBox.Show(lang.generalError[gVars.lgNumQuad], lang.generalError[gVars.lgNumQuad + 1], Elegant.Ui.MessageBoxButtons.OK, Elegant.Ui.MessageBoxIcon.Warning); log.LogAppend(e.ToString()); } + infiniteLoopEnabled = false; + while (!quickTimerWorkDone & !slowTimerWorkDone) await Task.Delay(50); //wait till the timers finish executing their code } + #endregion - - - private void textBox3_TextChanged(object sender, EventArgs e) - { - if (tabControl1.SelectedTabPage.TabIndex == 0) + #region main functions + public List