Ejemplo n.º 1
0
        private void FAct_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIsta Sexe = new tdbgui.GUIsta();
            Sexe.ObjOptional = true;
            Sexe.ObjTyp      = tdb.StatusTypes.exeflag;
            Sexe.SetCombo(this.Act_e_exeflag);

            tdbgui.GUIsta From = new tdbgui.GUIsta();
            From.ObjOptional = true;
            From.ObjTyp      = tdb.StatusTypes.stares;
            From.SetCombo(this.Act_e_fromres);
            tdbgui.GUIsta To = new tdbgui.GUIsta();
            To.ObjTyp      = tdb.StatusTypes.stares;
            To.ObjOptional = true;
            To.SetCombo(this.Act_e_tores);

            tdbgui.GUIsta Sdev = new tdbgui.GUIsta();
            Sdev.ObjOptional = true;
            Sdev.ObjTyp      = tdb.StatusTypes.device;
            Sdev.SetCombo(this.Act_e_dev);

            tdbgui.GUIactt At = new tdbgui.GUIactt();
            At.SetCombo(this.Act_e_actt);

            tdbgui.GUIact A = new tdbgui.GUIact();
            A.SetCombo(this.Act_e_parent);
        }
Ejemplo n.º 2
0
        private void FPrg_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIctry C = new tdbgui.GUIctry();
            C.SetCombo(this.Ort_e_land);

            tdbgui.GUIsta S = new tdbgui.GUIsta();
            S.ObjTyp = tdb.StatusTypes.staort;
            S.SetCombo(this.Ort_e_sta);
        }
Ejemplo n.º 3
0
Archivo: FSta.cs Proyecto: oeli/yafra
        public FSta()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            STA = new tdbgui.GUIsta();
        }
Ejemplo n.º 4
0
        public FSta()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            STA = new tdbgui.GUIsta();
        }
Ejemplo n.º 5
0
        private void FCustomer_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIcustt CT = new tdbgui.GUIcustt();
            CT.SetCombo(this.Kun_e_kunt);

            tdbgui.GUIlang L = new tdbgui.GUIlang();
            L.SetCombo(this.Kun_e_lang);

            tdbgui.GUIcur Cur = new tdbgui.GUIcur();
            Cur.SetCombo(this.Kun_e_cur);

            tdbgui.GUIsta S = new tdbgui.GUIsta();
            S.ObjTyp = tdb.StatusTypes.personen;
            S.SetCombo(this.Kun_e_sta);
        }
Ejemplo n.º 6
0
 private void FPrg_Load(object sender, System.EventArgs e)
 {
     tdbgui.GUIsta S = new tdbgui.GUIsta();
     S.ObjTyp = tdb.StatusTypes.stawhr;
     S.SetCombo(this.Whr_e_sta);
 }
Ejemplo n.º 7
0
        private void FCustomer_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIcustt CT = new tdbgui.GUIcustt();
            CT.SetCombo(this.Kun_e_kunt);

            tdbgui.GUIlang L = new tdbgui.GUIlang();
            L.SetCombo(this.Kun_e_lang);

            tdbgui.GUIcur Cur = new tdbgui.GUIcur();
            Cur.SetCombo(this.Kun_e_cur);

            tdbgui.GUIsta S = new tdbgui.GUIsta();
            S.ObjTyp = tdb.StatusTypes.personen;
            S.SetCombo(this.Kun_e_sta);
        }
Ejemplo n.º 8
0
Archivo: FCity.cs Proyecto: oeli/yafra
        private void FPrg_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIctry C = new tdbgui.GUIctry();
            C.SetCombo(this.Ort_e_land);

            tdbgui.GUIsta S = new tdbgui.GUIsta();
            S.ObjTyp = tdb.StatusTypes.staort;
            S.SetCombo(this.Ort_e_sta);
        }
Ejemplo n.º 9
0
Archivo: FAct.cs Proyecto: oeli/yafra
        private void FAct_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIsta Sexe = new tdbgui.GUIsta();
            Sexe.ObjOptional = true;
            Sexe.ObjTyp = tdb.StatusTypes.exeflag;
            Sexe.SetCombo(this.Act_e_exeflag);

            tdbgui.GUIsta From = new tdbgui.GUIsta();
            From.ObjOptional = true;
            From.ObjTyp = tdb.StatusTypes.stares;
            From.SetCombo(this.Act_e_fromres);
            tdbgui.GUIsta To = new tdbgui.GUIsta();
            To.ObjTyp = tdb.StatusTypes.stares;
            To.ObjOptional = true;
            To.SetCombo(this.Act_e_tores);

            tdbgui.GUIsta Sdev = new tdbgui.GUIsta();
            Sdev.ObjOptional = true;
            Sdev.ObjTyp = tdb.StatusTypes.device;
            Sdev.SetCombo(this.Act_e_dev);

            tdbgui.GUIactt At = new tdbgui.GUIactt();
            At.SetCombo(this.Act_e_actt);

            tdbgui.GUIact A = new tdbgui.GUIact();
            A.SetCombo(this.Act_e_parent);
        }
Ejemplo n.º 10
0
Archivo: FCur.cs Proyecto: oeli/yafra
 private void FPrg_Load(object sender, System.EventArgs e)
 {
     tdbgui.GUIsta S = new tdbgui.GUIsta();
     S.ObjTyp = tdb.StatusTypes.stawhr;
     S.SetCombo(this.Whr_e_sta);
 }