Fixed positioning of PayPal button and made configuration form not resizable

This commit is contained in:
gamosoft_cp 2014-10-24 19:23:14 +00:00
parent a27b507c60
commit 128a45b394
2 changed files with 6 additions and 2 deletions

View File

@ -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";

View File

@ -120,4 +120,7 @@
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>