Files
App/OwnChar.App.Desktop/UI/Windows/MainWindow.Designer.cs
2024-05-20 18:50:10 +02:00

96 lines
4.2 KiB
C#

using Telerik.WinControls.UI;
namespace OwnChar.App.Desktop.UI.Windows
{
partial class MainWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
radTabbedFormControl1 = new Telerik.WinControls.UI.RadTabbedFormControl();
radMenu1 = new Telerik.WinControls.UI.RadMenu();
radMenuItem1 = new Telerik.WinControls.UI.RadMenuItem();
radMenuItem2 = new Telerik.WinControls.UI.RadMenuItem();
((System.ComponentModel.ISupportInitialize)(this.radTabbedFormControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)radMenu1).BeginInit();
((System.ComponentModel.ISupportInitialize)this).BeginInit();
SuspendLayout();
//
// radTabbedFormControl1
//
this.radTabbedFormControl1.Location = new System.Drawing.Point(0, 0);
this.radTabbedFormControl1.Name = "radTabbedFormControl1";
this.radTabbedFormControl1.ShowNewTabButton = false;
this.radTabbedFormControl1.Size = new System.Drawing.Size(768, 583);
this.radTabbedFormControl1.TabIndex = 0;
this.radTabbedFormControl1.TabWidth = 200;
this.radTabbedFormControl1.Text = "MainForm";
((Telerik.WinControls.UI.RadTabbedFormControlElement)(radTabbedFormControl1.GetChildAt(0))).Text = "MainForm";
((Telerik.WinControls.UI.RadQuickAccessOverflowButton)(radTabbedFormControl1.GetChildAt(0).GetChildAt(3).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
((Telerik.WinControls.UI.RadQuickAccessOverflowButton)(radTabbedFormControl1.GetChildAt(0).GetChildAt(4).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
//
// radMenu1
//
radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] { radMenuItem1, radMenuItem2 });
radMenu1.Location = new System.Drawing.Point(0, 0);
radMenu1.Name = "radMenu1";
radMenu1.Size = new System.Drawing.Size(292, 25);
radMenu1.TabIndex = 0;
//
// radMenuItem1
//
radMenuItem1.Name = "radMenuItem1";
radMenuItem1.Text = "Datei";
//
// radMenuItem2
//
radMenuItem2.Name = "radMenuItem2";
radMenuItem2.Text = "Modules";
//
// MainWindow
//
AutoScaleBaseSize = new System.Drawing.Size(7, 15);
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(292, 270);
Controls.Add(radMenu1);
Name = "MainWindow";
Text = "RadForm1";
((System.ComponentModel.ISupportInitialize)radMenu1).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTabbedFormControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)this).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadTabbedFormControl radTabbedFormControl1;
private Telerik.WinControls.UI.RadMenu radMenu1;
private Telerik.WinControls.UI.RadMenuItem radMenuItem1;
private Telerik.WinControls.UI.RadMenuItem radMenuItem2;
}
}