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