mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Fix clear button misalignment
This commit is contained in:
20
Source/GrasscutterTools/Pages/PageSpawn.Designer.cs
generated
20
Source/GrasscutterTools/Pages/PageSpawn.Designer.cs
generated
@@ -139,7 +139,6 @@
|
||||
//
|
||||
// TPSpawnArgs
|
||||
//
|
||||
resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
|
||||
this.TPSpawnArgs.Controls.Add(this.label1);
|
||||
this.TPSpawnArgs.Controls.Add(this.ChkNoAggressiveness);
|
||||
this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
|
||||
@@ -159,6 +158,7 @@
|
||||
this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion);
|
||||
this.TPSpawnArgs.Controls.Add(this.LblEntityLevel);
|
||||
this.TPSpawnArgs.Controls.Add(this.LblEntityAmount);
|
||||
resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
|
||||
this.TPSpawnArgs.Name = "TPSpawnArgs";
|
||||
this.TPSpawnArgs.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@@ -391,7 +391,6 @@
|
||||
//
|
||||
// TPAttackModArgs
|
||||
//
|
||||
resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
|
||||
this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
|
||||
this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
|
||||
this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
|
||||
@@ -401,6 +400,7 @@
|
||||
this.TPAttackModArgs.Controls.Add(this.BtnAtClear);
|
||||
this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin);
|
||||
this.TPAttackModArgs.Controls.Add(this.GrpAMSkills);
|
||||
resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
|
||||
this.TPAttackModArgs.Name = "TPAttackModArgs";
|
||||
this.TPAttackModArgs.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@@ -461,13 +461,13 @@
|
||||
//
|
||||
// GrpAMSkills
|
||||
//
|
||||
resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
|
||||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ);
|
||||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityE);
|
||||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityN);
|
||||
this.GrpAMSkills.Controls.Add(this.RbAtQ);
|
||||
this.GrpAMSkills.Controls.Add(this.RbAtE);
|
||||
this.GrpAMSkills.Controls.Add(this.RbAtN);
|
||||
resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
|
||||
this.GrpAMSkills.Name = "GrpAMSkills";
|
||||
this.GrpAMSkills.TabStop = false;
|
||||
//
|
||||
@@ -514,7 +514,6 @@
|
||||
//
|
||||
// TPAttackInfusedArgs
|
||||
//
|
||||
resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
|
||||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
|
||||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
|
||||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
|
||||
@@ -533,6 +532,7 @@
|
||||
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset);
|
||||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin);
|
||||
this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem);
|
||||
resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
|
||||
this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs";
|
||||
this.TPAttackInfusedArgs.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@@ -588,8 +588,8 @@
|
||||
//
|
||||
// NUDAiwiSpread
|
||||
//
|
||||
resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
|
||||
this.NUDAiwiSpread.DecimalPlaces = 2;
|
||||
resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
|
||||
this.NUDAiwiSpread.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
@@ -700,9 +700,9 @@
|
||||
//
|
||||
// TPSpawnItems
|
||||
//
|
||||
resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
|
||||
this.TPSpawnItems.Controls.Add(this.ListEntity);
|
||||
this.TPSpawnItems.Controls.Add(this.PanelEntityFilterBar);
|
||||
resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
|
||||
this.TPSpawnItems.Name = "TPSpawnItems";
|
||||
this.TPSpawnItems.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@@ -715,10 +715,10 @@
|
||||
//
|
||||
// PanelEntityFilterBar
|
||||
//
|
||||
resources.ApplyResources(this.PanelEntityFilterBar, "PanelEntityFilterBar");
|
||||
this.PanelEntityFilterBar.Controls.Add(this.LblClearFilter);
|
||||
this.PanelEntityFilterBar.Controls.Add(this.TxtEntityFilter);
|
||||
this.PanelEntityFilterBar.Controls.Add(this.CmbFilterEntity);
|
||||
resources.ApplyResources(this.PanelEntityFilterBar, "PanelEntityFilterBar");
|
||||
this.PanelEntityFilterBar.Name = "PanelEntityFilterBar";
|
||||
//
|
||||
// LblClearFilter
|
||||
@@ -737,16 +737,16 @@
|
||||
//
|
||||
// CmbFilterEntity
|
||||
//
|
||||
resources.ApplyResources(this.CmbFilterEntity, "CmbFilterEntity");
|
||||
this.CmbFilterEntity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
resources.ApplyResources(this.CmbFilterEntity, "CmbFilterEntity");
|
||||
this.CmbFilterEntity.Name = "CmbFilterEntity";
|
||||
this.CmbFilterEntity.SelectedIndexChanged += new System.EventHandler(this.CmbFilterEntity_SelectedIndexChanged);
|
||||
//
|
||||
// TPSpawnRecords
|
||||
//
|
||||
resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
|
||||
this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs);
|
||||
this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls);
|
||||
resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
|
||||
this.TPSpawnRecords.Name = "TPSpawnRecords";
|
||||
this.TPSpawnRecords.UseVisualStyleBackColor = true;
|
||||
//
|
||||
@@ -788,8 +788,8 @@
|
||||
//
|
||||
// MenuSpawnEntityFilter
|
||||
//
|
||||
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
||||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||||
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
||||
//
|
||||
// PageSpawn
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user