diff options
| author | RogueAI42 <[email protected]> | 2017-07-02 03:31:42 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-07-02 03:31:42 +1000 |
| commit | 1e5a7ea9b3269966811f0bd96b0614375347c79f (patch) | |
| tree | 21c0d775920b8327e7cde0b25c565705a49767aa /ShiftOS.WinForms/UniteSignupDialog.Designer.cs | |
| parent | 33c5ff881eb7035fafe1fe75557f2fd82b14958c (diff) | |
| download | shiftos_thereturn-1e5a7ea9b3269966811f0bd96b0614375347c79f.tar.gz shiftos_thereturn-1e5a7ea9b3269966811f0bd96b0614375347c79f.tar.bz2 shiftos_thereturn-1e5a7ea9b3269966811f0bd96b0614375347c79f.zip | |
Some improvements to the OOBE
Not done, but I need to get to sleep and this seems like a good
milestone.
Diffstat (limited to 'ShiftOS.WinForms/UniteSignupDialog.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/UniteSignupDialog.Designer.cs | 74 |
1 files changed, 44 insertions, 30 deletions
diff --git a/ShiftOS.WinForms/UniteSignupDialog.Designer.cs b/ShiftOS.WinForms/UniteSignupDialog.Designer.cs index 5559d3d..07007a4 100644 --- a/ShiftOS.WinForms/UniteSignupDialog.Designer.cs +++ b/ShiftOS.WinForms/UniteSignupDialog.Designer.cs @@ -30,19 +30,20 @@ { this.btnlogin = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); - this.txtsys = new System.Windows.Forms.TextBox(); - this.label5 = new System.Windows.Forms.Label(); this.txtroot = new System.Windows.Forms.TextBox(); + this.txtsys = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.txtuname = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnlogin // this.btnlogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnlogin.Location = new System.Drawing.Point(462, 168); + this.btnlogin.Location = new System.Drawing.Point(293, 165); this.btnlogin.Name = "btnlogin"; this.btnlogin.Size = new System.Drawing.Size(75, 23); - this.btnlogin.TabIndex = 11; + this.btnlogin.TabIndex = 18; this.btnlogin.Text = "{GEN_OK}"; this.btnlogin.UseVisualStyleBackColor = true; this.btnlogin.Click += new System.EventHandler(this.btnlogin_Click); @@ -57,47 +58,59 @@ this.label1.Tag = "header2"; this.label1.Text = "{TITLE_SYSTEMPREPARATION}"; // + // txtroot + // + this.txtroot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.txtroot.Location = new System.Drawing.Point(107, 168); + this.txtroot.Name = "txtroot"; + this.txtroot.Size = new System.Drawing.Size(81, 20); + this.txtroot.TabIndex = 17; + this.txtroot.UseSystemPasswordChar = true; + // // txtsys // this.txtsys.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.txtsys.Location = new System.Drawing.Point(113, 100); + this.txtsys.Location = new System.Drawing.Point(20, 100); this.txtsys.Name = "txtsys"; - this.txtsys.Size = new System.Drawing.Size(424, 20); + this.txtsys.Size = new System.Drawing.Size(336, 20); this.txtsys.TabIndex = 15; // - // label5 + // label7 // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(17, 103); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(119, 13); - this.label5.TabIndex = 14; - this.label5.Text = "{GEN_SYSTEMNAME}"; + this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.label7.Location = new System.Drawing.Point(17, 123); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(351, 43); + this.label7.TabIndex = 17; + this.label7.Text = "You\'ll also need to create a new username and password. You will need this inform" + + "ation to access your computer, so don\'t forget it!"; // - // txtroot + // label5 // - this.txtroot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.txtroot.Location = new System.Drawing.Point(113, 126); - this.txtroot.Name = "txtroot"; - this.txtroot.Size = new System.Drawing.Size(424, 20); - this.txtroot.TabIndex = 18; - this.txtroot.UseSystemPasswordChar = true; + this.label5.Location = new System.Drawing.Point(17, 67); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(339, 30); + this.label5.TabIndex = 14; + this.label5.Text = "You\'ll need to choose a hostname. This will identify your computer to other membe" + + "rs of the Digital Society."; // - // label7 + // txtuname // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(17, 129); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(138, 13); - this.label7.TabIndex = 17; - this.label7.Text = "{GEN_ROOTPASSWORD}"; + this.txtuname.Location = new System.Drawing.Point(20, 168); + this.txtuname.Name = "txtuname"; + this.txtuname.Size = new System.Drawing.Size(81, 20); + this.txtuname.TabIndex = 16; // // UniteSignupDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.txtuname); this.Controls.Add(this.txtroot); this.Controls.Add(this.label7); this.Controls.Add(this.txtsys); @@ -105,7 +118,7 @@ this.Controls.Add(this.btnlogin); this.Controls.Add(this.label1); this.Name = "UniteSignupDialog"; - this.Size = new System.Drawing.Size(555, 208); + this.Size = new System.Drawing.Size(386, 208); this.ResumeLayout(false); this.PerformLayout(); @@ -115,9 +128,10 @@ private System.Windows.Forms.Button btnlogin; private System.Windows.Forms.Label label1; - private System.Windows.Forms.TextBox txtsys; - private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtroot; + private System.Windows.Forms.TextBox txtsys; private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.TextBox txtuname; } } |
