Exemple #1
0
        /// <summary>
        /// Initialize core system
        /// </summary>
        /// <param name="console_mode"></param>
        private void Initialize_APODE_Core(bool console_mode)
        {
            // Init UI
            Sistema = new CSystem();
            Sistema.Console_mode = console_mode;

            Sistema.Cron.runProgram += Vm_runProgram;

            // Init views manager & load UI
            ViewsManager = new CViewsManager(Sistema);

            if (!console_mode)
            {
                ViewsManager.runProgram += Vm_runProgram;
            }
            else
            {
                console             = new CAConsole(Sistema);
                console.runProgram += Vm_runProgram;
                console.start();
            }

            // Init program runner
            Runner = new CRunner(Sistema, ViewsManager);
        }
 public CVentanaProcesos(CViewsManager vm)
 {
     view                      = (vm.getFirstView("GestorProcesos.VentanaProcesos") != null)? vm.getFirstView("GestorProcesos.VentanaProcesos"): vm.AddView("GestorProcesos.VentanaProcesos");
     VentanaProcesos           = (System.Windows.Forms.UserControl)view.getCtrl("GestorProcesos.VentanaProcesos");
     VentanaProcesos_cstr      = view.getCtrlStruct("GestorProcesos.VentanaProcesos");
     tabProcesos               = (System.Windows.Forms.TabControl)view.getCtrl("tabProcesos");
     tabProcesos_cstr          = view.getCtrlStruct("tabProcesos");
     Pcontent                  = (System.Windows.Forms.TabPage)view.getCtrl("Pcontent");
     Pcontent_cstr             = view.getCtrlStruct("Pcontent");
     PProcessPanel             = (System.Windows.Forms.TabPage)view.getCtrl("PProcessPanel");
     PProcessPanel_cstr        = view.getCtrlStruct("PProcessPanel");
     PLeft                     = (System.Windows.Forms.Panel)view.getCtrl("PLeft");
     PLeft_cstr                = view.getCtrlStruct("PLeft");
     PProcessList              = (System.Windows.Forms.Panel)view.getCtrl("PProcessList");
     PProcessList_cstr         = view.getCtrlStruct("PProcessList");
     LProcess                  = (System.Windows.Forms.ListBox)view.getCtrl("LProcess");
     LProcess_cstr             = view.getCtrlStruct("LProcess");
     contextMenu_Proceso       = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_Proceso");
     contextMenu_Proceso_cstr  = view.getCtrlStruct("contextMenu_Proceso");
     PProcessDir               = (System.Windows.Forms.Panel)view.getCtrl("PProcessDir");
     PProcessDir_cstr          = view.getCtrlStruct("PProcessDir");
     TV_Processes              = (System.Windows.Forms.TreeView)view.getCtrl("TV_Processes");
     TV_Processes_cstr         = view.getCtrlStruct("TV_Processes");
     contextMenu_Procesos      = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_Procesos");
     contextMenu_Procesos_cstr = view.getCtrlStruct("contextMenu_Procesos");
 }
Exemple #3
0
 public CVentanaProgramas(CViewsManager vm)
 {
     view                       = (vm.getFirstView("GestorProgramas.VentanaProgramas") != null)? vm.getFirstView("GestorProgramas.VentanaProgramas"): vm.AddView("GestorProgramas.VentanaProgramas");
     VentanaProgramas           = (System.Windows.Forms.Form)view.getCtrl("GestorProgramas.VentanaProgramas");
     VentanaProgramas_cstr      = view.getCtrlStruct("GestorProgramas.VentanaProgramas");
     PProcesses                 = (System.Windows.Forms.Panel)view.getCtrl("PProcesses");
     PProcesses_cstr            = view.getCtrlStruct("PProcesses");
     PTop                       = (System.Windows.Forms.Panel)view.getCtrl("PTop");
     PTop_cstr                  = view.getCtrlStruct("PTop");
     PListaProcesos             = (System.Windows.Forms.Panel)view.getCtrl("PListaProcesos");
     PListaProcesos_cstr        = view.getCtrlStruct("PListaProcesos");
     ListaProcesos              = (System.Windows.Forms.DataGridView)view.getCtrl("ListaProcesos");
     ListaProcesos_cstr         = view.getCtrlStruct("ListaProcesos");
     contextMenu_LProcesos      = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_LProcesos");
     contextMenu_LProcesos_cstr = view.getCtrlStruct("contextMenu_LProcesos");
     PanelArbolProgramas        = (System.Windows.Forms.Panel)view.getCtrl("PanelArbolProgramas");
     PanelArbolProgramas_cstr   = view.getCtrlStruct("PanelArbolProgramas");
     ArbolProgramas             = (System.Windows.Forms.TreeView)view.getCtrl("ArbolProgramas");
     ArbolProgramas_cstr        = view.getCtrlStruct("ArbolProgramas");
     contextMenu_Programas      = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_Programas");
     contextMenu_Programas_cstr = view.getCtrlStruct("contextMenu_Programas");
     MenuTop                    = (System.Windows.Forms.ToolStrip)view.getCtrl("MenuTop");
     MenuTop_cstr               = view.getCtrlStruct("MenuTop");
     OpenXML_Document           = new o_OpenXML_Document(view);
     Cargar_arbol_recursivo     = new o_Cargar_arbol_recursivo(view);
 }
