• 大小: 4KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: C#
  • 标签:

资源简介

文件中只是提供了源代码,没有项目,自已添加到项目中就要吧使用,外观有些似126的上传功能

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

namespace ClassLibrary1.upfileControl
{
    /// 
    /// 背景铺排方式1
    /// 

    public enum BackImageRepeat
    {
        /// 
        /// 背景图像在纵向和横向上平铺
        /// 

        Repeat
        /// 
        /// 背景图像在横向上平铺
        /// 

        RepeatX
        /// 
        /// 背景图像在纵向平铺
        /// 

        /// 
        RepeatY
        /// 
        /// 背景图像不平铺
        /// 

        NoRepeat
        Inherit
    }

   
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        706  2008-01-08 13:53  upfileControl\BackImageRepeat.cs

     文件      13298  2008-01-16 19:02  upfileControl\FileUpControl.cs

     文件       1011  2008-01-08 13:53  upfileControl\GetBackImageRepeat.cs

     目录          0  2008-01-16 19:02  upfileControl

----------- ---------  ---------- -----  ----

                15015                    4


评论

共有 条评论

相关资源