1 write to toolStrip1
Accessibility_Core_App (1)
Menu_Toolbars_controls.Designer.cs (1)
91
toolStrip1
= new ToolStrip();
12 references to toolStrip1
Accessibility_Core_App (12)
Menu_Toolbars_controls.Designer.cs (12)
103
toolStrip1
.SuspendLayout();
503
toolStrip1
.ImageScalingSize = new Size(20, 20);
504
toolStrip1
.Items.AddRange(new ToolStripItem[] { newToolStripButton, toolStripSeparator7, toolStripButton1, toolStripButton2, toolStripButton3, toolStripButton4, toolStripButton5, toolStripButton6 });
505
toolStrip1
.Location = new Point(0, 34);
506
toolStrip1
.Name = "toolStrip1";
507
toolStrip1
.Size = new Size(1287, 31);
508
toolStrip1
.TabIndex = 1;
509
toolStrip1
.TabStop = true;
510
toolStrip1
.Text = "toolStrip1";
595
Controls.Add(
toolStrip1
);
607
toolStrip1
.ResumeLayout(false);
608
toolStrip1
.PerformLayout();