// statusBar1 // this.statusBar1.Location = new System.Drawing.Point(0, 453); this.statusBar1.Name = "statusBar1"; this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.panelErrMsg}); this.statusBar1.ShowPanels = true; this.statusBar1.Size = new System.Drawing.Size(704, 32); this.statusBar1.TabIndex = 7; this.statusBar1.Text = "statusBar1"; // // panelErrMsg // this.panelErrMsg.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents; this.panelErrMsg.Text = "Idle"; this.panelErrMsg.Width = 39; // // frmTest // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); |