ObjekteList umgeändert

This commit is contained in:
Husky
2018-06-24 11:54:19 +02:00
parent 4ec720182b
commit 21060aa2a5
6 changed files with 162 additions and 26 deletions

View File

@@ -36,11 +36,12 @@
//
this.lst_strassen.FormattingEnabled = true;
this.lst_strassen.Location = new System.Drawing.Point(7, 15);
this.lst_strassen.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.lst_strassen.Margin = new System.Windows.Forms.Padding(2);
this.lst_strassen.Name = "lst_strassen";
this.lst_strassen.Size = new System.Drawing.Size(190, 277);
this.lst_strassen.TabIndex = 0;
this.lst_strassen.SelectedIndexChanged += new System.EventHandler(this.lst_strassen_SelectedIndexChanged);
this.lst_strassen.DoubleClick += new System.EventHandler(this.lst_strassen_DoubleClick);
//
// button1
//
@@ -60,7 +61,7 @@
this.ControlBox = false;
this.Controls.Add(this.button1);
this.Controls.Add(this.lst_strassen);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmStrassenList";
this.Text = "frmStrassenList";
this.Load += new System.EventHandler(this.frmStrassenList_Load);