Exemple #1
0
        private void tableToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Numoftable not = new Numoftable();

            not.Show();
        }
Exemple #2
0
 private void tableToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Numoftable not = new Numoftable();
     not.Show();
 }
Exemple #3
0
        /* void recommeded_value()
         * {
         *   Tool_Class.IO_tool tool = new IO_tool();
         *   string l61 = tool.readconfig("jb", "netwarn");
         *   string disk_c = tool.readconfig("jb", "Cwarn");
         *   string disk_d = tool.readconfig("jb", "Dwarn");
         *   string disk_e = tool.readconfig("jb", "Ewarn");
         *   string disk_f = tool.readconfig("jb", "Fwarn");
         *   string cpu = tool.readconfig("jb", "cpuwarnvalue");
         *   string memery = tool.readconfig("jb", "memwarnvalue");
         *   label61.Text = "连通不通次数少于" + l61 + "次";
         *   label62.Text = "C>" + disk_c + "G;" + "D>" + disk_d + "G;" + "\n\r" + "E>" + disk_e + "G;" + "F>" + disk_f + "G;";
         *   label63.Text = "使用率低于" + cpu + "%";
         *
         * }*/

        private void button2_Click(object sender, EventArgs e)
        {
            Numoftable not = new Numoftable();

            not.Show();
        }
Exemple #4
0
        /* void recommeded_value()
        {
            Tool_Class.IO_tool tool = new IO_tool();
            string l61 = tool.readconfig("jb", "netwarn");
            string disk_c = tool.readconfig("jb", "Cwarn");
            string disk_d = tool.readconfig("jb", "Dwarn");
            string disk_e = tool.readconfig("jb", "Ewarn");
            string disk_f = tool.readconfig("jb", "Fwarn");
            string cpu = tool.readconfig("jb", "cpuwarnvalue");
            string memery = tool.readconfig("jb", "memwarnvalue");
            label61.Text = "连通不通次数少于" + l61 + "次";
            label62.Text = "C>" + disk_c + "G;" + "D>" + disk_d + "G;" + "\n\r" + "E>" + disk_e + "G;" + "F>" + disk_f + "G;";
            label63.Text = "使用率低于" + cpu + "%";

        }*/
        private void button2_Click(object sender, EventArgs e)
        {
            Numoftable not = new Numoftable();
            not.Show();
        }