123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- using LYFZ.ComponentLibrary;
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Windows.Forms;
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- public partial class PointsSetSuperSmallForm : LYFZ.ComponentLibrary.BaseContentsFormMain
- {
- public PointsSetSuperSmallForm()
- {
- InitializeComponent();
- this.labelEx14.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.panelEx1.BackColor = UIBlueThemeResources.UCNavigationToolColor;
- this.panelEx2.BackColor = UIBlueThemeResources.AreaBackgroundColor;
- this.panelEx2.BorderColor = UIBlueThemeResources.BorderAreaColor;
- this.panelEx2.BorderStyle = BorderStyle.FixedSingle;
- this.Shown += PointsSetSuperSmallForm_Shown;
- this.Load += PointsSetSuperSmallForm_Load;
- this.btnOK.Click += new EventHandler(btnOK_Click);
- this.btnClose.Click += btnClose_Click;
- this.btnDelete.Click += btnDelete_Click;
- this.btnAddDate.Click += btnAddDate_Click;
- this.btnTest.Click += btnTest_Click;
- this.dgvData.MouseDoubleClick += dgvData_MouseDoubleClick;
- this.txtAgoPeriod_Points.KeyPress += txtAgoPeriod_Points_KeyPress;
- this.txtAgoPeriod_RMB.KeyPress += txtAgoPeriod_RMB_KeyPress;
- this.txtBirthday_Day.KeyPress += txtBirthday_Day_KeyPress;
- this.txtBirthday_Month.KeyPress += txtBirthday_Month_KeyPress;
- this.txtDianqing_Day.KeyPress += txtDianqing_Day_KeyPress;
- this.txtDianqing_Month.KeyPress += txtDianqing_Month_KeyPress;
- this.txtLatePeriod_Points.KeyPress += txtLatePeriod_Points_KeyPress;
- this.txtLatePeriod_RMB.KeyPress += txtLatePeriod_RMB_KeyPress;
- this.txtPointsToRMB_Points.KeyPress += txtPointsToRMB_Points_KeyPress;
- this.txtPointsToRMB_RMB.KeyPress += txtPointsToRMB_RMB_KeyPress;
- this.txtReferral_Points.KeyPress += txtReferral_Points_KeyPress;
- this.txtReferral_RMB.KeyPress += txtReferral_RMB_KeyPress;
- this.txtWeddingAnniversary_Day.KeyPress += txtWeddingAnniversary_Day_KeyPress;
- this.txtWeddingAnniversary_Month.KeyPress += txtWeddingAnniversary_Month_KeyPress;
- }
-
- /// <summary>
- /// 窗体加载事件
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void PointsSetSuperSmallForm_Shown(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 窗体加载事件
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void PointsSetSuperSmallForm_Load(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 确定
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnOK_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 关闭
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnClose_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 删除特定日期
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnDelete_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 添加特定日期
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnAddDate_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 测试
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnTest_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 列表双击事件
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void dgvData_MouseDoubleClick(object sender, MouseEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 前期消费_积分限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtAgoPeriod_Points_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 前期消费_人民币限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtAgoPeriod_RMB_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 生日_当天限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtBirthday_Day_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 生日_当月限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtBirthday_Month_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 店庆_当天限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtDianqing_Day_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 店庆_当月限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtDianqing_Month_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 后期消费_积分限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtLatePeriod_Points_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 后期消费_人民币限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtLatePeriod_RMB_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 积分换人民币_积分限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtPointsToRMB_Points_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 积分换人民币_人民币限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtPointsToRMB_RMB_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 转介绍_积分限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtReferral_Points_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 转介绍_人民币限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtReferral_RMB_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 结婚纪念日当天限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtWeddingAnniversary_Day_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 结婚纪念日当月限制输入
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void txtWeddingAnniversary_Month_KeyPress(object sender, KeyPressEventArgs e)
- {
- //throw new NotImplementedException();
- }
- }
- }
|