Exemplo n.º 1
0
        public OptionFrm(MainForm mainform)
        {
            InitializeComponent();
            mainForm    = mainform;
            appsettings = LTP.CmConfig.AppConfig.GetSettings();
            setting     = LTP.CmConfig.ModuleConfig.GetSettings();

            optionsEnviroments   = new UcOptionsEnviroments();
            optionEditor         = new UcOptionEditor();
            optionsQuerySettings = new UcOptionsQuerySettings();
            optionStartUp        = new UcOptionStartUp(appsettings);//5-1-a-s-p-x
            //ucdbset = new UcDBSet();
            uccsset     = new UcCSSet();
            ucnameset   = new UcCSNameSet();
            ucAddin     = new UcAddInManage();
            ucDatatype  = new UcDatatype();
            ucSysmanage = new UcSysManage();
        }
Exemplo n.º 2
0
        string tempfilepath = "temptree.xml"; //菜单树文件

        public TempView()
        {
            InitializeComponent();
            settings = LTP.CmConfig.AppConfig.GetSettings();
            //LoadTreeview();
        }
Exemplo n.º 3
0
 public UcOptionStartUp(LTP.CmConfig.AppSettings setting)
 {
     InitializeComponent();
     settings = setting;
 }