Exemplo n.º 1
0
        private void Country_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIcity C = new tdbgui.GUIcity();
            C.SetCombo(this.Land_e_capital);

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

            tdbgui.GUIcur Cur = new tdbgui.GUIcur();
            Cur.SetCombo(this.Land_e_cur);
        }
Exemplo n.º 2
0
        public FLang()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Lang = new tdbgui.GUIlang();
        }
Exemplo n.º 3
0
Arquivo: FLang.cs Projeto: oeli/yafra
        public FLang()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Lang = new tdbgui.GUIlang();
        }
        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);
        }
Exemplo 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);
        }
Exemplo n.º 6
0
        private void Country_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIcity C = new tdbgui.GUIcity();
            C.SetCombo(this.Land_e_capital);

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

            tdbgui.GUIcur Cur = new tdbgui.GUIcur();
            Cur.SetCombo(this.Land_e_cur);
        }