Beispiel #1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            int xxxxxx = Int32.Parse(textBox6.Text);

            textBox5.Text = ClassFSMD.GetOneDat(xxxxxx).HtmDat;

            nSearch.ClassLibraryHTML.ClassHTML dd = new nSearch.ClassLibraryHTML.ClassHTML();
            textBox7.Text = dd.GetClearCode(textBox5.Text , true);
        }
Beispiel #2
0
        private void button3_Click_1(object sender, EventArgs e)
        {
            nSearch.ClassLibraryHTML.ClassHTML dd = new nSearch.ClassLibraryHTML.ClassHTML();

            //�����˲���
            nSearch.ClassLibraryStruct.ClassUserModel m = new nSearch.ClassLibraryStruct.ClassUserModel();

            //ѹ�����ģ��
            m.TestModeL(textBox_a.Text, textBox_b.Text, textBox_c.Text, textBox_d.Text, textBox_e.Text, textBox_t.Text, textBox_h.Text, "", textBox_TA1.Text , textBox_TA2.Text );

            nSearch.ClassLibraryStruct.auto2dat k = m.getTagAndData(textBox7.Text);

            Hashtable p = m.modelOneList;

            listBox2.Items.Clear();

            foreach (System.Collections.DictionaryEntry de in p)
            {

                listBox2.Items.Add(de.Key.ToString() + '\t' + de.Value.ToString());
            }

            textBox_a1.Text = k.A;
            textBox_b1.Text = k.B;
            textBox_e1.Text = dd.GetClearCode(   k.E,true);

            textBox_c1.Text = k.C;

            textBox_d1.Text = k.D;

            textBox_TAc1.Text = k.A_TYPE_1;
            textBox_TAc2.Text = k.A_TYPE_2;
        }