mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
588 lines
29 KiB
C#
588 lines
29 KiB
C#
|
|
namespace GrasscutterTools.Forms
|
|
{
|
|
partial class FormGachaBannerEditor2
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannerEditor2));
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series17 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series18 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series19 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series20 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.GrpBannerValues = new System.Windows.Forms.GroupBox();
|
|
this.DTPEndTime = new System.Windows.Forms.DateTimePicker();
|
|
this.DTPBeginTime = new System.Windows.Forms.DateTimePicker();
|
|
this.CmbPrefab = new System.Windows.Forms.ComboBox();
|
|
this.LblEventChance4Tip = new System.Windows.Forms.Label();
|
|
this.LblEventChance5Tip = new System.Windows.Forms.Label();
|
|
this.NUDEventChance4 = new System.Windows.Forms.NumericUpDown();
|
|
this.NUDEventChance5 = new System.Windows.Forms.NumericUpDown();
|
|
this.LblGachaType = new System.Windows.Forms.Label();
|
|
this.LblEventChance4 = new System.Windows.Forms.Label();
|
|
this.LblEventChance5 = new System.Windows.Forms.Label();
|
|
this.LblSortId = new System.Windows.Forms.Label();
|
|
this.NUDGachaType = new System.Windows.Forms.NumericUpDown();
|
|
this.NUDSortId = new System.Windows.Forms.NumericUpDown();
|
|
this.LblGachaTypeTip = new System.Windows.Forms.Label();
|
|
this.LblEndTime = new System.Windows.Forms.Label();
|
|
this.LblScheduleId = new System.Windows.Forms.Label();
|
|
this.LblBeginTime = new System.Windows.Forms.Label();
|
|
this.NUDScheduleId = new System.Windows.Forms.NumericUpDown();
|
|
this.LblScheduleIdTip = new System.Windows.Forms.Label();
|
|
this.CmbBannerType = new System.Windows.Forms.ComboBox();
|
|
this.LblSortIdTip = new System.Windows.Forms.Label();
|
|
this.LblBannerType = new System.Windows.Forms.Label();
|
|
this.RbCostItem224 = new System.Windows.Forms.RadioButton();
|
|
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.ListFallbackItems = new System.Windows.Forms.ListView();
|
|
this.ColFallbackId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.ColFallbackName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.GrpYellowPool = new System.Windows.Forms.GroupBox();
|
|
this.ListUpItems = new System.Windows.Forms.ListView();
|
|
this.ColUpId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.ColUpName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
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.ChartWeights = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.GrpWeights = new System.Windows.Forms.GroupBox();
|
|
this.ListBannerWeights = new System.Windows.Forms.ListView();
|
|
this.ColCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.ColWeight = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.MenuCUD = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.MenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemRemove = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.GrpBannerValues.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDGachaType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDSortId)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDScheduleId)).BeginInit();
|
|
this.GrpPurplePool.SuspendLayout();
|
|
this.GrpYellowPool.SuspendLayout();
|
|
this.GrpJson.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ChartWeights)).BeginInit();
|
|
this.GrpWeights.SuspendLayout();
|
|
this.MenuCUD.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// GrpBannerValues
|
|
//
|
|
this.GrpBannerValues.Controls.Add(this.DTPEndTime);
|
|
this.GrpBannerValues.Controls.Add(this.DTPBeginTime);
|
|
this.GrpBannerValues.Controls.Add(this.CmbPrefab);
|
|
this.GrpBannerValues.Controls.Add(this.LblEventChance4Tip);
|
|
this.GrpBannerValues.Controls.Add(this.LblEventChance5Tip);
|
|
this.GrpBannerValues.Controls.Add(this.NUDEventChance4);
|
|
this.GrpBannerValues.Controls.Add(this.NUDEventChance5);
|
|
this.GrpBannerValues.Controls.Add(this.LblGachaType);
|
|
this.GrpBannerValues.Controls.Add(this.LblEventChance4);
|
|
this.GrpBannerValues.Controls.Add(this.LblEventChance5);
|
|
this.GrpBannerValues.Controls.Add(this.LblSortId);
|
|
this.GrpBannerValues.Controls.Add(this.NUDGachaType);
|
|
this.GrpBannerValues.Controls.Add(this.NUDSortId);
|
|
this.GrpBannerValues.Controls.Add(this.LblGachaTypeTip);
|
|
this.GrpBannerValues.Controls.Add(this.LblEndTime);
|
|
this.GrpBannerValues.Controls.Add(this.LblScheduleId);
|
|
this.GrpBannerValues.Controls.Add(this.LblBeginTime);
|
|
this.GrpBannerValues.Controls.Add(this.NUDScheduleId);
|
|
this.GrpBannerValues.Controls.Add(this.LblScheduleIdTip);
|
|
this.GrpBannerValues.Controls.Add(this.CmbBannerType);
|
|
this.GrpBannerValues.Controls.Add(this.LblSortIdTip);
|
|
this.GrpBannerValues.Controls.Add(this.LblBannerType);
|
|
this.GrpBannerValues.Controls.Add(this.RbCostItem224);
|
|
this.GrpBannerValues.Controls.Add(this.LblCostItem);
|
|
this.GrpBannerValues.Controls.Add(this.LblPrefabPath);
|
|
this.GrpBannerValues.Controls.Add(this.RbCostItem223);
|
|
resources.ApplyResources(this.GrpBannerValues, "GrpBannerValues");
|
|
this.GrpBannerValues.Name = "GrpBannerValues";
|
|
this.GrpBannerValues.TabStop = false;
|
|
//
|
|
// DTPEndTime
|
|
//
|
|
resources.ApplyResources(this.DTPEndTime, "DTPEndTime");
|
|
this.DTPEndTime.MaxDate = new System.DateTime(2038, 1, 19, 0, 0, 0, 0);
|
|
this.DTPEndTime.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
|
|
this.DTPEndTime.Name = "DTPEndTime";
|
|
//
|
|
// DTPBeginTime
|
|
//
|
|
resources.ApplyResources(this.DTPBeginTime, "DTPBeginTime");
|
|
this.DTPBeginTime.MaxDate = new System.DateTime(2038, 1, 19, 0, 0, 0, 0);
|
|
this.DTPBeginTime.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
|
|
this.DTPBeginTime.Name = "DTPBeginTime";
|
|
//
|
|
// CmbPrefab
|
|
//
|
|
this.CmbPrefab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CmbPrefab.FormattingEnabled = true;
|
|
resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
|
|
this.CmbPrefab.Name = "CmbPrefab";
|
|
//
|
|
// LblEventChance4Tip
|
|
//
|
|
resources.ApplyResources(this.LblEventChance4Tip, "LblEventChance4Tip");
|
|
this.LblEventChance4Tip.Name = "LblEventChance4Tip";
|
|
//
|
|
// LblEventChance5Tip
|
|
//
|
|
resources.ApplyResources(this.LblEventChance5Tip, "LblEventChance5Tip");
|
|
this.LblEventChance5Tip.Name = "LblEventChance5Tip";
|
|
//
|
|
// NUDEventChance4
|
|
//
|
|
resources.ApplyResources(this.NUDEventChance4, "NUDEventChance4");
|
|
this.NUDEventChance4.Name = "NUDEventChance4";
|
|
this.NUDEventChance4.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// NUDEventChance5
|
|
//
|
|
resources.ApplyResources(this.NUDEventChance5, "NUDEventChance5");
|
|
this.NUDEventChance5.Name = "NUDEventChance5";
|
|
this.NUDEventChance5.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblGachaType
|
|
//
|
|
resources.ApplyResources(this.LblGachaType, "LblGachaType");
|
|
this.LblGachaType.Name = "LblGachaType";
|
|
//
|
|
// LblEventChance4
|
|
//
|
|
resources.ApplyResources(this.LblEventChance4, "LblEventChance4");
|
|
this.LblEventChance4.Name = "LblEventChance4";
|
|
//
|
|
// LblEventChance5
|
|
//
|
|
resources.ApplyResources(this.LblEventChance5, "LblEventChance5");
|
|
this.LblEventChance5.Name = "LblEventChance5";
|
|
//
|
|
// LblSortId
|
|
//
|
|
resources.ApplyResources(this.LblSortId, "LblSortId");
|
|
this.LblSortId.Name = "LblSortId";
|
|
//
|
|
// 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});
|
|
//
|
|
// LblGachaTypeTip
|
|
//
|
|
resources.ApplyResources(this.LblGachaTypeTip, "LblGachaTypeTip");
|
|
this.LblGachaTypeTip.Name = "LblGachaTypeTip";
|
|
//
|
|
// LblEndTime
|
|
//
|
|
resources.ApplyResources(this.LblEndTime, "LblEndTime");
|
|
this.LblEndTime.Name = "LblEndTime";
|
|
//
|
|
// LblScheduleId
|
|
//
|
|
resources.ApplyResources(this.LblScheduleId, "LblScheduleId");
|
|
this.LblScheduleId.Name = "LblScheduleId";
|
|
//
|
|
// LblBeginTime
|
|
//
|
|
resources.ApplyResources(this.LblBeginTime, "LblBeginTime");
|
|
this.LblBeginTime.Name = "LblBeginTime";
|
|
//
|
|
// 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});
|
|
//
|
|
// LblScheduleIdTip
|
|
//
|
|
resources.ApplyResources(this.LblScheduleIdTip, "LblScheduleIdTip");
|
|
this.LblScheduleIdTip.Name = "LblScheduleIdTip";
|
|
//
|
|
// 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";
|
|
//
|
|
// LblBannerType
|
|
//
|
|
resources.ApplyResources(this.LblBannerType, "LblBannerType");
|
|
this.LblBannerType.Name = "LblBannerType";
|
|
//
|
|
// RbCostItem224
|
|
//
|
|
resources.ApplyResources(this.RbCostItem224, "RbCostItem224");
|
|
this.RbCostItem224.Checked = true;
|
|
this.RbCostItem224.Name = "RbCostItem224";
|
|
this.RbCostItem224.TabStop = true;
|
|
this.RbCostItem224.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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.ListFallbackItems);
|
|
this.GrpPurplePool.Name = "GrpPurplePool";
|
|
this.GrpPurplePool.TabStop = false;
|
|
//
|
|
// 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"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups1"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups2"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups3"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups4"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups5")))});
|
|
this.ListFallbackItems.HideSelection = false;
|
|
this.ListFallbackItems.Name = "ListFallbackItems";
|
|
this.ListFallbackItems.UseCompatibleStateImageBehavior = false;
|
|
this.ListFallbackItems.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// ColFallbackId
|
|
//
|
|
resources.ApplyResources(this.ColFallbackId, "ColFallbackId");
|
|
//
|
|
// ColFallbackName
|
|
//
|
|
resources.ApplyResources(this.ColFallbackName, "ColFallbackName");
|
|
//
|
|
// GrpYellowPool
|
|
//
|
|
resources.ApplyResources(this.GrpYellowPool, "GrpYellowPool");
|
|
this.GrpYellowPool.Controls.Add(this.ListUpItems);
|
|
this.GrpYellowPool.Name = "GrpYellowPool";
|
|
this.GrpYellowPool.TabStop = false;
|
|
//
|
|
// 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"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListUpItems.Groups1"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListUpItems.Groups2"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListUpItems.Groups3")))});
|
|
this.ListUpItems.HideSelection = false;
|
|
this.ListUpItems.Name = "ListUpItems";
|
|
this.ListUpItems.UseCompatibleStateImageBehavior = false;
|
|
this.ListUpItems.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// ColUpId
|
|
//
|
|
resources.ApplyResources(this.ColUpId, "ColUpId");
|
|
//
|
|
// ColUpName
|
|
//
|
|
resources.ApplyResources(this.ColUpName, "ColUpName");
|
|
//
|
|
// 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);
|
|
//
|
|
// ChartWeights
|
|
//
|
|
chartArea5.AxisX.MajorGrid.LineColor = System.Drawing.Color.Gainsboro;
|
|
chartArea5.AxisY.MajorGrid.LineColor = System.Drawing.Color.Gainsboro;
|
|
chartArea5.Name = "ChartArea1";
|
|
this.ChartWeights.ChartAreas.Add(chartArea5);
|
|
resources.ApplyResources(this.ChartWeights, "ChartWeights");
|
|
this.ChartWeights.Name = "ChartWeights";
|
|
series17.ChartArea = "ChartArea1";
|
|
series17.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series17.Name = "SeriesWeight5";
|
|
series18.ChartArea = "ChartArea1";
|
|
series18.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series18.Name = "SeriesWeight4";
|
|
series19.ChartArea = "ChartArea1";
|
|
series19.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series19.Name = "SeriesPoolBalanceWeight5";
|
|
series20.ChartArea = "ChartArea1";
|
|
series20.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series20.Name = "SeriesPoolBalanceWeight4";
|
|
this.ChartWeights.Series.Add(series17);
|
|
this.ChartWeights.Series.Add(series18);
|
|
this.ChartWeights.Series.Add(series19);
|
|
this.ChartWeights.Series.Add(series20);
|
|
//
|
|
// GrpWeights
|
|
//
|
|
resources.ApplyResources(this.GrpWeights, "GrpWeights");
|
|
this.GrpWeights.Controls.Add(this.ListBannerWeights);
|
|
this.GrpWeights.Controls.Add(this.ChartWeights);
|
|
this.GrpWeights.Name = "GrpWeights";
|
|
this.GrpWeights.TabStop = false;
|
|
//
|
|
// ListBannerWeights
|
|
//
|
|
this.ListBannerWeights.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.ColCount,
|
|
this.ColWeight});
|
|
this.ListBannerWeights.ContextMenuStrip = this.MenuCUD;
|
|
this.ListBannerWeights.FullRowSelect = true;
|
|
this.ListBannerWeights.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListBannerWeights.Groups"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListBannerWeights.Groups1"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListBannerWeights.Groups2"))),
|
|
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListBannerWeights.Groups3")))});
|
|
this.ListBannerWeights.HideSelection = false;
|
|
resources.ApplyResources(this.ListBannerWeights, "ListBannerWeights");
|
|
this.ListBannerWeights.MultiSelect = false;
|
|
this.ListBannerWeights.Name = "ListBannerWeights";
|
|
this.ListBannerWeights.UseCompatibleStateImageBehavior = false;
|
|
this.ListBannerWeights.View = System.Windows.Forms.View.Details;
|
|
this.ListBannerWeights.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ListBannerWeights_MouseDoubleClick);
|
|
//
|
|
// ColCount
|
|
//
|
|
resources.ApplyResources(this.ColCount, "ColCount");
|
|
//
|
|
// ColWeight
|
|
//
|
|
resources.ApplyResources(this.ColWeight, "ColWeight");
|
|
//
|
|
// MenuCUD
|
|
//
|
|
this.MenuCUD.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.MenuItemEdit,
|
|
this.MenuItemAdd,
|
|
this.MenuItemRemove});
|
|
this.MenuCUD.Name = "MenuCUD";
|
|
resources.ApplyResources(this.MenuCUD, "MenuCUD");
|
|
//
|
|
// MenuItemAdd
|
|
//
|
|
this.MenuItemAdd.Name = "MenuItemAdd";
|
|
resources.ApplyResources(this.MenuItemAdd, "MenuItemAdd");
|
|
this.MenuItemAdd.Click += new System.EventHandler(this.MenuItemAdd_Click);
|
|
//
|
|
// MenuItemRemove
|
|
//
|
|
this.MenuItemRemove.Name = "MenuItemRemove";
|
|
resources.ApplyResources(this.MenuItemRemove, "MenuItemRemove");
|
|
this.MenuItemRemove.Click += new System.EventHandler(this.MenuItemRemove_Click);
|
|
//
|
|
// MenuItemEdit
|
|
//
|
|
this.MenuItemEdit.Name = "MenuItemEdit";
|
|
resources.ApplyResources(this.MenuItemEdit, "MenuItemEdit");
|
|
this.MenuItemEdit.Click += new System.EventHandler(this.MenuItemEdit_Click);
|
|
//
|
|
// FormGachaBannerEditor2
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.GrpWeights);
|
|
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 = "FormGachaBannerEditor2";
|
|
this.GrpBannerValues.ResumeLayout(false);
|
|
this.GrpBannerValues.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDGachaType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDSortId)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDScheduleId)).EndInit();
|
|
this.GrpPurplePool.ResumeLayout(false);
|
|
this.GrpYellowPool.ResumeLayout(false);
|
|
this.GrpJson.ResumeLayout(false);
|
|
this.GrpJson.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ChartWeights)).EndInit();
|
|
this.GrpWeights.ResumeLayout(false);
|
|
this.MenuCUD.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox GrpBannerValues;
|
|
private System.Windows.Forms.Label LblEventChance5Tip;
|
|
private System.Windows.Forms.NumericUpDown NUDEventChance5;
|
|
private System.Windows.Forms.Label LblGachaType;
|
|
private System.Windows.Forms.Label LblEventChance5;
|
|
private System.Windows.Forms.Label LblSortId;
|
|
private System.Windows.Forms.NumericUpDown NUDGachaType;
|
|
private System.Windows.Forms.NumericUpDown NUDSortId;
|
|
private System.Windows.Forms.Label LblGachaTypeTip;
|
|
private System.Windows.Forms.Label LblEndTime;
|
|
private System.Windows.Forms.Label LblScheduleId;
|
|
private System.Windows.Forms.Label LblBeginTime;
|
|
private System.Windows.Forms.NumericUpDown NUDScheduleId;
|
|
private System.Windows.Forms.Label LblScheduleIdTip;
|
|
private System.Windows.Forms.ComboBox CmbBannerType;
|
|
private System.Windows.Forms.Label LblSortIdTip;
|
|
private System.Windows.Forms.Label LblBannerType;
|
|
private System.Windows.Forms.RadioButton RbCostItem224;
|
|
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.GroupBox GrpYellowPool;
|
|
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;
|
|
private System.Windows.Forms.Label LblEventChance4;
|
|
private System.Windows.Forms.Label LblEventChance4Tip;
|
|
private System.Windows.Forms.NumericUpDown NUDEventChance4;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart ChartWeights;
|
|
private System.Windows.Forms.GroupBox GrpWeights;
|
|
private System.Windows.Forms.DateTimePicker DTPEndTime;
|
|
private System.Windows.Forms.DateTimePicker DTPBeginTime;
|
|
private System.Windows.Forms.ListView ListBannerWeights;
|
|
private System.Windows.Forms.ListView ListFallbackItems;
|
|
private System.Windows.Forms.ListView ListUpItems;
|
|
private System.Windows.Forms.ColumnHeader ColFallbackId;
|
|
private System.Windows.Forms.ColumnHeader ColFallbackName;
|
|
private System.Windows.Forms.ColumnHeader ColUpId;
|
|
private System.Windows.Forms.ColumnHeader ColUpName;
|
|
private System.Windows.Forms.ColumnHeader ColCount;
|
|
private System.Windows.Forms.ColumnHeader ColWeight;
|
|
private System.Windows.Forms.ContextMenuStrip MenuCUD;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemAdd;
|
|
private System.Windows.Forms.ToolStripMenuItem MenuItemRemove;
|
|
}
|
|
} |