77 lines
2.8 KiB
C#
77 lines
2.8 KiB
C#
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()
|
|
{
|
|
radMenu1 = new Telerik.WinControls.UI.RadMenu();
|
|
radMenuItem1 = new Telerik.WinControls.UI.RadMenuItem();
|
|
radMenuItem2 = new Telerik.WinControls.UI.RadMenuItem();
|
|
((System.ComponentModel.ISupportInitialize)radMenu1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)this).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// 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).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Telerik.WinControls.UI.RadMenu radMenu1;
|
|
private Telerik.WinControls.UI.RadMenuItem radMenuItem1;
|
|
private Telerik.WinControls.UI.RadMenuItem radMenuItem2;
|
|
}
|
|
} |