//==========================================================================
//Ãû³Æ£º ZYQ.WebControls.Cultural.DateTimePick.DateTimePickLabel
// ASP.Net·þÎñ¿Ø¼þ
//°æ±¾£º 1.0.0.0
//×÷Õߣº ÕÅÓîÇì
//ÈÕÆÚ£º 2003.2.12
//Email: raxzhang@sina.com
//˵Ã÷£º ±¾¿Ø¼þ¼°Ô´´úÂëÖ»ÊÇΪ¡¶¼ÆËã»úÊÀ½ç¡·¿ª·¢Õß¾ãÀÖ²¿ASP.NetÂÛ̳ѧϰÈçºÎ¿ª·¢ASP.net
// ·þÎñÆ÷¶Ë¿Ø¼þ¶ø¿ª·¢¡£Î´¾±¾ÈËͬÒâÇëÎðÓÃ×÷ÉÌÒµÓÃ;¡£
//
//==========================================================================
using System;
using System.Globalization;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using ZYQ;
using ZYQ.WebControls.Cultural.DateTimePick;
namespace ZYQ.WebControls.Cultural.Design
{
///
/// Form1 µÄժҪ˵Ã÷¡£
///
public class DateTimePickEditor : System.Windows.Forms.Form
{
#region ˽Óд°Ìå±äÁ¿
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label lblRfc1766Id;
private System.Windows.Forms.Label lblCultures;
private System.Windows.Forms.ComboBox cbCultures;
private System.Windows.Forms.Label lblAllCalendars;
private System.Windows.Forms.ComboBox cbOptionalCalendars;
private System.Windows.Forms.Label lblPostMeridiem;
private System.Windows.Forms.Label lblTimeSeparator;
private System.Windows.Forms.Label lblDateSeparator;
private System.Windows.Forms.Label lblAnteMeridiem;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblExmple;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtFormat;
private System.Windows.Forms.ComboBox cbShortLongDatePattern;
private System.Windows.Forms.ComboBox cbFormate;
private System.Windows.Forms.Label txtDateSeparator;
private System.Windows.Forms.Label txtAM;
private System.Windows.Forms.Label txtPM;
private System.Windows.Forms.Label txtTimeSeparator;
#endregion
#region ˽ÓÐÊôÐÔ±äÁ¿
private ZYQ.zyqCultrueInfo curi;
private DTFormatSetting _dtf;
#endregion
#region ÊôÐÔ
internal DTFormatSetting DesignerSetting
{
get
{
return this._dtf;
}
set
{
this._dtf =value;
}
}
#endregion

