Leistungsverzeichnis Positionen
This commit is contained in:
63
SanSystem/frmObjektEdit.Designer.cs
generated
63
SanSystem/frmObjektEdit.Designer.cs
generated
@@ -30,6 +30,8 @@
|
||||
{
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.txt_san_nr = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.btn_delete = new System.Windows.Forms.Button();
|
||||
this.btn_close = new System.Windows.Forms.Button();
|
||||
this.cb_objekname_man = new System.Windows.Forms.CheckBox();
|
||||
@@ -64,19 +66,22 @@
|
||||
this.Kanalinformationen = new System.Windows.Forms.TabPage();
|
||||
this.dgv_schadenkuerzel = new System.Windows.Forms.DataGridView();
|
||||
this.btn_add_san = new System.Windows.Forms.Button();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.txt_san_nr = new System.Windows.Forms.TextBox();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.dgv_sanierungen = new System.Windows.Forms.DataGridView();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.Kanalinformationen.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgv_schadenkuerzel)).BeginInit();
|
||||
this.tabPage2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgv_sanierungen)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.Kanalinformationen);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
@@ -126,6 +131,24 @@
|
||||
this.tabPage1.Text = "Grunddaten";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txt_san_nr
|
||||
//
|
||||
this.txt_san_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_san_nr.Location = new System.Drawing.Point(745, 29);
|
||||
this.txt_san_nr.Name = "txt_san_nr";
|
||||
this.txt_san_nr.Size = new System.Drawing.Size(191, 30);
|
||||
this.txt_san_nr.TabIndex = 7;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label9.Location = new System.Drawing.Point(585, 32);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(84, 25);
|
||||
this.label9.TabIndex = 32;
|
||||
this.label9.Text = "SAN. Nr";
|
||||
//
|
||||
// btn_delete
|
||||
//
|
||||
this.btn_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
@@ -518,23 +541,27 @@
|
||||
this.btn_add_san.UseVisualStyleBackColor = true;
|
||||
this.btn_add_san.Click += new System.EventHandler(this.btn_add_san_Click);
|
||||
//
|
||||
// label9
|
||||
// tabPage2
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label9.Location = new System.Drawing.Point(585, 32);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(84, 25);
|
||||
this.label9.TabIndex = 32;
|
||||
this.label9.Text = "SAN. Nr";
|
||||
this.tabPage2.Controls.Add(this.dgv_sanierungen);
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 34);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(1282, 664);
|
||||
this.tabPage2.TabIndex = 2;
|
||||
this.tabPage2.Text = "tabPage2";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txt_san_nr
|
||||
// dgv_sanierungen
|
||||
//
|
||||
this.txt_san_nr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_san_nr.Location = new System.Drawing.Point(745, 29);
|
||||
this.txt_san_nr.Name = "txt_san_nr";
|
||||
this.txt_san_nr.Size = new System.Drawing.Size(191, 30);
|
||||
this.txt_san_nr.TabIndex = 7;
|
||||
this.dgv_sanierungen.AllowUserToOrderColumns = true;
|
||||
this.dgv_sanierungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dgv_sanierungen.Location = new System.Drawing.Point(51, 6);
|
||||
this.dgv_sanierungen.Name = "dgv_sanierungen";
|
||||
this.dgv_sanierungen.RowHeadersWidth = 51;
|
||||
this.dgv_sanierungen.RowTemplate.Height = 24;
|
||||
this.dgv_sanierungen.Size = new System.Drawing.Size(824, 208);
|
||||
this.dgv_sanierungen.TabIndex = 0;
|
||||
//
|
||||
// frmObjektEdit
|
||||
//
|
||||
@@ -558,6 +585,8 @@
|
||||
this.groupBox2.PerformLayout();
|
||||
this.Kanalinformationen.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgv_schadenkuerzel)).EndInit();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgv_sanierungen)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -602,5 +631,7 @@
|
||||
private System.Windows.Forms.DataGridView dgv_schadenkuerzel;
|
||||
private System.Windows.Forms.TextBox txt_san_nr;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.TabPage tabPage2;
|
||||
private System.Windows.Forms.DataGridView dgv_sanierungen;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user