예제 #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);
        }
예제 #2
0
파일: Fbez.cs 프로젝트: oeli/yafra
        public FBez()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Cur = new tdbgui.GUIcur();
        }
예제 #3
0
        public FCur()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Cur = new tdbgui.GUIcur();
        }
        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);
        }
예제 #5
0
파일: FTraveler.cs 프로젝트: oeli/yafra
        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);
        }
예제 #6
0
파일: FCountry.cs 프로젝트: oeli/yafra
        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);
        }