mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
fix corners
This commit is contained in:
parent
57817b7534
commit
6418fad8eb
1 changed files with 2 additions and 2 deletions
4
Histacom2.Engine/Template/WinXP.Designer.cs
generated
4
Histacom2.Engine/Template/WinXP.Designer.cs
generated
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue