久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

C#之條形碼代碼-程序開發(fā)-紅黑聯(lián)盟

 大卷風(fēng) 2010-10-06
C#之條形碼代碼
文章錄入:7747.Net    責(zé)任編輯:7747.Net  20

【字體:

  1. public string bar_code(object str, int ch, int cw, int type_code)
  2.         {
  3.             string strTmp=str.ToString();
  4.             string code=strTmp;
  5.             strTmp=strTmp.ToLower();
  6.             int height=ch;
  7.             int width=cw;
  8.             strTmp=strTmp.Replace("0", "_|_|__||_||_|");;
  9.             strTmp=strTmp.Replace("1", "_||_|__|_|_||");
  10.             strTmp=strTmp.Replace("2", "_|_||__|_|_||");
  11.             strTmp=strTmp.Replace("3", "_||_||__|_|_|");
  12.             strTmp=strTmp.Replace("4", "_|_|__||_|_||");
  13.             strTmp=strTmp.Replace("5", "_||_|__||_|_|");
  14.             strTmp=strTmp.Replace("7", "_|_|__|_||_||");
  15.             strTmp=strTmp.Replace("6", "_|_||__||_|_|");
  16.             strTmp=strTmp.Replace("8", "_||_|__|_||_|");
  17.             strTmp=strTmp.Replace("9", "_|_||__|_||_|");
  18.             strTmp=strTmp.Replace("a", "_||_|_|__|_||");
  19.             strTmp=strTmp.Replace("b", "_|_||_|__|_||");
  20.             strTmp=strTmp.Replace("c", "_||_||_|__|_|");
  21.             strTmp=strTmp.Replace("d", "_|_|_||__|_||");
  22.             strTmp=strTmp.Replace("e", "_||_|_||__|_|");
  23.             strTmp=strTmp.Replace("f", "_|_||_||__|_|");
  24.             strTmp=strTmp.Replace("g", "_|_|_|__||_||");
  25.             strTmp=strTmp.Replace("h", "_||_|_|__||_|");
  26.             strTmp=strTmp.Replace("i", "_|_||_|__||_|");
  27.             strTmp=strTmp.Replace("j", "_|_|_||__||_|");
  28.             strTmp=strTmp.Replace("k", "_||_|_|_|__||");
  29.             strTmp=strTmp.Replace("l", "_|_||_|_|__||");
  30.             strTmp=strTmp.Replace("m", "_||_||_|_|__|");
  31.             strTmp=strTmp.Replace("n", "_|_|_||_|__||");
  32.             strTmp=strTmp.Replace("o", "_||_|_||_|__|");
  33.             strTmp=strTmp.Replace("p", "_|_||_||_|__|");
  34.             strTmp=strTmp.Replace("r", "_||_|_|_||__|");
  35.             strTmp=strTmp.Replace("q", "_|_|_|_||__||");
  36.             strTmp=strTmp.Replace("s", "_|_||_|_||__|");
  37.             strTmp=strTmp.Replace("t", "_|_|_||_||__|");
  38.             strTmp=strTmp.Replace("u", "_||__|_|_|_||");
  39.             strTmp=strTmp.Replace("v", "_|__||_|_|_||");
  40.             strTmp=strTmp.Replace("w", "_||__||_|_|_|");
  41.             strTmp=strTmp.Replace("x", "_|__|_||_|_||");
  42.             strTmp=strTmp.Replace("y", "_||__|_||_|_|");
  43.             strTmp=strTmp.Replace("z", "_|__||_||_|_|");
  44.             strTmp=strTmp.Replace("-", "_|__|_|_||_||");
  45.             strTmp=strTmp.Replace("*", "_|__|_||_||_|");
  46.             strTmp=strTmp.Replace("/", "_|__|__|_|__|");
  47.             strTmp=strTmp.Replace("%", "_|_|__|__|__|");
  48.             strTmp=strTmp.Replace(" ", "_|__|_|__|__|");
  49.             strTmp=strTmp.Replace(".", "_||__|_|_||_|");
  50.             strTmp=strTmp.Replace("_", "<span style='height:" height ";width:" width ";background:#FFFFFF;'></span>");
  51.             strTmp=strTmp.Replace("|", "<span style='height:" height ";width:" width ";background:#000000;'></span>");
  52.             if(type_code==1)
  53.             {
  54.                 return strTmp "<BR>" code;
  55.             }
  56.             else
  57.             {
  58.                 return strTmp;
  59.             }
  60.         }

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約