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);
            }

  • 相关阅读:
    Mysql 删除表
    Mysql 创建表
    Mysql left join
    Qt(Mac) 进程的启动
    Mysql update
    Mysql insert
    Mysql select
    Mysql INNER JOIN
    Mysql 别名
    Mysql 排序
  • 原文地址:https://www.cnblogs.com/pchgo/p/1711678.html
Copyright © 2011-2022 走看看