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.Dresses.DressManagement { public partial class FrmPreselection : LYFZ.ComponentLibrary.BaseContentsFormMain { public FrmPreselection() { InitializeComponent(); panelEx2.BorderStyle = BorderStyle.FixedSingle; panelEx2.BorderColor = UIBlueThemeResources.BorderAreaColor; panelEx2.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.btnPreselection.Click += btnAdd_Click; this.txtCus_Telephone.KeyPress += txtCus_Telephone_KeyPress; this.dgv.RefreshTheme(); this.dgv2.RefreshTheme(); this.Shown += FrmPreselection_Shown; this.btnPreselection.Click += btnPreselection_Click; this.dgv.Click += dgv_Click; this.btnCusSelect.Click += btnCusSelect_Click; this.btnClose.Click += btnClose_Click; this.dgv2.Click += dgv2_Click; this.btnSlect.Click += btnSlect_Click; this.btnDelete.Click += btnDelete_Click; this.btnChoose.Click += btnChoose_Click; } protected virtual void btnChoose_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnclear_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnDelete_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnSlect_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void dgv2_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnDeleteL_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnPreselected_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnClear_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnClose_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnCusSelect_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void dgv_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnPreselection_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void radValet_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void radSell_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void radRent_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void radPreselection_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void FrmPreselection_Shown(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDsro_ReservationBackTime_Leave(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDsro_ReservationBackTime_Enter(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDsro_TakeDressTime_Leave(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDsro_TakeDressTime_Enter(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void txtCus_Telephone_KeyPress(object sender, KeyPressEventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDsro_MortgageAmount_KeyPress(object sender, KeyPressEventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDsro_Amount_KeyPress(object sender, KeyPressEventArgs e) { //throw new NotImplementedException(); } protected virtual void btnAdd_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } } }