I created a winform project in Visual Studio 2008,  and used StatusStrip control in my form, and I added several ToolStripStatusLabel controls in it. My application sometime is ok, and sometimes it is not ok occasinally: the contents of all ToolStripStatusLabel controls are converse, just like be rotated 180 degree. Why is my StatusStrip converse?
  It occurs occasionally when publish or run the application first. 
  Has anybody encountered it before?
  Thanks!    我在 Visual Studio 2008创建了1个Winform 项目,在一个窗体中用到了StatusStrip 控件,而且添加了几个ToolStripStatusLabel 控件。运行后有时是正常的,有时偶尔又不正常,ToolStripStatusLabel 控件里面的内容全都被倒转了过来,就像被倒转了180度。为什么ToolStripStatusLabel 控件里面的内容会被倒转呢?
    问题出现的规律,似乎是发布或者第一次运行程序的时候。
    有人以前碰到过这个问题吗?
    谢谢!