Exemple #4
0
 public CFormControlesEventos(CViewsManager vm)
 {
     view = (vm.getFirstView("GestorControles.FormControlesEventos") != null)? vm.getFirstView("GestorControles.FormControlesEventos"): vm.AddView("GestorControles.FormControlesEventos");
     FormControlesEventos      = (System.Windows.Forms.Form)view.getCtrl("GestorControles.FormControlesEventos");
     FormControlesEventos_cstr = view.getCtrlStruct("GestorControles.FormControlesEventos");
     PRight                 = (System.Windows.Forms.Panel)view.getCtrl("PRight");
     PRight_cstr            = view.getCtrlStruct("PRight");
     PEventBottom           = (System.Windows.Forms.Panel)view.getCtrl("PEventBottom");
     PEventBottom_cstr      = view.getCtrlStruct("PEventBottom");
     PEventsGrid            = (System.Windows.Forms.Panel)view.getCtrl("PEventsGrid");
     PEventsGrid_cstr       = view.getCtrlStruct("PEventsGrid");
     DG_EventosControl      = (System.Windows.Forms.DataGridView)view.getCtrl("DG_EventosControl");
     DG_EventosControl_cstr = view.getCtrlStruct("DG_EventosControl");
     panel1                 = (System.Windows.Forms.Panel)view.getCtrl("panel1");
     panel1_cstr            = view.getCtrlStruct("panel1");
     BGuardar               = (System.Windows.Forms.Button)view.getCtrl("BGuardar");
     BGuardar_cstr          = view.getCtrlStruct("BGuardar");
     PTopEvent_Consult      = (System.Windows.Forms.Panel)view.getCtrl("PTopEvent_Consult");
     PTopEvent_Consult_cstr = view.getCtrlStruct("PTopEvent_Consult");
     toolStrip1             = (System.Windows.Forms.ToolStrip)view.getCtrl("toolStrip1");
     toolStrip1_cstr        = view.getCtrlStruct("toolStrip1");
     ListaEventos           = (System.Windows.Forms.ListView)view.getCtrl("ListaEventos");
     ListaEventos_cstr      = view.getCtrlStruct("ListaEventos");
     PLeft             = (System.Windows.Forms.Panel)view.getCtrl("PLeft");
     PLeft_cstr        = view.getCtrlStruct("PLeft");
     TV_Controles      = (System.Windows.Forms.TreeView)view.getCtrl("TV_Controles");
     TV_Controles_cstr = view.getCtrlStruct("TV_Controles");
 }
