diff --git a/QuickNoodle/Form1.Designer.cs b/QuickNoodle/Form1.Designer.cs index 8f090b3..dd07a7e 100644 --- a/QuickNoodle/Form1.Designer.cs +++ b/QuickNoodle/Form1.Designer.cs @@ -117,12 +117,12 @@ private void InitializeComponent() // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(12, 120); + this.label1.Location = new System.Drawing.Point(3, 107); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(323, 39); + this.label1.Size = new System.Drawing.Size(227, 52); this.label1.TabIndex = 7; - this.label1.Text = "This program does not add Noodle Extensions to the requirements, \r\nwhile it is re" + - "quired \r\nplease add it."; + this.label1.Text = "This program does not add Noodle Extensions,\r\n or Chroma to the requirements, \r\nw" + + "hile they are required \r\nplease add them."; this.label1.Click += new System.EventHandler(this.label1_Click_1); // // Form1 diff --git a/QuickNoodle/Form1.cs b/QuickNoodle/Form1.cs index 13de907..97d070b 100644 --- a/QuickNoodle/Form1.cs +++ b/QuickNoodle/Form1.cs @@ -21,6 +21,8 @@ public partial class Form1 : Form public Form1() { InitializeComponent(); + MessageBoxManager.No = "Ok"; + MessageBoxManager.Register(); } dynamic mapObject; @@ -699,8 +701,7 @@ private void button3_Click(object sender, EventArgs e) } private void label1_Click(object sender, EventArgs e) { - MessageBoxManager.No = "Ok"; - MessageBoxManager.Register(); + MessageBox.Show("Why the fuck did you click the text???", "Retard", MessageBoxButtons.YesNo); } @@ -730,7 +731,7 @@ private void button5_Click(object sender, EventArgs e) private void label1_Click_1(object sender, EventArgs e) { - + MessageBox.Show("Stop clicking my text!!!!", "Baby", MessageBoxButtons.YesNo); } // public static bool IsNumeric(this string text) => double.TryParse(text, out _); } diff --git a/QuickNoodle/bin/Debug/QuickNoodle.exe b/QuickNoodle/bin/Debug/QuickNoodle.exe index 7b13068..b1ef466 100644 Binary files a/QuickNoodle/bin/Debug/QuickNoodle.exe and b/QuickNoodle/bin/Debug/QuickNoodle.exe differ diff --git a/QuickNoodle/bin/Debug/QuickNoodle.pdb b/QuickNoodle/bin/Debug/QuickNoodle.pdb index 2db89e6..ec79725 100644 Binary files a/QuickNoodle/bin/Debug/QuickNoodle.pdb and b/QuickNoodle/bin/Debug/QuickNoodle.pdb differ