From 3bc9bcb79076935cf82e4ea62dfc7130b3e1b977 Mon Sep 17 00:00:00 2001 From: Mixone-FinallyHere Date: Sun, 15 Jun 2025 18:33:07 +0200 Subject: [PATCH] Put price in its own groupbox --- DS_Map/Editors/ItemEditor.Designer.cs | 294 ++++++++++++++------------ 1 file changed, 160 insertions(+), 134 deletions(-) diff --git a/DS_Map/Editors/ItemEditor.Designer.cs b/DS_Map/Editors/ItemEditor.Designer.cs index e653ba7..d064a60 100644 --- a/DS_Map/Editors/ItemEditor.Designer.cs +++ b/DS_Map/Editors/ItemEditor.Designer.cs @@ -35,33 +35,35 @@ this.itemNameInputComboBox = new System.Windows.Forms.ComboBox(); this.priceNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.holdEffectLabel = new System.Windows.Forms.Label(); - this.fieldPocketLabel = new System.Windows.Forms.Label(); - this.battlePocketLabel = new System.Windows.Forms.Label(); this.priceLabel = new System.Windows.Forms.Label(); this.saveDataButton = new System.Windows.Forms.Button(); - this.holdEffectParameterLabel = new System.Windows.Forms.Label(); this.holdFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.holdGroupBox = new System.Windows.Forms.GroupBox(); this.holdEffectParameterNumericUpDown = new System.Windows.Forms.NumericUpDown(); + this.holdEffectParameterLabel = new System.Windows.Forms.Label(); + this.holdEffectLabel = new System.Windows.Forms.Label(); this.pocketFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.pocketGroupBox = new System.Windows.Forms.GroupBox(); + this.fieldPocketLabel = new System.Windows.Forms.Label(); + this.battlePocketLabel = new System.Windows.Forms.Label(); this.moveRelatedFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.moveRelatedGroupBox = new System.Windows.Forms.GroupBox(); - this.naturalGiftTypeComboBox = new System.Windows.Forms.ComboBox(); - this.naturalGiftTypeLabel = new System.Windows.Forms.Label(); - this.naturalGiftPowerLabel = new System.Windows.Forms.Label(); - this.flingEffectLabel = new System.Windows.Forms.Label(); - this.naturalGiftPowerNumericUpDown = new System.Windows.Forms.NumericUpDown(); - this.flingEffectNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.flingPowerNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.pluckEffectNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.flingPowerLabel = new System.Windows.Forms.Label(); this.pluckEffectLabel = new System.Windows.Forms.Label(); + this.flingEffectNumericUpDown = new System.Windows.Forms.NumericUpDown(); + this.naturalGiftPowerNumericUpDown = new System.Windows.Forms.NumericUpDown(); + this.flingEffectLabel = new System.Windows.Forms.Label(); + this.naturalGiftPowerLabel = new System.Windows.Forms.Label(); + this.naturalGiftTypeLabel = new System.Windows.Forms.Label(); + this.naturalGiftTypeComboBox = new System.Windows.Forms.ComboBox(); this.checksFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.checksGroupBox = new System.Windows.Forms.GroupBox(); - this.preventTossCheckBox = new System.Windows.Forms.CheckBox(); this.canSelectCheckBox = new System.Windows.Forms.CheckBox(); + this.preventTossCheckBox = new System.Windows.Forms.CheckBox(); + this.priceFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); + this.priceGroupBox = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.itemNumberNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.priceNumericUpDown)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); @@ -72,12 +74,14 @@ this.pocketGroupBox.SuspendLayout(); this.moveRelatedFlowLayoutPanel.SuspendLayout(); this.moveRelatedGroupBox.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.naturalGiftPowerNumericUpDown)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.flingEffectNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.flingPowerNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pluckEffectNumericUpDown)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.flingEffectNumericUpDown)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.naturalGiftPowerNumericUpDown)).BeginInit(); this.checksFlowLayoutPanel.SuspendLayout(); this.checksGroupBox.SuspendLayout(); + this.priceFlowLayoutPanel.SuspendLayout(); + this.priceGroupBox.SuspendLayout(); this.SuspendLayout(); // // itemNumberNumericUpDown @@ -132,7 +136,7 @@ // priceNumericUpDown // this.priceNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None; - this.priceNumericUpDown.Location = new System.Drawing.Point(871, 340); + this.priceNumericUpDown.Location = new System.Drawing.Point(122, 35); this.priceNumericUpDown.Name = "priceNumericUpDown"; this.priceNumericUpDown.Size = new System.Drawing.Size(120, 20); this.priceNumericUpDown.TabIndex = 5; @@ -145,15 +149,14 @@ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); - this.tableLayoutPanel1.Controls.Add(this.priceNumericUpDown, 3, 2); this.tableLayoutPanel1.Controls.Add(this.itemNumberNumericUpDown, 2, 0); this.tableLayoutPanel1.Controls.Add(this.itemNameInputComboBox, 1, 0); - this.tableLayoutPanel1.Controls.Add(this.priceLabel, 3, 1); this.tableLayoutPanel1.Controls.Add(this.saveDataButton, 3, 0); this.tableLayoutPanel1.Controls.Add(this.holdFlowLayoutPanel, 0, 1); this.tableLayoutPanel1.Controls.Add(this.pocketFlowLayoutPanel, 1, 1); this.tableLayoutPanel1.Controls.Add(this.moveRelatedFlowLayoutPanel, 0, 2); this.tableLayoutPanel1.Controls.Add(this.checksFlowLayoutPanel, 2, 1); + this.tableLayoutPanel1.Controls.Add(this.priceFlowLayoutPanel, 3, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; @@ -164,44 +167,11 @@ this.tableLayoutPanel1.Size = new System.Drawing.Size(1065, 563); this.tableLayoutPanel1.TabIndex = 6; // - // holdEffectLabel - // - this.holdEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.None; - this.holdEffectLabel.AutoSize = true; - this.holdEffectLabel.Location = new System.Drawing.Point(26, 38); - this.holdEffectLabel.Name = "holdEffectLabel"; - this.holdEffectLabel.Size = new System.Drawing.Size(35, 13); - this.holdEffectLabel.TabIndex = 6; - this.holdEffectLabel.Text = "Effect"; - this.holdEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // fieldPocketLabel - // - this.fieldPocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None; - this.fieldPocketLabel.AutoSize = true; - this.fieldPocketLabel.Location = new System.Drawing.Point(21, 38); - this.fieldPocketLabel.Name = "fieldPocketLabel"; - this.fieldPocketLabel.Size = new System.Drawing.Size(66, 13); - this.fieldPocketLabel.TabIndex = 7; - this.fieldPocketLabel.Text = "Field Pocket"; - this.fieldPocketLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // battlePocketLabel - // - this.battlePocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None; - this.battlePocketLabel.AutoSize = true; - this.battlePocketLabel.Location = new System.Drawing.Point(16, 81); - this.battlePocketLabel.Name = "battlePocketLabel"; - this.battlePocketLabel.Size = new System.Drawing.Size(71, 13); - this.battlePocketLabel.TabIndex = 8; - this.battlePocketLabel.Text = "Battle Pocket"; - this.battlePocketLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // priceLabel // this.priceLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.priceLabel.AutoSize = true; - this.priceLabel.Location = new System.Drawing.Point(916, 203); + this.priceLabel.Location = new System.Drawing.Point(30, 37); this.priceLabel.Name = "priceLabel"; this.priceLabel.Size = new System.Drawing.Size(31, 13); this.priceLabel.TabIndex = 9; @@ -219,17 +189,6 @@ this.saveDataButton.UseVisualStyleBackColor = true; this.saveDataButton.Click += new System.EventHandler(this.saveDataButton_Click); // - // holdEffectParameterLabel - // - this.holdEffectParameterLabel.Anchor = System.Windows.Forms.AnchorStyles.None; - this.holdEffectParameterLabel.AutoSize = true; - this.holdEffectParameterLabel.Location = new System.Drawing.Point(6, 81); - this.holdEffectParameterLabel.Name = "holdEffectParameterLabel"; - this.holdEffectParameterLabel.Size = new System.Drawing.Size(55, 13); - this.holdEffectParameterLabel.TabIndex = 7; - this.holdEffectParameterLabel.Text = "Parameter"; - this.holdEffectParameterLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // holdFlowLayoutPanel // this.holdFlowLayoutPanel.Controls.Add(this.holdGroupBox); @@ -260,6 +219,28 @@ this.holdEffectParameterNumericUpDown.TabIndex = 12; this.holdEffectParameterNumericUpDown.ValueChanged += new System.EventHandler(this.holdEffectParameterNumericUpDown_ValueChanged); // + // holdEffectParameterLabel + // + this.holdEffectParameterLabel.Anchor = System.Windows.Forms.AnchorStyles.None; + this.holdEffectParameterLabel.AutoSize = true; + this.holdEffectParameterLabel.Location = new System.Drawing.Point(6, 81); + this.holdEffectParameterLabel.Name = "holdEffectParameterLabel"; + this.holdEffectParameterLabel.Size = new System.Drawing.Size(55, 13); + this.holdEffectParameterLabel.TabIndex = 7; + this.holdEffectParameterLabel.Text = "Parameter"; + this.holdEffectParameterLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // holdEffectLabel + // + this.holdEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.None; + this.holdEffectLabel.AutoSize = true; + this.holdEffectLabel.Location = new System.Drawing.Point(26, 38); + this.holdEffectLabel.Name = "holdEffectLabel"; + this.holdEffectLabel.Size = new System.Drawing.Size(35, 13); + this.holdEffectLabel.TabIndex = 6; + this.holdEffectLabel.Text = "Effect"; + this.holdEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // // pocketFlowLayoutPanel // this.pocketFlowLayoutPanel.Controls.Add(this.pocketGroupBox); @@ -281,6 +262,28 @@ this.pocketGroupBox.TabStop = false; this.pocketGroupBox.Text = "Pocket Data"; // + // fieldPocketLabel + // + this.fieldPocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None; + this.fieldPocketLabel.AutoSize = true; + this.fieldPocketLabel.Location = new System.Drawing.Point(21, 38); + this.fieldPocketLabel.Name = "fieldPocketLabel"; + this.fieldPocketLabel.Size = new System.Drawing.Size(66, 13); + this.fieldPocketLabel.TabIndex = 7; + this.fieldPocketLabel.Text = "Field Pocket"; + this.fieldPocketLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // battlePocketLabel + // + this.battlePocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None; + this.battlePocketLabel.AutoSize = true; + this.battlePocketLabel.Location = new System.Drawing.Point(16, 81); + this.battlePocketLabel.Name = "battlePocketLabel"; + this.battlePocketLabel.Size = new System.Drawing.Size(71, 13); + this.battlePocketLabel.TabIndex = 8; + this.battlePocketLabel.Text = "Battle Pocket"; + this.battlePocketLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // // moveRelatedFlowLayoutPanel // this.tableLayoutPanel1.SetColumnSpan(this.moveRelatedFlowLayoutPanel, 2); @@ -309,67 +312,6 @@ this.moveRelatedGroupBox.TabStop = false; this.moveRelatedGroupBox.Text = "Move Related"; // - // naturalGiftTypeComboBox - // - this.naturalGiftTypeComboBox.Anchor = System.Windows.Forms.AnchorStyles.None; - this.naturalGiftTypeComboBox.FormattingEnabled = true; - this.naturalGiftTypeComboBox.Location = new System.Drawing.Point(106, 53); - this.naturalGiftTypeComboBox.Name = "naturalGiftTypeComboBox"; - this.naturalGiftTypeComboBox.Size = new System.Drawing.Size(121, 21); - this.naturalGiftTypeComboBox.TabIndex = 3; - this.naturalGiftTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.naturalGiftTypeComboBox_SelectedIndexChanged); - // - // naturalGiftTypeLabel - // - this.naturalGiftTypeLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.naturalGiftTypeLabel.AutoSize = true; - this.naturalGiftTypeLabel.Location = new System.Drawing.Point(6, 56); - this.naturalGiftTypeLabel.Name = "naturalGiftTypeLabel"; - this.naturalGiftTypeLabel.Size = new System.Drawing.Size(87, 13); - this.naturalGiftTypeLabel.TabIndex = 8; - this.naturalGiftTypeLabel.Text = "Natural Gift Type"; - this.naturalGiftTypeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // naturalGiftPowerLabel - // - this.naturalGiftPowerLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.naturalGiftPowerLabel.AutoSize = true; - this.naturalGiftPowerLabel.Location = new System.Drawing.Point(6, 86); - this.naturalGiftPowerLabel.Name = "naturalGiftPowerLabel"; - this.naturalGiftPowerLabel.Size = new System.Drawing.Size(93, 13); - this.naturalGiftPowerLabel.TabIndex = 10; - this.naturalGiftPowerLabel.Text = "Natural Gift Power"; - this.naturalGiftPowerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // flingEffectLabel - // - this.flingEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.flingEffectLabel.AutoSize = true; - this.flingEffectLabel.Location = new System.Drawing.Point(306, 81); - this.flingEffectLabel.Name = "flingEffectLabel"; - this.flingEffectLabel.Size = new System.Drawing.Size(60, 13); - this.flingEffectLabel.TabIndex = 12; - this.flingEffectLabel.Text = "Fling Effect"; - this.flingEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // naturalGiftPowerNumericUpDown - // - this.naturalGiftPowerNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None; - this.naturalGiftPowerNumericUpDown.Location = new System.Drawing.Point(107, 84); - this.naturalGiftPowerNumericUpDown.Name = "naturalGiftPowerNumericUpDown"; - this.naturalGiftPowerNumericUpDown.Size = new System.Drawing.Size(120, 20); - this.naturalGiftPowerNumericUpDown.TabIndex = 13; - this.naturalGiftPowerNumericUpDown.ValueChanged += new System.EventHandler(this.naturalGiftPowerNumericUpDown_ValueChanged); - // - // flingEffectNumericUpDown - // - this.flingEffectNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None; - this.flingEffectNumericUpDown.Location = new System.Drawing.Point(389, 79); - this.flingEffectNumericUpDown.Name = "flingEffectNumericUpDown"; - this.flingEffectNumericUpDown.Size = new System.Drawing.Size(120, 20); - this.flingEffectNumericUpDown.TabIndex = 14; - this.flingEffectNumericUpDown.ValueChanged += new System.EventHandler(this.flingEffectNumericUpDown_ValueChanged); - // // flingPowerNumericUpDown // this.flingPowerNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None; @@ -410,6 +352,67 @@ this.pluckEffectLabel.Text = "Pluck Effect"; this.pluckEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // + // flingEffectNumericUpDown + // + this.flingEffectNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None; + this.flingEffectNumericUpDown.Location = new System.Drawing.Point(389, 79); + this.flingEffectNumericUpDown.Name = "flingEffectNumericUpDown"; + this.flingEffectNumericUpDown.Size = new System.Drawing.Size(120, 20); + this.flingEffectNumericUpDown.TabIndex = 14; + this.flingEffectNumericUpDown.ValueChanged += new System.EventHandler(this.flingEffectNumericUpDown_ValueChanged); + // + // naturalGiftPowerNumericUpDown + // + this.naturalGiftPowerNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None; + this.naturalGiftPowerNumericUpDown.Location = new System.Drawing.Point(107, 84); + this.naturalGiftPowerNumericUpDown.Name = "naturalGiftPowerNumericUpDown"; + this.naturalGiftPowerNumericUpDown.Size = new System.Drawing.Size(120, 20); + this.naturalGiftPowerNumericUpDown.TabIndex = 13; + this.naturalGiftPowerNumericUpDown.ValueChanged += new System.EventHandler(this.naturalGiftPowerNumericUpDown_ValueChanged); + // + // flingEffectLabel + // + this.flingEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; + this.flingEffectLabel.AutoSize = true; + this.flingEffectLabel.Location = new System.Drawing.Point(306, 81); + this.flingEffectLabel.Name = "flingEffectLabel"; + this.flingEffectLabel.Size = new System.Drawing.Size(60, 13); + this.flingEffectLabel.TabIndex = 12; + this.flingEffectLabel.Text = "Fling Effect"; + this.flingEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // naturalGiftPowerLabel + // + this.naturalGiftPowerLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; + this.naturalGiftPowerLabel.AutoSize = true; + this.naturalGiftPowerLabel.Location = new System.Drawing.Point(6, 86); + this.naturalGiftPowerLabel.Name = "naturalGiftPowerLabel"; + this.naturalGiftPowerLabel.Size = new System.Drawing.Size(93, 13); + this.naturalGiftPowerLabel.TabIndex = 10; + this.naturalGiftPowerLabel.Text = "Natural Gift Power"; + this.naturalGiftPowerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // naturalGiftTypeLabel + // + this.naturalGiftTypeLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; + this.naturalGiftTypeLabel.AutoSize = true; + this.naturalGiftTypeLabel.Location = new System.Drawing.Point(6, 56); + this.naturalGiftTypeLabel.Name = "naturalGiftTypeLabel"; + this.naturalGiftTypeLabel.Size = new System.Drawing.Size(87, 13); + this.naturalGiftTypeLabel.TabIndex = 8; + this.naturalGiftTypeLabel.Text = "Natural Gift Type"; + this.naturalGiftTypeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // naturalGiftTypeComboBox + // + this.naturalGiftTypeComboBox.Anchor = System.Windows.Forms.AnchorStyles.None; + this.naturalGiftTypeComboBox.FormattingEnabled = true; + this.naturalGiftTypeComboBox.Location = new System.Drawing.Point(106, 53); + this.naturalGiftTypeComboBox.Name = "naturalGiftTypeComboBox"; + this.naturalGiftTypeComboBox.Size = new System.Drawing.Size(121, 21); + this.naturalGiftTypeComboBox.TabIndex = 3; + this.naturalGiftTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.naturalGiftTypeComboBox_SelectedIndexChanged); + // // checksFlowLayoutPanel // this.checksFlowLayoutPanel.Controls.Add(this.checksGroupBox); @@ -429,6 +432,17 @@ this.checksGroupBox.TabStop = false; this.checksGroupBox.Text = "Checks"; // + // canSelectCheckBox + // + this.canSelectCheckBox.AutoSize = true; + this.canSelectCheckBox.Location = new System.Drawing.Point(17, 77); + this.canSelectCheckBox.Name = "canSelectCheckBox"; + this.canSelectCheckBox.Size = new System.Drawing.Size(76, 17); + this.canSelectCheckBox.TabIndex = 1; + this.canSelectCheckBox.Text = "Selectable"; + this.canSelectCheckBox.UseVisualStyleBackColor = true; + this.canSelectCheckBox.CheckedChanged += new System.EventHandler(this.canSelectCheckBox_CheckedChanged); + // // preventTossCheckBox // this.preventTossCheckBox.AutoSize = true; @@ -440,16 +454,24 @@ this.preventTossCheckBox.UseVisualStyleBackColor = true; this.preventTossCheckBox.CheckedChanged += new System.EventHandler(this.preventTossCheckBox_CheckedChanged); // - // canSelectCheckBox + // priceFlowLayoutPanel // - this.canSelectCheckBox.AutoSize = true; - this.canSelectCheckBox.Location = new System.Drawing.Point(17, 77); - this.canSelectCheckBox.Name = "canSelectCheckBox"; - this.canSelectCheckBox.Size = new System.Drawing.Size(76, 17); - this.canSelectCheckBox.TabIndex = 1; - this.canSelectCheckBox.Text = "Selectable"; - this.canSelectCheckBox.UseVisualStyleBackColor = true; - this.canSelectCheckBox.CheckedChanged += new System.EventHandler(this.canSelectCheckBox_CheckedChanged); + this.priceFlowLayoutPanel.Controls.Add(this.priceGroupBox); + this.priceFlowLayoutPanel.Location = new System.Drawing.Point(801, 143); + this.priceFlowLayoutPanel.Name = "priceFlowLayoutPanel"; + this.priceFlowLayoutPanel.Size = new System.Drawing.Size(260, 134); + this.priceFlowLayoutPanel.TabIndex = 15; + // + // priceGroupBox + // + this.priceGroupBox.Controls.Add(this.priceNumericUpDown); + this.priceGroupBox.Controls.Add(this.priceLabel); + this.priceGroupBox.Location = new System.Drawing.Point(3, 3); + this.priceGroupBox.Name = "priceGroupBox"; + this.priceGroupBox.Size = new System.Drawing.Size(261, 131); + this.priceGroupBox.TabIndex = 10; + this.priceGroupBox.TabStop = false; + this.priceGroupBox.Text = "Price"; // // ItemEditor // @@ -462,7 +484,6 @@ ((System.ComponentModel.ISupportInitialize)(this.itemNumberNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.priceNumericUpDown)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); - this.tableLayoutPanel1.PerformLayout(); this.holdFlowLayoutPanel.ResumeLayout(false); this.holdGroupBox.ResumeLayout(false); this.holdGroupBox.PerformLayout(); @@ -473,13 +494,16 @@ this.moveRelatedFlowLayoutPanel.ResumeLayout(false); this.moveRelatedGroupBox.ResumeLayout(false); this.moveRelatedGroupBox.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.naturalGiftPowerNumericUpDown)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.flingEffectNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.flingPowerNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pluckEffectNumericUpDown)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.flingEffectNumericUpDown)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.naturalGiftPowerNumericUpDown)).EndInit(); this.checksFlowLayoutPanel.ResumeLayout(false); this.checksGroupBox.ResumeLayout(false); this.checksGroupBox.PerformLayout(); + this.priceFlowLayoutPanel.ResumeLayout(false); + this.priceGroupBox.ResumeLayout(false); + this.priceGroupBox.PerformLayout(); this.ResumeLayout(false); } @@ -520,5 +544,7 @@ private System.Windows.Forms.GroupBox checksGroupBox; private System.Windows.Forms.CheckBox preventTossCheckBox; private System.Windows.Forms.CheckBox canSelectCheckBox; + private System.Windows.Forms.FlowLayoutPanel priceFlowLayoutPanel; + private System.Windows.Forms.GroupBox priceGroupBox; } } \ No newline at end of file