Temperatur Can

Bindings hergestellt
This commit is contained in:
Husky
2018-06-24 17:49:34 +02:00
parent 21060aa2a5
commit e0d7cf03d1
14 changed files with 731 additions and 107 deletions

View File

@@ -70,10 +70,12 @@
this.dGObjekte.DataSource = this.strasseBindingSource;
this.dGObjekte.Location = new System.Drawing.Point(9, 133);
this.dGObjekte.Margin = new System.Windows.Forms.Padding(2);
this.dGObjekte.MultiSelect = false;
this.dGObjekte.Name = "dGObjekte";
this.dGObjekte.RowTemplate.Height = 24;
this.dGObjekte.Size = new System.Drawing.Size(951, 238);
this.dGObjekte.TabIndex = 0;
this.dGObjekte.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dGObjekte_RowHeaderMouseDoubleClick);
//
// objektbezeichnungDataGridViewTextBoxColumn
//