1 write to toolStrip1
Accessibility_Core_App (1)
ToolStripContainer.Designer.cs (1)
34this.toolStrip1 = new System.Windows.Forms.ToolStrip();
15 references to toolStrip1
Accessibility_Core_App (15)
ToolStripContainer.Designer.cs (15)
92this.toolStrip1.SuspendLayout(); 102this.toolStripContainer2.ContentPanel.Controls.Add(this.toolStrip1); 119this.toolStrip1.ContextMenuStrip = this.contextMenuStrip1; 120this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; 121this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); 122this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 136this.toolStrip1.Location = new System.Drawing.Point(0, 200); 137this.toolStrip1.Name = "toolStrip1"; 138this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); 139this.toolStrip1.Size = new System.Drawing.Size(486, 39); 140this.toolStrip1.TabIndex = 1; 141this.toolStrip1.TabStop = true; 142this.toolStrip1.Text = "toolStrip1"; 606this.toolStrip1.ResumeLayout(false); 607this.toolStrip1.PerformLayout();