Sanierung wird jetzt angezeigt ob sie abgeschlossen ist

This commit is contained in:
Husky
2018-07-21 19:41:10 +02:00
parent 449982fa3b
commit 5601eadaee
6 changed files with 51 additions and 12 deletions

View File

@@ -47,7 +47,7 @@
//
this.btn_san_add.Location = new System.Drawing.Point(12, 174);
this.btn_san_add.Name = "btn_san_add";
this.btn_san_add.Size = new System.Drawing.Size(429, 91);
this.btn_san_add.Size = new System.Drawing.Size(813, 91);
this.btn_san_add.TabIndex = 2;
this.btn_san_add.Text = "Neue Sanierung";
this.btn_san_add.UseVisualStyleBackColor = true;
@@ -60,14 +60,15 @@
this.lb_sans.ItemHeight = 20;
this.lb_sans.Location = new System.Drawing.Point(172, 12);
this.lb_sans.Name = "lb_sans";
this.lb_sans.Size = new System.Drawing.Size(269, 144);
this.lb_sans.Size = new System.Drawing.Size(653, 144);
this.lb_sans.TabIndex = 3;
this.lb_sans.DoubleClick += new System.EventHandler(this.lb_sans_DoubleClick);
//
// FrmSanKonzeptList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(453, 280);
this.ClientSize = new System.Drawing.Size(837, 280);
this.Controls.Add(this.lb_sans);
this.Controls.Add(this.btn_san_add);
this.Controls.Add(this.label1);