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