WEB开发网
开发学院WEB开发ASP.NET 刚写好的Asp.Net时间和日期的Label控件。作为讲解... 阅读

刚写好的Asp.Net时间和日期的Label控件。作为讲解Asp.net控件开发的第一部分:继承开发(3)

 2007-12-15 09:32:14 来源:WEB开发网   
核心提示:#endregion #region 构造public FormatChangeEventArgs(DTFormatSetting newSetting){ this._dtSetting = newSetting;}#endregion }#endregion #region DateT

    #endregion
    #region 构造
    public FormatChangeEventArgs(DTFormatSetting newSetting)
    {         
      this._dtSetting = newSetting;
    }
    #endregion
  }
  #endregion
  #region DateTimeFormateEventHandler
  /// <summary>
  /// 委托FormatChangeEventArgs
  /// </summary>
  public delegate void DateTimeFormateEventHandler(object Sender,FormatChangeEventArgs e);
  #endregion
  #region DTFormatSetting
  /// <summary>
  /// 自定义的时间和日期的格式
  /// </summary>
  [Editor(typeof(ZYQ.WebControls.Cultural.Design.DateTimePickDesign),typeof(UITypeEditor))]  
  public class DTFormatSetting
  {
    #region 私有变量声明
    private string _datetimeFormat;       //设置时间显示的格式,类初始化时会指定一个初始格式    
    private string _languageCode;        //语言代码
    public event DateTimeFormateEventHandler DateTimeFormatChanged; //声明事件
    #endregion
    #region 属性
    /// <summary>
    /// RFC 1766 name。
    /// 由此属性可创建ZYQ.zyqCultrueInfo对象。
    /// 变更此属性会触发DateTimeFormatChanged事件。
    /// </summary>
    [NotifyParentProperty(true),Browsable(true),Category("Appearance"),Description("设置和获取选定国家和语言的RFC 1766 name。默认为:zh-CN 中文(中华人民共和国)"),DefaultValue("zh-cn")]
    public string LanguageAndCountry
    {
      get
      {  

上一页  1 2 3 4 5 6 7  下一页

Tags:Asp Net 时间

编辑录入:coldstar [复制链接] [打 印]
赞助商链接