public FormXADragDrop(xaEditor destEditor, bool morphOrAnimation)
        {
            InitializeComponent();
            editor = destEditor;

            if (morphOrAnimation)
                panelMorphList.BringToFront();
            else
            {
                panelAnimation.BringToFront();
                comboBoxMethod.Items.AddRange(Enum.GetNames(typeof(ReplaceAnimationMethod)));
            }
        }
Exemple #2
0
        public FormXADragDrop(xaEditor destEditor, bool morphOrAnimation)
        {
            InitializeComponent();
            editor = destEditor;

            if (morphOrAnimation)
            {
                panelMorphList.BringToFront();
            }
            else
            {
                panelAnimation.BringToFront();
                comboBoxMethod.Items.AddRange(Enum.GetNames(typeof(ReplaceAnimationMethod)));
            }
        }
Exemple #3
0
        public FormXADragDrop(xaEditor destEditor, bool morphOrAnimation)
        {
            InitializeComponent();
            startSize = new SizeF(Width, Height);
            this.SaveDesignSizes();
            editor = destEditor;

            if (morphOrAnimation)
                panelMorphList.BringToFront();
            else
            {
                panelAnimation.BringToFront();
                comboBoxMethod.Items.AddRange(Enum.GetNames(typeof(ReplaceAnimationMethod)));
            }
        }
Exemple #4
0
        public FormXADragDrop(xaEditor destEditor, bool morphOrAnimation)
        {
            InitializeComponent();
            startSize = new SizeF(Width, Height);
            this.SaveDesignSizes();
            editor = destEditor;

            if (morphOrAnimation)
            {
                panelMorphList.BringToFront();
            }
            else
            {
                panelAnimation.BringToFront();
                comboBoxMethod.Items.AddRange(Enum.GetNames(typeof(ReplaceAnimationMethod)));
            }
        }