Ben,This isn't a StrataFraem issue from what I can tell because we don't do anything with the form positions. We don't stored off the loaded forms. All of this functionality is native to .NET and we do not modify it. However, you can fix your problem by adding the following code in the DoubleClick of the NotifyIcon.
this.WindowState = FormWindowState.Normal;
this.CenterToScreen();