Mk0.Software.Widerstandsfar.../Mk0.Software.Widerstandsfar.../Form1.Designer.cs

281 lines
14 KiB
C#

namespace Mk0.Software.Widerstandsfarbcode
{
partial class Form1
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.comboBoxAnzahl = new System.Windows.Forms.ComboBox();
this.groupBoxRing1 = new System.Windows.Forms.GroupBox();
this.comboBoxColor1 = new System.Windows.Forms.ComboBox();
this.groupBoxRing2 = new System.Windows.Forms.GroupBox();
this.comboBoxColor2 = new System.Windows.Forms.ComboBox();
this.groupBoxRing3 = new System.Windows.Forms.GroupBox();
this.comboBoxColor3 = new System.Windows.Forms.ComboBox();
this.groupBoxRing4 = new System.Windows.Forms.GroupBox();
this.comboBoxColor4 = new System.Windows.Forms.ComboBox();
this.groupBoxRing5 = new System.Windows.Forms.GroupBox();
this.comboBoxColor5 = new System.Windows.Forms.ComboBox();
this.groupBoxRing6 = new System.Windows.Forms.GroupBox();
this.comboBoxColor6 = new System.Windows.Forms.ComboBox();
this.labelResistor = new System.Windows.Forms.Label();
this.groupBoxRing1.SuspendLayout();
this.groupBoxRing2.SuspendLayout();
this.groupBoxRing3.SuspendLayout();
this.groupBoxRing4.SuspendLayout();
this.groupBoxRing5.SuspendLayout();
this.groupBoxRing6.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Anzahl der Ringe";
//
// comboBoxAnzahl
//
this.comboBoxAnzahl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxAnzahl.FormattingEnabled = true;
this.comboBoxAnzahl.Items.AddRange(new object[] {
"3",
"4",
"5",
"6"});
this.comboBoxAnzahl.Location = new System.Drawing.Point(106, 6);
this.comboBoxAnzahl.Name = "comboBoxAnzahl";
this.comboBoxAnzahl.Size = new System.Drawing.Size(53, 21);
this.comboBoxAnzahl.TabIndex = 1;
this.comboBoxAnzahl.SelectedIndexChanged += new System.EventHandler(this.ComboBoxAnzahl_SelectedIndexChanged);
//
// groupBoxRing1
//
this.groupBoxRing1.Controls.Add(this.comboBoxColor1);
this.groupBoxRing1.Location = new System.Drawing.Point(12, 33);
this.groupBoxRing1.Name = "groupBoxRing1";
this.groupBoxRing1.Size = new System.Drawing.Size(88, 52);
this.groupBoxRing1.TabIndex = 8;
this.groupBoxRing1.TabStop = false;
this.groupBoxRing1.Text = "Ring 1";
//
// comboBoxColor1
//
this.comboBoxColor1.DisplayMember = "Value";
this.comboBoxColor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxColor1.FormattingEnabled = true;
this.comboBoxColor1.Location = new System.Drawing.Point(11, 16);
this.comboBoxColor1.Name = "comboBoxColor1";
this.comboBoxColor1.Size = new System.Drawing.Size(67, 21);
this.comboBoxColor1.TabIndex = 14;
this.comboBoxColor1.Tag = "r1";
this.comboBoxColor1.ValueMember = "Key";
this.comboBoxColor1.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColor_SelectedIndexChanged);
//
// groupBoxRing2
//
this.groupBoxRing2.Controls.Add(this.comboBoxColor2);
this.groupBoxRing2.Location = new System.Drawing.Point(106, 33);
this.groupBoxRing2.Name = "groupBoxRing2";
this.groupBoxRing2.Size = new System.Drawing.Size(88, 52);
this.groupBoxRing2.TabIndex = 9;
this.groupBoxRing2.TabStop = false;
this.groupBoxRing2.Text = "Ring 2";
//
// comboBoxColor2
//
this.comboBoxColor2.DisplayMember = "Value";
this.comboBoxColor2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxColor2.FormattingEnabled = true;
this.comboBoxColor2.Location = new System.Drawing.Point(11, 16);
this.comboBoxColor2.Name = "comboBoxColor2";
this.comboBoxColor2.Size = new System.Drawing.Size(67, 21);
this.comboBoxColor2.TabIndex = 15;
this.comboBoxColor2.Tag = "r2";
this.comboBoxColor2.ValueMember = "Key";
this.comboBoxColor2.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColor_SelectedIndexChanged);
//
// groupBoxRing3
//
this.groupBoxRing3.Controls.Add(this.comboBoxColor3);
this.groupBoxRing3.Location = new System.Drawing.Point(200, 33);
this.groupBoxRing3.Name = "groupBoxRing3";
this.groupBoxRing3.Size = new System.Drawing.Size(88, 52);
this.groupBoxRing3.TabIndex = 10;
this.groupBoxRing3.TabStop = false;
this.groupBoxRing3.Text = "Ring 3";
//
// comboBoxColor3
//
this.comboBoxColor3.DisplayMember = "Value";
this.comboBoxColor3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxColor3.FormattingEnabled = true;
this.comboBoxColor3.Location = new System.Drawing.Point(11, 16);
this.comboBoxColor3.Name = "comboBoxColor3";
this.comboBoxColor3.Size = new System.Drawing.Size(67, 21);
this.comboBoxColor3.TabIndex = 15;
this.comboBoxColor3.Tag = "r3";
this.comboBoxColor3.ValueMember = "Key";
this.comboBoxColor3.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColor_SelectedIndexChanged);
//
// groupBoxRing4
//
this.groupBoxRing4.Controls.Add(this.comboBoxColor4);
this.groupBoxRing4.Enabled = false;
this.groupBoxRing4.Location = new System.Drawing.Point(12, 91);
this.groupBoxRing4.Name = "groupBoxRing4";
this.groupBoxRing4.Size = new System.Drawing.Size(88, 52);
this.groupBoxRing4.TabIndex = 11;
this.groupBoxRing4.TabStop = false;
this.groupBoxRing4.Text = "Ring 4";
//
// comboBoxColor4
//
this.comboBoxColor4.DisplayMember = "Value";
this.comboBoxColor4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxColor4.FormattingEnabled = true;
this.comboBoxColor4.Location = new System.Drawing.Point(11, 16);
this.comboBoxColor4.Name = "comboBoxColor4";
this.comboBoxColor4.Size = new System.Drawing.Size(67, 21);
this.comboBoxColor4.TabIndex = 15;
this.comboBoxColor4.Tag = "r4";
this.comboBoxColor4.ValueMember = "Key";
this.comboBoxColor4.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColor_SelectedIndexChanged);
//
// groupBoxRing5
//
this.groupBoxRing5.Controls.Add(this.comboBoxColor5);
this.groupBoxRing5.Enabled = false;
this.groupBoxRing5.Location = new System.Drawing.Point(106, 91);
this.groupBoxRing5.Name = "groupBoxRing5";
this.groupBoxRing5.Size = new System.Drawing.Size(88, 52);
this.groupBoxRing5.TabIndex = 12;
this.groupBoxRing5.TabStop = false;
this.groupBoxRing5.Text = "Ring 5";
//
// comboBoxColor5
//
this.comboBoxColor5.DisplayMember = "Value";
this.comboBoxColor5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxColor5.FormattingEnabled = true;
this.comboBoxColor5.Location = new System.Drawing.Point(11, 16);
this.comboBoxColor5.Name = "comboBoxColor5";
this.comboBoxColor5.Size = new System.Drawing.Size(67, 21);
this.comboBoxColor5.TabIndex = 15;
this.comboBoxColor5.Tag = "r5";
this.comboBoxColor5.ValueMember = "Key";
this.comboBoxColor5.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColor_SelectedIndexChanged);
//
// groupBoxRing6
//
this.groupBoxRing6.Controls.Add(this.comboBoxColor6);
this.groupBoxRing6.Enabled = false;
this.groupBoxRing6.Location = new System.Drawing.Point(200, 91);
this.groupBoxRing6.Name = "groupBoxRing6";
this.groupBoxRing6.Size = new System.Drawing.Size(88, 52);
this.groupBoxRing6.TabIndex = 13;
this.groupBoxRing6.TabStop = false;
this.groupBoxRing6.Text = "Ring 6";
//
// comboBoxColor6
//
this.comboBoxColor6.DisplayMember = "Value";
this.comboBoxColor6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxColor6.FormattingEnabled = true;
this.comboBoxColor6.Location = new System.Drawing.Point(11, 16);
this.comboBoxColor6.Name = "comboBoxColor6";
this.comboBoxColor6.Size = new System.Drawing.Size(67, 21);
this.comboBoxColor6.TabIndex = 15;
this.comboBoxColor6.Tag = "r6";
this.comboBoxColor6.ValueMember = "Key";
this.comboBoxColor6.SelectedIndexChanged += new System.EventHandler(this.ComboBoxColor_SelectedIndexChanged);
//
// labelResistor
//
this.labelResistor.AutoSize = true;
this.labelResistor.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelResistor.Location = new System.Drawing.Point(10, 146);
this.labelResistor.Name = "labelResistor";
this.labelResistor.Size = new System.Drawing.Size(76, 25);
this.labelResistor.TabIndex = 14;
this.labelResistor.Text = "label2";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(302, 178);
this.Controls.Add(this.labelResistor);
this.Controls.Add(this.groupBoxRing6);
this.Controls.Add(this.groupBoxRing5);
this.Controls.Add(this.groupBoxRing4);
this.Controls.Add(this.groupBoxRing3);
this.Controls.Add(this.groupBoxRing2);
this.Controls.Add(this.groupBoxRing1);
this.Controls.Add(this.comboBoxAnzahl);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Widerstandsfarbcode";
this.groupBoxRing1.ResumeLayout(false);
this.groupBoxRing2.ResumeLayout(false);
this.groupBoxRing3.ResumeLayout(false);
this.groupBoxRing4.ResumeLayout(false);
this.groupBoxRing5.ResumeLayout(false);
this.groupBoxRing6.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBoxAnzahl;
private System.Windows.Forms.GroupBox groupBoxRing1;
private System.Windows.Forms.GroupBox groupBoxRing2;
private System.Windows.Forms.GroupBox groupBoxRing3;
private System.Windows.Forms.GroupBox groupBoxRing4;
private System.Windows.Forms.GroupBox groupBoxRing5;
private System.Windows.Forms.GroupBox groupBoxRing6;
private System.Windows.Forms.ComboBox comboBoxColor1;
private System.Windows.Forms.ComboBox comboBoxColor2;
private System.Windows.Forms.ComboBox comboBoxColor3;
private System.Windows.Forms.ComboBox comboBoxColor4;
private System.Windows.Forms.ComboBox comboBoxColor5;
private System.Windows.Forms.ComboBox comboBoxColor6;
private System.Windows.Forms.Label labelResistor;
}
}