namespace SanSystem { /// /// /// partial class frmMain { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// 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.stammdatenImportierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.auftraggeberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.prefixSuffixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.speichernToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.massenstatistikToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.projektordnerÖffnenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.imprägnierberichteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.berichteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.massenberichteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.verbrauchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatus_projekt_Label = new System.Windows.Forms.ToolStripStatusLabel(); this.toolstrip_gesamtLiner = new System.Windows.Forms.ToolStripStatusLabel(); this.update = new UpdateLib.Updater(); this.toolstrip_messages = new System.Windows.Forms.ToolStripStatusLabel(); this.mainmenu.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // mainmenu // this.mainmenu.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainmenu.ImageScalingSize = new System.Drawing.Size(20, 20); this.mainmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.projektToolStripMenuItem, this.speichernToolStripMenuItem, this.massenstatistikToolStripMenuItem, this.projektordnerÖffnenToolStripMenuItem, this.toolStripMenuItem1, this.imprägnierberichteToolStripMenuItem, this.berichteToolStripMenuItem}); this.mainmenu.Location = new System.Drawing.Point(0, 0); this.mainmenu.Name = "mainmenu"; this.mainmenu.Size = new System.Drawing.Size(813, 29); this.mainmenu.TabIndex = 1; this.mainmenu.Text = "menuStrip1"; // // projektToolStripMenuItem // this.projektToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.neuToolStripMenuItem, this.öffnenToolStripMenuItem, this.stammdatenImportierenToolStripMenuItem, this.auftraggeberToolStripMenuItem, this.prefixSuffixToolStripMenuItem}); this.projektToolStripMenuItem.Name = "projektToolStripMenuItem"; this.projektToolStripMenuItem.Size = new System.Drawing.Size(71, 25); this.projektToolStripMenuItem.Text = "Projekt"; // // neuToolStripMenuItem // this.neuToolStripMenuItem.Name = "neuToolStripMenuItem"; this.neuToolStripMenuItem.Size = new System.Drawing.Size(254, 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(254, 26); this.öffnenToolStripMenuItem.Text = "Öffnen"; this.öffnenToolStripMenuItem.Click += new System.EventHandler(this.öffnenToolStripMenuItem_Click); // // stammdatenImportierenToolStripMenuItem // this.stammdatenImportierenToolStripMenuItem.Name = "stammdatenImportierenToolStripMenuItem"; this.stammdatenImportierenToolStripMenuItem.Size = new System.Drawing.Size(254, 26); this.stammdatenImportierenToolStripMenuItem.Text = "Stammdaten importieren"; this.stammdatenImportierenToolStripMenuItem.Click += new System.EventHandler(this.stammdatenImportierenToolStripMenuItem_Click); // // auftraggeberToolStripMenuItem // this.auftraggeberToolStripMenuItem.Name = "auftraggeberToolStripMenuItem"; this.auftraggeberToolStripMenuItem.Size = new System.Drawing.Size(254, 26); this.auftraggeberToolStripMenuItem.Text = "Auftraggeber"; this.auftraggeberToolStripMenuItem.Click += new System.EventHandler(this.auftraggeberToolStripMenuItem_Click); // // prefixSuffixToolStripMenuItem // this.prefixSuffixToolStripMenuItem.Name = "prefixSuffixToolStripMenuItem"; this.prefixSuffixToolStripMenuItem.Size = new System.Drawing.Size(254, 26); this.prefixSuffixToolStripMenuItem.Text = "Prefix / Suffix"; this.prefixSuffixToolStripMenuItem.Click += new System.EventHandler(this.PrefixSuffixToolStripMenuItem_Click); // // speichernToolStripMenuItem // this.speichernToolStripMenuItem.Name = "speichernToolStripMenuItem"; this.speichernToolStripMenuItem.Size = new System.Drawing.Size(91, 25); this.speichernToolStripMenuItem.Text = "Speichern"; this.speichernToolStripMenuItem.Click += new System.EventHandler(this.speichernToolStripMenuItem_Click); // // massenstatistikToolStripMenuItem // this.massenstatistikToolStripMenuItem.Name = "massenstatistikToolStripMenuItem"; this.massenstatistikToolStripMenuItem.Size = new System.Drawing.Size(128, 25); this.massenstatistikToolStripMenuItem.Text = "Massenstatistik"; this.massenstatistikToolStripMenuItem.Click += new System.EventHandler(this.massenstatistikToolStripMenuItem_Click); // // projektordnerÖffnenToolStripMenuItem // this.projektordnerÖffnenToolStripMenuItem.Name = "projektordnerÖffnenToolStripMenuItem"; this.projektordnerÖffnenToolStripMenuItem.Size = new System.Drawing.Size(170, 25); this.projektordnerÖffnenToolStripMenuItem.Text = "Projektordner Öffnen"; this.projektordnerÖffnenToolStripMenuItem.Click += new System.EventHandler(this.ProjektordnerÖffnenToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 25); // // imprägnierberichteToolStripMenuItem // this.imprägnierberichteToolStripMenuItem.Name = "imprägnierberichteToolStripMenuItem"; this.imprägnierberichteToolStripMenuItem.Size = new System.Drawing.Size(155, 25); this.imprägnierberichteToolStripMenuItem.Text = "Imprägnierberichte"; this.imprägnierberichteToolStripMenuItem.Click += new System.EventHandler(this.ImprägnierberichteToolStripMenuItem_Click); // // berichteToolStripMenuItem // this.berichteToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.massenberichteToolStripMenuItem, this.verbrauchToolStripMenuItem}); this.berichteToolStripMenuItem.Name = "berichteToolStripMenuItem"; this.berichteToolStripMenuItem.Size = new System.Drawing.Size(82, 25); this.berichteToolStripMenuItem.Text = "Berichte "; // // massenberichteToolStripMenuItem // this.massenberichteToolStripMenuItem.Name = "massenberichteToolStripMenuItem"; this.massenberichteToolStripMenuItem.Size = new System.Drawing.Size(189, 26); this.massenberichteToolStripMenuItem.Text = "Massenberichte"; this.massenberichteToolStripMenuItem.Click += new System.EventHandler(this.MassenberichteToolStripMenuItem_Click); // // verbrauchToolStripMenuItem // this.verbrauchToolStripMenuItem.Name = "verbrauchToolStripMenuItem"; this.verbrauchToolStripMenuItem.Size = new System.Drawing.Size(189, 26); this.verbrauchToolStripMenuItem.Text = "Verbrauch"; this.verbrauchToolStripMenuItem.Click += new System.EventHandler(this.VerbrauchToolStripMenuItem_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.toolstrip_gesamtLiner, this.toolstrip_messages}); this.statusStrip1.Location = new System.Drawing.Point(0, 431); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(813, 22); 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(44, 17); this.toolStripStatus_projekt_Label.Text = "Projekt"; // // toolstrip_gesamtLiner // this.toolstrip_gesamtLiner.Name = "toolstrip_gesamtLiner"; this.toolstrip_gesamtLiner.Size = new System.Drawing.Size(111, 17); this.toolstrip_gesamtLiner.Text = "Insgesammt Einbau"; // // update // this.update.UpdateUrl = "http://home.cosysda.de/sanverwaltung/UpdateInfo.dat"; // // toolstrip_messages // this.toolstrip_messages.Name = "toolstrip_messages"; this.toolstrip_messages.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.toolstrip_messages.Size = new System.Drawing.Size(16, 17); this.toolstrip_messages.Text = "..."; // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(813, 453); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.mainmenu); this.IsMdiContainer = true; this.MainMenuStrip = this.mainmenu; this.Margin = new System.Windows.Forms.Padding(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; private System.Windows.Forms.ToolStripMenuItem massenstatistikToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem stammdatenImportierenToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem auftraggeberToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem projektordnerÖffnenToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem imprägnierberichteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem berichteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem massenberichteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem verbrauchToolStripMenuItem; private System.Windows.Forms.ToolStripStatusLabel toolstrip_gesamtLiner; private System.Windows.Forms.ToolStripMenuItem prefixSuffixToolStripMenuItem; private UpdateLib.Updater update; private System.Windows.Forms.ToolStripStatusLabel toolstrip_messages; } }