コード例 #1
0
        private void FPrg_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIctry C = new tdbgui.GUIctry();
            C.SetCombo(this.Ort_e_land);

            tdbgui.GUIsta S = new tdbgui.GUIsta();
            S.ObjTyp = tdb.StatusTypes.staort;
            S.SetCombo(this.Ort_e_sta);
        }
コード例 #2
0
        public FCountry()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
コード例 #3
0
ファイル: FCountry.cs プロジェクト: oeli/yafra
        public FCountry()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
コード例 #4
0
ファイル: FCity.cs プロジェクト: oeli/yafra
        private void FPrg_Load(object sender, System.EventArgs e)
        {
            tdbgui.GUIctry C = new tdbgui.GUIctry();
            C.SetCombo(this.Ort_e_land);

            tdbgui.GUIsta S = new tdbgui.GUIsta();
            S.ObjTyp = tdb.StatusTypes.staort;
            S.SetCombo(this.Ort_e_sta);
        }