aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/GUILogin.Designer.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-05-06 18:50:37 -0700
committerwilliam341 <[email protected]>2017-05-06 18:50:37 -0700
commit57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29 (patch)
treedf6200145d045bd755052f05f6aca73bade2f820 /ShiftOS.WinForms/GUILogin.Designer.cs
parent5fbf30dbc0350fe805686e4299604225f5bc4739 (diff)
downloadshiftos_thereturn-57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29.tar.gz
shiftos_thereturn-57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29.tar.bz2
shiftos_thereturn-57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29.zip
gahhhh they were just slightly offcenter and it triggers me
Diffstat (limited to 'ShiftOS.WinForms/GUILogin.Designer.cs')
-rw-r--r--ShiftOS.WinForms/GUILogin.Designer.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/GUILogin.Designer.cs b/ShiftOS.WinForms/GUILogin.Designer.cs
index 9125d98..e10071f 100644
--- a/ShiftOS.WinForms/GUILogin.Designer.cs
+++ b/ShiftOS.WinForms/GUILogin.Designer.cs
@@ -52,7 +52,7 @@
//
this.btnlogin.AutoSize = true;
this.btnlogin.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnlogin.Location = new System.Drawing.Point(129, 184);
+ this.btnlogin.Location = new System.Drawing.Point(159, 163);
this.btnlogin.Name = "btnlogin";
this.btnlogin.Size = new System.Drawing.Size(43, 23);
this.btnlogin.TabIndex = 2;
@@ -64,19 +64,19 @@
//
this.txtpassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.txtpassword.Location = new System.Drawing.Point(24, 157);
+ this.txtpassword.Location = new System.Drawing.Point(69, 115);
this.txtpassword.Name = "txtpassword";
- this.txtpassword.Size = new System.Drawing.Size(301, 20);
+ this.txtpassword.Size = new System.Drawing.Size(300, 20);
this.txtpassword.TabIndex = 1;
this.txtpassword.UseSystemPasswordChar = true;
//
// txtusername
//
- this.txtusername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ this.txtusername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.txtusername.Location = new System.Drawing.Point(24, 131);
+ this.txtusername.Location = new System.Drawing.Point(3, 14);
this.txtusername.Name = "txtusername";
- this.txtusername.Size = new System.Drawing.Size(301, 20);
+ this.txtusername.Size = new System.Drawing.Size(300, 20);
this.txtusername.TabIndex = 0;
//
// lblogintitle