ObjekteList umgeändert
This commit is contained in:
5
SanSystem/frmStrassenList.Designer.cs
generated
5
SanSystem/frmStrassenList.Designer.cs
generated
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user