Exemple #5
0
 public CFichaPrograma(CViewsManager vm)
 {
     view                    = (vm.getFirstView("GestorProgramas.VentanasAyuda.FichaPrograma") != null)? vm.getFirstView("GestorProgramas.VentanasAyuda.FichaPrograma"): vm.AddView("GestorProgramas.VentanasAyuda.FichaPrograma");
     FichaPrograma           = (System.Windows.Forms.Form)view.getCtrl("GestorProgramas.VentanasAyuda.FichaPrograma");
     FichaPrograma_cstr      = view.getCtrlStruct("GestorProgramas.VentanasAyuda.FichaPrograma");
     Content_panel           = (System.Windows.Forms.Panel)view.getCtrl("Content_panel");
     Content_panel_cstr      = view.getCtrlStruct("Content_panel");
     row_panel_head          = (System.Windows.Forms.Panel)view.getCtrl("row_panel_head");
     row_panel_head_cstr     = view.getCtrlStruct("row_panel_head");
     label_head              = (System.Windows.Forms.Label)view.getCtrl("label_head");
     label_head_cstr         = view.getCtrlStruct("label_head");
     row_panel_1             = (System.Windows.Forms.Panel)view.getCtrl("row_panel_1");
     row_panel_1_cstr        = view.getCtrlStruct("row_panel_1");
     l_nombre                = (System.Windows.Forms.Label)view.getCtrl("l_nombre");
     l_nombre_cstr           = view.getCtrlStruct("l_nombre");
     tb_nombre_programa      = (System.Windows.Forms.TextBox)view.getCtrl("tb_nombre_programa");
     tb_nombre_programa_cstr = view.getCtrlStruct("tb_nombre_programa");
     row_panel_2             = (System.Windows.Forms.Panel)view.getCtrl("row_panel_2");
     row_panel_2_cstr        = view.getCtrlStruct("row_panel_2");
     l_descripcion           = (System.Windows.Forms.Label)view.getCtrl("l_descripcion");
     l_descripcion_cstr      = view.getCtrlStruct("l_descripcion");
     tb_descripcion          = (System.Windows.Forms.TextBox)view.getCtrl("tb_descripcion");
     tb_descripcion_cstr     = view.getCtrlStruct("tb_descripcion");
     row_panel_3             = (System.Windows.Forms.Panel)view.getCtrl("row_panel_3");
     row_panel_3_cstr        = view.getCtrlStruct("row_panel_3");
     button_save             = (System.Windows.Forms.Button)view.getCtrl("button_save");
     button_save_cstr        = view.getCtrlStruct("button_save");
     button_cancel           = (System.Windows.Forms.Button)view.getCtrl("button_cancel");
     button_cancel_cstr      = view.getCtrlStruct("button_cancel");
 }
Exemple #6
0
 /// <summary>
 /// Constructor for runner
 /// </summary>
 /// <param name="views_manager"></param>
 public CRunner(CSystem csystem, CViewsManager views_manager)
 {
     sys         = csystem;
     vm          = views_manager;
     tasks       = new Dictionary <string, Task>();
     slogic      = new Stack();
     sevent_desc = new Stack();
     sprogram    = new Stack();
 }
Exemple #7
0
 public CTablaB(CViewsManager vm)
 {
     view          = (vm.getFirstView("ARQODE_UI.TablaB") != null)? vm.getFirstView("ARQODE_UI.TablaB"): vm.AddView("ARQODE_UI.TablaB");
     TablaB        = (System.Windows.Forms.Form)view.getCtrl("ARQODE_UI.TablaB");
     TablaB_cstr   = view.getCtrlStruct("ARQODE_UI.TablaB");
     panel1        = (System.Windows.Forms.Panel)view.getCtrl("panel1");
     panel1_cstr   = view.getCtrlStruct("panel1");
     Buscar        = (System.Windows.Forms.Button)view.getCtrl("Buscar");
     Buscar_cstr   = view.getCtrlStruct("Buscar");
     Tabla         = (System.Windows.Forms.DataGridView)view.getCtrl("Tabla");
     Tabla_cstr    = view.getCtrlStruct("Tabla");
     TextBox1      = (System.Windows.Forms.TextBox)view.getCtrl("TextBox1");
     TextBox1_cstr = view.getCtrlStruct("TextBox1");
 }
Exemple #8
0
        /// <summary>
        /// Initialize core system
        /// </summary>
        /// <param name="App_path"></param>
        private void Initialize_ARQODE_Core(string app_path)
        {
            // Init UI
            _system = new CSystem(app_path);
            if (!_system.hasErrors())
            {
                _system.Cron.runProgram += Vm_runProgram;

                // Init views manager & load UI
                ViewsManager = new CViewsManager(_system);

                ViewsManager.runProgram += Vm_runProgram;

                // Init program runner
                Runner = new CRunner(_system, ViewsManager);
            }
        }
