private void button9_Click(object sender, EventArgs e)
        {
            //売上予定登録
            if (tss.User_Kengen_Check(6, 9) == false)
            {
                MessageBox.Show("権限がありません");
                return;
            }
            frm_uriage_yotei_touroku frm_uriage_yotei_touroku = new frm_uriage_yotei_touroku();

            frm_uriage_yotei_touroku.ShowDialog(this);
            frm_uriage_yotei_touroku.Dispose();
        }
        private void button9_Click(object sender, EventArgs e)
        {
            if (tss.User_Kengen_Check(6, 9) == false)
            {
                MessageBox.Show("権限がありません");
                return;
            }

            //売上予定登録
            frm_uriage_yotei_touroku frm_uriage_yotei_touroku = new frm_uriage_yotei_touroku();
            frm_uriage_yotei_touroku.ShowDialog(this);
            frm_uriage_yotei_touroku.Dispose();
        }