示例#1
0
 private void FCat_Load(object sender, System.EventArgs e)
 {
     cat.ObjOptional = true;
     cat.SetCombo(this.Kat_e_parent);
     tdbgui.GUIsuptype supt = new tdbgui.GUIsuptype();
     supt.SetCombo(this.Kat_e_dltt);
 }
示例#2
0
文件: FSupType.cs 项目: oeli/yafra
        public FSupType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            dltt = new tdbgui.GUIsuptype();
            ishost = false;
        }
示例#3
0
        public FSupType()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            dltt   = new tdbgui.GUIsuptype();
            ishost = false;
        }
示例#4
0
文件: FCat.cs 项目: oeli/yafra
 private void FCat_Load(object sender, System.EventArgs e)
 {
     cat.ObjOptional = true;
     cat.SetCombo(this.Kat_e_parent);
     tdbgui.GUIsuptype supt = new tdbgui.GUIsuptype();
     supt.SetCombo(this.Kat_e_dltt);
 }