diff --git a/HaCreator/GUI/Input/NameValueInput.Designer.cs b/HaCreator/GUI/Input/NameValueInput.Designer.cs index 61668eb0..e7b4e51d 100644 --- a/HaCreator/GUI/Input/NameValueInput.Designer.cs +++ b/HaCreator/GUI/Input/NameValueInput.Designer.cs @@ -65,6 +65,7 @@ private void InitializeComponent() // numericUpDown_input // numericUpDown_input.Location = new System.Drawing.Point(101, 47); + numericUpDown_input.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); numericUpDown_input.Name = "numericUpDown_input"; numericUpDown_input.Size = new System.Drawing.Size(330, 23); numericUpDown_input.TabIndex = 4; @@ -89,7 +90,7 @@ private void InitializeComponent() button_cancel.UseVisualStyleBackColor = true; button_cancel.Click += button_cancel_Click; // - // NameValueInputForm + // NameValueInput // AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -100,7 +101,7 @@ private void InitializeComponent() Controls.Add(label_value); Controls.Add(label_name); Controls.Add(textBox_input); - Name = "NameValueInputForm"; + Name = "NameValueInput"; Text = "Input"; KeyDown += Load_KeyDown; ((System.ComponentModel.ISupportInitialize)numericUpDown_input).EndInit();