namespace Test_UserControl
{
partial class UserControl1
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
this.buttonDown = new System.Windows.Forms.Button();
this.buttonUp = new System.Windows.Forms.Button();
this.checkBoxEncrypt = new System.Windows.Forms.CheckBox();
this.checkBoxDefault = new System.Windows.Forms.CheckBox();
this.buttonAddSeperator = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonDown
//
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonDown.BackgroundImage = global::Test_UserControl.Properties.Resources.Pfeil_unten;
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonDown.Location = new System.Drawing.Point(0, 104);
this.buttonDown.Name = "buttonDown";
this.buttonDown.Size = new System.Drawing.Size(90, 23);
this.buttonDown.TabIndex = 2;
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
//
// buttonUp
//
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.BackgroundImage = global::Test_UserControl.Properties.Resources.Pfeil_oben;
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonUp.Location = new System.Drawing.Point(0, 0);
this.buttonUp.Name = "buttonUp";
this.buttonUp.Size = new System.Drawing.Size(90, 23);
this.buttonUp.TabIndex = 1;
this.buttonUp.UseVisualStyleBackColor = true;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
//
// checkBoxEncrypt
//
this.checkBoxEncrypt.AutoSize = true;
this.checkBoxEncrypt.Location = new System.Drawing.Point(0, 58);
this.checkBoxEncrypt.Name = "checkBoxEncrypt";
this.checkBoxEncrypt.Size = new System.Drawing.Size(73, 17);
this.checkBoxEncrypt.TabIndex = 3;
this.checkBoxEncrypt.Text = "Chiffrieren";
this.checkBoxEncrypt.UseVisualStyleBackColor = true;
this.checkBoxEncrypt.CheckedChanged += new System.EventHandler(this.checkBoxEncrypt_CheckedChanged);
//
// checkBoxDefault
//
this.checkBoxDefault.AutoSize = true;
this.checkBoxDefault.Location = new System.Drawing.Point(0, 81);
this.checkBoxDefault.Name = "checkBoxDefault";
this.checkBoxDefault.Size = new System.Drawing.Size(69, 17);
this.checkBoxDefault.TabIndex = 0;
this.checkBoxDefault.Text = "Standard";
this.checkBoxDefault.UseVisualStyleBackColor = true;
this.checkBoxDefault.CheckedChanged += new System.EventHandler(this.checkBoxDefault_CheckedChanged);
//
// buttonAddSeperator
//
this.buttonAddSeperator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonAddSeperator.Location = new System.Drawing.Point(0, 29);
this.buttonAddSeperator.Name = "buttonAddSeperator";
this.buttonAddSeperator.Size = new System.Drawing.Size(90, 23);
this.buttonAddSeperator.TabIndex = 4;
this.buttonAddSeperator.Text = "Seperator dazu";
this.buttonAddSeperator.UseVisualStyleBackColor = true;
this.buttonAddSeperator.Click += new System.EventHandler(this.buttonAddSeperator_Click);
//
// UserControl1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.buttonAddSeperator);
this.Controls.Add(this.checkBoxEncrypt);
this.Controls.Add(this.buttonDown);
this.Controls.Add(this.checkBoxDefault);
this.Controls.Add(this.buttonUp);
this.MaximumSize = new System.Drawing.Size(120, 170);
this.MinimumSize = new System.Drawing.Size(90, 127);
this.Name = "UserControl1";
this.Size = new System.Drawing.Size(90, 127);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonUp;
private System.Windows.Forms.Button buttonDown;
private System.Windows.Forms.CheckBox checkBoxEncrypt;
private System.Windows.Forms.CheckBox checkBoxDefault;
private System.Windows.Forms.Button buttonAddSeperator;
}
}