mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-13 12:29:53 +01:00
200 lines
9.0 KiB
C#
200 lines
9.0 KiB
C#
namespace APP
|
|
{
|
|
partial class RegisterWin
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.usernameBox = new System.Windows.Forms.TextBox();
|
|
this.secretBox = new System.Windows.Forms.TextBox();
|
|
this.secretBox2 = new System.Windows.Forms.TextBox();
|
|
this.labelMain = new System.Windows.Forms.Label();
|
|
this.labelSecret = new System.Windows.Forms.Label();
|
|
this.labelSecret2 = new System.Windows.Forms.Label();
|
|
this.checkUserButton = new System.Windows.Forms.Button();
|
|
this.pwcheckLabel = new System.Windows.Forms.Label();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.Location = new System.Drawing.Point(385, 166);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
|
this.cancelButton.TabIndex = 6;
|
|
this.cancelButton.Text = "Abbruch";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.okButton.Enabled = false;
|
|
this.okButton.Location = new System.Drawing.Point(304, 166);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(75, 23);
|
|
this.okButton.TabIndex = 5;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// usernameBox
|
|
//
|
|
this.usernameBox.Location = new System.Drawing.Point(12, 27);
|
|
this.usernameBox.Name = "usernameBox";
|
|
this.usernameBox.Size = new System.Drawing.Size(220, 23);
|
|
this.usernameBox.TabIndex = 1;
|
|
this.usernameBox.TextChanged += new System.EventHandler(this.usernameBox_TextChanged);
|
|
//
|
|
// secretBox
|
|
//
|
|
this.secretBox.Location = new System.Drawing.Point(12, 87);
|
|
this.secretBox.Name = "secretBox";
|
|
this.secretBox.PasswordChar = 'ඞ';
|
|
this.secretBox.Size = new System.Drawing.Size(220, 23);
|
|
this.secretBox.TabIndex = 3;
|
|
this.secretBox.TextChanged += new System.EventHandler(this.secretBox_TextChanged);
|
|
//
|
|
// secretBox2
|
|
//
|
|
this.secretBox2.Location = new System.Drawing.Point(12, 131);
|
|
this.secretBox2.Name = "secretBox2";
|
|
this.secretBox2.PasswordChar = 'ඞ';
|
|
this.secretBox2.Size = new System.Drawing.Size(220, 23);
|
|
this.secretBox2.TabIndex = 4;
|
|
this.secretBox2.TextChanged += new System.EventHandler(this.secretBox2_TextChanged);
|
|
//
|
|
// labelMain
|
|
//
|
|
this.labelMain.AutoSize = true;
|
|
this.labelMain.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.labelMain.Location = new System.Drawing.Point(12, 9);
|
|
this.labelMain.Name = "labelMain";
|
|
this.labelMain.Size = new System.Drawing.Size(87, 15);
|
|
this.labelMain.TabIndex = 5;
|
|
this.labelMain.Text = "MAL username";
|
|
//
|
|
// labelSecret
|
|
//
|
|
this.labelSecret.AutoSize = true;
|
|
this.labelSecret.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.labelSecret.Location = new System.Drawing.Point(12, 69);
|
|
this.labelSecret.Name = "labelSecret";
|
|
this.labelSecret.Size = new System.Drawing.Size(75, 15);
|
|
this.labelSecret.TabIndex = 6;
|
|
this.labelSecret.Text = "Neues Secret";
|
|
//
|
|
// labelSecret2
|
|
//
|
|
this.labelSecret2.AutoSize = true;
|
|
this.labelSecret2.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.labelSecret2.Location = new System.Drawing.Point(12, 113);
|
|
this.labelSecret2.Name = "labelSecret2";
|
|
this.labelSecret2.Size = new System.Drawing.Size(91, 15);
|
|
this.labelSecret2.TabIndex = 7;
|
|
this.labelSecret2.Text = "Nochmal Secret";
|
|
//
|
|
// checkUserButton
|
|
//
|
|
this.checkUserButton.Enabled = false;
|
|
this.checkUserButton.Location = new System.Drawing.Point(238, 27);
|
|
this.checkUserButton.Name = "checkUserButton";
|
|
this.checkUserButton.Size = new System.Drawing.Size(75, 23);
|
|
this.checkUserButton.TabIndex = 2;
|
|
this.checkUserButton.Text = "Check";
|
|
this.checkUserButton.UseVisualStyleBackColor = true;
|
|
this.checkUserButton.Click += new System.EventHandler(this.checkUserButton_Click);
|
|
//
|
|
// pwcheckLabel
|
|
//
|
|
this.pwcheckLabel.AutoSize = true;
|
|
this.pwcheckLabel.Location = new System.Drawing.Point(238, 134);
|
|
this.pwcheckLabel.Name = "pwcheckLabel";
|
|
this.pwcheckLabel.Size = new System.Drawing.Size(19, 15);
|
|
this.pwcheckLabel.TabIndex = 9;
|
|
this.pwcheckLabel.Text = "❌";
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Location = new System.Drawing.Point(319, 12);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(140, 140);
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox.TabIndex = 10;
|
|
this.pictureBox.TabStop = false;
|
|
this.pictureBox.Visible = false;
|
|
//
|
|
// RegisterWin
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.CancelButton = this.cancelButton;
|
|
this.ClientSize = new System.Drawing.Size(472, 201);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.pwcheckLabel);
|
|
this.Controls.Add(this.checkUserButton);
|
|
this.Controls.Add(this.labelSecret2);
|
|
this.Controls.Add(this.labelSecret);
|
|
this.Controls.Add(this.labelMain);
|
|
this.Controls.Add(this.secretBox2);
|
|
this.Controls.Add(this.secretBox);
|
|
this.Controls.Add(this.usernameBox);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "RegisterWin";
|
|
this.ShowIcon = false;
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Register";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button cancelButton;
|
|
private Button okButton;
|
|
private TextBox usernameBox;
|
|
private TextBox secretBox;
|
|
private TextBox secretBox2;
|
|
private Label labelMain;
|
|
private Label labelSecret;
|
|
private Label labelSecret2;
|
|
private Button checkUserButton;
|
|
private Label pwcheckLabel;
|
|
private PictureBox pictureBox;
|
|
}
|
|
} |