123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- 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.SetSmallForm
- {
- public partial class GoldCardManagementSmallForm : LYFZ.ComponentLibrary.BaseContentsFormMain
- {
- public GoldCardManagementSmallForm()
- {
- InitializeComponent();
- this.panelEx1.BackColor = UIBlueThemeResources.AreaBackgroundColor;
- this.panelEx1.BorderStyle = BorderStyle.FixedSingle;
- this.panelEx2.BackColor = UIBlueThemeResources.BorderAreaColor;
- this.labelEx7.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.labelEx10.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.labelEx11.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.labelEx12.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.labelEx13.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.labelEx14.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.labelEx15.ForeColor = UIBlueThemeResources.TitleTextColor;
- this.Load += new EventHandler(GoldManagementSmallForm_Load);
- this.btnRecharge.Click += new EventHandler(btnRecharge_Click);
- this.btnCash.Click += new EventHandler(btnCash_Click);
- this.btnChangingCard.Click += new EventHandler(btnChangingCard_Click);
- this.btnModifyData.Click += new EventHandler(btnModifyData_Click);
- this.btnPassword.Click += new EventHandler(btnPassword_Click);
- this.btnRetrievePassword.Click += btnRetrievePassword_Click;
- this.btnSendPoint.Click += new EventHandler(btnSendPoint_Click);
- this.btnTurnPoints.Click += new EventHandler(btnTurnPoints_Click);
- this.btnRedeemPoint.Click += new EventHandler(btnRedeemPoint_Click);
- this.btnLogout.Click += new EventHandler(btnLogout_Click);
- this.btnRedeemLog.Click += new EventHandler(btnRedeemLog_Click);
- this.btnUseLog.Click += new EventHandler(btnUseLog_Click);
- this.btnCashbackInfo.Click += new EventHandler(btnCashbackInfo_Click);
- this.btnOpenBackCashCard.Click += btnOpenBackCashCard_Click;
- this.btnService.Click += btnService_Click;
- this.btnServicePaymentRecord.Click += btnServicePaymentRecord_Click;
- this.btnServiceUseRecord.Click += btnServiceUseRecord_Click;
- this.btnRechargeLog.Click += btnRechargeLog_Click;
- this.btnBackCashTakeCash.Click += btnBackCashTakeCash_Click;
- this.btnUpdateType.Click += btnUpdateType_Click;
- this.btnPhotographerConference.Click += btnPhotographerConference_Click;
- this.btnMyPhotographerConference.Click += btnMyPhotographerConference_Click;
- this.btnPhotographerConferenceRecord.Click += btnPhotographerConferenceRecord_Click;
- this.btn_DisInfo.Click += Btn_DisInfo_Click;
- }
- protected virtual void Btn_DisInfo_Click(object sender, EventArgs e)
- {
-
- }
- /// <summary>
- /// 窗体加载事件
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void GoldManagementSmallForm_Load(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 充值
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnRecharge_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 提现
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnCash_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 更换卡号
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnChangingCard_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 修改资料
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnModifyData_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 密码设置
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnPassword_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 找回密码
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnRetrievePassword_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 赠送积分
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnSendPoint_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 转介绍积分
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnTurnPoints_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 兑换积分
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnRedeemPoint_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 注销此卡
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnLogout_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 积分记录
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnRedeemLog_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 使用记录
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnUseLog_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 返现信息
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnCashbackInfo_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 发放返现副卡
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnOpenBackCashCard_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 服务资料
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnService_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 服务收款记录
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnServicePaymentRecord_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 服务使用记录
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnServiceUseRecord_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 充值记录
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnRechargeLog_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 返现提现
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnBackCashTakeCash_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 修改卡类型
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnUpdateType_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 办理摄友会
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnPhotographerConference_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 我的摄友会
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnMyPhotographerConference_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- /// <summary>
- /// 摄友会记录
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- protected virtual void btnPhotographerConferenceRecord_Click(object sender, EventArgs e)
- {
- //throw new NotImplementedException();
- }
- }
- }
|