From 128a45b39462ec278f535974d2eb3f16ab10414a Mon Sep 17 00:00:00 2001 From: gamosoft_cp Date: Fri, 24 Oct 2014 19:23:14 +0000 Subject: [PATCH] Fixed positioning of PayPal button and made configuration form not resizable --- Outlook2013TodoAddIn/Forms/FormConfiguration.Designer.cs | 5 +++-- Outlook2013TodoAddIn/Forms/FormConfiguration.resx | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Outlook2013TodoAddIn/Forms/FormConfiguration.Designer.cs b/Outlook2013TodoAddIn/Forms/FormConfiguration.Designer.cs index 474a01c..5a0097f 100644 --- a/Outlook2013TodoAddIn/Forms/FormConfiguration.Designer.cs +++ b/Outlook2013TodoAddIn/Forms/FormConfiguration.Designer.cs @@ -70,7 +70,7 @@ // // numRangeDays // - this.numRangeDays.Location = new System.Drawing.Point(88, 27); + this.numRangeDays.Location = new System.Drawing.Point(78, 27); this.numRangeDays.Maximum = new decimal(new int[] { 30, 0, @@ -201,7 +201,7 @@ // this.pctBoxPayPal.Cursor = System.Windows.Forms.Cursors.Hand; this.pctBoxPayPal.Image = global::Outlook2013TodoAddIn.Properties.Resources.buy_me_a_beer_small; - this.pctBoxPayPal.Location = new System.Drawing.Point(190, 21); + this.pctBoxPayPal.Location = new System.Drawing.Point(152, 23); this.pctBoxPayPal.Name = "pctBoxPayPal"; this.pctBoxPayPal.Size = new System.Drawing.Size(83, 30); this.pctBoxPayPal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; @@ -233,6 +233,7 @@ this.Controls.Add(this.chkMailAlerts); this.Controls.Add(this.lblRangeDays); this.Controls.Add(this.numRangeDays); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormConfiguration"; diff --git a/Outlook2013TodoAddIn/Forms/FormConfiguration.resx b/Outlook2013TodoAddIn/Forms/FormConfiguration.resx index 65a871b..5b3f323 100644 --- a/Outlook2013TodoAddIn/Forms/FormConfiguration.resx +++ b/Outlook2013TodoAddIn/Forms/FormConfiguration.resx @@ -120,4 +120,7 @@ 17, 17 + + 17, 17 + \ No newline at end of file