Kaynağa Gözat

commit: fix missing status bar label for Active Sessions

HOME 5 yıl önce
ebeveyn
işleme
059fe8b3c8
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      ISCSIConsole/MainForm.Designer.cs

+ 5 - 0
ISCSIConsole/MainForm.Designer.cs

@@ -40,6 +40,7 @@ namespace ISCSIConsole
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
             this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
             this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
             this.LoadConfigButton = new System.Windows.Forms.Button();
             this.LoadConfigButton = new System.Windows.Forms.Button();
+            this.statusStrip1.SuspendLayout();
             this.SuspendLayout();
             this.SuspendLayout();
             // 
             // 
             // btnStart
             // btnStart
@@ -129,6 +130,8 @@ namespace ISCSIConsole
             // 
             // 
             // statusStrip1
             // statusStrip1
             // 
             // 
+            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.lblStatus});
             this.statusStrip1.Location = new System.Drawing.Point(0, 159);
             this.statusStrip1.Location = new System.Drawing.Point(0, 159);
             this.statusStrip1.Name = "statusStrip1";
             this.statusStrip1.Name = "statusStrip1";
             this.statusStrip1.Size = new System.Drawing.Size(464, 22);
             this.statusStrip1.Size = new System.Drawing.Size(464, 22);
@@ -176,6 +179,8 @@ namespace ISCSIConsole
             this.Text = "iSCSI Console";
             this.Text = "iSCSI Console";
             this.Load += new System.EventHandler(this.MainForm_Load);
             this.Load += new System.EventHandler(this.MainForm_Load);
             this.Shown += new System.EventHandler(this.MainForm_Shown);
             this.Shown += new System.EventHandler(this.MainForm_Shown);
+            this.statusStrip1.ResumeLayout(false);
+            this.statusStrip1.PerformLayout();
             this.ResumeLayout(false);
             this.ResumeLayout(false);
             this.PerformLayout();
             this.PerformLayout();