1 write to toolStripContainer2
Accessibility_Core_App (1)
ToolStripContainer.Designer.cs (1)
33this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer();
24 references to toolStripContainer2
Accessibility_Core_App (24)
ToolStripContainer.cs (3)
13toolStripContainer2.TopToolStripPanel.TabStop = true; 14toolStripContainer2.TopToolStripPanel.TabIndex = 0; 15toolStripContainer2.ContentPanel.TabIndex = 1;
ToolStripContainer.Designer.cs (21)
89this.toolStripContainer2.ContentPanel.SuspendLayout(); 90this.toolStripContainer2.TopToolStripPanel.SuspendLayout(); 91this.toolStripContainer2.SuspendLayout(); 102this.toolStripContainer2.ContentPanel.Controls.Add(this.toolStrip1); 103this.toolStripContainer2.ContentPanel.Controls.Add(this.statusStrip1); 104this.toolStripContainer2.ContentPanel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 105this.toolStripContainer2.ContentPanel.Size = new System.Drawing.Size(486, 239); 106this.toolStripContainer2.Location = new System.Drawing.Point(76, 44); 107this.toolStripContainer2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 108this.toolStripContainer2.Name = "toolStripContainer2"; 109this.toolStripContainer2.Size = new System.Drawing.Size(486, 263); 110this.toolStripContainer2.TabIndex = 2; 111this.toolStripContainer2.Text = "toolStripContainer2"; 115this.toolStripContainer2.TopToolStripPanel.Controls.Add(this.menuStrip1); 595this.Controls.Add(this.toolStripContainer2); 600this.toolStripContainer2.ContentPanel.ResumeLayout(false); 601this.toolStripContainer2.ContentPanel.PerformLayout(); 602this.toolStripContainer2.TopToolStripPanel.ResumeLayout(false); 603this.toolStripContainer2.TopToolStripPanel.PerformLayout(); 604this.toolStripContainer2.ResumeLayout(false); 605this.toolStripContainer2.PerformLayout();