frm1上有一控钮button1.
private void button1_Click(object sender, EventArgs e)
        {
            Form frm2=new Form(); 
            frm2.ShowDialog();            
        }
我要设置弹出后的frm2的位置在button1的正下方20点,正左方30点处,如何设置?