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