1 write to toolStrip3
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
56
this.
toolStrip3
= new System.Windows.Forms.ToolStrip();
10 references to toolStrip3
WinFormsControlsTest (10)
ToolStripTests.Designer.cs (10)
117
this.
toolStrip3
.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
120
this.
toolStrip3
.Location = new System.Drawing.Point(0, 45);
121
this.
toolStrip3
.Name = "toolStrip3";
122
this.
toolStrip3
.Size = new System.Drawing.Size(481, 22);
123
this.
toolStrip3
.TabIndex = 1;
124
this.
toolStrip3
.Text = "toolStrip3";
125
this.
toolStrip3
.TabStop = true;
441
this.Controls.Add(this.
toolStrip3
);
452
this.
toolStrip3
.ResumeLayout(false);
453
this.
toolStrip3
.PerformLayout();