日期:2014-05-18 浏览次数:20812 次
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Rectangle area=Screen.FromControl(this).WorkingArea;
this.StartPosition = FormStartPosition.Manual;
this.Location = new Point(area.Right - this.Width, 0);
}