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.CustomerSatisfactionRecord.Satisfaction
{
    public partial class FrmCustomerSatisfactionSet : LYFZ.ComponentLibrary.BaseContentsFormMain
    {
        public FrmCustomerSatisfactionSet()
        {
            InitializeComponent();
            panelEx1.BorderStyle = BorderStyle.FixedSingle;
            panelEx1.BorderColor = UIBlueThemeResources.BorderAreaColor;
            panelEx1.BackColor = UIBlueThemeResources.AreaBackgroundColor;
            this.btnObjectSet.Click += btnObjectSet_Click;
            this.btnReturningItemsSet.Click += btnReturningItemsSet_Click;
            this.btnSatisfactionSet.Click += btnSatisfactionSet_Click;
        }
        protected virtual void btnSatisfactionSet_Click(object sender, EventArgs e)
        {
            //throw new NotImplementedException();
        }

        protected virtual void btnReturningItemsSet_Click(object sender, EventArgs e)
        {
            //throw new NotImplementedException();
        }
        protected virtual void btnObjectSet_Click(object sender, EventArgs e)
        {
            //throw new NotImplementedException();
        }
    }
}