138 lines
6.5 KiB
C#
138 lines
6.5 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class frmMain
|
|
{
|
|
/// <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 Windows Form-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.mainmenu = new System.Windows.Forms.MenuStrip();
|
|
this.projektToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.neuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.öffnenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatus_projekt_Label = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.speichernToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mainmenu.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mainmenu
|
|
//
|
|
this.mainmenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.mainmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.projektToolStripMenuItem,
|
|
this.speichernToolStripMenuItem});
|
|
this.mainmenu.Location = new System.Drawing.Point(0, 0);
|
|
this.mainmenu.Name = "mainmenu";
|
|
this.mainmenu.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
|
|
this.mainmenu.Size = new System.Drawing.Size(795, 28);
|
|
this.mainmenu.TabIndex = 1;
|
|
this.mainmenu.Text = "menuStrip1";
|
|
//
|
|
// projektToolStripMenuItem
|
|
//
|
|
this.projektToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.neuToolStripMenuItem,
|
|
this.öffnenToolStripMenuItem});
|
|
this.projektToolStripMenuItem.Name = "projektToolStripMenuItem";
|
|
this.projektToolStripMenuItem.Size = new System.Drawing.Size(67, 24);
|
|
this.projektToolStripMenuItem.Text = "Projekt";
|
|
//
|
|
// neuToolStripMenuItem
|
|
//
|
|
this.neuToolStripMenuItem.Name = "neuToolStripMenuItem";
|
|
this.neuToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
|
|
this.neuToolStripMenuItem.Text = "Neu";
|
|
this.neuToolStripMenuItem.Click += new System.EventHandler(this.neuToolStripMenuItem_Click);
|
|
//
|
|
// öffnenToolStripMenuItem
|
|
//
|
|
this.öffnenToolStripMenuItem.Name = "öffnenToolStripMenuItem";
|
|
this.öffnenToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
|
|
this.öffnenToolStripMenuItem.Text = "Öffnen";
|
|
this.öffnenToolStripMenuItem.Click += new System.EventHandler(this.öffnenToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatus_projekt_Label});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 434);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(795, 25);
|
|
this.statusStrip1.TabIndex = 3;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatus_projekt_Label
|
|
//
|
|
this.toolStripStatus_projekt_Label.Name = "toolStripStatus_projekt_Label";
|
|
this.toolStripStatus_projekt_Label.Size = new System.Drawing.Size(55, 20);
|
|
this.toolStripStatus_projekt_Label.Text = "Projekt";
|
|
//
|
|
// speichernToolStripMenuItem
|
|
//
|
|
this.speichernToolStripMenuItem.Name = "speichernToolStripMenuItem";
|
|
this.speichernToolStripMenuItem.Size = new System.Drawing.Size(86, 24);
|
|
this.speichernToolStripMenuItem.Text = "Speichern";
|
|
this.speichernToolStripMenuItem.Click += new System.EventHandler(this.speichernToolStripMenuItem_Click);
|
|
//
|
|
// frmMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(795, 459);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.mainmenu);
|
|
this.IsMdiContainer = true;
|
|
this.MainMenuStrip = this.mainmenu;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "frmMain";
|
|
this.Text = "Kanalsanierungsverwaltung";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_main_FormClosing);
|
|
this.Load += new System.EventHandler(this.frm_main_Load);
|
|
this.mainmenu.ResumeLayout(false);
|
|
this.mainmenu.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip mainmenu;
|
|
private System.Windows.Forms.ToolStripMenuItem projektToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem neuToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem öffnenToolStripMenuItem;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatus_projekt_Label;
|
|
private System.Windows.Forms.ToolStripMenuItem speichernToolStripMenuItem;
|
|
}
|
|
}
|
|
|