mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
Fix UI issue (#138)
This commit is contained in:
parent
f79764dbb5
commit
3be6550593
@ -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;
|
||||||
//
|
//
|
||||||
|
@ -1410,7 +1410,7 @@
|
|||||||
<value>TxtBanReason</value>
|
<value>TxtBanReason</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>TxtBanReason.Type" xml:space="preserve">
|
<data name=">>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=">>TxtBanReason.Parent" xml:space="preserve">
|
<data name=">>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=">>TPWeapon.ZOrder" xml:space="preserve">
|
<data name=">>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>
|
||||||
|
Loading…
Reference in New Issue
Block a user