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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannerEditor2)); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.GrpBannerValues = new System.Windows.Forms.GroupBox(); this.CmbPrefab = new System.Windows.Forms.ComboBox(); this.LblEventChance5Tip = new System.Windows.Forms.Label(); this.NUDEventChance5 = new System.Windows.Forms.NumericUpDown(); this.LblGachaType = 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.NUDEndTime = new System.Windows.Forms.NumericUpDown(); this.LblScheduleIdTip = new System.Windows.Forms.Label(); this.NUDBeginTime = new System.Windows.Forms.NumericUpDown(); 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.treeView1 = new System.Windows.Forms.TreeView(); this.treeView2 = new System.Windows.Forms.TreeView(); this.LblEventChance4 = new System.Windows.Forms.Label(); this.NUDEventChance4 = new System.Windows.Forms.NumericUpDown(); this.LblEventChance4Tip = new System.Windows.Forms.Label(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.GrpWeights = new System.Windows.Forms.GroupBox(); this.GrpBannerValues.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUDEventChance5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDGachaType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDSortId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDScheduleId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDEndTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDBeginTime)).BeginInit(); this.GrpPurplePool.SuspendLayout(); this.GrpYellowPool.SuspendLayout(); this.GrpJson.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUDEventChance4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.tabControl1.SuspendLayout(); this.GrpWeights.SuspendLayout(); this.SuspendLayout(); // // GrpBannerValues // 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.NUDEndTime); this.GrpBannerValues.Controls.Add(this.LblScheduleIdTip); this.GrpBannerValues.Controls.Add(this.NUDBeginTime); 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"; // // LblEventChance5Tip // resources.ApplyResources(this.LblEventChance5Tip, "LblEventChance5Tip"); this.LblEventChance5Tip.Name = "LblEventChance5Tip"; // // 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"; // // 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}); // // 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}); // // 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"; // // 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.treeView1); this.GrpPurplePool.Name = "GrpPurplePool"; this.GrpPurplePool.TabStop = false; // // GrpYellowPool // resources.ApplyResources(this.GrpYellowPool, "GrpYellowPool"); this.GrpYellowPool.Controls.Add(this.treeView2); 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); // // treeView1 // resources.ApplyResources(this.treeView1, "treeView1"); this.treeView1.Name = "treeView1"; // // treeView2 // resources.ApplyResources(this.treeView2, "treeView2"); this.treeView2.Name = "treeView2"; // // LblEventChance4 // resources.ApplyResources(this.LblEventChance4, "LblEventChance4"); this.LblEventChance4.Name = "LblEventChance4"; // // NUDEventChance4 // resources.ApplyResources(this.NUDEventChance4, "NUDEventChance4"); this.NUDEventChance4.Name = "NUDEventChance4"; this.NUDEventChance4.Value = new decimal(new int[] { 50, 0, 0, 0}); // // LblEventChance4Tip // resources.ApplyResources(this.LblEventChance4Tip, "LblEventChance4Tip"); this.LblEventChance4Tip.Name = "LblEventChance4Tip"; // // chart1 // chartArea3.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea3); legend3.Name = "Legend1"; this.chart1.Legends.Add(legend3); resources.ApplyResources(this.chart1, "chart1"); this.chart1.Name = "chart1"; series3.ChartArea = "ChartArea1"; series3.Legend = "Legend1"; series3.Name = "Series1"; this.chart1.Series.Add(series3); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; // // tabPage1 // resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // GrpWeights // resources.ApplyResources(this.GrpWeights, "GrpWeights"); this.GrpWeights.Controls.Add(this.tabControl1); this.GrpWeights.Controls.Add(this.chart1); this.GrpWeights.Name = "GrpWeights"; this.GrpWeights.TabStop = false; // // 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.NUDEventChance5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDGachaType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDSortId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDScheduleId)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDEndTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDBeginTime)).EndInit(); this.GrpPurplePool.ResumeLayout(false); this.GrpYellowPool.ResumeLayout(false); this.GrpJson.ResumeLayout(false); this.GrpJson.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUDEventChance4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.tabControl1.ResumeLayout(false); 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.NumericUpDown NUDEndTime; private System.Windows.Forms.Label LblScheduleIdTip; private System.Windows.Forms.NumericUpDown NUDBeginTime; 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.TreeView treeView1; private System.Windows.Forms.TreeView treeView2; private System.Windows.Forms.Label LblEventChance4Tip; private System.Windows.Forms.NumericUpDown NUDEventChance4; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.GroupBox GrpWeights; } }