mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
771 lines
37 KiB
C#
771 lines
37 KiB
C#
|
|
namespace GrasscutterTools.Forms
|
|
{
|
|
partial class FormGachaBannersEditor3
|
|
{
|
|
/// <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(FormGachaBannersEditor3));
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.GrpBannerValues = new System.Windows.Forms.GroupBox();
|
|
this.CmbTitlePath = new System.Windows.Forms.ComboBox();
|
|
this.LblTitlePath = new System.Windows.Forms.Label();
|
|
this.NUDCostItemAmount10 = new System.Windows.Forms.NumericUpDown();
|
|
this.LblCostItemAmount10 = new System.Windows.Forms.Label();
|
|
this.NUDCostItemAmount1 = new System.Windows.Forms.NumericUpDown();
|
|
this.LblCostItemAmount1 = new System.Windows.Forms.Label();
|
|
this.ChkAutoStripRateUpFromFallback = new System.Windows.Forms.CheckBox();
|
|
this.LblOptions = new System.Windows.Forms.Label();
|
|
this.ChkRemoveC6FormPool = new System.Windows.Forms.CheckBox();
|
|
this.LnkOpenOldEditor = new System.Windows.Forms.LinkLabel();
|
|
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.GrpFallbackPool = 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.GrpUpPool = 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.GrpWeights = new System.Windows.Forms.GroupBox();
|
|
this.LnkWeightHelp = new System.Windows.Forms.LinkLabel();
|
|
this.TxtWeight4 = new System.Windows.Forms.TextBox();
|
|
this.TxtWeight5 = new System.Windows.Forms.TextBox();
|
|
this.LblWeight4 = new System.Windows.Forms.Label();
|
|
this.LblWeight5 = new System.Windows.Forms.Label();
|
|
this.GrpBalance = new System.Windows.Forms.GroupBox();
|
|
this.TxtPoolWeight4 = new System.Windows.Forms.TextBox();
|
|
this.TxtPoolWeight5 = new System.Windows.Forms.TextBox();
|
|
this.LblPoolWeight4 = new System.Windows.Forms.Label();
|
|
this.LblPoolWeight5 = new System.Windows.Forms.Label();
|
|
this.ChartWeights = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.GrpBanners = new System.Windows.Forms.GroupBox();
|
|
this.ListBanners = new System.Windows.Forms.ListBox();
|
|
this.FLPBannersControl = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.BtnAddOrUpdate = new System.Windows.Forms.Button();
|
|
this.BtnDelete = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.TxtBannersJsonPath = new System.Windows.Forms.TextBox();
|
|
this.BtnLoad = new System.Windows.Forms.Button();
|
|
this.BtnSave = new System.Windows.Forms.Button();
|
|
this.BtnClear = new System.Windows.Forms.Button();
|
|
this.GrpBannerValues.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDCostItemAmount10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDCostItemAmount1)).BeginInit();
|
|
((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.GrpFallbackPool.SuspendLayout();
|
|
this.GrpUpPool.SuspendLayout();
|
|
this.GrpWeights.SuspendLayout();
|
|
this.GrpBalance.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ChartWeights)).BeginInit();
|
|
this.GrpBanners.SuspendLayout();
|
|
this.FLPBannersControl.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// GrpBannerValues
|
|
//
|
|
resources.ApplyResources(this.GrpBannerValues, "GrpBannerValues");
|
|
this.GrpBannerValues.Controls.Add(this.BtnAddOrUpdate);
|
|
this.GrpBannerValues.Controls.Add(this.CmbTitlePath);
|
|
this.GrpBannerValues.Controls.Add(this.LblTitlePath);
|
|
this.GrpBannerValues.Controls.Add(this.NUDCostItemAmount10);
|
|
this.GrpBannerValues.Controls.Add(this.LblCostItemAmount10);
|
|
this.GrpBannerValues.Controls.Add(this.NUDCostItemAmount1);
|
|
this.GrpBannerValues.Controls.Add(this.LblCostItemAmount1);
|
|
this.GrpBannerValues.Controls.Add(this.ChkAutoStripRateUpFromFallback);
|
|
this.GrpBannerValues.Controls.Add(this.LblOptions);
|
|
this.GrpBannerValues.Controls.Add(this.ChkRemoveC6FormPool);
|
|
this.GrpBannerValues.Controls.Add(this.LnkOpenOldEditor);
|
|
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);
|
|
this.GrpBannerValues.Name = "GrpBannerValues";
|
|
this.GrpBannerValues.TabStop = false;
|
|
//
|
|
// CmbTitlePath
|
|
//
|
|
this.CmbTitlePath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CmbTitlePath.FormattingEnabled = true;
|
|
resources.ApplyResources(this.CmbTitlePath, "CmbTitlePath");
|
|
this.CmbTitlePath.Name = "CmbTitlePath";
|
|
//
|
|
// LblTitlePath
|
|
//
|
|
resources.ApplyResources(this.LblTitlePath, "LblTitlePath");
|
|
this.LblTitlePath.Name = "LblTitlePath";
|
|
//
|
|
// NUDCostItemAmount10
|
|
//
|
|
resources.ApplyResources(this.NUDCostItemAmount10, "NUDCostItemAmount10");
|
|
this.NUDCostItemAmount10.Maximum = new decimal(new int[] {
|
|
2147483647,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDCostItemAmount10.Name = "NUDCostItemAmount10";
|
|
this.NUDCostItemAmount10.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblCostItemAmount10
|
|
//
|
|
resources.ApplyResources(this.LblCostItemAmount10, "LblCostItemAmount10");
|
|
this.LblCostItemAmount10.Name = "LblCostItemAmount10";
|
|
//
|
|
// NUDCostItemAmount1
|
|
//
|
|
resources.ApplyResources(this.NUDCostItemAmount1, "NUDCostItemAmount1");
|
|
this.NUDCostItemAmount1.Maximum = new decimal(new int[] {
|
|
2147483647,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUDCostItemAmount1.Name = "NUDCostItemAmount1";
|
|
this.NUDCostItemAmount1.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// LblCostItemAmount1
|
|
//
|
|
resources.ApplyResources(this.LblCostItemAmount1, "LblCostItemAmount1");
|
|
this.LblCostItemAmount1.Name = "LblCostItemAmount1";
|
|
//
|
|
// ChkAutoStripRateUpFromFallback
|
|
//
|
|
resources.ApplyResources(this.ChkAutoStripRateUpFromFallback, "ChkAutoStripRateUpFromFallback");
|
|
this.ChkAutoStripRateUpFromFallback.Name = "ChkAutoStripRateUpFromFallback";
|
|
this.ChkAutoStripRateUpFromFallback.UseVisualStyleBackColor = true;
|
|
//
|
|
// LblOptions
|
|
//
|
|
resources.ApplyResources(this.LblOptions, "LblOptions");
|
|
this.LblOptions.Name = "LblOptions";
|
|
//
|
|
// ChkRemoveC6FormPool
|
|
//
|
|
resources.ApplyResources(this.ChkRemoveC6FormPool, "ChkRemoveC6FormPool");
|
|
this.ChkRemoveC6FormPool.Name = "ChkRemoveC6FormPool";
|
|
this.ChkRemoveC6FormPool.UseVisualStyleBackColor = true;
|
|
//
|
|
// LnkOpenOldEditor
|
|
//
|
|
resources.ApplyResources(this.LnkOpenOldEditor, "LnkOpenOldEditor");
|
|
this.LnkOpenOldEditor.Name = "LnkOpenOldEditor";
|
|
this.LnkOpenOldEditor.TabStop = true;
|
|
this.LnkOpenOldEditor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkOpenOldEditor_LinkClicked);
|
|
//
|
|
// 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.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;
|
|
//
|
|
// GrpFallbackPool
|
|
//
|
|
resources.ApplyResources(this.GrpFallbackPool, "GrpFallbackPool");
|
|
this.GrpFallbackPool.Controls.Add(this.ListFallbackItems);
|
|
this.GrpFallbackPool.Name = "GrpFallbackPool";
|
|
this.GrpFallbackPool.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")))});
|
|
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");
|
|
//
|
|
// GrpUpPool
|
|
//
|
|
resources.ApplyResources(this.GrpUpPool, "GrpUpPool");
|
|
this.GrpUpPool.Controls.Add(this.ListUpItems);
|
|
this.GrpUpPool.Name = "GrpUpPool";
|
|
this.GrpUpPool.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");
|
|
//
|
|
// GrpWeights
|
|
//
|
|
resources.ApplyResources(this.GrpWeights, "GrpWeights");
|
|
this.GrpWeights.Controls.Add(this.LnkWeightHelp);
|
|
this.GrpWeights.Controls.Add(this.TxtWeight4);
|
|
this.GrpWeights.Controls.Add(this.TxtWeight5);
|
|
this.GrpWeights.Controls.Add(this.LblWeight4);
|
|
this.GrpWeights.Controls.Add(this.LblWeight5);
|
|
this.GrpWeights.Name = "GrpWeights";
|
|
this.GrpWeights.TabStop = false;
|
|
//
|
|
// LnkWeightHelp
|
|
//
|
|
resources.ApplyResources(this.LnkWeightHelp, "LnkWeightHelp");
|
|
this.LnkWeightHelp.Name = "LnkWeightHelp";
|
|
this.LnkWeightHelp.TabStop = true;
|
|
this.LnkWeightHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkWeightHelp_LinkClicked);
|
|
//
|
|
// TxtWeight4
|
|
//
|
|
resources.ApplyResources(this.TxtWeight4, "TxtWeight4");
|
|
this.TxtWeight4.Name = "TxtWeight4";
|
|
//
|
|
// TxtWeight5
|
|
//
|
|
resources.ApplyResources(this.TxtWeight5, "TxtWeight5");
|
|
this.TxtWeight5.Name = "TxtWeight5";
|
|
//
|
|
// LblWeight4
|
|
//
|
|
resources.ApplyResources(this.LblWeight4, "LblWeight4");
|
|
this.LblWeight4.Name = "LblWeight4";
|
|
//
|
|
// LblWeight5
|
|
//
|
|
resources.ApplyResources(this.LblWeight5, "LblWeight5");
|
|
this.LblWeight5.Name = "LblWeight5";
|
|
//
|
|
// GrpBalance
|
|
//
|
|
resources.ApplyResources(this.GrpBalance, "GrpBalance");
|
|
this.GrpBalance.Controls.Add(this.TxtPoolWeight4);
|
|
this.GrpBalance.Controls.Add(this.TxtPoolWeight5);
|
|
this.GrpBalance.Controls.Add(this.LblPoolWeight4);
|
|
this.GrpBalance.Controls.Add(this.LblPoolWeight5);
|
|
this.GrpBalance.Name = "GrpBalance";
|
|
this.GrpBalance.TabStop = false;
|
|
//
|
|
// TxtPoolWeight4
|
|
//
|
|
resources.ApplyResources(this.TxtPoolWeight4, "TxtPoolWeight4");
|
|
this.TxtPoolWeight4.Name = "TxtPoolWeight4";
|
|
//
|
|
// TxtPoolWeight5
|
|
//
|
|
resources.ApplyResources(this.TxtPoolWeight5, "TxtPoolWeight5");
|
|
this.TxtPoolWeight5.Name = "TxtPoolWeight5";
|
|
//
|
|
// LblPoolWeight4
|
|
//
|
|
resources.ApplyResources(this.LblPoolWeight4, "LblPoolWeight4");
|
|
this.LblPoolWeight4.Name = "LblPoolWeight4";
|
|
//
|
|
// LblPoolWeight5
|
|
//
|
|
resources.ApplyResources(this.LblPoolWeight5, "LblPoolWeight5");
|
|
this.LblPoolWeight5.Name = "LblPoolWeight5";
|
|
//
|
|
// ChartWeights
|
|
//
|
|
chartArea1.AxisX.Minimum = 0D;
|
|
chartArea1.AxisY.Maximum = 100D;
|
|
chartArea1.AxisY.Minimum = 0D;
|
|
chartArea1.AxisY.Title = "%";
|
|
chartArea1.Name = "ChartArea1";
|
|
this.ChartWeights.ChartAreas.Add(chartArea1);
|
|
legend1.Name = "Legend1";
|
|
this.ChartWeights.Legends.Add(legend1);
|
|
resources.ApplyResources(this.ChartWeights, "ChartWeights");
|
|
this.ChartWeights.Name = "ChartWeights";
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series1.Color = System.Drawing.Color.OrangeRed;
|
|
series1.Label = "(#VALX, #VAL)";
|
|
series1.Legend = "Legend1";
|
|
series1.LegendText = "5*";
|
|
series1.Name = "SeriesWeight5";
|
|
series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
|
|
series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
|
|
series2.ChartArea = "ChartArea1";
|
|
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series2.Color = System.Drawing.Color.Purple;
|
|
series2.Label = "(#VALX, #VAL)";
|
|
series2.Legend = "Legend1";
|
|
series2.LegendText = "4*";
|
|
series2.Name = "SeriesWeight4";
|
|
series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
|
|
series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
|
|
this.ChartWeights.Series.Add(series1);
|
|
this.ChartWeights.Series.Add(series2);
|
|
//
|
|
// GrpBanners
|
|
//
|
|
resources.ApplyResources(this.GrpBanners, "GrpBanners");
|
|
this.GrpBanners.Controls.Add(this.ListBanners);
|
|
this.GrpBanners.Controls.Add(this.FLPBannersControl);
|
|
this.GrpBanners.Name = "GrpBanners";
|
|
this.GrpBanners.TabStop = false;
|
|
//
|
|
// ListBanners
|
|
//
|
|
resources.ApplyResources(this.ListBanners, "ListBanners");
|
|
this.ListBanners.FormattingEnabled = true;
|
|
this.ListBanners.Name = "ListBanners";
|
|
this.ListBanners.SelectedIndexChanged += new System.EventHandler(this.ListBanners_SelectedIndexChanged);
|
|
//
|
|
// FLPBannersControl
|
|
//
|
|
this.FLPBannersControl.Controls.Add(this.BtnDelete);
|
|
this.FLPBannersControl.Controls.Add(this.BtnClear);
|
|
resources.ApplyResources(this.FLPBannersControl, "FLPBannersControl");
|
|
this.FLPBannersControl.Name = "FLPBannersControl";
|
|
//
|
|
// BtnAddOrUpdate
|
|
//
|
|
resources.ApplyResources(this.BtnAddOrUpdate, "BtnAddOrUpdate");
|
|
this.BtnAddOrUpdate.Name = "BtnAddOrUpdate";
|
|
this.BtnAddOrUpdate.UseVisualStyleBackColor = true;
|
|
this.BtnAddOrUpdate.Click += new System.EventHandler(this.BtnAddOrUpdate_Click);
|
|
//
|
|
// BtnDelete
|
|
//
|
|
resources.ApplyResources(this.BtnDelete, "BtnDelete");
|
|
this.BtnDelete.Name = "BtnDelete";
|
|
this.BtnDelete.UseVisualStyleBackColor = true;
|
|
this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// TxtBannersJsonPath
|
|
//
|
|
resources.ApplyResources(this.TxtBannersJsonPath, "TxtBannersJsonPath");
|
|
this.TxtBannersJsonPath.Name = "TxtBannersJsonPath";
|
|
//
|
|
// BtnLoad
|
|
//
|
|
resources.ApplyResources(this.BtnLoad, "BtnLoad");
|
|
this.BtnLoad.Name = "BtnLoad";
|
|
this.BtnLoad.UseVisualStyleBackColor = true;
|
|
this.BtnLoad.Click += new System.EventHandler(this.BtnLoad_Click);
|
|
//
|
|
// BtnSave
|
|
//
|
|
resources.ApplyResources(this.BtnSave, "BtnSave");
|
|
this.BtnSave.Name = "BtnSave";
|
|
this.BtnSave.UseVisualStyleBackColor = true;
|
|
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
|
|
//
|
|
// BtnClear
|
|
//
|
|
resources.ApplyResources(this.BtnClear, "BtnClear");
|
|
this.BtnClear.Name = "BtnClear";
|
|
this.BtnClear.UseVisualStyleBackColor = true;
|
|
this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click);
|
|
//
|
|
// FormGachaBannersEditor3
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.ChartWeights);
|
|
this.Controls.Add(this.BtnSave);
|
|
this.Controls.Add(this.BtnLoad);
|
|
this.Controls.Add(this.TxtBannersJsonPath);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.GrpBanners);
|
|
this.Controls.Add(this.GrpBalance);
|
|
this.Controls.Add(this.GrpWeights);
|
|
this.Controls.Add(this.GrpFallbackPool);
|
|
this.Controls.Add(this.GrpUpPool);
|
|
this.Controls.Add(this.GrpBannerValues);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Name = "FormGachaBannersEditor3";
|
|
this.GrpBannerValues.ResumeLayout(false);
|
|
this.GrpBannerValues.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDCostItemAmount10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUDCostItemAmount1)).EndInit();
|
|
((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.GrpFallbackPool.ResumeLayout(false);
|
|
this.GrpUpPool.ResumeLayout(false);
|
|
this.GrpWeights.ResumeLayout(false);
|
|
this.GrpWeights.PerformLayout();
|
|
this.GrpBalance.ResumeLayout(false);
|
|
this.GrpBalance.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ChartWeights)).EndInit();
|
|
this.GrpBanners.ResumeLayout(false);
|
|
this.FLPBannersControl.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#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 GrpFallbackPool;
|
|
private System.Windows.Forms.GroupBox GrpUpPool;
|
|
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.DateTimePicker DTPEndTime;
|
|
private System.Windows.Forms.DateTimePicker DTPBeginTime;
|
|
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.GroupBox GrpWeights;
|
|
private System.Windows.Forms.GroupBox GrpBalance;
|
|
private System.Windows.Forms.TextBox TxtWeight4;
|
|
private System.Windows.Forms.TextBox TxtWeight5;
|
|
private System.Windows.Forms.Label LblWeight4;
|
|
private System.Windows.Forms.Label LblWeight5;
|
|
private System.Windows.Forms.LinkLabel LnkWeightHelp;
|
|
private System.Windows.Forms.LinkLabel LnkOpenOldEditor;
|
|
private System.Windows.Forms.TextBox TxtPoolWeight4;
|
|
private System.Windows.Forms.TextBox TxtPoolWeight5;
|
|
private System.Windows.Forms.Label LblPoolWeight4;
|
|
private System.Windows.Forms.Label LblPoolWeight5;
|
|
private System.Windows.Forms.CheckBox ChkRemoveC6FormPool;
|
|
private System.Windows.Forms.CheckBox ChkAutoStripRateUpFromFallback;
|
|
private System.Windows.Forms.Label LblOptions;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart ChartWeights;
|
|
private System.Windows.Forms.GroupBox GrpBanners;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox TxtBannersJsonPath;
|
|
private System.Windows.Forms.Button BtnLoad;
|
|
private System.Windows.Forms.Button BtnSave;
|
|
private System.Windows.Forms.FlowLayoutPanel FLPBannersControl;
|
|
private System.Windows.Forms.Button BtnAddOrUpdate;
|
|
private System.Windows.Forms.Button BtnDelete;
|
|
private System.Windows.Forms.NumericUpDown NUDCostItemAmount10;
|
|
private System.Windows.Forms.Label LblCostItemAmount10;
|
|
private System.Windows.Forms.NumericUpDown NUDCostItemAmount1;
|
|
private System.Windows.Forms.Label LblCostItemAmount1;
|
|
private System.Windows.Forms.ListBox ListBanners;
|
|
private System.Windows.Forms.ComboBox CmbTitlePath;
|
|
private System.Windows.Forms.Label LblTitlePath;
|
|
private System.Windows.Forms.Button BtnClear;
|
|
}
|
|
} |