Man kann jetzt die einstellungen speichern

This commit is contained in:
Husky
2018-07-14 12:25:47 +02:00
parent 7b626f9b61
commit f7e3042daa
8 changed files with 144 additions and 6 deletions

View File

@@ -55,6 +55,7 @@
// dGObjekte
//
this.dGObjekte.AllowUserToOrderColumns = true;
this.dGObjekte.AllowUserToResizeRows = false;
this.dGObjekte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dGObjekte.Location = new System.Drawing.Point(10, 77);
this.dGObjekte.Margin = new System.Windows.Forms.Padding(2);
@@ -243,6 +244,7 @@
this.Name = "frmObjekteList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmObjekteList";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmObjekteList_FormClosing);
this.Load += new System.EventHandler(this.frmObjekteList_Load);
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.strasseBindingSource)).EndInit();