Example #1
0
 public frmZYTD(string strZYTD)
 {
     this.InitializeComponent();
     clsMe clsMe = new clsMe();
     clsMe.setFormStyl(this);
     this.txt.Text = strZYTD;
 }
Example #2
0
 public frmLHXZ(string strLHXZ)
 {
     this.InitializeComponent();
     clsMe clsMe = new clsMe();
     clsMe.setFormStyl(this);
     this.txt.Text = strLHXZ;
 }
Example #3
0
        public frmLHXZ(string strLHXZ)
        {
            this.InitializeComponent();
            clsMe clsMe = new clsMe();

            clsMe.setFormStyl(this);
            this.txt.Text = strLHXZ;
        }
Example #4
0
 public frmJGS(string strFileName)
 {
     this.InitializeComponent();
     clsMe clsMe = new clsMe();
     clsMe.setFormStyl(this);
     this.pic.Image = Image.FromFile(Directory.GetCurrentDirectory() + "\\JGS\\" + strFileName + ".bmp");
     this.strE1 = strFileName;
 }
Example #5
0
        public frmZYTD(string strZYTD)
        {
            this.InitializeComponent();
            clsMe clsMe = new clsMe();

            clsMe.setFormStyl(this);
            this.txt.Text = strZYTD;
        }
Example #6
0
        public frmJGS(string strFileName)
        {
            this.InitializeComponent();
            clsMe clsMe = new clsMe();

            clsMe.setFormStyl(this);
            this.pic.Image = Image.FromFile(Directory.GetCurrentDirectory() + "\\JGS\\" + strFileName + ".bmp");
            this.strE1     = strFileName;
        }
Example #7
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];
 }
Example #8
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];
 }
Example #9
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];
        }
Example #10
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];
        }
Example #11
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];
 }
Example #12
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];
        }