Example #1
0
        public FCustomType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            CT = new tdbgui.GUIcustt();
        }
Example #2
0
        public FCustomType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            CT = new tdbgui.GUIcustt();
        }
        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);
        }
Example #4
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);
        }