Objekt edit form angefangen
This commit is contained in:
93
SanSystem/frmObjekteList.Designer.cs
generated
93
SanSystem/frmObjekteList.Designer.cs
generated
@@ -28,41 +28,114 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.dGObjekte = new System.Windows.Forms.DataGridView();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.strasseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
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();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.strasseBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// dGObjekte
|
||||
//
|
||||
this.dGObjekte.AllowUserToOrderColumns = true;
|
||||
this.dGObjekte.AutoGenerateColumns = false;
|
||||
this.dGObjekte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dGObjekte.Location = new System.Drawing.Point(12, 12);
|
||||
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, 10);
|
||||
this.dGObjekte.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.dGObjekte.Name = "dGObjekte";
|
||||
this.dGObjekte.RowTemplate.Height = 24;
|
||||
this.dGObjekte.Size = new System.Drawing.Size(348, 163);
|
||||
this.dGObjekte.Size = new System.Drawing.Size(951, 361);
|
||||
this.dGObjekte.TabIndex = 0;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(448, 51);
|
||||
this.button1.Location = new System.Drawing.Point(763, 387);
|
||||
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(136, 124);
|
||||
this.button1.Size = new System.Drawing.Size(102, 101);
|
||||
this.button1.TabIndex = 1;
|
||||
this.button1.Text = "button1";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// strasseBindingSource
|
||||
//
|
||||
this.strasseBindingSource.DataSource = typeof(KlassenBIB.Strasse);
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// frmObjekteList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(639, 253);
|
||||
this.ClientSize = new System.Drawing.Size(971, 499);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.dGObjekte);
|
||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.Name = "frmObjekteList";
|
||||
this.Text = "frmObjekteList";
|
||||
this.Load += new System.EventHandler(this.frmObjekteList_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.strasseBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -71,5 +144,13 @@
|
||||
|
||||
private System.Windows.Forms.DataGridView dGObjekte;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn objektbezeichnungDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn vonPunktDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn bisPunktDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn rohrMaterialDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn kanalrohrweiteDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn haltungslaengeDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn sanierungDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.BindingSource strasseBindingSource;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user