1 write to toolStrip4
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
59this.toolStrip4 = new System.Windows.Forms.ToolStrip();
11 references to toolStrip4
WinFormsControlsTest (11)
ToolStripTests.Designer.cs (11)
129this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 132this.toolStrip4.Location = new System.Drawing.Point(0, 68); 133this.toolStrip4.Name = "toolStrip4"; 134this.toolStrip4.Size = new System.Drawing.Size(481, 22); 135this.toolStrip4.TabIndex = 1; 136this.toolStrip4.Text = "toolStrip4"; 137this.toolStrip4.TabStop = true; 138this.toolStrip4.Font=new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold); 440this.Controls.Add(this.toolStrip4); 454this.toolStrip4.ResumeLayout(false); 455this.toolStrip4.PerformLayout();