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) { } /// /// 窗体加载事件 /// /// /// protected virtual void GoldManagementSmallForm_Load(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 充值 /// /// /// protected virtual void btnRecharge_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 提现 /// /// /// protected virtual void btnCash_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 更换卡号 /// /// /// protected virtual void btnChangingCard_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 修改资料 /// /// /// protected virtual void btnModifyData_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 密码设置 /// /// /// protected virtual void btnPassword_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 找回密码 /// /// /// protected virtual void btnRetrievePassword_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 赠送积分 /// /// /// protected virtual void btnSendPoint_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 转介绍积分 /// /// /// protected virtual void btnTurnPoints_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 兑换积分 /// /// /// protected virtual void btnRedeemPoint_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 注销此卡 /// /// /// protected virtual void btnLogout_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 积分记录 /// /// /// protected virtual void btnRedeemLog_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 使用记录 /// /// /// protected virtual void btnUseLog_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 返现信息 /// /// /// protected virtual void btnCashbackInfo_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 发放返现副卡 /// /// /// protected virtual void btnOpenBackCashCard_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 服务资料 /// /// /// protected virtual void btnService_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 服务收款记录 /// /// /// protected virtual void btnServicePaymentRecord_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 服务使用记录 /// /// /// protected virtual void btnServiceUseRecord_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 充值记录 /// /// /// protected virtual void btnRechargeLog_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 返现提现 /// /// /// protected virtual void btnBackCashTakeCash_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 修改卡类型 /// /// /// protected virtual void btnUpdateType_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 办理摄友会 /// /// /// protected virtual void btnPhotographerConference_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 我的摄友会 /// /// /// protected virtual void btnMyPhotographerConference_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } /// /// 摄友会记录 /// /// /// protected virtual void btnPhotographerConferenceRecord_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } } }