mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
* Make basic interface framework (unfinished) * Show Items * Show Weights * Update Weights * Complete the new banner editor * Simple supplementary English translation (unfinished) * i18n Update * Update version to v1.4.0 * Clean up code
579 lines
26 KiB
C#
579 lines
26 KiB
C#
|
|
namespace GrasscutterTools.Forms
|
|
{
|
|
partial class FormGachaBannerEditor
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannerEditor));
|
|
this.GrpBannerValues = new System.Windows.Forms.GroupBox();
|
|
this.CmbPrefab = new System.Windows.Forms.ComboBox();
|
|
this.LblEventChanceTip = new System.Windows.Forms.Label();
|
|
this.NUDEventChance = new System.Windows.Forms.NumericUpDown();
|
|
this.LblGachaType = new System.Windows.Forms.Label();
|
|
this.LblEventChance = new System.Windows.Forms.Label();
|
|
this.NUDBaseYellowWeight = new System.Windows.Forms.NumericUpDown();
|
|
this.LblSortId = new System.Windows.Forms.Label();
|
|
this.TxtRateUpItems2 = new System.Windows.Forms.TextBox();
|
|
this.LblBaseYellowWeight = new System.Windows.Forms.Label();
|
|
this.NUDGachaType = new System.Windows.Forms.NumericUpDown();
|
|
this.NUDSortId = new System.Windows.Forms.NumericUpDown();
|
|
this.LblRateUpItems2 = new System.Windows.Forms.Label();
|
|
this.LblSoftPity = new System.Windows.Forms.Label();
|
|
this.LblGachaTypeTip = new System.Windows.Forms.Label();
|
|
this.LblEndTime = new System.Windows.Forms.Label();
|
|
this.LblRateUpItems1 = new System.Windows.Forms.Label();
|
|
this.NUDSoftPity = new System.Windows.Forms.NumericUpDown();
|
|
this.LblScheduleId = new System.Windows.Forms.Label();
|
|
this.LblBeginTime = new System.Windows.Forms.Label();
|
|
this.TxtRateUpItems1 = new System.Windows.Forms.TextBox();
|
|
this.LblHardPity = new System.Windows.Forms.Label();
|
|
this.NUDScheduleId = new System.Windows.Forms.NumericUpDown();
|
|
this.NUDEndTime = new System.Windows.Forms.NumericUpDown();
|
|
this.LblHardPityTip = new System.Windows.Forms.Label();
|
|
this.NUDHardPity = new System.Windows.Forms.NumericUpDown();
|
|
this.LblScheduleIdTip = new System.Windows.Forms.Label();
|
|
this.NUDBeginTime = new System.Windows.Forms.NumericUpDown();
|
|
this.LblSoftPityTip = new System.Windows.Forms.Label();
|
|
this.LblBasePurpleWeight = new System.Windows.Forms.Label();
|
|
this.CmbBannerType = new System.Windows.Forms.ComboBox();
|
|
this.LblSortIdTip = new System.Windows.Forms.Label();
|
|
this.NUDBasePurpleWeight = new System.Windows.Forms.NumericUpDown();
|
|
this.LblBannerType = new System.Windows.Forms.Label();
|
|
this.LblBasePurpleWeightTip = new System.Windows.Forms.Label();
|
|
this.RbCostItem224 = new System.Windows.Forms.RadioButton();
|
|
this.LblBaseYellowWeightTip = new System.Windows.Forms.Label();
|
|
this.LblCostItem = new System.Windows.Forms.Label();
|
|
this.LblPrefabPath = new System.Windows.Forms.Label();
|
|
this.RbCostItem223 = new System.Windows.Forms.RadioButton();
|
|
this.GrpPurplePool = new System.Windows.Forms.GroupBox();
|
|
this.ListPurplePool = new System.Windows.Forms.CheckedListBox();
|
|
this.GrpYellowPool = new System.Windows.Forms.GroupBox();
|
|
this.ListYellowPool = new System.Windows.Forms.CheckedListBox();
|
|
this.GrpJson = new System.Windows.Forms.GroupBox();
|
|
this.BtnGen = new System.Windows.Forms.Button();
|
|
this.TxtJson = new System.Windows.Forms.TextBox();
|
|
this.BtnParse = new System.Windows.Forms.Button();
|
|
this.GrpBannerValues.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDBaseYellowWeight)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDGachaType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDSortId)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDSoftPity)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDScheduleId)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEndTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDHardPity)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDBeginTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDBasePurpleWeight)).BeginInit();
|
|
this.GrpPurplePool.SuspendLayout();
|
|
this.GrpYellowPool.SuspendLayout();
|
|
this.GrpJson.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// GrpBannerValues
|
|
//
|
|
resources.ApplyResources(this.GrpBannerValues, "GrpBannerValues");
|
|
this.GrpBannerValues.Controls.Add(this.CmbPrefab);
|
|
this.GrpBannerValues.Controls.Add(this.LblEventChanceTip);
|
|
this.GrpBannerValues.Controls.Add(this.NUDEventChance);
|
|
this.GrpBannerValues.Controls.Add(this.LblGachaType);
|
|
this.GrpBannerValues.Controls.Add(this.LblEventChance);
|
|
this.GrpBannerValues.Controls.Add(this.NUDBaseYellowWeight);
|
|
this.GrpBannerValues.Controls.Add(this.LblSortId);
|
|
this.GrpBannerValues.Controls.Add(this.TxtRateUpItems2);
|
|
this.GrpBannerValues.Controls.Add(this.LblBaseYellowWeight);
|
|
this.GrpBannerValues.Controls.Add(this.NUDGachaType);
|
|
this.GrpBannerValues.Controls.Add(this.NUDSortId);
|
|
this.GrpBannerValues.Controls.Add(this.LblRateUpItems2);
|
|
this.GrpBannerValues.Controls.Add(this.LblSoftPity);
|
|
this.GrpBannerValues.Controls.Add(this.LblGachaTypeTip);
|
|
this.GrpBannerValues.Controls.Add(this.LblEndTime);
|
|
this.GrpBannerValues.Controls.Add(this.LblRateUpItems1);
|
|
this.GrpBannerValues.Controls.Add(this.NUDSoftPity);
|
|
this.GrpBannerValues.Controls.Add(this.LblScheduleId);
|
|
this.GrpBannerValues.Controls.Add(this.LblBeginTime);
|
|
this.GrpBannerValues.Controls.Add(this.TxtRateUpItems1);
|
|
this.GrpBannerValues.Controls.Add(this.LblHardPity);
|
|
this.GrpBannerValues.Controls.Add(this.NUDScheduleId);
|
|
this.GrpBannerValues.Controls.Add(this.NUDEndTime);
|
|
this.GrpBannerValues.Controls.Add(this.LblHardPityTip);
|
|
this.GrpBannerValues.Controls.Add(this.NUDHardPity);
|
|
this.GrpBannerValues.Controls.Add(this.LblScheduleIdTip);
|
|
this.GrpBannerValues.Controls.Add(this.NUDBeginTime);
|
|
this.GrpBannerValues.Controls.Add(this.LblSoftPityTip);
|
|
this.GrpBannerValues.Controls.Add(this.LblBasePurpleWeight);
|
|
this.GrpBannerValues.Controls.Add(this.CmbBannerType);
|
|
this.GrpBannerValues.Controls.Add(this.LblSortIdTip);
|
|
this.GrpBannerValues.Controls.Add(this.NUDBasePurpleWeight);
|
|
this.GrpBannerValues.Controls.Add(this.LblBannerType);
|
|
this.GrpBannerValues.Controls.Add(this.LblBasePurpleWeightTip);
|
|
this.GrpBannerValues.Controls.Add(this.RbCostItem224);
|
|
this.GrpBannerValues.Controls.Add(this.LblBaseYellowWeightTip);
|
|
this.GrpBannerValues.Controls.Add(this.LblCostItem);
|
|
this.GrpBannerValues.Controls.Add(this.LblPrefabPath);
|
|
this.GrpBannerValues.Controls.Add(this.RbCostItem223);
|
|
this.GrpBannerValues.Name = "GrpBannerValues";
|
|
this.GrpBannerValues.TabStop = false;
|
|
//
|
|
// CmbPrefab
|
|
//
|
|
this.CmbPrefab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CmbPrefab.FormattingEnabled = true;
|
|
resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
|
|
this.CmbPrefab.Name = "CmbPrefab";
|
|
//
|
|
// LblEventChanceTip
|
|
//
|
|
resources.ApplyResources(this.LblEventChanceTip, "LblEventChanceTip");
|
|
this.LblEventChanceTip.Name = "LblEventChanceTip";
|
|
//
|
|
// NUDEventChance
|
|
//
|
|
resources.ApplyResources(this.NUDEventChance, "NUDEventChance");
|
|
this.NUDEventChance.Name = "NUDEventChance";
|
|
this.NUDEventChance.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblGachaType
|
|
//
|
|
resources.ApplyResources(this.LblGachaType, "LblGachaType");
|
|
this.LblGachaType.Name = "LblGachaType";
|
|
//
|
|
// LblEventChance
|
|
//
|
|
resources.ApplyResources(this.LblEventChance, "LblEventChance");
|
|
this.LblEventChance.Name = "LblEventChance";
|
|
//
|
|
// NUDBaseYellowWeight
|
|
//
|
|
this.NUDBaseYellowWeight.DecimalPlaces = 2;
|
|
resources.ApplyResources(this.NUDBaseYellowWeight, "NUDBaseYellowWeight");
|
|
this.NUDBaseYellowWeight.Name = "NUDBaseYellowWeight";
|
|
this.NUDBaseYellowWeight.Value = new decimal(new int[] {
|
|
6,
|
|
0,
|
|
0,
|
|
65536});
|
|
//
|
|
// LblSortId
|
|
//
|
|
resources.ApplyResources(this.LblSortId, "LblSortId");
|
|
this.LblSortId.Name = "LblSortId";
|
|
//
|
|
// TxtRateUpItems2
|
|
//
|
|
this.TxtRateUpItems2.BackColor = System.Drawing.Color.White;
|
|
resources.ApplyResources(this.TxtRateUpItems2, "TxtRateUpItems2");
|
|
this.TxtRateUpItems2.Name = "TxtRateUpItems2";
|
|
this.TxtRateUpItems2.ReadOnly = true;
|
|
//
|
|
// LblBaseYellowWeight
|
|
//
|
|
resources.ApplyResources(this.LblBaseYellowWeight, "LblBaseYellowWeight");
|
|
this.LblBaseYellowWeight.Name = "LblBaseYellowWeight";
|
|
//
|
|
// NUDGachaType
|
|
//
|
|
resources.ApplyResources(this.NUDGachaType, "NUDGachaType");
|
|
this.NUDGachaType.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDGachaType.Name = "NUDGachaType";
|
|
this.NUDGachaType.Value = new decimal(new int[] {
|
|
400,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// NUDSortId
|
|
//
|
|
resources.ApplyResources(this.NUDSortId, "NUDSortId");
|
|
this.NUDSortId.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDSortId.Minimum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDSortId.Name = "NUDSortId";
|
|
this.NUDSortId.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblRateUpItems2
|
|
//
|
|
resources.ApplyResources(this.LblRateUpItems2, "LblRateUpItems2");
|
|
this.LblRateUpItems2.Name = "LblRateUpItems2";
|
|
//
|
|
// LblSoftPity
|
|
//
|
|
resources.ApplyResources(this.LblSoftPity, "LblSoftPity");
|
|
this.LblSoftPity.Name = "LblSoftPity";
|
|
//
|
|
// LblGachaTypeTip
|
|
//
|
|
resources.ApplyResources(this.LblGachaTypeTip, "LblGachaTypeTip");
|
|
this.LblGachaTypeTip.Name = "LblGachaTypeTip";
|
|
//
|
|
// LblEndTime
|
|
//
|
|
resources.ApplyResources(this.LblEndTime, "LblEndTime");
|
|
this.LblEndTime.Name = "LblEndTime";
|
|
//
|
|
// LblRateUpItems1
|
|
//
|
|
resources.ApplyResources(this.LblRateUpItems1, "LblRateUpItems1");
|
|
this.LblRateUpItems1.Name = "LblRateUpItems1";
|
|
//
|
|
// NUDSoftPity
|
|
//
|
|
resources.ApplyResources(this.NUDSoftPity, "NUDSoftPity");
|
|
this.NUDSoftPity.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDSoftPity.Name = "NUDSoftPity";
|
|
this.NUDSoftPity.Value = new decimal(new int[] {
|
|
75,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblScheduleId
|
|
//
|
|
resources.ApplyResources(this.LblScheduleId, "LblScheduleId");
|
|
this.LblScheduleId.Name = "LblScheduleId";
|
|
//
|
|
// LblBeginTime
|
|
//
|
|
resources.ApplyResources(this.LblBeginTime, "LblBeginTime");
|
|
this.LblBeginTime.Name = "LblBeginTime";
|
|
//
|
|
// TxtRateUpItems1
|
|
//
|
|
this.TxtRateUpItems1.BackColor = System.Drawing.Color.White;
|
|
resources.ApplyResources(this.TxtRateUpItems1, "TxtRateUpItems1");
|
|
this.TxtRateUpItems1.Name = "TxtRateUpItems1";
|
|
this.TxtRateUpItems1.ReadOnly = true;
|
|
//
|
|
// LblHardPity
|
|
//
|
|
resources.ApplyResources(this.LblHardPity, "LblHardPity");
|
|
this.LblHardPity.Name = "LblHardPity";
|
|
//
|
|
// NUDScheduleId
|
|
//
|
|
resources.ApplyResources(this.NUDScheduleId, "NUDScheduleId");
|
|
this.NUDScheduleId.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDScheduleId.Name = "NUDScheduleId";
|
|
this.NUDScheduleId.Value = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// NUDEndTime
|
|
//
|
|
resources.ApplyResources(this.NUDEndTime, "NUDEndTime");
|
|
this.NUDEndTime.Maximum = new decimal(new int[] {
|
|
1924992000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDEndTime.Name = "NUDEndTime";
|
|
this.NUDEndTime.Value = new decimal(new int[] {
|
|
1924992000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblHardPityTip
|
|
//
|
|
resources.ApplyResources(this.LblHardPityTip, "LblHardPityTip");
|
|
this.LblHardPityTip.Name = "LblHardPityTip";
|
|
//
|
|
// NUDHardPity
|
|
//
|
|
resources.ApplyResources(this.NUDHardPity, "NUDHardPity");
|
|
this.NUDHardPity.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDHardPity.Name = "NUDHardPity";
|
|
this.NUDHardPity.Value = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblScheduleIdTip
|
|
//
|
|
resources.ApplyResources(this.LblScheduleIdTip, "LblScheduleIdTip");
|
|
this.LblScheduleIdTip.Name = "LblScheduleIdTip";
|
|
//
|
|
// NUDBeginTime
|
|
//
|
|
resources.ApplyResources(this.NUDBeginTime, "NUDBeginTime");
|
|
this.NUDBeginTime.Maximum = new decimal(new int[] {
|
|
1924992000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDBeginTime.Name = "NUDBeginTime";
|
|
//
|
|
// LblSoftPityTip
|
|
//
|
|
resources.ApplyResources(this.LblSoftPityTip, "LblSoftPityTip");
|
|
this.LblSoftPityTip.Name = "LblSoftPityTip";
|
|
//
|
|
// LblBasePurpleWeight
|
|
//
|
|
resources.ApplyResources(this.LblBasePurpleWeight, "LblBasePurpleWeight");
|
|
this.LblBasePurpleWeight.Name = "LblBasePurpleWeight";
|
|
//
|
|
// 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
|
|
//
|
|
resources.ApplyResources(this.LblSortIdTip, "LblSortIdTip");
|
|
this.LblSortIdTip.Name = "LblSortIdTip";
|
|
//
|
|
// NUDBasePurpleWeight
|
|
//
|
|
this.NUDBasePurpleWeight.DecimalPlaces = 2;
|
|
resources.ApplyResources(this.NUDBasePurpleWeight, "NUDBasePurpleWeight");
|
|
this.NUDBasePurpleWeight.Name = "NUDBasePurpleWeight";
|
|
this.NUDBasePurpleWeight.Value = new decimal(new int[] {
|
|
51,
|
|
0,
|
|
0,
|
|
65536});
|
|
//
|
|
// LblBannerType
|
|
//
|
|
resources.ApplyResources(this.LblBannerType, "LblBannerType");
|
|
this.LblBannerType.Name = "LblBannerType";
|
|
//
|
|
// LblBasePurpleWeightTip
|
|
//
|
|
resources.ApplyResources(this.LblBasePurpleWeightTip, "LblBasePurpleWeightTip");
|
|
this.LblBasePurpleWeightTip.Name = "LblBasePurpleWeightTip";
|
|
//
|
|
// RbCostItem224
|
|
//
|
|
resources.ApplyResources(this.RbCostItem224, "RbCostItem224");
|
|
this.RbCostItem224.Checked = true;
|
|
this.RbCostItem224.Name = "RbCostItem224";
|
|
this.RbCostItem224.TabStop = true;
|
|
this.RbCostItem224.UseVisualStyleBackColor = true;
|
|
//
|
|
// LblBaseYellowWeightTip
|
|
//
|
|
resources.ApplyResources(this.LblBaseYellowWeightTip, "LblBaseYellowWeightTip");
|
|
this.LblBaseYellowWeightTip.Name = "LblBaseYellowWeightTip";
|
|
//
|
|
// LblCostItem
|
|
//
|
|
resources.ApplyResources(this.LblCostItem, "LblCostItem");
|
|
this.LblCostItem.Name = "LblCostItem";
|
|
//
|
|
// LblPrefabPath
|
|
//
|
|
resources.ApplyResources(this.LblPrefabPath, "LblPrefabPath");
|
|
this.LblPrefabPath.Name = "LblPrefabPath";
|
|
//
|
|
// RbCostItem223
|
|
//
|
|
resources.ApplyResources(this.RbCostItem223, "RbCostItem223");
|
|
this.RbCostItem223.Name = "RbCostItem223";
|
|
this.RbCostItem223.TabStop = true;
|
|
this.RbCostItem223.UseVisualStyleBackColor = true;
|
|
//
|
|
// GrpPurplePool
|
|
//
|
|
resources.ApplyResources(this.GrpPurplePool, "GrpPurplePool");
|
|
this.GrpPurplePool.Controls.Add(this.ListPurplePool);
|
|
this.GrpPurplePool.Name = "GrpPurplePool";
|
|
this.GrpPurplePool.TabStop = false;
|
|
//
|
|
// ListPurplePool
|
|
//
|
|
this.ListPurplePool.CheckOnClick = true;
|
|
resources.ApplyResources(this.ListPurplePool, "ListPurplePool");
|
|
this.ListPurplePool.FormattingEnabled = true;
|
|
this.ListPurplePool.Name = "ListPurplePool";
|
|
this.ListPurplePool.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ListPurplePool_ItemCheck);
|
|
//
|
|
// GrpYellowPool
|
|
//
|
|
resources.ApplyResources(this.GrpYellowPool, "GrpYellowPool");
|
|
this.GrpYellowPool.Controls.Add(this.ListYellowPool);
|
|
this.GrpYellowPool.Name = "GrpYellowPool";
|
|
this.GrpYellowPool.TabStop = false;
|
|
//
|
|
// ListYellowPool
|
|
//
|
|
this.ListYellowPool.CheckOnClick = true;
|
|
resources.ApplyResources(this.ListYellowPool, "ListYellowPool");
|
|
this.ListYellowPool.FormattingEnabled = true;
|
|
this.ListYellowPool.Name = "ListYellowPool";
|
|
this.ListYellowPool.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ListYellowPool_ItemCheck);
|
|
//
|
|
// GrpJson
|
|
//
|
|
resources.ApplyResources(this.GrpJson, "GrpJson");
|
|
this.GrpJson.Controls.Add(this.BtnGen);
|
|
this.GrpJson.Controls.Add(this.TxtJson);
|
|
this.GrpJson.Controls.Add(this.BtnParse);
|
|
this.GrpJson.Name = "GrpJson";
|
|
this.GrpJson.TabStop = false;
|
|
//
|
|
// BtnGen
|
|
//
|
|
resources.ApplyResources(this.BtnGen, "BtnGen");
|
|
this.BtnGen.Name = "BtnGen";
|
|
this.BtnGen.UseVisualStyleBackColor = true;
|
|
this.BtnGen.Click += new System.EventHandler(this.BtnGen_Click);
|
|
//
|
|
// TxtJson
|
|
//
|
|
resources.ApplyResources(this.TxtJson, "TxtJson");
|
|
this.TxtJson.Name = "TxtJson";
|
|
//
|
|
// BtnParse
|
|
//
|
|
resources.ApplyResources(this.BtnParse, "BtnParse");
|
|
this.BtnParse.Name = "BtnParse";
|
|
this.BtnParse.UseVisualStyleBackColor = true;
|
|
this.BtnParse.Click += new System.EventHandler(this.BtnParse_Click);
|
|
//
|
|
// FormGachaBannerEditor
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.GrpJson);
|
|
this.Controls.Add(this.GrpPurplePool);
|
|
this.Controls.Add(this.GrpYellowPool);
|
|
this.Controls.Add(this.GrpBannerValues);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "FormGachaBannerEditor";
|
|
this.GrpBannerValues.ResumeLayout(false);
|
|
this.GrpBannerValues.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDBaseYellowWeight)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDGachaType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDSortId)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDSoftPity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDScheduleId)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEndTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDHardPity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDBeginTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDBasePurpleWeight)).EndInit();
|
|
this.GrpPurplePool.ResumeLayout(false);
|
|
this.GrpYellowPool.ResumeLayout(false);
|
|
this.GrpJson.ResumeLayout(false);
|
|
this.GrpJson.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox GrpBannerValues;
|
|
private System.Windows.Forms.Label LblEventChanceTip;
|
|
private System.Windows.Forms.NumericUpDown NUDEventChance;
|
|
private System.Windows.Forms.Label LblGachaType;
|
|
private System.Windows.Forms.Label LblEventChance;
|
|
private System.Windows.Forms.NumericUpDown NUDBaseYellowWeight;
|
|
private System.Windows.Forms.Label LblSortId;
|
|
private System.Windows.Forms.TextBox TxtRateUpItems2;
|
|
private System.Windows.Forms.Label LblBaseYellowWeight;
|
|
private System.Windows.Forms.NumericUpDown NUDGachaType;
|
|
private System.Windows.Forms.NumericUpDown NUDSortId;
|
|
private System.Windows.Forms.Label LblRateUpItems2;
|
|
private System.Windows.Forms.Label LblSoftPity;
|
|
private System.Windows.Forms.Label LblGachaTypeTip;
|
|
private System.Windows.Forms.Label LblEndTime;
|
|
private System.Windows.Forms.Label LblRateUpItems1;
|
|
private System.Windows.Forms.NumericUpDown NUDSoftPity;
|
|
private System.Windows.Forms.Label LblScheduleId;
|
|
private System.Windows.Forms.Label LblBeginTime;
|
|
private System.Windows.Forms.TextBox TxtRateUpItems1;
|
|
private System.Windows.Forms.Label LblHardPity;
|
|
private System.Windows.Forms.NumericUpDown NUDScheduleId;
|
|
private System.Windows.Forms.NumericUpDown NUDEndTime;
|
|
private System.Windows.Forms.Label LblHardPityTip;
|
|
private System.Windows.Forms.NumericUpDown NUDHardPity;
|
|
private System.Windows.Forms.Label LblScheduleIdTip;
|
|
private System.Windows.Forms.NumericUpDown NUDBeginTime;
|
|
private System.Windows.Forms.Label LblSoftPityTip;
|
|
private System.Windows.Forms.Label LblBasePurpleWeight;
|
|
private System.Windows.Forms.ComboBox CmbBannerType;
|
|
private System.Windows.Forms.Label LblSortIdTip;
|
|
private System.Windows.Forms.NumericUpDown NUDBasePurpleWeight;
|
|
private System.Windows.Forms.Label LblBannerType;
|
|
private System.Windows.Forms.Label LblBasePurpleWeightTip;
|
|
private System.Windows.Forms.RadioButton RbCostItem224;
|
|
private System.Windows.Forms.Label LblBaseYellowWeightTip;
|
|
private System.Windows.Forms.Label LblCostItem;
|
|
private System.Windows.Forms.Label LblPrefabPath;
|
|
private System.Windows.Forms.RadioButton RbCostItem223;
|
|
private System.Windows.Forms.GroupBox GrpPurplePool;
|
|
private System.Windows.Forms.CheckedListBox ListPurplePool;
|
|
private System.Windows.Forms.GroupBox GrpYellowPool;
|
|
private System.Windows.Forms.CheckedListBox ListYellowPool;
|
|
private System.Windows.Forms.GroupBox GrpJson;
|
|
private System.Windows.Forms.TextBox TxtJson;
|
|
private System.Windows.Forms.Button BtnGen;
|
|
private System.Windows.Forms.Button BtnParse;
|
|
private System.Windows.Forms.ComboBox CmbPrefab;
|
|
}
|
|
} |