From 7fa4726b061408cffb91b550500da06337821c9f Mon Sep 17 00:00:00 2001 From: ciplogic Date: Sun, 6 May 2018 19:50:08 +0300 Subject: [PATCH] Fixes title` --- .../FH2Launcher/FH2Launcher/Form1.Designer.cs | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/VisualStudio/FH2Launcher/FH2Launcher/Form1.Designer.cs b/VisualStudio/FH2Launcher/FH2Launcher/Form1.Designer.cs index ecc3c7c..b7a8157 100644 --- a/VisualStudio/FH2Launcher/FH2Launcher/Form1.Designer.cs +++ b/VisualStudio/FH2Launcher/FH2Launcher/Form1.Designer.cs @@ -38,13 +38,13 @@ private void InitializeComponent() this.label1 = new System.Windows.Forms.Label(); this.comboResolutions = new System.Windows.Forms.ComboBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.listBox1 = new System.Windows.Forms.ListBox(); + this.downloadButton = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tbxConfig = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); - this.downloadButton = new System.Windows.Forms.Button(); - this.listBox1 = new System.Windows.Forms.ListBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numSound)).BeginInit(); @@ -181,6 +181,27 @@ private void InitializeComponent() this.tabPage2.Text = "Downloads"; this.tabPage2.UseVisualStyleBackColor = true; // + // listBox1 + // + this.listBox1.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.listBox1.FormattingEnabled = true; + this.listBox1.Location = new System.Drawing.Point(7, 41); + this.listBox1.Name = "listBox1"; + this.listBox1.Size = new System.Drawing.Size(319, 251); + this.listBox1.TabIndex = 2; + // + // downloadButton + // + this.downloadButton.Location = new System.Drawing.Point(6, 6); + this.downloadButton.Name = "downloadButton"; + this.downloadButton.Size = new System.Drawing.Size(123, 28); + this.downloadButton.TabIndex = 1; + this.downloadButton.Text = "Download maps"; + this.downloadButton.UseVisualStyleBackColor = true; + this.downloadButton.Click += new System.EventHandler(this.button4_Click); + // // tabPage3 // this.tabPage3.Controls.Add(this.button2); @@ -232,27 +253,6 @@ private void InitializeComponent() this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // - // downloadButton - // - this.downloadButton.Location = new System.Drawing.Point(6, 6); - this.downloadButton.Name = "downloadButton"; - this.downloadButton.Size = new System.Drawing.Size(123, 28); - this.downloadButton.TabIndex = 1; - this.downloadButton.Text = "Download maps"; - this.downloadButton.UseVisualStyleBackColor = true; - this.downloadButton.Click += new System.EventHandler(this.button4_Click); - // - // listBox1 - // - this.listBox1.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.listBox1.FormattingEnabled = true; - this.listBox1.Location = new System.Drawing.Point(7, 41); - this.listBox1.Name = "listBox1"; - this.listBox1.Size = new System.Drawing.Size(319, 251); - this.listBox1.TabIndex = 2; - // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -262,7 +262,7 @@ private void InitializeComponent() this.Controls.Add(this.tabControl1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Form1"; + this.Text = "Free Heroes 2 Launcher"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout();