zoukankan      html  css  js  c++  java
  • 后台设置 宽度

     protected void SetPartState(string billtype)
            {
                string width = "208";
                if (billtype == "200")
                {
                    patuUser.PartType = 1;
                }
                if (billtype == "210")
                {
                    patuUser.PartType = 1;
                }
                if (billtype == "220")
                {
                    patuUser.PartType = 2;
                    width = "115";
                }

                patuUser.Width = new Unit(width);
            }

  • 相关阅读:
    杭电 1013 Digital Roots
    杭电 1040 As Easy As A+B 【排序】
    杭电 2092 整数解
    bzoj3223
    bzoj3224
    LA3905
    bzoj3601
    bzoj1002
    bzoj3105
    bzoj3332
  • 原文地址:https://www.cnblogs.com/pchgo/p/1711678.html
Copyright © 2011-2022 走看看