fix corners

This commit is contained in:
lempamo 2017-10-24 19:55:34 -04:00
parent 57817b7534
commit 6418fad8eb

View file

@ -90,7 +90,7 @@ private void InitializeComponent()
// toprightcorner
//
this.toprightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.toprightcorner.BackColor = System.Drawing.Color.Transparent;
this.toprightcorner.BackColor = System.Drawing.Color.Magenta;
this.toprightcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toprightcorner.BackgroundImage")));
this.toprightcorner.Location = new System.Drawing.Point(294, 0);
this.toprightcorner.Name = "toprightcorner";
@ -109,7 +109,7 @@ private void InitializeComponent()
//
// topleftcorner
//
this.topleftcorner.BackColor = System.Drawing.Color.Transparent;
this.topleftcorner.BackColor = System.Drawing.Color.Magenta;
this.topleftcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topleftcorner.BackgroundImage")));
this.topleftcorner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.topleftcorner.Location = new System.Drawing.Point(0, 0);