1 write to toolStrip2
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
43
this.
toolStrip2
= new System.Windows.Forms.ToolStrip();
11 references to toolStrip2
WinFormsControlsTest (11)
ToolStripTests.Designer.cs (11)
76
this.
toolStrip2
.SuspendLayout();
97
this.
toolStrip2
.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
108
this.
toolStrip2
.Location = new System.Drawing.Point(0, 22);
109
this.
toolStrip2
.Name = "toolStrip2";
110
this.
toolStrip2
.Size = new System.Drawing.Size(481, 22);
111
this.
toolStrip2
.TabIndex = 1;
112
this.
toolStrip2
.Text = "toolStrip2";
113
this.
toolStrip2
.TabStop = true;
442
this.Controls.Add(this.
toolStrip2
);
450
this.
toolStrip2
.ResumeLayout(false);
451
this.
toolStrip2
.PerformLayout();