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 { public partial class FrmDressManagement : LYFZ.ComponentLibrary.BaseContentsFormMain { public FrmDressManagement() { InitializeComponent(); UcNavigationTool.LabTitle = "礼服管理"; this.IsCustomScrollBar = true; panelEx3.BorderStyle = BorderStyle.FixedSingle; panelEx3.BorderColor = UIBlueThemeResources.BorderAreaColor; panelEx3.BackColor = UIBlueThemeResources.AreaBackgroundColor; panelEx1.BorderStyle = BorderStyle.FixedSingle; panelEx1.BorderColor = UIBlueThemeResources.BorderAreaColor; panelEx1.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.Shown += FrmDressManagement_Shown; this.listViewData.Click += lstPic_Click; this.listViewData.MouseUp += lstPic_MouseUp; this.listViewData.ItemChecked += lstPic_ItemChecked; this.toolSelected.Click += toolSelected_Click; this.toolCancel.Click += toolCancel_Click; this.btnPreselection.Click += btnPreselection_Click; this.btnRental.Click += btnRental_Click; this.btnValet.Click += btnValet_Click; panelEx4.BorderStyle = BorderStyle.FixedSingle; panelEx4.BorderColor = UIBlueThemeResources.BorderAreaColor; panelEx4.BackColor = UIBlueThemeResources.AreaBackgroundColor; panelEx5.BorderStyle = BorderStyle.FixedSingle; panelEx5.BorderColor = UIBlueThemeResources.BorderAreaColor; panelEx5.BackColor = UIBlueThemeResources.AreaBackgroundColor; this.txtDayNumber.KeyPress += txtDayNumber_KeyPress; this.btnSaveDay.Click += btnSaveDay_Click; this.btnSlect.Click += btnSlect_Click; this.dtTakeDressTime.Enter += txtDsro_TakeDressTime_Enter; this.dtTakeDressTime.Leave += txtDsro_TakeDressTime_Leave; this.toolpic.Click += toolpic_Click; this.listViewData.DoubleClick += lstPic_DoubleClick; this.btnRentalManagement.Click += btnRentalManagement_Click; this.btnSaleManagement.Click += btnSaleManagement_Click; this.btnValetMangstar.Click += btnValetMangstar_Click; this.btnDetermine.Click += btnDetermine_Click; } protected virtual void btnDetermine_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnValetMangstar_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnSaleManagement_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnRentalManagement_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void lstPic_DoubleClick(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void toolpic_Click(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 btnSlect_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnSaveDay_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void txtDayNumber_KeyPress(object sender, KeyPressEventArgs e) { //throw new NotImplementedException(); } protected virtual void btnValet_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnRental_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void btnPreselection_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void toolCancel_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void toolSelected_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void lstPic_ItemChecked(object sender, ItemCheckedEventArgs e) { //throw new NotImplementedException(); } protected virtual void lstPic_MouseUp(object sender, MouseEventArgs e) { //throw new NotImplementedException(); } protected virtual void lstPic_Click(object sender, EventArgs e) { //throw new NotImplementedException(); } protected virtual void FrmDressManagement_Shown(object sender, EventArgs e) { //throw new NotImplementedException(); } private void buttonEx1_Click(object sender, EventArgs e) { } } }