1 write to listBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
50
this.
listBox4
= new System.Windows.Forms.ListBox();
9 references to listBox4
WinFormsControlsTest (9)
ListBoxes.Designer.cs (9)
169
this.
listBox4
.Location = new System.Drawing.Point(360, 240);
170
this.
listBox4
.Name = "listBox4";
171
this.
listBox4
.Size = new System.Drawing.Size(200, 150);
172
this.
listBox4
.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
173
this.
listBox4
.DrawItem += ListBox_DrawItem;
174
this.
listBox4
.MeasureItem += ListBox_MeasureItem;
187
this.addButton4.Tag = new object[] {
listBox4
, textBox4 };
195
this.deleteButton4.Tag =
listBox4
;
219
this.Controls.Add(this.
listBox4
);