From 8da1f411f6af5c2fcceacf40c65312b696c96c8c Mon Sep 17 00:00:00 2001 From: Andrew De La Fuente Date: Fri, 14 Jan 2022 11:54:34 -0800 Subject: [PATCH] Update name of window to V1.2 --- InventoryKamera/Form1.Designer.cs | 16 ++++++++-------- InventoryKamera/InventoryKamera.csproj | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/InventoryKamera/Form1.Designer.cs b/InventoryKamera/Form1.Designer.cs index ad9508d..2c9f8be 100644 --- a/InventoryKamera/Form1.Designer.cs +++ b/InventoryKamera/Form1.Designer.cs @@ -1,4 +1,4 @@ -namespace InventoryKamera +namespace InventoryKamera { partial class Form1 { @@ -944,13 +944,13 @@ private void InitializeComponent() this.Controls.Add(this.menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.Margin = new System.Windows.Forms.Padding(2); - this.Name = "Form1"; - this.Text = "Inventory Kamera V1.1.1"; - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); - this.Load += new System.EventHandler(this.Form1_Load); - ((System.ComponentModel.ISupportInitialize)(this.CharacterTalent3_PictureBox)).EndInit(); + this.MainMenuStrip = this.menuStrip1; + this.Margin = new System.Windows.Forms.Padding(2); + this.Name = "Form1"; + this.Text = "Inventory Kamera V1.2"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); + this.Load += new System.EventHandler(this.Form1_Load); + ((System.ComponentModel.ISupportInitialize)(this.CharacterTalent3_PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CharacterTalent2_PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CharacterTalent1_PictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CharacterLevel_PictureBox)).EndInit(); diff --git a/InventoryKamera/InventoryKamera.csproj b/InventoryKamera/InventoryKamera.csproj index 0b8aa98..07df767 100644 --- a/InventoryKamera/InventoryKamera.csproj +++ b/InventoryKamera/InventoryKamera.csproj @@ -180,7 +180,6 @@ -