mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
Forgot to bump the version in the actual UI.
This commit is contained in:
12
SAM.Game/Manager.Designer.cs
generated
12
SAM.Game/Manager.Designer.cs
generated
@@ -63,6 +63,11 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this._StatisticsDataGridView)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// _ToolStripSeparator1
|
||||
//
|
||||
_ToolStripSeparator1.Name = "_ToolStripSeparator1";
|
||||
_ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// _MainToolStrip
|
||||
//
|
||||
this._MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -98,11 +103,6 @@
|
||||
this._ReloadButton.ToolTipText = "Refresh achievements and statistics for active game.";
|
||||
this._ReloadButton.Click += new System.EventHandler(this.OnRefresh);
|
||||
//
|
||||
// _ToolStripSeparator1
|
||||
//
|
||||
_ToolStripSeparator1.Name = "_ToolStripSeparator1";
|
||||
_ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// _ResetButton
|
||||
//
|
||||
this._ResetButton.Image = global::SAM.Game.Properties.Resources.Reset;
|
||||
@@ -312,7 +312,7 @@
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MinimumSize = new System.Drawing.Size(640, 50);
|
||||
this.Name = "Manager";
|
||||
this.Text = "Steam Achievement Manager 6.3";
|
||||
this.Text = "Steam Achievement Manager 7.0";
|
||||
this._MainToolStrip.ResumeLayout(false);
|
||||
this._MainToolStrip.PerformLayout();
|
||||
this._MainStatusStrip.ResumeLayout(false);
|
||||
|
||||
@@ -117,12 +117,12 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="_MainToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="_ToolStripSeparator1.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="_MainToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="_AchievementImageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>352, 20</value>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user