Projekte können nun erzeugt werden und geladen werden
This commit is contained in:
109
SanSystem/FrmNewProjekt.Designer.cs
generated
Normal file
109
SanSystem/FrmNewProjekt.Designer.cs
generated
Normal file
@@ -0,0 +1,109 @@
|
||||
namespace SanSystem
|
||||
{
|
||||
partial class FrmNewProjekt
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.txt_pro_nr = new System.Windows.Forms.TextBox();
|
||||
this.txt_ort = new System.Windows.Forms.TextBox();
|
||||
this.btn_save = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(12, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(116, 20);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Projektnummer";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(12, 47);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(31, 20);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "Ort";
|
||||
//
|
||||
// txt_pro_nr
|
||||
//
|
||||
this.txt_pro_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_pro_nr.Location = new System.Drawing.Point(134, 3);
|
||||
this.txt_pro_nr.Name = "txt_pro_nr";
|
||||
this.txt_pro_nr.Size = new System.Drawing.Size(250, 26);
|
||||
this.txt_pro_nr.TabIndex = 3;
|
||||
//
|
||||
// txt_ort
|
||||
//
|
||||
this.txt_ort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_ort.Location = new System.Drawing.Point(134, 41);
|
||||
this.txt_ort.Name = "txt_ort";
|
||||
this.txt_ort.Size = new System.Drawing.Size(250, 26);
|
||||
this.txt_ort.TabIndex = 4;
|
||||
//
|
||||
// btn_save
|
||||
//
|
||||
this.btn_save.Location = new System.Drawing.Point(16, 73);
|
||||
this.btn_save.Name = "btn_save";
|
||||
this.btn_save.Size = new System.Drawing.Size(368, 94);
|
||||
this.btn_save.TabIndex = 5;
|
||||
this.btn_save.Text = "Neues Projekt anlegen";
|
||||
this.btn_save.UseVisualStyleBackColor = true;
|
||||
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
|
||||
//
|
||||
// FrmNewProjekt
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(418, 185);
|
||||
this.Controls.Add(this.btn_save);
|
||||
this.Controls.Add(this.txt_ort);
|
||||
this.Controls.Add(this.txt_pro_nr);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Name = "FrmNewProjekt";
|
||||
this.Text = "FrmNewProjekt";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox txt_pro_nr;
|
||||
private System.Windows.Forms.TextBox txt_ort;
|
||||
private System.Windows.Forms.Button btn_save;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user