Sanierungsnummer wird abgespeichert
Icons hinzugefügt
This commit is contained in:
68
SanSystem/frmObjektEdit.Designer.cs
generated
68
SanSystem/frmObjektEdit.Designer.cs
generated
@@ -31,6 +31,7 @@
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
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();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.txt_ort = new System.Windows.Forms.TextBox();
|
||||
@@ -62,8 +63,9 @@
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.Kanalinformationen = new System.Windows.Forms.TabPage();
|
||||
this.dgv_schadenkuerzel = new System.Windows.Forms.DataGridView();
|
||||
this.btn_close = new System.Windows.Forms.Button();
|
||||
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.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
@@ -86,7 +88,10 @@
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.Controls.Add(this.txt_san_nr);
|
||||
this.tabPage1.Controls.Add(this.label9);
|
||||
this.tabPage1.Controls.Add(this.btn_delete);
|
||||
this.tabPage1.Controls.Add(this.btn_close);
|
||||
this.tabPage1.Controls.Add(this.cb_objekname_man);
|
||||
this.tabPage1.Controls.Add(this.label8);
|
||||
this.tabPage1.Controls.Add(this.txt_ort);
|
||||
@@ -125,6 +130,8 @@
|
||||
//
|
||||
this.btn_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.btn_delete.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_delete.Image = global::SanSystem.Properties.Resources.Delete1;
|
||||
this.btn_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.btn_delete.Location = new System.Drawing.Point(428, 608);
|
||||
this.btn_delete.Name = "btn_delete";
|
||||
this.btn_delete.Size = new System.Drawing.Size(166, 49);
|
||||
@@ -133,6 +140,19 @@
|
||||
this.btn_delete.UseVisualStyleBackColor = true;
|
||||
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
|
||||
//
|
||||
// btn_close
|
||||
//
|
||||
this.btn_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.btn_close.Image = global::SanSystem.Properties.Resources.Close1;
|
||||
this.btn_close.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.btn_close.Location = new System.Drawing.Point(24, 606);
|
||||
this.btn_close.Name = "btn_close";
|
||||
this.btn_close.Size = new System.Drawing.Size(181, 50);
|
||||
this.btn_close.TabIndex = 29;
|
||||
this.btn_close.Text = "Close";
|
||||
this.btn_close.UseVisualStyleBackColor = true;
|
||||
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
|
||||
//
|
||||
// cb_objekname_man
|
||||
//
|
||||
this.cb_objekname_man.AutoSize = true;
|
||||
@@ -157,7 +177,7 @@
|
||||
// txt_ort
|
||||
//
|
||||
this.txt_ort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_ort.Location = new System.Drawing.Point(745, 139);
|
||||
this.txt_ort.Location = new System.Drawing.Point(745, 145);
|
||||
this.txt_ort.Name = "txt_ort";
|
||||
this.txt_ort.Size = new System.Drawing.Size(191, 30);
|
||||
this.txt_ort.TabIndex = 9;
|
||||
@@ -166,7 +186,7 @@
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label7.Location = new System.Drawing.Point(584, 136);
|
||||
this.label7.Location = new System.Drawing.Point(584, 148);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(39, 25);
|
||||
this.label7.TabIndex = 27;
|
||||
@@ -332,7 +352,7 @@
|
||||
// txt_hausnummer
|
||||
//
|
||||
this.txt_hausnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_hausnummer.Location = new System.Drawing.Point(758, 85);
|
||||
this.txt_hausnummer.Location = new System.Drawing.Point(745, 107);
|
||||
this.txt_hausnummer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_hausnummer.Name = "txt_hausnummer";
|
||||
this.txt_hausnummer.Size = new System.Drawing.Size(148, 30);
|
||||
@@ -341,7 +361,7 @@
|
||||
// txt_strasse
|
||||
//
|
||||
this.txt_strasse.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_strasse.Location = new System.Drawing.Point(758, 35);
|
||||
this.txt_strasse.Location = new System.Drawing.Point(745, 67);
|
||||
this.txt_strasse.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_strasse.Name = "txt_strasse";
|
||||
this.txt_strasse.Size = new System.Drawing.Size(320, 30);
|
||||
@@ -351,7 +371,7 @@
|
||||
//
|
||||
this.label19.AutoSize = true;
|
||||
this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label19.Location = new System.Drawing.Point(560, 89);
|
||||
this.label19.Location = new System.Drawing.Point(584, 111);
|
||||
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label19.Name = "label19";
|
||||
this.label19.Size = new System.Drawing.Size(129, 25);
|
||||
@@ -362,7 +382,7 @@
|
||||
//
|
||||
this.label18.AutoSize = true;
|
||||
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label18.Location = new System.Drawing.Point(560, 40);
|
||||
this.label18.Location = new System.Drawing.Point(584, 72);
|
||||
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label18.Name = "label18";
|
||||
this.label18.Size = new System.Drawing.Size(79, 25);
|
||||
@@ -485,20 +505,11 @@
|
||||
this.dgv_schadenkuerzel.TabIndex = 0;
|
||||
this.dgv_schadenkuerzel.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv_schadenkuerzel_RowHeaderMouseDoubleClick);
|
||||
//
|
||||
// btn_close
|
||||
//
|
||||
this.btn_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.btn_close.Location = new System.Drawing.Point(37, 641);
|
||||
this.btn_close.Name = "btn_close";
|
||||
this.btn_close.Size = new System.Drawing.Size(181, 50);
|
||||
this.btn_close.TabIndex = 29;
|
||||
this.btn_close.Text = "Close";
|
||||
this.btn_close.UseVisualStyleBackColor = true;
|
||||
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
|
||||
//
|
||||
// btn_add_san
|
||||
//
|
||||
this.btn_add_san.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.btn_add_san.Image = global::SanSystem.Properties.Resources.Add1;
|
||||
this.btn_add_san.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.btn_add_san.Location = new System.Drawing.Point(224, 641);
|
||||
this.btn_add_san.Name = "btn_add_san";
|
||||
this.btn_add_san.Size = new System.Drawing.Size(202, 50);
|
||||
@@ -507,6 +518,24 @@
|
||||
this.btn_add_san.UseVisualStyleBackColor = true;
|
||||
this.btn_add_san.Click += new System.EventHandler(this.btn_add_san_Click);
|
||||
//
|
||||
// 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";
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// frmObjektEdit
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
|
||||
@@ -515,7 +544,6 @@
|
||||
this.ClientSize = new System.Drawing.Size(1290, 702);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btn_add_san);
|
||||
this.Controls.Add(this.btn_close);
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||
@@ -572,5 +600,7 @@
|
||||
private System.Windows.Forms.CheckBox cb_objekname_man;
|
||||
private System.Windows.Forms.TabPage Kanalinformationen;
|
||||
private System.Windows.Forms.DataGridView dgv_schadenkuerzel;
|
||||
private System.Windows.Forms.TextBox txt_san_nr;
|
||||
private System.Windows.Forms.Label label9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user