public SelectCoreCutForm(CoreEnvelopeCutForm core_Form, string str_Type)
        {
            InitializeComponent();

            strType = str_Type;
            coreForm = core_Form;
            BindCoreData();
            SetTitle();
        }
        public SelectCoreCutForm(CoreEnvelopeCutForm core_Form, string str_Type)
        {
            InitializeComponent();

            strType  = str_Type;
            coreForm = core_Form;
            BindCoreData();
            SetTitle();
        }