Auftraggeber können nun bearbeitet werden und werden gespeichert
This commit is contained in:
51
SanSystem/frmMain.Designer.cs
generated
51
SanSystem/frmMain.Designer.cs
generated
@@ -35,17 +35,19 @@
|
||||
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.speichernToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.massenstatistikToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.toolStripStatus_projekt_Label = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.stammdatenImportierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.auftraggeberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
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,
|
||||
@@ -53,7 +55,8 @@
|
||||
this.massenstatistikToolStripMenuItem});
|
||||
this.mainmenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainmenu.Name = "mainmenu";
|
||||
this.mainmenu.Size = new System.Drawing.Size(596, 24);
|
||||
this.mainmenu.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
|
||||
this.mainmenu.Size = new System.Drawing.Size(795, 36);
|
||||
this.mainmenu.TabIndex = 1;
|
||||
this.mainmenu.Text = "menuStrip1";
|
||||
//
|
||||
@@ -62,36 +65,44 @@
|
||||
this.projektToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.neuToolStripMenuItem,
|
||||
this.öffnenToolStripMenuItem,
|
||||
this.stammdatenImportierenToolStripMenuItem});
|
||||
this.stammdatenImportierenToolStripMenuItem,
|
||||
this.auftraggeberToolStripMenuItem});
|
||||
this.projektToolStripMenuItem.Name = "projektToolStripMenuItem";
|
||||
this.projektToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
|
||||
this.projektToolStripMenuItem.Size = new System.Drawing.Size(86, 32);
|
||||
this.projektToolStripMenuItem.Text = "Projekt";
|
||||
//
|
||||
// neuToolStripMenuItem
|
||||
//
|
||||
this.neuToolStripMenuItem.Name = "neuToolStripMenuItem";
|
||||
this.neuToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
|
||||
this.neuToolStripMenuItem.Size = new System.Drawing.Size(310, 32);
|
||||
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(207, 22);
|
||||
this.öffnenToolStripMenuItem.Size = new System.Drawing.Size(310, 32);
|
||||
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(310, 32);
|
||||
this.stammdatenImportierenToolStripMenuItem.Text = "Stammdaten importieren";
|
||||
this.stammdatenImportierenToolStripMenuItem.Click += new System.EventHandler(this.stammdatenImportierenToolStripMenuItem_Click);
|
||||
//
|
||||
// speichernToolStripMenuItem
|
||||
//
|
||||
this.speichernToolStripMenuItem.Name = "speichernToolStripMenuItem";
|
||||
this.speichernToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
|
||||
this.speichernToolStripMenuItem.Size = new System.Drawing.Size(110, 32);
|
||||
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(99, 20);
|
||||
this.massenstatistikToolStripMenuItem.Size = new System.Drawing.Size(156, 32);
|
||||
this.massenstatistikToolStripMenuItem.Text = "Massenstatistik";
|
||||
this.massenstatistikToolStripMenuItem.Click += new System.EventHandler(this.massenstatistikToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -100,35 +111,36 @@
|
||||
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, 351);
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 434);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
this.statusStrip1.Size = new System.Drawing.Size(596, 22);
|
||||
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(44, 17);
|
||||
this.toolStripStatus_projekt_Label.Size = new System.Drawing.Size(55, 20);
|
||||
this.toolStripStatus_projekt_Label.Text = "Projekt";
|
||||
//
|
||||
// stammdatenImportierenToolStripMenuItem
|
||||
// auftraggeberToolStripMenuItem
|
||||
//
|
||||
this.stammdatenImportierenToolStripMenuItem.Name = "stammdatenImportierenToolStripMenuItem";
|
||||
this.stammdatenImportierenToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
|
||||
this.stammdatenImportierenToolStripMenuItem.Text = "Stammdaten importieren";
|
||||
this.stammdatenImportierenToolStripMenuItem.Click += new System.EventHandler(this.stammdatenImportierenToolStripMenuItem_Click);
|
||||
this.auftraggeberToolStripMenuItem.Name = "auftraggeberToolStripMenuItem";
|
||||
this.auftraggeberToolStripMenuItem.Size = new System.Drawing.Size(310, 32);
|
||||
this.auftraggeberToolStripMenuItem.Text = "Auftraggeber";
|
||||
this.auftraggeberToolStripMenuItem.Click += new System.EventHandler(this.auftraggeberToolStripMenuItem_Click);
|
||||
//
|
||||
// frmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(596, 373);
|
||||
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(2);
|
||||
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);
|
||||
@@ -153,6 +165,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem speichernToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem massenstatistikToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem stammdatenImportierenToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem auftraggeberToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user