174 lines
7.0 KiB
C#
174 lines
7.0 KiB
C#
namespace Test_Sprache
|
|
{
|
|
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.button1 = new System.Windows.Forms.Button();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
resources.ApplyResources(this.button1, "button1");
|
|
this.button1.Name = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox1
|
|
//
|
|
resources.ApplyResources(this.checkBox1, "checkBox1");
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkedListBox1
|
|
//
|
|
resources.ApplyResources(this.checkedListBox1, "checkedListBox1");
|
|
this.checkedListBox1.FormattingEnabled = true;
|
|
this.checkedListBox1.Items.AddRange(new object[] {
|
|
resources.GetString("checkedListBox1.Items")});
|
|
this.checkedListBox1.Name = "checkedListBox1";
|
|
//
|
|
// comboBox1
|
|
//
|
|
resources.ApplyResources(this.comboBox1, "comboBox1");
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Name = "comboBox1";
|
|
//
|
|
// groupBox1
|
|
//
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// radioButton1
|
|
//
|
|
resources.ApplyResources(this.radioButton1, "radioButton1");
|
|
this.radioButton1.Name = "radioButton1";
|
|
this.radioButton1.TabStop = true;
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel1
|
|
//
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Controls.Add(this.radioButton2);
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
this.panel1.Controls.Add(this.comboBox2);
|
|
this.panel1.Controls.Add(this.checkedListBox2);
|
|
this.panel1.Controls.Add(this.checkBox2);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// radioButton2
|
|
//
|
|
resources.ApplyResources(this.radioButton2, "radioButton2");
|
|
this.radioButton2.Name = "radioButton2";
|
|
this.radioButton2.TabStop = true;
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.TabStop = false;
|
|
//
|
|
// comboBox2
|
|
//
|
|
resources.ApplyResources(this.comboBox2, "comboBox2");
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Name = "comboBox2";
|
|
//
|
|
// checkedListBox2
|
|
//
|
|
resources.ApplyResources(this.checkedListBox2, "checkedListBox2");
|
|
this.checkedListBox2.FormattingEnabled = true;
|
|
this.checkedListBox2.Items.AddRange(new object[] {
|
|
resources.GetString("checkedListBox2.Items")});
|
|
this.checkedListBox2.Name = "checkedListBox2";
|
|
//
|
|
// checkBox2
|
|
//
|
|
resources.ApplyResources(this.checkBox2, "checkBox2");
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
resources.ApplyResources(this.button2, "button2");
|
|
this.button2.Name = "button2";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// Form1
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.radioButton1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.checkedListBox1);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.Name = "Form1";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.CheckedListBox checkedListBox1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.CheckedListBox checkedListBox2;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
}
|
|
|