Пример #1
0
 public FrmScanAdd(IvfControl ic)
 {
     InitializeComponent();
     this.ic = ic;
     //menu = m;
     initConfig();
 }
Пример #2
0
 public FrmStockRecView(IvfControl ic, MainMenu m)
 {
     this.ic = ic;
     menu    = m;
     InitComponent();
     initConfig();
 }
Пример #3
0
 public FrmItem(IvfControl ic, MainMenu m)
 {
     InitializeComponent();
     this.ic = ic;
     menu    = m;
     initConfig();
 }
Пример #4
0
        //objdb.LabProcedureDB.StatusLab statusLab;

        public FrmLabFetAdd(IvfControl ic)
        {
            InitializeComponent();
            this.ic = ic;

            initConfig();
        }
Пример #5
0
 public FrmPharmaPttView(IvfControl ic, MainMenu m)
 {
     InitializeComponent();
     this.ic = ic;
     menu    = m;
     initConfig();
 }
Пример #6
0
 public FrmScanView1(IvfControl bc, String hn)
 {
     InitializeComponent();
     this.ic = bc;
     this.hn = hn;
     initConfig();
 }
Пример #7
0
 public FrmSetPassword(IvfControl ic, StatusPassword statuspassword)
 {
     InitializeComponent();
     this.ic = ic;
     spass   = statuspassword;
     initConfig();
 }
Пример #8
0
 public Login(IvfControl ic, FrmSplash splash)
 {
     InitializeComponent();
     this.ic     = ic;
     this.splash = splash;
     initConfig();
 }
Пример #9
0
 public FrmLabReqAccept(IvfControl ic, MainMenu m)
 {
     InitializeComponent();
     this.ic = ic;
     menu    = m;
     initConfig();
 }
Пример #10
0
 public FrmLabOpuProce(IvfControl ic, objdb.LabProcedureDB.StatusLab statuslab)
 {
     InitializeComponent();
     this.ic   = ic;
     statusLab = statuslab;
     initConfig();
 }
Пример #11
0
 public FrmLabFormAView(IvfControl ic, MainMenu m)
 {
     InitializeComponent();
     this.ic = ic;
     menu    = m;
     initConfig();
 }
Пример #12
0
 public FrmLabLIS(IvfControl ic)
 {
     InitializeComponent();
     //MessageBox.Show("FrmLabLIS 11111", "");
     this.ic = ic;
     initConfig();
     // https://www.codeproject.com/Articles/678025/Serial-Comms-in-Csharp-for-Beginners
 }
Пример #13
0
        public FrmStockOnhand(IvfControl ic)
        {
            InitializeComponent();
            this.ic = ic;
            initConfig();

            setGrfStk("");
        }
Пример #14
0
 public FrmLabOPUTimeModi(IvfControl ic, String reqid, String lformaId)
 {
     InitializeComponent();
     this.ic       = ic;
     this.reqid    = reqid;
     this.lformaId = lformaId;
     initConfig();
 }
Пример #15
0
 public FrmDeposit(IvfControl ic, String pttid, String visitid)
 {
     this.ic      = ic;
     this.pttid   = pttid;
     this.visitid = visitid;
     flagCashier  = true;
     initConfig();
 }
Пример #16
0
 public FrmShowImage(IvfControl ic, String pttImgId, String pttOldId, String filename, statusModule statusmodule)
 {
     this.filename = filename;
     this.ic       = ic;
     this.pttOldId = pttOldId;
     this.pttImgId = pttImgId;
     initConfig();
 }
Пример #17
0
        public Form1(IvfControl ic)
        {
            InitializeComponent();
            this.ic = ic;
            initConfig();

            txtBarcode.KeyUp      += TxtBarcode_KeyUp;
            btnBarcodePrint.KeyUp += BtnBarcodePrint_KeyUp;
        }
Пример #18
0
 public FrmStockRec(IvfControl ic, MainMenu m, FrmStockRecView frmstkR, String recid, String flagedit)
 {
     InitializeComponent();
     this.ic       = ic;
     this.frmstkR  = frmstkR;
     this.recID    = recid;
     this.flagedit = flagedit;
     initConfig();
 }
