| 12345678910111213141516171819202122 |
- /*******************************************************************************
- * Copyright(c) 2014 DongkeSoft All rights reserved. / Confidential
- * 类的信息:
- * 1.程序名称:Measures.cs
- * 2.功能描述:类文件
- * 编辑履历:
- * 作者 日期 版本 修改内容
- * 陈晓野 2014/09/01 1.00 新建
- *******************************************************************************/
- namespace Dongke.IBOSS.PRD.Basics.DockPanel
- {
- internal static class Measures
- {
- public const int SplitterSize = 4;
- }
- internal static class MeasurePane
- {
- public const int MinSize = 24;
- }
- }
|