摘要: 先强制转换为decimal. 例如: double xyTolerance = 0.000000008983001; txtXYTolerance.Text = ((decimal)xyTolerance).ToString(); 阅读全文
posted @ 2018-04-25 17:04 Youse的二分口粮地 阅读(328) 评论(0) 推荐(0)
摘要: 把LableX标签控件的WordWrap属性设置为true. https://zhidao.baidu.com/question/207858423.html 另外lable控件可以设置AutoSize为false,达到效果 阅读全文
posted @ 2018-04-25 13:22 Youse的二分口粮地 阅读(621) 评论(0) 推荐(0)