diff --git a/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.Designer.cs b/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.Designer.cs
index b06ac21..2e378d4 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.Designer.cs
@@ -173,9 +173,9 @@ namespace GrasscutterTools.Forms
//
// CmbPrefab
//
- resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
this.CmbPrefab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbPrefab.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
this.CmbPrefab.Name = "CmbPrefab";
//
// LblEventChance4Tip
@@ -305,13 +305,13 @@ namespace GrasscutterTools.Forms
//
// CmbBannerType
//
- resources.ApplyResources(this.CmbBannerType, "CmbBannerType");
this.CmbBannerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbBannerType.FormattingEnabled = true;
this.CmbBannerType.Items.AddRange(new object[] {
resources.GetString("CmbBannerType.Items"),
resources.GetString("CmbBannerType.Items1"),
resources.GetString("CmbBannerType.Items2")});
+ resources.ApplyResources(this.CmbBannerType, "CmbBannerType");
this.CmbBannerType.Name = "CmbBannerType";
//
// LblSortIdTip
@@ -358,11 +358,11 @@ namespace GrasscutterTools.Forms
//
// ListFallbackItems
//
- resources.ApplyResources(this.ListFallbackItems, "ListFallbackItems");
this.ListFallbackItems.CheckBoxes = true;
this.ListFallbackItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ColFallbackId,
this.ColFallbackName});
+ resources.ApplyResources(this.ListFallbackItems, "ListFallbackItems");
this.ListFallbackItems.FullRowSelect = true;
this.ListFallbackItems.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups"))),
@@ -393,11 +393,11 @@ namespace GrasscutterTools.Forms
//
// ListUpItems
//
- resources.ApplyResources(this.ListUpItems, "ListUpItems");
this.ListUpItems.CheckBoxes = true;
this.ListUpItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ColUpId,
this.ColUpName});
+ resources.ApplyResources(this.ListUpItems, "ListUpItems");
this.ListUpItems.FullRowSelect = true;
this.ListUpItems.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListUpItems.Groups"))),
diff --git a/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.cs b/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.cs
index cb12a77..a934408 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.cs
+++ b/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.cs
@@ -292,7 +292,11 @@ namespace GrasscutterTools.Forms
{
var banner = ParseBanner();
if (banner != null)
- TxtJson.Text = JsonConvert.SerializeObject(banner, Formatting.Indented);
+ {
+ var json = JsonConvert.SerializeObject(banner);
+ json = json.Replace(",\"", ",\r\n \"").Insert(1, "\r\n ");
+ TxtJson.Text = json.Insert(json.Length-1, "\r\n");
+ }
}
catch (Exception ex)
{
diff --git a/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.resx b/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.resx
index 53a3e0c..b7403b3 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.resx
+++ b/Source/GrasscutterTools/Forms/FormGachaBannerEditor2.resx
@@ -117,144 +117,849 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- GrpBannerValues
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
+
+ Top, Bottom, Left
-
+
+
True
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 112, 58
+
+ 217, 260
-
- 2
+
+ 151, 21
-
- True
+
+ 92
-
- GrpBannerValues
+
+ 自动避免UP被基础抽中
-
- 100, 23
+
+ ChkAutoStripRateUpFromFallback
-
- 34, 28
-
-
- 24
-
-
- 65
-
-
- 17
-
-
- LblBeginTime
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 相遇之缘
-
-
- 卡池参数
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 371, 233
-
-
- 2
-
-
- LblEventChance5Tip
-
-
- Fill
-
-
- GrpBannerValues
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Right
-
-
- ColUpName
-
-
- LblEventChance4
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpBannerValues
-
- BtnParse
+
+ 0
-
+
True
-
- 5
+
+ 74, 261
-
- %
+
+ 32, 17
-
+
+ 91
+
+
+ 选项
+
+
+ LblOptions
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 1
+
+
True
-
- 2
+
+ 112, 260
-
- Fill
+
+ 99, 21
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 90
-
- 12, 347
+
+ 避免命座溢出
+
+
+ ChkRemoveC6FormPool
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpBannerValues
+
+ 2
+
+
+ True
+
+
+ 6, 309
+
+
+ 104, 17
+
+
+ 20
+
+
+ 打开旧版本编辑器
+
+
+ LnkOpenOldEditor
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 3
+
+
+ 302, 173
+
+
+ 110, 23
+
+
+ 7
+
+
+ DTPEndTime
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 4
+
+
+ 112, 173
+
+
+ 110, 23
+
+
+ 6
+
+
+ DTPBeginTime
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 5
+
+
+ 112, 115
+
+
+ 300, 25
+
+
+ 3
+
+
+ CmbPrefab
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 371, 233
+
+
+ 19, 17
+
+
+ 89
+
+
+ %
+
+
+ LblEventChance4Tip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 7
+
+
+ True
+
+
+ 181, 233
+
+
+ 19, 17
+
+
+ 89
+
+
+ %
+
+
+ LblEventChance5Tip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 8
+
+
+ 302, 231
+
+
+ 63, 23
+
+
+ 10
+
+
+ NUDEventChance4
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 9
+
+
+ 112, 231
+
+
+ 63, 23
+
+
+ 9
+
+
+ NUDEventChance5
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 10
+
+
+ True
+
+
+ 34, 28
+
+
+ 72, 17
+
+
+ 48
+
+
+ GachaType
+
+
+ LblGachaType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 11
+
+
+ True
+
+
+ NoControl
+
+
+ 221, 233
+
+
+ 75, 17
+
+
+ 88
+
+
+ 4星活动爆率
+
+
+ LblEventChance4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 12
+
+
+ True
+
+
+ 31, 233
+
+
+ 75, 17
+
+
+ 88
+
+
+ 5星活动爆率
+
+
+ LblEventChance5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 13
+
+
+ True
+
+
+ 74, 204
+
+
+ 32, 17
+
+
+ 75
+
+
+ 顺序
+
+
+ LblSortId
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 14
+
+
+ 112, 26
+
+
+ 100, 23
+
+
+ 0
+
+
+ NUDGachaType
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 15
+
+
+ 112, 202
+
+
+ 100, 23
+
+
+ 8
+
+
+ NUDSortId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 16
+
+
+ True
+
+
+ 218, 28
+
+
+ 125, 17
+
+
+ 51
+
+
+ 从400开始,顺序递增
+
+
+ LblGachaTypeTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 17
+
+
+ True
+
+
+ 240, 176
+
+
+ 56, 17
+
+
+ 74
+
+
+ 结束时间
+
+
+ LblEndTime
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 18
+
+
+ True
+
+
+ 34, 57
+
+
+ 72, 17
+
+
+ 53
+
+
+ ScheduleId
+
+
+ LblScheduleId
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 19
+
+
+ True
+
+
+ 50, 176
+
+
+ 56, 17
+
+
+ 72
+
+
+ 开始时间
+
+
+ LblBeginTime
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 20
+
+
+ 112, 55
+
+
+ 100, 23
+
+
+ 1
+
+
+ NUDScheduleId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 21
+
+
+ True
+
+
+ 218, 57
+
+
+ 69, 17
+
+
+ 56
+
+
+ ID要求唯一
+
+
+ LblScheduleIdTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 22
+
+
+ 常驻池
+
+
+ 限时角色祈愿池
+
+
+ 限时武器祈愿池
+
+
+ 112, 84
+
+
+ 300, 25
+
+
+ 2
+
+
+ CmbBannerType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 23
+
+
+ True
+
+
+ 218, 204
+
+
+ 116, 17
+
+
+ 83
+
+
+ 客户端中显示的顺序
+
+
+ LblSortIdTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 24
+
+
+ True
+
+
+ 50, 87
+
+
+ 56, 17
+
+
+ 59
+
+
+ 奖池类型
+
LblBannerType
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 25
+
+
+ True
+
+
+ 112, 146
+
+
+ 74, 21
+
+
+ 4
+
+
+ 相遇之缘
+
+
+ RbCostItem224
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 26
+
+
+ True
+
+
+ 50, 148
+
+
+ 56, 17
+
+
+ 80
+
+
+ 祈愿道具
+
+
+ LblCostItem
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 27
+
+
+ True
+
+
+ 74, 118
+
+
+ 32, 17
+
+
+ 61
+
+
+ 预制
+
+
+ LblPrefabPath
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 28
+
+
+ True
+
+
+ 192, 146
+
+
+ 74, 21
+
+
+ 5
+
+
+ 纠缠之缘
+
+
+ RbCostItem223
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 29
+
+
+ 12, 12
+
+
+ 440, 329
+
+
+ 0
+
+
+ 卡池参数
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ ListFallbackItems
+
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpFallbackPool
+
+
+ 0
+
+
+ 458, 248
+
+
+ 210, 305
+
+
+ 5
+
+
+ 基础池
+
+
+ GrpFallbackPool
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
+
+ Fill
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
@@ -265,15 +970,6 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBBNQs=
-
- 0
-
-
- GrpWeights
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
@@ -282,19 +978,6 @@
ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
AwAAAAo15pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXNQs=
-
-
-
- 19, 17
-
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
- LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
- ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
- ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXNAs=
@@ -305,6 +988,26 @@
ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
AwAAAAo05pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBBNAs=
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
+ ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
+ AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXNAs=
+
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
+ ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
+ AwAAAAoz5pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBBMws=
@@ -317,216 +1020,89 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXMws=
-
- 限时角色祈愿池
+
+ 3, 19
-
- 110, 23
+
+ 204, 283
-
- LblEventChance5
-
-
- 72, 17
-
-
- 12, 453
-
-
- 1
-
-
- 纠缠之缘
-
-
- 4
-
-
- GrpWeights
-
-
- CmbBannerType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 32, 17
-
-
- 300, 23
-
-
- 9
-
-
- 9
-
-
- Bottom, Left
-
-
- 89
-
-
- 55, 32
-
-
- 22
-
-
- True
-
-
- 1
-
-
- DTPBeginTime
-
-
- 88
-
-
- 3
-
-
- 预制
-
-
- UP池
-
-
- 1
-
-
- 6
-
-
- 74, 21
-
-
- 300, 23
-
-
- 15
-
-
- LblPoolWeight5
-
-
- 解析Json
-
-
- 53
-
-
- GrpWeights
-
-
- NUDEventChance5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 16
-
-
+
0
-
- 984, 561
+
+ ListFallbackItems
-
- GrpJson
-
-
- GrpBalance
-
-
- GrpBannerValues
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpFallbackPool
-
- 112, 115
+
+ 0
-
- True
+
+ ID
-
- %
+
+ 65
-
- True
+
+ Name
-
- 4星权重
+
+ 110
-
- 4
+
+ Top, Left, Right
ListUpItems
-
- 结束时间
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 7
+
+ GrpUpPool
-
- 10
+
+ 0
458, 12
-
- 顺序
+
+ 210, 230
-
- 440, 329
+
+ 4
-
- 63, 23
+
+ UP池
-
- 300, 25
+
+ GrpUpPool
-
- 角色和武器平衡机制(仅混合池有效)
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 20
+
+ $this
-
- NUDSortId
+
+ 4
-
- 8
+
+ Fill
-
- True
-
-
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw==
-
-
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
- LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
- ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
- ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo05pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE0Cw==
+ AwAAAAo15pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE1Cw==
@@ -539,1053 +1115,612 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc1Cw==
-
- GrpBannerValues
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
+ ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
+ AwAAAAo05pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE0Cw==
+
-
- 帮助
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
+ ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
+ AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw==
+
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 26
-
-
- 210, 230
-
-
- GrpBannerValues
-
-
- 91
-
-
- True
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 110
-
-
- 6
-
-
- 0
-
-
- 112, 173
-
-
- 1
-
-
- 112, 146
-
-
- 5
-
-
- True
-
-
- 458, 248
-
-
- 0
-
-
- GrpBalance
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 112, 260
-
-
- 客户端中显示的顺序
-
-
- 112, 29
-
-
- True
-
-
- 125, 17
-
-
- GrpBannerValues
-
-
- 3
-
-
- 4
-
-
- ListFallbackItems
-
-
- 300, 541
-
-
- 6, 309
-
-
- LblEndTime
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnGen
-
-
- 5
-
-
- Json
-
-
- 0
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 23
-
-
- Bottom, Left
+
+ 3, 19
204, 208
-
- 28
-
-
- LblSortIdTip
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 104, 17
-
-
- 88
-
-
- 27
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 204, 283
-
-
- LblSortId
-
-
- GrpWeights
-
-
- 65
-
-
- 避免命座溢出
-
-
- NoControl
-
-
- Name
-
-
- Top, Bottom, Left
-
-
- GrpBannerValues
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
- LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
- ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
- ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAoz5pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBBMws=
-
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 25
-
-
- 5星活动爆率
-
-
- 5
-
-
- $this
-
-
- RbCostItem223
-
-
- 181, 233
-
-
- 18
-
-
- True
-
-
- 19, 17
-
-
- True
-
-
- 112, 29
-
-
- 210, 305
-
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
- LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
- ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
- ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo15pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE1Cw==
-
-
-
- 302, 231
-
-
- 74, 261
-
-
- 83
-
-
- 56
-
-
- LblCostItem
-
-
- GrpBannerValues
-
-
- GrpBannerValues
-
-
- 6, 19
-
-
- 440, 100
-
-
- LblEventChance4Tip
-
-
- LblWeight4
-
-
- True
-
-
- 112, 231
-
-
- Vertical
-
-
- 8
-
-
- NoControl
-
-
+
0
-
+
+ ListUpItems
+
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpUpPool
+
+
0
-
- GrpBannerValues
-
-
- GrpBannerValues
-
-
- 2
-
-
- 3
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- NUDEventChance4
-
-
- $this
-
-
- 219, 512
-
-
- True
-
-
- LblScheduleId
-
-
- 56, 17
-
-
- 0
-
-
- 90
-
-
- 19
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GachaType
-
-
- 51, 17
-
-
- Top, Bottom, Left, Right
-
-
- 2
-
-
- 110, 23
-
-
- 打开旧版本编辑器
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 55, 61
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 112, 202
-
-
- 34, 57
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3, 19
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 288, 487
-
ID
-
- 32, 17
+
+ 65
-
- 2
+
+ Name
+
+
+ 110
+
+
+ Top, Bottom, Right
+
+
+ Bottom, Left
+
+
+ 6, 512
+
+
+ 75, 23
+
+
+ 0
生成Json
+
+ BtnGen
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpJson
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ 6, 19
+
+
+ True
+
+
+ Both
+
+
+ 288, 487
+
+
+ 2
+
+
+ False
+
TxtJson
-
- 74
-
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpBannerValues
+
+ GrpJson
-
- 自动避免UP被基础抽中
+
+ 1
-
- True
+
+ Bottom, Right
-
- 21
+
+ 219, 512
-
- GrpBalance
+
+ 75, 23
-
- 祈愿道具
+
+ 1
-
- 100, 23
+
+ 解析Json
-
- 112, 55
+
+ BtnParse
-
- 选项
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpJson
+
+
+ 2
+
+
+ 674, 12
+
+
+ 300, 541
+
+
+ 6
+
+
+ Json
+
+
+ GrpJson
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
+
+ Bottom, Left
+
+
+ LnkWeightHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 0
TxtWeight4
-
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 1
+
+
+ TxtWeight5
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 2
+
+
+ LblWeight4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 3
+
+
+ LblWeight5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 4
+
+
+ 12, 347
+
+
+ 440, 100
+
+
+ 1
+
+
+ 卡池权重与保底机制
+
+
+ GrpWeights
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ True
+
+
+ 402, 0
+
+
+ 32, 17
+
+
+ 2
+
+
+ 帮助
+
+
+ LnkWeightHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 0
+
+
+ 112, 58
+
+
+ 300, 23
+
+
+ 2
+
+
+ TxtWeight4
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 1
+
+
+ 112, 29
+
+
+ 300, 23
+
+
+ 1
+
+
+ TxtWeight5
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 2
+
+
+ True
+
+
+ 55, 61
+
+
+ 51, 17
+
+
+ 1
+
+
+ 4星权重
+
+
+ LblWeight4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 3
+
+
+ True
+
+
+ 55, 32
+
+
+ 51, 17
+
+
+ 0
+
+
+ 5星权重
+
+
+ LblWeight5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ TxtPoolWeight4
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ 0
+
+
+ TxtPoolWeight5
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ 1
+
+
+ LblPoolWeight4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ 2
+
+
+ LblPoolWeight5
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpBalance
-
- 10
-
-
- 240, 176
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 89
-
-
- GrpBannerValues
-
-
- LnkWeightHelp
-
-
- 218, 57
-
-
- RbCostItem224
-
-
- 1
-
-
- ChkRemoveC6FormPool
-
-
- 14
-
-
- 674, 12
-
-
- GrpBannerValues
-
-
- 4
-
-
- 卡池权重与保底机制
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 112, 58
-
-
- 80
-
-
- GrpBannerValues
-
-
- 限时武器祈愿池
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 基础池
-
-
+
3
-
- ID要求唯一
-
-
- DTPEndTime
-
-
- LblGachaType
-
-
- 0
-
-
- 218, 204
-
-
- GrpBannerValues
-
-
- 300, 25
-
-
- TxtWeight5
-
-
- GrpBannerValues
-
-
- 217, 260
-
-
- 0
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBalance
-
-
- True
-
-
- True
-
-
- 3
-
-
- GrpWeights
-
-
- 51, 17
-
-
- 32, 17
-
-
- 50, 176
-
-
- 12
-
-
- 56, 17
-
-
- ID
-
-
- 0
-
-
- TxtPoolWeight4
-
-
- ColUpId
-
-
- NoControl
-
-
- NUDGachaType
-
-
- LblScheduleIdTip
-
-
- GrpBannerValues
-
-
- $this
-
-
- GrpJson
-
-
- 3, 4, 3, 4
-
-
- True
-
-
- Top, Left, Right
-
-
- 56, 17
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpUpPool
-
-
- True
-
-
- 112, 84
-
-
- 50, 87
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4星活动爆率
-
-
- True
-
-
- 302, 173
-
-
- 151, 21
-
-
- LnkOpenOldEditor
-
-
- 75, 23
-
-
- Name
-
-
- 112, 26
-
-
- 300, 23
-
-
- GrpBannerValues
-
-
- GrpBannerValues
-
-
- 72, 17
-
-
- 99, 21
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- ColFallbackName
-
-
- GrpUpPool
-
-
- 微软雅黑, 9pt
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpJson
-
-
- $this
-
-
- 50, 148
-
-
- LblGachaTypeTip
-
-
- 218, 28
-
-
- 2
-
-
- 4星池权重
-
-
- 6, 512
-
-
- 69, 17
-
-
- 7
-
-
- 116, 17
-
-
- 74, 21
-
-
- 1
-
-
- GrpJson
-
-
- 11
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Left, Right
-
-
- 43, 32
-
-
- 从400开始,顺序递增
-
-
- 20
-
-
- 1
-
-
- 5星池权重
-
-
- 2
-
-
- True
-
-
- CenterScreen
-
-
- 75, 17
-
-
- Bottom, Right
-
-
- LblOptions
-
-
- LblWeight5
-
-
- 75, 23
-
-
- 1
-
-
- GrpFallbackPool
-
-
- 56, 17
-
-
- 0
-
-
- 13
-
-
- 74, 118
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- GrpBannerValues
-
-
- 74, 204
-
-
- LblPrefabPath
-
-
- 4
-
-
- GrpBannerValues
-
-
- GrpBannerValues
-
-
- 72
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 51
-
-
- 43, 61
-
-
- LblPoolWeight4
-
-
- 300, 23
-
-
- 常驻池
-
-
- 7, 17
-
-
- 5星权重
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 92
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1000, 600
-
-
- 31, 233
-
-
- ColFallbackId
-
-
- 75
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 221, 233
+
+ 12, 453
440, 100
-
- 48
+
+ 3
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 角色和武器平衡机制(仅混合池有效)
-
- 61
+
+ GrpBalance
-
- 29
-
-
- GrpWeights
-
-
- $this
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDScheduleId
-
-
- 110
-
-
- FormGachaBannerEditor2
-
-
- ChkAutoStripRateUpFromFallback
-
-
- 6
-
-
- 192, 146
-
-
- True
-
-
- 75, 17
-
-
- GrpBannerValues
-
-
- 100, 23
-
-
- 开始时间
-
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 63, 17
+
+ $this
+
+
+ 0
+
+
+ 112, 58
+
+
+ 300, 23
+
+
+ 2
+
+
+ TxtPoolWeight4
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ 0
+
+
+ 112, 29
+
+
+ 300, 23
+
+
+ 1
TxtPoolWeight5
-
- 卡池编辑器
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 63, 23
+
+ GrpBalance
-
- CmbPrefab
+
+ 1
-
- GrpBannerValues
+
+ True
-
- 12, 12
-
-
- 63, 17
-
-
- ScheduleId
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 402, 0
-
-
- 32, 17
-
-
- 奖池类型
-
-
- 59
-
-
+
NoControl
-
- GrpBannerValues
+
+ 43, 61
+
+
+ 63, 17
+
+
+ 5
+
+
+ 4星池权重
+
+
+ LblPoolWeight4
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpBalance
+
+
2
-
- 3, 19
+
+ True
-
- 1
+
+ NoControl
+
+
+ 43, 32
+
+
+ 63, 17
+
+
+ 4
+
+
+ 5星池权重
+
+
+ LblPoolWeight5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ 3
True
+
+ 7, 17
+
+
+ 984, 561
+
+
+ 微软雅黑, 9pt
+
+
+ 3, 4, 3, 4
+
+
+ 1000, 600
+
+
+ CenterScreen
+
+
+ 卡池编辑器
+
+
+ ColFallbackId
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ColFallbackName
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ColUpId
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ColUpName
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FormGachaBannerEditor2
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 4989ab0..c721436 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -124,6 +124,7 @@ namespace GrasscutterTools.Forms
private void LoadUpdate()
{
+#if !DEBUG
Task.Run(() =>
{
try
@@ -151,11 +152,10 @@ namespace GrasscutterTools.Forms
}
catch (Exception)
{
-#if DEBUG
throw;
-#endif
}
});
+#endif
}
#endregion - 初始化 -