Exemple #9
0
 public CVentanaEdicion(CViewsManager vm)
 {
     view                = (vm.getFirstView("VentanasUsoGeneral.VentanaEdicion") != null)? vm.getFirstView("VentanasUsoGeneral.VentanaEdicion"): vm.AddView("VentanasUsoGeneral.VentanaEdicion");
     VentanaEdicion      = (System.Windows.Forms.Form)view.getCtrl("VentanasUsoGeneral.VentanaEdicion");
     VentanaEdicion_cstr = view.getCtrlStruct("VentanasUsoGeneral.VentanaEdicion");
     PContent            = (System.Windows.Forms.Panel)view.getCtrl("PContent");
     PContent_cstr       = view.getCtrlStruct("PContent");
     PTop                = (System.Windows.Forms.Panel)view.getCtrl("PTop");
     PTop_cstr           = view.getCtrlStruct("PTop");
     BNuevaFila          = (System.Windows.Forms.Button)view.getCtrl("BNuevaFila");
     BNuevaFila_cstr     = view.getCtrlStruct("BNuevaFila");
     BGuardar            = (System.Windows.Forms.Button)view.getCtrl("BGuardar");
     BGuardar_cstr       = view.getCtrlStruct("BGuardar");
     PContenido          = (System.Windows.Forms.Panel)view.getCtrl("PContenido");
     PContenido_cstr     = view.getCtrlStruct("PContenido");
     Grid1               = (System.Windows.Forms.DataGridView)view.getCtrl("Grid1");
     Grid1_cstr          = view.getCtrlStruct("Grid1");
 }
Exemple #10
0
        /// <summary>
        /// Initialize core system
        /// </summary>
        /// <param name="console_mode"></param>
        private void Initialize_ARQODE_Core(string App_name)
        {
            // Init UI
            _system = new CSystem(App_name);
            if (!_system.hasErrors())
            {
                _system.Console_mode     = false;
                _system.Cron.runProgram += Vm_runProgram;

                // Init views manager & load UI
                ViewsManager = new CViewsManager(_system);

                ViewsManager.runProgram += Vm_runProgram;


                // Init program runner
                Runner = new CRunner(_system, ViewsManager);
            }
        }
Exemple #11
0
 public CFormProceso(CViewsManager vm)
 {
     view                         = (vm.getFirstView("GestorProcesos.FormProceso") != null)? vm.getFirstView("GestorProcesos.FormProceso"): vm.AddView("GestorProcesos.FormProceso");
     FormProceso                  = (System.Windows.Forms.UserControl)view.getCtrl("GestorProcesos.FormProceso");
     FormProceso_cstr             = view.getCtrlStruct("GestorProcesos.FormProceso");
     PInfo                        = (System.Windows.Forms.Panel)view.getCtrl("PInfo");
     PInfo_cstr                   = view.getCtrlStruct("PInfo");
     BGuardar                     = (System.Windows.Forms.Button)view.getCtrl("BGuardar");
     BGuardar_cstr                = view.getCtrlStruct("BGuardar");
     label8                       = (System.Windows.Forms.Label)view.getCtrl("label8");
     label8_cstr                  = view.getCtrlStruct("label8");
     TBDefault_Configuration      = (System.Windows.Forms.TextBox)view.getCtrl("TBDefault_Configuration");
     TBDefault_Configuration_cstr = view.getCtrlStruct("TBDefault_Configuration");
     TBConfiguration              = (System.Windows.Forms.TextBox)view.getCtrl("TBConfiguration");
     TBConfiguration_cstr         = view.getCtrlStruct("TBConfiguration");
     label7                       = (System.Windows.Forms.Label)view.getCtrl("label7");
     label7_cstr                  = view.getCtrlStruct("label7");
     TBOutputs                    = (System.Windows.Forms.TextBox)view.getCtrl("TBOutputs");
     TBOutputs_cstr               = view.getCtrlStruct("TBOutputs");
     TBInputs                     = (System.Windows.Forms.TextBox)view.getCtrl("TBInputs");
     TBInputs_cstr                = view.getCtrlStruct("TBInputs");
     label6                       = (System.Windows.Forms.Label)view.getCtrl("label6");
     label6_cstr                  = view.getCtrlStruct("label6");
     label5                       = (System.Windows.Forms.Label)view.getCtrl("label5");
     label5_cstr                  = view.getCtrlStruct("label5");
     LGUID                        = (System.Windows.Forms.Label)view.getCtrl("LGUID");
     LGUID_cstr                   = view.getCtrlStruct("LGUID");
     TBDescription                = (System.Windows.Forms.TextBox)view.getCtrl("TBDescription");
     TBDescription_cstr           = view.getCtrlStruct("TBDescription");
     TBName                       = (System.Windows.Forms.TextBox)view.getCtrl("TBName");
     TBName_cstr                  = view.getCtrlStruct("TBName");
     TBVersion                    = (System.Windows.Forms.TextBox)view.getCtrl("TBVersion");
     TBVersion_cstr               = view.getCtrlStruct("TBVersion");
     label4                       = (System.Windows.Forms.Label)view.getCtrl("label4");
     label4_cstr                  = view.getCtrlStruct("label4");
     label3                       = (System.Windows.Forms.Label)view.getCtrl("label3");
     label3_cstr                  = view.getCtrlStruct("label3");
     label2                       = (System.Windows.Forms.Label)view.getCtrl("label2");
     label2_cstr                  = view.getCtrlStruct("label2");
     label1                       = (System.Windows.Forms.Label)view.getCtrl("label1");
     label1_cstr                  = view.getCtrlStruct("label1");
 }
