1 write to listBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
74
this.
listBox1
= new System.Windows.Forms.ListBox();
9 references to listBox1
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
561
this.groupBox6.Controls.Add(this.
listBox1
);
574
this.
listBox1
.FormattingEnabled = true;
575
this.
listBox1
.ItemHeight = 32;
576
this.
listBox1
.Items.AddRange(new object[] {
581
this.
listBox1
.Location = new System.Drawing.Point(150, 77);
582
this.
listBox1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
583
this.
listBox1
.Name = "listBox1";
584
this.
listBox1
.Size = new System.Drawing.Size(255, 164);
585
this.
listBox1
.TabIndex = 1;