159 lines
8.3 KiB
C#
159 lines
8.3 KiB
C#
namespace OwnChar.App.Desktop.UI.MainTabs
|
|
{
|
|
partial class TabLoginView
|
|
{
|
|
/// <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()
|
|
{
|
|
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
radButton1 = new Telerik.WinControls.UI.RadButton();
|
|
radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|
radTextBoxControl1 = new Telerik.WinControls.UI.RadTextBoxControl();
|
|
radTextBoxControl2 = new Telerik.WinControls.UI.RadTextBoxControl();
|
|
radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
|
tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)radButton1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)radLabel1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)radTextBoxControl1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)radTextBoxControl2).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)radLabel2).BeginInit();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.AutoSize = true;
|
|
tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel1.ColumnCount = 2;
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
|
|
tableLayoutPanel1.Controls.Add(radTextBoxControl2, 1, 1);
|
|
tableLayoutPanel1.Controls.Add(radLabel2, 0, 1);
|
|
tableLayoutPanel1.Controls.Add(radTextBoxControl1, 1, 0);
|
|
tableLayoutPanel1.Controls.Add(radButton1, 1, 2);
|
|
tableLayoutPanel1.Controls.Add(radLabel1, 0, 0);
|
|
tableLayoutPanel1.Location = new System.Drawing.Point(129, 81);
|
|
tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 3;
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.Size = new System.Drawing.Size(259, 86);
|
|
tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// radButton1
|
|
//
|
|
radButton1.Location = new System.Drawing.Point(106, 59);
|
|
radButton1.Name = "radButton1";
|
|
radButton1.Size = new System.Drawing.Size(110, 24);
|
|
radButton1.TabIndex = 1;
|
|
radButton1.Text = "radButton1";
|
|
//
|
|
// radLabel1
|
|
//
|
|
radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
radLabel1.AutoSize = false;
|
|
radLabel1.Location = new System.Drawing.Point(3, 3);
|
|
radLabel1.Name = "radLabel1";
|
|
radLabel1.Size = new System.Drawing.Size(97, 22);
|
|
radLabel1.TabIndex = 1;
|
|
radLabel1.Text = "radLabel1";
|
|
//
|
|
// radTextBoxControl1
|
|
//
|
|
radTextBoxControl1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
radTextBoxControl1.Location = new System.Drawing.Point(106, 3);
|
|
radTextBoxControl1.Name = "radTextBoxControl1";
|
|
radTextBoxControl1.Size = new System.Drawing.Size(150, 22);
|
|
radTextBoxControl1.TabIndex = 2;
|
|
//
|
|
// radTextBoxControl2
|
|
//
|
|
radTextBoxControl2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
radTextBoxControl2.Location = new System.Drawing.Point(106, 31);
|
|
radTextBoxControl2.Name = "radTextBoxControl2";
|
|
radTextBoxControl2.Size = new System.Drawing.Size(150, 22);
|
|
radTextBoxControl2.TabIndex = 1;
|
|
//
|
|
// radLabel2
|
|
//
|
|
radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
radLabel2.AutoSize = false;
|
|
radLabel2.Location = new System.Drawing.Point(3, 31);
|
|
radLabel2.Name = "radLabel2";
|
|
radLabel2.Size = new System.Drawing.Size(97, 22);
|
|
radLabel2.TabIndex = 0;
|
|
radLabel2.Text = "radLabel2";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.ColumnCount = 3;
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
tableLayoutPanel2.Controls.Add(tableLayoutPanel1, 1, 1);
|
|
tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
tableLayoutPanel2.RowCount = 3;
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
|
|
tableLayoutPanel2.Size = new System.Drawing.Size(519, 412);
|
|
tableLayoutPanel2.TabIndex = 1;
|
|
//
|
|
// TabLoginView
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
Controls.Add(tableLayoutPanel2);
|
|
Name = "TabLoginView";
|
|
Size = new System.Drawing.Size(519, 412);
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)radButton1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)radLabel1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)radTextBoxControl1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)radTextBoxControl2).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)radLabel2).EndInit();
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
tableLayoutPanel2.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl2;
|
|
private Telerik.WinControls.UI.RadLabel radLabel2;
|
|
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl1;
|
|
private Telerik.WinControls.UI.RadButton radButton1;
|
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
}
|
|
}
|