Fix UI issue (#138)

This commit is contained in:
2022-10-31 12:53:19 +08:00
parent f79764dbb5
commit 3be6550593
2 changed files with 6 additions and 3 deletions

View File

@ -1259,10 +1259,10 @@ namespace GrasscutterTools.Forms
// //
// GrpSetConstellation // GrpSetConstellation
// //
resources.ApplyResources(this.GrpSetConstellation, "GrpSetConstellation");
this.GrpSetConstellation.Controls.Add(this.LnkSetAllConst); this.GrpSetConstellation.Controls.Add(this.LnkSetAllConst);
this.GrpSetConstellation.Controls.Add(this.LnkSetConst); this.GrpSetConstellation.Controls.Add(this.LnkSetConst);
this.GrpSetConstellation.Controls.Add(this.NUDSetConstellation); this.GrpSetConstellation.Controls.Add(this.NUDSetConstellation);
resources.ApplyResources(this.GrpSetConstellation, "GrpSetConstellation");
this.GrpSetConstellation.Name = "GrpSetConstellation"; this.GrpSetConstellation.Name = "GrpSetConstellation";
this.GrpSetConstellation.TabStop = false; this.GrpSetConstellation.TabStop = false;
// //

View File

@ -1410,7 +1410,7 @@
<value>TxtBanReason</value> <value>TxtBanReason</value>
</data> </data>
<data name="&gt;&gt;TxtBanReason.Type" xml:space="preserve"> <data name="&gt;&gt;TxtBanReason.Type" xml:space="preserve">
<value>GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.1.0, Culture=neutral, PublicKeyToken=de2b1c089621e923</value> <value>GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923</value>
</data> </data>
<data name="&gt;&gt;TxtBanReason.Parent" xml:space="preserve"> <data name="&gt;&gt;TxtBanReason.Parent" xml:space="preserve">
<value>GrpBanPlayer</value> <value>GrpBanPlayer</value>
@ -2783,7 +2783,7 @@
<value>7</value> <value>7</value>
</data> </data>
<data name="BtnGiveAllWeapons.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> <data name="BtnGiveAllWeapons.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value> <value>Bottom, Left</value>
</data> </data>
<data name="BtnGiveAllWeapons.Font" type="System.Drawing.Font, System.Drawing"> <data name="BtnGiveAllWeapons.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft YaHei UI, 10pt</value> <value>Microsoft YaHei UI, 10pt</value>
@ -3105,6 +3105,9 @@
<data name="&gt;&gt;TPWeapon.ZOrder" xml:space="preserve"> <data name="&gt;&gt;TPWeapon.ZOrder" xml:space="preserve">
<value>6</value> <value>6</value>
</data> </data>
<data name="GrpSetConstellation.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>None</value>
</data>
<data name="LnkSetAllConst.AutoSize" type="System.Boolean, mscorlib"> <data name="LnkSetAllConst.AutoSize" type="System.Boolean, mscorlib">
<value>True</value> <value>True</value>
</data> </data>