private void b_search_Click(object sender, EventArgs e) { Qyddj.Q_sktt_gl Q_sktt_gl_new = new Q_sktt_gl("sk"); Q_sktt_gl_new.Left = 130; Q_sktt_gl_new.Top = 70; if (Q_sktt_gl_new.ShowDialog() == DialogResult.OK) { sel_condition = sel_condition + Q_sktt_gl_new.get_sel_cond; if (Q_sktt_gl_new.get_sel_cond != "") { //refresh_app(""); refresh_app(sel_condition); } } Q_sktt_gl_new.Dispose(); }
private void b_search_Click(object sender, EventArgs e) { if (common_file.common_roles.get_user_qx("B_tt_yddj_ll_cx", common_file.common_app.user_type) == false) { return; } Qyddj.Q_sktt_gl Q_sktt_gl_new = new Q_sktt_gl("tt"); Q_sktt_gl_new.Left = 130; Q_sktt_gl_new.Top = 70; if (Q_sktt_gl_new.ShowDialog() == DialogResult.OK) { sel_condition = sel_condition + Q_sktt_gl_new.get_sel_cond; if (Q_sktt_gl_new.get_sel_cond != "") { refresh(""); } } Q_sktt_gl_new.Dispose(); }
private void b_search_Click(object sender, EventArgs e) { if (sk_tt == "sk") { Qyddj.Q_sktt_gl Q_sktt_gl_new = new Q_sktt_gl("lscz_tt"); Q_sktt_gl_new.Left = 130; Q_sktt_gl_new.Top = 70; if (Q_sktt_gl_new.ShowDialog() == DialogResult.OK) { cond_ttzd = cond_ttzd + Q_sktt_gl_new.get_sel_cond; cond_fxfj_sk = cond_fxfj_sk + Q_sktt_gl_new.get_sel_cond; if (Q_sktt_gl_new.get_sel_cond != "") { refresh_ttzd(""); refresh_fxfj(""); } } Q_sktt_gl_new.Dispose(); } else if (sk_tt == "tt") { Qyddj.Q_sktt_gl Q_sktt_gl_new = new Q_sktt_gl("lscz_sk"); Q_sktt_gl_new.Left = 130; Q_sktt_gl_new.Top = 70; if (Q_sktt_gl_new.ShowDialog() == DialogResult.OK) { cond_skzd = cond_skzd + Q_sktt_gl_new.get_sel_cond; cond_fxfj_sk = cond_fxfj_sk + Q_sktt_gl_new.get_sel_cond; if (Q_sktt_gl_new.get_sel_cond != "") { refresh_skzd(""); refresh_fxfj(""); } } Q_sktt_gl_new.Dispose(); } }