Fixed positioning of PayPal button and made configuration form not resizable
This commit is contained in:
parent
a27b507c60
commit
128a45b394
@ -70,7 +70,7 @@
|
|||||||
//
|
//
|
||||||
// numRangeDays
|
// 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[] {
|
this.numRangeDays.Maximum = new decimal(new int[] {
|
||||||
30,
|
30,
|
||||||
0,
|
0,
|
||||||
@ -201,7 +201,7 @@
|
|||||||
//
|
//
|
||||||
this.pctBoxPayPal.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.pctBoxPayPal.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.pctBoxPayPal.Image = global::Outlook2013TodoAddIn.Properties.Resources.buy_me_a_beer_small;
|
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.Name = "pctBoxPayPal";
|
||||||
this.pctBoxPayPal.Size = new System.Drawing.Size(83, 30);
|
this.pctBoxPayPal.Size = new System.Drawing.Size(83, 30);
|
||||||
this.pctBoxPayPal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pctBoxPayPal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||||
@ -233,6 +233,7 @@
|
|||||||
this.Controls.Add(this.chkMailAlerts);
|
this.Controls.Add(this.chkMailAlerts);
|
||||||
this.Controls.Add(this.lblRangeDays);
|
this.Controls.Add(this.lblRangeDays);
|
||||||
this.Controls.Add(this.numRangeDays);
|
this.Controls.Add(this.numRangeDays);
|
||||||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
this.MinimizeBox = false;
|
this.MinimizeBox = false;
|
||||||
this.Name = "FormConfiguration";
|
this.Name = "FormConfiguration";
|
||||||
|
@ -120,4 +120,7 @@
|
|||||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</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>
|
</root>
|
Loading…
Reference in New Issue
Block a user