private void FSup_Load(object sender, System.EventArgs e)
        {
            dlt.ObjOptional = true;
            dlt.SetCombo(this.Dlt_e_parent);

            tdbgui.GUIsta sta = new tdbgui.GUIsta();
            sta.ObjTyp = tdb.StatusTypes.stadlt;
            sta.SetCombo(this.Dlt_e_sta);
        }
Example #2
0
 private void FOff_Load(object sender, System.EventArgs e)
 {
     // combos sup, act, offtype, tocity, fromcity, parentoffer
     tdbgui.GUIsup S = new tdbgui.GUIsup();
     S.SetCombo(this.Off_e_dlt);
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Off_e_act);
     tdbgui.GUIofft OT = new tdbgui.GUIofft();
     OT.SetCombo(this.Off_e_offtype);
     tdbgui.GUIcity C2 = new tdbgui.GUIcity();
     C2.SetCombo(this.Off_e_from);
     tdbgui.GUIoffer P = new tdbgui.GUIoffer();
     P.SetCombo(this.Off_e_parent);
 }
Example #3
0
 private void FOff_Load(object sender, System.EventArgs e)
 {
     // combos sup, act, offtype, tocity, fromcity, parentoffer
     tdbgui.GUIsup S = new tdbgui.GUIsup();
     S.SetCombo(this.Off_e_dlt);
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Off_e_act);
     tdbgui.GUIofft OT = new tdbgui.GUIofft();
     OT.SetCombo(this.Off_e_offtype);
     tdbgui.GUIcity C2 = new tdbgui.GUIcity();
     C2.SetCombo(this.Off_e_from);
     tdbgui.GUIoffer P = new tdbgui.GUIoffer();
     P.SetCombo(this.Off_e_parent);
 }