You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

267 lines
14 KiB
C#

namespace Kidd_s_Passwort_Generator
{
partial class Form_MainMenue
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBox_Device = new System.Windows.Forms.ComboBox();
this.InputLabel = new System.Windows.Forms.Label();
this.comboBox_CodePage = new System.Windows.Forms.ComboBox();
this.CodePageLabel = new System.Windows.Forms.Label();
this.comboBox_CharSet = new System.Windows.Forms.ComboBox();
this.CharSet = new System.Windows.Forms.Label();
this.textBox_pKey = new System.Windows.Forms.TextBox();
this.label_PKey = new System.Windows.Forms.Label();
this.label_Seed = new System.Windows.Forms.Label();
this.textBox_Seed = new System.Windows.Forms.TextBox();
this.button_startLaunchPad = new System.Windows.Forms.Button();
this.label_Passwort = new System.Windows.Forms.Label();
this.textBox_finalesPassword = new System.Windows.Forms.TextBox();
this.PassWort_Anleitung = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox1.Controls.Add(this.comboBox_Device);
this.groupBox1.Controls.Add(this.InputLabel);
this.groupBox1.Controls.Add(this.comboBox_CodePage);
this.groupBox1.Controls.Add(this.CodePageLabel);
this.groupBox1.Controls.Add(this.comboBox_CharSet);
this.groupBox1.Controls.Add(this.CharSet);
this.groupBox1.Controls.Add(this.textBox_pKey);
this.groupBox1.Controls.Add(this.label_PKey);
this.groupBox1.Controls.Add(this.label_Seed);
this.groupBox1.Controls.Add(this.textBox_Seed);
this.groupBox1.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(990, 129);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Konfiguration";
//
// comboBox_Device
//
this.comboBox_Device.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox;
this.comboBox_Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_Device.FormattingEnabled = true;
this.comboBox_Device.Items.AddRange(new object[] {
"8 x 8 Eingabefeld",
"Novation Launchpad"});
this.comboBox_Device.Location = new System.Drawing.Point(460, 85);
this.comboBox_Device.Name = "comboBox_Device";
this.comboBox_Device.Size = new System.Drawing.Size(225, 21);
this.comboBox_Device.TabIndex = 9;
//
// InputLabel
//
this.InputLabel.AutoSize = true;
this.InputLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.InputLabel.Location = new System.Drawing.Point(314, 82);
this.InputLabel.Name = "InputLabel";
this.InputLabel.Size = new System.Drawing.Size(140, 25);
this.InputLabel.TabIndex = 8;
this.InputLabel.Text = "Eingabe über";
//
// comboBox_CodePage
//
this.comboBox_CodePage.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox;
this.comboBox_CodePage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_CodePage.FormattingEnabled = true;
this.comboBox_CodePage.Items.AddRange(new object[] {
"Basis ASCII",
"EBCDIC",
"UTF-16",
"65001 Unicode"});
this.comboBox_CodePage.Location = new System.Drawing.Point(130, 85);
this.comboBox_CodePage.Name = "comboBox_CodePage";
this.comboBox_CodePage.Size = new System.Drawing.Size(165, 21);
this.comboBox_CodePage.TabIndex = 7;
//
// CodePageLabel
//
this.CodePageLabel.AutoSize = true;
this.CodePageLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CodePageLabel.Location = new System.Drawing.Point(13, 82);
this.CodePageLabel.Name = "CodePageLabel";
this.CodePageLabel.Size = new System.Drawing.Size(113, 25);
this.CodePageLabel.TabIndex = 6;
this.CodePageLabel.Text = "CodePage";
//
// comboBox_CharSet
//
this.comboBox_CharSet.AccessibleRole = System.Windows.Forms.AccessibleRole.ComboBox;
this.comboBox_CharSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_CharSet.FormattingEnabled = true;
this.comboBox_CharSet.Items.AddRange(new object[] {
"Nur Zahlen",
"Nur Buchstaben",
"Keine Steuerzeichen"});
this.comboBox_CharSet.Location = new System.Drawing.Point(840, 85);
this.comboBox_CharSet.Name = "comboBox_CharSet";
this.comboBox_CharSet.Size = new System.Drawing.Size(121, 21);
this.comboBox_CharSet.TabIndex = 5;
//
// CharSet
//
this.CharSet.AutoSize = true;
this.CharSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CharSet.Location = new System.Drawing.Point(691, 82);
this.CharSet.Name = "CharSet";
this.CharSet.Size = new System.Drawing.Size(144, 25);
this.CharSet.TabIndex = 4;
this.CharSet.Text = "Character Set";
//
// textBox_pKey
//
this.textBox_pKey.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox_pKey.Location = new System.Drawing.Point(715, 25);
this.textBox_pKey.Name = "textBox_pKey";
this.textBox_pKey.Size = new System.Drawing.Size(243, 26);
this.textBox_pKey.TabIndex = 3;
this.textBox_pKey.Text = "Schlüssel-Zahl Wählen";
//
// label_PKey
//
this.label_PKey.AutoSize = true;
this.label_PKey.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label_PKey.Location = new System.Drawing.Point(509, 25);
this.label_PKey.Name = "label_PKey";
this.label_PKey.Size = new System.Drawing.Size(204, 25);
this.label_PKey.TabIndex = 2;
this.label_PKey.Text = "Geheimer Schlüssel";
//
// label_Seed
//
this.label_Seed.AutoSize = true;
this.label_Seed.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label_Seed.Location = new System.Drawing.Point(13, 25);
this.label_Seed.Name = "label_Seed";
this.label_Seed.Size = new System.Drawing.Size(62, 25);
this.label_Seed.TabIndex = 1;
this.label_Seed.Text = "Seed";
//
// textBox_Seed
//
this.textBox_Seed.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox_Seed.Location = new System.Drawing.Point(80, 25);
this.textBox_Seed.Name = "textBox_Seed";
this.textBox_Seed.Size = new System.Drawing.Size(216, 26);
this.textBox_Seed.TabIndex = 0;
this.textBox_Seed.Text = "Seed-Zahl Wählen";
//
// button_startLaunchPad
//
this.button_startLaunchPad.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.button_startLaunchPad.Location = new System.Drawing.Point(338, 135);
this.button_startLaunchPad.Name = "button_startLaunchPad";
this.button_startLaunchPad.Size = new System.Drawing.Size(270, 39);
this.button_startLaunchPad.TabIndex = 1;
this.button_startLaunchPad.Text = "Starte Passwort-Generierung";
this.button_startLaunchPad.UseVisualStyleBackColor = true;
this.button_startLaunchPad.Click += new System.EventHandler(this.button_startLaunchPad_Click);
//
// label_Passwort
//
this.label_Passwort.AutoSize = true;
this.label_Passwort.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label_Passwort.Location = new System.Drawing.Point(12, 439);
this.label_Passwort.Name = "label_Passwort";
this.label_Passwort.Size = new System.Drawing.Size(100, 25);
this.label_Passwort.TabIndex = 2;
this.label_Passwort.Text = "Passwort";
//
// textBox_finalesPassword
//
this.textBox_finalesPassword.Dock = System.Windows.Forms.DockStyle.Bottom;
this.textBox_finalesPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox_finalesPassword.Location = new System.Drawing.Point(0, 467);
this.textBox_finalesPassword.Multiline = true;
this.textBox_finalesPassword.Name = "textBox_finalesPassword";
this.textBox_finalesPassword.ReadOnly = true;
this.textBox_finalesPassword.Size = new System.Drawing.Size(990, 78);
this.textBox_finalesPassword.TabIndex = 3;
//
// PassWort_Anleitung
//
this.PassWort_Anleitung.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.PassWort_Anleitung.Cursor = System.Windows.Forms.Cursors.Default;
this.PassWort_Anleitung.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.PassWort_Anleitung.Location = new System.Drawing.Point(0, 180);
this.PassWort_Anleitung.Name = "PassWort_Anleitung";
this.PassWort_Anleitung.Size = new System.Drawing.Size(990, 256);
this.PassWort_Anleitung.TabIndex = 4;
this.PassWort_Anleitung.TabStop = false;
this.PassWort_Anleitung.Text = "Passwort Anleitung";
//
// Form_MainMenue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(990, 545);
this.Controls.Add(this.PassWort_Anleitung);
this.Controls.Add(this.textBox_finalesPassword);
this.Controls.Add(this.label_Passwort);
this.Controls.Add(this.button_startLaunchPad);
this.Controls.Add(this.groupBox1);
this.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Form_MainMenue";
this.Text = "Kidd\'s cryptic Password Generator";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox_pKey;
private System.Windows.Forms.Label label_PKey;
private System.Windows.Forms.Label label_Seed;
private System.Windows.Forms.TextBox textBox_Seed;
private System.Windows.Forms.Button button_startLaunchPad;
private System.Windows.Forms.Label label_Passwort;
private System.Windows.Forms.TextBox textBox_finalesPassword;
private System.Windows.Forms.GroupBox PassWort_Anleitung;
private System.Windows.Forms.ComboBox comboBox_CharSet;
private System.Windows.Forms.Label CharSet;
private System.Windows.Forms.ComboBox comboBox_Device;
private System.Windows.Forms.Label InputLabel;
private System.Windows.Forms.ComboBox comboBox_CodePage;
private System.Windows.Forms.Label CodePageLabel;
}
}