Exemple #12
0
        CView.CtrlStruct fireCtrl_str; // Controls struct who fire the event
        #endregion

        #region initialize

        /// <summary>
        /// Load all information from UI to work with
        /// </summary>
        /// <param name="viewManager"></param>
        /// <param name="eventDesc"></param>
        public CLogic(CSystem csystem, CViewsManager views_manager, CEventDesc eventDesc)
        {
            sys        = csystem;
            vm         = views_manager;
            Globals    = sys.Globals;
            errors     = sys.ProgramErrors;
            debug      = sys.ProgramDebug;
            event_desc = eventDesc;
            if (event_desc != null)
            {
                view = (event_desc.View_Guid != "") ? vm.getFirstView_byGuid(event_desc.View_Guid) : null;
                if (view != null)
                {
                    mainCtrl     = view.mainControl();
                    fireCtrl_str = view.getCtrlStruct(eventDesc.Control_Name);
                }
                fireCtrl = (Control)event_desc.fireCtrl;
                args     = event_desc.args;
            }
            MainView = ((view != null) && (Globals.get_str(dGLOBALS.MAIN_VIEW) == view.Name)) ? view : vm.getFirstView(Globals.get_str(dGLOBALS.MAIN_VIEW));
        }
Exemple #13
0
 public CVisorTexto(CViewsManager vm)
 {
     view                  = (vm.getFirstView("ARQODE_UI.VisorTexto") != null)? vm.getFirstView("ARQODE_UI.VisorTexto"): vm.AddView("ARQODE_UI.VisorTexto");
     VisorTexto            = (System.Windows.Forms.Form)view.getCtrl("ARQODE_UI.VisorTexto");
     VisorTexto_cstr       = view.getCtrlStruct("ARQODE_UI.VisorTexto");
     PContent              = (System.Windows.Forms.Panel)view.getCtrl("PContent");
     PContent_cstr         = view.getCtrlStruct("PContent");
     RB_Texto              = (System.Windows.Forms.RichTextBox)view.getCtrl("RB_Texto");
     RB_Texto_cstr         = view.getCtrlStruct("RB_Texto");
     PTop                  = (System.Windows.Forms.Panel)view.getCtrl("PTop");
     PTop_cstr             = view.getCtrlStruct("PTop");
     LRes                  = (System.Windows.Forms.Label)view.getCtrl("LRes");
     LRes_cstr             = view.getCtrlStruct("LRes");
     BBuscar               = (System.Windows.Forms.Button)view.getCtrl("BBuscar");
     BBuscar_cstr          = view.getCtrlStruct("BBuscar");
     CH_Palabra            = (System.Windows.Forms.CheckBox)view.getCtrl("CH_Palabra");
     CH_Palabra_cstr       = view.getCtrlStruct("CH_Palabra");
     CH_CaseSensitive      = (System.Windows.Forms.CheckBox)view.getCtrl("CH_CaseSensitive");
     CH_CaseSensitive_cstr = view.getCtrlStruct("CH_CaseSensitive");
     TB_Busqueda           = (System.Windows.Forms.TextBox)view.getCtrl("TB_Busqueda");
     TB_Busqueda_cstr      = view.getCtrlStruct("TB_Busqueda");
 }
