[求助]各位老大,这个statusStrip是怎么弄的?
我只会:(中间都是连在一起的没有那个框把它们分开)
ToolStripStatusLabel to1 = new ToolStripStatusLabel();
statusStrip1.Items.Add(to1);
to1.Text = "欢迎";
ToolStripStatusLabel to2 = new ToolStripStatusLabel();
statusStrip1.Items.Add(to2);
to2.Text = "时间:";