123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- 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();
- }
-
- }
- }
|