Exemple #14
0
 public CInputDialog(CViewsManager vm)
 {
     view             = (vm.getFirstView("VentanasUsoGeneral.InputDialog") != null)? vm.getFirstView("VentanasUsoGeneral.InputDialog"): vm.AddView("VentanasUsoGeneral.InputDialog");
     InputDialog      = (System.Windows.Forms.Form)view.getCtrl("VentanasUsoGeneral.InputDialog");
     InputDialog_cstr = view.getCtrlStruct("VentanasUsoGeneral.InputDialog");
     PContenido       = (System.Windows.Forms.Panel)view.getCtrl("PContenido");
     PContenido_cstr  = view.getCtrlStruct("PContenido");
     PTextBox         = (System.Windows.Forms.Panel)view.getCtrl("PTextBox");
     PTextBox_cstr    = view.getCtrlStruct("PTextBox");
     textBox1         = (System.Windows.Forms.TextBox)view.getCtrl("textBox1");
     textBox1_cstr    = view.getCtrlStruct("textBox1");
     PLabel           = (System.Windows.Forms.Panel)view.getCtrl("PLabel");
     PLabel_cstr      = view.getCtrlStruct("PLabel");
     Label1           = (System.Windows.Forms.Label)view.getCtrl("Label1");
     Label1_cstr      = view.getCtrlStruct("Label1");
     panel1           = (System.Windows.Forms.Panel)view.getCtrl("panel1");
     panel1_cstr      = view.getCtrlStruct("panel1");
     BCancelar        = (System.Windows.Forms.Button)view.getCtrl("BCancelar");
     BCancelar_cstr   = view.getCtrlStruct("BCancelar");
     BAceptar         = (System.Windows.Forms.Button)view.getCtrl("BAceptar");
     BAceptar_cstr    = view.getCtrlStruct("BAceptar");
 }
