aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/UniteSignupDialog.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/UniteSignupDialog.Designer.cs')
-rw-r--r--ShiftOS.WinForms/UniteSignupDialog.Designer.cs147
1 files changed, 29 insertions, 118 deletions
diff --git a/ShiftOS.WinForms/UniteSignupDialog.Designer.cs b/ShiftOS.WinForms/UniteSignupDialog.Designer.cs
index a1509d7..52c06b7 100644
--- a/ShiftOS.WinForms/UniteSignupDialog.Designer.cs
+++ b/ShiftOS.WinForms/UniteSignupDialog.Designer.cs
@@ -28,165 +28,83 @@
/// </summary>
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UniteSignupDialog));
this.btnlogin = new System.Windows.Forms.Button();
- this.txtpassword = new System.Windows.Forms.TextBox();
- this.txtusername = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
- this.txtconfirm = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.txtdisplay = new System.Windows.Forms.TextBox();
+ this.txtsys = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.txtsysname = new System.Windows.Forms.TextBox();
+ this.txtroot = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
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, 479);
+ this.btnlogin.Location = new System.Drawing.Point(462, 168);
this.btnlogin.Name = "btnlogin";
this.btnlogin.Size = new System.Drawing.Size(75, 23);
this.btnlogin.TabIndex = 11;
- this.btnlogin.Text = "Submit";
+ this.btnlogin.Text = "{UI_SUBMIT}";
this.btnlogin.UseVisualStyleBackColor = true;
this.btnlogin.Click += new System.EventHandler(this.btnlogin_Click);
//
- // txtpassword
- //
- this.txtpassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtpassword.Location = new System.Drawing.Point(113, 133);
- this.txtpassword.Name = "txtpassword";
- this.txtpassword.Size = new System.Drawing.Size(424, 20);
- this.txtpassword.TabIndex = 10;
- this.txtpassword.UseSystemPasswordChar = true;
- //
- // txtusername
- //
- 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(113, 100);
- this.txtusername.Name = "txtusername";
- this.txtusername.Size = new System.Drawing.Size(424, 20);
- this.txtusername.TabIndex = 9;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(17, 136);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 13);
- this.label3.TabIndex = 8;
- this.label3.Text = "Password:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(17, 103);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(76, 13);
- this.label2.TabIndex = 7;
- this.label2.Text = "Email Address:";
- //
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 36);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(120, 13);
+ this.label1.Size = new System.Drawing.Size(169, 13);
this.label1.TabIndex = 6;
this.label1.Tag = "header2";
- this.label1.Text = "Create ShiftOS Account";
+ this.label1.Text = "{INIT_SYSTEM_PREPARATION}";
//
- // txtconfirm
+ // txtsys
//
- this.txtconfirm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ this.txtsys.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.txtconfirm.Location = new System.Drawing.Point(113, 159);
- this.txtconfirm.Name = "txtconfirm";
- this.txtconfirm.Size = new System.Drawing.Size(424, 20);
- this.txtconfirm.TabIndex = 13;
- this.txtconfirm.UseSystemPasswordChar = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(17, 162);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(45, 13);
- this.label4.TabIndex = 12;
- this.label4.Text = "Confirm:";
- //
- // txtdisplay
- //
- this.txtdisplay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtdisplay.Location = new System.Drawing.Point(113, 197);
- this.txtdisplay.Name = "txtdisplay";
- this.txtdisplay.Size = new System.Drawing.Size(424, 20);
- this.txtdisplay.TabIndex = 15;
+ this.txtsys.Location = new System.Drawing.Point(113, 100);
+ this.txtsys.Name = "txtsys";
+ this.txtsys.Size = new System.Drawing.Size(424, 20);
+ this.txtsys.TabIndex = 15;
//
// label5
//
this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(17, 200);
+ this.label5.Location = new System.Drawing.Point(17, 103);
this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(73, 13);
+ this.label5.Size = new System.Drawing.Size(116, 13);
this.label5.TabIndex = 14;
- this.label5.Text = "Display name:";
- //
- // label6
- //
- this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label6.Location = new System.Drawing.Point(20, 267);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(517, 209);
- this.label6.TabIndex = 16;
- this.label6.Text = resources.GetString("label6.Text");
+ this.label5.Text = "{SE_SYSTEM_NAME}";
//
- // txtsysname
+ // txtroot
//
- this.txtsysname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ this.txtroot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.txtsysname.Location = new System.Drawing.Point(113, 223);
- this.txtsysname.Name = "txtsysname";
- this.txtsysname.Size = new System.Drawing.Size(424, 20);
- this.txtsysname.TabIndex = 18;
+ 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;
//
// label7
//
this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(17, 226);
+ this.label7.Location = new System.Drawing.Point(17, 129);
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(73, 13);
+ this.label7.Size = new System.Drawing.Size(135, 13);
this.label7.TabIndex = 17;
- this.label7.Text = "System name:";
+ this.label7.Text = "{SE_ROOT_PASSWORD}";
//
// UniteSignupDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.txtsysname);
+ this.Controls.Add(this.txtroot);
this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.txtdisplay);
+ this.Controls.Add(this.txtsys);
this.Controls.Add(this.label5);
- this.Controls.Add(this.txtconfirm);
- this.Controls.Add(this.label4);
this.Controls.Add(this.btnlogin);
- this.Controls.Add(this.txtpassword);
- this.Controls.Add(this.txtusername);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "UniteSignupDialog";
- this.Size = new System.Drawing.Size(555, 519);
+ this.Size = new System.Drawing.Size(555, 208);
this.ResumeLayout(false);
this.PerformLayout();
@@ -195,17 +113,10 @@
#endregion
private System.Windows.Forms.Button btnlogin;
- private System.Windows.Forms.TextBox txtpassword;
- private System.Windows.Forms.TextBox txtusername;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtconfirm;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtdisplay;
+ private System.Windows.Forms.TextBox txtsys;
private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox txtsysname;
+ private System.Windows.Forms.TextBox txtroot;
private System.Windows.Forms.Label label7;
}
}