156 lines
8.3 KiB
C#
156 lines
8.3 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class frmObjekteList
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </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.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(951, 361);
|
|
this.dGObjekte.TabIndex = 0;
|
|
//
|
|
// button1
|
|
//
|
|
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(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(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
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);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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;
|
|
}
|
|
} |