Exemple #15
0
 public CMainView(CViewsManager vm)
 {
     view          = (vm.getFirstView("Main.MainView") != null)? vm.getFirstView("Main.MainView"): vm.AddView("Main.MainView");
     MainView      = (System.Windows.Forms.Form)view.getCtrl("Main.MainView");
     MainView_cstr = view.getCtrlStruct("Main.MainView");
 }
 public CFormProcesoActivo(CViewsManager vm)
 {
     view = (vm.getFirstView("GestorProcesos.FormProcesoActivo") != null)? vm.getFirstView("GestorProcesos.FormProcesoActivo"): vm.AddView("GestorProcesos.FormProcesoActivo");
     FormProcesoActivo       = (System.Windows.Forms.UserControl)view.getCtrl("GestorProcesos.FormProcesoActivo");
     FormProcesoActivo_cstr  = view.getCtrlStruct("GestorProcesos.FormProcesoActivo");
     PFormProcesoActivo      = (System.Windows.Forms.Panel)view.getCtrl("PFormProcesoActivo");
     PFormProcesoActivo_cstr = view.getCtrlStruct("PFormProcesoActivo");
     TBDescription           = (System.Windows.Forms.TextBox)view.getCtrl("TBDescription");
     TBDescription_cstr      = view.getCtrlStruct("TBDescription");
     LConfig                      = (System.Windows.Forms.DataGridView)view.getCtrl("LConfig");
     LConfig_cstr                 = view.getCtrlStruct("LConfig");
     LOutputs                     = (System.Windows.Forms.DataGridView)view.getCtrl("LOutputs");
     LOutputs_cstr                = view.getCtrlStruct("LOutputs");
     LInputs                      = (System.Windows.Forms.DataGridView)view.getCtrl("LInputs");
     LInputs_cstr                 = view.getCtrlStruct("LInputs");
     BSave                        = (System.Windows.Forms.Button)view.getCtrl("BSave");
     BSave_cstr                   = view.getCtrlStruct("BSave");
     label10                      = (System.Windows.Forms.Label)view.getCtrl("label10");
     label10_cstr                 = view.getCtrlStruct("label10");
     label9                       = (System.Windows.Forms.Label)view.getCtrl("label9");
     label9_cstr                  = view.getCtrlStruct("label9");
     label8                       = (System.Windows.Forms.Label)view.getCtrl("label8");
     label8_cstr                  = view.getCtrlStruct("label8");
     LName                        = (System.Windows.Forms.Label)view.getCtrl("LName");
     LName_cstr                   = view.getCtrlStruct("LName");
     label7                       = (System.Windows.Forms.Label)view.getCtrl("label7");
     label7_cstr                  = view.getCtrlStruct("label7");
     label4                       = (System.Windows.Forms.Label)view.getCtrl("label4");
     label4_cstr                  = view.getCtrlStruct("label4");
     PTop                         = (System.Windows.Forms.Panel)view.getCtrl("PTop");
     PTop_cstr                    = view.getCtrlStruct("PTop");
     PViews                       = (System.Windows.Forms.Panel)view.getCtrl("PViews");
     PViews_cstr                  = view.getCtrlStruct("PViews");
     PContentViewsVars            = (System.Windows.Forms.Panel)view.getCtrl("PContentViewsVars");
     PContentViewsVars_cstr       = view.getCtrlStruct("PContentViewsVars");
     TV_ViewsVars                 = (System.Windows.Forms.TreeView)view.getCtrl("TV_ViewsVars");
     TV_ViewsVars_cstr            = view.getCtrlStruct("TV_ViewsVars");
     contextMenu_ViewVars         = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_ViewVars");
     contextMenu_ViewVars_cstr    = view.getCtrlStruct("contextMenu_ViewVars");
     PTopViews                    = (System.Windows.Forms.Panel)view.getCtrl("PTopViews");
     PTopViews_cstr               = view.getCtrlStruct("PTopViews");
     label1                       = (System.Windows.Forms.Label)view.getCtrl("label1");
     label1_cstr                  = view.getCtrlStruct("label1");
     PGlobals                     = (System.Windows.Forms.Panel)view.getCtrl("PGlobals");
     PGlobals_cstr                = view.getCtrlStruct("PGlobals");
     PContentGlobalVars           = (System.Windows.Forms.Panel)view.getCtrl("PContentGlobalVars");
     PContentGlobalVars_cstr      = view.getCtrlStruct("PContentGlobalVars");
     LB_ProgramVars               = (System.Windows.Forms.ListBox)view.getCtrl("LB_ProgramVars");
     LB_ProgramVars_cstr          = view.getCtrlStruct("LB_ProgramVars");
     contextMenu_ProgramVars      = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_ProgramVars");
     contextMenu_ProgramVars_cstr = view.getCtrlStruct("contextMenu_ProgramVars");
     PTopGlobals                  = (System.Windows.Forms.Panel)view.getCtrl("PTopGlobals");
     PTopGlobals_cstr             = view.getCtrlStruct("PTopGlobals");
     label2                       = (System.Windows.Forms.Label)view.getCtrl("label2");
     label2_cstr                  = view.getCtrlStruct("label2");
     PPrograms                    = (System.Windows.Forms.Panel)view.getCtrl("PPrograms");
     PPrograms_cstr               = view.getCtrlStruct("PPrograms");
     PContentProgVars             = (System.Windows.Forms.Panel)view.getCtrl("PContentProgVars");
     PContentProgVars_cstr        = view.getCtrlStruct("PContentProgVars");
     TV_GlobalsVars               = (System.Windows.Forms.TreeView)view.getCtrl("TV_GlobalsVars");
     TV_GlobalsVars_cstr          = view.getCtrlStruct("TV_GlobalsVars");
     contextMenu_GlobalVars       = (System.Windows.Forms.ContextMenuStrip)view.getCtrl("contextMenu_GlobalVars");
     contextMenu_GlobalVars_cstr  = view.getCtrlStruct("contextMenu_GlobalVars");
     PTopProgVars                 = (System.Windows.Forms.Panel)view.getCtrl("PTopProgVars");
     PTopProgVars_cstr            = view.getCtrlStruct("PTopProgVars");
     label3                       = (System.Windows.Forms.Label)view.getCtrl("label3");
     label3_cstr                  = view.getCtrlStruct("label3");
 }