Esempio 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);
        }
Esempio n. 2
0
        public FActType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            AT = new tdbgui.GUIactt();
        }
Esempio n. 3
0
        public FActType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            AT = new tdbgui.GUIactt();
        }
Esempio n. 4
0
File: FAct.cs Progetto: 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);
        }