From 57c8eb390411d28f3a6c80ce6abf5f3aa06e4d29 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 6 May 2017 18:50:37 -0700 Subject: gahhhh they were just slightly offcenter and it triggers me --- ShiftOS.WinForms/GUILogin.Designer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ShiftOS.WinForms/GUILogin.Designer.cs') 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 -- cgit v1.2.3