namespace GrasscutterTools.Forms { partial class FormGachaBannerEditor2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannerEditor2)); this.GrpBannerValues = new System.Windows.Forms.GroupBox(); 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.GrpYellowPool = new System.Windows.Forms.GroupBox(); 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.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.GrpWeights = new System.Windows.Forms.GroupBox(); this.DTPBeginTime = new System.Windows.Forms.DateTimePicker(); this.DTPEndTime = new System.Windows.Forms.DateTimePicker(); this.ListBannerWeights = new System.Windows.Forms.ListView(); this.ListUpItems = new System.Windows.Forms.ListView(); this.ListFallbackItems = 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.ColFallbackId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ColFallbackName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 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.chart1)).BeginInit(); this.GrpWeights.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; // // 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; // // GrpYellowPool // resources.ApplyResources(this.GrpYellowPool, "GrpYellowPool"); this.GrpYellowPool.Controls.Add(this.ListUpItems); this.GrpYellowPool.Name = "GrpYellowPool"; this.GrpYellowPool.TabStop = false; // // 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); // // chart1 // chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); legend1.Name = "Legend1"; this.chart1.Legends.Add(legend1); resources.ApplyResources(this.chart1, "chart1"); this.chart1.Name = "chart1"; series1.ChartArea = "ChartArea1"; series1.Legend = "Legend1"; series1.Name = "Series1"; this.chart1.Series.Add(series1); // // GrpWeights // resources.ApplyResources(this.GrpWeights, "GrpWeights"); this.GrpWeights.Controls.Add(this.ListBannerWeights); this.GrpWeights.Controls.Add(this.chart1); this.GrpWeights.Name = "GrpWeights"; this.GrpWeights.TabStop = false; // // 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"; // // 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"; // // ListBannerWeights // this.ListBannerWeights.HideSelection = false; resources.ApplyResources(this.ListBannerWeights, "ListBannerWeights"); this.ListBannerWeights.Name = "ListBannerWeights"; this.ListBannerWeights.UseCompatibleStateImageBehavior = false; this.ListBannerWeights.View = System.Windows.Forms.View.Details; // // 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.HideSelection = false; this.ListUpItems.Name = "ListUpItems"; this.ListUpItems.UseCompatibleStateImageBehavior = false; this.ListUpItems.View = System.Windows.Forms.View.Details; // // 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.HideSelection = false; this.ListFallbackItems.Name = "ListFallbackItems"; this.ListFallbackItems.UseCompatibleStateImageBehavior = false; this.ListFallbackItems.View = System.Windows.Forms.View.Details; // // ColUpId // resources.ApplyResources(this.ColUpId, "ColUpId"); // // ColUpName // resources.ApplyResources(this.ColUpName, "ColUpName"); // // ColFallbackId // resources.ApplyResources(this.ColFallbackId, "ColFallbackId"); // // ColFallbackName // resources.ApplyResources(this.ColFallbackName, "ColFallbackName"); // // 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.chart1)).EndInit(); this.GrpWeights.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 chart1; 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; } }