Neue struktur funktioniert nun
This commit is contained in:
67
SanSystem/frmObjekteList.Designer.cs
generated
67
SanSystem/frmObjekteList.Designer.cs
generated
@@ -30,13 +30,6 @@
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.dGObjekte = new System.Windows.Forms.DataGridView();
|
||||
this.objektbezeichnungDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.vonPunktDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.bisPunktDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.rohrMaterialDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.kanalrohrweiteDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.haltungslaengeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.sanierungDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.strasseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
@@ -56,74 +49,16 @@
|
||||
// dGObjekte
|
||||
//
|
||||
this.dGObjekte.AllowUserToOrderColumns = true;
|
||||
this.dGObjekte.AutoGenerateColumns = false;
|
||||
this.dGObjekte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dGObjekte.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.objektbezeichnungDataGridViewTextBoxColumn,
|
||||
this.vonPunktDataGridViewTextBoxColumn,
|
||||
this.bisPunktDataGridViewTextBoxColumn,
|
||||
this.rohrMaterialDataGridViewTextBoxColumn,
|
||||
this.kanalrohrweiteDataGridViewTextBoxColumn,
|
||||
this.haltungslaengeDataGridViewTextBoxColumn,
|
||||
this.sanierungDataGridViewTextBoxColumn});
|
||||
this.dGObjekte.DataMember = "Objekte";
|
||||
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.Size = new System.Drawing.Size(957, 238);
|
||||
this.dGObjekte.TabIndex = 0;
|
||||
this.dGObjekte.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dGObjekte_RowHeaderMouseDoubleClick);
|
||||
//
|
||||
// objektbezeichnungDataGridViewTextBoxColumn
|
||||
//
|
||||
this.objektbezeichnungDataGridViewTextBoxColumn.DataPropertyName = "Objektbezeichnung";
|
||||
this.objektbezeichnungDataGridViewTextBoxColumn.HeaderText = "Objektbezeichnung";
|
||||
this.objektbezeichnungDataGridViewTextBoxColumn.Name = "objektbezeichnungDataGridViewTextBoxColumn";
|
||||
//
|
||||
// vonPunktDataGridViewTextBoxColumn
|
||||
//
|
||||
this.vonPunktDataGridViewTextBoxColumn.DataPropertyName = "VonPunkt";
|
||||
this.vonPunktDataGridViewTextBoxColumn.HeaderText = "VonPunkt";
|
||||
this.vonPunktDataGridViewTextBoxColumn.Name = "vonPunktDataGridViewTextBoxColumn";
|
||||
//
|
||||
// bisPunktDataGridViewTextBoxColumn
|
||||
//
|
||||
this.bisPunktDataGridViewTextBoxColumn.DataPropertyName = "BisPunkt";
|
||||
this.bisPunktDataGridViewTextBoxColumn.HeaderText = "BisPunkt";
|
||||
this.bisPunktDataGridViewTextBoxColumn.Name = "bisPunktDataGridViewTextBoxColumn";
|
||||
//
|
||||
// rohrMaterialDataGridViewTextBoxColumn
|
||||
//
|
||||
this.rohrMaterialDataGridViewTextBoxColumn.DataPropertyName = "RohrMaterial";
|
||||
this.rohrMaterialDataGridViewTextBoxColumn.HeaderText = "RohrMaterial";
|
||||
this.rohrMaterialDataGridViewTextBoxColumn.Name = "rohrMaterialDataGridViewTextBoxColumn";
|
||||
//
|
||||
// kanalrohrweiteDataGridViewTextBoxColumn
|
||||
//
|
||||
this.kanalrohrweiteDataGridViewTextBoxColumn.DataPropertyName = "Kanalrohrweite";
|
||||
this.kanalrohrweiteDataGridViewTextBoxColumn.HeaderText = "Kanalrohrweite";
|
||||
this.kanalrohrweiteDataGridViewTextBoxColumn.Name = "kanalrohrweiteDataGridViewTextBoxColumn";
|
||||
//
|
||||
// haltungslaengeDataGridViewTextBoxColumn
|
||||
//
|
||||
this.haltungslaengeDataGridViewTextBoxColumn.DataPropertyName = "Haltungslaenge";
|
||||
this.haltungslaengeDataGridViewTextBoxColumn.HeaderText = "Haltungslaenge";
|
||||
this.haltungslaengeDataGridViewTextBoxColumn.Name = "haltungslaengeDataGridViewTextBoxColumn";
|
||||
//
|
||||
// sanierungDataGridViewTextBoxColumn
|
||||
//
|
||||
this.sanierungDataGridViewTextBoxColumn.DataPropertyName = "Sanierung";
|
||||
this.sanierungDataGridViewTextBoxColumn.HeaderText = "Sanierung";
|
||||
this.sanierungDataGridViewTextBoxColumn.Name = "sanierungDataGridViewTextBoxColumn";
|
||||
this.sanierungDataGridViewTextBoxColumn.Visible = false;
|
||||
//
|
||||
// strasseBindingSource
|
||||
//
|
||||
//this.strasseBindingSource.DataSource = typeof(KlassenBIB.Strasse);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(763, 387);
|
||||
|
||||
Reference in New Issue
Block a user