예제 #1
0
        //查找
        private void 查找FCtrlFToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FindPostion = 0;
            find form2 = new find(this); //注意this

            form2.Show();                //打开非模式对话框使用Show()方法
        }
예제 #2
0
        //查找
        private void toolStripLabel7_Click(object sender, EventArgs e)
        {
            FindPostion = 0;
            find form2 = new find(this); //注意this

            form2.Show();                //打开非模式对话框使用Show()方法
        }