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