[求助]各位老大,这个statusStrip是怎么弄的?
图片附件: 游客没有浏览图片的权限,请
登录 或
注册
我只会:(中间都是连在一起的没有那个框把它们分开)
ToolStripStatusLabel to1 = new ToolStripStatusLabel();
statusStrip1.Items.Add(to1);
to1.Text = "欢迎";
ToolStripStatusLabel to2 = new ToolStripStatusLabel();
statusStrip1.Items.Add(to2);
to2.Text = "时间:";