示例#1
0
        override public void Setup_BeforeAdd(XML xml)
        {
            base.Setup_BeforeAdd(xml);

            string str;

            str = xml.GetAttribute("layout");
            if (str != null)
            {
                _layout    = FieldTypes.ParseGroupLayoutType(str);
                _lineGap   = xml.GetAttributeInt("lineGap");
                _columnGap = xml.GetAttributeInt("colGap");
            }
        }