Пример #19
0
 public FrmSearchHn(IvfControl ic, StatusConnection statusconn, StatusSearch statussearch, StatusSearchTable statussearchtable)
 {
     InitializeComponent();
     this.ic                = ic;
     this.statusconn        = statusconn;
     this.statussearch      = statussearch;
     this.statussearchtable = statussearchtable;
     initConfig();
 }
Пример #20
0
 public FrmVisitAdd(IvfControl ic, String pttid, String vsid, String pttoid)
 {
     InitializeComponent();
     this.vsid   = vsid;
     this.ic     = ic;
     this.pttId  = pttid;
     this.pttOid = pttoid;
     initConfig();
 }
Пример #21
0
 public FrmLabPrescription(IvfControl ic, String id, String opufetid, String hn)
 {
     this.ic       = ic;
     this.id       = id;
     this.opufetid = opufetid;
     this.hn       = hn;
     InitComponent();
     initConfig();
 }
Пример #22
0
 public FrmLabFormDay1(IvfControl ic, String ldormday1Id, String pttid, String vsid, String vn)
 {
     InitializeComponent();
     this.ic          = ic;
     this.pttid       = pttid;
     this.vsid        = vsid;
     this.vsidOld     = vn;
     this.lformDay1Id = ldormday1Id;
     initConfig();
 }
Пример #23
0
 public FrmPharmaAdd(IvfControl ic, MainMenu m, String pttid, String vsid, String flagedit)
 {
     InitializeComponent();
     menu          = m;
     this.ic       = ic;
     this.vsid     = vsid;
     this.pttId    = pttid;
     this.flagedit = flagedit;
     initConfig();
 }
Пример #24
0
 public FrmNurseFormPrint(IvfControl ic, String hn, String name, String vsid)
 {
     InitializeComponent();
     this.ic   = ic;
     this.hn   = hn;
     this.name = name;
     this.vsid = vsid;
     //this.dtrid = dtrid;
     initConifg();
 }
Пример #25
0
 public FrmNurseFormEggSti(IvfControl ic, MainMenu m, String eggstiid, String pttid, String vsid, String flagedit)
 {
     InitializeComponent();
     this.ic       = ic;
     this.vsid     = vsid;
     this.pttid    = pttid;
     this.flagedit = flagedit;
     this.eggstiid = eggstiid;
     initConfig();
 }
Пример #26
0
 public FrmScanAddView(IvfControl ic, String hn, String vn, String name, String filename, String dsg, String visitdate)
 {
     InitializeComponent();
     this.ic       = ic;
     this.hn       = hn;
     this.vn       = vn;
     this.name     = name;
     this.filename = filename;
     this.dgs      = dsg;
     visitDate     = visitdate;
     initConfig();
 }
Пример #27
0
        public MainMenu(IvfControl ic, FrmSplash splash)
        {
            this.ic = ic;
            //MessageBox.Show("111", "");
            InitializeComponent();
            tC1.TabPageClosing += TC1_TabPageClosing;
            login = new Login(ic, splash);
            splash.Dispose();
            login.ShowDialog(this);
            new Thread(() =>
            {
                Thread.CurrentThread.IsBackground = true;
                /* run your code here */
                ic.ivfDB = new objdb.IvfDB(ic.conn);
                //ic.logw.WriteLog("d", "MainMenu getInit before ");
                ic.getInit();
                //ic.logw.WriteLog("d", "MainMenu getInit end ");
            }).Start();

            if (login.LogonSuccessful.Equals("1"))
            {
                //ic.logw.WriteLog("d", "MainMenu if (login.LogonSuccessful.Equals('1')) ");
                initConfig();
                ic.logw.WriteLog("d", "processID " + ic.processID + " MainMenu Construtor ");
                //new Thread(() =>
                //{
                //    Thread.CurrentThread.IsBackground = true;
                //    /* run your code here */

                //}).Start();
            }
            else
            {
                Application.Exit();
            }
        }
Пример #28
0
 public Form3(IvfControl ic)
 {
     InitializeComponent();
     this.ic = ic;
     //initGrfNote();
 }
Пример #29
0
 public FrmNurseLabNote(IvfControl ic)
 {
     InitializeComponent();
     this.ic = ic;
     initConfig();
 }
Пример #30
0
 public FrmPasswordConfirm(IvfControl ic)
 {
     this.ic = ic;
     initControl();
 }