211 lines
9.5 KiB
C#
211 lines
9.5 KiB
C#
namespace ShiftOS.WinForms
|
|
{
|
|
partial class UniteSignupDialog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </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.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtsysname = 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.Name = "btnlogin";
|
|
this.btnlogin.Size = new System.Drawing.Size(75, 23);
|
|
this.btnlogin.TabIndex = 11;
|
|
this.btnlogin.Text = "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.TabIndex = 6;
|
|
this.label1.Tag = "header2";
|
|
this.label1.Text = "Create ShiftOS Account";
|
|
//
|
|
// txtconfirm
|
|
//
|
|
this.txtconfirm.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;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(17, 200);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(73, 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");
|
|
//
|
|
// txtsysname
|
|
//
|
|
this.txtsysname.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;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(17, 226);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(73, 13);
|
|
this.label7.TabIndex = 17;
|
|
this.label7.Text = "System name:";
|
|
//
|
|
// 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.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.txtdisplay);
|
|
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.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#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.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtsysname;
|
|
private System.Windows.Forms.Label label7;
|
|
}
|
|
}
|