• [代码收集]文件过滤符


            private static string ExcelFilter = "Excel(*.xls)|*.xls|All File(*.*)|*.*";
            private static string ImageFilter = "Image Files(*.BMP;*.bmp;*.JPG;*.jpg;*.GIF;*.gif;*.png)|(*.BMP;*.bmp;*.JPG;*.jpg;*.GIF;*.gif;*.png)|All File(*.*)|*.*";
            private static string HtmlFilter = "HTML files (*.html;*.htm)|*.html;*.htm|All files (*.*)|*.*";
            private static string AccessFilter = "Access(*.mdb)|*.mdb|All File(*.*)|*.*";
            private static string ZipFillter = "Zip(*.zip)|*.zip|All files (*.*)|*.*";
            private const string ConfigFilter = "配置文件(*.cfg)|*.cfg|All File(*.*)|*.*";
            private static string TxtFilter = "(*.txt)|*.txt|All files (*.*)|*.*";


    关注微信号:xstone-monkey
    微信公众号名称:和石头学编程
  • 相关阅读:
    密码学与安全技术
    分布式系统核心问题
    虚拟机性能监控与故障处理工具
    垃圾收集器与内存分配策略
    Channel
    Buffer
    Reactor
    I/O简介
    HashMap
    装饰者模式
  • 原文地址:https://www.cnblogs.com/Rmean/p/5007987.html
Copyright © 2020-2023  润新知