Linergrundlagen können nun über mehrfachauswahl ausgewählt werden

This commit is contained in:
Husky
2018-07-14 19:45:21 +02:00
parent 147a9b5283
commit 54b637575c
11 changed files with 321 additions and 312 deletions

View File

@@ -28,12 +28,31 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ucLinerGrundlagen1 = new SanSystem.UCLinerGrundlagen();
this.SuspendLayout();
//
// ucLinerGrundlagen1
//
this.ucLinerGrundlagen1.BackColor = System.Drawing.SystemColors.Window;
this.ucLinerGrundlagen1.Location = new System.Drawing.Point(12, 12);
this.ucLinerGrundlagen1.Name = "ucLinerGrundlagen1";
this.ucLinerGrundlagen1.Size = new System.Drawing.Size(731, 456);
this.ucLinerGrundlagen1.TabIndex = 0;
//
// FrmKalibrierungFestlegung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.ClientSize = new System.Drawing.Size(757, 478);
this.Controls.Add(this.ucLinerGrundlagen1);
this.Name = "FrmKalibrierungFestlegung";
this.Text = "FrmKalibrierungFestlegung";
this.ResumeLayout(false);
}
#endregion
private UCLinerGrundlagen ucLinerGrundlagen1;
}
}