Esempio n. 1
0
 public frmJXYDetail(string strJXY)
 {
     this.InitializeComponent();
     clsMe clsMe = new clsMe();
     clsMe.setFormStyl(this);
     clsStr clsStr = new clsStr();
     string[] array = clsStr.Seperate(strJXY, '|');
     this.txtJXYYY.Text = array[0];
     this.txtJYQK.Text = array[1];
     this.txtXYQK.Text = array[2];
 }
Esempio n. 2
0
 public frmHJ(string strHJ)
 {
     this.InitializeComponent();
     clsMe clsMe = new clsMe();
     clsMe.setFormStyl(this);
     clsStr clsStr = new clsStr();
     string[] array = clsStr.Seperate(strHJ, '|');
     this.txtSSSW.Text = array[0];
     this.txtMF.Text = array[1];
     this.txtTD.Text = array[2];
     this.txtSTBC.Text = array[3];
 }
Esempio n. 3
0
        public frmJXYDetail(string strJXY)
        {
            this.InitializeComponent();
            clsMe clsMe = new clsMe();

            clsMe.setFormStyl(this);
            clsStr clsStr = new clsStr();

            string[] array = clsStr.Seperate(strJXY, '|');
            this.txtJXYYY.Text = array[0];
            this.txtJYQK.Text  = array[1];
            this.txtXYQK.Text  = array[2];
        }
Esempio n. 4
0
        public frmHJ(string strHJ)
        {
            this.InitializeComponent();
            clsMe clsMe = new clsMe();

            clsMe.setFormStyl(this);
            clsStr clsStr = new clsStr();

            string[] array = clsStr.Seperate(strHJ, '|');
            this.txtSSSW.Text = array[0];
            this.txtMF.Text   = array[1];
            this.txtTD.Text   = array[2];
            this.txtSTBC.Text = array[3];
        }
Esempio n. 5
0
 public frmDX(string strDX)
 {
     this.InitializeComponent();
     clsMe clsMe = new clsMe();
     clsMe.setFormStyl(this);
     clsStr clsStr = new clsStr();
     string[] array = clsStr.Seperate(strDX, '|');
     this.txtZDZZ.Text = array[0];
     this.txtJJZL.Text = array[1];
     this.txtZYSX.Text = array[2];
     this.txtMRYXSRL.Text = array[3];
     this.txtJXJKLD50.Text = array[4];
     this.txtJXJPLD50.Text = array[5];
     this.txtZGDX.Text = array[6];
     this.txtGWDX.Text = array[7];
 }
Esempio n. 6
0
        public frmDX(string strDX)
        {
            this.InitializeComponent();
            clsMe clsMe = new clsMe();

            clsMe.setFormStyl(this);
            clsStr clsStr = new clsStr();

            string[] array = clsStr.Seperate(strDX, '|');
            this.txtZDZZ.Text     = array[0];
            this.txtJJZL.Text     = array[1];
            this.txtZYSX.Text     = array[2];
            this.txtMRYXSRL.Text  = array[3];
            this.txtJXJKLD50.Text = array[4];
            this.txtJXJPLD50.Text = array[5];
            this.txtZGDX.Text     = array[6];
            this.txtGWDX.Text     = array[7];
        }