private void SplitPackagesForm_Shown(object sender, EventArgs e)
        {
            PackCountTextBox.Focus();

            FormEvent            = eShow;
            AnimateTimer.Enabled = true;
        }
        private void SplitPackagesForm_Shown(object sender, EventArgs e)
        {
            while (!SplashForm.bCreated)
            {
                ;
            }
            PackCountTextBox.Focus();

            FormEvent            = eShow;
            AnimateTimer.Enabled = true;
        }
 private void EqualPackagesButton_Click(object sender, EventArgs e)
 {
     EqualPanel.BringToFront();
     PackCountTextBox.Focus();
 }