161 lines
7.9 KiB
C#
161 lines
7.9 KiB
C#
namespace Deckungsbeitrag.UserControls
|
|
{
|
|
partial class UCSprache
|
|
{
|
|
/// <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 Komponenten-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.groupBoxSprache = new System.Windows.Forms.GroupBox();
|
|
this.comboBoxSprachen = new System.Windows.Forms.ComboBox();
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.labelText = new System.Windows.Forms.Label();
|
|
this.tLPButtons = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tLPSprache = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tLPButtons.SuspendLayout();
|
|
this.tLPSprache.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBoxSprache
|
|
//
|
|
this.groupBoxSprache.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxSprache.AutoSize = true;
|
|
this.groupBoxSprache.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxSprache.Location = new System.Drawing.Point(3, 97);
|
|
this.groupBoxSprache.Name = "groupBoxSprache";
|
|
this.groupBoxSprache.Size = new System.Drawing.Size(556, 107);
|
|
this.groupBoxSprache.TabIndex = 37;
|
|
this.groupBoxSprache.TabStop = false;
|
|
//
|
|
// comboBoxSprachen
|
|
//
|
|
this.comboBoxSprachen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxSprachen.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxSprachen.FormattingEnabled = true;
|
|
this.comboBoxSprachen.Location = new System.Drawing.Point(20, 142);
|
|
this.comboBoxSprachen.Margin = new System.Windows.Forms.Padding(20);
|
|
this.comboBoxSprachen.Name = "comboBoxSprachen";
|
|
this.comboBoxSprachen.Size = new System.Drawing.Size(522, 39);
|
|
this.comboBoxSprachen.TabIndex = 47;
|
|
this.comboBoxSprachen.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSprachen_SelectedIndexChanged);
|
|
//
|
|
// buttonOK
|
|
//
|
|
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.buttonOK.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonOK.FlatAppearance.BorderSize = 0;
|
|
this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonOK.ForeColor = System.Drawing.Color.White;
|
|
this.buttonOK.Location = new System.Drawing.Point(178, 5);
|
|
this.buttonOK.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonOK.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonOK.TabIndex = 38;
|
|
this.buttonOK.Text = "OK";
|
|
this.buttonOK.UseVisualStyleBackColor = false;
|
|
this.buttonOK.Click += new System.EventHandler(this.ButtonOK_Click);
|
|
//
|
|
// labelText
|
|
//
|
|
this.labelText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelText.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelText.ForeColor = System.Drawing.Color.White;
|
|
this.labelText.Location = new System.Drawing.Point(3, 3);
|
|
this.labelText.Margin = new System.Windows.Forms.Padding(3);
|
|
this.labelText.Name = "labelText";
|
|
this.labelText.Size = new System.Drawing.Size(556, 116);
|
|
this.labelText.TabIndex = 39;
|
|
//
|
|
// tLPButtons
|
|
//
|
|
this.tLPButtons.AutoSize = true;
|
|
this.tLPButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.tLPButtons.ColumnCount = 3;
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPButtons.Controls.Add(this.buttonOK, 1, 0);
|
|
this.tLPButtons.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPButtons.Location = new System.Drawing.Point(3, 204);
|
|
this.tLPButtons.Name = "tLPButtons";
|
|
this.tLPButtons.RowCount = 1;
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPButtons.Size = new System.Drawing.Size(556, 60);
|
|
this.tLPButtons.TabIndex = 40;
|
|
//
|
|
// tLPSprache
|
|
//
|
|
this.tLPSprache.AutoSize = true;
|
|
this.tLPSprache.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tLPSprache.ColumnCount = 1;
|
|
this.tLPSprache.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPSprache.Controls.Add(this.comboBoxSprachen, 0, 1);
|
|
this.tLPSprache.Controls.Add(this.tLPButtons, 0, 2);
|
|
this.tLPSprache.Controls.Add(this.labelText, 0, 0);
|
|
this.tLPSprache.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPSprache.Location = new System.Drawing.Point(0, 0);
|
|
this.tLPSprache.Name = "tLPSprache";
|
|
this.tLPSprache.RowCount = 3;
|
|
this.tLPSprache.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPSprache.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPSprache.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPSprache.Size = new System.Drawing.Size(562, 267);
|
|
this.tLPSprache.TabIndex = 41;
|
|
//
|
|
// UCSprache
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.Controls.Add(this.tLPSprache);
|
|
this.Controls.Add(this.groupBoxSprache);
|
|
this.Name = "UCSprache";
|
|
this.Size = new System.Drawing.Size(562, 267);
|
|
this.Load += new System.EventHandler(this.UCSprache_Load);
|
|
this.tLPButtons.ResumeLayout(false);
|
|
this.tLPSprache.ResumeLayout(false);
|
|
this.tLPSprache.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxSprache;
|
|
private System.Windows.Forms.ComboBox comboBoxSprachen;
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.Label labelText;
|
|
private System.Windows.Forms.TableLayoutPanel tLPButtons;
|
|
private System.Windows.Forms.TableLayoutPanel tLPSprache;
|
|
}
|
|
}
|