日期:2014-05-17 浏览次数:21064 次
this.Location = new Point(this.Width, (System.Windows.Forms.SystemInformation.WorkingArea.Height - this.Height)/2); this.StartPosition = FormStartPosition.Manual;
Console.WriteLine(this.Location.X + "," + this.Location.Y + "," + this.Width + "," + this.Height); this.Location = new Point(this.Width, (System.Windows.Forms.SystemInformation.WorkingArea.Height - this.Height) / 2); this.StartPosition = FormStartPosition.Manual; Console.WriteLine(this.Location.X+ "," + this.Location.Y+ "," +this.Width+ "," +this.Height);