Die datenbank kann jetzt gespeichert werden

This commit is contained in:
Husky
2018-07-14 11:21:40 +02:00
parent d4c192831f
commit 7b626f9b61
7 changed files with 76 additions and 23 deletions

View File

@@ -30,6 +30,7 @@
{
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.txt_bemerkung = new System.Windows.Forms.TextBox();
this.txt_objekt_name = new System.Windows.Forms.TextBox();
this.lbl_objektname = new System.Windows.Forms.Label();
this.cb_material = new System.Windows.Forms.ComboBox();
@@ -57,7 +58,8 @@
this.btn_close = new System.Windows.Forms.Button();
this.btn_add_san = new System.Windows.Forms.Button();
this.btn_delete = new System.Windows.Forms.Button();
this.txt_bemerkung = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txt_ort = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
@@ -79,6 +81,8 @@
//
// tabPage1
//
this.tabPage1.Controls.Add(this.txt_ort);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.txt_bemerkung);
this.tabPage1.Controls.Add(this.txt_objekt_name);
this.tabPage1.Controls.Add(this.lbl_objektname);
@@ -109,6 +113,14 @@
this.tabPage1.Text = "Grunddaten";
this.tabPage1.UseVisualStyleBackColor = true;
//
// txt_bemerkung
//
this.txt_bemerkung.Location = new System.Drawing.Point(730, 191);
this.txt_bemerkung.Multiline = true;
this.txt_bemerkung.Name = "txt_bemerkung";
this.txt_bemerkung.Size = new System.Drawing.Size(333, 253);
this.txt_bemerkung.TabIndex = 26;
//
// txt_objekt_name
//
this.txt_objekt_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -419,13 +431,23 @@
this.btn_delete.UseVisualStyleBackColor = true;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
// txt_bemerkung
// label7
//
this.txt_bemerkung.Location = new System.Drawing.Point(730, 191);
this.txt_bemerkung.Multiline = true;
this.txt_bemerkung.Name = "txt_bemerkung";
this.txt_bemerkung.Size = new System.Drawing.Size(333, 253);
this.txt_bemerkung.TabIndex = 26;
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(584, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(39, 25);
this.label7.TabIndex = 27;
this.label7.Text = "Ort";
//
// 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(745, 139);
this.txt_ort.Name = "txt_ort";
this.txt_ort.Size = new System.Drawing.Size(191, 30);
this.txt_ort.TabIndex = 28;
//
// frmObjektEdit
//
@@ -485,5 +507,7 @@
private System.Windows.Forms.Button btn_add_san;
private System.Windows.Forms.Button btn_delete;
private System.Windows.Forms.TextBox txt_bemerkung;
private System.Windows.Forms.TextBox txt_ort;
private System.Windows.Forms.Label label7;
}
}