1 write to statusStrip1
Accessibility_Core_App (1)
ToolStripContainer.Designer.cs (1)
50this.statusStrip1 = new System.Windows.Forms.StatusStrip();
15 references to statusStrip1
Accessibility_Core_App (15)
ToolStripContainer.Designer.cs (15)
93this.statusStrip1.SuspendLayout(); 103this.toolStripContainer2.ContentPanel.Controls.Add(this.statusStrip1); 272this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Top; 273this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); 274this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 279this.statusStrip1.Location = new System.Drawing.Point(0, 0); 280this.statusStrip1.Name = "statusStrip1"; 281this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0); 282this.statusStrip1.ShowItemToolTips = true; 283this.statusStrip1.Size = new System.Drawing.Size(486, 38); 284this.statusStrip1.TabIndex = 0; 285this.statusStrip1.TabStop = true; 286this.statusStrip1.Text = "statusStrip1"; 608this.statusStrip1.ResumeLayout(false); 609this.statusStrip1.PerformLayout();