Sanierung wird jetzt angezeigt ob sie abgeschlossen ist
This commit is contained in:
7
SanSystem/FrmSanKonzeptList.Designer.cs
generated
7
SanSystem/FrmSanKonzeptList.Designer.cs
generated
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user