public void ShowCQ()//int x, int y, int width) { cqForm = dataReader.scForm; // cqForm.Left = this.Location.X + this.Size.Width; // cqForm.Top= this.Location.Y; cqForm.Show(); cqForm.SetDesktopLocation(this.Location.X + this.Size.Width, this.Location.Y); }
public void ShowCQ() { cqForm = dataReader.scForm; cqForm.Show(); cqForm.SetDesktopLocation(this.Location.X + this.Size.Width, this.Location.Y); }