Exemplo n.º 1
0
        void configurarMenuLateral(string DESCRIPCION)
        {
            menuLateralBar.Groups.Clear();

            List<PERMISO_USUARIO_MODULO> permisos =
                new Permisos().obetenerPermisoUsuarioModulo(CODIGO_USUARIO, CODIGO_MODULO,
                menuLateralFiltroTextBox.Text.Trim());

            var grupos = permisos.Select(p => new { CODIGO_CATEGORIA = p.CODIGO_CATEGORIA, NOMBRE_CATEGORIA = p.NOMBRE_CATEGORIA }).Distinct();

            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup menuGrupo;

            foreach (var grupo in grupos)
            {
                menuGrupo = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
                menuGrupo.Text = grupo.CODIGO_CATEGORIA;
                menuGrupo.Key = grupo.NOMBRE_CATEGORIA;
                menuGrupo.Settings.AppearancesLarge.Appearance.Image = Image.FromFile(Application.StartupPath + @"\Recursos\Forms\" + "menu_32.png");
                menuGrupo.Settings.AppearancesSmall.Appearance.Image = Image.FromFile(Application.StartupPath + @"\Recursos\Forms\" + "menu_32.png");

                var opciones = permisos.Where(p => p.CODIGO_CATEGORIA == grupo.CODIGO_CATEGORIA).Select(p => p);

                Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem menuOpcion;

                foreach (var opcion in opciones)
                {
                    menuOpcion = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                    menuOpcion.Text = opcion.NOMBRE_PROGRAMA;
                    menuOpcion.Key = opcion.CODIGO_PROGRAMA;
                    menuOpcion.Tag = opcion.NOMBRE_FORMULARIO;

                    menuOpcion.Settings.AppearancesLarge.Appearance.Image = Image.FromFile(Application.StartupPath + @"\Recursos\Forms\" + opcion.NOMBRE_IMAGEN);
                    menuOpcion.Settings.AppearancesSmall.Appearance.Image = Image.FromFile(Application.StartupPath + @"\Recursos\Forms\" + opcion.NOMBRE_IMAGEN);

                    menuGrupo.Items.Add(menuOpcion);

                }

                menuLateralBar.Groups.Add(menuGrupo);
            }

            if (DESCRIPCION.Trim() == string.Empty)
                menuLateralBar.Groups.CollapseAll();
            else
                menuLateralBar.Groups.ExpandAll();
        }
Exemplo n.º 2
0
        private void UpdateView(IMenu menu)
        {
            if (menu.Key == null)
            {
                return;
            }

            ApplicationService.Current().MainWindows.ultraExplorerBar.Groups.Clear();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup barGroup =
                ApplicationService.Current().MainWindows.ultraExplorerBar.Groups.Add(
                    menu.Key.ToString().Trim(), menu.Caption.ToString().Trim());
            //barGroup.ItemSettings.
            for (int i = 0; i < menu.SubMenus.Length; i++)
            {
                if (menu.SubMenus[i].Key != null)
                {
                    barGroup.Items.Add(menu.SubMenus[i].Key.ToString().Trim(),
                                       menu.SubMenus[i].Caption.ToString().Trim());
                }
            }
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance97 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance108 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance109 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance110 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance111 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance112 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance113 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance115 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance121 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance122 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance123 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance125 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance126 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance130 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance131 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance132 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance133 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance134 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance135 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance136 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance137 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab21 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab22 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance138 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance139 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance140 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab23 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance141 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance142 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab24 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance143 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance144 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab25 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab26 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance145 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance146 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab27 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab28 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance147 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance148 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab15 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab16 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance149 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance150 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab31 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab32 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance151 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance152 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab29 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab30 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance153 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance154 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab33 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab34 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance155 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance156 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab35 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab36 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance157 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance158 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab19 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab20 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance159 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance160 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance161 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance162 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance163 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance164 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance165 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance166 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance167 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance168 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance169 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance170 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance171 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrincipal));
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab8 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab9 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab10 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab11 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab12 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            this.ultraTabPageControl13 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.sing1Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel27 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Anio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Meses = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel29 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel30 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1CantidadL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel31 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Saludo = new System.Windows.Forms.ComboBox();
            this.ultraLabel32 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel33 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel34 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel35 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel36 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Encabezado = new System.Windows.Forms.ComboBox();
            this.ultraLabel37 = new Infragistics.Win.Misc.UltraLabel();
            this.sing1Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel38 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing1Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing1Borrar = new Infragistics.Win.Misc.UltraButton();
            this.sing1Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.sing1Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.sing1Atras = new Infragistics.Win.Misc.UltraButton();
            this.sing1Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
            this.sing1Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.sing1Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.sing1Registrar = new Infragistics.Win.Misc.UltraButton();
            this.sing1Buscar = new Infragistics.Win.Misc.UltraButton();
            this.sing1Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.sing1Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl14 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorSing1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl15 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.sing2Ejecutivo = new System.Windows.Forms.ComboBox();
            this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Anio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel23 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Meses = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel22 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2CantidadL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Saludo = new System.Windows.Forms.ComboBox();
            this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Direccion1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Encabezado = new System.Windows.Forms.ComboBox();
            this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
            this.sing2Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnSing2Borrar = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Atras = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
            this.btnSing2Refrescar = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Registrar = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Buscar = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.btnSing2Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl16 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorSing2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.carta1 = new cartasCREDITO.carta();
            this.ultraTabPageControl17 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.sing3Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel42 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel43 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Anio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel44 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Meses = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel45 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel46 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3CantidadL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel47 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Saludo = new System.Windows.Forms.ComboBox();
            this.ultraLabel48 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel49 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel50 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel51 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel52 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Encabezado = new System.Windows.Forms.ComboBox();
            this.ultraLabel53 = new Infragistics.Win.Misc.UltraLabel();
            this.sing3Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel54 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing3Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing3Borrar = new Infragistics.Win.Misc.UltraButton();
            this.sing3Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.sing3Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.sing3Atras = new Infragistics.Win.Misc.UltraButton();
            this.sing3Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
            this.sing3Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.sing3Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.sing3Registrar = new Infragistics.Win.Misc.UltraButton();
            this.sing3Buscar = new Infragistics.Win.Misc.UltraButton();
            this.sing3Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.sing3Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl18 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorSing3 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl19 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.sing4Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel39 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Saludo = new System.Windows.Forms.ComboBox();
            this.ultraLabel59 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel93 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel94 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel95 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel96 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Encabezado = new System.Windows.Forms.ComboBox();
            this.ultraLabel97 = new Infragistics.Win.Misc.UltraLabel();
            this.sing4Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel98 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox7 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing4Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox8 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing4Borrar = new Infragistics.Win.Misc.UltraButton();
            this.sing4Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.sing4Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.sing4Atras = new Infragistics.Win.Misc.UltraButton();
            this.sing4Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
            this.sing4Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.sing4Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.sing4Registrar = new Infragistics.Win.Misc.UltraButton();
            this.sing4Buscar = new Infragistics.Win.Misc.UltraButton();
            this.sing4Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.sing4Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl20 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorSing4 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl21 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.sing5Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel99 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel100 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel103 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Saludo = new System.Windows.Forms.ComboBox();
            this.ultraLabel105 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel106 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel107 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel108 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel109 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Encabezado = new System.Windows.Forms.ComboBox();
            this.ultraLabel110 = new Infragistics.Win.Misc.UltraLabel();
            this.sing5Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel111 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox9 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing5Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox10 = new Infragistics.Win.Misc.UltraGroupBox();
            this.sing5Borrar = new Infragistics.Win.Misc.UltraButton();
            this.sing5Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.sing5Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.sing5Atras = new Infragistics.Win.Misc.UltraButton();
            this.sing5Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel();
            this.sing5Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.sing5Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.sing5Registrar = new Infragistics.Win.Misc.UltraButton();
            this.sing5Buscar = new Infragistics.Win.Misc.UltraButton();
            this.sing5Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.sing5Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl22 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorSing5 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl25 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.plural1Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel66 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel71 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Anio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel73 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Meses = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel74 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel75 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1CantidadL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel76 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel77 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel78 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel79 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel80 = new Infragistics.Win.Misc.UltraLabel();
            this.plural1Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel81 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox13 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural1Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox14 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural1Borrar = new Infragistics.Win.Misc.UltraButton();
            this.plural1Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.plural1Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.plural1Atras = new Infragistics.Win.Misc.UltraButton();
            this.plural1Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel7 = new Infragistics.Win.Misc.UltraPanel();
            this.plural1Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.plural1Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.plural1Registrar = new Infragistics.Win.Misc.UltraButton();
            this.plural1Buscar = new Infragistics.Win.Misc.UltraButton();
            this.plural1Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.plural1Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl26 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorPlural1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl23 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.plural2Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel60 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel61 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Anio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel62 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Meses = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel63 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel64 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2CantidadL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel65 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel67 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel68 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel69 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel70 = new Infragistics.Win.Misc.UltraLabel();
            this.plural2Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel72 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox11 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural2Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox12 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural2Borrar = new Infragistics.Win.Misc.UltraButton();
            this.plural2Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.plural2Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.plural2Atras = new Infragistics.Win.Misc.UltraButton();
            this.plural2Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel6 = new Infragistics.Win.Misc.UltraPanel();
            this.plural2Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.plural2Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.plural2Registrar = new Infragistics.Win.Misc.UltraButton();
            this.plural2Buscar = new Infragistics.Win.Misc.UltraButton();
            this.plural2Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.plural2Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl24 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorPlural2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl27 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.plural3Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel82 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel83 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Anio = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel84 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Meses = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel85 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel86 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3CantidadL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel87 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel88 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel89 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel90 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel91 = new Infragistics.Win.Misc.UltraLabel();
            this.plural3Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel92 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox15 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural3Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox16 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural3Borrar = new Infragistics.Win.Misc.UltraButton();
            this.plural3Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.plural3Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.plural3Atras = new Infragistics.Win.Misc.UltraButton();
            this.plural3Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel8 = new Infragistics.Win.Misc.UltraPanel();
            this.plural3Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.plural3Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.plural3Registrar = new Infragistics.Win.Misc.UltraButton();
            this.plural3Buscar = new Infragistics.Win.Misc.UltraButton();
            this.plural3Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.plural3Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl28 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorPlural3 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl29 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.plural4Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel40 = new Infragistics.Win.Misc.UltraLabel();
            this.plural4Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel41 = new Infragistics.Win.Misc.UltraLabel();
            this.plural4Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel57 = new Infragistics.Win.Misc.UltraLabel();
            this.plural4Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel58 = new Infragistics.Win.Misc.UltraLabel();
            this.plural4Direccion = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel101 = new Infragistics.Win.Misc.UltraLabel();
            this.plural4Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel102 = new Infragistics.Win.Misc.UltraLabel();
            this.plural4Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel112 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox17 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural4Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox18 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural4Borrar = new Infragistics.Win.Misc.UltraButton();
            this.plural4Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.plural4Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.plural4Atras = new Infragistics.Win.Misc.UltraButton();
            this.plural4Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel9 = new Infragistics.Win.Misc.UltraPanel();
            this.plural4Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.plural4Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.plural4Registrar = new Infragistics.Win.Misc.UltraButton();
            this.plural4Buscar = new Infragistics.Win.Misc.UltraButton();
            this.plural4Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.plural4Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl30 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorPlural4 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl31 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.plural5Asesor = new System.Windows.Forms.ComboBox();
            this.ultraLabel113 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Pie = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel114 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Cantidad = new System.Windows.Forms.MaskedTextBox();
            this.ultraLabel115 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Ciudad = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel117 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Direccion2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel118 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Direccion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel119 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Nombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel120 = new Infragistics.Win.Misc.UltraLabel();
            this.plural5Fecha = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel122 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox19 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural5Conteo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox20 = new Infragistics.Win.Misc.UltraGroupBox();
            this.plural5Borrar = new Infragistics.Win.Misc.UltraButton();
            this.plural5Ultimo = new Infragistics.Win.Misc.UltraButton();
            this.plural5Siguiente = new Infragistics.Win.Misc.UltraButton();
            this.plural5Atras = new Infragistics.Win.Misc.UltraButton();
            this.plural5Primero = new Infragistics.Win.Misc.UltraButton();
            this.ultraPanel10 = new Infragistics.Win.Misc.UltraPanel();
            this.plural5Actualizar = new Infragistics.Win.Misc.UltraButton();
            this.plural5Cancelar = new Infragistics.Win.Misc.UltraButton();
            this.plural5Registrar = new Infragistics.Win.Misc.UltraButton();
            this.plural5Buscar = new Infragistics.Win.Misc.UltraButton();
            this.plural5Nuevo = new Infragistics.Win.Misc.UltraButton();
            this.plural5Modificar = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl32 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.visorPlural5 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.ultraTabPageControl8 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage4 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl9 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage5 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl10 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage6 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl11 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage7 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl12 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage8 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage10 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage9 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl8 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage11 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl9 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage12 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabControl10 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage13 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.menu = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.imagenes = new System.Windows.Forms.ImageList(this.components);
            this.tabSingular = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.tabPlural = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.tabMantenimiento = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.dataCredito1 = new cartasCREDITO.dataCredito();
            this.ultraTabPageControl13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Anio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Meses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1CantidadL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
            this.ultraGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
            this.ultraGroupBox4.SuspendLayout();
            this.ultraPanel2.ClientArea.SuspendLayout();
            this.ultraPanel2.SuspendLayout();
            this.ultraTabPageControl14.SuspendLayout();
            this.ultraTabPageControl15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Anio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Meses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2CantidadL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Direccion1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            this.ultraPanel1.ClientArea.SuspendLayout();
            this.ultraPanel1.SuspendLayout();
            this.ultraTabPageControl16.SuspendLayout();
            this.ultraTabPageControl17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Anio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Meses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3CantidadL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
            this.ultraGroupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
            this.ultraGroupBox6.SuspendLayout();
            this.ultraPanel3.ClientArea.SuspendLayout();
            this.ultraPanel3.SuspendLayout();
            this.ultraTabPageControl18.SuspendLayout();
            this.ultraTabPageControl19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).BeginInit();
            this.ultraGroupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
            this.ultraGroupBox8.SuspendLayout();
            this.ultraPanel4.ClientArea.SuspendLayout();
            this.ultraPanel4.SuspendLayout();
            this.ultraTabPageControl20.SuspendLayout();
            this.ultraTabPageControl21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).BeginInit();
            this.ultraGroupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox10)).BeginInit();
            this.ultraGroupBox10.SuspendLayout();
            this.ultraPanel5.ClientArea.SuspendLayout();
            this.ultraPanel5.SuspendLayout();
            this.ultraTabPageControl22.SuspendLayout();
            this.ultraTabPageControl25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Anio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Meses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1CantidadL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox13)).BeginInit();
            this.ultraGroupBox13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).BeginInit();
            this.ultraGroupBox14.SuspendLayout();
            this.ultraPanel7.ClientArea.SuspendLayout();
            this.ultraPanel7.SuspendLayout();
            this.ultraTabPageControl26.SuspendLayout();
            this.ultraTabPageControl23.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Anio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Meses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2CantidadL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox11)).BeginInit();
            this.ultraGroupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).BeginInit();
            this.ultraGroupBox12.SuspendLayout();
            this.ultraPanel6.ClientArea.SuspendLayout();
            this.ultraPanel6.SuspendLayout();
            this.ultraTabPageControl24.SuspendLayout();
            this.ultraTabPageControl27.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Anio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Meses)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3CantidadL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox15)).BeginInit();
            this.ultraGroupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).BeginInit();
            this.ultraGroupBox16.SuspendLayout();
            this.ultraPanel8.ClientArea.SuspendLayout();
            this.ultraPanel8.SuspendLayout();
            this.ultraTabPageControl28.SuspendLayout();
            this.ultraTabPageControl29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox17)).BeginInit();
            this.ultraGroupBox17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox18)).BeginInit();
            this.ultraGroupBox18.SuspendLayout();
            this.ultraPanel9.ClientArea.SuspendLayout();
            this.ultraPanel9.SuspendLayout();
            this.ultraTabPageControl30.SuspendLayout();
            this.ultraTabPageControl31.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Ciudad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Direccion2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Direccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Nombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Fecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox19)).BeginInit();
            this.ultraGroupBox19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox20)).BeginInit();
            this.ultraGroupBox20.SuspendLayout();
            this.ultraPanel10.ClientArea.SuspendLayout();
            this.ultraPanel10.SuspendLayout();
            this.ultraTabPageControl32.SuspendLayout();
            this.ultraTabPageControl8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            this.ultraTabPageControl9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
            this.ultraTabControl2.SuspendLayout();
            this.ultraTabPageControl10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).BeginInit();
            this.ultraTabControl3.SuspendLayout();
            this.ultraTabPageControl11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl4)).BeginInit();
            this.ultraTabControl4.SuspendLayout();
            this.ultraTabPageControl12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl5)).BeginInit();
            this.ultraTabControl5.SuspendLayout();
            this.ultraTabPageControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl7)).BeginInit();
            this.ultraTabControl7.SuspendLayout();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl6)).BeginInit();
            this.ultraTabControl6.SuspendLayout();
            this.ultraTabPageControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl8)).BeginInit();
            this.ultraTabControl8.SuspendLayout();
            this.ultraTabPageControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl9)).BeginInit();
            this.ultraTabControl9.SuspendLayout();
            this.ultraTabPageControl7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl10)).BeginInit();
            this.ultraTabControl10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.menu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabSingular)).BeginInit();
            this.tabSingular.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabPlural)).BeginInit();
            this.tabPlural.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabMantenimiento)).BeginInit();
            this.tabMantenimiento.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataCredito1)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraTabPageControl13
            // 
            this.ultraTabPageControl13.Controls.Add(this.sing1Asesor);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel26);
            this.ultraTabPageControl13.Controls.Add(this.sing1Pie);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel27);
            this.ultraTabPageControl13.Controls.Add(this.sing1Anio);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel28);
            this.ultraTabPageControl13.Controls.Add(this.sing1Meses);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel29);
            this.ultraTabPageControl13.Controls.Add(this.sing1Cantidad);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel30);
            this.ultraTabPageControl13.Controls.Add(this.sing1CantidadL);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel31);
            this.ultraTabPageControl13.Controls.Add(this.sing1Saludo);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel32);
            this.ultraTabPageControl13.Controls.Add(this.sing1Ciudad);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel33);
            this.ultraTabPageControl13.Controls.Add(this.sing1Direccion2);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel34);
            this.ultraTabPageControl13.Controls.Add(this.sing1Direccion);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel35);
            this.ultraTabPageControl13.Controls.Add(this.sing1Nombre);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel36);
            this.ultraTabPageControl13.Controls.Add(this.sing1Encabezado);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel37);
            this.ultraTabPageControl13.Controls.Add(this.sing1Fecha);
            this.ultraTabPageControl13.Controls.Add(this.ultraLabel38);
            this.ultraTabPageControl13.Controls.Add(this.ultraGroupBox3);
            this.ultraTabPageControl13.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl13.Name = "ultraTabPageControl13";
            this.ultraTabPageControl13.Size = new System.Drawing.Size(222, 177);
            // 
            // sing1Asesor
            // 
            this.sing1Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing1Asesor.Enabled = false;
            this.sing1Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing1Asesor.FormattingEnabled = true;
            this.sing1Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.sing1Asesor.Location = new System.Drawing.Point(0, 586);
            this.sing1Asesor.Name = "sing1Asesor";
            this.sing1Asesor.Size = new System.Drawing.Size(0, 21);
            this.sing1Asesor.TabIndex = 96;
            // 
            // ultraLabel26
            // 
            appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance1.BackColor2 = System.Drawing.Color.White;
            appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance1.ForeColor = System.Drawing.Color.Black;
            appearance1.TextHAlignAsString = "Left";
            appearance1.TextVAlignAsString = "Middle";
            this.ultraLabel26.Appearance = appearance1;
            this.ultraLabel26.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel26.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel26.Location = new System.Drawing.Point(0, 563);
            this.ultraLabel26.Name = "ultraLabel26";
            this.ultraLabel26.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel26.TabIndex = 95;
            this.ultraLabel26.Text = "Ejecutivo";
            // 
            // sing1Pie
            // 
            this.sing1Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Pie.Enabled = false;
            this.sing1Pie.Location = new System.Drawing.Point(0, 542);
            this.sing1Pie.Name = "sing1Pie";
            this.sing1Pie.Size = new System.Drawing.Size(0, 21);
            this.sing1Pie.TabIndex = 94;
            // 
            // ultraLabel27
            // 
            appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance2.BackColor2 = System.Drawing.Color.White;
            appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance2.ForeColor = System.Drawing.Color.Black;
            appearance2.TextHAlignAsString = "Left";
            appearance2.TextVAlignAsString = "Middle";
            this.ultraLabel27.Appearance = appearance2;
            this.ultraLabel27.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel27.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel27.Location = new System.Drawing.Point(0, 519);
            this.ultraLabel27.Name = "ultraLabel27";
            this.ultraLabel27.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel27.TabIndex = 93;
            this.ultraLabel27.Text = "Pie";
            // 
            // sing1Anio
            // 
            this.sing1Anio.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Anio.Enabled = false;
            this.sing1Anio.Location = new System.Drawing.Point(0, 498);
            this.sing1Anio.MaxLength = 4;
            this.sing1Anio.Name = "sing1Anio";
            this.sing1Anio.Size = new System.Drawing.Size(0, 21);
            this.sing1Anio.TabIndex = 92;
            this.sing1Anio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing1Anio_KeyPress);
            // 
            // ultraLabel28
            // 
            appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance3.BackColor2 = System.Drawing.Color.White;
            appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance3.ForeColor = System.Drawing.Color.Black;
            appearance3.TextHAlignAsString = "Left";
            appearance3.TextVAlignAsString = "Middle";
            this.ultraLabel28.Appearance = appearance3;
            this.ultraLabel28.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel28.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel28.Location = new System.Drawing.Point(0, 475);
            this.ultraLabel28.Name = "ultraLabel28";
            this.ultraLabel28.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel28.TabIndex = 91;
            this.ultraLabel28.Text = "Año";
            // 
            // sing1Meses
            // 
            this.sing1Meses.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Meses.Enabled = false;
            this.sing1Meses.Location = new System.Drawing.Point(0, 454);
            this.sing1Meses.Name = "sing1Meses";
            this.sing1Meses.Size = new System.Drawing.Size(0, 21);
            this.sing1Meses.TabIndex = 90;
            // 
            // ultraLabel29
            // 
            appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance4.BackColor2 = System.Drawing.Color.White;
            appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance4.ForeColor = System.Drawing.Color.Black;
            appearance4.TextHAlignAsString = "Left";
            appearance4.TextVAlignAsString = "Middle";
            this.ultraLabel29.Appearance = appearance4;
            this.ultraLabel29.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel29.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel29.Location = new System.Drawing.Point(0, 431);
            this.ultraLabel29.Name = "ultraLabel29";
            this.ultraLabel29.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel29.TabIndex = 89;
            this.ultraLabel29.Text = "Meses";
            // 
            // sing1Cantidad
            // 
            this.sing1Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Cantidad.Location = new System.Drawing.Point(0, 411);
            this.sing1Cantidad.Name = "sing1Cantidad";
            this.sing1Cantidad.Size = new System.Drawing.Size(0, 20);
            this.sing1Cantidad.TabIndex = 88;
            this.sing1Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing1Cantidad_KeyPress);
            // 
            // ultraLabel30
            // 
            appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance5.BackColor2 = System.Drawing.Color.White;
            appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance5.ForeColor = System.Drawing.Color.Black;
            appearance5.TextHAlignAsString = "Left";
            appearance5.TextVAlignAsString = "Middle";
            this.ultraLabel30.Appearance = appearance5;
            this.ultraLabel30.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel30.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel30.Location = new System.Drawing.Point(0, 388);
            this.ultraLabel30.Name = "ultraLabel30";
            this.ultraLabel30.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel30.TabIndex = 87;
            this.ultraLabel30.Text = "Cantidad en numeros";
            // 
            // sing1CantidadL
            // 
            this.sing1CantidadL.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing1CantidadL.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1CantidadL.Enabled = false;
            this.sing1CantidadL.Location = new System.Drawing.Point(0, 331);
            this.sing1CantidadL.Multiline = true;
            this.sing1CantidadL.Name = "sing1CantidadL";
            this.sing1CantidadL.Size = new System.Drawing.Size(0, 57);
            this.sing1CantidadL.TabIndex = 86;
            // 
            // ultraLabel31
            // 
            appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance6.BackColor2 = System.Drawing.Color.White;
            appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance6.ForeColor = System.Drawing.Color.Black;
            appearance6.TextHAlignAsString = "Left";
            appearance6.TextVAlignAsString = "Middle";
            this.ultraLabel31.Appearance = appearance6;
            this.ultraLabel31.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel31.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel31.Location = new System.Drawing.Point(0, 308);
            this.ultraLabel31.Name = "ultraLabel31";
            this.ultraLabel31.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel31.TabIndex = 85;
            this.ultraLabel31.Text = "Cantidad en letras";
            // 
            // sing1Saludo
            // 
            this.sing1Saludo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Saludo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing1Saludo.Enabled = false;
            this.sing1Saludo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing1Saludo.FormattingEnabled = true;
            this.sing1Saludo.Items.AddRange(new object[] {
            "Estimado Señor",
            "Estimada Señora"});
            this.sing1Saludo.Location = new System.Drawing.Point(0, 287);
            this.sing1Saludo.Name = "sing1Saludo";
            this.sing1Saludo.Size = new System.Drawing.Size(0, 21);
            this.sing1Saludo.TabIndex = 84;
            // 
            // ultraLabel32
            // 
            appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance7.BackColor2 = System.Drawing.Color.White;
            appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance7.ForeColor = System.Drawing.Color.Black;
            appearance7.TextHAlignAsString = "Left";
            appearance7.TextVAlignAsString = "Middle";
            this.ultraLabel32.Appearance = appearance7;
            this.ultraLabel32.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel32.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel32.Location = new System.Drawing.Point(0, 264);
            this.ultraLabel32.Name = "ultraLabel32";
            this.ultraLabel32.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel32.TabIndex = 83;
            this.ultraLabel32.Text = "Saludo";
            // 
            // sing1Ciudad
            // 
            this.sing1Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Ciudad.Enabled = false;
            this.sing1Ciudad.Location = new System.Drawing.Point(0, 243);
            this.sing1Ciudad.Name = "sing1Ciudad";
            this.sing1Ciudad.Size = new System.Drawing.Size(0, 21);
            this.sing1Ciudad.TabIndex = 82;
            this.sing1Ciudad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing1Ciudad_KeyPress);
            // 
            // ultraLabel33
            // 
            appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance8.BackColor2 = System.Drawing.Color.White;
            appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance8.ForeColor = System.Drawing.Color.Black;
            appearance8.TextHAlignAsString = "Left";
            appearance8.TextVAlignAsString = "Middle";
            this.ultraLabel33.Appearance = appearance8;
            this.ultraLabel33.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel33.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel33.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel33.Name = "ultraLabel33";
            this.ultraLabel33.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel33.TabIndex = 81;
            this.ultraLabel33.Text = "Ciudad";
            // 
            // sing1Direccion2
            // 
            this.sing1Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Direccion2.Enabled = false;
            this.sing1Direccion2.Location = new System.Drawing.Point(0, 199);
            this.sing1Direccion2.Name = "sing1Direccion2";
            this.sing1Direccion2.Size = new System.Drawing.Size(0, 21);
            this.sing1Direccion2.TabIndex = 80;
            // 
            // ultraLabel34
            // 
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance9.BackColor2 = System.Drawing.Color.White;
            appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance9.ForeColor = System.Drawing.Color.Black;
            appearance9.TextHAlignAsString = "Left";
            appearance9.TextVAlignAsString = "Middle";
            this.ultraLabel34.Appearance = appearance9;
            this.ultraLabel34.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel34.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel34.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel34.Name = "ultraLabel34";
            this.ultraLabel34.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel34.TabIndex = 79;
            this.ultraLabel34.Text = "Continuacion de la direccion";
            // 
            // sing1Direccion
            // 
            this.sing1Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Direccion.Enabled = false;
            this.sing1Direccion.Location = new System.Drawing.Point(0, 155);
            this.sing1Direccion.Name = "sing1Direccion";
            this.sing1Direccion.Size = new System.Drawing.Size(0, 21);
            this.sing1Direccion.TabIndex = 78;
            // 
            // ultraLabel35
            // 
            appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance10.BackColor2 = System.Drawing.Color.White;
            appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance10.ForeColor = System.Drawing.Color.Black;
            appearance10.TextHAlignAsString = "Left";
            appearance10.TextVAlignAsString = "Middle";
            this.ultraLabel35.Appearance = appearance10;
            this.ultraLabel35.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel35.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel35.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel35.Name = "ultraLabel35";
            this.ultraLabel35.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel35.TabIndex = 77;
            this.ultraLabel35.Text = "Direccion del cliente";
            // 
            // sing1Nombre
            // 
            this.sing1Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing1Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Nombre.Enabled = false;
            this.sing1Nombre.Location = new System.Drawing.Point(0, 111);
            this.sing1Nombre.Name = "sing1Nombre";
            this.sing1Nombre.Size = new System.Drawing.Size(0, 21);
            this.sing1Nombre.TabIndex = 76;
            // 
            // ultraLabel36
            // 
            appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance11.BackColor2 = System.Drawing.Color.White;
            appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance11.ForeColor = System.Drawing.Color.Black;
            appearance11.TextHAlignAsString = "Left";
            appearance11.TextVAlignAsString = "Middle";
            this.ultraLabel36.Appearance = appearance11;
            this.ultraLabel36.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel36.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel36.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel36.Name = "ultraLabel36";
            this.ultraLabel36.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel36.TabIndex = 75;
            this.ultraLabel36.Text = "Nombre del cliente";
            // 
            // sing1Encabezado
            // 
            this.sing1Encabezado.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Encabezado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing1Encabezado.Enabled = false;
            this.sing1Encabezado.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing1Encabezado.FormattingEnabled = true;
            this.sing1Encabezado.Items.AddRange(new object[] {
            "Señor",
            "Señora"});
            this.sing1Encabezado.Location = new System.Drawing.Point(0, 67);
            this.sing1Encabezado.Name = "sing1Encabezado";
            this.sing1Encabezado.Size = new System.Drawing.Size(0, 21);
            this.sing1Encabezado.TabIndex = 74;
            // 
            // ultraLabel37
            // 
            appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance12.BackColor2 = System.Drawing.Color.White;
            appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance12.ForeColor = System.Drawing.Color.Black;
            appearance12.TextHAlignAsString = "Left";
            appearance12.TextVAlignAsString = "Middle";
            this.ultraLabel37.Appearance = appearance12;
            this.ultraLabel37.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel37.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel37.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel37.Name = "ultraLabel37";
            this.ultraLabel37.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel37.TabIndex = 73;
            this.ultraLabel37.Text = "Encabezado";
            // 
            // sing1Fecha
            // 
            this.sing1Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Fecha.Enabled = false;
            this.sing1Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.sing1Fecha.Location = new System.Drawing.Point(0, 23);
            this.sing1Fecha.Name = "sing1Fecha";
            this.sing1Fecha.Size = new System.Drawing.Size(0, 21);
            this.sing1Fecha.TabIndex = 72;
            // 
            // ultraLabel38
            // 
            appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance13.BackColor2 = System.Drawing.Color.White;
            appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance13.ForeColor = System.Drawing.Color.Black;
            appearance13.TextHAlignAsString = "Left";
            appearance13.TextVAlignAsString = "Middle";
            this.ultraLabel38.Appearance = appearance13;
            this.ultraLabel38.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel38.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel38.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel38.Name = "ultraLabel38";
            this.ultraLabel38.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel38.TabIndex = 71;
            this.ultraLabel38.Text = "Escoja la fecha";
            // 
            // ultraGroupBox3
            // 
            appearance14.BackColor = System.Drawing.Color.Blue;
            appearance14.BackColor2 = System.Drawing.Color.Silver;
            appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance14.TextHAlignAsString = "Center";
            appearance14.TextVAlignAsString = "Middle";
            this.ultraGroupBox3.Appearance = appearance14;
            this.ultraGroupBox3.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox3.Controls.Add(this.sing1Conteo);
            this.ultraGroupBox3.Controls.Add(this.ultraGroupBox4);
            this.ultraGroupBox3.Controls.Add(this.ultraPanel2);
            this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox3.Location = new System.Drawing.Point(-133, 0);
            this.ultraGroupBox3.Name = "ultraGroupBox3";
            this.ultraGroupBox3.Size = new System.Drawing.Size(355, 177);
            this.ultraGroupBox3.TabIndex = 1;
            this.ultraGroupBox3.Text = "menu de opciones";
            // 
            // sing1Conteo
            // 
            appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance15.BackColor2 = System.Drawing.Color.White;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance15.FontData.BoldAsString = "True";
            appearance15.ForeColor = System.Drawing.Color.Green;
            appearance15.TextHAlignAsString = "Center";
            appearance15.TextVAlignAsString = "Middle";
            this.sing1Conteo.Appearance = appearance15;
            this.sing1Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing1Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sing1Conteo.Location = new System.Drawing.Point(3, 97);
            this.sing1Conteo.Name = "sing1Conteo";
            this.sing1Conteo.Size = new System.Drawing.Size(349, 23);
            this.sing1Conteo.TabIndex = 46;
            this.sing1Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox4
            // 
            appearance16.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox4.Appearance = appearance16;
            this.ultraGroupBox4.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox4.Controls.Add(this.sing1Borrar);
            this.ultraGroupBox4.Controls.Add(this.sing1Ultimo);
            this.ultraGroupBox4.Controls.Add(this.sing1Siguiente);
            this.ultraGroupBox4.Controls.Add(this.sing1Atras);
            this.ultraGroupBox4.Controls.Add(this.sing1Primero);
            this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox4.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox4.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox4.Name = "ultraGroupBox4";
            this.ultraGroupBox4.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox4.TabIndex = 1;
            this.ultraGroupBox4.Text = "navegacion de registros";
            // 
            // sing1Borrar
            // 
            this.sing1Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sing1Borrar.Location = new System.Drawing.Point(284, 16);
            this.sing1Borrar.Name = "sing1Borrar";
            this.sing1Borrar.Size = new System.Drawing.Size(62, 34);
            this.sing1Borrar.TabIndex = 5;
            this.sing1Borrar.Text = "borrar";
            this.sing1Borrar.Click += new System.EventHandler(this.sing1Borrar_Click);
            // 
            // sing1Ultimo
            // 
            this.sing1Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Ultimo.Location = new System.Drawing.Point(203, 16);
            this.sing1Ultimo.Name = "sing1Ultimo";
            this.sing1Ultimo.Size = new System.Drawing.Size(81, 34);
            this.sing1Ultimo.TabIndex = 4;
            this.sing1Ultimo.Text = "ultimo";
            this.sing1Ultimo.Click += new System.EventHandler(this.sing1Ultimo_Click);
            // 
            // sing1Siguiente
            // 
            this.sing1Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Siguiente.Location = new System.Drawing.Point(129, 16);
            this.sing1Siguiente.Name = "sing1Siguiente";
            this.sing1Siguiente.Size = new System.Drawing.Size(74, 34);
            this.sing1Siguiente.TabIndex = 3;
            this.sing1Siguiente.Text = "siguiente";
            this.sing1Siguiente.Click += new System.EventHandler(this.sing1Siguiente_Click);
            // 
            // sing1Atras
            // 
            this.sing1Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Atras.Location = new System.Drawing.Point(66, 16);
            this.sing1Atras.Name = "sing1Atras";
            this.sing1Atras.Size = new System.Drawing.Size(63, 34);
            this.sing1Atras.TabIndex = 2;
            this.sing1Atras.Text = "atras";
            this.sing1Atras.Click += new System.EventHandler(this.sing1Atras_Click);
            // 
            // sing1Primero
            // 
            this.sing1Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Primero.Location = new System.Drawing.Point(3, 16);
            this.sing1Primero.Name = "sing1Primero";
            this.sing1Primero.Size = new System.Drawing.Size(63, 34);
            this.sing1Primero.TabIndex = 1;
            this.sing1Primero.Text = "primero";
            this.sing1Primero.Click += new System.EventHandler(this.sing1Primero_Click);
            // 
            // ultraPanel2
            // 
            // 
            // ultraPanel2.ClientArea
            // 
            this.ultraPanel2.ClientArea.Controls.Add(this.sing1Actualizar);
            this.ultraPanel2.ClientArea.Controls.Add(this.sing1Cancelar);
            this.ultraPanel2.ClientArea.Controls.Add(this.sing1Registrar);
            this.ultraPanel2.ClientArea.Controls.Add(this.sing1Buscar);
            this.ultraPanel2.ClientArea.Controls.Add(this.sing1Nuevo);
            this.ultraPanel2.ClientArea.Controls.Add(this.sing1Modificar);
            this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel2.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel2.Name = "ultraPanel2";
            this.ultraPanel2.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel2.TabIndex = 0;
            // 
            // sing1Actualizar
            // 
            this.sing1Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Actualizar.Location = new System.Drawing.Point(286, 0);
            this.sing1Actualizar.Name = "sing1Actualizar";
            this.sing1Actualizar.Size = new System.Drawing.Size(63, 28);
            this.sing1Actualizar.TabIndex = 5;
            this.sing1Actualizar.Text = "actualizar";
            this.sing1Actualizar.Click += new System.EventHandler(this.sing1Actualizar_Click);
            // 
            // sing1Cancelar
            // 
            this.sing1Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Cancelar.Enabled = false;
            this.sing1Cancelar.Location = new System.Drawing.Point(227, 0);
            this.sing1Cancelar.Name = "sing1Cancelar";
            this.sing1Cancelar.Size = new System.Drawing.Size(59, 28);
            this.sing1Cancelar.TabIndex = 4;
            this.sing1Cancelar.Text = "cancelar";
            this.sing1Cancelar.Click += new System.EventHandler(this.sing1Cancelar_Click);
            // 
            // sing1Registrar
            // 
            this.sing1Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Registrar.Enabled = false;
            this.sing1Registrar.Location = new System.Drawing.Point(168, 0);
            this.sing1Registrar.Name = "sing1Registrar";
            this.sing1Registrar.Size = new System.Drawing.Size(59, 28);
            this.sing1Registrar.TabIndex = 3;
            this.sing1Registrar.Text = "registrar";
            this.sing1Registrar.Click += new System.EventHandler(this.sing1Registrar_Click);
            // 
            // sing1Buscar
            // 
            this.sing1Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Buscar.Location = new System.Drawing.Point(110, 0);
            this.sing1Buscar.Name = "sing1Buscar";
            this.sing1Buscar.Size = new System.Drawing.Size(58, 28);
            this.sing1Buscar.TabIndex = 2;
            this.sing1Buscar.Text = "buscar";
            this.sing1Buscar.Click += new System.EventHandler(this.sing1Buscar_Click);
            // 
            // sing1Nuevo
            // 
            this.sing1Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Nuevo.Location = new System.Drawing.Point(63, 0);
            this.sing1Nuevo.Name = "sing1Nuevo";
            this.sing1Nuevo.Size = new System.Drawing.Size(47, 28);
            this.sing1Nuevo.TabIndex = 1;
            this.sing1Nuevo.Text = "nuevo";
            this.sing1Nuevo.Click += new System.EventHandler(this.sing1Nuevo_Click);
            // 
            // sing1Modificar
            // 
            this.sing1Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing1Modificar.Location = new System.Drawing.Point(0, 0);
            this.sing1Modificar.Name = "sing1Modificar";
            this.sing1Modificar.Size = new System.Drawing.Size(63, 28);
            this.sing1Modificar.TabIndex = 0;
            this.sing1Modificar.Text = "modificar";
            this.sing1Modificar.Click += new System.EventHandler(this.sing1Modificar_Click);
            // 
            // ultraTabPageControl14
            // 
            this.ultraTabPageControl14.Controls.Add(this.visorSing1);
            this.ultraTabPageControl14.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl14.Name = "ultraTabPageControl14";
            this.ultraTabPageControl14.Size = new System.Drawing.Size(222, 177);
            // 
            // visorSing1
            // 
            this.visorSing1.ActiveViewIndex = -1;
            this.visorSing1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorSing1.DisplayBackgroundEdge = false;
            this.visorSing1.DisplayGroupTree = false;
            this.visorSing1.DisplayStatusBar = false;
            this.visorSing1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorSing1.Location = new System.Drawing.Point(0, 0);
            this.visorSing1.Margin = new System.Windows.Forms.Padding(0);
            this.visorSing1.Name = "visorSing1";
            this.visorSing1.SelectionFormula = "";
            this.visorSing1.ShowCloseButton = false;
            this.visorSing1.ShowGotoPageButton = false;
            this.visorSing1.ShowGroupTreeButton = false;
            this.visorSing1.ShowPageNavigateButtons = false;
            this.visorSing1.ShowTextSearchButton = false;
            this.visorSing1.Size = new System.Drawing.Size(222, 177);
            this.visorSing1.TabIndex = 0;
            this.visorSing1.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl15
            // 
            this.ultraTabPageControl15.Controls.Add(this.sing2Ejecutivo);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel25);
            this.ultraTabPageControl15.Controls.Add(this.sing2Pie);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel24);
            this.ultraTabPageControl15.Controls.Add(this.sing2Anio);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel23);
            this.ultraTabPageControl15.Controls.Add(this.sing2Meses);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel22);
            this.ultraTabPageControl15.Controls.Add(this.sing2Cantidad);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel21);
            this.ultraTabPageControl15.Controls.Add(this.sing2CantidadL);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel20);
            this.ultraTabPageControl15.Controls.Add(this.sing2Saludo);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel19);
            this.ultraTabPageControl15.Controls.Add(this.sing2Ciudad);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel18);
            this.ultraTabPageControl15.Controls.Add(this.sing2Direccion2);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel17);
            this.ultraTabPageControl15.Controls.Add(this.sing2Direccion1);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel16);
            this.ultraTabPageControl15.Controls.Add(this.sing2Nombre);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel15);
            this.ultraTabPageControl15.Controls.Add(this.sing2Encabezado);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel14);
            this.ultraTabPageControl15.Controls.Add(this.sing2Fecha);
            this.ultraTabPageControl15.Controls.Add(this.ultraLabel13);
            this.ultraTabPageControl15.Controls.Add(this.ultraGroupBox1);
            this.ultraTabPageControl15.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl15.Name = "ultraTabPageControl15";
            this.ultraTabPageControl15.Size = new System.Drawing.Size(222, 177);
            // 
            // sing2Ejecutivo
            // 
            this.sing2Ejecutivo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Ejecutivo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing2Ejecutivo.Enabled = false;
            this.sing2Ejecutivo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing2Ejecutivo.FormattingEnabled = true;
            this.sing2Ejecutivo.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.sing2Ejecutivo.Location = new System.Drawing.Point(0, 586);
            this.sing2Ejecutivo.Name = "sing2Ejecutivo";
            this.sing2Ejecutivo.Size = new System.Drawing.Size(0, 21);
            this.sing2Ejecutivo.TabIndex = 70;
            // 
            // ultraLabel25
            // 
            appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance17.BackColor2 = System.Drawing.Color.White;
            appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance17.ForeColor = System.Drawing.Color.Black;
            appearance17.TextHAlignAsString = "Left";
            appearance17.TextVAlignAsString = "Middle";
            this.ultraLabel25.Appearance = appearance17;
            this.ultraLabel25.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel25.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel25.Location = new System.Drawing.Point(0, 563);
            this.ultraLabel25.Name = "ultraLabel25";
            this.ultraLabel25.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel25.TabIndex = 69;
            this.ultraLabel25.Text = "Ejecutivo";
            // 
            // sing2Pie
            // 
            this.sing2Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Pie.Enabled = false;
            this.sing2Pie.Location = new System.Drawing.Point(0, 542);
            this.sing2Pie.Name = "sing2Pie";
            this.sing2Pie.Size = new System.Drawing.Size(0, 21);
            this.sing2Pie.TabIndex = 68;
            // 
            // ultraLabel24
            // 
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance18.BackColor2 = System.Drawing.Color.White;
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance18.ForeColor = System.Drawing.Color.Black;
            appearance18.TextHAlignAsString = "Left";
            appearance18.TextVAlignAsString = "Middle";
            this.ultraLabel24.Appearance = appearance18;
            this.ultraLabel24.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel24.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel24.Location = new System.Drawing.Point(0, 519);
            this.ultraLabel24.Name = "ultraLabel24";
            this.ultraLabel24.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel24.TabIndex = 67;
            this.ultraLabel24.Text = "Pie";
            // 
            // sing2Anio
            // 
            this.sing2Anio.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Anio.Enabled = false;
            this.sing2Anio.Location = new System.Drawing.Point(0, 498);
            this.sing2Anio.MaxLength = 4;
            this.sing2Anio.Name = "sing2Anio";
            this.sing2Anio.Size = new System.Drawing.Size(0, 21);
            this.sing2Anio.TabIndex = 66;
            this.sing2Anio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing2Anio_KeyPress);
            // 
            // ultraLabel23
            // 
            appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance19.BackColor2 = System.Drawing.Color.White;
            appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance19.ForeColor = System.Drawing.Color.Black;
            appearance19.TextHAlignAsString = "Left";
            appearance19.TextVAlignAsString = "Middle";
            this.ultraLabel23.Appearance = appearance19;
            this.ultraLabel23.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel23.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel23.Location = new System.Drawing.Point(0, 475);
            this.ultraLabel23.Name = "ultraLabel23";
            this.ultraLabel23.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel23.TabIndex = 65;
            this.ultraLabel23.Text = "Año";
            // 
            // sing2Meses
            // 
            this.sing2Meses.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Meses.Enabled = false;
            this.sing2Meses.Location = new System.Drawing.Point(0, 454);
            this.sing2Meses.Name = "sing2Meses";
            this.sing2Meses.Size = new System.Drawing.Size(0, 21);
            this.sing2Meses.TabIndex = 64;
            // 
            // ultraLabel22
            // 
            appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance20.BackColor2 = System.Drawing.Color.White;
            appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance20.ForeColor = System.Drawing.Color.Black;
            appearance20.TextHAlignAsString = "Left";
            appearance20.TextVAlignAsString = "Middle";
            this.ultraLabel22.Appearance = appearance20;
            this.ultraLabel22.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel22.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel22.Location = new System.Drawing.Point(0, 431);
            this.ultraLabel22.Name = "ultraLabel22";
            this.ultraLabel22.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel22.TabIndex = 63;
            this.ultraLabel22.Text = "Meses";
            // 
            // sing2Cantidad
            // 
            this.sing2Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Cantidad.Location = new System.Drawing.Point(0, 411);
            this.sing2Cantidad.Name = "sing2Cantidad";
            this.sing2Cantidad.Size = new System.Drawing.Size(0, 20);
            this.sing2Cantidad.TabIndex = 54;
            this.sing2Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing2Cantidad_KeyPress);
            // 
            // ultraLabel21
            // 
            appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance21.BackColor2 = System.Drawing.Color.White;
            appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance21.ForeColor = System.Drawing.Color.Black;
            appearance21.TextHAlignAsString = "Left";
            appearance21.TextVAlignAsString = "Middle";
            this.ultraLabel21.Appearance = appearance21;
            this.ultraLabel21.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel21.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel21.Location = new System.Drawing.Point(0, 388);
            this.ultraLabel21.Name = "ultraLabel21";
            this.ultraLabel21.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel21.TabIndex = 53;
            this.ultraLabel21.Text = "Cantidad en numeros";
            // 
            // sing2CantidadL
            // 
            this.sing2CantidadL.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing2CantidadL.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2CantidadL.Enabled = false;
            this.sing2CantidadL.Location = new System.Drawing.Point(0, 331);
            this.sing2CantidadL.Multiline = true;
            this.sing2CantidadL.Name = "sing2CantidadL";
            this.sing2CantidadL.Size = new System.Drawing.Size(0, 57);
            this.sing2CantidadL.TabIndex = 52;
            // 
            // ultraLabel20
            // 
            appearance22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance22.BackColor2 = System.Drawing.Color.White;
            appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance22.ForeColor = System.Drawing.Color.Black;
            appearance22.TextHAlignAsString = "Left";
            appearance22.TextVAlignAsString = "Middle";
            this.ultraLabel20.Appearance = appearance22;
            this.ultraLabel20.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel20.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel20.Location = new System.Drawing.Point(0, 308);
            this.ultraLabel20.Name = "ultraLabel20";
            this.ultraLabel20.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel20.TabIndex = 51;
            this.ultraLabel20.Text = "Cantidad en letras";
            // 
            // sing2Saludo
            // 
            this.sing2Saludo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Saludo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing2Saludo.Enabled = false;
            this.sing2Saludo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing2Saludo.FormattingEnabled = true;
            this.sing2Saludo.Items.AddRange(new object[] {
            "Estimado Señor",
            "Estimada Señora"});
            this.sing2Saludo.Location = new System.Drawing.Point(0, 287);
            this.sing2Saludo.Name = "sing2Saludo";
            this.sing2Saludo.Size = new System.Drawing.Size(0, 21);
            this.sing2Saludo.TabIndex = 50;
            // 
            // ultraLabel19
            // 
            appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance23.BackColor2 = System.Drawing.Color.White;
            appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance23.ForeColor = System.Drawing.Color.Black;
            appearance23.TextHAlignAsString = "Left";
            appearance23.TextVAlignAsString = "Middle";
            this.ultraLabel19.Appearance = appearance23;
            this.ultraLabel19.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel19.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel19.Location = new System.Drawing.Point(0, 264);
            this.ultraLabel19.Name = "ultraLabel19";
            this.ultraLabel19.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel19.TabIndex = 49;
            this.ultraLabel19.Text = "Saludo";
            // 
            // sing2Ciudad
            // 
            this.sing2Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Ciudad.Enabled = false;
            this.sing2Ciudad.Location = new System.Drawing.Point(0, 243);
            this.sing2Ciudad.Name = "sing2Ciudad";
            this.sing2Ciudad.Size = new System.Drawing.Size(0, 21);
            this.sing2Ciudad.TabIndex = 48;
            // 
            // ultraLabel18
            // 
            appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance24.BackColor2 = System.Drawing.Color.White;
            appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance24.ForeColor = System.Drawing.Color.Black;
            appearance24.TextHAlignAsString = "Left";
            appearance24.TextVAlignAsString = "Middle";
            this.ultraLabel18.Appearance = appearance24;
            this.ultraLabel18.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel18.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel18.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel18.Name = "ultraLabel18";
            this.ultraLabel18.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel18.TabIndex = 47;
            this.ultraLabel18.Text = "Ciudad";
            // 
            // sing2Direccion2
            // 
            this.sing2Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Direccion2.Enabled = false;
            this.sing2Direccion2.Location = new System.Drawing.Point(0, 199);
            this.sing2Direccion2.Name = "sing2Direccion2";
            this.sing2Direccion2.Size = new System.Drawing.Size(0, 21);
            this.sing2Direccion2.TabIndex = 46;
            // 
            // ultraLabel17
            // 
            appearance25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance25.BackColor2 = System.Drawing.Color.White;
            appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance25.ForeColor = System.Drawing.Color.Black;
            appearance25.TextHAlignAsString = "Left";
            appearance25.TextVAlignAsString = "Middle";
            this.ultraLabel17.Appearance = appearance25;
            this.ultraLabel17.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel17.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel17.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel17.Name = "ultraLabel17";
            this.ultraLabel17.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel17.TabIndex = 45;
            this.ultraLabel17.Text = "Continuacion de la direccion";
            // 
            // sing2Direccion1
            // 
            this.sing2Direccion1.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Direccion1.Enabled = false;
            this.sing2Direccion1.Location = new System.Drawing.Point(0, 155);
            this.sing2Direccion1.Name = "sing2Direccion1";
            this.sing2Direccion1.Size = new System.Drawing.Size(0, 21);
            this.sing2Direccion1.TabIndex = 44;
            // 
            // ultraLabel16
            // 
            appearance26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance26.BackColor2 = System.Drawing.Color.White;
            appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance26.ForeColor = System.Drawing.Color.Black;
            appearance26.TextHAlignAsString = "Left";
            appearance26.TextVAlignAsString = "Middle";
            this.ultraLabel16.Appearance = appearance26;
            this.ultraLabel16.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel16.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel16.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel16.Name = "ultraLabel16";
            this.ultraLabel16.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel16.TabIndex = 43;
            this.ultraLabel16.Text = "Direccion del cliente";
            // 
            // sing2Nombre
            // 
            this.sing2Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing2Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Nombre.Enabled = false;
            this.sing2Nombre.Location = new System.Drawing.Point(0, 111);
            this.sing2Nombre.Name = "sing2Nombre";
            this.sing2Nombre.Size = new System.Drawing.Size(0, 21);
            this.sing2Nombre.TabIndex = 42;
            // 
            // ultraLabel15
            // 
            appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance27.BackColor2 = System.Drawing.Color.White;
            appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance27.ForeColor = System.Drawing.Color.Black;
            appearance27.TextHAlignAsString = "Left";
            appearance27.TextVAlignAsString = "Middle";
            this.ultraLabel15.Appearance = appearance27;
            this.ultraLabel15.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel15.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel15.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel15.Name = "ultraLabel15";
            this.ultraLabel15.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel15.TabIndex = 41;
            this.ultraLabel15.Text = "Nombre del cliente";
            // 
            // sing2Encabezado
            // 
            this.sing2Encabezado.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Encabezado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing2Encabezado.Enabled = false;
            this.sing2Encabezado.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing2Encabezado.FormattingEnabled = true;
            this.sing2Encabezado.Items.AddRange(new object[] {
            "Señor",
            "Señora"});
            this.sing2Encabezado.Location = new System.Drawing.Point(0, 67);
            this.sing2Encabezado.Name = "sing2Encabezado";
            this.sing2Encabezado.Size = new System.Drawing.Size(0, 21);
            this.sing2Encabezado.TabIndex = 40;
            // 
            // ultraLabel14
            // 
            appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance28.BackColor2 = System.Drawing.Color.White;
            appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance28.ForeColor = System.Drawing.Color.Black;
            appearance28.TextHAlignAsString = "Left";
            appearance28.TextVAlignAsString = "Middle";
            this.ultraLabel14.Appearance = appearance28;
            this.ultraLabel14.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel14.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel14.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel14.Name = "ultraLabel14";
            this.ultraLabel14.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel14.TabIndex = 39;
            this.ultraLabel14.Text = "Encabezado";
            // 
            // sing2Fecha
            // 
            this.sing2Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing2Fecha.Enabled = false;
            this.sing2Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.sing2Fecha.Location = new System.Drawing.Point(0, 23);
            this.sing2Fecha.Name = "sing2Fecha";
            this.sing2Fecha.Size = new System.Drawing.Size(0, 21);
            this.sing2Fecha.TabIndex = 38;
            // 
            // ultraLabel13
            // 
            appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance29.BackColor2 = System.Drawing.Color.White;
            appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance29.ForeColor = System.Drawing.Color.Black;
            appearance29.TextHAlignAsString = "Left";
            appearance29.TextVAlignAsString = "Middle";
            this.ultraLabel13.Appearance = appearance29;
            this.ultraLabel13.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel13.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel13.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel13.Name = "ultraLabel13";
            this.ultraLabel13.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel13.TabIndex = 37;
            this.ultraLabel13.Text = "Escoja la fecha";
            // 
            // ultraGroupBox1
            // 
            appearance30.BackColor = System.Drawing.Color.Blue;
            appearance30.BackColor2 = System.Drawing.Color.Silver;
            appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance30.TextHAlignAsString = "Center";
            appearance30.TextVAlignAsString = "Middle";
            this.ultraGroupBox1.Appearance = appearance30;
            this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox1.Controls.Add(this.conteo);
            this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
            this.ultraGroupBox1.Controls.Add(this.ultraPanel1);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox1.Location = new System.Drawing.Point(-133, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(355, 177);
            this.ultraGroupBox1.TabIndex = 0;
            this.ultraGroupBox1.Text = "menu de opciones";
            // 
            // conteo
            // 
            appearance31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance31.BackColor2 = System.Drawing.Color.White;
            appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance31.FontData.BoldAsString = "True";
            appearance31.ForeColor = System.Drawing.Color.Green;
            appearance31.TextHAlignAsString = "Center";
            appearance31.TextVAlignAsString = "Middle";
            this.conteo.Appearance = appearance31;
            this.conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.conteo.Location = new System.Drawing.Point(3, 97);
            this.conteo.Name = "conteo";
            this.conteo.Size = new System.Drawing.Size(349, 23);
            this.conteo.TabIndex = 46;
            this.conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox2
            // 
            appearance32.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox2.Appearance = appearance32;
            this.ultraGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox2.Controls.Add(this.btnSing2Borrar);
            this.ultraGroupBox2.Controls.Add(this.btnSing2Ultimo);
            this.ultraGroupBox2.Controls.Add(this.btnSing2Siguiente);
            this.ultraGroupBox2.Controls.Add(this.btnSing2Atras);
            this.ultraGroupBox2.Controls.Add(this.btnSing2Primero);
            this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox2.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox2.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox2.TabIndex = 1;
            this.ultraGroupBox2.Text = "navegacion de registros";
            // 
            // btnSing2Borrar
            // 
            this.btnSing2Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnSing2Borrar.Location = new System.Drawing.Point(284, 16);
            this.btnSing2Borrar.Name = "btnSing2Borrar";
            this.btnSing2Borrar.Size = new System.Drawing.Size(62, 34);
            this.btnSing2Borrar.TabIndex = 5;
            this.btnSing2Borrar.Text = "borrar";
            this.btnSing2Borrar.Click += new System.EventHandler(this.btnSing2Borrar_Click);
            // 
            // btnSing2Ultimo
            // 
            this.btnSing2Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Ultimo.Location = new System.Drawing.Point(203, 16);
            this.btnSing2Ultimo.Name = "btnSing2Ultimo";
            this.btnSing2Ultimo.Size = new System.Drawing.Size(81, 34);
            this.btnSing2Ultimo.TabIndex = 4;
            this.btnSing2Ultimo.Text = "ultimo";
            this.btnSing2Ultimo.Click += new System.EventHandler(this.btnSing2Ultimo_Click);
            // 
            // btnSing2Siguiente
            // 
            this.btnSing2Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Siguiente.Location = new System.Drawing.Point(129, 16);
            this.btnSing2Siguiente.Name = "btnSing2Siguiente";
            this.btnSing2Siguiente.Size = new System.Drawing.Size(74, 34);
            this.btnSing2Siguiente.TabIndex = 3;
            this.btnSing2Siguiente.Text = "siguiente";
            this.btnSing2Siguiente.Click += new System.EventHandler(this.btnSing2Siguiente_Click);
            // 
            // btnSing2Atras
            // 
            this.btnSing2Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Atras.Location = new System.Drawing.Point(66, 16);
            this.btnSing2Atras.Name = "btnSing2Atras";
            this.btnSing2Atras.Size = new System.Drawing.Size(63, 34);
            this.btnSing2Atras.TabIndex = 2;
            this.btnSing2Atras.Text = "atras";
            this.btnSing2Atras.Click += new System.EventHandler(this.btnSing2Atras_Click);
            // 
            // btnSing2Primero
            // 
            this.btnSing2Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Primero.Location = new System.Drawing.Point(3, 16);
            this.btnSing2Primero.Name = "btnSing2Primero";
            this.btnSing2Primero.Size = new System.Drawing.Size(63, 34);
            this.btnSing2Primero.TabIndex = 1;
            this.btnSing2Primero.Text = "primero";
            this.btnSing2Primero.Click += new System.EventHandler(this.btnSing2Primero_Click);
            // 
            // ultraPanel1
            // 
            // 
            // ultraPanel1.ClientArea
            // 
            this.ultraPanel1.ClientArea.Controls.Add(this.btnSing2Refrescar);
            this.ultraPanel1.ClientArea.Controls.Add(this.btnSing2Cancelar);
            this.ultraPanel1.ClientArea.Controls.Add(this.btnSing2Registrar);
            this.ultraPanel1.ClientArea.Controls.Add(this.btnSing2Buscar);
            this.ultraPanel1.ClientArea.Controls.Add(this.btnSing2Nuevo);
            this.ultraPanel1.ClientArea.Controls.Add(this.btnSing2Modificar);
            this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel1.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel1.Name = "ultraPanel1";
            this.ultraPanel1.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel1.TabIndex = 0;
            // 
            // btnSing2Refrescar
            // 
            this.btnSing2Refrescar.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Refrescar.Location = new System.Drawing.Point(286, 0);
            this.btnSing2Refrescar.Name = "btnSing2Refrescar";
            this.btnSing2Refrescar.Size = new System.Drawing.Size(63, 28);
            this.btnSing2Refrescar.TabIndex = 5;
            this.btnSing2Refrescar.Text = "actualizar";
            this.btnSing2Refrescar.Click += new System.EventHandler(this.btnSing2Refrescar_Click);
            // 
            // btnSing2Cancelar
            // 
            this.btnSing2Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Cancelar.Enabled = false;
            this.btnSing2Cancelar.Location = new System.Drawing.Point(227, 0);
            this.btnSing2Cancelar.Name = "btnSing2Cancelar";
            this.btnSing2Cancelar.Size = new System.Drawing.Size(59, 28);
            this.btnSing2Cancelar.TabIndex = 4;
            this.btnSing2Cancelar.Text = "cancelar";
            this.btnSing2Cancelar.Click += new System.EventHandler(this.btnSing2Cancelar_Click);
            // 
            // btnSing2Registrar
            // 
            this.btnSing2Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Registrar.Enabled = false;
            this.btnSing2Registrar.Location = new System.Drawing.Point(168, 0);
            this.btnSing2Registrar.Name = "btnSing2Registrar";
            this.btnSing2Registrar.Size = new System.Drawing.Size(59, 28);
            this.btnSing2Registrar.TabIndex = 3;
            this.btnSing2Registrar.Text = "registrar";
            this.btnSing2Registrar.Click += new System.EventHandler(this.btnSing2Registrar_Click);
            // 
            // btnSing2Buscar
            // 
            this.btnSing2Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Buscar.Location = new System.Drawing.Point(110, 0);
            this.btnSing2Buscar.Name = "btnSing2Buscar";
            this.btnSing2Buscar.Size = new System.Drawing.Size(58, 28);
            this.btnSing2Buscar.TabIndex = 2;
            this.btnSing2Buscar.Text = "buscar";
            this.btnSing2Buscar.Click += new System.EventHandler(this.btnSing2Buscar_Click);
            // 
            // btnSing2Nuevo
            // 
            this.btnSing2Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Nuevo.Location = new System.Drawing.Point(63, 0);
            this.btnSing2Nuevo.Name = "btnSing2Nuevo";
            this.btnSing2Nuevo.Size = new System.Drawing.Size(47, 28);
            this.btnSing2Nuevo.TabIndex = 1;
            this.btnSing2Nuevo.Text = "nuevo";
            this.btnSing2Nuevo.Click += new System.EventHandler(this.btnSing2Nuevo_Click);
            // 
            // btnSing2Modificar
            // 
            this.btnSing2Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSing2Modificar.Location = new System.Drawing.Point(0, 0);
            this.btnSing2Modificar.Name = "btnSing2Modificar";
            this.btnSing2Modificar.Size = new System.Drawing.Size(63, 28);
            this.btnSing2Modificar.TabIndex = 0;
            this.btnSing2Modificar.Text = "modificar";
            this.btnSing2Modificar.Click += new System.EventHandler(this.btnSing2Modificar_Click);
            // 
            // ultraTabPageControl16
            // 
            this.ultraTabPageControl16.Controls.Add(this.visorSing2);
            this.ultraTabPageControl16.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl16.Name = "ultraTabPageControl16";
            this.ultraTabPageControl16.Size = new System.Drawing.Size(222, 177);
            // 
            // visorSing2
            // 
            this.visorSing2.ActiveViewIndex = 0;
            this.visorSing2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorSing2.DisplayBackgroundEdge = false;
            this.visorSing2.DisplayGroupTree = false;
            this.visorSing2.DisplayStatusBar = false;
            this.visorSing2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorSing2.Location = new System.Drawing.Point(0, 0);
            this.visorSing2.Margin = new System.Windows.Forms.Padding(0);
            this.visorSing2.Name = "visorSing2";
            this.visorSing2.ReportSource = this.carta1;
            this.visorSing2.ShowCloseButton = false;
            this.visorSing2.ShowGotoPageButton = false;
            this.visorSing2.ShowGroupTreeButton = false;
            this.visorSing2.ShowPageNavigateButtons = false;
            this.visorSing2.ShowTextSearchButton = false;
            this.visorSing2.Size = new System.Drawing.Size(222, 177);
            this.visorSing2.TabIndex = 0;
            // 
            // ultraTabPageControl17
            // 
            this.ultraTabPageControl17.Controls.Add(this.sing3Asesor);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel42);
            this.ultraTabPageControl17.Controls.Add(this.sing3Pie);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel43);
            this.ultraTabPageControl17.Controls.Add(this.sing3Anio);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel44);
            this.ultraTabPageControl17.Controls.Add(this.sing3Meses);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel45);
            this.ultraTabPageControl17.Controls.Add(this.sing3Cantidad);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel46);
            this.ultraTabPageControl17.Controls.Add(this.sing3CantidadL);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel47);
            this.ultraTabPageControl17.Controls.Add(this.sing3Saludo);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel48);
            this.ultraTabPageControl17.Controls.Add(this.sing3Ciudad);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel49);
            this.ultraTabPageControl17.Controls.Add(this.sing3Direccion2);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel50);
            this.ultraTabPageControl17.Controls.Add(this.sing3Direccion);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel51);
            this.ultraTabPageControl17.Controls.Add(this.sing3Nombre);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel52);
            this.ultraTabPageControl17.Controls.Add(this.sing3Encabezado);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel53);
            this.ultraTabPageControl17.Controls.Add(this.sing3Fecha);
            this.ultraTabPageControl17.Controls.Add(this.ultraLabel54);
            this.ultraTabPageControl17.Controls.Add(this.ultraGroupBox5);
            this.ultraTabPageControl17.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl17.Name = "ultraTabPageControl17";
            this.ultraTabPageControl17.Size = new System.Drawing.Size(222, 177);
            // 
            // sing3Asesor
            // 
            this.sing3Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing3Asesor.Enabled = false;
            this.sing3Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing3Asesor.FormattingEnabled = true;
            this.sing3Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.sing3Asesor.Location = new System.Drawing.Point(0, 586);
            this.sing3Asesor.Name = "sing3Asesor";
            this.sing3Asesor.Size = new System.Drawing.Size(0, 21);
            this.sing3Asesor.TabIndex = 122;
            // 
            // ultraLabel42
            // 
            appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance33.BackColor2 = System.Drawing.Color.White;
            appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance33.ForeColor = System.Drawing.Color.Black;
            appearance33.TextHAlignAsString = "Left";
            appearance33.TextVAlignAsString = "Middle";
            this.ultraLabel42.Appearance = appearance33;
            this.ultraLabel42.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel42.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel42.Location = new System.Drawing.Point(0, 563);
            this.ultraLabel42.Name = "ultraLabel42";
            this.ultraLabel42.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel42.TabIndex = 121;
            this.ultraLabel42.Text = "Ejecutivo";
            // 
            // sing3Pie
            // 
            this.sing3Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Pie.Enabled = false;
            this.sing3Pie.Location = new System.Drawing.Point(0, 542);
            this.sing3Pie.Name = "sing3Pie";
            this.sing3Pie.Size = new System.Drawing.Size(0, 21);
            this.sing3Pie.TabIndex = 120;
            // 
            // ultraLabel43
            // 
            appearance34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance34.BackColor2 = System.Drawing.Color.White;
            appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance34.ForeColor = System.Drawing.Color.Black;
            appearance34.TextHAlignAsString = "Left";
            appearance34.TextVAlignAsString = "Middle";
            this.ultraLabel43.Appearance = appearance34;
            this.ultraLabel43.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel43.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel43.Location = new System.Drawing.Point(0, 519);
            this.ultraLabel43.Name = "ultraLabel43";
            this.ultraLabel43.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel43.TabIndex = 119;
            this.ultraLabel43.Text = "Pie";
            // 
            // sing3Anio
            // 
            this.sing3Anio.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Anio.Enabled = false;
            this.sing3Anio.Location = new System.Drawing.Point(0, 498);
            this.sing3Anio.MaxLength = 4;
            this.sing3Anio.Name = "sing3Anio";
            this.sing3Anio.Size = new System.Drawing.Size(0, 21);
            this.sing3Anio.TabIndex = 118;
            this.sing3Anio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing3Anio_KeyPress);
            // 
            // ultraLabel44
            // 
            appearance35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance35.BackColor2 = System.Drawing.Color.White;
            appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance35.ForeColor = System.Drawing.Color.Black;
            appearance35.TextHAlignAsString = "Left";
            appearance35.TextVAlignAsString = "Middle";
            this.ultraLabel44.Appearance = appearance35;
            this.ultraLabel44.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel44.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel44.Location = new System.Drawing.Point(0, 475);
            this.ultraLabel44.Name = "ultraLabel44";
            this.ultraLabel44.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel44.TabIndex = 117;
            this.ultraLabel44.Text = "Año";
            // 
            // sing3Meses
            // 
            this.sing3Meses.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Meses.Enabled = false;
            this.sing3Meses.Location = new System.Drawing.Point(0, 454);
            this.sing3Meses.Name = "sing3Meses";
            this.sing3Meses.Size = new System.Drawing.Size(0, 21);
            this.sing3Meses.TabIndex = 116;
            // 
            // ultraLabel45
            // 
            appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance36.BackColor2 = System.Drawing.Color.White;
            appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance36.ForeColor = System.Drawing.Color.Black;
            appearance36.TextHAlignAsString = "Left";
            appearance36.TextVAlignAsString = "Middle";
            this.ultraLabel45.Appearance = appearance36;
            this.ultraLabel45.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel45.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel45.Location = new System.Drawing.Point(0, 431);
            this.ultraLabel45.Name = "ultraLabel45";
            this.ultraLabel45.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel45.TabIndex = 115;
            this.ultraLabel45.Text = "Meses";
            // 
            // sing3Cantidad
            // 
            this.sing3Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Cantidad.Location = new System.Drawing.Point(0, 411);
            this.sing3Cantidad.Name = "sing3Cantidad";
            this.sing3Cantidad.Size = new System.Drawing.Size(0, 20);
            this.sing3Cantidad.TabIndex = 114;
            this.sing3Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing3Cantidad_KeyPress);
            // 
            // ultraLabel46
            // 
            appearance37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance37.BackColor2 = System.Drawing.Color.White;
            appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance37.ForeColor = System.Drawing.Color.Black;
            appearance37.TextHAlignAsString = "Left";
            appearance37.TextVAlignAsString = "Middle";
            this.ultraLabel46.Appearance = appearance37;
            this.ultraLabel46.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel46.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel46.Location = new System.Drawing.Point(0, 388);
            this.ultraLabel46.Name = "ultraLabel46";
            this.ultraLabel46.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel46.TabIndex = 113;
            this.ultraLabel46.Text = "Cantidad en numeros";
            // 
            // sing3CantidadL
            // 
            this.sing3CantidadL.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing3CantidadL.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3CantidadL.Enabled = false;
            this.sing3CantidadL.Location = new System.Drawing.Point(0, 331);
            this.sing3CantidadL.Multiline = true;
            this.sing3CantidadL.Name = "sing3CantidadL";
            this.sing3CantidadL.Size = new System.Drawing.Size(0, 57);
            this.sing3CantidadL.TabIndex = 112;
            // 
            // ultraLabel47
            // 
            appearance38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance38.BackColor2 = System.Drawing.Color.White;
            appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance38.ForeColor = System.Drawing.Color.Black;
            appearance38.TextHAlignAsString = "Left";
            appearance38.TextVAlignAsString = "Middle";
            this.ultraLabel47.Appearance = appearance38;
            this.ultraLabel47.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel47.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel47.Location = new System.Drawing.Point(0, 308);
            this.ultraLabel47.Name = "ultraLabel47";
            this.ultraLabel47.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel47.TabIndex = 111;
            this.ultraLabel47.Text = "Cantidad en letras";
            // 
            // sing3Saludo
            // 
            this.sing3Saludo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Saludo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing3Saludo.Enabled = false;
            this.sing3Saludo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing3Saludo.FormattingEnabled = true;
            this.sing3Saludo.Items.AddRange(new object[] {
            "Estimado Señor",
            "Estimada Señora"});
            this.sing3Saludo.Location = new System.Drawing.Point(0, 287);
            this.sing3Saludo.Name = "sing3Saludo";
            this.sing3Saludo.Size = new System.Drawing.Size(0, 21);
            this.sing3Saludo.TabIndex = 110;
            // 
            // ultraLabel48
            // 
            appearance39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance39.BackColor2 = System.Drawing.Color.White;
            appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance39.ForeColor = System.Drawing.Color.Black;
            appearance39.TextHAlignAsString = "Left";
            appearance39.TextVAlignAsString = "Middle";
            this.ultraLabel48.Appearance = appearance39;
            this.ultraLabel48.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel48.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel48.Location = new System.Drawing.Point(0, 264);
            this.ultraLabel48.Name = "ultraLabel48";
            this.ultraLabel48.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel48.TabIndex = 109;
            this.ultraLabel48.Text = "Saludo";
            // 
            // sing3Ciudad
            // 
            this.sing3Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Ciudad.Enabled = false;
            this.sing3Ciudad.Location = new System.Drawing.Point(0, 243);
            this.sing3Ciudad.Name = "sing3Ciudad";
            this.sing3Ciudad.Size = new System.Drawing.Size(0, 21);
            this.sing3Ciudad.TabIndex = 108;
            // 
            // ultraLabel49
            // 
            appearance40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance40.BackColor2 = System.Drawing.Color.White;
            appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance40.ForeColor = System.Drawing.Color.Black;
            appearance40.TextHAlignAsString = "Left";
            appearance40.TextVAlignAsString = "Middle";
            this.ultraLabel49.Appearance = appearance40;
            this.ultraLabel49.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel49.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel49.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel49.Name = "ultraLabel49";
            this.ultraLabel49.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel49.TabIndex = 107;
            this.ultraLabel49.Text = "Ciudad";
            // 
            // sing3Direccion2
            // 
            this.sing3Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Direccion2.Enabled = false;
            this.sing3Direccion2.Location = new System.Drawing.Point(0, 199);
            this.sing3Direccion2.Name = "sing3Direccion2";
            this.sing3Direccion2.Size = new System.Drawing.Size(0, 21);
            this.sing3Direccion2.TabIndex = 106;
            // 
            // ultraLabel50
            // 
            appearance41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance41.BackColor2 = System.Drawing.Color.White;
            appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance41.ForeColor = System.Drawing.Color.Black;
            appearance41.TextHAlignAsString = "Left";
            appearance41.TextVAlignAsString = "Middle";
            this.ultraLabel50.Appearance = appearance41;
            this.ultraLabel50.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel50.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel50.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel50.Name = "ultraLabel50";
            this.ultraLabel50.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel50.TabIndex = 105;
            this.ultraLabel50.Text = "Continuacion de la direccion";
            // 
            // sing3Direccion
            // 
            this.sing3Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Direccion.Enabled = false;
            this.sing3Direccion.Location = new System.Drawing.Point(0, 155);
            this.sing3Direccion.Name = "sing3Direccion";
            this.sing3Direccion.Size = new System.Drawing.Size(0, 21);
            this.sing3Direccion.TabIndex = 104;
            // 
            // ultraLabel51
            // 
            appearance42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance42.BackColor2 = System.Drawing.Color.White;
            appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance42.ForeColor = System.Drawing.Color.Black;
            appearance42.TextHAlignAsString = "Left";
            appearance42.TextVAlignAsString = "Middle";
            this.ultraLabel51.Appearance = appearance42;
            this.ultraLabel51.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel51.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel51.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel51.Name = "ultraLabel51";
            this.ultraLabel51.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel51.TabIndex = 103;
            this.ultraLabel51.Text = "Direccion del cliente";
            // 
            // sing3Nombre
            // 
            this.sing3Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing3Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Nombre.Enabled = false;
            this.sing3Nombre.Location = new System.Drawing.Point(0, 111);
            this.sing3Nombre.Name = "sing3Nombre";
            this.sing3Nombre.Size = new System.Drawing.Size(0, 21);
            this.sing3Nombre.TabIndex = 102;
            // 
            // ultraLabel52
            // 
            appearance43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance43.BackColor2 = System.Drawing.Color.White;
            appearance43.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance43.ForeColor = System.Drawing.Color.Black;
            appearance43.TextHAlignAsString = "Left";
            appearance43.TextVAlignAsString = "Middle";
            this.ultraLabel52.Appearance = appearance43;
            this.ultraLabel52.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel52.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel52.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel52.Name = "ultraLabel52";
            this.ultraLabel52.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel52.TabIndex = 101;
            this.ultraLabel52.Text = "Nombre del cliente";
            // 
            // sing3Encabezado
            // 
            this.sing3Encabezado.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Encabezado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing3Encabezado.Enabled = false;
            this.sing3Encabezado.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing3Encabezado.FormattingEnabled = true;
            this.sing3Encabezado.Items.AddRange(new object[] {
            "Señor",
            "Señora"});
            this.sing3Encabezado.Location = new System.Drawing.Point(0, 67);
            this.sing3Encabezado.Name = "sing3Encabezado";
            this.sing3Encabezado.Size = new System.Drawing.Size(0, 21);
            this.sing3Encabezado.TabIndex = 100;
            // 
            // ultraLabel53
            // 
            appearance44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance44.BackColor2 = System.Drawing.Color.White;
            appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance44.ForeColor = System.Drawing.Color.Black;
            appearance44.TextHAlignAsString = "Left";
            appearance44.TextVAlignAsString = "Middle";
            this.ultraLabel53.Appearance = appearance44;
            this.ultraLabel53.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel53.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel53.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel53.Name = "ultraLabel53";
            this.ultraLabel53.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel53.TabIndex = 99;
            this.ultraLabel53.Text = "Encabezado";
            // 
            // sing3Fecha
            // 
            this.sing3Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Fecha.Enabled = false;
            this.sing3Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.sing3Fecha.Location = new System.Drawing.Point(0, 23);
            this.sing3Fecha.Name = "sing3Fecha";
            this.sing3Fecha.Size = new System.Drawing.Size(0, 21);
            this.sing3Fecha.TabIndex = 98;
            // 
            // ultraLabel54
            // 
            appearance45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance45.BackColor2 = System.Drawing.Color.White;
            appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance45.ForeColor = System.Drawing.Color.Black;
            appearance45.TextHAlignAsString = "Left";
            appearance45.TextVAlignAsString = "Middle";
            this.ultraLabel54.Appearance = appearance45;
            this.ultraLabel54.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel54.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel54.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel54.Name = "ultraLabel54";
            this.ultraLabel54.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel54.TabIndex = 97;
            this.ultraLabel54.Text = "Escoja la fecha";
            // 
            // ultraGroupBox5
            // 
            appearance46.BackColor = System.Drawing.Color.Blue;
            appearance46.BackColor2 = System.Drawing.Color.Silver;
            appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance46.TextHAlignAsString = "Center";
            appearance46.TextVAlignAsString = "Middle";
            this.ultraGroupBox5.Appearance = appearance46;
            this.ultraGroupBox5.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox5.Controls.Add(this.sing3Conteo);
            this.ultraGroupBox5.Controls.Add(this.ultraGroupBox6);
            this.ultraGroupBox5.Controls.Add(this.ultraPanel3);
            this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox5.Location = new System.Drawing.Point(-133, 0);
            this.ultraGroupBox5.Name = "ultraGroupBox5";
            this.ultraGroupBox5.Size = new System.Drawing.Size(355, 177);
            this.ultraGroupBox5.TabIndex = 2;
            this.ultraGroupBox5.Text = "menu de opciones";
            // 
            // sing3Conteo
            // 
            appearance47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance47.BackColor2 = System.Drawing.Color.White;
            appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance47.FontData.BoldAsString = "True";
            appearance47.ForeColor = System.Drawing.Color.Green;
            appearance47.TextHAlignAsString = "Center";
            appearance47.TextVAlignAsString = "Middle";
            this.sing3Conteo.Appearance = appearance47;
            this.sing3Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing3Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sing3Conteo.Location = new System.Drawing.Point(3, 97);
            this.sing3Conteo.Name = "sing3Conteo";
            this.sing3Conteo.Size = new System.Drawing.Size(349, 23);
            this.sing3Conteo.TabIndex = 46;
            this.sing3Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox6
            // 
            appearance48.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox6.Appearance = appearance48;
            this.ultraGroupBox6.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox6.Controls.Add(this.sing3Borrar);
            this.ultraGroupBox6.Controls.Add(this.sing3Ultimo);
            this.ultraGroupBox6.Controls.Add(this.sing3Siguiente);
            this.ultraGroupBox6.Controls.Add(this.sing3Atras);
            this.ultraGroupBox6.Controls.Add(this.sing3Primero);
            this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox6.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox6.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox6.Name = "ultraGroupBox6";
            this.ultraGroupBox6.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox6.TabIndex = 1;
            this.ultraGroupBox6.Text = "navegacion de registros";
            // 
            // sing3Borrar
            // 
            this.sing3Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sing3Borrar.Location = new System.Drawing.Point(284, 16);
            this.sing3Borrar.Name = "sing3Borrar";
            this.sing3Borrar.Size = new System.Drawing.Size(62, 34);
            this.sing3Borrar.TabIndex = 5;
            this.sing3Borrar.Text = "borrar";
            this.sing3Borrar.Click += new System.EventHandler(this.sing3Borrar_Click);
            // 
            // sing3Ultimo
            // 
            this.sing3Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Ultimo.Location = new System.Drawing.Point(203, 16);
            this.sing3Ultimo.Name = "sing3Ultimo";
            this.sing3Ultimo.Size = new System.Drawing.Size(81, 34);
            this.sing3Ultimo.TabIndex = 4;
            this.sing3Ultimo.Text = "ultimo";
            this.sing3Ultimo.Click += new System.EventHandler(this.sing3Ultimo_Click);
            // 
            // sing3Siguiente
            // 
            this.sing3Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Siguiente.Location = new System.Drawing.Point(129, 16);
            this.sing3Siguiente.Name = "sing3Siguiente";
            this.sing3Siguiente.Size = new System.Drawing.Size(74, 34);
            this.sing3Siguiente.TabIndex = 3;
            this.sing3Siguiente.Text = "siguiente";
            this.sing3Siguiente.Click += new System.EventHandler(this.sing3Siguiente_Click);
            // 
            // sing3Atras
            // 
            this.sing3Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Atras.Location = new System.Drawing.Point(66, 16);
            this.sing3Atras.Name = "sing3Atras";
            this.sing3Atras.Size = new System.Drawing.Size(63, 34);
            this.sing3Atras.TabIndex = 2;
            this.sing3Atras.Text = "atras";
            this.sing3Atras.Click += new System.EventHandler(this.sing3Atras_Click);
            // 
            // sing3Primero
            // 
            this.sing3Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Primero.Location = new System.Drawing.Point(3, 16);
            this.sing3Primero.Name = "sing3Primero";
            this.sing3Primero.Size = new System.Drawing.Size(63, 34);
            this.sing3Primero.TabIndex = 1;
            this.sing3Primero.Text = "primero";
            this.sing3Primero.Click += new System.EventHandler(this.sing3Primero_Click);
            // 
            // ultraPanel3
            // 
            // 
            // ultraPanel3.ClientArea
            // 
            this.ultraPanel3.ClientArea.Controls.Add(this.sing3Actualizar);
            this.ultraPanel3.ClientArea.Controls.Add(this.sing3Cancelar);
            this.ultraPanel3.ClientArea.Controls.Add(this.sing3Registrar);
            this.ultraPanel3.ClientArea.Controls.Add(this.sing3Buscar);
            this.ultraPanel3.ClientArea.Controls.Add(this.sing3Nuevo);
            this.ultraPanel3.ClientArea.Controls.Add(this.sing3Modificar);
            this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel3.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel3.Name = "ultraPanel3";
            this.ultraPanel3.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel3.TabIndex = 0;
            // 
            // sing3Actualizar
            // 
            this.sing3Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Actualizar.Location = new System.Drawing.Point(286, 0);
            this.sing3Actualizar.Name = "sing3Actualizar";
            this.sing3Actualizar.Size = new System.Drawing.Size(63, 28);
            this.sing3Actualizar.TabIndex = 5;
            this.sing3Actualizar.Text = "actualizar";
            this.sing3Actualizar.Click += new System.EventHandler(this.sing3Actualizar_Click);
            // 
            // sing3Cancelar
            // 
            this.sing3Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Cancelar.Enabled = false;
            this.sing3Cancelar.Location = new System.Drawing.Point(227, 0);
            this.sing3Cancelar.Name = "sing3Cancelar";
            this.sing3Cancelar.Size = new System.Drawing.Size(59, 28);
            this.sing3Cancelar.TabIndex = 4;
            this.sing3Cancelar.Text = "cancelar";
            this.sing3Cancelar.Click += new System.EventHandler(this.sing3Cancelar_Click);
            // 
            // sing3Registrar
            // 
            this.sing3Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Registrar.Enabled = false;
            this.sing3Registrar.Location = new System.Drawing.Point(168, 0);
            this.sing3Registrar.Name = "sing3Registrar";
            this.sing3Registrar.Size = new System.Drawing.Size(59, 28);
            this.sing3Registrar.TabIndex = 3;
            this.sing3Registrar.Text = "registrar";
            this.sing3Registrar.Click += new System.EventHandler(this.sing3Registrar_Click);
            // 
            // sing3Buscar
            // 
            this.sing3Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Buscar.Location = new System.Drawing.Point(110, 0);
            this.sing3Buscar.Name = "sing3Buscar";
            this.sing3Buscar.Size = new System.Drawing.Size(58, 28);
            this.sing3Buscar.TabIndex = 2;
            this.sing3Buscar.Text = "buscar";
            this.sing3Buscar.Click += new System.EventHandler(this.sing3Buscar_Click);
            // 
            // sing3Nuevo
            // 
            this.sing3Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Nuevo.Location = new System.Drawing.Point(63, 0);
            this.sing3Nuevo.Name = "sing3Nuevo";
            this.sing3Nuevo.Size = new System.Drawing.Size(47, 28);
            this.sing3Nuevo.TabIndex = 1;
            this.sing3Nuevo.Text = "nuevo";
            this.sing3Nuevo.Click += new System.EventHandler(this.sing3Nuevo_Click);
            // 
            // sing3Modificar
            // 
            this.sing3Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing3Modificar.Location = new System.Drawing.Point(0, 0);
            this.sing3Modificar.Name = "sing3Modificar";
            this.sing3Modificar.Size = new System.Drawing.Size(63, 28);
            this.sing3Modificar.TabIndex = 0;
            this.sing3Modificar.Text = "modificar";
            this.sing3Modificar.Click += new System.EventHandler(this.sing3Modificar_Click);
            // 
            // ultraTabPageControl18
            // 
            this.ultraTabPageControl18.Controls.Add(this.visorSing3);
            this.ultraTabPageControl18.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl18.Name = "ultraTabPageControl18";
            this.ultraTabPageControl18.Size = new System.Drawing.Size(222, 177);
            // 
            // visorSing3
            // 
            this.visorSing3.ActiveViewIndex = -1;
            this.visorSing3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorSing3.DisplayBackgroundEdge = false;
            this.visorSing3.DisplayGroupTree = false;
            this.visorSing3.DisplayStatusBar = false;
            this.visorSing3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorSing3.Location = new System.Drawing.Point(0, 0);
            this.visorSing3.Margin = new System.Windows.Forms.Padding(0);
            this.visorSing3.Name = "visorSing3";
            this.visorSing3.SelectionFormula = "";
            this.visorSing3.ShowCloseButton = false;
            this.visorSing3.ShowGotoPageButton = false;
            this.visorSing3.ShowGroupTreeButton = false;
            this.visorSing3.ShowPageNavigateButtons = false;
            this.visorSing3.ShowTextSearchButton = false;
            this.visorSing3.Size = new System.Drawing.Size(222, 177);
            this.visorSing3.TabIndex = 0;
            this.visorSing3.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl19
            // 
            this.ultraTabPageControl19.Controls.Add(this.sing4Asesor);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel12);
            this.ultraTabPageControl19.Controls.Add(this.sing4Pie);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel39);
            this.ultraTabPageControl19.Controls.Add(this.sing4Saludo);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel59);
            this.ultraTabPageControl19.Controls.Add(this.sing4Ciudad);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel93);
            this.ultraTabPageControl19.Controls.Add(this.sing4Direccion2);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel94);
            this.ultraTabPageControl19.Controls.Add(this.sing4Direccion);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel95);
            this.ultraTabPageControl19.Controls.Add(this.sing4Nombre);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel96);
            this.ultraTabPageControl19.Controls.Add(this.sing4Encabezado);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel97);
            this.ultraTabPageControl19.Controls.Add(this.sing4Fecha);
            this.ultraTabPageControl19.Controls.Add(this.ultraLabel98);
            this.ultraTabPageControl19.Controls.Add(this.ultraGroupBox7);
            this.ultraTabPageControl19.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl19.Name = "ultraTabPageControl19";
            this.ultraTabPageControl19.Size = new System.Drawing.Size(222, 177);
            // 
            // sing4Asesor
            // 
            this.sing4Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing4Asesor.Enabled = false;
            this.sing4Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing4Asesor.FormattingEnabled = true;
            this.sing4Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.sing4Asesor.Location = new System.Drawing.Point(0, 375);
            this.sing4Asesor.Name = "sing4Asesor";
            this.sing4Asesor.Size = new System.Drawing.Size(0, 21);
            this.sing4Asesor.TabIndex = 122;
            // 
            // ultraLabel12
            // 
            appearance49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance49.BackColor2 = System.Drawing.Color.White;
            appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance49.ForeColor = System.Drawing.Color.Black;
            appearance49.TextHAlignAsString = "Left";
            appearance49.TextVAlignAsString = "Middle";
            this.ultraLabel12.Appearance = appearance49;
            this.ultraLabel12.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel12.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel12.Location = new System.Drawing.Point(0, 352);
            this.ultraLabel12.Name = "ultraLabel12";
            this.ultraLabel12.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel12.TabIndex = 121;
            this.ultraLabel12.Text = "Ejecutivo";
            // 
            // sing4Pie
            // 
            this.sing4Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Pie.Enabled = false;
            this.sing4Pie.Location = new System.Drawing.Point(0, 331);
            this.sing4Pie.Name = "sing4Pie";
            this.sing4Pie.Size = new System.Drawing.Size(0, 21);
            this.sing4Pie.TabIndex = 120;
            // 
            // ultraLabel39
            // 
            appearance50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance50.BackColor2 = System.Drawing.Color.White;
            appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance50.ForeColor = System.Drawing.Color.Black;
            appearance50.TextHAlignAsString = "Left";
            appearance50.TextVAlignAsString = "Middle";
            this.ultraLabel39.Appearance = appearance50;
            this.ultraLabel39.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel39.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel39.Location = new System.Drawing.Point(0, 308);
            this.ultraLabel39.Name = "ultraLabel39";
            this.ultraLabel39.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel39.TabIndex = 119;
            this.ultraLabel39.Text = "Pie";
            // 
            // sing4Saludo
            // 
            this.sing4Saludo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Saludo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing4Saludo.Enabled = false;
            this.sing4Saludo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing4Saludo.FormattingEnabled = true;
            this.sing4Saludo.Items.AddRange(new object[] {
            "Estimado Señor",
            "Estimada Señora"});
            this.sing4Saludo.Location = new System.Drawing.Point(0, 287);
            this.sing4Saludo.Name = "sing4Saludo";
            this.sing4Saludo.Size = new System.Drawing.Size(0, 21);
            this.sing4Saludo.TabIndex = 110;
            // 
            // ultraLabel59
            // 
            appearance51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance51.BackColor2 = System.Drawing.Color.White;
            appearance51.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance51.ForeColor = System.Drawing.Color.Black;
            appearance51.TextHAlignAsString = "Left";
            appearance51.TextVAlignAsString = "Middle";
            this.ultraLabel59.Appearance = appearance51;
            this.ultraLabel59.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel59.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel59.Location = new System.Drawing.Point(0, 264);
            this.ultraLabel59.Name = "ultraLabel59";
            this.ultraLabel59.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel59.TabIndex = 109;
            this.ultraLabel59.Text = "Saludo";
            // 
            // sing4Ciudad
            // 
            this.sing4Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Ciudad.Enabled = false;
            this.sing4Ciudad.Location = new System.Drawing.Point(0, 243);
            this.sing4Ciudad.Name = "sing4Ciudad";
            this.sing4Ciudad.Size = new System.Drawing.Size(0, 21);
            this.sing4Ciudad.TabIndex = 108;
            // 
            // ultraLabel93
            // 
            appearance52.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance52.BackColor2 = System.Drawing.Color.White;
            appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance52.ForeColor = System.Drawing.Color.Black;
            appearance52.TextHAlignAsString = "Left";
            appearance52.TextVAlignAsString = "Middle";
            this.ultraLabel93.Appearance = appearance52;
            this.ultraLabel93.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel93.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel93.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel93.Name = "ultraLabel93";
            this.ultraLabel93.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel93.TabIndex = 107;
            this.ultraLabel93.Text = "Ciudad";
            // 
            // sing4Direccion2
            // 
            this.sing4Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Direccion2.Enabled = false;
            this.sing4Direccion2.Location = new System.Drawing.Point(0, 199);
            this.sing4Direccion2.Name = "sing4Direccion2";
            this.sing4Direccion2.Size = new System.Drawing.Size(0, 21);
            this.sing4Direccion2.TabIndex = 106;
            // 
            // ultraLabel94
            // 
            appearance53.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance53.BackColor2 = System.Drawing.Color.White;
            appearance53.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance53.ForeColor = System.Drawing.Color.Black;
            appearance53.TextHAlignAsString = "Left";
            appearance53.TextVAlignAsString = "Middle";
            this.ultraLabel94.Appearance = appearance53;
            this.ultraLabel94.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel94.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel94.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel94.Name = "ultraLabel94";
            this.ultraLabel94.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel94.TabIndex = 105;
            this.ultraLabel94.Text = "Continuacion de la direccion";
            // 
            // sing4Direccion
            // 
            this.sing4Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Direccion.Enabled = false;
            this.sing4Direccion.Location = new System.Drawing.Point(0, 155);
            this.sing4Direccion.Name = "sing4Direccion";
            this.sing4Direccion.Size = new System.Drawing.Size(0, 21);
            this.sing4Direccion.TabIndex = 104;
            // 
            // ultraLabel95
            // 
            appearance54.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance54.BackColor2 = System.Drawing.Color.White;
            appearance54.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance54.ForeColor = System.Drawing.Color.Black;
            appearance54.TextHAlignAsString = "Left";
            appearance54.TextVAlignAsString = "Middle";
            this.ultraLabel95.Appearance = appearance54;
            this.ultraLabel95.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel95.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel95.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel95.Name = "ultraLabel95";
            this.ultraLabel95.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel95.TabIndex = 103;
            this.ultraLabel95.Text = "Direccion del cliente";
            // 
            // sing4Nombre
            // 
            this.sing4Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing4Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Nombre.Enabled = false;
            this.sing4Nombre.Location = new System.Drawing.Point(0, 111);
            this.sing4Nombre.Name = "sing4Nombre";
            this.sing4Nombre.Size = new System.Drawing.Size(0, 21);
            this.sing4Nombre.TabIndex = 102;
            // 
            // ultraLabel96
            // 
            appearance55.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance55.BackColor2 = System.Drawing.Color.White;
            appearance55.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance55.ForeColor = System.Drawing.Color.Black;
            appearance55.TextHAlignAsString = "Left";
            appearance55.TextVAlignAsString = "Middle";
            this.ultraLabel96.Appearance = appearance55;
            this.ultraLabel96.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel96.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel96.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel96.Name = "ultraLabel96";
            this.ultraLabel96.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel96.TabIndex = 101;
            this.ultraLabel96.Text = "Nombre del cliente";
            // 
            // sing4Encabezado
            // 
            this.sing4Encabezado.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Encabezado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing4Encabezado.Enabled = false;
            this.sing4Encabezado.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing4Encabezado.FormattingEnabled = true;
            this.sing4Encabezado.Items.AddRange(new object[] {
            "Señor",
            "Señora"});
            this.sing4Encabezado.Location = new System.Drawing.Point(0, 67);
            this.sing4Encabezado.Name = "sing4Encabezado";
            this.sing4Encabezado.Size = new System.Drawing.Size(0, 21);
            this.sing4Encabezado.TabIndex = 100;
            // 
            // ultraLabel97
            // 
            appearance56.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance56.BackColor2 = System.Drawing.Color.White;
            appearance56.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance56.ForeColor = System.Drawing.Color.Black;
            appearance56.TextHAlignAsString = "Left";
            appearance56.TextVAlignAsString = "Middle";
            this.ultraLabel97.Appearance = appearance56;
            this.ultraLabel97.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel97.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel97.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel97.Name = "ultraLabel97";
            this.ultraLabel97.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel97.TabIndex = 99;
            this.ultraLabel97.Text = "Encabezado";
            // 
            // sing4Fecha
            // 
            this.sing4Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Fecha.Enabled = false;
            this.sing4Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.sing4Fecha.Location = new System.Drawing.Point(0, 23);
            this.sing4Fecha.Name = "sing4Fecha";
            this.sing4Fecha.Size = new System.Drawing.Size(0, 21);
            this.sing4Fecha.TabIndex = 98;
            // 
            // ultraLabel98
            // 
            appearance57.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance57.BackColor2 = System.Drawing.Color.White;
            appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance57.ForeColor = System.Drawing.Color.Black;
            appearance57.TextHAlignAsString = "Left";
            appearance57.TextVAlignAsString = "Middle";
            this.ultraLabel98.Appearance = appearance57;
            this.ultraLabel98.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel98.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel98.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel98.Name = "ultraLabel98";
            this.ultraLabel98.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel98.TabIndex = 97;
            this.ultraLabel98.Text = "Escoja la fecha";
            // 
            // ultraGroupBox7
            // 
            appearance58.BackColor = System.Drawing.Color.Blue;
            appearance58.BackColor2 = System.Drawing.Color.Silver;
            appearance58.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance58.TextHAlignAsString = "Center";
            appearance58.TextVAlignAsString = "Middle";
            this.ultraGroupBox7.Appearance = appearance58;
            this.ultraGroupBox7.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox7.Controls.Add(this.sing4Conteo);
            this.ultraGroupBox7.Controls.Add(this.ultraGroupBox8);
            this.ultraGroupBox7.Controls.Add(this.ultraPanel4);
            this.ultraGroupBox7.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox7.Location = new System.Drawing.Point(-133, 0);
            this.ultraGroupBox7.Name = "ultraGroupBox7";
            this.ultraGroupBox7.Size = new System.Drawing.Size(355, 177);
            this.ultraGroupBox7.TabIndex = 2;
            this.ultraGroupBox7.Text = "menu de opciones";
            // 
            // sing4Conteo
            // 
            appearance59.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance59.BackColor2 = System.Drawing.Color.White;
            appearance59.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance59.FontData.BoldAsString = "True";
            appearance59.ForeColor = System.Drawing.Color.Green;
            appearance59.TextHAlignAsString = "Center";
            appearance59.TextVAlignAsString = "Middle";
            this.sing4Conteo.Appearance = appearance59;
            this.sing4Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing4Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sing4Conteo.Location = new System.Drawing.Point(3, 97);
            this.sing4Conteo.Name = "sing4Conteo";
            this.sing4Conteo.Size = new System.Drawing.Size(349, 23);
            this.sing4Conteo.TabIndex = 46;
            this.sing4Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox8
            // 
            appearance60.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox8.Appearance = appearance60;
            this.ultraGroupBox8.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox8.Controls.Add(this.sing4Borrar);
            this.ultraGroupBox8.Controls.Add(this.sing4Ultimo);
            this.ultraGroupBox8.Controls.Add(this.sing4Siguiente);
            this.ultraGroupBox8.Controls.Add(this.sing4Atras);
            this.ultraGroupBox8.Controls.Add(this.sing4Primero);
            this.ultraGroupBox8.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox8.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox8.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox8.Name = "ultraGroupBox8";
            this.ultraGroupBox8.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox8.TabIndex = 1;
            this.ultraGroupBox8.Text = "navegacion de registros";
            // 
            // sing4Borrar
            // 
            this.sing4Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sing4Borrar.Location = new System.Drawing.Point(284, 16);
            this.sing4Borrar.Name = "sing4Borrar";
            this.sing4Borrar.Size = new System.Drawing.Size(62, 34);
            this.sing4Borrar.TabIndex = 5;
            this.sing4Borrar.Text = "borrar";
            this.sing4Borrar.Click += new System.EventHandler(this.sing4Borrar_Click);
            // 
            // sing4Ultimo
            // 
            this.sing4Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Ultimo.Location = new System.Drawing.Point(203, 16);
            this.sing4Ultimo.Name = "sing4Ultimo";
            this.sing4Ultimo.Size = new System.Drawing.Size(81, 34);
            this.sing4Ultimo.TabIndex = 4;
            this.sing4Ultimo.Text = "ultimo";
            this.sing4Ultimo.Click += new System.EventHandler(this.sing4Ultimo_Click);
            // 
            // sing4Siguiente
            // 
            this.sing4Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Siguiente.Location = new System.Drawing.Point(129, 16);
            this.sing4Siguiente.Name = "sing4Siguiente";
            this.sing4Siguiente.Size = new System.Drawing.Size(74, 34);
            this.sing4Siguiente.TabIndex = 3;
            this.sing4Siguiente.Text = "siguiente";
            this.sing4Siguiente.Click += new System.EventHandler(this.sing4Siguiente_Click);
            // 
            // sing4Atras
            // 
            this.sing4Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Atras.Location = new System.Drawing.Point(66, 16);
            this.sing4Atras.Name = "sing4Atras";
            this.sing4Atras.Size = new System.Drawing.Size(63, 34);
            this.sing4Atras.TabIndex = 2;
            this.sing4Atras.Text = "atras";
            this.sing4Atras.Click += new System.EventHandler(this.sing4Atras_Click);
            // 
            // sing4Primero
            // 
            this.sing4Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Primero.Location = new System.Drawing.Point(3, 16);
            this.sing4Primero.Name = "sing4Primero";
            this.sing4Primero.Size = new System.Drawing.Size(63, 34);
            this.sing4Primero.TabIndex = 1;
            this.sing4Primero.Text = "primero";
            this.sing4Primero.Click += new System.EventHandler(this.sing4Primero_Click);
            // 
            // ultraPanel4
            // 
            // 
            // ultraPanel4.ClientArea
            // 
            this.ultraPanel4.ClientArea.Controls.Add(this.sing4Actualizar);
            this.ultraPanel4.ClientArea.Controls.Add(this.sing4Cancelar);
            this.ultraPanel4.ClientArea.Controls.Add(this.sing4Registrar);
            this.ultraPanel4.ClientArea.Controls.Add(this.sing4Buscar);
            this.ultraPanel4.ClientArea.Controls.Add(this.sing4Nuevo);
            this.ultraPanel4.ClientArea.Controls.Add(this.sing4Modificar);
            this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel4.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel4.Name = "ultraPanel4";
            this.ultraPanel4.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel4.TabIndex = 0;
            // 
            // sing4Actualizar
            // 
            this.sing4Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Actualizar.Location = new System.Drawing.Point(286, 0);
            this.sing4Actualizar.Name = "sing4Actualizar";
            this.sing4Actualizar.Size = new System.Drawing.Size(63, 28);
            this.sing4Actualizar.TabIndex = 5;
            this.sing4Actualizar.Text = "actualizar";
            this.sing4Actualizar.Click += new System.EventHandler(this.sing4Actualizar_Click);
            // 
            // sing4Cancelar
            // 
            this.sing4Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Cancelar.Enabled = false;
            this.sing4Cancelar.Location = new System.Drawing.Point(227, 0);
            this.sing4Cancelar.Name = "sing4Cancelar";
            this.sing4Cancelar.Size = new System.Drawing.Size(59, 28);
            this.sing4Cancelar.TabIndex = 4;
            this.sing4Cancelar.Text = "cancelar";
            this.sing4Cancelar.Click += new System.EventHandler(this.sing4Cancelar_Click);
            // 
            // sing4Registrar
            // 
            this.sing4Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Registrar.Enabled = false;
            this.sing4Registrar.Location = new System.Drawing.Point(168, 0);
            this.sing4Registrar.Name = "sing4Registrar";
            this.sing4Registrar.Size = new System.Drawing.Size(59, 28);
            this.sing4Registrar.TabIndex = 3;
            this.sing4Registrar.Text = "registrar";
            this.sing4Registrar.Click += new System.EventHandler(this.sing4Registrar_Click);
            // 
            // sing4Buscar
            // 
            this.sing4Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Buscar.Location = new System.Drawing.Point(110, 0);
            this.sing4Buscar.Name = "sing4Buscar";
            this.sing4Buscar.Size = new System.Drawing.Size(58, 28);
            this.sing4Buscar.TabIndex = 2;
            this.sing4Buscar.Text = "buscar";
            this.sing4Buscar.Click += new System.EventHandler(this.sing4Buscar_Click);
            // 
            // sing4Nuevo
            // 
            this.sing4Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Nuevo.Location = new System.Drawing.Point(63, 0);
            this.sing4Nuevo.Name = "sing4Nuevo";
            this.sing4Nuevo.Size = new System.Drawing.Size(47, 28);
            this.sing4Nuevo.TabIndex = 1;
            this.sing4Nuevo.Text = "nuevo";
            this.sing4Nuevo.Click += new System.EventHandler(this.sing4Nuevo_Click);
            // 
            // sing4Modificar
            // 
            this.sing4Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing4Modificar.Location = new System.Drawing.Point(0, 0);
            this.sing4Modificar.Name = "sing4Modificar";
            this.sing4Modificar.Size = new System.Drawing.Size(63, 28);
            this.sing4Modificar.TabIndex = 0;
            this.sing4Modificar.Text = "modificar";
            this.sing4Modificar.Click += new System.EventHandler(this.sing4Modificar_Click);
            // 
            // ultraTabPageControl20
            // 
            this.ultraTabPageControl20.Controls.Add(this.visorSing4);
            this.ultraTabPageControl20.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl20.Name = "ultraTabPageControl20";
            this.ultraTabPageControl20.Size = new System.Drawing.Size(222, 177);
            // 
            // visorSing4
            // 
            this.visorSing4.ActiveViewIndex = -1;
            this.visorSing4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorSing4.DisplayGroupTree = false;
            this.visorSing4.DisplayStatusBar = false;
            this.visorSing4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorSing4.Location = new System.Drawing.Point(0, 0);
            this.visorSing4.Margin = new System.Windows.Forms.Padding(0);
            this.visorSing4.Name = "visorSing4";
            this.visorSing4.SelectionFormula = "";
            this.visorSing4.ShowCloseButton = false;
            this.visorSing4.ShowGotoPageButton = false;
            this.visorSing4.ShowGroupTreeButton = false;
            this.visorSing4.ShowPageNavigateButtons = false;
            this.visorSing4.ShowTextSearchButton = false;
            this.visorSing4.Size = new System.Drawing.Size(222, 177);
            this.visorSing4.TabIndex = 0;
            this.visorSing4.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl21
            // 
            this.ultraTabPageControl21.Controls.Add(this.sing5Asesor);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel99);
            this.ultraTabPageControl21.Controls.Add(this.sing5Pie);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel100);
            this.ultraTabPageControl21.Controls.Add(this.sing5Cantidad);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel103);
            this.ultraTabPageControl21.Controls.Add(this.sing5Saludo);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel105);
            this.ultraTabPageControl21.Controls.Add(this.sing5Ciudad);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel106);
            this.ultraTabPageControl21.Controls.Add(this.sing5Direccion2);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel107);
            this.ultraTabPageControl21.Controls.Add(this.sing5Direccion);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel108);
            this.ultraTabPageControl21.Controls.Add(this.sing5Nombre);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel109);
            this.ultraTabPageControl21.Controls.Add(this.sing5Encabezado);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel110);
            this.ultraTabPageControl21.Controls.Add(this.sing5Fecha);
            this.ultraTabPageControl21.Controls.Add(this.ultraLabel111);
            this.ultraTabPageControl21.Controls.Add(this.ultraGroupBox9);
            this.ultraTabPageControl21.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl21.Name = "ultraTabPageControl21";
            this.ultraTabPageControl21.Size = new System.Drawing.Size(222, 177);
            // 
            // sing5Asesor
            // 
            this.sing5Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing5Asesor.Enabled = false;
            this.sing5Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing5Asesor.FormattingEnabled = true;
            this.sing5Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.sing5Asesor.Location = new System.Drawing.Point(0, 418);
            this.sing5Asesor.Name = "sing5Asesor";
            this.sing5Asesor.Size = new System.Drawing.Size(0, 21);
            this.sing5Asesor.TabIndex = 122;
            // 
            // ultraLabel99
            // 
            appearance61.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance61.BackColor2 = System.Drawing.Color.White;
            appearance61.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance61.ForeColor = System.Drawing.Color.Black;
            appearance61.TextHAlignAsString = "Left";
            appearance61.TextVAlignAsString = "Middle";
            this.ultraLabel99.Appearance = appearance61;
            this.ultraLabel99.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel99.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel99.Location = new System.Drawing.Point(0, 395);
            this.ultraLabel99.Name = "ultraLabel99";
            this.ultraLabel99.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel99.TabIndex = 121;
            this.ultraLabel99.Text = "Ejecutivo";
            // 
            // sing5Pie
            // 
            this.sing5Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Pie.Enabled = false;
            this.sing5Pie.Location = new System.Drawing.Point(0, 374);
            this.sing5Pie.Name = "sing5Pie";
            this.sing5Pie.Size = new System.Drawing.Size(0, 21);
            this.sing5Pie.TabIndex = 120;
            // 
            // ultraLabel100
            // 
            appearance62.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance62.BackColor2 = System.Drawing.Color.White;
            appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance62.ForeColor = System.Drawing.Color.Black;
            appearance62.TextHAlignAsString = "Left";
            appearance62.TextVAlignAsString = "Middle";
            this.ultraLabel100.Appearance = appearance62;
            this.ultraLabel100.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel100.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel100.Location = new System.Drawing.Point(0, 351);
            this.ultraLabel100.Name = "ultraLabel100";
            this.ultraLabel100.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel100.TabIndex = 119;
            this.ultraLabel100.Text = "Pie";
            // 
            // sing5Cantidad
            // 
            this.sing5Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Cantidad.Location = new System.Drawing.Point(0, 331);
            this.sing5Cantidad.Name = "sing5Cantidad";
            this.sing5Cantidad.Size = new System.Drawing.Size(0, 20);
            this.sing5Cantidad.TabIndex = 114;
            this.sing5Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sing5Cantidad_KeyPress);
            // 
            // ultraLabel103
            // 
            appearance63.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance63.BackColor2 = System.Drawing.Color.White;
            appearance63.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance63.ForeColor = System.Drawing.Color.Black;
            appearance63.TextHAlignAsString = "Left";
            appearance63.TextVAlignAsString = "Middle";
            this.ultraLabel103.Appearance = appearance63;
            this.ultraLabel103.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel103.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel103.Location = new System.Drawing.Point(0, 308);
            this.ultraLabel103.Name = "ultraLabel103";
            this.ultraLabel103.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel103.TabIndex = 113;
            this.ultraLabel103.Text = "Cantidad en numeros";
            // 
            // sing5Saludo
            // 
            this.sing5Saludo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Saludo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing5Saludo.Enabled = false;
            this.sing5Saludo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing5Saludo.FormattingEnabled = true;
            this.sing5Saludo.Items.AddRange(new object[] {
            "Estimado Señor",
            "Estimada Señora"});
            this.sing5Saludo.Location = new System.Drawing.Point(0, 287);
            this.sing5Saludo.Name = "sing5Saludo";
            this.sing5Saludo.Size = new System.Drawing.Size(0, 21);
            this.sing5Saludo.TabIndex = 110;
            // 
            // ultraLabel105
            // 
            appearance64.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance64.BackColor2 = System.Drawing.Color.White;
            appearance64.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance64.ForeColor = System.Drawing.Color.Black;
            appearance64.TextHAlignAsString = "Left";
            appearance64.TextVAlignAsString = "Middle";
            this.ultraLabel105.Appearance = appearance64;
            this.ultraLabel105.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel105.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel105.Location = new System.Drawing.Point(0, 264);
            this.ultraLabel105.Name = "ultraLabel105";
            this.ultraLabel105.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel105.TabIndex = 109;
            this.ultraLabel105.Text = "Saludo";
            // 
            // sing5Ciudad
            // 
            this.sing5Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Ciudad.Enabled = false;
            this.sing5Ciudad.Location = new System.Drawing.Point(0, 243);
            this.sing5Ciudad.Name = "sing5Ciudad";
            this.sing5Ciudad.Size = new System.Drawing.Size(0, 21);
            this.sing5Ciudad.TabIndex = 108;
            // 
            // ultraLabel106
            // 
            appearance65.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance65.BackColor2 = System.Drawing.Color.White;
            appearance65.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance65.ForeColor = System.Drawing.Color.Black;
            appearance65.TextHAlignAsString = "Left";
            appearance65.TextVAlignAsString = "Middle";
            this.ultraLabel106.Appearance = appearance65;
            this.ultraLabel106.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel106.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel106.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel106.Name = "ultraLabel106";
            this.ultraLabel106.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel106.TabIndex = 107;
            this.ultraLabel106.Text = "Ciudad";
            // 
            // sing5Direccion2
            // 
            this.sing5Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Direccion2.Enabled = false;
            this.sing5Direccion2.Location = new System.Drawing.Point(0, 199);
            this.sing5Direccion2.Name = "sing5Direccion2";
            this.sing5Direccion2.Size = new System.Drawing.Size(0, 21);
            this.sing5Direccion2.TabIndex = 106;
            // 
            // ultraLabel107
            // 
            appearance66.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance66.BackColor2 = System.Drawing.Color.White;
            appearance66.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance66.ForeColor = System.Drawing.Color.Black;
            appearance66.TextHAlignAsString = "Left";
            appearance66.TextVAlignAsString = "Middle";
            this.ultraLabel107.Appearance = appearance66;
            this.ultraLabel107.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel107.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel107.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel107.Name = "ultraLabel107";
            this.ultraLabel107.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel107.TabIndex = 105;
            this.ultraLabel107.Text = "Continuacion de la direccion";
            // 
            // sing5Direccion
            // 
            this.sing5Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Direccion.Enabled = false;
            this.sing5Direccion.Location = new System.Drawing.Point(0, 155);
            this.sing5Direccion.Name = "sing5Direccion";
            this.sing5Direccion.Size = new System.Drawing.Size(0, 21);
            this.sing5Direccion.TabIndex = 104;
            // 
            // ultraLabel108
            // 
            appearance67.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance67.BackColor2 = System.Drawing.Color.White;
            appearance67.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance67.ForeColor = System.Drawing.Color.Black;
            appearance67.TextHAlignAsString = "Left";
            appearance67.TextVAlignAsString = "Middle";
            this.ultraLabel108.Appearance = appearance67;
            this.ultraLabel108.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel108.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel108.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel108.Name = "ultraLabel108";
            this.ultraLabel108.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel108.TabIndex = 103;
            this.ultraLabel108.Text = "Direccion del cliente";
            // 
            // sing5Nombre
            // 
            this.sing5Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.sing5Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Nombre.Enabled = false;
            this.sing5Nombre.Location = new System.Drawing.Point(0, 111);
            this.sing5Nombre.Name = "sing5Nombre";
            this.sing5Nombre.Size = new System.Drawing.Size(0, 21);
            this.sing5Nombre.TabIndex = 102;
            // 
            // ultraLabel109
            // 
            appearance68.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance68.BackColor2 = System.Drawing.Color.White;
            appearance68.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance68.ForeColor = System.Drawing.Color.Black;
            appearance68.TextHAlignAsString = "Left";
            appearance68.TextVAlignAsString = "Middle";
            this.ultraLabel109.Appearance = appearance68;
            this.ultraLabel109.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel109.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel109.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel109.Name = "ultraLabel109";
            this.ultraLabel109.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel109.TabIndex = 101;
            this.ultraLabel109.Text = "Nombre del cliente";
            // 
            // sing5Encabezado
            // 
            this.sing5Encabezado.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Encabezado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.sing5Encabezado.Enabled = false;
            this.sing5Encabezado.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.sing5Encabezado.FormattingEnabled = true;
            this.sing5Encabezado.Items.AddRange(new object[] {
            "Señor",
            "Señora"});
            this.sing5Encabezado.Location = new System.Drawing.Point(0, 67);
            this.sing5Encabezado.Name = "sing5Encabezado";
            this.sing5Encabezado.Size = new System.Drawing.Size(0, 21);
            this.sing5Encabezado.TabIndex = 100;
            // 
            // ultraLabel110
            // 
            appearance69.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance69.BackColor2 = System.Drawing.Color.White;
            appearance69.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance69.ForeColor = System.Drawing.Color.Black;
            appearance69.TextHAlignAsString = "Left";
            appearance69.TextVAlignAsString = "Middle";
            this.ultraLabel110.Appearance = appearance69;
            this.ultraLabel110.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel110.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel110.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel110.Name = "ultraLabel110";
            this.ultraLabel110.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel110.TabIndex = 99;
            this.ultraLabel110.Text = "Encabezado";
            // 
            // sing5Fecha
            // 
            this.sing5Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Fecha.Enabled = false;
            this.sing5Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.sing5Fecha.Location = new System.Drawing.Point(0, 23);
            this.sing5Fecha.Name = "sing5Fecha";
            this.sing5Fecha.Size = new System.Drawing.Size(0, 21);
            this.sing5Fecha.TabIndex = 98;
            // 
            // ultraLabel111
            // 
            appearance70.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance70.BackColor2 = System.Drawing.Color.White;
            appearance70.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance70.ForeColor = System.Drawing.Color.Black;
            appearance70.TextHAlignAsString = "Left";
            appearance70.TextVAlignAsString = "Middle";
            this.ultraLabel111.Appearance = appearance70;
            this.ultraLabel111.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel111.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel111.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel111.Name = "ultraLabel111";
            this.ultraLabel111.Size = new System.Drawing.Size(0, 23);
            this.ultraLabel111.TabIndex = 97;
            this.ultraLabel111.Text = "Escoja la fecha";
            // 
            // ultraGroupBox9
            // 
            appearance71.BackColor = System.Drawing.Color.Blue;
            appearance71.BackColor2 = System.Drawing.Color.Silver;
            appearance71.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance71.TextHAlignAsString = "Center";
            appearance71.TextVAlignAsString = "Middle";
            this.ultraGroupBox9.Appearance = appearance71;
            this.ultraGroupBox9.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox9.Controls.Add(this.sing5Conteo);
            this.ultraGroupBox9.Controls.Add(this.ultraGroupBox10);
            this.ultraGroupBox9.Controls.Add(this.ultraPanel5);
            this.ultraGroupBox9.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox9.Location = new System.Drawing.Point(-133, 0);
            this.ultraGroupBox9.Name = "ultraGroupBox9";
            this.ultraGroupBox9.Size = new System.Drawing.Size(355, 177);
            this.ultraGroupBox9.TabIndex = 2;
            this.ultraGroupBox9.Text = "menu de opciones";
            // 
            // sing5Conteo
            // 
            appearance72.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance72.BackColor2 = System.Drawing.Color.White;
            appearance72.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance72.FontData.BoldAsString = "True";
            appearance72.ForeColor = System.Drawing.Color.Green;
            appearance72.TextHAlignAsString = "Center";
            appearance72.TextVAlignAsString = "Middle";
            this.sing5Conteo.Appearance = appearance72;
            this.sing5Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.sing5Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sing5Conteo.Location = new System.Drawing.Point(3, 97);
            this.sing5Conteo.Name = "sing5Conteo";
            this.sing5Conteo.Size = new System.Drawing.Size(349, 23);
            this.sing5Conteo.TabIndex = 46;
            this.sing5Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox10
            // 
            appearance73.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox10.Appearance = appearance73;
            this.ultraGroupBox10.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox10.Controls.Add(this.sing5Borrar);
            this.ultraGroupBox10.Controls.Add(this.sing5Ultimo);
            this.ultraGroupBox10.Controls.Add(this.sing5Siguiente);
            this.ultraGroupBox10.Controls.Add(this.sing5Atras);
            this.ultraGroupBox10.Controls.Add(this.sing5Primero);
            this.ultraGroupBox10.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox10.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox10.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox10.Name = "ultraGroupBox10";
            this.ultraGroupBox10.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox10.TabIndex = 1;
            this.ultraGroupBox10.Text = "navegacion de registros";
            // 
            // sing5Borrar
            // 
            this.sing5Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sing5Borrar.Location = new System.Drawing.Point(284, 16);
            this.sing5Borrar.Name = "sing5Borrar";
            this.sing5Borrar.Size = new System.Drawing.Size(62, 34);
            this.sing5Borrar.TabIndex = 5;
            this.sing5Borrar.Text = "borrar";
            this.sing5Borrar.Click += new System.EventHandler(this.sing5Borrar_Click);
            // 
            // sing5Ultimo
            // 
            this.sing5Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Ultimo.Location = new System.Drawing.Point(203, 16);
            this.sing5Ultimo.Name = "sing5Ultimo";
            this.sing5Ultimo.Size = new System.Drawing.Size(81, 34);
            this.sing5Ultimo.TabIndex = 4;
            this.sing5Ultimo.Text = "ultimo";
            this.sing5Ultimo.Click += new System.EventHandler(this.sing5Ultimo_Click);
            // 
            // sing5Siguiente
            // 
            this.sing5Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Siguiente.Location = new System.Drawing.Point(129, 16);
            this.sing5Siguiente.Name = "sing5Siguiente";
            this.sing5Siguiente.Size = new System.Drawing.Size(74, 34);
            this.sing5Siguiente.TabIndex = 3;
            this.sing5Siguiente.Text = "siguiente";
            this.sing5Siguiente.Click += new System.EventHandler(this.sing5Siguiente_Click);
            // 
            // sing5Atras
            // 
            this.sing5Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Atras.Location = new System.Drawing.Point(66, 16);
            this.sing5Atras.Name = "sing5Atras";
            this.sing5Atras.Size = new System.Drawing.Size(63, 34);
            this.sing5Atras.TabIndex = 2;
            this.sing5Atras.Text = "atras";
            this.sing5Atras.Click += new System.EventHandler(this.sing5Atras_Click);
            // 
            // sing5Primero
            // 
            this.sing5Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Primero.Location = new System.Drawing.Point(3, 16);
            this.sing5Primero.Name = "sing5Primero";
            this.sing5Primero.Size = new System.Drawing.Size(63, 34);
            this.sing5Primero.TabIndex = 1;
            this.sing5Primero.Text = "primero";
            this.sing5Primero.Click += new System.EventHandler(this.sing5Primero_Click);
            // 
            // ultraPanel5
            // 
            // 
            // ultraPanel5.ClientArea
            // 
            this.ultraPanel5.ClientArea.Controls.Add(this.sing5Actualizar);
            this.ultraPanel5.ClientArea.Controls.Add(this.sing5Cancelar);
            this.ultraPanel5.ClientArea.Controls.Add(this.sing5Registrar);
            this.ultraPanel5.ClientArea.Controls.Add(this.sing5Buscar);
            this.ultraPanel5.ClientArea.Controls.Add(this.sing5Nuevo);
            this.ultraPanel5.ClientArea.Controls.Add(this.sing5Modificar);
            this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel5.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel5.Name = "ultraPanel5";
            this.ultraPanel5.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel5.TabIndex = 0;
            // 
            // sing5Actualizar
            // 
            this.sing5Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Actualizar.Location = new System.Drawing.Point(286, 0);
            this.sing5Actualizar.Name = "sing5Actualizar";
            this.sing5Actualizar.Size = new System.Drawing.Size(63, 28);
            this.sing5Actualizar.TabIndex = 5;
            this.sing5Actualizar.Text = "actualizar";
            this.sing5Actualizar.Click += new System.EventHandler(this.sing5Actualizar_Click);
            // 
            // sing5Cancelar
            // 
            this.sing5Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Cancelar.Enabled = false;
            this.sing5Cancelar.Location = new System.Drawing.Point(227, 0);
            this.sing5Cancelar.Name = "sing5Cancelar";
            this.sing5Cancelar.Size = new System.Drawing.Size(59, 28);
            this.sing5Cancelar.TabIndex = 4;
            this.sing5Cancelar.Text = "cancelar";
            this.sing5Cancelar.Click += new System.EventHandler(this.sing5Cancelar_Click);
            // 
            // sing5Registrar
            // 
            this.sing5Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Registrar.Enabled = false;
            this.sing5Registrar.Location = new System.Drawing.Point(168, 0);
            this.sing5Registrar.Name = "sing5Registrar";
            this.sing5Registrar.Size = new System.Drawing.Size(59, 28);
            this.sing5Registrar.TabIndex = 3;
            this.sing5Registrar.Text = "registrar";
            this.sing5Registrar.Click += new System.EventHandler(this.sing5Registrar_Click);
            // 
            // sing5Buscar
            // 
            this.sing5Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Buscar.Location = new System.Drawing.Point(110, 0);
            this.sing5Buscar.Name = "sing5Buscar";
            this.sing5Buscar.Size = new System.Drawing.Size(58, 28);
            this.sing5Buscar.TabIndex = 2;
            this.sing5Buscar.Text = "buscar";
            this.sing5Buscar.Click += new System.EventHandler(this.sing5Buscar_Click);
            // 
            // sing5Nuevo
            // 
            this.sing5Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Nuevo.Location = new System.Drawing.Point(63, 0);
            this.sing5Nuevo.Name = "sing5Nuevo";
            this.sing5Nuevo.Size = new System.Drawing.Size(47, 28);
            this.sing5Nuevo.TabIndex = 1;
            this.sing5Nuevo.Text = "nuevo";
            this.sing5Nuevo.Click += new System.EventHandler(this.sing5Nuevo_Click);
            // 
            // sing5Modificar
            // 
            this.sing5Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.sing5Modificar.Location = new System.Drawing.Point(0, 0);
            this.sing5Modificar.Name = "sing5Modificar";
            this.sing5Modificar.Size = new System.Drawing.Size(63, 28);
            this.sing5Modificar.TabIndex = 0;
            this.sing5Modificar.Text = "modificar";
            this.sing5Modificar.Click += new System.EventHandler(this.sing5Modificar_Click);
            // 
            // ultraTabPageControl22
            // 
            this.ultraTabPageControl22.Controls.Add(this.visorSing5);
            this.ultraTabPageControl22.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl22.Name = "ultraTabPageControl22";
            this.ultraTabPageControl22.Size = new System.Drawing.Size(222, 177);
            // 
            // visorSing5
            // 
            this.visorSing5.AccessibleName = "";
            this.visorSing5.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.visorSing5.ActiveViewIndex = -1;
            this.visorSing5.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
            this.visorSing5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorSing5.DisplayBackgroundEdge = false;
            this.visorSing5.DisplayGroupTree = false;
            this.visorSing5.DisplayStatusBar = false;
            this.visorSing5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorSing5.Location = new System.Drawing.Point(0, 0);
            this.visorSing5.Margin = new System.Windows.Forms.Padding(0);
            this.visorSing5.Name = "visorSing5";
            this.visorSing5.SelectionFormula = "";
            this.visorSing5.ShowCloseButton = false;
            this.visorSing5.ShowGotoPageButton = false;
            this.visorSing5.ShowGroupTreeButton = false;
            this.visorSing5.ShowPageNavigateButtons = false;
            this.visorSing5.ShowTextSearchButton = false;
            this.visorSing5.Size = new System.Drawing.Size(222, 177);
            this.visorSing5.TabIndex = 0;
            this.visorSing5.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl25
            // 
            this.ultraTabPageControl25.Controls.Add(this.plural1Asesor);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel66);
            this.ultraTabPageControl25.Controls.Add(this.plural1Pie);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel71);
            this.ultraTabPageControl25.Controls.Add(this.plural1Anio);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel73);
            this.ultraTabPageControl25.Controls.Add(this.plural1Meses);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel74);
            this.ultraTabPageControl25.Controls.Add(this.plural1Cantidad);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel75);
            this.ultraTabPageControl25.Controls.Add(this.plural1CantidadL);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel76);
            this.ultraTabPageControl25.Controls.Add(this.plural1Ciudad);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel77);
            this.ultraTabPageControl25.Controls.Add(this.plural1Direccion2);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel78);
            this.ultraTabPageControl25.Controls.Add(this.plural1Direccion);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel79);
            this.ultraTabPageControl25.Controls.Add(this.plural1Nombre);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel80);
            this.ultraTabPageControl25.Controls.Add(this.plural1Fecha);
            this.ultraTabPageControl25.Controls.Add(this.ultraLabel81);
            this.ultraTabPageControl25.Controls.Add(this.ultraGroupBox13);
            this.ultraTabPageControl25.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl25.Name = "ultraTabPageControl25";
            this.ultraTabPageControl25.Size = new System.Drawing.Size(511, 678);
            // 
            // plural1Asesor
            // 
            this.plural1Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.plural1Asesor.Enabled = false;
            this.plural1Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.plural1Asesor.FormattingEnabled = true;
            this.plural1Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.plural1Asesor.Location = new System.Drawing.Point(0, 498);
            this.plural1Asesor.Name = "plural1Asesor";
            this.plural1Asesor.Size = new System.Drawing.Size(156, 21);
            this.plural1Asesor.TabIndex = 118;
            // 
            // ultraLabel66
            // 
            appearance74.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance74.BackColor2 = System.Drawing.Color.White;
            appearance74.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance74.ForeColor = System.Drawing.Color.Black;
            appearance74.TextHAlignAsString = "Left";
            appearance74.TextVAlignAsString = "Middle";
            this.ultraLabel66.Appearance = appearance74;
            this.ultraLabel66.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel66.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel66.Location = new System.Drawing.Point(0, 475);
            this.ultraLabel66.Name = "ultraLabel66";
            this.ultraLabel66.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel66.TabIndex = 117;
            this.ultraLabel66.Text = "Ejecutivo";
            // 
            // plural1Pie
            // 
            this.plural1Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Pie.Enabled = false;
            this.plural1Pie.Location = new System.Drawing.Point(0, 454);
            this.plural1Pie.Name = "plural1Pie";
            this.plural1Pie.Size = new System.Drawing.Size(156, 21);
            this.plural1Pie.TabIndex = 116;
            // 
            // ultraLabel71
            // 
            appearance75.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance75.BackColor2 = System.Drawing.Color.White;
            appearance75.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance75.ForeColor = System.Drawing.Color.Black;
            appearance75.TextHAlignAsString = "Left";
            appearance75.TextVAlignAsString = "Middle";
            this.ultraLabel71.Appearance = appearance75;
            this.ultraLabel71.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel71.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel71.Location = new System.Drawing.Point(0, 431);
            this.ultraLabel71.Name = "ultraLabel71";
            this.ultraLabel71.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel71.TabIndex = 115;
            this.ultraLabel71.Text = "Pie";
            // 
            // plural1Anio
            // 
            this.plural1Anio.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Anio.Enabled = false;
            this.plural1Anio.Location = new System.Drawing.Point(0, 410);
            this.plural1Anio.MaxLength = 4;
            this.plural1Anio.Name = "plural1Anio";
            this.plural1Anio.Size = new System.Drawing.Size(156, 21);
            this.plural1Anio.TabIndex = 114;
            this.plural1Anio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ultraTextEditor26_KeyPress);
            // 
            // ultraLabel73
            // 
            appearance76.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance76.BackColor2 = System.Drawing.Color.White;
            appearance76.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance76.ForeColor = System.Drawing.Color.Black;
            appearance76.TextHAlignAsString = "Left";
            appearance76.TextVAlignAsString = "Middle";
            this.ultraLabel73.Appearance = appearance76;
            this.ultraLabel73.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel73.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel73.Location = new System.Drawing.Point(0, 387);
            this.ultraLabel73.Name = "ultraLabel73";
            this.ultraLabel73.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel73.TabIndex = 113;
            this.ultraLabel73.Text = "Año";
            // 
            // plural1Meses
            // 
            this.plural1Meses.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Meses.Enabled = false;
            this.plural1Meses.Location = new System.Drawing.Point(0, 366);
            this.plural1Meses.Name = "plural1Meses";
            this.plural1Meses.Size = new System.Drawing.Size(156, 21);
            this.plural1Meses.TabIndex = 112;
            // 
            // ultraLabel74
            // 
            appearance77.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance77.BackColor2 = System.Drawing.Color.White;
            appearance77.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance77.ForeColor = System.Drawing.Color.Black;
            appearance77.TextHAlignAsString = "Left";
            appearance77.TextVAlignAsString = "Middle";
            this.ultraLabel74.Appearance = appearance77;
            this.ultraLabel74.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel74.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel74.Location = new System.Drawing.Point(0, 343);
            this.ultraLabel74.Name = "ultraLabel74";
            this.ultraLabel74.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel74.TabIndex = 111;
            this.ultraLabel74.Text = "Meses";
            // 
            // plural1Cantidad
            // 
            this.plural1Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Cantidad.Location = new System.Drawing.Point(0, 323);
            this.plural1Cantidad.Name = "plural1Cantidad";
            this.plural1Cantidad.Size = new System.Drawing.Size(156, 20);
            this.plural1Cantidad.TabIndex = 110;
            this.plural1Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.plural1Cantidad_KeyPress);
            // 
            // ultraLabel75
            // 
            appearance78.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance78.BackColor2 = System.Drawing.Color.White;
            appearance78.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance78.ForeColor = System.Drawing.Color.Black;
            appearance78.TextHAlignAsString = "Left";
            appearance78.TextVAlignAsString = "Middle";
            this.ultraLabel75.Appearance = appearance78;
            this.ultraLabel75.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel75.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel75.Location = new System.Drawing.Point(0, 300);
            this.ultraLabel75.Name = "ultraLabel75";
            this.ultraLabel75.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel75.TabIndex = 109;
            this.ultraLabel75.Text = "Cantidad en numeros";
            // 
            // plural1CantidadL
            // 
            this.plural1CantidadL.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural1CantidadL.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1CantidadL.Enabled = false;
            this.plural1CantidadL.Location = new System.Drawing.Point(0, 243);
            this.plural1CantidadL.Multiline = true;
            this.plural1CantidadL.Name = "plural1CantidadL";
            this.plural1CantidadL.Size = new System.Drawing.Size(156, 57);
            this.plural1CantidadL.TabIndex = 108;
            // 
            // ultraLabel76
            // 
            appearance79.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance79.BackColor2 = System.Drawing.Color.White;
            appearance79.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance79.ForeColor = System.Drawing.Color.Black;
            appearance79.TextHAlignAsString = "Left";
            appearance79.TextVAlignAsString = "Middle";
            this.ultraLabel76.Appearance = appearance79;
            this.ultraLabel76.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel76.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel76.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel76.Name = "ultraLabel76";
            this.ultraLabel76.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel76.TabIndex = 107;
            this.ultraLabel76.Text = "Cantidad en letras";
            // 
            // plural1Ciudad
            // 
            this.plural1Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Ciudad.Enabled = false;
            this.plural1Ciudad.Location = new System.Drawing.Point(0, 199);
            this.plural1Ciudad.Name = "plural1Ciudad";
            this.plural1Ciudad.Size = new System.Drawing.Size(156, 21);
            this.plural1Ciudad.TabIndex = 106;
            // 
            // ultraLabel77
            // 
            appearance80.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance80.BackColor2 = System.Drawing.Color.White;
            appearance80.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance80.ForeColor = System.Drawing.Color.Black;
            appearance80.TextHAlignAsString = "Left";
            appearance80.TextVAlignAsString = "Middle";
            this.ultraLabel77.Appearance = appearance80;
            this.ultraLabel77.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel77.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel77.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel77.Name = "ultraLabel77";
            this.ultraLabel77.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel77.TabIndex = 105;
            this.ultraLabel77.Text = "Ciudad";
            // 
            // plural1Direccion2
            // 
            this.plural1Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Direccion2.Enabled = false;
            this.plural1Direccion2.Location = new System.Drawing.Point(0, 155);
            this.plural1Direccion2.Name = "plural1Direccion2";
            this.plural1Direccion2.Size = new System.Drawing.Size(156, 21);
            this.plural1Direccion2.TabIndex = 104;
            // 
            // ultraLabel78
            // 
            appearance81.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance81.BackColor2 = System.Drawing.Color.White;
            appearance81.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance81.ForeColor = System.Drawing.Color.Black;
            appearance81.TextHAlignAsString = "Left";
            appearance81.TextVAlignAsString = "Middle";
            this.ultraLabel78.Appearance = appearance81;
            this.ultraLabel78.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel78.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel78.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel78.Name = "ultraLabel78";
            this.ultraLabel78.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel78.TabIndex = 103;
            this.ultraLabel78.Text = "Continuacion de la direccion";
            // 
            // plural1Direccion
            // 
            this.plural1Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Direccion.Enabled = false;
            this.plural1Direccion.Location = new System.Drawing.Point(0, 111);
            this.plural1Direccion.Name = "plural1Direccion";
            this.plural1Direccion.Size = new System.Drawing.Size(156, 21);
            this.plural1Direccion.TabIndex = 102;
            // 
            // ultraLabel79
            // 
            appearance82.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance82.BackColor2 = System.Drawing.Color.White;
            appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance82.ForeColor = System.Drawing.Color.Black;
            appearance82.TextHAlignAsString = "Left";
            appearance82.TextVAlignAsString = "Middle";
            this.ultraLabel79.Appearance = appearance82;
            this.ultraLabel79.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel79.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel79.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel79.Name = "ultraLabel79";
            this.ultraLabel79.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel79.TabIndex = 101;
            this.ultraLabel79.Text = "Direccion del negocio";
            // 
            // plural1Nombre
            // 
            this.plural1Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural1Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Nombre.Enabled = false;
            this.plural1Nombre.Location = new System.Drawing.Point(0, 67);
            this.plural1Nombre.Name = "plural1Nombre";
            this.plural1Nombre.Size = new System.Drawing.Size(156, 21);
            this.plural1Nombre.TabIndex = 100;
            // 
            // ultraLabel80
            // 
            appearance83.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance83.BackColor2 = System.Drawing.Color.White;
            appearance83.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance83.ForeColor = System.Drawing.Color.Black;
            appearance83.TextHAlignAsString = "Left";
            appearance83.TextVAlignAsString = "Middle";
            this.ultraLabel80.Appearance = appearance83;
            this.ultraLabel80.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel80.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel80.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel80.Name = "ultraLabel80";
            this.ultraLabel80.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel80.TabIndex = 99;
            this.ultraLabel80.Text = "Nombre del negocio";
            // 
            // plural1Fecha
            // 
            this.plural1Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Fecha.Enabled = false;
            this.plural1Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.plural1Fecha.Location = new System.Drawing.Point(0, 23);
            this.plural1Fecha.Name = "plural1Fecha";
            this.plural1Fecha.Size = new System.Drawing.Size(156, 21);
            this.plural1Fecha.TabIndex = 98;
            // 
            // ultraLabel81
            // 
            appearance84.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance84.BackColor2 = System.Drawing.Color.White;
            appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance84.ForeColor = System.Drawing.Color.Black;
            appearance84.TextHAlignAsString = "Left";
            appearance84.TextVAlignAsString = "Middle";
            this.ultraLabel81.Appearance = appearance84;
            this.ultraLabel81.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel81.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel81.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel81.Name = "ultraLabel81";
            this.ultraLabel81.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel81.TabIndex = 97;
            this.ultraLabel81.Text = "Escoja la fecha";
            // 
            // ultraGroupBox13
            // 
            appearance85.BackColor = System.Drawing.Color.Blue;
            appearance85.BackColor2 = System.Drawing.Color.Silver;
            appearance85.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance85.TextHAlignAsString = "Center";
            appearance85.TextVAlignAsString = "Middle";
            this.ultraGroupBox13.Appearance = appearance85;
            this.ultraGroupBox13.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox13.Controls.Add(this.plural1Conteo);
            this.ultraGroupBox13.Controls.Add(this.ultraGroupBox14);
            this.ultraGroupBox13.Controls.Add(this.ultraPanel7);
            this.ultraGroupBox13.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox13.Location = new System.Drawing.Point(156, 0);
            this.ultraGroupBox13.Name = "ultraGroupBox13";
            this.ultraGroupBox13.Size = new System.Drawing.Size(355, 678);
            this.ultraGroupBox13.TabIndex = 1;
            this.ultraGroupBox13.Text = "menu de opciones";
            // 
            // plural1Conteo
            // 
            appearance86.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance86.BackColor2 = System.Drawing.Color.White;
            appearance86.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance86.FontData.BoldAsString = "True";
            appearance86.ForeColor = System.Drawing.Color.Green;
            appearance86.TextHAlignAsString = "Center";
            appearance86.TextVAlignAsString = "Middle";
            this.plural1Conteo.Appearance = appearance86;
            this.plural1Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural1Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.plural1Conteo.Location = new System.Drawing.Point(3, 97);
            this.plural1Conteo.Name = "plural1Conteo";
            this.plural1Conteo.Size = new System.Drawing.Size(349, 23);
            this.plural1Conteo.TabIndex = 46;
            this.plural1Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox14
            // 
            appearance87.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox14.Appearance = appearance87;
            this.ultraGroupBox14.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox14.Controls.Add(this.plural1Borrar);
            this.ultraGroupBox14.Controls.Add(this.plural1Ultimo);
            this.ultraGroupBox14.Controls.Add(this.plural1Siguiente);
            this.ultraGroupBox14.Controls.Add(this.plural1Atras);
            this.ultraGroupBox14.Controls.Add(this.plural1Primero);
            this.ultraGroupBox14.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox14.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox14.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox14.Name = "ultraGroupBox14";
            this.ultraGroupBox14.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox14.TabIndex = 1;
            this.ultraGroupBox14.Text = "navegacion de registros";
            // 
            // plural1Borrar
            // 
            this.plural1Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plural1Borrar.Location = new System.Drawing.Point(284, 16);
            this.plural1Borrar.Name = "plural1Borrar";
            this.plural1Borrar.Size = new System.Drawing.Size(62, 34);
            this.plural1Borrar.TabIndex = 5;
            this.plural1Borrar.Text = "borrar";
            this.plural1Borrar.Click += new System.EventHandler(this.plural1Borrar_Click);
            // 
            // plural1Ultimo
            // 
            this.plural1Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Ultimo.Location = new System.Drawing.Point(203, 16);
            this.plural1Ultimo.Name = "plural1Ultimo";
            this.plural1Ultimo.Size = new System.Drawing.Size(81, 34);
            this.plural1Ultimo.TabIndex = 4;
            this.plural1Ultimo.Text = "ultimo";
            this.plural1Ultimo.Click += new System.EventHandler(this.plural1Ultimo_Click);
            // 
            // plural1Siguiente
            // 
            this.plural1Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Siguiente.Location = new System.Drawing.Point(129, 16);
            this.plural1Siguiente.Name = "plural1Siguiente";
            this.plural1Siguiente.Size = new System.Drawing.Size(74, 34);
            this.plural1Siguiente.TabIndex = 3;
            this.plural1Siguiente.Text = "siguiente";
            this.plural1Siguiente.Click += new System.EventHandler(this.plural1Siguiente_Click);
            // 
            // plural1Atras
            // 
            this.plural1Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Atras.Location = new System.Drawing.Point(66, 16);
            this.plural1Atras.Name = "plural1Atras";
            this.plural1Atras.Size = new System.Drawing.Size(63, 34);
            this.plural1Atras.TabIndex = 2;
            this.plural1Atras.Text = "atras";
            this.plural1Atras.Click += new System.EventHandler(this.plural1Atras_Click);
            // 
            // plural1Primero
            // 
            this.plural1Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Primero.Location = new System.Drawing.Point(3, 16);
            this.plural1Primero.Name = "plural1Primero";
            this.plural1Primero.Size = new System.Drawing.Size(63, 34);
            this.plural1Primero.TabIndex = 1;
            this.plural1Primero.Text = "primero";
            // 
            // ultraPanel7
            // 
            // 
            // ultraPanel7.ClientArea
            // 
            this.ultraPanel7.ClientArea.Controls.Add(this.plural1Actualizar);
            this.ultraPanel7.ClientArea.Controls.Add(this.plural1Cancelar);
            this.ultraPanel7.ClientArea.Controls.Add(this.plural1Registrar);
            this.ultraPanel7.ClientArea.Controls.Add(this.plural1Buscar);
            this.ultraPanel7.ClientArea.Controls.Add(this.plural1Nuevo);
            this.ultraPanel7.ClientArea.Controls.Add(this.plural1Modificar);
            this.ultraPanel7.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel7.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel7.Name = "ultraPanel7";
            this.ultraPanel7.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel7.TabIndex = 0;
            // 
            // plural1Actualizar
            // 
            this.plural1Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Actualizar.Location = new System.Drawing.Point(286, 0);
            this.plural1Actualizar.Name = "plural1Actualizar";
            this.plural1Actualizar.Size = new System.Drawing.Size(63, 28);
            this.plural1Actualizar.TabIndex = 5;
            this.plural1Actualizar.Text = "actualizar";
            this.plural1Actualizar.Click += new System.EventHandler(this.plural1Actualizar_Click);
            // 
            // plural1Cancelar
            // 
            this.plural1Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Cancelar.Enabled = false;
            this.plural1Cancelar.Location = new System.Drawing.Point(227, 0);
            this.plural1Cancelar.Name = "plural1Cancelar";
            this.plural1Cancelar.Size = new System.Drawing.Size(59, 28);
            this.plural1Cancelar.TabIndex = 4;
            this.plural1Cancelar.Text = "cancelar";
            this.plural1Cancelar.Click += new System.EventHandler(this.plural1Cancelar_Click);
            // 
            // plural1Registrar
            // 
            this.plural1Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Registrar.Enabled = false;
            this.plural1Registrar.Location = new System.Drawing.Point(168, 0);
            this.plural1Registrar.Name = "plural1Registrar";
            this.plural1Registrar.Size = new System.Drawing.Size(59, 28);
            this.plural1Registrar.TabIndex = 3;
            this.plural1Registrar.Text = "registrar";
            this.plural1Registrar.Click += new System.EventHandler(this.plural1Registrar_Click);
            // 
            // plural1Buscar
            // 
            this.plural1Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Buscar.Location = new System.Drawing.Point(110, 0);
            this.plural1Buscar.Name = "plural1Buscar";
            this.plural1Buscar.Size = new System.Drawing.Size(58, 28);
            this.plural1Buscar.TabIndex = 2;
            this.plural1Buscar.Text = "buscar";
            this.plural1Buscar.Click += new System.EventHandler(this.plural1Buscar_Click);
            // 
            // plural1Nuevo
            // 
            this.plural1Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Nuevo.Location = new System.Drawing.Point(63, 0);
            this.plural1Nuevo.Name = "plural1Nuevo";
            this.plural1Nuevo.Size = new System.Drawing.Size(47, 28);
            this.plural1Nuevo.TabIndex = 1;
            this.plural1Nuevo.Text = "nuevo";
            this.plural1Nuevo.Click += new System.EventHandler(this.plural1Nuevo_Click);
            // 
            // plural1Modificar
            // 
            this.plural1Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural1Modificar.Location = new System.Drawing.Point(0, 0);
            this.plural1Modificar.Name = "plural1Modificar";
            this.plural1Modificar.Size = new System.Drawing.Size(63, 28);
            this.plural1Modificar.TabIndex = 0;
            this.plural1Modificar.Text = "modificar";
            this.plural1Modificar.Click += new System.EventHandler(this.plural1Modificar_Click);
            // 
            // ultraTabPageControl26
            // 
            this.ultraTabPageControl26.Controls.Add(this.visorPlural1);
            this.ultraTabPageControl26.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl26.Name = "ultraTabPageControl26";
            this.ultraTabPageControl26.Size = new System.Drawing.Size(511, 678);
            // 
            // visorPlural1
            // 
            this.visorPlural1.ActiveViewIndex = -1;
            this.visorPlural1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorPlural1.DisplayBackgroundEdge = false;
            this.visorPlural1.DisplayGroupTree = false;
            this.visorPlural1.DisplayStatusBar = false;
            this.visorPlural1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorPlural1.Location = new System.Drawing.Point(0, 0);
            this.visorPlural1.Margin = new System.Windows.Forms.Padding(0);
            this.visorPlural1.Name = "visorPlural1";
            this.visorPlural1.SelectionFormula = "";
            this.visorPlural1.ShowCloseButton = false;
            this.visorPlural1.ShowGotoPageButton = false;
            this.visorPlural1.ShowGroupTreeButton = false;
            this.visorPlural1.ShowPageNavigateButtons = false;
            this.visorPlural1.ShowTextSearchButton = false;
            this.visorPlural1.Size = new System.Drawing.Size(511, 678);
            this.visorPlural1.TabIndex = 0;
            this.visorPlural1.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl23
            // 
            this.ultraTabPageControl23.Controls.Add(this.plural2Asesor);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel60);
            this.ultraTabPageControl23.Controls.Add(this.plural2Pie);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel61);
            this.ultraTabPageControl23.Controls.Add(this.plural2Anio);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel62);
            this.ultraTabPageControl23.Controls.Add(this.plural2Meses);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel63);
            this.ultraTabPageControl23.Controls.Add(this.plural2Cantidad);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel64);
            this.ultraTabPageControl23.Controls.Add(this.plural2CantidadL);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel65);
            this.ultraTabPageControl23.Controls.Add(this.plural2Ciudad);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel67);
            this.ultraTabPageControl23.Controls.Add(this.plural2Direccion2);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel68);
            this.ultraTabPageControl23.Controls.Add(this.plural2Direccion);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel69);
            this.ultraTabPageControl23.Controls.Add(this.plural2Nombre);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel70);
            this.ultraTabPageControl23.Controls.Add(this.plural2Fecha);
            this.ultraTabPageControl23.Controls.Add(this.ultraLabel72);
            this.ultraTabPageControl23.Controls.Add(this.ultraGroupBox11);
            this.ultraTabPageControl23.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl23.Name = "ultraTabPageControl23";
            this.ultraTabPageControl23.Size = new System.Drawing.Size(511, 678);
            // 
            // plural2Asesor
            // 
            this.plural2Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.plural2Asesor.Enabled = false;
            this.plural2Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.plural2Asesor.FormattingEnabled = true;
            this.plural2Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.plural2Asesor.Location = new System.Drawing.Point(0, 498);
            this.plural2Asesor.Name = "plural2Asesor";
            this.plural2Asesor.Size = new System.Drawing.Size(156, 21);
            this.plural2Asesor.TabIndex = 96;
            // 
            // ultraLabel60
            // 
            appearance88.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance88.BackColor2 = System.Drawing.Color.White;
            appearance88.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance88.ForeColor = System.Drawing.Color.Black;
            appearance88.TextHAlignAsString = "Left";
            appearance88.TextVAlignAsString = "Middle";
            this.ultraLabel60.Appearance = appearance88;
            this.ultraLabel60.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel60.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel60.Location = new System.Drawing.Point(0, 475);
            this.ultraLabel60.Name = "ultraLabel60";
            this.ultraLabel60.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel60.TabIndex = 95;
            this.ultraLabel60.Text = "Ejecutivo";
            // 
            // plural2Pie
            // 
            this.plural2Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Pie.Enabled = false;
            this.plural2Pie.Location = new System.Drawing.Point(0, 454);
            this.plural2Pie.Name = "plural2Pie";
            this.plural2Pie.Size = new System.Drawing.Size(156, 21);
            this.plural2Pie.TabIndex = 94;
            // 
            // ultraLabel61
            // 
            appearance89.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance89.BackColor2 = System.Drawing.Color.White;
            appearance89.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance89.ForeColor = System.Drawing.Color.Black;
            appearance89.TextHAlignAsString = "Left";
            appearance89.TextVAlignAsString = "Middle";
            this.ultraLabel61.Appearance = appearance89;
            this.ultraLabel61.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel61.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel61.Location = new System.Drawing.Point(0, 431);
            this.ultraLabel61.Name = "ultraLabel61";
            this.ultraLabel61.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel61.TabIndex = 93;
            this.ultraLabel61.Text = "Pie";
            // 
            // plural2Anio
            // 
            this.plural2Anio.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Anio.Enabled = false;
            this.plural2Anio.Location = new System.Drawing.Point(0, 410);
            this.plural2Anio.MaxLength = 4;
            this.plural2Anio.Name = "plural2Anio";
            this.plural2Anio.Size = new System.Drawing.Size(156, 21);
            this.plural2Anio.TabIndex = 92;
            this.plural2Anio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.plural2Anio_KeyPress);
            // 
            // ultraLabel62
            // 
            appearance90.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance90.BackColor2 = System.Drawing.Color.White;
            appearance90.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance90.ForeColor = System.Drawing.Color.Black;
            appearance90.TextHAlignAsString = "Left";
            appearance90.TextVAlignAsString = "Middle";
            this.ultraLabel62.Appearance = appearance90;
            this.ultraLabel62.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel62.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel62.Location = new System.Drawing.Point(0, 387);
            this.ultraLabel62.Name = "ultraLabel62";
            this.ultraLabel62.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel62.TabIndex = 91;
            this.ultraLabel62.Text = "Año";
            // 
            // plural2Meses
            // 
            this.plural2Meses.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Meses.Enabled = false;
            this.plural2Meses.Location = new System.Drawing.Point(0, 366);
            this.plural2Meses.Name = "plural2Meses";
            this.plural2Meses.Size = new System.Drawing.Size(156, 21);
            this.plural2Meses.TabIndex = 90;
            // 
            // ultraLabel63
            // 
            appearance91.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance91.BackColor2 = System.Drawing.Color.White;
            appearance91.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance91.ForeColor = System.Drawing.Color.Black;
            appearance91.TextHAlignAsString = "Left";
            appearance91.TextVAlignAsString = "Middle";
            this.ultraLabel63.Appearance = appearance91;
            this.ultraLabel63.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel63.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel63.Location = new System.Drawing.Point(0, 343);
            this.ultraLabel63.Name = "ultraLabel63";
            this.ultraLabel63.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel63.TabIndex = 89;
            this.ultraLabel63.Text = "Meses";
            // 
            // plural2Cantidad
            // 
            this.plural2Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Cantidad.Location = new System.Drawing.Point(0, 323);
            this.plural2Cantidad.Name = "plural2Cantidad";
            this.plural2Cantidad.Size = new System.Drawing.Size(156, 20);
            this.plural2Cantidad.TabIndex = 88;
            this.plural2Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.plural2Cantidad_KeyPress);
            // 
            // ultraLabel64
            // 
            appearance92.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance92.BackColor2 = System.Drawing.Color.White;
            appearance92.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance92.ForeColor = System.Drawing.Color.Black;
            appearance92.TextHAlignAsString = "Left";
            appearance92.TextVAlignAsString = "Middle";
            this.ultraLabel64.Appearance = appearance92;
            this.ultraLabel64.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel64.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel64.Location = new System.Drawing.Point(0, 300);
            this.ultraLabel64.Name = "ultraLabel64";
            this.ultraLabel64.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel64.TabIndex = 87;
            this.ultraLabel64.Text = "Cantidad en numeros";
            // 
            // plural2CantidadL
            // 
            this.plural2CantidadL.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural2CantidadL.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2CantidadL.Enabled = false;
            this.plural2CantidadL.Location = new System.Drawing.Point(0, 243);
            this.plural2CantidadL.Multiline = true;
            this.plural2CantidadL.Name = "plural2CantidadL";
            this.plural2CantidadL.Size = new System.Drawing.Size(156, 57);
            this.plural2CantidadL.TabIndex = 86;
            // 
            // ultraLabel65
            // 
            appearance93.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance93.BackColor2 = System.Drawing.Color.White;
            appearance93.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance93.ForeColor = System.Drawing.Color.Black;
            appearance93.TextHAlignAsString = "Left";
            appearance93.TextVAlignAsString = "Middle";
            this.ultraLabel65.Appearance = appearance93;
            this.ultraLabel65.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel65.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel65.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel65.Name = "ultraLabel65";
            this.ultraLabel65.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel65.TabIndex = 85;
            this.ultraLabel65.Text = "Cantidad en letras";
            // 
            // plural2Ciudad
            // 
            this.plural2Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Ciudad.Enabled = false;
            this.plural2Ciudad.Location = new System.Drawing.Point(0, 199);
            this.plural2Ciudad.Name = "plural2Ciudad";
            this.plural2Ciudad.Size = new System.Drawing.Size(156, 21);
            this.plural2Ciudad.TabIndex = 82;
            // 
            // ultraLabel67
            // 
            appearance94.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance94.BackColor2 = System.Drawing.Color.White;
            appearance94.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance94.ForeColor = System.Drawing.Color.Black;
            appearance94.TextHAlignAsString = "Left";
            appearance94.TextVAlignAsString = "Middle";
            this.ultraLabel67.Appearance = appearance94;
            this.ultraLabel67.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel67.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel67.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel67.Name = "ultraLabel67";
            this.ultraLabel67.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel67.TabIndex = 81;
            this.ultraLabel67.Text = "Ciudad";
            // 
            // plural2Direccion2
            // 
            this.plural2Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Direccion2.Enabled = false;
            this.plural2Direccion2.Location = new System.Drawing.Point(0, 155);
            this.plural2Direccion2.Name = "plural2Direccion2";
            this.plural2Direccion2.Size = new System.Drawing.Size(156, 21);
            this.plural2Direccion2.TabIndex = 80;
            // 
            // ultraLabel68
            // 
            appearance95.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance95.BackColor2 = System.Drawing.Color.White;
            appearance95.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance95.ForeColor = System.Drawing.Color.Black;
            appearance95.TextHAlignAsString = "Left";
            appearance95.TextVAlignAsString = "Middle";
            this.ultraLabel68.Appearance = appearance95;
            this.ultraLabel68.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel68.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel68.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel68.Name = "ultraLabel68";
            this.ultraLabel68.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel68.TabIndex = 79;
            this.ultraLabel68.Text = "Continuacion de la direccion";
            // 
            // plural2Direccion
            // 
            this.plural2Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Direccion.Enabled = false;
            this.plural2Direccion.Location = new System.Drawing.Point(0, 111);
            this.plural2Direccion.Name = "plural2Direccion";
            this.plural2Direccion.Size = new System.Drawing.Size(156, 21);
            this.plural2Direccion.TabIndex = 78;
            // 
            // ultraLabel69
            // 
            appearance96.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance96.BackColor2 = System.Drawing.Color.White;
            appearance96.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance96.ForeColor = System.Drawing.Color.Black;
            appearance96.TextHAlignAsString = "Left";
            appearance96.TextVAlignAsString = "Middle";
            this.ultraLabel69.Appearance = appearance96;
            this.ultraLabel69.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel69.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel69.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel69.Name = "ultraLabel69";
            this.ultraLabel69.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel69.TabIndex = 77;
            this.ultraLabel69.Text = "Direccion del negocio";
            // 
            // plural2Nombre
            // 
            this.plural2Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural2Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Nombre.Enabled = false;
            this.plural2Nombre.Location = new System.Drawing.Point(0, 67);
            this.plural2Nombre.Name = "plural2Nombre";
            this.plural2Nombre.Size = new System.Drawing.Size(156, 21);
            this.plural2Nombre.TabIndex = 76;
            // 
            // ultraLabel70
            // 
            appearance97.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance97.BackColor2 = System.Drawing.Color.White;
            appearance97.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance97.ForeColor = System.Drawing.Color.Black;
            appearance97.TextHAlignAsString = "Left";
            appearance97.TextVAlignAsString = "Middle";
            this.ultraLabel70.Appearance = appearance97;
            this.ultraLabel70.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel70.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel70.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel70.Name = "ultraLabel70";
            this.ultraLabel70.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel70.TabIndex = 75;
            this.ultraLabel70.Text = "Nombre del negocio";
            // 
            // plural2Fecha
            // 
            this.plural2Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Fecha.Enabled = false;
            this.plural2Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.plural2Fecha.Location = new System.Drawing.Point(0, 23);
            this.plural2Fecha.Name = "plural2Fecha";
            this.plural2Fecha.Size = new System.Drawing.Size(156, 21);
            this.plural2Fecha.TabIndex = 72;
            // 
            // ultraLabel72
            // 
            appearance98.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance98.BackColor2 = System.Drawing.Color.White;
            appearance98.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance98.ForeColor = System.Drawing.Color.Black;
            appearance98.TextHAlignAsString = "Left";
            appearance98.TextVAlignAsString = "Middle";
            this.ultraLabel72.Appearance = appearance98;
            this.ultraLabel72.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel72.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel72.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel72.Name = "ultraLabel72";
            this.ultraLabel72.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel72.TabIndex = 71;
            this.ultraLabel72.Text = "Escoja la fecha";
            // 
            // ultraGroupBox11
            // 
            appearance99.BackColor = System.Drawing.Color.Blue;
            appearance99.BackColor2 = System.Drawing.Color.Silver;
            appearance99.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance99.TextHAlignAsString = "Center";
            appearance99.TextVAlignAsString = "Middle";
            this.ultraGroupBox11.Appearance = appearance99;
            this.ultraGroupBox11.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox11.Controls.Add(this.plural2Conteo);
            this.ultraGroupBox11.Controls.Add(this.ultraGroupBox12);
            this.ultraGroupBox11.Controls.Add(this.ultraPanel6);
            this.ultraGroupBox11.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox11.Location = new System.Drawing.Point(156, 0);
            this.ultraGroupBox11.Name = "ultraGroupBox11";
            this.ultraGroupBox11.Size = new System.Drawing.Size(355, 678);
            this.ultraGroupBox11.TabIndex = 1;
            this.ultraGroupBox11.Text = "menu de opciones";
            // 
            // plural2Conteo
            // 
            appearance100.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance100.BackColor2 = System.Drawing.Color.White;
            appearance100.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance100.FontData.BoldAsString = "True";
            appearance100.ForeColor = System.Drawing.Color.Green;
            appearance100.TextHAlignAsString = "Center";
            appearance100.TextVAlignAsString = "Middle";
            this.plural2Conteo.Appearance = appearance100;
            this.plural2Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural2Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.plural2Conteo.Location = new System.Drawing.Point(3, 97);
            this.plural2Conteo.Name = "plural2Conteo";
            this.plural2Conteo.Size = new System.Drawing.Size(349, 23);
            this.plural2Conteo.TabIndex = 46;
            this.plural2Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox12
            // 
            appearance101.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox12.Appearance = appearance101;
            this.ultraGroupBox12.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox12.Controls.Add(this.plural2Borrar);
            this.ultraGroupBox12.Controls.Add(this.plural2Ultimo);
            this.ultraGroupBox12.Controls.Add(this.plural2Siguiente);
            this.ultraGroupBox12.Controls.Add(this.plural2Atras);
            this.ultraGroupBox12.Controls.Add(this.plural2Primero);
            this.ultraGroupBox12.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox12.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox12.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox12.Name = "ultraGroupBox12";
            this.ultraGroupBox12.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox12.TabIndex = 1;
            this.ultraGroupBox12.Text = "navegacion de registros";
            // 
            // plural2Borrar
            // 
            this.plural2Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plural2Borrar.Location = new System.Drawing.Point(284, 16);
            this.plural2Borrar.Name = "plural2Borrar";
            this.plural2Borrar.Size = new System.Drawing.Size(62, 34);
            this.plural2Borrar.TabIndex = 5;
            this.plural2Borrar.Text = "borrar";
            this.plural2Borrar.Click += new System.EventHandler(this.plural2Borrar_Click);
            // 
            // plural2Ultimo
            // 
            this.plural2Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Ultimo.Location = new System.Drawing.Point(203, 16);
            this.plural2Ultimo.Name = "plural2Ultimo";
            this.plural2Ultimo.Size = new System.Drawing.Size(81, 34);
            this.plural2Ultimo.TabIndex = 4;
            this.plural2Ultimo.Text = "ultimo";
            this.plural2Ultimo.Click += new System.EventHandler(this.plural2Ultimo_Click);
            // 
            // plural2Siguiente
            // 
            this.plural2Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Siguiente.Location = new System.Drawing.Point(129, 16);
            this.plural2Siguiente.Name = "plural2Siguiente";
            this.plural2Siguiente.Size = new System.Drawing.Size(74, 34);
            this.plural2Siguiente.TabIndex = 3;
            this.plural2Siguiente.Text = "siguiente";
            this.plural2Siguiente.Click += new System.EventHandler(this.plural2Siguiente_Click);
            // 
            // plural2Atras
            // 
            this.plural2Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Atras.Location = new System.Drawing.Point(66, 16);
            this.plural2Atras.Name = "plural2Atras";
            this.plural2Atras.Size = new System.Drawing.Size(63, 34);
            this.plural2Atras.TabIndex = 2;
            this.plural2Atras.Text = "atras";
            this.plural2Atras.Click += new System.EventHandler(this.plural2Atras_Click);
            // 
            // plural2Primero
            // 
            this.plural2Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Primero.Location = new System.Drawing.Point(3, 16);
            this.plural2Primero.Name = "plural2Primero";
            this.plural2Primero.Size = new System.Drawing.Size(63, 34);
            this.plural2Primero.TabIndex = 1;
            this.plural2Primero.Text = "primero";
            this.plural2Primero.Click += new System.EventHandler(this.plural2Primero_Click);
            // 
            // ultraPanel6
            // 
            // 
            // ultraPanel6.ClientArea
            // 
            this.ultraPanel6.ClientArea.Controls.Add(this.plural2Actualizar);
            this.ultraPanel6.ClientArea.Controls.Add(this.plural2Cancelar);
            this.ultraPanel6.ClientArea.Controls.Add(this.plural2Registrar);
            this.ultraPanel6.ClientArea.Controls.Add(this.plural2Buscar);
            this.ultraPanel6.ClientArea.Controls.Add(this.plural2Nuevo);
            this.ultraPanel6.ClientArea.Controls.Add(this.plural2Modificar);
            this.ultraPanel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel6.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel6.Name = "ultraPanel6";
            this.ultraPanel6.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel6.TabIndex = 0;
            // 
            // plural2Actualizar
            // 
            this.plural2Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Actualizar.Location = new System.Drawing.Point(286, 0);
            this.plural2Actualizar.Name = "plural2Actualizar";
            this.plural2Actualizar.Size = new System.Drawing.Size(63, 28);
            this.plural2Actualizar.TabIndex = 5;
            this.plural2Actualizar.Text = "actualizar";
            this.plural2Actualizar.Click += new System.EventHandler(this.plural2Actualizar_Click);
            // 
            // plural2Cancelar
            // 
            this.plural2Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Cancelar.Enabled = false;
            this.plural2Cancelar.Location = new System.Drawing.Point(227, 0);
            this.plural2Cancelar.Name = "plural2Cancelar";
            this.plural2Cancelar.Size = new System.Drawing.Size(59, 28);
            this.plural2Cancelar.TabIndex = 4;
            this.plural2Cancelar.Text = "cancelar";
            this.plural2Cancelar.Click += new System.EventHandler(this.plural2Cancelar_Click);
            // 
            // plural2Registrar
            // 
            this.plural2Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Registrar.Enabled = false;
            this.plural2Registrar.Location = new System.Drawing.Point(168, 0);
            this.plural2Registrar.Name = "plural2Registrar";
            this.plural2Registrar.Size = new System.Drawing.Size(59, 28);
            this.plural2Registrar.TabIndex = 3;
            this.plural2Registrar.Text = "registrar";
            this.plural2Registrar.Click += new System.EventHandler(this.plural2Registrar_Click);
            // 
            // plural2Buscar
            // 
            this.plural2Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Buscar.Location = new System.Drawing.Point(110, 0);
            this.plural2Buscar.Name = "plural2Buscar";
            this.plural2Buscar.Size = new System.Drawing.Size(58, 28);
            this.plural2Buscar.TabIndex = 2;
            this.plural2Buscar.Text = "buscar";
            this.plural2Buscar.Click += new System.EventHandler(this.plural2Buscar_Click);
            // 
            // plural2Nuevo
            // 
            this.plural2Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Nuevo.Location = new System.Drawing.Point(63, 0);
            this.plural2Nuevo.Name = "plural2Nuevo";
            this.plural2Nuevo.Size = new System.Drawing.Size(47, 28);
            this.plural2Nuevo.TabIndex = 1;
            this.plural2Nuevo.Text = "nuevo";
            this.plural2Nuevo.Click += new System.EventHandler(this.plural2Nuevo_Click);
            // 
            // plural2Modificar
            // 
            this.plural2Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural2Modificar.Location = new System.Drawing.Point(0, 0);
            this.plural2Modificar.Name = "plural2Modificar";
            this.plural2Modificar.Size = new System.Drawing.Size(63, 28);
            this.plural2Modificar.TabIndex = 0;
            this.plural2Modificar.Text = "modificar";
            this.plural2Modificar.Click += new System.EventHandler(this.plural2Modificar_Click);
            // 
            // ultraTabPageControl24
            // 
            this.ultraTabPageControl24.Controls.Add(this.visorPlural2);
            this.ultraTabPageControl24.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl24.Name = "ultraTabPageControl24";
            this.ultraTabPageControl24.Size = new System.Drawing.Size(511, 678);
            // 
            // visorPlural2
            // 
            this.visorPlural2.ActiveViewIndex = -1;
            this.visorPlural2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorPlural2.DisplayBackgroundEdge = false;
            this.visorPlural2.DisplayGroupTree = false;
            this.visorPlural2.DisplayStatusBar = false;
            this.visorPlural2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorPlural2.Location = new System.Drawing.Point(0, 0);
            this.visorPlural2.Margin = new System.Windows.Forms.Padding(0);
            this.visorPlural2.Name = "visorPlural2";
            this.visorPlural2.SelectionFormula = "";
            this.visorPlural2.ShowCloseButton = false;
            this.visorPlural2.ShowGotoPageButton = false;
            this.visorPlural2.ShowGroupTreeButton = false;
            this.visorPlural2.ShowPageNavigateButtons = false;
            this.visorPlural2.ShowTextSearchButton = false;
            this.visorPlural2.Size = new System.Drawing.Size(511, 678);
            this.visorPlural2.TabIndex = 0;
            this.visorPlural2.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl27
            // 
            this.ultraTabPageControl27.Controls.Add(this.plural3Asesor);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel82);
            this.ultraTabPageControl27.Controls.Add(this.plural3Pie);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel83);
            this.ultraTabPageControl27.Controls.Add(this.plural3Anio);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel84);
            this.ultraTabPageControl27.Controls.Add(this.plural3Meses);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel85);
            this.ultraTabPageControl27.Controls.Add(this.plural3Cantidad);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel86);
            this.ultraTabPageControl27.Controls.Add(this.plural3CantidadL);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel87);
            this.ultraTabPageControl27.Controls.Add(this.plural3Ciudad);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel88);
            this.ultraTabPageControl27.Controls.Add(this.plural3Direccion2);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel89);
            this.ultraTabPageControl27.Controls.Add(this.plural3Direccion);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel90);
            this.ultraTabPageControl27.Controls.Add(this.plural3Nombre);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel91);
            this.ultraTabPageControl27.Controls.Add(this.plural3Fecha);
            this.ultraTabPageControl27.Controls.Add(this.ultraLabel92);
            this.ultraTabPageControl27.Controls.Add(this.ultraGroupBox15);
            this.ultraTabPageControl27.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl27.Name = "ultraTabPageControl27";
            this.ultraTabPageControl27.Size = new System.Drawing.Size(511, 678);
            // 
            // plural3Asesor
            // 
            this.plural3Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.plural3Asesor.Enabled = false;
            this.plural3Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.plural3Asesor.FormattingEnabled = true;
            this.plural3Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.plural3Asesor.Location = new System.Drawing.Point(0, 498);
            this.plural3Asesor.Name = "plural3Asesor";
            this.plural3Asesor.Size = new System.Drawing.Size(156, 21);
            this.plural3Asesor.TabIndex = 118;
            // 
            // ultraLabel82
            // 
            appearance102.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance102.BackColor2 = System.Drawing.Color.White;
            appearance102.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance102.ForeColor = System.Drawing.Color.Black;
            appearance102.TextHAlignAsString = "Left";
            appearance102.TextVAlignAsString = "Middle";
            this.ultraLabel82.Appearance = appearance102;
            this.ultraLabel82.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel82.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel82.Location = new System.Drawing.Point(0, 475);
            this.ultraLabel82.Name = "ultraLabel82";
            this.ultraLabel82.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel82.TabIndex = 117;
            this.ultraLabel82.Text = "Ejecutivo";
            // 
            // plural3Pie
            // 
            this.plural3Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Pie.Enabled = false;
            this.plural3Pie.Location = new System.Drawing.Point(0, 454);
            this.plural3Pie.Name = "plural3Pie";
            this.plural3Pie.Size = new System.Drawing.Size(156, 21);
            this.plural3Pie.TabIndex = 116;
            // 
            // ultraLabel83
            // 
            appearance103.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance103.BackColor2 = System.Drawing.Color.White;
            appearance103.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance103.ForeColor = System.Drawing.Color.Black;
            appearance103.TextHAlignAsString = "Left";
            appearance103.TextVAlignAsString = "Middle";
            this.ultraLabel83.Appearance = appearance103;
            this.ultraLabel83.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel83.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel83.Location = new System.Drawing.Point(0, 431);
            this.ultraLabel83.Name = "ultraLabel83";
            this.ultraLabel83.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel83.TabIndex = 115;
            this.ultraLabel83.Text = "Pie";
            // 
            // plural3Anio
            // 
            this.plural3Anio.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Anio.Enabled = false;
            this.plural3Anio.Location = new System.Drawing.Point(0, 410);
            this.plural3Anio.MaxLength = 4;
            this.plural3Anio.Name = "plural3Anio";
            this.plural3Anio.Size = new System.Drawing.Size(156, 21);
            this.plural3Anio.TabIndex = 114;
            this.plural3Anio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ultraTextEditor34_KeyPress);
            // 
            // ultraLabel84
            // 
            appearance104.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance104.BackColor2 = System.Drawing.Color.White;
            appearance104.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance104.ForeColor = System.Drawing.Color.Black;
            appearance104.TextHAlignAsString = "Left";
            appearance104.TextVAlignAsString = "Middle";
            this.ultraLabel84.Appearance = appearance104;
            this.ultraLabel84.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel84.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel84.Location = new System.Drawing.Point(0, 387);
            this.ultraLabel84.Name = "ultraLabel84";
            this.ultraLabel84.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel84.TabIndex = 113;
            this.ultraLabel84.Text = "Año";
            // 
            // plural3Meses
            // 
            this.plural3Meses.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Meses.Enabled = false;
            this.plural3Meses.Location = new System.Drawing.Point(0, 366);
            this.plural3Meses.Name = "plural3Meses";
            this.plural3Meses.Size = new System.Drawing.Size(156, 21);
            this.plural3Meses.TabIndex = 112;
            // 
            // ultraLabel85
            // 
            appearance105.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance105.BackColor2 = System.Drawing.Color.White;
            appearance105.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance105.ForeColor = System.Drawing.Color.Black;
            appearance105.TextHAlignAsString = "Left";
            appearance105.TextVAlignAsString = "Middle";
            this.ultraLabel85.Appearance = appearance105;
            this.ultraLabel85.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel85.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel85.Location = new System.Drawing.Point(0, 343);
            this.ultraLabel85.Name = "ultraLabel85";
            this.ultraLabel85.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel85.TabIndex = 111;
            this.ultraLabel85.Text = "Meses";
            // 
            // plural3Cantidad
            // 
            this.plural3Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Cantidad.Location = new System.Drawing.Point(0, 323);
            this.plural3Cantidad.Name = "plural3Cantidad";
            this.plural3Cantidad.Size = new System.Drawing.Size(156, 20);
            this.plural3Cantidad.TabIndex = 110;
            this.plural3Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.maskedTextBox5_KeyPress);
            // 
            // ultraLabel86
            // 
            appearance106.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance106.BackColor2 = System.Drawing.Color.White;
            appearance106.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance106.ForeColor = System.Drawing.Color.Black;
            appearance106.TextHAlignAsString = "Left";
            appearance106.TextVAlignAsString = "Middle";
            this.ultraLabel86.Appearance = appearance106;
            this.ultraLabel86.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel86.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel86.Location = new System.Drawing.Point(0, 300);
            this.ultraLabel86.Name = "ultraLabel86";
            this.ultraLabel86.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel86.TabIndex = 109;
            this.ultraLabel86.Text = "Cantidad en numeros";
            // 
            // plural3CantidadL
            // 
            this.plural3CantidadL.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural3CantidadL.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3CantidadL.Enabled = false;
            this.plural3CantidadL.Location = new System.Drawing.Point(0, 243);
            this.plural3CantidadL.Multiline = true;
            this.plural3CantidadL.Name = "plural3CantidadL";
            this.plural3CantidadL.Size = new System.Drawing.Size(156, 57);
            this.plural3CantidadL.TabIndex = 108;
            // 
            // ultraLabel87
            // 
            appearance107.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance107.BackColor2 = System.Drawing.Color.White;
            appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance107.ForeColor = System.Drawing.Color.Black;
            appearance107.TextHAlignAsString = "Left";
            appearance107.TextVAlignAsString = "Middle";
            this.ultraLabel87.Appearance = appearance107;
            this.ultraLabel87.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel87.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel87.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel87.Name = "ultraLabel87";
            this.ultraLabel87.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel87.TabIndex = 107;
            this.ultraLabel87.Text = "Cantidad en letras";
            // 
            // plural3Ciudad
            // 
            this.plural3Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Ciudad.Enabled = false;
            this.plural3Ciudad.Location = new System.Drawing.Point(0, 199);
            this.plural3Ciudad.Name = "plural3Ciudad";
            this.plural3Ciudad.Size = new System.Drawing.Size(156, 21);
            this.plural3Ciudad.TabIndex = 106;
            // 
            // ultraLabel88
            // 
            appearance108.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance108.BackColor2 = System.Drawing.Color.White;
            appearance108.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance108.ForeColor = System.Drawing.Color.Black;
            appearance108.TextHAlignAsString = "Left";
            appearance108.TextVAlignAsString = "Middle";
            this.ultraLabel88.Appearance = appearance108;
            this.ultraLabel88.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel88.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel88.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel88.Name = "ultraLabel88";
            this.ultraLabel88.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel88.TabIndex = 105;
            this.ultraLabel88.Text = "Ciudad";
            // 
            // plural3Direccion2
            // 
            this.plural3Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Direccion2.Enabled = false;
            this.plural3Direccion2.Location = new System.Drawing.Point(0, 155);
            this.plural3Direccion2.Name = "plural3Direccion2";
            this.plural3Direccion2.Size = new System.Drawing.Size(156, 21);
            this.plural3Direccion2.TabIndex = 104;
            // 
            // ultraLabel89
            // 
            appearance109.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance109.BackColor2 = System.Drawing.Color.White;
            appearance109.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance109.ForeColor = System.Drawing.Color.Black;
            appearance109.TextHAlignAsString = "Left";
            appearance109.TextVAlignAsString = "Middle";
            this.ultraLabel89.Appearance = appearance109;
            this.ultraLabel89.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel89.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel89.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel89.Name = "ultraLabel89";
            this.ultraLabel89.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel89.TabIndex = 103;
            this.ultraLabel89.Text = "Continuacion de la direccion";
            // 
            // plural3Direccion
            // 
            this.plural3Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Direccion.Enabled = false;
            this.plural3Direccion.Location = new System.Drawing.Point(0, 111);
            this.plural3Direccion.Name = "plural3Direccion";
            this.plural3Direccion.Size = new System.Drawing.Size(156, 21);
            this.plural3Direccion.TabIndex = 102;
            // 
            // ultraLabel90
            // 
            appearance110.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance110.BackColor2 = System.Drawing.Color.White;
            appearance110.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance110.ForeColor = System.Drawing.Color.Black;
            appearance110.TextHAlignAsString = "Left";
            appearance110.TextVAlignAsString = "Middle";
            this.ultraLabel90.Appearance = appearance110;
            this.ultraLabel90.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel90.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel90.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel90.Name = "ultraLabel90";
            this.ultraLabel90.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel90.TabIndex = 101;
            this.ultraLabel90.Text = "Direccion del negocio";
            // 
            // plural3Nombre
            // 
            this.plural3Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural3Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Nombre.Enabled = false;
            this.plural3Nombre.Location = new System.Drawing.Point(0, 67);
            this.plural3Nombre.Name = "plural3Nombre";
            this.plural3Nombre.Size = new System.Drawing.Size(156, 21);
            this.plural3Nombre.TabIndex = 100;
            // 
            // ultraLabel91
            // 
            appearance111.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance111.BackColor2 = System.Drawing.Color.White;
            appearance111.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance111.ForeColor = System.Drawing.Color.Black;
            appearance111.TextHAlignAsString = "Left";
            appearance111.TextVAlignAsString = "Middle";
            this.ultraLabel91.Appearance = appearance111;
            this.ultraLabel91.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel91.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel91.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel91.Name = "ultraLabel91";
            this.ultraLabel91.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel91.TabIndex = 99;
            this.ultraLabel91.Text = "Nombre del negocio";
            // 
            // plural3Fecha
            // 
            this.plural3Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Fecha.Enabled = false;
            this.plural3Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.plural3Fecha.Location = new System.Drawing.Point(0, 23);
            this.plural3Fecha.Name = "plural3Fecha";
            this.plural3Fecha.Size = new System.Drawing.Size(156, 21);
            this.plural3Fecha.TabIndex = 98;
            // 
            // ultraLabel92
            // 
            appearance112.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance112.BackColor2 = System.Drawing.Color.White;
            appearance112.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance112.ForeColor = System.Drawing.Color.Black;
            appearance112.TextHAlignAsString = "Left";
            appearance112.TextVAlignAsString = "Middle";
            this.ultraLabel92.Appearance = appearance112;
            this.ultraLabel92.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel92.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel92.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel92.Name = "ultraLabel92";
            this.ultraLabel92.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel92.TabIndex = 97;
            this.ultraLabel92.Text = "Escoja la fecha";
            // 
            // ultraGroupBox15
            // 
            appearance113.BackColor = System.Drawing.Color.Blue;
            appearance113.BackColor2 = System.Drawing.Color.Silver;
            appearance113.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance113.TextHAlignAsString = "Center";
            appearance113.TextVAlignAsString = "Middle";
            this.ultraGroupBox15.Appearance = appearance113;
            this.ultraGroupBox15.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox15.Controls.Add(this.plural3Conteo);
            this.ultraGroupBox15.Controls.Add(this.ultraGroupBox16);
            this.ultraGroupBox15.Controls.Add(this.ultraPanel8);
            this.ultraGroupBox15.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox15.Location = new System.Drawing.Point(156, 0);
            this.ultraGroupBox15.Name = "ultraGroupBox15";
            this.ultraGroupBox15.Size = new System.Drawing.Size(355, 678);
            this.ultraGroupBox15.TabIndex = 1;
            this.ultraGroupBox15.Text = "menu de opciones";
            // 
            // plural3Conteo
            // 
            appearance114.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance114.BackColor2 = System.Drawing.Color.White;
            appearance114.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance114.FontData.BoldAsString = "True";
            appearance114.ForeColor = System.Drawing.Color.Green;
            appearance114.TextHAlignAsString = "Center";
            appearance114.TextVAlignAsString = "Middle";
            this.plural3Conteo.Appearance = appearance114;
            this.plural3Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural3Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.plural3Conteo.Location = new System.Drawing.Point(3, 97);
            this.plural3Conteo.Name = "plural3Conteo";
            this.plural3Conteo.Size = new System.Drawing.Size(349, 23);
            this.plural3Conteo.TabIndex = 46;
            this.plural3Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox16
            // 
            appearance115.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox16.Appearance = appearance115;
            this.ultraGroupBox16.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox16.Controls.Add(this.plural3Borrar);
            this.ultraGroupBox16.Controls.Add(this.plural3Ultimo);
            this.ultraGroupBox16.Controls.Add(this.plural3Siguiente);
            this.ultraGroupBox16.Controls.Add(this.plural3Atras);
            this.ultraGroupBox16.Controls.Add(this.plural3Primero);
            this.ultraGroupBox16.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox16.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox16.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox16.Name = "ultraGroupBox16";
            this.ultraGroupBox16.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox16.TabIndex = 1;
            this.ultraGroupBox16.Text = "navegacion de registros";
            // 
            // plural3Borrar
            // 
            this.plural3Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plural3Borrar.Location = new System.Drawing.Point(284, 16);
            this.plural3Borrar.Name = "plural3Borrar";
            this.plural3Borrar.Size = new System.Drawing.Size(62, 34);
            this.plural3Borrar.TabIndex = 5;
            this.plural3Borrar.Text = "borrar";
            this.plural3Borrar.Click += new System.EventHandler(this.plural3Borrar_Click);
            // 
            // plural3Ultimo
            // 
            this.plural3Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Ultimo.Location = new System.Drawing.Point(203, 16);
            this.plural3Ultimo.Name = "plural3Ultimo";
            this.plural3Ultimo.Size = new System.Drawing.Size(81, 34);
            this.plural3Ultimo.TabIndex = 4;
            this.plural3Ultimo.Text = "ultimo";
            this.plural3Ultimo.Click += new System.EventHandler(this.plural3Ultimo_Click);
            // 
            // plural3Siguiente
            // 
            this.plural3Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Siguiente.Location = new System.Drawing.Point(129, 16);
            this.plural3Siguiente.Name = "plural3Siguiente";
            this.plural3Siguiente.Size = new System.Drawing.Size(74, 34);
            this.plural3Siguiente.TabIndex = 3;
            this.plural3Siguiente.Text = "siguiente";
            this.plural3Siguiente.Click += new System.EventHandler(this.plural3Siguiente_Click);
            // 
            // plural3Atras
            // 
            this.plural3Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Atras.Location = new System.Drawing.Point(66, 16);
            this.plural3Atras.Name = "plural3Atras";
            this.plural3Atras.Size = new System.Drawing.Size(63, 34);
            this.plural3Atras.TabIndex = 2;
            this.plural3Atras.Text = "atras";
            this.plural3Atras.Click += new System.EventHandler(this.plural3Atras_Click);
            // 
            // plural3Primero
            // 
            this.plural3Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Primero.Location = new System.Drawing.Point(3, 16);
            this.plural3Primero.Name = "plural3Primero";
            this.plural3Primero.Size = new System.Drawing.Size(63, 34);
            this.plural3Primero.TabIndex = 1;
            this.plural3Primero.Text = "primero";
            // 
            // ultraPanel8
            // 
            // 
            // ultraPanel8.ClientArea
            // 
            this.ultraPanel8.ClientArea.Controls.Add(this.plural3Actualizar);
            this.ultraPanel8.ClientArea.Controls.Add(this.plural3Cancelar);
            this.ultraPanel8.ClientArea.Controls.Add(this.plural3Registrar);
            this.ultraPanel8.ClientArea.Controls.Add(this.plural3Buscar);
            this.ultraPanel8.ClientArea.Controls.Add(this.plural3Nuevo);
            this.ultraPanel8.ClientArea.Controls.Add(this.plural3Modificar);
            this.ultraPanel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel8.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel8.Name = "ultraPanel8";
            this.ultraPanel8.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel8.TabIndex = 0;
            // 
            // plural3Actualizar
            // 
            this.plural3Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Actualizar.Location = new System.Drawing.Point(286, 0);
            this.plural3Actualizar.Name = "plural3Actualizar";
            this.plural3Actualizar.Size = new System.Drawing.Size(63, 28);
            this.plural3Actualizar.TabIndex = 5;
            this.plural3Actualizar.Text = "actualizar";
            this.plural3Actualizar.Click += new System.EventHandler(this.plural3Actualizar_Click);
            // 
            // plural3Cancelar
            // 
            this.plural3Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Cancelar.Enabled = false;
            this.plural3Cancelar.Location = new System.Drawing.Point(227, 0);
            this.plural3Cancelar.Name = "plural3Cancelar";
            this.plural3Cancelar.Size = new System.Drawing.Size(59, 28);
            this.plural3Cancelar.TabIndex = 4;
            this.plural3Cancelar.Text = "cancelar";
            this.plural3Cancelar.Click += new System.EventHandler(this.plural3Cancelar_Click);
            // 
            // plural3Registrar
            // 
            this.plural3Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Registrar.Enabled = false;
            this.plural3Registrar.Location = new System.Drawing.Point(168, 0);
            this.plural3Registrar.Name = "plural3Registrar";
            this.plural3Registrar.Size = new System.Drawing.Size(59, 28);
            this.plural3Registrar.TabIndex = 3;
            this.plural3Registrar.Text = "registrar";
            this.plural3Registrar.Click += new System.EventHandler(this.plural3Registrar_Click);
            // 
            // plural3Buscar
            // 
            this.plural3Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Buscar.Location = new System.Drawing.Point(110, 0);
            this.plural3Buscar.Name = "plural3Buscar";
            this.plural3Buscar.Size = new System.Drawing.Size(58, 28);
            this.plural3Buscar.TabIndex = 2;
            this.plural3Buscar.Text = "buscar";
            this.plural3Buscar.Click += new System.EventHandler(this.plural3Buscar_Click);
            // 
            // plural3Nuevo
            // 
            this.plural3Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Nuevo.Location = new System.Drawing.Point(63, 0);
            this.plural3Nuevo.Name = "plural3Nuevo";
            this.plural3Nuevo.Size = new System.Drawing.Size(47, 28);
            this.plural3Nuevo.TabIndex = 1;
            this.plural3Nuevo.Text = "nuevo";
            this.plural3Nuevo.Click += new System.EventHandler(this.plural3Nuevo_Click);
            // 
            // plural3Modificar
            // 
            this.plural3Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural3Modificar.Location = new System.Drawing.Point(0, 0);
            this.plural3Modificar.Name = "plural3Modificar";
            this.plural3Modificar.Size = new System.Drawing.Size(63, 28);
            this.plural3Modificar.TabIndex = 0;
            this.plural3Modificar.Text = "modificar";
            this.plural3Modificar.Click += new System.EventHandler(this.plural3Modificar_Click);
            // 
            // ultraTabPageControl28
            // 
            this.ultraTabPageControl28.Controls.Add(this.visorPlural3);
            this.ultraTabPageControl28.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl28.Name = "ultraTabPageControl28";
            this.ultraTabPageControl28.Size = new System.Drawing.Size(511, 678);
            // 
            // visorPlural3
            // 
            this.visorPlural3.ActiveViewIndex = -1;
            this.visorPlural3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorPlural3.DisplayBackgroundEdge = false;
            this.visorPlural3.DisplayGroupTree = false;
            this.visorPlural3.DisplayStatusBar = false;
            this.visorPlural3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorPlural3.Location = new System.Drawing.Point(0, 0);
            this.visorPlural3.Margin = new System.Windows.Forms.Padding(0);
            this.visorPlural3.Name = "visorPlural3";
            this.visorPlural3.SelectionFormula = "";
            this.visorPlural3.ShowCloseButton = false;
            this.visorPlural3.ShowGotoPageButton = false;
            this.visorPlural3.ShowGroupTreeButton = false;
            this.visorPlural3.ShowPageNavigateButtons = false;
            this.visorPlural3.ShowTextSearchButton = false;
            this.visorPlural3.Size = new System.Drawing.Size(511, 678);
            this.visorPlural3.TabIndex = 0;
            this.visorPlural3.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl29
            // 
            this.ultraTabPageControl29.Controls.Add(this.plural4Asesor);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel40);
            this.ultraTabPageControl29.Controls.Add(this.plural4Pie);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel41);
            this.ultraTabPageControl29.Controls.Add(this.plural4Ciudad);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel57);
            this.ultraTabPageControl29.Controls.Add(this.plural4Direccion2);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel58);
            this.ultraTabPageControl29.Controls.Add(this.plural4Direccion);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel101);
            this.ultraTabPageControl29.Controls.Add(this.plural4Nombre);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel102);
            this.ultraTabPageControl29.Controls.Add(this.plural4Fecha);
            this.ultraTabPageControl29.Controls.Add(this.ultraLabel112);
            this.ultraTabPageControl29.Controls.Add(this.ultraGroupBox17);
            this.ultraTabPageControl29.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl29.Name = "ultraTabPageControl29";
            this.ultraTabPageControl29.Size = new System.Drawing.Size(511, 678);
            // 
            // plural4Asesor
            // 
            this.plural4Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.plural4Asesor.Enabled = false;
            this.plural4Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.plural4Asesor.FormattingEnabled = true;
            this.plural4Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.plural4Asesor.Location = new System.Drawing.Point(0, 286);
            this.plural4Asesor.Name = "plural4Asesor";
            this.plural4Asesor.Size = new System.Drawing.Size(156, 21);
            this.plural4Asesor.TabIndex = 149;
            // 
            // ultraLabel40
            // 
            appearance116.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance116.BackColor2 = System.Drawing.Color.White;
            appearance116.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance116.ForeColor = System.Drawing.Color.Black;
            appearance116.TextHAlignAsString = "Left";
            appearance116.TextVAlignAsString = "Middle";
            this.ultraLabel40.Appearance = appearance116;
            this.ultraLabel40.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel40.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel40.Location = new System.Drawing.Point(0, 263);
            this.ultraLabel40.Name = "ultraLabel40";
            this.ultraLabel40.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel40.TabIndex = 148;
            this.ultraLabel40.Text = "Ejecutivo";
            // 
            // plural4Pie
            // 
            this.plural4Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Pie.Enabled = false;
            this.plural4Pie.Location = new System.Drawing.Point(0, 242);
            this.plural4Pie.Name = "plural4Pie";
            this.plural4Pie.Size = new System.Drawing.Size(156, 21);
            this.plural4Pie.TabIndex = 147;
            // 
            // ultraLabel41
            // 
            appearance117.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance117.BackColor2 = System.Drawing.Color.White;
            appearance117.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance117.ForeColor = System.Drawing.Color.Black;
            appearance117.TextHAlignAsString = "Left";
            appearance117.TextVAlignAsString = "Middle";
            this.ultraLabel41.Appearance = appearance117;
            this.ultraLabel41.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel41.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel41.Location = new System.Drawing.Point(0, 219);
            this.ultraLabel41.Name = "ultraLabel41";
            this.ultraLabel41.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel41.TabIndex = 146;
            this.ultraLabel41.Text = "Pie";
            // 
            // plural4Ciudad
            // 
            this.plural4Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Ciudad.Enabled = false;
            this.plural4Ciudad.Location = new System.Drawing.Point(0, 198);
            this.plural4Ciudad.Name = "plural4Ciudad";
            this.plural4Ciudad.Size = new System.Drawing.Size(156, 21);
            this.plural4Ciudad.TabIndex = 145;
            // 
            // ultraLabel57
            // 
            appearance118.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance118.BackColor2 = System.Drawing.Color.White;
            appearance118.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance118.ForeColor = System.Drawing.Color.Black;
            appearance118.TextHAlignAsString = "Left";
            appearance118.TextVAlignAsString = "Middle";
            this.ultraLabel57.Appearance = appearance118;
            this.ultraLabel57.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel57.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel57.Location = new System.Drawing.Point(0, 175);
            this.ultraLabel57.Name = "ultraLabel57";
            this.ultraLabel57.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel57.TabIndex = 144;
            this.ultraLabel57.Text = "Ciudad";
            // 
            // plural4Direccion2
            // 
            this.plural4Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Direccion2.Enabled = false;
            this.plural4Direccion2.Location = new System.Drawing.Point(0, 154);
            this.plural4Direccion2.Name = "plural4Direccion2";
            this.plural4Direccion2.Size = new System.Drawing.Size(156, 21);
            this.plural4Direccion2.TabIndex = 143;
            // 
            // ultraLabel58
            // 
            appearance119.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance119.BackColor2 = System.Drawing.Color.White;
            appearance119.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance119.ForeColor = System.Drawing.Color.Black;
            appearance119.TextHAlignAsString = "Left";
            appearance119.TextVAlignAsString = "Middle";
            this.ultraLabel58.Appearance = appearance119;
            this.ultraLabel58.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel58.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel58.Location = new System.Drawing.Point(0, 131);
            this.ultraLabel58.Name = "ultraLabel58";
            this.ultraLabel58.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel58.TabIndex = 142;
            this.ultraLabel58.Text = "Continuacion de la direccion";
            // 
            // plural4Direccion
            // 
            this.plural4Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Direccion.Location = new System.Drawing.Point(0, 111);
            this.plural4Direccion.Name = "plural4Direccion";
            this.plural4Direccion.Size = new System.Drawing.Size(156, 20);
            this.plural4Direccion.TabIndex = 137;
            // 
            // ultraLabel101
            // 
            appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance120.BackColor2 = System.Drawing.Color.White;
            appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance120.ForeColor = System.Drawing.Color.Black;
            appearance120.TextHAlignAsString = "Left";
            appearance120.TextVAlignAsString = "Middle";
            this.ultraLabel101.Appearance = appearance120;
            this.ultraLabel101.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel101.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel101.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel101.Name = "ultraLabel101";
            this.ultraLabel101.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel101.TabIndex = 129;
            this.ultraLabel101.Text = "Direccion del cliente";
            // 
            // plural4Nombre
            // 
            this.plural4Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural4Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Nombre.Enabled = false;
            this.plural4Nombre.Location = new System.Drawing.Point(0, 67);
            this.plural4Nombre.Name = "plural4Nombre";
            this.plural4Nombre.Size = new System.Drawing.Size(156, 21);
            this.plural4Nombre.TabIndex = 128;
            // 
            // ultraLabel102
            // 
            appearance121.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance121.BackColor2 = System.Drawing.Color.White;
            appearance121.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance121.ForeColor = System.Drawing.Color.Black;
            appearance121.TextHAlignAsString = "Left";
            appearance121.TextVAlignAsString = "Middle";
            this.ultraLabel102.Appearance = appearance121;
            this.ultraLabel102.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel102.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel102.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel102.Name = "ultraLabel102";
            this.ultraLabel102.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel102.TabIndex = 127;
            this.ultraLabel102.Text = "Nombre del cliente";
            // 
            // plural4Fecha
            // 
            this.plural4Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Fecha.Enabled = false;
            this.plural4Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.plural4Fecha.Location = new System.Drawing.Point(0, 23);
            this.plural4Fecha.Name = "plural4Fecha";
            this.plural4Fecha.Size = new System.Drawing.Size(156, 21);
            this.plural4Fecha.TabIndex = 124;
            // 
            // ultraLabel112
            // 
            appearance122.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance122.BackColor2 = System.Drawing.Color.White;
            appearance122.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance122.ForeColor = System.Drawing.Color.Black;
            appearance122.TextHAlignAsString = "Left";
            appearance122.TextVAlignAsString = "Middle";
            this.ultraLabel112.Appearance = appearance122;
            this.ultraLabel112.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel112.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel112.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel112.Name = "ultraLabel112";
            this.ultraLabel112.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel112.TabIndex = 123;
            this.ultraLabel112.Text = "Escoja la fecha";
            // 
            // ultraGroupBox17
            // 
            appearance123.BackColor = System.Drawing.Color.Blue;
            appearance123.BackColor2 = System.Drawing.Color.Silver;
            appearance123.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance123.TextHAlignAsString = "Center";
            appearance123.TextVAlignAsString = "Middle";
            this.ultraGroupBox17.Appearance = appearance123;
            this.ultraGroupBox17.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox17.Controls.Add(this.plural4Conteo);
            this.ultraGroupBox17.Controls.Add(this.ultraGroupBox18);
            this.ultraGroupBox17.Controls.Add(this.ultraPanel9);
            this.ultraGroupBox17.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox17.Location = new System.Drawing.Point(156, 0);
            this.ultraGroupBox17.Name = "ultraGroupBox17";
            this.ultraGroupBox17.Size = new System.Drawing.Size(355, 678);
            this.ultraGroupBox17.TabIndex = 1;
            this.ultraGroupBox17.Text = "menu de opciones";
            // 
            // plural4Conteo
            // 
            appearance124.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance124.BackColor2 = System.Drawing.Color.White;
            appearance124.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance124.FontData.BoldAsString = "True";
            appearance124.ForeColor = System.Drawing.Color.Green;
            appearance124.TextHAlignAsString = "Center";
            appearance124.TextVAlignAsString = "Middle";
            this.plural4Conteo.Appearance = appearance124;
            this.plural4Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural4Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.plural4Conteo.Location = new System.Drawing.Point(3, 97);
            this.plural4Conteo.Name = "plural4Conteo";
            this.plural4Conteo.Size = new System.Drawing.Size(349, 23);
            this.plural4Conteo.TabIndex = 46;
            this.plural4Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox18
            // 
            appearance125.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox18.Appearance = appearance125;
            this.ultraGroupBox18.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox18.Controls.Add(this.plural4Borrar);
            this.ultraGroupBox18.Controls.Add(this.plural4Ultimo);
            this.ultraGroupBox18.Controls.Add(this.plural4Siguiente);
            this.ultraGroupBox18.Controls.Add(this.plural4Atras);
            this.ultraGroupBox18.Controls.Add(this.plural4Primero);
            this.ultraGroupBox18.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox18.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox18.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox18.Name = "ultraGroupBox18";
            this.ultraGroupBox18.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox18.TabIndex = 1;
            this.ultraGroupBox18.Text = "navegacion de registros";
            // 
            // plural4Borrar
            // 
            this.plural4Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plural4Borrar.Location = new System.Drawing.Point(284, 16);
            this.plural4Borrar.Name = "plural4Borrar";
            this.plural4Borrar.Size = new System.Drawing.Size(62, 34);
            this.plural4Borrar.TabIndex = 5;
            this.plural4Borrar.Text = "borrar";
            this.plural4Borrar.Click += new System.EventHandler(this.plural4Borrar_Click);
            // 
            // plural4Ultimo
            // 
            this.plural4Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Ultimo.Location = new System.Drawing.Point(203, 16);
            this.plural4Ultimo.Name = "plural4Ultimo";
            this.plural4Ultimo.Size = new System.Drawing.Size(81, 34);
            this.plural4Ultimo.TabIndex = 4;
            this.plural4Ultimo.Text = "ultimo";
            this.plural4Ultimo.Click += new System.EventHandler(this.plural4Ultimo_Click);
            // 
            // plural4Siguiente
            // 
            this.plural4Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Siguiente.Location = new System.Drawing.Point(129, 16);
            this.plural4Siguiente.Name = "plural4Siguiente";
            this.plural4Siguiente.Size = new System.Drawing.Size(74, 34);
            this.plural4Siguiente.TabIndex = 3;
            this.plural4Siguiente.Text = "siguiente";
            this.plural4Siguiente.Click += new System.EventHandler(this.plural4Siguiente_Click);
            // 
            // plural4Atras
            // 
            this.plural4Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Atras.Location = new System.Drawing.Point(66, 16);
            this.plural4Atras.Name = "plural4Atras";
            this.plural4Atras.Size = new System.Drawing.Size(63, 34);
            this.plural4Atras.TabIndex = 2;
            this.plural4Atras.Text = "atras";
            this.plural4Atras.Click += new System.EventHandler(this.plural4Atras_Click);
            // 
            // plural4Primero
            // 
            this.plural4Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Primero.Location = new System.Drawing.Point(3, 16);
            this.plural4Primero.Name = "plural4Primero";
            this.plural4Primero.Size = new System.Drawing.Size(63, 34);
            this.plural4Primero.TabIndex = 1;
            this.plural4Primero.Text = "primero";
            this.plural4Primero.Click += new System.EventHandler(this.plural4Primero_Click);
            // 
            // ultraPanel9
            // 
            // 
            // ultraPanel9.ClientArea
            // 
            this.ultraPanel9.ClientArea.Controls.Add(this.plural4Actualizar);
            this.ultraPanel9.ClientArea.Controls.Add(this.plural4Cancelar);
            this.ultraPanel9.ClientArea.Controls.Add(this.plural4Registrar);
            this.ultraPanel9.ClientArea.Controls.Add(this.plural4Buscar);
            this.ultraPanel9.ClientArea.Controls.Add(this.plural4Nuevo);
            this.ultraPanel9.ClientArea.Controls.Add(this.plural4Modificar);
            this.ultraPanel9.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel9.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel9.Name = "ultraPanel9";
            this.ultraPanel9.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel9.TabIndex = 0;
            // 
            // plural4Actualizar
            // 
            this.plural4Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Actualizar.Location = new System.Drawing.Point(286, 0);
            this.plural4Actualizar.Name = "plural4Actualizar";
            this.plural4Actualizar.Size = new System.Drawing.Size(63, 28);
            this.plural4Actualizar.TabIndex = 5;
            this.plural4Actualizar.Text = "actualizar";
            this.plural4Actualizar.Click += new System.EventHandler(this.plural4Actualizar_Click);
            // 
            // plural4Cancelar
            // 
            this.plural4Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Cancelar.Enabled = false;
            this.plural4Cancelar.Location = new System.Drawing.Point(227, 0);
            this.plural4Cancelar.Name = "plural4Cancelar";
            this.plural4Cancelar.Size = new System.Drawing.Size(59, 28);
            this.plural4Cancelar.TabIndex = 4;
            this.plural4Cancelar.Text = "cancelar";
            this.plural4Cancelar.Click += new System.EventHandler(this.plural4Cancelar_Click);
            // 
            // plural4Registrar
            // 
            this.plural4Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Registrar.Enabled = false;
            this.plural4Registrar.Location = new System.Drawing.Point(168, 0);
            this.plural4Registrar.Name = "plural4Registrar";
            this.plural4Registrar.Size = new System.Drawing.Size(59, 28);
            this.plural4Registrar.TabIndex = 3;
            this.plural4Registrar.Text = "registrar";
            this.plural4Registrar.Click += new System.EventHandler(this.plural4Registrar_Click);
            // 
            // plural4Buscar
            // 
            this.plural4Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Buscar.Location = new System.Drawing.Point(110, 0);
            this.plural4Buscar.Name = "plural4Buscar";
            this.plural4Buscar.Size = new System.Drawing.Size(58, 28);
            this.plural4Buscar.TabIndex = 2;
            this.plural4Buscar.Text = "buscar";
            this.plural4Buscar.Click += new System.EventHandler(this.plural4Buscar_Click);
            // 
            // plural4Nuevo
            // 
            this.plural4Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Nuevo.Location = new System.Drawing.Point(63, 0);
            this.plural4Nuevo.Name = "plural4Nuevo";
            this.plural4Nuevo.Size = new System.Drawing.Size(47, 28);
            this.plural4Nuevo.TabIndex = 1;
            this.plural4Nuevo.Text = "nuevo";
            this.plural4Nuevo.Click += new System.EventHandler(this.plural4Nuevo_Click);
            // 
            // plural4Modificar
            // 
            this.plural4Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural4Modificar.Location = new System.Drawing.Point(0, 0);
            this.plural4Modificar.Name = "plural4Modificar";
            this.plural4Modificar.Size = new System.Drawing.Size(63, 28);
            this.plural4Modificar.TabIndex = 0;
            this.plural4Modificar.Text = "modificar";
            this.plural4Modificar.Click += new System.EventHandler(this.plural4Modificar_Click);
            // 
            // ultraTabPageControl30
            // 
            this.ultraTabPageControl30.Controls.Add(this.visorPlural4);
            this.ultraTabPageControl30.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl30.Name = "ultraTabPageControl30";
            this.ultraTabPageControl30.Size = new System.Drawing.Size(511, 678);
            // 
            // visorPlural4
            // 
            this.visorPlural4.ActiveViewIndex = -1;
            this.visorPlural4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorPlural4.DisplayBackgroundEdge = false;
            this.visorPlural4.DisplayGroupTree = false;
            this.visorPlural4.DisplayStatusBar = false;
            this.visorPlural4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorPlural4.Location = new System.Drawing.Point(0, 0);
            this.visorPlural4.Margin = new System.Windows.Forms.Padding(0);
            this.visorPlural4.Name = "visorPlural4";
            this.visorPlural4.SelectionFormula = "";
            this.visorPlural4.ShowCloseButton = false;
            this.visorPlural4.ShowGotoPageButton = false;
            this.visorPlural4.ShowGroupTreeButton = false;
            this.visorPlural4.ShowPageNavigateButtons = false;
            this.visorPlural4.ShowTextSearchButton = false;
            this.visorPlural4.Size = new System.Drawing.Size(511, 678);
            this.visorPlural4.TabIndex = 0;
            this.visorPlural4.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl31
            // 
            this.ultraTabPageControl31.Controls.Add(this.plural5Asesor);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel113);
            this.ultraTabPageControl31.Controls.Add(this.plural5Pie);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel114);
            this.ultraTabPageControl31.Controls.Add(this.plural5Cantidad);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel115);
            this.ultraTabPageControl31.Controls.Add(this.plural5Ciudad);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel117);
            this.ultraTabPageControl31.Controls.Add(this.plural5Direccion2);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel118);
            this.ultraTabPageControl31.Controls.Add(this.plural5Direccion);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel119);
            this.ultraTabPageControl31.Controls.Add(this.plural5Nombre);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel120);
            this.ultraTabPageControl31.Controls.Add(this.plural5Fecha);
            this.ultraTabPageControl31.Controls.Add(this.ultraLabel122);
            this.ultraTabPageControl31.Controls.Add(this.ultraGroupBox19);
            this.ultraTabPageControl31.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl31.Name = "ultraTabPageControl31";
            this.ultraTabPageControl31.Size = new System.Drawing.Size(511, 678);
            // 
            // plural5Asesor
            // 
            this.plural5Asesor.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Asesor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.plural5Asesor.Enabled = false;
            this.plural5Asesor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.plural5Asesor.FormattingEnabled = true;
            this.plural5Asesor.Items.AddRange(new object[] {
            "Eveliza Jimenez",
            "Rufino Rosario",
            "Samuel Abreu",
            "Pedro Montas",
            "Marisol Matos",
            "Rudy Soler"});
            this.plural5Asesor.Location = new System.Drawing.Point(0, 330);
            this.plural5Asesor.Name = "plural5Asesor";
            this.plural5Asesor.Size = new System.Drawing.Size(156, 21);
            this.plural5Asesor.TabIndex = 152;
            // 
            // ultraLabel113
            // 
            appearance126.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance126.BackColor2 = System.Drawing.Color.White;
            appearance126.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance126.ForeColor = System.Drawing.Color.Black;
            appearance126.TextHAlignAsString = "Left";
            appearance126.TextVAlignAsString = "Middle";
            this.ultraLabel113.Appearance = appearance126;
            this.ultraLabel113.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel113.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel113.Location = new System.Drawing.Point(0, 307);
            this.ultraLabel113.Name = "ultraLabel113";
            this.ultraLabel113.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel113.TabIndex = 151;
            this.ultraLabel113.Text = "Ejecutivo";
            // 
            // plural5Pie
            // 
            this.plural5Pie.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Pie.Enabled = false;
            this.plural5Pie.Location = new System.Drawing.Point(0, 286);
            this.plural5Pie.Name = "plural5Pie";
            this.plural5Pie.Size = new System.Drawing.Size(156, 21);
            this.plural5Pie.TabIndex = 150;
            // 
            // ultraLabel114
            // 
            appearance127.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance127.BackColor2 = System.Drawing.Color.White;
            appearance127.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance127.ForeColor = System.Drawing.Color.Black;
            appearance127.TextHAlignAsString = "Left";
            appearance127.TextVAlignAsString = "Middle";
            this.ultraLabel114.Appearance = appearance127;
            this.ultraLabel114.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel114.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel114.Location = new System.Drawing.Point(0, 263);
            this.ultraLabel114.Name = "ultraLabel114";
            this.ultraLabel114.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel114.TabIndex = 149;
            this.ultraLabel114.Text = "Pie";
            // 
            // plural5Cantidad
            // 
            this.plural5Cantidad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Cantidad.Location = new System.Drawing.Point(0, 243);
            this.plural5Cantidad.Name = "plural5Cantidad";
            this.plural5Cantidad.Size = new System.Drawing.Size(156, 20);
            this.plural5Cantidad.TabIndex = 148;
            this.plural5Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.plural5Cantidad_KeyPress);
            // 
            // ultraLabel115
            // 
            appearance128.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance128.BackColor2 = System.Drawing.Color.White;
            appearance128.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance128.ForeColor = System.Drawing.Color.Black;
            appearance128.TextHAlignAsString = "Left";
            appearance128.TextVAlignAsString = "Middle";
            this.ultraLabel115.Appearance = appearance128;
            this.ultraLabel115.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel115.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel115.Location = new System.Drawing.Point(0, 220);
            this.ultraLabel115.Name = "ultraLabel115";
            this.ultraLabel115.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel115.TabIndex = 147;
            this.ultraLabel115.Text = "Cantidad en numeros";
            // 
            // plural5Ciudad
            // 
            this.plural5Ciudad.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Ciudad.Enabled = false;
            this.plural5Ciudad.Location = new System.Drawing.Point(0, 199);
            this.plural5Ciudad.Name = "plural5Ciudad";
            this.plural5Ciudad.Size = new System.Drawing.Size(156, 21);
            this.plural5Ciudad.TabIndex = 146;
            // 
            // ultraLabel117
            // 
            appearance129.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance129.BackColor2 = System.Drawing.Color.White;
            appearance129.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance129.ForeColor = System.Drawing.Color.Black;
            appearance129.TextHAlignAsString = "Left";
            appearance129.TextVAlignAsString = "Middle";
            this.ultraLabel117.Appearance = appearance129;
            this.ultraLabel117.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel117.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel117.Location = new System.Drawing.Point(0, 176);
            this.ultraLabel117.Name = "ultraLabel117";
            this.ultraLabel117.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel117.TabIndex = 145;
            this.ultraLabel117.Text = "Ciudad";
            // 
            // plural5Direccion2
            // 
            this.plural5Direccion2.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Direccion2.Enabled = false;
            this.plural5Direccion2.Location = new System.Drawing.Point(0, 155);
            this.plural5Direccion2.Name = "plural5Direccion2";
            this.plural5Direccion2.Size = new System.Drawing.Size(156, 21);
            this.plural5Direccion2.TabIndex = 144;
            // 
            // ultraLabel118
            // 
            appearance130.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance130.BackColor2 = System.Drawing.Color.White;
            appearance130.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance130.ForeColor = System.Drawing.Color.Black;
            appearance130.TextHAlignAsString = "Left";
            appearance130.TextVAlignAsString = "Middle";
            this.ultraLabel118.Appearance = appearance130;
            this.ultraLabel118.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel118.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel118.Location = new System.Drawing.Point(0, 132);
            this.ultraLabel118.Name = "ultraLabel118";
            this.ultraLabel118.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel118.TabIndex = 143;
            this.ultraLabel118.Text = "Continuacion de la direccion";
            // 
            // plural5Direccion
            // 
            this.plural5Direccion.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Direccion.Enabled = false;
            this.plural5Direccion.Location = new System.Drawing.Point(0, 111);
            this.plural5Direccion.Name = "plural5Direccion";
            this.plural5Direccion.Size = new System.Drawing.Size(156, 21);
            this.plural5Direccion.TabIndex = 142;
            // 
            // ultraLabel119
            // 
            appearance131.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance131.BackColor2 = System.Drawing.Color.White;
            appearance131.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance131.ForeColor = System.Drawing.Color.Black;
            appearance131.TextHAlignAsString = "Left";
            appearance131.TextVAlignAsString = "Middle";
            this.ultraLabel119.Appearance = appearance131;
            this.ultraLabel119.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel119.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel119.Location = new System.Drawing.Point(0, 88);
            this.ultraLabel119.Name = "ultraLabel119";
            this.ultraLabel119.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel119.TabIndex = 129;
            this.ultraLabel119.Text = "Direccion del cliente";
            // 
            // plural5Nombre
            // 
            this.plural5Nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.plural5Nombre.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Nombre.Enabled = false;
            this.plural5Nombre.Location = new System.Drawing.Point(0, 67);
            this.plural5Nombre.Name = "plural5Nombre";
            this.plural5Nombre.Size = new System.Drawing.Size(156, 21);
            this.plural5Nombre.TabIndex = 128;
            // 
            // ultraLabel120
            // 
            appearance132.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance132.BackColor2 = System.Drawing.Color.White;
            appearance132.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance132.ForeColor = System.Drawing.Color.Black;
            appearance132.TextHAlignAsString = "Left";
            appearance132.TextVAlignAsString = "Middle";
            this.ultraLabel120.Appearance = appearance132;
            this.ultraLabel120.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel120.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel120.Location = new System.Drawing.Point(0, 44);
            this.ultraLabel120.Name = "ultraLabel120";
            this.ultraLabel120.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel120.TabIndex = 127;
            this.ultraLabel120.Text = "Nombre del cliente";
            // 
            // plural5Fecha
            // 
            this.plural5Fecha.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Fecha.Enabled = false;
            this.plural5Fecha.FormatProvider = new System.Globalization.CultureInfo("es-DO");
            this.plural5Fecha.Location = new System.Drawing.Point(0, 23);
            this.plural5Fecha.Name = "plural5Fecha";
            this.plural5Fecha.Size = new System.Drawing.Size(156, 21);
            this.plural5Fecha.TabIndex = 124;
            // 
            // ultraLabel122
            // 
            appearance133.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance133.BackColor2 = System.Drawing.Color.White;
            appearance133.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance133.ForeColor = System.Drawing.Color.Black;
            appearance133.TextHAlignAsString = "Left";
            appearance133.TextVAlignAsString = "Middle";
            this.ultraLabel122.Appearance = appearance133;
            this.ultraLabel122.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel122.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel122.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel122.Name = "ultraLabel122";
            this.ultraLabel122.Size = new System.Drawing.Size(156, 23);
            this.ultraLabel122.TabIndex = 123;
            this.ultraLabel122.Text = "Escoja la fecha";
            // 
            // ultraGroupBox19
            // 
            appearance134.BackColor = System.Drawing.Color.Blue;
            appearance134.BackColor2 = System.Drawing.Color.Silver;
            appearance134.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance134.TextHAlignAsString = "Center";
            appearance134.TextVAlignAsString = "Middle";
            this.ultraGroupBox19.Appearance = appearance134;
            this.ultraGroupBox19.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox19.Controls.Add(this.plural5Conteo);
            this.ultraGroupBox19.Controls.Add(this.ultraGroupBox20);
            this.ultraGroupBox19.Controls.Add(this.ultraPanel10);
            this.ultraGroupBox19.Dock = System.Windows.Forms.DockStyle.Right;
            this.ultraGroupBox19.Location = new System.Drawing.Point(156, 0);
            this.ultraGroupBox19.Name = "ultraGroupBox19";
            this.ultraGroupBox19.Size = new System.Drawing.Size(355, 678);
            this.ultraGroupBox19.TabIndex = 1;
            this.ultraGroupBox19.Text = "menu de opciones";
            // 
            // plural5Conteo
            // 
            appearance135.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            appearance135.BackColor2 = System.Drawing.Color.White;
            appearance135.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance135.FontData.BoldAsString = "True";
            appearance135.ForeColor = System.Drawing.Color.Green;
            appearance135.TextHAlignAsString = "Center";
            appearance135.TextVAlignAsString = "Middle";
            this.plural5Conteo.Appearance = appearance135;
            this.plural5Conteo.Dock = System.Windows.Forms.DockStyle.Top;
            this.plural5Conteo.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.plural5Conteo.Location = new System.Drawing.Point(3, 97);
            this.plural5Conteo.Name = "plural5Conteo";
            this.plural5Conteo.Size = new System.Drawing.Size(349, 23);
            this.plural5Conteo.TabIndex = 46;
            this.plural5Conteo.Text = "Continuacion de la direccion";
            // 
            // ultraGroupBox20
            // 
            appearance136.ForeColor = System.Drawing.Color.Green;
            this.ultraGroupBox20.Appearance = appearance136;
            this.ultraGroupBox20.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox20.Controls.Add(this.plural5Borrar);
            this.ultraGroupBox20.Controls.Add(this.plural5Ultimo);
            this.ultraGroupBox20.Controls.Add(this.plural5Siguiente);
            this.ultraGroupBox20.Controls.Add(this.plural5Atras);
            this.ultraGroupBox20.Controls.Add(this.plural5Primero);
            this.ultraGroupBox20.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraGroupBox20.ForeColor = System.Drawing.Color.Black;
            this.ultraGroupBox20.Location = new System.Drawing.Point(3, 44);
            this.ultraGroupBox20.Name = "ultraGroupBox20";
            this.ultraGroupBox20.Size = new System.Drawing.Size(349, 53);
            this.ultraGroupBox20.TabIndex = 1;
            this.ultraGroupBox20.Text = "navegacion de registros";
            // 
            // plural5Borrar
            // 
            this.plural5Borrar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plural5Borrar.Location = new System.Drawing.Point(284, 16);
            this.plural5Borrar.Name = "plural5Borrar";
            this.plural5Borrar.Size = new System.Drawing.Size(62, 34);
            this.plural5Borrar.TabIndex = 5;
            this.plural5Borrar.Text = "borrar";
            this.plural5Borrar.Click += new System.EventHandler(this.plural5Borrar_Click);
            // 
            // plural5Ultimo
            // 
            this.plural5Ultimo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Ultimo.Location = new System.Drawing.Point(203, 16);
            this.plural5Ultimo.Name = "plural5Ultimo";
            this.plural5Ultimo.Size = new System.Drawing.Size(81, 34);
            this.plural5Ultimo.TabIndex = 4;
            this.plural5Ultimo.Text = "ultimo";
            this.plural5Ultimo.Click += new System.EventHandler(this.plural5Ultimo_Click);
            // 
            // plural5Siguiente
            // 
            this.plural5Siguiente.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Siguiente.Location = new System.Drawing.Point(129, 16);
            this.plural5Siguiente.Name = "plural5Siguiente";
            this.plural5Siguiente.Size = new System.Drawing.Size(74, 34);
            this.plural5Siguiente.TabIndex = 3;
            this.plural5Siguiente.Text = "siguiente";
            this.plural5Siguiente.Click += new System.EventHandler(this.plural5Siguiente_Click);
            // 
            // plural5Atras
            // 
            this.plural5Atras.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Atras.Location = new System.Drawing.Point(66, 16);
            this.plural5Atras.Name = "plural5Atras";
            this.plural5Atras.Size = new System.Drawing.Size(63, 34);
            this.plural5Atras.TabIndex = 2;
            this.plural5Atras.Text = "atras";
            this.plural5Atras.Click += new System.EventHandler(this.plural5Atras_Click);
            // 
            // plural5Primero
            // 
            this.plural5Primero.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Primero.Location = new System.Drawing.Point(3, 16);
            this.plural5Primero.Name = "plural5Primero";
            this.plural5Primero.Size = new System.Drawing.Size(63, 34);
            this.plural5Primero.TabIndex = 1;
            this.plural5Primero.Text = "primero";
            this.plural5Primero.Click += new System.EventHandler(this.plural5Primero_Click);
            // 
            // ultraPanel10
            // 
            // 
            // ultraPanel10.ClientArea
            // 
            this.ultraPanel10.ClientArea.Controls.Add(this.plural5Actualizar);
            this.ultraPanel10.ClientArea.Controls.Add(this.plural5Cancelar);
            this.ultraPanel10.ClientArea.Controls.Add(this.plural5Registrar);
            this.ultraPanel10.ClientArea.Controls.Add(this.plural5Buscar);
            this.ultraPanel10.ClientArea.Controls.Add(this.plural5Nuevo);
            this.ultraPanel10.ClientArea.Controls.Add(this.plural5Modificar);
            this.ultraPanel10.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraPanel10.Location = new System.Drawing.Point(3, 16);
            this.ultraPanel10.Name = "ultraPanel10";
            this.ultraPanel10.Size = new System.Drawing.Size(349, 28);
            this.ultraPanel10.TabIndex = 0;
            // 
            // plural5Actualizar
            // 
            this.plural5Actualizar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Actualizar.Location = new System.Drawing.Point(286, 0);
            this.plural5Actualizar.Name = "plural5Actualizar";
            this.plural5Actualizar.Size = new System.Drawing.Size(63, 28);
            this.plural5Actualizar.TabIndex = 5;
            this.plural5Actualizar.Text = "actualizar";
            this.plural5Actualizar.Click += new System.EventHandler(this.plural5Actualizar_Click);
            // 
            // plural5Cancelar
            // 
            this.plural5Cancelar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Cancelar.Enabled = false;
            this.plural5Cancelar.Location = new System.Drawing.Point(227, 0);
            this.plural5Cancelar.Name = "plural5Cancelar";
            this.plural5Cancelar.Size = new System.Drawing.Size(59, 28);
            this.plural5Cancelar.TabIndex = 4;
            this.plural5Cancelar.Text = "cancelar";
            this.plural5Cancelar.Click += new System.EventHandler(this.plural5Cancelar_Click);
            // 
            // plural5Registrar
            // 
            this.plural5Registrar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Registrar.Enabled = false;
            this.plural5Registrar.Location = new System.Drawing.Point(168, 0);
            this.plural5Registrar.Name = "plural5Registrar";
            this.plural5Registrar.Size = new System.Drawing.Size(59, 28);
            this.plural5Registrar.TabIndex = 3;
            this.plural5Registrar.Text = "registrar";
            this.plural5Registrar.Click += new System.EventHandler(this.plural5Registrar_Click);
            // 
            // plural5Buscar
            // 
            this.plural5Buscar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Buscar.Location = new System.Drawing.Point(110, 0);
            this.plural5Buscar.Name = "plural5Buscar";
            this.plural5Buscar.Size = new System.Drawing.Size(58, 28);
            this.plural5Buscar.TabIndex = 2;
            this.plural5Buscar.Text = "buscar";
            this.plural5Buscar.Click += new System.EventHandler(this.plural5Buscar_Click);
            // 
            // plural5Nuevo
            // 
            this.plural5Nuevo.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Nuevo.Location = new System.Drawing.Point(63, 0);
            this.plural5Nuevo.Name = "plural5Nuevo";
            this.plural5Nuevo.Size = new System.Drawing.Size(47, 28);
            this.plural5Nuevo.TabIndex = 1;
            this.plural5Nuevo.Text = "nuevo";
            this.plural5Nuevo.Click += new System.EventHandler(this.plural5Nuevo_Click);
            // 
            // plural5Modificar
            // 
            this.plural5Modificar.Dock = System.Windows.Forms.DockStyle.Left;
            this.plural5Modificar.Location = new System.Drawing.Point(0, 0);
            this.plural5Modificar.Name = "plural5Modificar";
            this.plural5Modificar.Size = new System.Drawing.Size(63, 28);
            this.plural5Modificar.TabIndex = 0;
            this.plural5Modificar.Text = "modificar";
            this.plural5Modificar.Click += new System.EventHandler(this.plural5Modificar_Click);
            // 
            // ultraTabPageControl32
            // 
            this.ultraTabPageControl32.Controls.Add(this.visorPlural5);
            this.ultraTabPageControl32.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl32.Name = "ultraTabPageControl32";
            this.ultraTabPageControl32.Size = new System.Drawing.Size(511, 678);
            // 
            // visorPlural5
            // 
            this.visorPlural5.ActiveViewIndex = -1;
            this.visorPlural5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.visorPlural5.DisplayBackgroundEdge = false;
            this.visorPlural5.DisplayGroupTree = false;
            this.visorPlural5.DisplayStatusBar = false;
            this.visorPlural5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.visorPlural5.Location = new System.Drawing.Point(0, 0);
            this.visorPlural5.Margin = new System.Windows.Forms.Padding(0);
            this.visorPlural5.Name = "visorPlural5";
            this.visorPlural5.SelectionFormula = "";
            this.visorPlural5.ShowCloseButton = false;
            this.visorPlural5.ShowGotoPageButton = false;
            this.visorPlural5.ShowGroupTreeButton = false;
            this.visorPlural5.ShowPageNavigateButtons = false;
            this.visorPlural5.ShowTextSearchButton = false;
            this.visorPlural5.Size = new System.Drawing.Size(511, 678);
            this.visorPlural5.TabIndex = 0;
            this.visorPlural5.ViewTimeSelectionFormula = "";
            // 
            // ultraTabPageControl8
            // 
            this.ultraTabPageControl8.Controls.Add(this.ultraTabControl1);
            this.ultraTabPageControl8.Controls.Add(this.ultraLabel2);
            this.ultraTabPageControl8.Location = new System.Drawing.Point(0, 0);
            this.ultraTabPageControl8.Name = "ultraTabPageControl8";
            this.ultraTabPageControl8.Size = new System.Drawing.Size(226, 226);
            // 
            // ultraTabControl1
            // 
            this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage4);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl13);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl14);
            this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl1.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage4;
            this.ultraTabControl1.Size = new System.Drawing.Size(226, 203);
            appearance137.BackColor = System.Drawing.Color.Blue;
            appearance137.BackColor2 = System.Drawing.Color.Silver;
            appearance137.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl1.TabHeaderAreaAppearance = appearance137;
            this.ultraTabControl1.TabIndex = 2;
            ultraTab21.TabPage = this.ultraTabPageControl13;
            ultraTab21.Text = "Formulario";
            ultraTab22.TabPage = this.ultraTabPageControl14;
            ultraTab22.Text = "Carta";
            this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab21,
            ultraTab22});
            this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage4
            // 
            this.ultraTabSharedControlsPage4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage4.Name = "ultraTabSharedControlsPage4";
            this.ultraTabSharedControlsPage4.Size = new System.Drawing.Size(222, 177);
            // 
            // ultraLabel2
            // 
            appearance138.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance138.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance138.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance138.ForeColor = System.Drawing.Color.White;
            appearance138.TextHAlignAsString = "Center";
            appearance138.TextVAlignAsString = "Middle";
            this.ultraLabel2.Appearance = appearance138;
            this.ultraLabel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel2.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(226, 23);
            this.ultraLabel2.TabIndex = 0;
            this.ultraLabel2.Text = "Carta 9B1S";
            // 
            // ultraTabPageControl9
            // 
            this.ultraTabPageControl9.Controls.Add(this.ultraTabControl2);
            this.ultraTabPageControl9.Controls.Add(this.ultraLabel3);
            this.ultraTabPageControl9.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl9.Name = "ultraTabPageControl9";
            this.ultraTabPageControl9.Size = new System.Drawing.Size(226, 226);
            // 
            // ultraTabControl2
            // 
            this.ultraTabControl2.Controls.Add(this.ultraTabSharedControlsPage5);
            this.ultraTabControl2.Controls.Add(this.ultraTabPageControl15);
            this.ultraTabControl2.Controls.Add(this.ultraTabPageControl16);
            this.ultraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl2.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl2.Name = "ultraTabControl2";
            this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage5;
            this.ultraTabControl2.Size = new System.Drawing.Size(226, 203);
            appearance139.BackColor = System.Drawing.Color.Blue;
            appearance139.BackColor2 = System.Drawing.Color.Silver;
            appearance139.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl2.TabHeaderAreaAppearance = appearance139;
            this.ultraTabControl2.TabIndex = 3;
            appearance140.BackColor = System.Drawing.Color.Blue;
            this.ultraTabControl2.TabListButtonAppearance = appearance140;
            appearance141.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            ultraTab23.HotTrackAppearance = appearance141;
            appearance142.BackColor = System.Drawing.Color.Blue;
            appearance142.BackColor2 = System.Drawing.Color.Silver;
            appearance142.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            ultraTab23.SelectedAppearance = appearance142;
            ultraTab23.TabPage = this.ultraTabPageControl15;
            ultraTab23.Text = "Formulario";
            ultraTab24.TabPage = this.ultraTabPageControl16;
            ultraTab24.Text = "Carta";
            this.ultraTabControl2.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab23,
            ultraTab24});
            this.ultraTabControl2.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl2_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage5
            // 
            this.ultraTabSharedControlsPage5.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage5.Name = "ultraTabSharedControlsPage5";
            this.ultraTabSharedControlsPage5.Size = new System.Drawing.Size(222, 177);
            // 
            // ultraLabel3
            // 
            appearance143.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance143.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance143.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance143.ForeColor = System.Drawing.Color.White;
            appearance143.TextHAlignAsString = "Center";
            appearance143.TextVAlignAsString = "Middle";
            this.ultraLabel3.Appearance = appearance143;
            this.ultraLabel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel3.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(226, 23);
            this.ultraLabel3.TabIndex = 1;
            this.ultraLabel3.Text = "Carta 9B2S";
            // 
            // ultraTabPageControl10
            // 
            this.ultraTabPageControl10.Controls.Add(this.ultraTabControl3);
            this.ultraTabPageControl10.Controls.Add(this.ultraLabel4);
            this.ultraTabPageControl10.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl10.Name = "ultraTabPageControl10";
            this.ultraTabPageControl10.Size = new System.Drawing.Size(226, 226);
            // 
            // ultraTabControl3
            // 
            this.ultraTabControl3.Controls.Add(this.ultraTabSharedControlsPage6);
            this.ultraTabControl3.Controls.Add(this.ultraTabPageControl17);
            this.ultraTabControl3.Controls.Add(this.ultraTabPageControl18);
            this.ultraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl3.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl3.Name = "ultraTabControl3";
            this.ultraTabControl3.SharedControlsPage = this.ultraTabSharedControlsPage6;
            this.ultraTabControl3.Size = new System.Drawing.Size(226, 203);
            appearance144.BackColor = System.Drawing.Color.Blue;
            appearance144.BackColor2 = System.Drawing.Color.Silver;
            appearance144.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl3.TabHeaderAreaAppearance = appearance144;
            this.ultraTabControl3.TabIndex = 3;
            ultraTab25.TabPage = this.ultraTabPageControl17;
            ultraTab25.Text = "Formulario";
            ultraTab26.TabPage = this.ultraTabPageControl18;
            ultraTab26.Text = "Carta";
            this.ultraTabControl3.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab25,
            ultraTab26});
            this.ultraTabControl3.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl3_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage6
            // 
            this.ultraTabSharedControlsPage6.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage6.Name = "ultraTabSharedControlsPage6";
            this.ultraTabSharedControlsPage6.Size = new System.Drawing.Size(222, 177);
            // 
            // ultraLabel4
            // 
            appearance145.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance145.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance145.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance145.ForeColor = System.Drawing.Color.White;
            appearance145.TextHAlignAsString = "Center";
            appearance145.TextVAlignAsString = "Middle";
            this.ultraLabel4.Appearance = appearance145;
            this.ultraLabel4.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel4.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(226, 23);
            this.ultraLabel4.TabIndex = 1;
            this.ultraLabel4.Text = "Carta 9B4S";
            // 
            // ultraTabPageControl11
            // 
            this.ultraTabPageControl11.Controls.Add(this.ultraTabControl4);
            this.ultraTabPageControl11.Controls.Add(this.ultraLabel5);
            this.ultraTabPageControl11.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl11.Name = "ultraTabPageControl11";
            this.ultraTabPageControl11.Size = new System.Drawing.Size(226, 226);
            // 
            // ultraTabControl4
            // 
            this.ultraTabControl4.Controls.Add(this.ultraTabSharedControlsPage7);
            this.ultraTabControl4.Controls.Add(this.ultraTabPageControl19);
            this.ultraTabControl4.Controls.Add(this.ultraTabPageControl20);
            this.ultraTabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl4.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl4.Name = "ultraTabControl4";
            this.ultraTabControl4.SharedControlsPage = this.ultraTabSharedControlsPage7;
            this.ultraTabControl4.Size = new System.Drawing.Size(226, 203);
            appearance146.BackColor = System.Drawing.Color.Blue;
            appearance146.BackColor2 = System.Drawing.Color.Silver;
            appearance146.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl4.TabHeaderAreaAppearance = appearance146;
            this.ultraTabControl4.TabIndex = 3;
            ultraTab27.TabPage = this.ultraTabPageControl19;
            ultraTab27.Text = "Formulario";
            ultraTab28.TabPage = this.ultraTabPageControl20;
            ultraTab28.Text = "Carta";
            this.ultraTabControl4.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab27,
            ultraTab28});
            this.ultraTabControl4.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl4_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage7
            // 
            this.ultraTabSharedControlsPage7.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage7.Name = "ultraTabSharedControlsPage7";
            this.ultraTabSharedControlsPage7.Size = new System.Drawing.Size(222, 177);
            // 
            // ultraLabel5
            // 
            appearance147.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance147.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance147.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance147.ForeColor = System.Drawing.Color.White;
            appearance147.TextHAlignAsString = "Center";
            appearance147.TextVAlignAsString = "Middle";
            this.ultraLabel5.Appearance = appearance147;
            this.ultraLabel5.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel5.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(226, 23);
            this.ultraLabel5.TabIndex = 1;
            this.ultraLabel5.Text = "Carta 9CS";
            // 
            // ultraTabPageControl12
            // 
            this.ultraTabPageControl12.Controls.Add(this.ultraTabControl5);
            this.ultraTabPageControl12.Controls.Add(this.ultraLabel6);
            this.ultraTabPageControl12.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl12.Name = "ultraTabPageControl12";
            this.ultraTabPageControl12.Size = new System.Drawing.Size(226, 226);
            // 
            // ultraTabControl5
            // 
            this.ultraTabControl5.Controls.Add(this.ultraTabSharedControlsPage8);
            this.ultraTabControl5.Controls.Add(this.ultraTabPageControl21);
            this.ultraTabControl5.Controls.Add(this.ultraTabPageControl22);
            this.ultraTabControl5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl5.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl5.Name = "ultraTabControl5";
            this.ultraTabControl5.SharedControlsPage = this.ultraTabSharedControlsPage8;
            this.ultraTabControl5.Size = new System.Drawing.Size(226, 203);
            appearance148.BackColor = System.Drawing.Color.Blue;
            appearance148.BackColor2 = System.Drawing.Color.Silver;
            appearance148.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl5.TabHeaderAreaAppearance = appearance148;
            this.ultraTabControl5.TabIndex = 3;
            ultraTab15.TabPage = this.ultraTabPageControl21;
            ultraTab15.Text = "Formulario";
            ultraTab16.TabPage = this.ultraTabPageControl22;
            ultraTab16.Text = "Carta";
            this.ultraTabControl5.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab15,
            ultraTab16});
            this.ultraTabControl5.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl5_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage8
            // 
            this.ultraTabSharedControlsPage8.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage8.Name = "ultraTabSharedControlsPage8";
            this.ultraTabSharedControlsPage8.Size = new System.Drawing.Size(222, 177);
            // 
            // ultraLabel6
            // 
            appearance149.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance149.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance149.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance149.ForeColor = System.Drawing.Color.White;
            appearance149.TextHAlignAsString = "Center";
            appearance149.TextVAlignAsString = "Middle";
            this.ultraLabel6.Appearance = appearance149;
            this.ultraLabel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel6.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(226, 23);
            this.ultraLabel6.TabIndex = 1;
            this.ultraLabel6.Text = "Carta 9B30S";
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.ultraTabControl7);
            this.ultraTabPageControl4.Controls.Add(this.ultraLabel8);
            this.ultraTabPageControl4.Location = new System.Drawing.Point(0, 0);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(515, 727);
            // 
            // ultraTabControl7
            // 
            this.ultraTabControl7.Controls.Add(this.ultraTabSharedControlsPage10);
            this.ultraTabControl7.Controls.Add(this.ultraTabPageControl25);
            this.ultraTabControl7.Controls.Add(this.ultraTabPageControl26);
            this.ultraTabControl7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl7.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl7.Name = "ultraTabControl7";
            this.ultraTabControl7.SharedControlsPage = this.ultraTabSharedControlsPage10;
            this.ultraTabControl7.Size = new System.Drawing.Size(515, 704);
            appearance150.BackColor = System.Drawing.Color.Blue;
            appearance150.BackColor2 = System.Drawing.Color.Silver;
            appearance150.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl7.TabHeaderAreaAppearance = appearance150;
            this.ultraTabControl7.TabIndex = 4;
            ultraTab31.TabPage = this.ultraTabPageControl25;
            ultraTab31.Text = "Formulario";
            ultraTab32.TabPage = this.ultraTabPageControl26;
            ultraTab32.Text = "Carta";
            this.ultraTabControl7.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab31,
            ultraTab32});
            this.ultraTabControl7.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl7_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage10
            // 
            this.ultraTabSharedControlsPage10.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage10.Name = "ultraTabSharedControlsPage10";
            this.ultraTabSharedControlsPage10.Size = new System.Drawing.Size(511, 678);
            // 
            // ultraLabel8
            // 
            appearance151.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance151.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance151.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance151.ForeColor = System.Drawing.Color.White;
            appearance151.TextHAlignAsString = "Center";
            appearance151.TextVAlignAsString = "Middle";
            this.ultraLabel8.Appearance = appearance151;
            this.ultraLabel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel8.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel8.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel8.Name = "ultraLabel8";
            this.ultraLabel8.Size = new System.Drawing.Size(515, 23);
            this.ultraLabel8.TabIndex = 2;
            this.ultraLabel8.Text = "Carta 9B1P";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.ultraTabControl6);
            this.ultraTabPageControl3.Controls.Add(this.ultraLabel7);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(515, 727);
            // 
            // ultraTabControl6
            // 
            this.ultraTabControl6.Controls.Add(this.ultraTabSharedControlsPage9);
            this.ultraTabControl6.Controls.Add(this.ultraTabPageControl23);
            this.ultraTabControl6.Controls.Add(this.ultraTabPageControl24);
            this.ultraTabControl6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl6.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl6.Name = "ultraTabControl6";
            this.ultraTabControl6.SharedControlsPage = this.ultraTabSharedControlsPage9;
            this.ultraTabControl6.Size = new System.Drawing.Size(515, 704);
            appearance152.BackColor = System.Drawing.Color.Blue;
            appearance152.BackColor2 = System.Drawing.Color.Silver;
            appearance152.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl6.TabHeaderAreaAppearance = appearance152;
            this.ultraTabControl6.TabIndex = 3;
            ultraTab29.TabPage = this.ultraTabPageControl23;
            ultraTab29.Text = "Formulario";
            ultraTab30.TabPage = this.ultraTabPageControl24;
            ultraTab30.Text = "Carta";
            this.ultraTabControl6.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab29,
            ultraTab30});
            this.ultraTabControl6.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl6_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage9
            // 
            this.ultraTabSharedControlsPage9.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage9.Name = "ultraTabSharedControlsPage9";
            this.ultraTabSharedControlsPage9.Size = new System.Drawing.Size(511, 678);
            // 
            // ultraLabel7
            // 
            appearance153.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance153.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance153.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance153.ForeColor = System.Drawing.Color.White;
            appearance153.TextHAlignAsString = "Center";
            appearance153.TextVAlignAsString = "Middle";
            this.ultraLabel7.Appearance = appearance153;
            this.ultraLabel7.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel7.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(515, 23);
            this.ultraLabel7.TabIndex = 1;
            this.ultraLabel7.Text = "Carta 9B2P";
            // 
            // ultraTabPageControl5
            // 
            this.ultraTabPageControl5.Controls.Add(this.ultraTabControl8);
            this.ultraTabPageControl5.Controls.Add(this.ultraLabel9);
            this.ultraTabPageControl5.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl5.Name = "ultraTabPageControl5";
            this.ultraTabPageControl5.Size = new System.Drawing.Size(515, 727);
            // 
            // ultraTabControl8
            // 
            this.ultraTabControl8.Controls.Add(this.ultraTabSharedControlsPage11);
            this.ultraTabControl8.Controls.Add(this.ultraTabPageControl27);
            this.ultraTabControl8.Controls.Add(this.ultraTabPageControl28);
            this.ultraTabControl8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl8.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl8.Name = "ultraTabControl8";
            this.ultraTabControl8.SharedControlsPage = this.ultraTabSharedControlsPage11;
            this.ultraTabControl8.Size = new System.Drawing.Size(515, 704);
            appearance154.BackColor = System.Drawing.Color.Blue;
            appearance154.BackColor2 = System.Drawing.Color.Silver;
            appearance154.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl8.TabHeaderAreaAppearance = appearance154;
            this.ultraTabControl8.TabIndex = 4;
            ultraTab33.TabPage = this.ultraTabPageControl27;
            ultraTab33.Text = "Formulario";
            ultraTab34.TabPage = this.ultraTabPageControl28;
            ultraTab34.Text = "Carta";
            this.ultraTabControl8.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab33,
            ultraTab34});
            this.ultraTabControl8.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl8_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage11
            // 
            this.ultraTabSharedControlsPage11.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage11.Name = "ultraTabSharedControlsPage11";
            this.ultraTabSharedControlsPage11.Size = new System.Drawing.Size(511, 678);
            // 
            // ultraLabel9
            // 
            appearance155.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance155.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance155.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance155.ForeColor = System.Drawing.Color.White;
            appearance155.TextHAlignAsString = "Center";
            appearance155.TextVAlignAsString = "Middle";
            this.ultraLabel9.Appearance = appearance155;
            this.ultraLabel9.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel9.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel9.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel9.Name = "ultraLabel9";
            this.ultraLabel9.Size = new System.Drawing.Size(515, 23);
            this.ultraLabel9.TabIndex = 2;
            this.ultraLabel9.Text = "Carta 9B4P";
            // 
            // ultraTabPageControl6
            // 
            this.ultraTabPageControl6.Controls.Add(this.ultraTabControl9);
            this.ultraTabPageControl6.Controls.Add(this.ultraLabel10);
            this.ultraTabPageControl6.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl6.Name = "ultraTabPageControl6";
            this.ultraTabPageControl6.Size = new System.Drawing.Size(515, 727);
            // 
            // ultraTabControl9
            // 
            this.ultraTabControl9.Controls.Add(this.ultraTabSharedControlsPage12);
            this.ultraTabControl9.Controls.Add(this.ultraTabPageControl29);
            this.ultraTabControl9.Controls.Add(this.ultraTabPageControl30);
            this.ultraTabControl9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl9.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl9.Name = "ultraTabControl9";
            this.ultraTabControl9.SharedControlsPage = this.ultraTabSharedControlsPage12;
            this.ultraTabControl9.Size = new System.Drawing.Size(515, 704);
            appearance156.BackColor = System.Drawing.Color.Blue;
            appearance156.BackColor2 = System.Drawing.Color.Silver;
            appearance156.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl9.TabHeaderAreaAppearance = appearance156;
            this.ultraTabControl9.TabIndex = 4;
            ultraTab35.TabPage = this.ultraTabPageControl29;
            ultraTab35.Text = "Formulario";
            ultraTab36.TabPage = this.ultraTabPageControl30;
            ultraTab36.Text = "Carta";
            this.ultraTabControl9.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab35,
            ultraTab36});
            this.ultraTabControl9.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl9_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage12
            // 
            this.ultraTabSharedControlsPage12.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage12.Name = "ultraTabSharedControlsPage12";
            this.ultraTabSharedControlsPage12.Size = new System.Drawing.Size(511, 678);
            // 
            // ultraLabel10
            // 
            appearance157.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance157.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance157.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance157.ForeColor = System.Drawing.Color.White;
            appearance157.TextHAlignAsString = "Center";
            appearance157.TextVAlignAsString = "Middle";
            this.ultraLabel10.Appearance = appearance157;
            this.ultraLabel10.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel10.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel10.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel10.Name = "ultraLabel10";
            this.ultraLabel10.Size = new System.Drawing.Size(515, 23);
            this.ultraLabel10.TabIndex = 2;
            this.ultraLabel10.Text = "Carta 9CP";
            // 
            // ultraTabPageControl7
            // 
            this.ultraTabPageControl7.Controls.Add(this.ultraTabControl10);
            this.ultraTabPageControl7.Controls.Add(this.ultraLabel11);
            this.ultraTabPageControl7.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl7.Name = "ultraTabPageControl7";
            this.ultraTabPageControl7.Size = new System.Drawing.Size(515, 727);
            // 
            // ultraTabControl10
            // 
            this.ultraTabControl10.Controls.Add(this.ultraTabSharedControlsPage13);
            this.ultraTabControl10.Controls.Add(this.ultraTabPageControl31);
            this.ultraTabControl10.Controls.Add(this.ultraTabPageControl32);
            this.ultraTabControl10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTabControl10.Location = new System.Drawing.Point(0, 23);
            this.ultraTabControl10.Name = "ultraTabControl10";
            this.ultraTabControl10.SharedControlsPage = this.ultraTabSharedControlsPage13;
            this.ultraTabControl10.Size = new System.Drawing.Size(515, 704);
            appearance158.BackColor = System.Drawing.Color.Blue;
            appearance158.BackColor2 = System.Drawing.Color.Silver;
            appearance158.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraTabControl10.TabHeaderAreaAppearance = appearance158;
            this.ultraTabControl10.TabIndex = 4;
            ultraTab19.TabPage = this.ultraTabPageControl31;
            ultraTab19.Text = "Formulario";
            ultraTab20.TabPage = this.ultraTabPageControl32;
            ultraTab20.Text = "Carta";
            this.ultraTabControl10.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab19,
            ultraTab20});
            this.ultraTabControl10.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl10_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage13
            // 
            this.ultraTabSharedControlsPage13.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage13.Name = "ultraTabSharedControlsPage13";
            this.ultraTabSharedControlsPage13.Size = new System.Drawing.Size(511, 678);
            // 
            // ultraLabel11
            // 
            appearance159.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            appearance159.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            appearance159.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance159.ForeColor = System.Drawing.Color.White;
            appearance159.TextHAlignAsString = "Center";
            appearance159.TextVAlignAsString = "Middle";
            this.ultraLabel11.Appearance = appearance159;
            this.ultraLabel11.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel11.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel11.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel11.Name = "ultraLabel11";
            this.ultraLabel11.Size = new System.Drawing.Size(515, 23);
            this.ultraLabel11.TabIndex = 2;
            this.ultraLabel11.Text = "Carta 9B30P";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Location = new System.Drawing.Point(0, 0);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(106, 34);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(106, 34);
            // 
            // ultraLabel1
            // 
            appearance160.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            appearance160.BackColor2 = System.Drawing.Color.DodgerBlue;
            appearance160.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            appearance160.ForeColor = System.Drawing.Color.DarkOrange;
            appearance160.TextHAlignAsString = "Center";
            appearance160.TextVAlignAsString = "Middle";
            this.ultraLabel1.Appearance = appearance160;
            this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ultraLabel1.Font = new System.Drawing.Font("Rockwell Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraLabel1.Location = new System.Drawing.Point(0, 0);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(690, 28);
            this.ultraLabel1.TabIndex = 0;
            this.ultraLabel1.Text = "GENERERADOR DE CARTAS A CLIENTES DE CREDITO";
            // 
            // ultraStatusBar1
            // 
            appearance161.BackColor = System.Drawing.Color.Blue;
            appearance161.BackColor2 = System.Drawing.Color.Silver;
            appearance161.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
            this.ultraStatusBar1.Appearance = appearance161;
            this.ultraStatusBar1.Location = new System.Drawing.Point(0, 755);
            this.ultraStatusBar1.Name = "ultraStatusBar1";
            this.ultraStatusBar1.Size = new System.Drawing.Size(690, 23);
            this.ultraStatusBar1.TabIndex = 1;
            // 
            // menu
            // 
            this.menu.AnimationSpeed = Infragistics.Win.UltraWinExplorerBar.AnimationSpeed.Fast;
            this.menu.Dock = System.Windows.Forms.DockStyle.Left;
            appearance162.Image = "user126.png";
            ultraExplorerBarItem1.Settings.AppearancesLarge.Appearance = appearance162;
            ultraExplorerBarItem1.Text = "9B1S";
            appearance163.Image = "user126.png";
            ultraExplorerBarItem2.Settings.AppearancesLarge.Appearance = appearance163;
            ultraExplorerBarItem2.Text = "9B2S";
            appearance164.Image = "user126.png";
            ultraExplorerBarItem3.Settings.AppearancesLarge.Appearance = appearance164;
            ultraExplorerBarItem3.Text = "9B4S";
            appearance165.Image = "user126.png";
            ultraExplorerBarItem4.Settings.AppearancesLarge.Appearance = appearance165;
            ultraExplorerBarItem4.Text = "9CS";
            appearance166.Image = "user126.png";
            ultraExplorerBarItem5.Settings.AppearancesLarge.Appearance = appearance166;
            ultraExplorerBarItem5.Text = "9B30S";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1,
            ultraExplorerBarItem2,
            ultraExplorerBarItem3,
            ultraExplorerBarItem4,
            ultraExplorerBarItem5});
            ultraExplorerBarGroup1.Text = "Singular";
            appearance167.Image = "users22.png";
            ultraExplorerBarItem6.Settings.AppearancesLarge.Appearance = appearance167;
            ultraExplorerBarItem6.Text = "9B1P";
            appearance168.Image = "users22.png";
            ultraExplorerBarItem7.Settings.AppearancesLarge.Appearance = appearance168;
            ultraExplorerBarItem7.Text = "9B2P";
            appearance169.Image = "users22.png";
            ultraExplorerBarItem8.Settings.AppearancesLarge.Appearance = appearance169;
            ultraExplorerBarItem8.Text = "9B4P";
            appearance170.Image = "users22.png";
            ultraExplorerBarItem9.Settings.AppearancesLarge.Appearance = appearance170;
            ultraExplorerBarItem9.Text = "9CP";
            appearance171.Image = "users22.png";
            ultraExplorerBarItem10.Settings.AppearancesLarge.Appearance = appearance171;
            ultraExplorerBarItem10.Text = "9B30P";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem6,
            ultraExplorerBarItem7,
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem10});
            ultraExplorerBarGroup2.Text = "Plural";
            this.menu.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2});
            this.menu.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.LargeImagesWithText;
            this.menu.ImageListLarge = this.imagenes;
            this.menu.ImageSizeLarge = new System.Drawing.Size(50, 50);
            this.menu.Location = new System.Drawing.Point(0, 28);
            this.menu.Name = "menu";
            this.menu.Size = new System.Drawing.Size(175, 727);
            this.menu.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.Listbar;
            this.menu.TabIndex = 2;
            this.menu.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.menu.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            this.menu.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
            // 
            // imagenes
            // 
            this.imagenes.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imagenes.ImageStream")));
            this.imagenes.TransparentColor = System.Drawing.Color.Transparent;
            this.imagenes.Images.SetKeyName(0, "user126.png");
            this.imagenes.Images.SetKeyName(1, "users22.png");
            // 
            // tabSingular
            // 
            this.tabSingular.Controls.Add(this.ultraTabSharedControlsPage1);
            this.tabSingular.Controls.Add(this.ultraTabPageControl8);
            this.tabSingular.Controls.Add(this.ultraTabPageControl9);
            this.tabSingular.Controls.Add(this.ultraTabPageControl10);
            this.tabSingular.Controls.Add(this.ultraTabPageControl11);
            this.tabSingular.Controls.Add(this.ultraTabPageControl12);
            this.tabSingular.Location = new System.Drawing.Point(181, 446);
            this.tabSingular.Name = "tabSingular";
            this.tabSingular.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.tabSingular.Size = new System.Drawing.Size(226, 226);
            this.tabSingular.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
            this.tabSingular.TabIndex = 3;
            ultraTab8.TabPage = this.ultraTabPageControl8;
            ultraTab8.Text = "9B1S";
            ultraTab9.TabPage = this.ultraTabPageControl9;
            ultraTab9.Text = "9B2S";
            ultraTab10.TabPage = this.ultraTabPageControl10;
            ultraTab10.Text = "9B4S";
            ultraTab11.TabPage = this.ultraTabPageControl11;
            ultraTab11.Text = "9CS";
            ultraTab12.TabPage = this.ultraTabPageControl12;
            ultraTab12.Text = "930S";
            this.tabSingular.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab8,
            ultraTab9,
            ultraTab10,
            ultraTab11,
            ultraTab12});
            this.tabSingular.Visible = false;
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(226, 226);
            // 
            // tabPlural
            // 
            this.tabPlural.Controls.Add(this.ultraTabSharedControlsPage2);
            this.tabPlural.Controls.Add(this.ultraTabPageControl3);
            this.tabPlural.Controls.Add(this.ultraTabPageControl4);
            this.tabPlural.Controls.Add(this.ultraTabPageControl5);
            this.tabPlural.Controls.Add(this.ultraTabPageControl6);
            this.tabPlural.Controls.Add(this.ultraTabPageControl7);
            this.tabPlural.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabPlural.Location = new System.Drawing.Point(175, 28);
            this.tabPlural.Name = "tabPlural";
            this.tabPlural.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.tabPlural.Size = new System.Drawing.Size(515, 727);
            this.tabPlural.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
            this.tabPlural.TabIndex = 5;
            ultraTab4.TabPage = this.ultraTabPageControl4;
            ultraTab4.Text = "9B2P";
            ultraTab3.TabPage = this.ultraTabPageControl3;
            ultraTab3.Text = "9B1P";
            ultraTab5.TabPage = this.ultraTabPageControl5;
            ultraTab5.Text = "9B4P";
            ultraTab6.TabPage = this.ultraTabPageControl6;
            ultraTab6.Text = "9CP";
            ultraTab7.TabPage = this.ultraTabPageControl7;
            ultraTab7.Text = "930P";
            this.tabPlural.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab4,
            ultraTab3,
            ultraTab5,
            ultraTab6,
            ultraTab7});
            this.tabPlural.Visible = false;
            this.tabPlural.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.tabPlural_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(515, 727);
            // 
            // tabMantenimiento
            // 
            this.tabMantenimiento.Controls.Add(this.ultraTabSharedControlsPage3);
            this.tabMantenimiento.Controls.Add(this.ultraTabPageControl1);
            this.tabMantenimiento.Controls.Add(this.ultraTabPageControl2);
            this.tabMantenimiento.Location = new System.Drawing.Point(196, 703);
            this.tabMantenimiento.Name = "tabMantenimiento";
            this.tabMantenimiento.SharedControlsPage = this.ultraTabSharedControlsPage3;
            this.tabMantenimiento.Size = new System.Drawing.Size(106, 34);
            this.tabMantenimiento.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
            this.tabMantenimiento.TabIndex = 6;
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "tab1";
            ultraTab2.TabPage = this.ultraTabPageControl2;
            ultraTab2.Text = "tab2";
            this.tabMantenimiento.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2});
            this.tabMantenimiento.Visible = false;
            // 
            // ultraTabSharedControlsPage3
            // 
            this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
            this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(106, 34);
            // 
            // dataCredito1
            // 
            this.dataCredito1.DataSetName = "dataCredito";
            this.dataCredito1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // frmPrincipal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(690, 778);
            this.Controls.Add(this.tabMantenimiento);
            this.Controls.Add(this.tabPlural);
            this.Controls.Add(this.tabSingular);
            this.Controls.Add(this.menu);
            this.Controls.Add(this.ultraStatusBar1);
            this.Controls.Add(this.ultraLabel1);
            this.Name = "frmPrincipal";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "cartasCREDITO";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmPrincipal_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPrincipal_FormClosed);
            this.ultraTabPageControl13.ResumeLayout(false);
            this.ultraTabPageControl13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Anio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Meses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1CantidadL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing1Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
            this.ultraGroupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
            this.ultraGroupBox4.ResumeLayout(false);
            this.ultraPanel2.ClientArea.ResumeLayout(false);
            this.ultraPanel2.ResumeLayout(false);
            this.ultraTabPageControl14.ResumeLayout(false);
            this.ultraTabPageControl15.ResumeLayout(false);
            this.ultraTabPageControl15.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Anio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Meses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2CantidadL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Direccion1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing2Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            this.ultraPanel1.ClientArea.ResumeLayout(false);
            this.ultraPanel1.ResumeLayout(false);
            this.ultraTabPageControl16.ResumeLayout(false);
            this.ultraTabPageControl17.ResumeLayout(false);
            this.ultraTabPageControl17.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Anio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Meses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3CantidadL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing3Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
            this.ultraGroupBox5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
            this.ultraGroupBox6.ResumeLayout(false);
            this.ultraPanel3.ClientArea.ResumeLayout(false);
            this.ultraPanel3.ResumeLayout(false);
            this.ultraTabPageControl18.ResumeLayout(false);
            this.ultraTabPageControl19.ResumeLayout(false);
            this.ultraTabPageControl19.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing4Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).EndInit();
            this.ultraGroupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
            this.ultraGroupBox8.ResumeLayout(false);
            this.ultraPanel4.ClientArea.ResumeLayout(false);
            this.ultraPanel4.ResumeLayout(false);
            this.ultraTabPageControl20.ResumeLayout(false);
            this.ultraTabPageControl21.ResumeLayout(false);
            this.ultraTabPageControl21.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sing5Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).EndInit();
            this.ultraGroupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox10)).EndInit();
            this.ultraGroupBox10.ResumeLayout(false);
            this.ultraPanel5.ClientArea.ResumeLayout(false);
            this.ultraPanel5.ResumeLayout(false);
            this.ultraTabPageControl22.ResumeLayout(false);
            this.ultraTabPageControl25.ResumeLayout(false);
            this.ultraTabPageControl25.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Anio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Meses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1CantidadL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural1Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox13)).EndInit();
            this.ultraGroupBox13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).EndInit();
            this.ultraGroupBox14.ResumeLayout(false);
            this.ultraPanel7.ClientArea.ResumeLayout(false);
            this.ultraPanel7.ResumeLayout(false);
            this.ultraTabPageControl26.ResumeLayout(false);
            this.ultraTabPageControl23.ResumeLayout(false);
            this.ultraTabPageControl23.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Anio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Meses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2CantidadL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural2Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox11)).EndInit();
            this.ultraGroupBox11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).EndInit();
            this.ultraGroupBox12.ResumeLayout(false);
            this.ultraPanel6.ClientArea.ResumeLayout(false);
            this.ultraPanel6.ResumeLayout(false);
            this.ultraTabPageControl24.ResumeLayout(false);
            this.ultraTabPageControl27.ResumeLayout(false);
            this.ultraTabPageControl27.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Anio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Meses)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3CantidadL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural3Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox15)).EndInit();
            this.ultraGroupBox15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).EndInit();
            this.ultraGroupBox16.ResumeLayout(false);
            this.ultraPanel8.ClientArea.ResumeLayout(false);
            this.ultraPanel8.ResumeLayout(false);
            this.ultraTabPageControl28.ResumeLayout(false);
            this.ultraTabPageControl29.ResumeLayout(false);
            this.ultraTabPageControl29.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural4Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox17)).EndInit();
            this.ultraGroupBox17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox18)).EndInit();
            this.ultraGroupBox18.ResumeLayout(false);
            this.ultraPanel9.ClientArea.ResumeLayout(false);
            this.ultraPanel9.ResumeLayout(false);
            this.ultraTabPageControl30.ResumeLayout(false);
            this.ultraTabPageControl31.ResumeLayout(false);
            this.ultraTabPageControl31.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Ciudad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Direccion2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Direccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Nombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.plural5Fecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox19)).EndInit();
            this.ultraGroupBox19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox20)).EndInit();
            this.ultraGroupBox20.ResumeLayout(false);
            this.ultraPanel10.ClientArea.ResumeLayout(false);
            this.ultraPanel10.ResumeLayout(false);
            this.ultraTabPageControl32.ResumeLayout(false);
            this.ultraTabPageControl8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            this.ultraTabPageControl9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
            this.ultraTabControl2.ResumeLayout(false);
            this.ultraTabPageControl10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).EndInit();
            this.ultraTabControl3.ResumeLayout(false);
            this.ultraTabPageControl11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl4)).EndInit();
            this.ultraTabControl4.ResumeLayout(false);
            this.ultraTabPageControl12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl5)).EndInit();
            this.ultraTabControl5.ResumeLayout(false);
            this.ultraTabPageControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl7)).EndInit();
            this.ultraTabControl7.ResumeLayout(false);
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl6)).EndInit();
            this.ultraTabControl6.ResumeLayout(false);
            this.ultraTabPageControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl8)).EndInit();
            this.ultraTabControl8.ResumeLayout(false);
            this.ultraTabPageControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl9)).EndInit();
            this.ultraTabControl9.ResumeLayout(false);
            this.ultraTabPageControl7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl10)).EndInit();
            this.ultraTabControl10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.menu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabSingular)).EndInit();
            this.tabSingular.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabPlural)).EndInit();
            this.tabPlural.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabMantenimiento)).EndInit();
            this.tabMantenimiento.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataCredito1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 4
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmExportarImpuestos));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.btnFileChooser    = new Infragistics.Win.Misc.UltraButton();
     this.txtFileName       = new System.Windows.Forms.TextBox();
     this.label7            = new System.Windows.Forms.Label();
     this.FechaDesde        = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.label6            = new System.Windows.Forms.Label();
     this.FechaHasta        = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.label1            = new System.Windows.Forms.Label();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3    = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FechaDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(871, 26);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(871, 24);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Exportar Percepciones de IIBB de Clientes";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox3);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(871, 123);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.btnFileChooser);
     this.groupBox3.Controls.Add(this.txtFileName);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.FechaDesde);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.FechaHasta);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(576, 120);
     this.groupBox3.TabIndex = 37;
     this.groupBox3.TabStop  = false;
     //
     // btnFileChooser
     //
     this.btnFileChooser.Location = new System.Drawing.Point(184, 70);
     this.btnFileChooser.Name     = "btnFileChooser";
     this.btnFileChooser.Size     = new System.Drawing.Size(32, 23);
     this.btnFileChooser.TabIndex = 2;
     this.btnFileChooser.Text     = "...";
     //
     // txtFileName
     //
     this.txtFileName.Location = new System.Drawing.Point(216, 72);
     this.txtFileName.Name     = "txtFileName";
     this.txtFileName.Size     = new System.Drawing.Size(296, 20);
     this.txtFileName.TabIndex = 3;
     this.txtFileName.Text     = "";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(80, 35);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(130, 16);
     this.label7.TabIndex  = 127;
     this.label7.Tag       = "FechaDesde";
     this.label7.Text      = "Fecha desde";
     //
     // FechaDesde
     //
     dateButton1.Caption = "Today";
     this.FechaDesde.DateButtons.Add(dateButton1);
     this.FechaDesde.Location          = new System.Drawing.Point(216, 32);
     this.FechaDesde.Name              = "FechaDesde";
     this.FechaDesde.NonAutoSizeHeight = 23;
     this.FechaDesde.Size              = new System.Drawing.Size(160, 21);
     this.FechaDesde.TabIndex          = 0;
     this.FechaDesde.Tag = "FechaDesde";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(80, 54);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(131, 16);
     this.label6.TabIndex  = 126;
     this.label6.Tag       = "FechaFin";
     this.label6.Text      = "Fecha hasta";
     //
     // FechaHasta
     //
     dateButton2.Caption = "Today";
     this.FechaHasta.DateButtons.Add(dateButton2);
     this.FechaHasta.Location          = new System.Drawing.Point(216, 52);
     this.FechaHasta.Name              = "FechaHasta";
     this.FechaHasta.NonAutoSizeHeight = 23;
     this.FechaHasta.Size              = new System.Drawing.Size(160, 21);
     this.FechaHasta.TabIndex          = 1;
     this.FechaHasta.Tag = "FechaHasta";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(80, 74);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(131, 16);
     this.label1.TabIndex  = 131;
     this.label1.Tag       = "FechaFin";
     this.label1.Text      = "Seleccionar archivo";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 23;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 4;
     this.toolBarButton1.Text       = "&Aceptar";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 7;
     this.toolBarButton3.Text       = "&Cancelar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "PeriodoFechas";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 123;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Seleccionar Período y archivo destino";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //Matias 20101102 - Tarea Infragistics 2008
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(920, 314);
     this.ultraExplorerBar1.TabIndex = 24;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmExportarImpuestos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 342);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmExportarImpuestos";
     this.Text = "FrmExportarImpuestos";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FechaDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAltaRow));
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.bAceptar          = new System.Windows.Forms.ToolBarButton();
     this.bCancelar         = new System.Windows.Forms.ToolBarButton();
     this.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.tbbPedidos        = new System.Windows.Forms.ToolBarButton();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(823, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock           = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Información";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(872, 245);
     this.ultraExplorerBar1.TabIndex = 0;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.bAceptar,
         this.bCancelar,
         this.tbbPedidos
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList1;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(872, 28);
     this.toolBarStandar.TabIndex       = 18;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.onClick);
     //
     // bAceptar
     //
     this.bAceptar.ImageIndex = 0;
     this.bAceptar.Text       = "&Aceptar";
     //
     // bCancelar
     //
     this.bCancelar.ImageIndex = 1;
     this.bCancelar.Text       = "&Cancelar";
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // tbbPedidos
     //
     this.tbbPedidos.Text = "Generar &Pedido";
     //
     // FrmAltaRow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(872, 273);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.KeyPreview = true;
     this.Name       = "FrmAltaRow";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.FrmAltaRow_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmProductos));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.cmbTipo            = new mz.erp.ui.controls.mzComboEditor();
     this.chActivo           = new System.Windows.Forms.CheckBox();
     this.label6             = new System.Windows.Forms.Label();
     this.ueDescripcionLarga = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ueDescripcionCorta = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ueDescripcion      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ueCodigoBarras     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ueCodigo           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ueObservaciones        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label7                 = new System.Windows.Forms.Label();
     this.chkObligaNumeroDeSerie = new System.Windows.Forms.CheckBox();
     this.chkObligaCodigoBarras  = new System.Windows.Forms.CheckBox();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.toolBarStandar         = new System.Windows.Forms.ToolBar();
     this.tbbAnterior            = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator           = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente           = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2          = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar            = new System.Windows.Forms.ToolBarButton();
     this.imglStandar            = new System.Windows.Forms.ImageList(this.components);
     this.panel2                 = new System.Windows.Forms.Panel();
     this.ultraExplorerBar1      = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueDescripcionLarga)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueDescripcionCorta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueDescripcion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueCodigoBarras)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueCodigo)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ueObservaciones)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(718, 24);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(718, 24);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Información general de productos";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.cmbTipo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chActivo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ueDescripcionLarga);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ueDescripcionCorta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ueDescripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ueCodigoBarras);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ueCodigo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(718, 167);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // cmbTipo
     //
     this.cmbTipo.DataSource           = null;
     this.cmbTipo.DisplayMember        = "";
     this.cmbTipo.DisplayMemberCaption = "";
     this.cmbTipo.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.cmbTipo.Location             = new System.Drawing.Point(547, 8);
     this.cmbTipo.MaxItemsDisplay      = 200;
     this.cmbTipo.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.cmbTipo.Name               = "cmbTipo";
     this.cmbTipo.Size               = new System.Drawing.Size(157, 21);
     this.cmbTipo.SorterMember       = "";
     this.cmbTipo.TabIndex           = 13;
     this.cmbTipo.ValueMember        = "";
     this.cmbTipo.ValueMemberCaption = "";
     //
     // chActivo
     //
     this.chActivo.BackColor   = System.Drawing.Color.Transparent;
     this.chActivo.Location    = new System.Drawing.Point(425, 34);
     this.chActivo.Name        = "chActivo";
     this.chActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chActivo.Size        = new System.Drawing.Size(136, 16);
     this.chActivo.TabIndex    = 12;
     this.chActivo.Text        = "Activo";
     //
     // label6
     //
     this.label6.BackColor   = System.Drawing.Color.Transparent;
     this.label6.Location    = new System.Drawing.Point(415, 13);
     this.label6.Name        = "label6";
     this.label6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label6.Size        = new System.Drawing.Size(128, 16);
     this.label6.TabIndex    = 11;
     this.label6.Text        = "Tipo de Producto";
     //
     // ueDescripcionLarga
     //
     this.ueDescripcionLarga.Location   = new System.Drawing.Point(144, 105);
     this.ueDescripcionLarga.Multiline  = true;
     this.ueDescripcionLarga.Name       = "ueDescripcionLarga";
     this.ueDescripcionLarga.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
     this.ueDescripcionLarga.Size       = new System.Drawing.Size(560, 48);
     this.ueDescripcionLarga.TabIndex   = 9;
     this.ueDescripcionLarga.Text       = "ultraTextEditor5";
     //
     // ueDescripcionCorta
     //
     this.ueDescripcionCorta.Location = new System.Drawing.Point(144, 81);
     this.ueDescripcionCorta.Name     = "ueDescripcionCorta";
     this.ueDescripcionCorta.Size     = new System.Drawing.Size(560, 21);
     this.ueDescripcionCorta.TabIndex = 8;
     this.ueDescripcionCorta.Text     = "ultraTextEditor4";
     //
     // ueDescripcion
     //
     this.ueDescripcion.Location = new System.Drawing.Point(144, 57);
     this.ueDescripcion.Name     = "ueDescripcion";
     this.ueDescripcion.Size     = new System.Drawing.Size(560, 21);
     this.ueDescripcion.TabIndex = 7;
     this.ueDescripcion.Text     = "ultraTextEditor3";
     //
     // ueCodigoBarras
     //
     this.ueCodigoBarras.Location = new System.Drawing.Point(144, 33);
     this.ueCodigoBarras.Name     = "ueCodigoBarras";
     this.ueCodigoBarras.Size     = new System.Drawing.Size(152, 21);
     this.ueCodigoBarras.TabIndex = 6;
     this.ueCodigoBarras.Text     = "ultraTextEditor2";
     //
     // ueCodigo
     //
     this.ueCodigo.Location = new System.Drawing.Point(144, 9);
     this.ueCodigo.Name     = "ueCodigo";
     this.ueCodigo.Size     = new System.Drawing.Size(152, 21);
     this.ueCodigo.TabIndex = 5;
     this.ueCodigo.Text     = "ultraTextEditor1";
     //
     // label5
     //
     this.label5.BackColor   = System.Drawing.Color.Transparent;
     this.label5.Location    = new System.Drawing.Point(11, 109);
     this.label5.Name        = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label5.Size        = new System.Drawing.Size(128, 16);
     this.label5.TabIndex    = 4;
     this.label5.Text        = "Descripción Larga";
     //
     // label4
     //
     this.label4.BackColor   = System.Drawing.Color.Transparent;
     this.label4.Location    = new System.Drawing.Point(11, 85);
     this.label4.Name        = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label4.Size        = new System.Drawing.Size(128, 16);
     this.label4.TabIndex    = 3;
     this.label4.Text        = "Descripción Corta";
     //
     // label3
     //
     this.label3.BackColor   = System.Drawing.Color.Transparent;
     this.label3.Location    = new System.Drawing.Point(11, 61);
     this.label3.Name        = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label3.Size        = new System.Drawing.Size(128, 16);
     this.label3.TabIndex    = 2;
     this.label3.Text        = "Descripción";
     //
     // label2
     //
     this.label2.BackColor   = System.Drawing.Color.Transparent;
     this.label2.Location    = new System.Drawing.Point(11, 36);
     this.label2.Name        = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label2.Size        = new System.Drawing.Size(128, 16);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "Codigo de Barras";
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.Transparent;
     this.label1.Location    = new System.Drawing.Point(11, 12);
     this.label1.Name        = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label1.Size        = new System.Drawing.Size(128, 16);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Codigo";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ueObservaciones);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chkObligaNumeroDeSerie);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chkObligaCodigoBarras);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 333);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(718, 157);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // ueObservaciones
     //
     this.ueObservaciones.Location   = new System.Drawing.Point(146, 4);
     this.ueObservaciones.Multiline  = true;
     this.ueObservaciones.Name       = "ueObservaciones";
     this.ueObservaciones.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
     this.ueObservaciones.Size       = new System.Drawing.Size(558, 92);
     this.ueObservaciones.TabIndex   = 16;
     this.ueObservaciones.Text       = "ultraTextEditor6";
     //
     // label7
     //
     this.label7.BackColor   = System.Drawing.Color.Transparent;
     this.label7.Location    = new System.Drawing.Point(13, 4);
     this.label7.Name        = "label7";
     this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label7.Size        = new System.Drawing.Size(123, 16);
     this.label7.TabIndex    = 15;
     this.label7.Text        = "Observaciones";
     //
     // chkObligaNumeroDeSerie
     //
     this.chkObligaNumeroDeSerie.BackColor   = System.Drawing.Color.Transparent;
     this.chkObligaNumeroDeSerie.Location    = new System.Drawing.Point(8, 120);
     this.chkObligaNumeroDeSerie.Name        = "chkObligaNumeroDeSerie";
     this.chkObligaNumeroDeSerie.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkObligaNumeroDeSerie.Size        = new System.Drawing.Size(152, 24);
     this.chkObligaNumeroDeSerie.TabIndex    = 14;
     this.chkObligaNumeroDeSerie.Text        = "Obliga Numero de Serie";
     //
     // chkObligaCodigoBarras
     //
     this.chkObligaCodigoBarras.BackColor   = System.Drawing.Color.Transparent;
     this.chkObligaCodigoBarras.Location    = new System.Drawing.Point(24, 104);
     this.chkObligaCodigoBarras.Name        = "chkObligaCodigoBarras";
     this.chkObligaCodigoBarras.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkObligaCodigoBarras.Size        = new System.Drawing.Size(136, 16);
     this.chkObligaCodigoBarras.TabIndex    = 13;
     this.chkObligaCodigoBarras.Text        = "Obliga Codigo Barras";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolBarStandar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(784, 32);
     this.panel1.TabIndex = 0;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(784, 28);
     this.toolBarStandar.TabIndex       = 18;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ultraExplorerBar1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(784, 494);
     this.panel2.TabIndex = 1;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 167;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 157;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Datos Adicionales";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(784, 494);
     this.ultraExplorerBar1.TabIndex = 0;
     //
     // FrmAbmProductos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(784, 526);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "FrmAbmProductos";
     this.Text = " ";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueDescripcionLarga)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueDescripcionCorta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueDescripcion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueCodigoBarras)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ueCodigo)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ueObservaciones)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSoporteModificarComprobantes));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.txtNumeroModif         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEComprobanteDestino = new mz.erp.ui.controls.mzComboEditor();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox4             = new System.Windows.Forms.GroupBox();
     this.gridResultado         = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1      = new mz.erp.ui.controls.GridManagerView();
     this.label2                = new System.Windows.Forms.Label();
     this.ubBuscar              = new Infragistics.Win.Misc.UltraButton();
     this.mzCEComprobanteOrigen = new mz.erp.ui.controls.mzComboEditor();
     this.label3                = new System.Windows.Forms.Label();
     this.txtNumero             = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.imglStandar           = new System.Windows.Forms.ImageList(this.components);
     this.toolBarButton1        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3        = new System.Windows.Forms.ToolBarButton();
     this.toolBarStandar        = new System.Windows.Forms.ToolBar();
     this.toolBarButton4        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteDestino)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(863, 26);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(863, 24);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Label Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox4);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(863, 291);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtNumeroModif);
     this.groupBox1.Controls.Add(this.mzCEComprobanteDestino);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 224);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(859, 64);
     this.groupBox1.TabIndex = 46;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Modificar";
     //
     // txtNumeroModif
     //
     this.txtNumeroModif.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumeroModif.InputMask = "?-9999-99999999";
     this.txtNumeroModif.Location  = new System.Drawing.Point(170, 24);
     this.txtNumeroModif.Name      = "txtNumeroModif";
     this.txtNumeroModif.Size      = new System.Drawing.Size(100, 20);
     this.txtNumeroModif.TabIndex  = 42;
     this.txtNumeroModif.Text      = "--";
     this.txtNumeroModif.Visible   = false;
     //
     // mzCEComprobanteDestino
     //
     this.mzCEComprobanteDestino.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEComprobanteDestino.DisplayMember        = "";
     this.mzCEComprobanteDestino.DisplayMemberCaption = "";
     this.mzCEComprobanteDestino.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteDestino.Location             = new System.Drawing.Point(180, 22);
     this.mzCEComprobanteDestino.MaxItemsDisplay      = 50;
     this.mzCEComprobanteDestino.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteDestino.Name               = "mzCEComprobanteDestino";
     this.mzCEComprobanteDestino.Size               = new System.Drawing.Size(199, 21);
     this.mzCEComprobanteDestino.SorterMember       = "";
     this.mzCEComprobanteDestino.TabIndex           = 5;
     this.mzCEComprobanteDestino.ValueMember        = "";
     this.mzCEComprobanteDestino.ValueMemberCaption = "";
     this.mzCEComprobanteDestino.Visible            = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(4, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 16);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "Nuevo Tipo de Comprobante";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.gridResultado);
     this.groupBox4.Controls.Add(this.gridManagerView1);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.ubBuscar);
     this.groupBox4.Controls.Add(this.mzCEComprobanteOrigen);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.txtNumero);
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(859, 219);
     this.groupBox4.TabIndex = 45;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = " Comprobante origen";
     //
     // gridResultado
     //
     this.gridResultado.AllowCardSizing = false;
     this.gridResultado.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location           = new System.Drawing.Point(13, 99);
     this.gridResultado.Name       = "gridResultado";
     this.gridResultado.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridResultado.Size       = new System.Drawing.Size(835, 104);
     this.gridResultado.TabIndex   = 4;
     this.gridResultado.TabStop    = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(11, 72);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 3;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(12, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 16);
     this.label2.TabIndex  = 49;
     this.label2.Text      = "Número de Comprobante";
     //
     // ubBuscar
     //
     this.ubBuscar.Location = new System.Drawing.Point(372, 39);
     this.ubBuscar.Name     = "ubBuscar";
     this.ubBuscar.Size     = new System.Drawing.Size(96, 24);
     this.ubBuscar.TabIndex = 2;
     this.ubBuscar.Text     = "&Buscar";
     //
     // mzCEComprobanteOrigen
     //
     this.mzCEComprobanteOrigen.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEComprobanteOrigen.DisplayMember        = "";
     this.mzCEComprobanteOrigen.DisplayMemberCaption = "";
     this.mzCEComprobanteOrigen.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteOrigen.Location             = new System.Drawing.Point(156, 40);
     this.mzCEComprobanteOrigen.MaxItemsDisplay      = 50;
     this.mzCEComprobanteOrigen.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteOrigen.Name               = "mzCEComprobanteOrigen";
     this.mzCEComprobanteOrigen.Size               = new System.Drawing.Size(199, 21);
     this.mzCEComprobanteOrigen.SorterMember       = "";
     this.mzCEComprobanteOrigen.TabIndex           = 1;
     this.mzCEComprobanteOrigen.ValueMember        = "";
     this.mzCEComprobanteOrigen.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(12, 43);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 16);
     this.label3.TabIndex  = 48;
     this.label3.Text      = "Tipo de Comprobante";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "?-9999-99999999";
     this.txtNumero.Location  = new System.Drawing.Point(156, 18);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.Size      = new System.Drawing.Size(100, 20);
     this.txtNumero.TabIndex  = 0;
     this.txtNumero.Text      = "--";
     //
     // imglStandar
     //
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     this.imglStandar.Images.SetKeyName(0, "");
     this.imglStandar.Images.SetKeyName(1, "");
     this.imglStandar.Images.SetKeyName(2, "");
     this.imglStandar.Images.SetKeyName(3, "");
     this.imglStandar.Images.SetKeyName(4, "");
     this.imglStandar.Images.SetKeyName(5, "");
     this.imglStandar.Images.SetKeyName(6, "");
     this.imglStandar.Images.SetKeyName(7, "");
     this.imglStandar.Images.SetKeyName(8, "");
     this.imglStandar.Images.SetKeyName(9, "");
     this.imglStandar.Images.SetKeyName(10, "");
     this.imglStandar.Images.SetKeyName(11, "");
     this.imglStandar.Images.SetKeyName(12, "");
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 4;
     this.toolBarButton1.Name       = "toolBarButton1";
     this.toolBarButton1.Text       = "&Aceptar";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name  = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 7;
     this.toolBarButton3.Name       = "toolBarButton3";
     this.toolBarButton3.Text       = "&Cancelar";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton4,
         this.toolBarButton5,
         this.toolBarButton6
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 23;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 4;
     this.toolBarButton4.Name       = "toolBarButton4";
     this.toolBarButton4.Text       = "&Aceptar";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Name  = "toolBarButton5";
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton6
     //
     this.toolBarButton6.ImageIndex = 7;
     this.toolBarButton6.Name       = "toolBarButton6";
     this.toolBarButton6.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AnimationEnabled = false;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "Busqueda";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 291;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Seleccionar Perfil";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 430);
     this.ultraExplorerBar1.TabIndex = 24;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmSoporteModificarComprobantes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 458);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSoporteModificarComprobantes";
     this.Text = "FrmSoporteModificarComprobantes";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteDestino)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmIngresarCodigoSecundario));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea                 = new System.Windows.Forms.Label();
     this.containerProductos         = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.gridProductos              = new Janus.Windows.GridEX.GridEX();
     this.hierarchicalSearchControl1 = new mz.erp.ui.controls.HierarchicalSearchControl();
     this.imglStandar                = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar             = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator               = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente               = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2              = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar           = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.containerProductos.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, -15);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(854, 28);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(854, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // containerProductos
     //
     this.containerProductos.Controls.Add(this.panel1);
     this.containerProductos.Controls.Add(this.hierarchicalSearchControl1);
     this.containerProductos.Location = new System.Drawing.Point(28, 9);
     this.containerProductos.Name     = "containerProductos";
     this.containerProductos.Size     = new System.Drawing.Size(854, 360);
     this.containerProductos.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.gridProductos);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 88);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(854, 272);
     this.panel1.TabIndex = 75;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.gridProductos.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(0, 8);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(848, 263);
     this.gridProductos.TabIndex           = 74;
     this.gridProductos.TabStop            = false;
     //
     // hierarchicalSearchControl1
     //
     this.hierarchicalSearchControl1.BackColor = System.Drawing.Color.Transparent;
     this.hierarchicalSearchControl1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.hierarchicalSearchControl1.Location  = new System.Drawing.Point(0, 0);
     this.hierarchicalSearchControl1.Name      = "hierarchicalSearchControl1";
     this.hierarchicalSearchControl1.Size      = new System.Drawing.Size(854, 88);
     this.hierarchicalSearchControl1.TabIndex  = 74;
     this.hierarchicalSearchControl1.Load     += new System.EventHandler(this.hierarchicalSearchControl1_Load);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 25;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.containerProductos);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 28;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.containerProductos;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 360;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Productos";
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(920, 394);
     this.ultraExplorerBar.TabIndex = 26;
     this.ultraExplorerBar.TabStop  = false;
     //
     // FrmIngresarCodigoSecundario
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 422);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmIngresarCodigoSecundario";
     this.Text = "FrmIngresarCodigoSecundario";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.containerProductos.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpzioniUI));
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            this.opzioniBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.iconeGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblIconeMenu = new Infragistics.Win.Misc.UltraLabel();
            this.grandezzaIconeMenu = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.lblIconeToolBar = new Infragistics.Win.Misc.UltraLabel();
            this.grandezzaIconeToolBar = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.stileGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblMenuScomparsa = new Infragistics.Win.Misc.UltraLabel();
            this.menuScomparsa = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblStile = new Infragistics.Win.Misc.UltraLabel();
            this.stile = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.opzioni_generali_panel = new System.Windows.Forms.Panel();
            this.btnFreeze = new Infragistics.Win.Misc.UltraButton();
            this.btnTest = new Infragistics.Win.Misc.UltraButton();
            this.btnCancel = new Infragistics.Win.Misc.UltraButton();
            this.btnOk = new Infragistics.Win.Misc.UltraButton();
            this.valSummaryOpzioni = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.reqStile = new Gipasoft.Windows.Forms.CustomValidation.RequiredFieldValidator();
            this.funzioni_modelli_panel = new System.Windows.Forms.Panel();
            this.ricalcoloGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnRicalcoloModelli = new Infragistics.Win.Misc.UltraButton();
            this.lblRicalcoloModelli = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panelControlli = new System.Windows.Forms.Panel();
            this.condomini_panel = new System.Windows.Forms.Panel();
            this.btnRicalcoloAbiCab = new Infragistics.Win.Misc.UltraButton();
            this.aggiornamentoDescrizioneUnitaGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.sceltaAllUnita = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
            this.sceltaCondominioCombo1 = new Gipasoft.Stabili.UI.Library.SceltaCondominioCombo();
            this.lblCondominio = new Infragistics.Win.Misc.UltraLabel();
            this.btnAggiornamentoDescrizioneUnita = new Infragistics.Win.Misc.UltraButton();
            this.aggiornamentoAbiCabGroupBox = new Infragistics.Win.Misc.UltraGroupBox();
            this.nuovoCab = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNuovoCab = new Infragistics.Win.Misc.UltraLabel();
            this.nuovoAbi = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNuovoAbi = new Infragistics.Win.Misc.UltraLabel();
            this.vecchioCab = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblVecchioCab = new Infragistics.Win.Misc.UltraLabel();
            this.vecchioAbi = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblOldAbi = new Infragistics.Win.Misc.UltraLabel();
            this.btnAggiornamentoAbiCab1 = new Infragistics.Win.Misc.UltraButton();
            this.messaggi_panel = new System.Windows.Forms.Panel();
            this.controlloRapportiniGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnControlloRapportini = new Infragistics.Win.Misc.UltraButton();
            this.lblControlloRapportini = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.funzioni_conti_panel = new System.Windows.Forms.Panel();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraFormattedLinkLabel1 = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.btnEliminaMillesimiDoppi = new Infragistics.Win.Misc.UltraButton();
            this.importazioneContiGroup = new Infragistics.Win.Misc.UltraGroupBox();
            this.btnImportazioneConti = new Infragistics.Win.Misc.UltraButton();
            this.lblImportazionePianoConti = new Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel();
            this.btnCalcoloStatoSpese = new Infragistics.Win.Misc.UltraButton();
            ((System.ComponentModel.ISupportInitialize)(this.opzioniBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.iconeGroup)).BeginInit();
            this.iconeGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeToolBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stileGroup)).BeginInit();
            this.stileGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuScomparsa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stile)).BeginInit();
            this.opzioni_generali_panel.SuspendLayout();
            this.funzioni_modelli_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ricalcoloGroup)).BeginInit();
            this.ricalcoloGroup.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panelControlli.SuspendLayout();
            this.condomini_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoDescrizioneUnitaGroup)).BeginInit();
            this.aggiornamentoDescrizioneUnitaGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sceltaAllUnita)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoAbiCabGroupBox)).BeginInit();
            this.aggiornamentoAbiCabGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoCab)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoAbi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioCab)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioAbi)).BeginInit();
            this.messaggi_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.controlloRapportiniGroup)).BeginInit();
            this.controlloRapportiniGroup.SuspendLayout();
            this.funzioni_conti_panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.importazioneContiGroup)).BeginInit();
            this.importazioneContiGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // opzioniBar
            // 
            this.opzioniBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.opzioniBar.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarItem1.Key = "Generali";
            appearance1.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.opzioni_large;
            ultraExplorerBarItem1.Settings.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.opzioni_small;
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem1.Text = "Generali";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1});
            ultraExplorerBarGroup1.Text = "Opzioni";
            ultraExplorerBarItem2.Key = "modelli";
            appearance3.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.modelli_large;
            ultraExplorerBarItem2.Settings.AppearancesLarge.Appearance = appearance3;
            appearance4.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.modelli_small;
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem2.Text = "Modelli";
            ultraExplorerBarItem3.Key = "conti";
            appearance5.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.pianoconti_large;
            ultraExplorerBarItem3.Settings.AppearancesLarge.Appearance = appearance5;
            appearance6.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.pianoconti_small;
            ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance6;
            ultraExplorerBarItem3.Text = "Conti";
            ultraExplorerBarItem4.Key = "messaggi";
            appearance7.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.message_large;
            ultraExplorerBarItem4.Settings.AppearancesLarge.Appearance = appearance7;
            appearance8.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.message_small;
            ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance8;
            ultraExplorerBarItem4.Text = "Messaggi";
            ultraExplorerBarItem5.Key = "condomini";
            appearance9.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.stabile_large;
            ultraExplorerBarItem5.Settings.AppearancesLarge.Appearance = appearance9;
            appearance10.Image = global::Gipasoft.Stabili.UI.Opzioni.OpzioniResources.stabile_small;
            ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance10;
            ultraExplorerBarItem5.Text = "Condomini";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem2,
            ultraExplorerBarItem3,
            ultraExplorerBarItem4,
            ultraExplorerBarItem5});
            ultraExplorerBarGroup2.Key = "funzioni";
            ultraExplorerBarGroup2.Text = "Funzioni";
            this.opzioniBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2});
            this.opzioniBar.Location = new System.Drawing.Point(3, 3);
            this.opzioniBar.Name = "opzioniBar";
            this.opzioniBar.Size = new System.Drawing.Size(124, 360);
            this.opzioniBar.TabIndex = 0;
            this.opzioniBar.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.opzioniBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.opzioniBarItemClick);
            // 
            // iconeGroup
            // 
            this.iconeGroup.Controls.Add(this.lblIconeMenu);
            this.iconeGroup.Controls.Add(this.grandezzaIconeMenu);
            this.iconeGroup.Controls.Add(this.lblIconeToolBar);
            this.iconeGroup.Controls.Add(this.grandezzaIconeToolBar);
            this.iconeGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.iconeGroup.Location = new System.Drawing.Point(8, 3);
            this.iconeGroup.Name = "iconeGroup";
            this.iconeGroup.Size = new System.Drawing.Size(420, 81);
            this.iconeGroup.TabIndex = 1;
            this.iconeGroup.Text = "Icone";
            // 
            // lblIconeMenu
            // 
            appearance11.TextVAlignAsString = "Middle";
            this.lblIconeMenu.Appearance = appearance11;
            this.lblIconeMenu.Location = new System.Drawing.Point(6, 54);
            this.lblIconeMenu.Name = "lblIconeMenu";
            this.lblIconeMenu.Size = new System.Drawing.Size(56, 23);
            this.lblIconeMenu.TabIndex = 4;
            this.lblIconeMenu.Text = "Menu";
            // 
            // grandezzaIconeMenu
            // 
            this.grandezzaIconeMenu.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.grandezzaIconeMenu.CheckedIndex = 0;
            valueListItem1.DataValue = "Default";
            valueListItem1.DisplayText = "Default";
            valueListItem2.DataValue = "Large";
            valueListItem2.DisplayText = "Grandi";
            valueListItem7.DataValue = "Small";
            valueListItem7.DisplayText = "Piccole";
            this.grandezzaIconeMenu.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2,
            valueListItem7});
            this.grandezzaIconeMenu.ItemSpacingHorizontal = 30;
            this.grandezzaIconeMenu.Location = new System.Drawing.Point(81, 57);
            this.grandezzaIconeMenu.Name = "grandezzaIconeMenu";
            this.grandezzaIconeMenu.Size = new System.Drawing.Size(250, 20);
            this.grandezzaIconeMenu.TabIndex = 3;
            this.grandezzaIconeMenu.Text = "Default";
            this.grandezzaIconeMenu.TextIndentation = 2;
            // 
            // lblIconeToolBar
            // 
            appearance12.TextVAlignAsString = "Middle";
            this.lblIconeToolBar.Appearance = appearance12;
            this.lblIconeToolBar.Location = new System.Drawing.Point(6, 28);
            this.lblIconeToolBar.Name = "lblIconeToolBar";
            this.lblIconeToolBar.Size = new System.Drawing.Size(56, 23);
            this.lblIconeToolBar.TabIndex = 2;
            this.lblIconeToolBar.Text = "Toolbar";
            // 
            // grandezzaIconeToolBar
            // 
            this.grandezzaIconeToolBar.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.grandezzaIconeToolBar.CheckedIndex = 0;
            valueListItem8.DataValue = "Default";
            valueListItem8.DisplayText = "Default";
            valueListItem5.DataValue = "Large";
            valueListItem5.DisplayText = "Grandi";
            valueListItem6.DataValue = "Small";
            valueListItem6.DisplayText = "Piccole";
            this.grandezzaIconeToolBar.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem8,
            valueListItem5,
            valueListItem6});
            this.grandezzaIconeToolBar.ItemSpacingHorizontal = 30;
            this.grandezzaIconeToolBar.Location = new System.Drawing.Point(81, 31);
            this.grandezzaIconeToolBar.Name = "grandezzaIconeToolBar";
            this.grandezzaIconeToolBar.Size = new System.Drawing.Size(250, 20);
            this.grandezzaIconeToolBar.TabIndex = 0;
            this.grandezzaIconeToolBar.Text = "Default";
            this.grandezzaIconeToolBar.TextIndentation = 2;
            // 
            // stileGroup
            // 
            this.stileGroup.Controls.Add(this.lblMenuScomparsa);
            this.stileGroup.Controls.Add(this.menuScomparsa);
            this.stileGroup.Controls.Add(this.lblStile);
            this.stileGroup.Controls.Add(this.stile);
            this.stileGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.stileGroup.Location = new System.Drawing.Point(8, 90);
            this.stileGroup.Name = "stileGroup";
            this.stileGroup.Size = new System.Drawing.Size(420, 93);
            this.stileGroup.TabIndex = 2;
            this.stileGroup.Text = "Stile";
            // 
            // lblMenuScomparsa
            // 
            appearance13.TextVAlignAsString = "Middle";
            this.lblMenuScomparsa.Appearance = appearance13;
            this.lblMenuScomparsa.Location = new System.Drawing.Point(6, 59);
            this.lblMenuScomparsa.Name = "lblMenuScomparsa";
            this.lblMenuScomparsa.Size = new System.Drawing.Size(106, 23);
            this.lblMenuScomparsa.TabIndex = 3;
            this.lblMenuScomparsa.Text = "Menu a scomparsa";
            // 
            // menuScomparsa
            // 
            this.menuScomparsa.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.menuScomparsa.Location = new System.Drawing.Point(118, 58);
            this.menuScomparsa.Name = "menuScomparsa";
            this.menuScomparsa.Size = new System.Drawing.Size(284, 21);
            this.menuScomparsa.TabIndex = 2;
            // 
            // lblStile
            // 
            appearance14.TextVAlignAsString = "Middle";
            this.lblStile.Appearance = appearance14;
            this.lblStile.Location = new System.Drawing.Point(6, 31);
            this.lblStile.Name = "lblStile";
            this.lblStile.Size = new System.Drawing.Size(83, 23);
            this.lblStile.TabIndex = 1;
            this.lblStile.Text = "Stile";
            // 
            // stile
            // 
            this.stile.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
            this.stile.Location = new System.Drawing.Point(118, 31);
            this.stile.Name = "stile";
            this.stile.Size = new System.Drawing.Size(284, 21);
            this.stile.TabIndex = 0;
            // 
            // opzioni_generali_panel
            // 
            this.opzioni_generali_panel.Controls.Add(this.btnFreeze);
            this.opzioni_generali_panel.Controls.Add(this.btnTest);
            this.opzioni_generali_panel.Controls.Add(this.btnCancel);
            this.opzioni_generali_panel.Controls.Add(this.btnOk);
            this.opzioni_generali_panel.Controls.Add(this.iconeGroup);
            this.opzioni_generali_panel.Controls.Add(this.stileGroup);
            this.opzioni_generali_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.opzioni_generali_panel.Location = new System.Drawing.Point(0, 0);
            this.opzioni_generali_panel.Name = "opzioni_generali_panel";
            this.opzioni_generali_panel.Size = new System.Drawing.Size(433, 360);
            this.opzioni_generali_panel.TabIndex = 3;
            // 
            // btnFreeze
            // 
            this.btnFreeze.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFreeze.CausesValidation = false;
            this.btnFreeze.Location = new System.Drawing.Point(272, 328);
            this.btnFreeze.Name = "btnFreeze";
            this.btnFreeze.Size = new System.Drawing.Size(75, 23);
            this.btnFreeze.TabIndex = 6;
            this.btnFreeze.Text = "Freeze";
            this.btnFreeze.Visible = false;
            this.btnFreeze.Click += new System.EventHandler(this.btnFreezeClick);
            // 
            // btnTest
            // 
            this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTest.CausesValidation = false;
            this.btnTest.Location = new System.Drawing.Point(353, 328);
            this.btnTest.Name = "btnTest";
            this.btnTest.Size = new System.Drawing.Size(75, 23);
            this.btnTest.TabIndex = 5;
            this.btnTest.Text = "Test";
            this.btnTest.Visible = false;
            this.btnTest.Click += new System.EventHandler(this.btnTestClick);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCancel.CausesValidation = false;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(84, 328);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 4;
            this.btnCancel.Text = "Annulla";
            this.btnCancel.Click += new System.EventHandler(this.btnCancelClick);
            // 
            // btnOk
            // 
            this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Location = new System.Drawing.Point(3, 328);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 3;
            this.btnOk.Text = "Ok";
            this.btnOk.Click += new System.EventHandler(this.btnOkClick);
            // 
            // reqStile
            // 
            this.reqStile.ControlToValidate = this.stile;
            this.reqStile.ErrorMessage = "Scegliere uno stile";
            this.reqStile.Icon = ((System.Drawing.Icon)(resources.GetObject("reqStile.Icon")));
            // 
            // funzioni_modelli_panel
            // 
            this.funzioni_modelli_panel.Controls.Add(this.ricalcoloGroup);
            this.funzioni_modelli_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.funzioni_modelli_panel.Location = new System.Drawing.Point(0, 0);
            this.funzioni_modelli_panel.Name = "funzioni_modelli_panel";
            this.funzioni_modelli_panel.Size = new System.Drawing.Size(433, 360);
            this.funzioni_modelli_panel.TabIndex = 7;
            this.funzioni_modelli_panel.Visible = false;
            // 
            // ricalcoloGroup
            // 
            this.ricalcoloGroup.Controls.Add(this.btnRicalcoloModelli);
            this.ricalcoloGroup.Controls.Add(this.lblRicalcoloModelli);
            this.ricalcoloGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.ricalcoloGroup.Location = new System.Drawing.Point(7, 12);
            this.ricalcoloGroup.Name = "ricalcoloGroup";
            this.ricalcoloGroup.Size = new System.Drawing.Size(421, 111);
            this.ricalcoloGroup.TabIndex = 0;
            this.ricalcoloGroup.Text = "Ricalcolo Modelli";
            // 
            // btnRicalcoloModelli
            // 
            this.btnRicalcoloModelli.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRicalcoloModelli.Location = new System.Drawing.Point(7, 75);
            this.btnRicalcoloModelli.Name = "btnRicalcoloModelli";
            this.btnRicalcoloModelli.Size = new System.Drawing.Size(407, 23);
            this.btnRicalcoloModelli.TabIndex = 1;
            this.btnRicalcoloModelli.Text = "Ricalcolo Modelli";
            this.btnRicalcoloModelli.Click += new System.EventHandler(this.btnRicalcoloModelliClick);
            // 
            // lblRicalcoloModelli
            // 
            this.lblRicalcoloModelli.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblRicalcoloModelli.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.lblRicalcoloModelli.Location = new System.Drawing.Point(7, 22);
            this.lblRicalcoloModelli.Name = "lblRicalcoloModelli";
            this.lblRicalcoloModelli.Size = new System.Drawing.Size(407, 50);
            this.lblRicalcoloModelli.TabIndex = 0;
            this.lblRicalcoloModelli.TabStop = true;
            this.lblRicalcoloModelli.Value = resources.GetString("lblRicalcoloModelli.Value");
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.opzioniBar, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panelControlli, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(569, 366);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // panelControlli
            // 
            this.panelControlli.Controls.Add(this.condomini_panel);
            this.panelControlli.Controls.Add(this.messaggi_panel);
            this.panelControlli.Controls.Add(this.funzioni_conti_panel);
            this.panelControlli.Controls.Add(this.funzioni_modelli_panel);
            this.panelControlli.Controls.Add(this.opzioni_generali_panel);
            this.panelControlli.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControlli.Location = new System.Drawing.Point(133, 3);
            this.panelControlli.Name = "panelControlli";
            this.panelControlli.Size = new System.Drawing.Size(433, 360);
            this.panelControlli.TabIndex = 1;
            // 
            // condomini_panel
            // 
            this.condomini_panel.Controls.Add(this.btnCalcoloStatoSpese);
            this.condomini_panel.Controls.Add(this.btnRicalcoloAbiCab);
            this.condomini_panel.Controls.Add(this.aggiornamentoDescrizioneUnitaGroup);
            this.condomini_panel.Controls.Add(this.aggiornamentoAbiCabGroupBox);
            this.condomini_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.condomini_panel.Location = new System.Drawing.Point(0, 0);
            this.condomini_panel.Name = "condomini_panel";
            this.condomini_panel.Size = new System.Drawing.Size(433, 360);
            this.condomini_panel.TabIndex = 10;
            this.condomini_panel.Visible = false;
            // 
            // btnRicalcoloAbiCab
            // 
            this.btnRicalcoloAbiCab.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRicalcoloAbiCab.Location = new System.Drawing.Point(15, 144);
            this.btnRicalcoloAbiCab.Name = "btnRicalcoloAbiCab";
            this.btnRicalcoloAbiCab.Size = new System.Drawing.Size(407, 23);
            this.btnRicalcoloAbiCab.TabIndex = 10;
            this.btnRicalcoloAbiCab.Text = "Ricalcolo IBAN";
            this.btnRicalcoloAbiCab.Click += new System.EventHandler(this.btnRicalcoloAbiCab_Click);
            // 
            // aggiornamentoDescrizioneUnitaGroup
            // 
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.sceltaAllUnita);
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.sceltaCondominioCombo1);
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.lblCondominio);
            this.aggiornamentoDescrizioneUnitaGroup.Controls.Add(this.btnAggiornamentoDescrizioneUnita);
            this.aggiornamentoDescrizioneUnitaGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.aggiornamentoDescrizioneUnitaGroup.Location = new System.Drawing.Point(7, 178);
            this.aggiornamentoDescrizioneUnitaGroup.Name = "aggiornamentoDescrizioneUnitaGroup";
            this.aggiornamentoDescrizioneUnitaGroup.Size = new System.Drawing.Size(421, 117);
            this.aggiornamentoDescrizioneUnitaGroup.TabIndex = 3;
            this.aggiornamentoDescrizioneUnitaGroup.Text = "Aggiornamento Massivo descrizione Unità Immobiliare";
            // 
            // sceltaAllUnita
            // 
            this.sceltaAllUnita.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.sceltaAllUnita.CheckedIndex = 0;
            valueListItem3.CheckState = System.Windows.Forms.CheckState.Checked;
            valueListItem3.DataValue = "N";
            valueListItem3.DisplayText = "Solo le unità con modello di descrizione";
            valueListItem4.DataValue = "A";
            valueListItem4.DisplayText = "Tutte le unità";
            this.sceltaAllUnita.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4});
            this.sceltaAllUnita.ItemSpacingHorizontal = 10;
            this.sceltaAllUnita.Location = new System.Drawing.Point(77, 58);
            this.sceltaAllUnita.Name = "sceltaAllUnita";
            this.sceltaAllUnita.Size = new System.Drawing.Size(336, 20);
            this.sceltaAllUnita.TabIndex = 12;
            this.sceltaAllUnita.Text = "Solo le unità con modello di descrizione";
            // 
            // sceltaCondominioCombo1
            // 
            this.sceltaCondominioCombo1.IdCondominioSelected = 0;
            this.sceltaCondominioCombo1.Location = new System.Drawing.Point(77, 31);
            this.sceltaCondominioCombo1.Name = "sceltaCondominioCombo1";
            this.sceltaCondominioCombo1.Size = new System.Drawing.Size(337, 21);
            this.sceltaCondominioCombo1.TabIndex = 11;
            // 
            // lblCondominio
            // 
            this.lblCondominio.Location = new System.Drawing.Point(8, 31);
            this.lblCondominio.Name = "lblCondominio";
            this.lblCondominio.Size = new System.Drawing.Size(68, 23);
            this.lblCondominio.TabIndex = 2;
            this.lblCondominio.Text = "Condominio";
            // 
            // btnAggiornamentoDescrizioneUnita
            // 
            this.btnAggiornamentoDescrizioneUnita.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAggiornamentoDescrizioneUnita.Location = new System.Drawing.Point(8, 86);
            this.btnAggiornamentoDescrizioneUnita.Name = "btnAggiornamentoDescrizioneUnita";
            this.btnAggiornamentoDescrizioneUnita.Size = new System.Drawing.Size(407, 23);
            this.btnAggiornamentoDescrizioneUnita.TabIndex = 1;
            this.btnAggiornamentoDescrizioneUnita.Text = "Aggiornamento Descrizione Unità Immobiliare";
            this.btnAggiornamentoDescrizioneUnita.Click += new System.EventHandler(this.btnAggiornamentoDescrizioneUnita_Click);
            // 
            // aggiornamentoAbiCabGroupBox
            // 
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.nuovoCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblNuovoCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.nuovoAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblNuovoAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.vecchioCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblVecchioCab);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.vecchioAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.lblOldAbi);
            this.aggiornamentoAbiCabGroupBox.Controls.Add(this.btnAggiornamentoAbiCab1);
            this.aggiornamentoAbiCabGroupBox.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.aggiornamentoAbiCabGroupBox.Location = new System.Drawing.Point(7, 12);
            this.aggiornamentoAbiCabGroupBox.Name = "aggiornamentoAbiCabGroupBox";
            this.aggiornamentoAbiCabGroupBox.Size = new System.Drawing.Size(421, 121);
            this.aggiornamentoAbiCabGroupBox.TabIndex = 0;
            this.aggiornamentoAbiCabGroupBox.Text = "Aggiornamento Massivo Abi Cab";
            // 
            // nuovoCab
            // 
            this.nuovoCab.Location = new System.Drawing.Point(280, 54);
            this.nuovoCab.Name = "nuovoCab";
            this.nuovoCab.Size = new System.Drawing.Size(100, 21);
            this.nuovoCab.TabIndex = 9;
            // 
            // lblNuovoCab
            // 
            this.lblNuovoCab.Location = new System.Drawing.Point(206, 58);
            this.lblNuovoCab.Name = "lblNuovoCab";
            this.lblNuovoCab.Size = new System.Drawing.Size(68, 23);
            this.lblNuovoCab.TabIndex = 8;
            this.lblNuovoCab.Text = "Nuovo Cab";
            // 
            // nuovoAbi
            // 
            this.nuovoAbi.Location = new System.Drawing.Point(82, 54);
            this.nuovoAbi.Name = "nuovoAbi";
            this.nuovoAbi.Size = new System.Drawing.Size(100, 21);
            this.nuovoAbi.TabIndex = 7;
            // 
            // lblNuovoAbi
            // 
            this.lblNuovoAbi.Location = new System.Drawing.Point(8, 58);
            this.lblNuovoAbi.Name = "lblNuovoAbi";
            this.lblNuovoAbi.Size = new System.Drawing.Size(68, 23);
            this.lblNuovoAbi.TabIndex = 6;
            this.lblNuovoAbi.Text = "Nuovo Abi";
            // 
            // vecchioCab
            // 
            this.vecchioCab.Location = new System.Drawing.Point(280, 27);
            this.vecchioCab.Name = "vecchioCab";
            this.vecchioCab.Size = new System.Drawing.Size(100, 21);
            this.vecchioCab.TabIndex = 5;
            // 
            // lblVecchioCab
            // 
            this.lblVecchioCab.Location = new System.Drawing.Point(206, 31);
            this.lblVecchioCab.Name = "lblVecchioCab";
            this.lblVecchioCab.Size = new System.Drawing.Size(68, 23);
            this.lblVecchioCab.TabIndex = 4;
            this.lblVecchioCab.Text = "Vecchio Cab";
            // 
            // vecchioAbi
            // 
            this.vecchioAbi.Location = new System.Drawing.Point(82, 27);
            this.vecchioAbi.Name = "vecchioAbi";
            this.vecchioAbi.Size = new System.Drawing.Size(100, 21);
            this.vecchioAbi.TabIndex = 3;
            // 
            // lblOldAbi
            // 
            this.lblOldAbi.Location = new System.Drawing.Point(8, 31);
            this.lblOldAbi.Name = "lblOldAbi";
            this.lblOldAbi.Size = new System.Drawing.Size(68, 23);
            this.lblOldAbi.TabIndex = 2;
            this.lblOldAbi.Text = "Vecchio Abi";
            // 
            // btnAggiornamentoAbiCab1
            // 
            this.btnAggiornamentoAbiCab1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAggiornamentoAbiCab1.Location = new System.Drawing.Point(8, 87);
            this.btnAggiornamentoAbiCab1.Name = "btnAggiornamentoAbiCab1";
            this.btnAggiornamentoAbiCab1.Size = new System.Drawing.Size(407, 23);
            this.btnAggiornamentoAbiCab1.TabIndex = 1;
            this.btnAggiornamentoAbiCab1.Text = "Aggiornamento Abi Cab";
            this.btnAggiornamentoAbiCab1.Click += new System.EventHandler(this.btnAggiornamentoAbiCab_Click);
            // 
            // messaggi_panel
            // 
            this.messaggi_panel.Controls.Add(this.controlloRapportiniGroup);
            this.messaggi_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.messaggi_panel.Location = new System.Drawing.Point(0, 0);
            this.messaggi_panel.Name = "messaggi_panel";
            this.messaggi_panel.Size = new System.Drawing.Size(433, 360);
            this.messaggi_panel.TabIndex = 9;
            this.messaggi_panel.Visible = false;
            // 
            // controlloRapportiniGroup
            // 
            this.controlloRapportiniGroup.Controls.Add(this.btnControlloRapportini);
            this.controlloRapportiniGroup.Controls.Add(this.lblControlloRapportini);
            this.controlloRapportiniGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.controlloRapportiniGroup.Location = new System.Drawing.Point(7, 12);
            this.controlloRapportiniGroup.Name = "controlloRapportiniGroup";
            this.controlloRapportiniGroup.Size = new System.Drawing.Size(421, 236);
            this.controlloRapportiniGroup.TabIndex = 0;
            this.controlloRapportiniGroup.Text = "Controllo Ricevuta di ritorno";
            // 
            // btnControlloRapportini
            // 
            this.btnControlloRapportini.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnControlloRapportini.Location = new System.Drawing.Point(6, 207);
            this.btnControlloRapportini.Name = "btnControlloRapportini";
            this.btnControlloRapportini.Size = new System.Drawing.Size(407, 23);
            this.btnControlloRapportini.TabIndex = 1;
            this.btnControlloRapportini.Text = "Controllo Ricevute / Rapportini";
            this.btnControlloRapportini.Click += new System.EventHandler(this.btnControlloRapportini_Click);
            // 
            // lblControlloRapportini
            // 
            this.lblControlloRapportini.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance15.FontData.BoldAsString = "False";
            appearance15.FontData.ItalicAsString = "False";
            appearance15.FontData.Name = "Microsoft Sans Serif";
            appearance15.FontData.SizeInPoints = 8.25F;
            appearance15.FontData.StrikeoutAsString = "False";
            appearance15.FontData.UnderlineAsString = "False";
            this.lblControlloRapportini.Appearance = appearance15;
            this.lblControlloRapportini.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.lblControlloRapportini.Location = new System.Drawing.Point(7, 22);
            this.lblControlloRapportini.Name = "lblControlloRapportini";
            this.lblControlloRapportini.Size = new System.Drawing.Size(407, 179);
            this.lblControlloRapportini.TabIndex = 0;
            this.lblControlloRapportini.TabStop = true;
            this.lblControlloRapportini.Value = resources.GetString("lblControlloRapportini.Value");
            // 
            // funzioni_conti_panel
            // 
            this.funzioni_conti_panel.Controls.Add(this.ultraGroupBox1);
            this.funzioni_conti_panel.Controls.Add(this.importazioneContiGroup);
            this.funzioni_conti_panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.funzioni_conti_panel.Location = new System.Drawing.Point(0, 0);
            this.funzioni_conti_panel.Name = "funzioni_conti_panel";
            this.funzioni_conti_panel.Size = new System.Drawing.Size(433, 360);
            this.funzioni_conti_panel.TabIndex = 8;
            this.funzioni_conti_panel.Visible = false;
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.ultraFormattedLinkLabel1);
            this.ultraGroupBox1.Controls.Add(this.btnEliminaMillesimiDoppi);
            this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.ultraGroupBox1.Location = new System.Drawing.Point(7, 129);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(421, 111);
            this.ultraGroupBox1.TabIndex = 3;
            this.ultraGroupBox1.Text = "Eliminazione Millesimi doppi";
            // 
            // ultraFormattedLinkLabel1
            // 
            this.ultraFormattedLinkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance16.FontData.BoldAsString = "False";
            appearance16.FontData.ItalicAsString = "False";
            appearance16.FontData.Name = "Microsoft Sans Serif";
            appearance16.FontData.SizeInPoints = 8.25F;
            appearance16.FontData.StrikeoutAsString = "False";
            appearance16.FontData.UnderlineAsString = "False";
            this.ultraFormattedLinkLabel1.Appearance = appearance16;
            this.ultraFormattedLinkLabel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.ultraFormattedLinkLabel1.Location = new System.Drawing.Point(7, 22);
            this.ultraFormattedLinkLabel1.Name = "ultraFormattedLinkLabel1";
            this.ultraFormattedLinkLabel1.Size = new System.Drawing.Size(407, 50);
            this.ultraFormattedLinkLabel1.TabIndex = 0;
            this.ultraFormattedLinkLabel1.TabStop = true;
            this.ultraFormattedLinkLabel1.Value = resources.GetString("ultraFormattedLinkLabel1.Value");
            // 
            // btnEliminaMillesimiDoppi
            // 
            this.btnEliminaMillesimiDoppi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEliminaMillesimiDoppi.Location = new System.Drawing.Point(8, 78);
            this.btnEliminaMillesimiDoppi.Name = "btnEliminaMillesimiDoppi";
            this.btnEliminaMillesimiDoppi.Size = new System.Drawing.Size(407, 23);
            this.btnEliminaMillesimiDoppi.TabIndex = 2;
            this.btnEliminaMillesimiDoppi.Text = "Elimina Millesimi doppi";
            this.btnEliminaMillesimiDoppi.Click += new System.EventHandler(this.btnEliminaMillesimiDoppiClick);
            // 
            // importazioneContiGroup
            // 
            this.importazioneContiGroup.Controls.Add(this.btnImportazioneConti);
            this.importazioneContiGroup.Controls.Add(this.lblImportazionePianoConti);
            this.importazioneContiGroup.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Dashed;
            this.importazioneContiGroup.Location = new System.Drawing.Point(7, 12);
            this.importazioneContiGroup.Name = "importazioneContiGroup";
            this.importazioneContiGroup.Size = new System.Drawing.Size(421, 111);
            this.importazioneContiGroup.TabIndex = 0;
            this.importazioneContiGroup.Text = "Importazione Conti";
            // 
            // btnImportazioneConti
            // 
            this.btnImportazioneConti.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnImportazioneConti.Location = new System.Drawing.Point(8, 82);
            this.btnImportazioneConti.Name = "btnImportazioneConti";
            this.btnImportazioneConti.Size = new System.Drawing.Size(407, 23);
            this.btnImportazioneConti.TabIndex = 1;
            this.btnImportazioneConti.Text = "Importazione Conti";
            this.btnImportazioneConti.Click += new System.EventHandler(this.btnImportazioneContiClick);
            // 
            // lblImportazionePianoConti
            // 
            this.lblImportazionePianoConti.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            appearance17.FontData.BoldAsString = "False";
            appearance17.FontData.ItalicAsString = "False";
            appearance17.FontData.Name = "Microsoft Sans Serif";
            appearance17.FontData.SizeInPoints = 8.25F;
            appearance17.FontData.StrikeoutAsString = "False";
            appearance17.FontData.UnderlineAsString = "False";
            this.lblImportazionePianoConti.Appearance = appearance17;
            this.lblImportazionePianoConti.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            this.lblImportazionePianoConti.Location = new System.Drawing.Point(7, 22);
            this.lblImportazionePianoConti.Name = "lblImportazionePianoConti";
            this.lblImportazionePianoConti.Size = new System.Drawing.Size(407, 50);
            this.lblImportazionePianoConti.TabIndex = 0;
            this.lblImportazionePianoConti.TabStop = true;
            this.lblImportazionePianoConti.Value = resources.GetString("lblImportazionePianoConti.Value");
            // 
            // btnCalcoloStatoSpese
            // 
            this.btnCalcoloStatoSpese.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCalcoloStatoSpese.Location = new System.Drawing.Point(15, 301);
            this.btnCalcoloStatoSpese.Name = "btnCalcoloStatoSpese";
            this.btnCalcoloStatoSpese.Size = new System.Drawing.Size(407, 23);
            this.btnCalcoloStatoSpese.TabIndex = 11;
            this.btnCalcoloStatoSpese.Text = "Calcolo stato spese";
            this.btnCalcoloStatoSpese.Click += new System.EventHandler(this.btnCalcoloStatoSpese_Click);
            // 
            // OpzioniUI
            // 
            this.AcceptButton = this.btnOk;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(569, 366);
            this.Controls.Add(this.tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OpzioniUI";
            this.Text = "Opzioni";
            this.Load += new System.EventHandler(this.opzioniUILoad);
            ((System.ComponentModel.ISupportInitialize)(this.opzioniBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.iconeGroup)).EndInit();
            this.iconeGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grandezzaIconeToolBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stileGroup)).EndInit();
            this.stileGroup.ResumeLayout(false);
            this.stileGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.menuScomparsa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stile)).EndInit();
            this.opzioni_generali_panel.ResumeLayout(false);
            this.funzioni_modelli_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ricalcoloGroup)).EndInit();
            this.ricalcoloGroup.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panelControlli.ResumeLayout(false);
            this.condomini_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoDescrizioneUnitaGroup)).EndInit();
            this.aggiornamentoDescrizioneUnitaGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.sceltaAllUnita)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aggiornamentoAbiCabGroupBox)).EndInit();
            this.aggiornamentoAbiCabGroupBox.ResumeLayout(false);
            this.aggiornamentoAbiCabGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoCab)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuovoAbi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioCab)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vecchioAbi)).EndInit();
            this.messaggi_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.controlloRapportiniGroup)).EndInit();
            this.controlloRapportiniGroup.ResumeLayout(false);
            this.funzioni_conti_panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.importazioneContiGroup)).EndInit();
            this.importazioneContiGroup.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem20 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem34 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem29 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem30 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem31 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem32 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem35 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem33 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem13 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem16 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem17 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem24 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem22 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem23 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            this.msMain = new System.Windows.Forms.MenuStrip();
            this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmRelogin = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.工具TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShowCalculater = new System.Windows.Forms.ToolStripMenuItem();
            this.选项OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.刷新权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.内容CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.uExplorerBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.uSplitterLeft = new Infragistics.Win.Misc.UltraSplitter();
            this.tsMain = new System.Windows.Forms.ToolStrip();
            this.tsbRelogin = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbMenu = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbHelp = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbConnect = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.uStatusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.MdiManager = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.msMain.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).BeginInit();
            this.tsMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).BeginInit();
            this.SuspendLayout();
            // 
            // msMain
            // 
            this.msMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(216)))), ((int)(((byte)(240)))));
            this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.文件FToolStripMenuItem,
            this.工具TToolStripMenuItem,
            this.帮助HToolStripMenuItem});
            this.msMain.Location = new System.Drawing.Point(0, 0);
            this.msMain.Name = "msMain";
            this.msMain.Size = new System.Drawing.Size(984, 25);
            this.msMain.TabIndex = 1;
            this.msMain.Text = "menuStrip1";
            // 
            // 文件FToolStripMenuItem
            // 
            this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmRelogin,
            this.toolStripSeparator});
            this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
            this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
            this.文件FToolStripMenuItem.Text = "系统(&F)";
            // 
            // tsmRelogin
            // 
            this.tsmRelogin.Name = "tsmRelogin";
            this.tsmRelogin.Size = new System.Drawing.Size(127, 22);
            this.tsmRelogin.Text = "重注册(&S)";
            this.tsmRelogin.Click += new System.EventHandler(this.tsmRelogin_Click);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(124, 6);
            // 
            // 工具TToolStripMenuItem
            // 
            this.工具TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiShowCalculater,
            this.选项OToolStripMenuItem,
            this.刷新权限ToolStripMenuItem});
            this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
            this.工具TToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
            this.工具TToolStripMenuItem.Text = "工具(&T)";
            // 
            // tsmiShowCalculater
            // 
            this.tsmiShowCalculater.Name = "tsmiShowCalculater";
            this.tsmiShowCalculater.Size = new System.Drawing.Size(128, 22);
            this.tsmiShowCalculater.Text = "计算器(&C)";
            // 
            // 选项OToolStripMenuItem
            // 
            this.选项OToolStripMenuItem.Name = "选项OToolStripMenuItem";
            this.选项OToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.选项OToolStripMenuItem.Text = "选项(&O)";
            // 
            // 刷新权限ToolStripMenuItem
            // 
            this.刷新权限ToolStripMenuItem.Name = "刷新权限ToolStripMenuItem";
            this.刷新权限ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.刷新权限ToolStripMenuItem.Text = "刷新权限";
            this.刷新权限ToolStripMenuItem.Click += new System.EventHandler(this.刷新权限ToolStripMenuItem_Click);
            // 
            // 帮助HToolStripMenuItem
            // 
            this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.内容CToolStripMenuItem,
            this.toolStripSeparator5,
            this.关于AToolStripMenuItem});
            this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
            this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
            this.帮助HToolStripMenuItem.Text = "帮助(&H)";
            // 
            // 内容CToolStripMenuItem
            // 
            this.内容CToolStripMenuItem.Name = "内容CToolStripMenuItem";
            this.内容CToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.内容CToolStripMenuItem.Text = "内容(&C)";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(146, 6);
            // 
            // 关于AToolStripMenuItem
            // 
            this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
            this.关于AToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.关于AToolStripMenuItem.Text = "关于我们(&A)...";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.uExplorerBar);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 50);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(222, 488);
            this.panel1.TabIndex = 7;
            // 
            // uExplorerBar
            // 
            this.uExplorerBar.Dock = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarItem1.Key = "条码标签打印";
            appearance1.Image = global::BCGM.Properties.Resources.printDialog;
            ultraExplorerBarItem1.Settings.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::BCGM.Properties.Resources.Raw_material;
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem1.Text = "条码标签打印";
            ultraExplorerBarItem14.Key = "条码标签打印记录表";
            appearance3.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem14.Settings.AppearancesLarge.Appearance = appearance3;
            ultraExplorerBarItem14.Text = "条码标签打印记录表";
            ultraExplorerBarItem15.Key = "产品档案管理";
            appearance4.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem15.Settings.AppearancesLarge.Appearance = appearance4;
            ultraExplorerBarItem15.Text = "产品档案管理";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1,
            ultraExplorerBarItem14,
            ultraExplorerBarItem15});
            appearance5.Image = global::BCGM.Properties.Resources.working_center;
            ultraExplorerBarGroup1.ItemSettings.AppearancesSmall.Appearance = appearance5;
            ultraExplorerBarGroup1.Key = "条形码管理";
            ultraExplorerBarGroup1.Text = "条形码管理";
            ultraExplorerBarItem20.Key = "产品入库扫描";
            appearance6.Image = global::BCGM.Properties.Resources.Storage;
            ultraExplorerBarItem20.Settings.AppearancesLarge.Appearance = appearance6;
            ultraExplorerBarItem20.Text = "产品入库扫描";
            ultraExplorerBarItem27.Key = "入库扫描记录表";
            appearance7.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem27.Settings.AppearancesLarge.Appearance = appearance7;
            ultraExplorerBarItem27.Text = "入库扫描记录表";
            ultraExplorerBarGroup4.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem20,
            ultraExplorerBarItem27});
            ultraExplorerBarGroup4.Key = "产品入库管理 ";
            ultraExplorerBarGroup4.Text = "产品入库管理 ";
            ultraExplorerBarItem34.Key = "出库拣货单";
            appearance8.Image = global::BCGM.Properties.Resources.Delivery;
            ultraExplorerBarItem34.Settings.AppearancesLarge.Appearance = appearance8;
            ultraExplorerBarItem34.Text = "出库拣货单";
            ultraExplorerBarItem29.Key = "产品出库扫描";
            appearance9.Image = global::BCGM.Properties.Resources.Delivery;
            ultraExplorerBarItem29.Settings.AppearancesLarge.Appearance = appearance9;
            ultraExplorerBarItem29.Text = "产品出库扫描";
            appearance10.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem30.Settings.AppearancesLarge.Appearance = appearance10;
            ultraExplorerBarItem30.Text = "产品出库扫描记录表";
            ultraExplorerBarGroup5.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem34,
            ultraExplorerBarItem29,
            ultraExplorerBarItem30});
            ultraExplorerBarGroup5.Text = "产品出库管理";
            ultraExplorerBarItem31.Key = "库存盘点单";
            appearance11.Image = global::BCGM.Properties.Resources.table_4;
            ultraExplorerBarItem31.Settings.AppearancesLarge.Appearance = appearance11;
            ultraExplorerBarItem31.Text = "库存盘点单";
            ultraExplorerBarItem32.Key = "盘点扫描";
            appearance12.Image = global::BCGM.Properties.Resources.scanpng;
            ultraExplorerBarItem32.Settings.AppearancesLarge.Appearance = appearance12;
            ultraExplorerBarItem32.Text = "盘点扫描";
            ultraExplorerBarItem35.Key = "盘点扫描记录表";
            appearance13.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem35.Settings.AppearancesLarge.Appearance = appearance13;
            ultraExplorerBarItem35.Text = "盘点扫描记录表";
            ultraExplorerBarItem33.Key = "产品现存量查询";
            appearance14.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem33.Settings.AppearancesLarge.Appearance = appearance14;
            ultraExplorerBarItem33.Text = "产品现存量查询";
            ultraExplorerBarGroup6.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem31,
            ultraExplorerBarItem32,
            ultraExplorerBarItem35,
            ultraExplorerBarItem33});
            ultraExplorerBarGroup6.Key = "库存管理";
            ultraExplorerBarGroup6.Text = "库存管理";
            ultraExplorerBarItem12.Key = "产品入库打码记录";
            appearance15.Image = global::BCGM.Properties.Resources.chart_6;
            ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance15;
            ultraExplorerBarItem12.Text = "产品入库打码记录";
            ultraExplorerBarItem4.Key = "产品入库扫描记录";
            appearance16.Image = global::BCGM.Properties.Resources.chart_2;
            ultraExplorerBarItem4.Settings.AppearancesLarge.Appearance = appearance16;
            ultraExplorerBarItem4.Text = "产品入库扫描记录";
            ultraExplorerBarItem3.Key = "产品出库拣货单列表";
            appearance17.Image = global::BCGM.Properties.Resources.chart_2;
            ultraExplorerBarItem3.Settings.AppearancesLarge.Appearance = appearance17;
            ultraExplorerBarItem3.Text = "产品出库拣货单列表";
            ultraExplorerBarItem13.Key = "产品出库扫描记录";
            appearance18.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem13.Settings.AppearancesLarge.Appearance = appearance18;
            ultraExplorerBarItem13.Text = "产品出库扫描记录";
            ultraExplorerBarItem6.Key = "产品入库装箱记录";
            ultraExplorerBarItem6.Text = "产品入库装箱记录";
            ultraExplorerBarItem10.Key = "产品拣货单记录";
            ultraExplorerBarItem10.Text = "产品拣货单记录";
            ultraExplorerBarItem16.Key = "产品拣货装箱记录";
            ultraExplorerBarItem16.Text = "产品拣货装箱记录";
            ultraExplorerBarItem17.Key = "产品现存量查询";
            ultraExplorerBarItem17.Text = "产品现存量查询";
            ultraExplorerBarItem24.Key = "拣货补货记录表";
            appearance19.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem24.Settings.AppearancesLarge.Appearance = appearance19;
            ultraExplorerBarItem24.Text = "拣货补货记录表";
            ultraExplorerBarItem11.Key = "产品盘点扫描记录";
            appearance20.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem11.Settings.AppearancesLarge.Appearance = appearance20;
            ultraExplorerBarItem11.Text = "产品盘点扫描记录";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem12,
            ultraExplorerBarItem4,
            ultraExplorerBarItem3,
            ultraExplorerBarItem13,
            ultraExplorerBarItem6,
            ultraExplorerBarItem10,
            ultraExplorerBarItem16,
            ultraExplorerBarItem17,
            ultraExplorerBarItem24,
            ultraExplorerBarItem11});
            appearance21.Image = global::BCGM.Properties.Resources.Report_Center;
            ultraExplorerBarGroup2.ItemSettings.AppearancesSmall.Appearance = appearance21;
            ultraExplorerBarGroup2.Key = "报表中心";
            ultraExplorerBarGroup2.Text = "报表中心";
            ultraExplorerBarItem8.Key = "用户管理";
            appearance22.Image = global::BCGM.Properties.Resources.table_4;
            ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance22;
            ultraExplorerBarItem8.Text = "用户管理";
            ultraExplorerBarItem9.Key = "角色权限管理";
            appearance23.Image = global::BCGM.Properties.Resources.tool_4;
            ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance23;
            ultraExplorerBarItem9.Text = "角色权限管理";
            ultraExplorerBarItem22.Key = "部门档案管理";
            appearance24.Image = global::BCGM.Properties.Resources.office_11;
            ultraExplorerBarItem22.Settings.AppearancesLarge.Appearance = appearance24;
            ultraExplorerBarItem22.Text = "部门档案管理";
            ultraExplorerBarItem23.Key = "表格标题维护";
            appearance25.Image = global::BCGM.Properties.Resources.table_4;
            ultraExplorerBarItem23.Settings.AppearancesLarge.Appearance = appearance25;
            ultraExplorerBarItem23.Text = "表格标题维护";
            ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem22,
            ultraExplorerBarItem23});
            appearance26.Image = global::BCGM.Properties.Resources.setting1;
            ultraExplorerBarGroup3.ItemSettings.AppearancesSmall.Appearance = appearance26;
            ultraExplorerBarGroup3.Key = "维护中心";
            ultraExplorerBarGroup3.Text = "维护中心";
            this.uExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup4,
            ultraExplorerBarGroup5,
            ultraExplorerBarGroup6,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3});
            this.uExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.LargeImagesWithText;
            this.uExplorerBar.Location = new System.Drawing.Point(0, 0);
            this.uExplorerBar.Name = "uExplorerBar";
            this.uExplorerBar.ShowDefaultContextMenu = false;
            this.uExplorerBar.Size = new System.Drawing.Size(222, 488);
            this.uExplorerBar.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.uExplorerBar.TabIndex = 2;
            this.uExplorerBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            this.uExplorerBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.uExplorerBar_ItemClick);
            // 
            // uSplitterLeft
            // 
            this.uSplitterLeft.Location = new System.Drawing.Point(222, 50);
            this.uSplitterLeft.Name = "uSplitterLeft";
            this.uSplitterLeft.RestoreExtent = 191;
            this.uSplitterLeft.Size = new System.Drawing.Size(10, 488);
            this.uSplitterLeft.TabIndex = 8;
            // 
            // tsMain
            // 
            this.tsMain.AutoSize = false;
            this.tsMain.BackColor = System.Drawing.SystemColors.Control;
            this.tsMain.BackgroundImage = global::BCGM.Properties.Resources.toolbarBk;
            this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbRelogin,
            this.toolStripSeparator1,
            this.tsbMenu,
            this.toolStripSeparator2,
            this.tsbHelp,
            this.toolStripSeparator3,
            this.tsbConnect,
            this.toolStripSeparator6});
            this.tsMain.Location = new System.Drawing.Point(0, 25);
            this.tsMain.Name = "tsMain";
            this.tsMain.Size = new System.Drawing.Size(984, 25);
            this.tsMain.TabIndex = 10;
            this.tsMain.Text = "toolStrip1";
            // 
            // tsbRelogin
            // 
            this.tsbRelogin.Image = global::BCGM.Properties.Resources.relogin;
            this.tsbRelogin.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbRelogin.Name = "tsbRelogin";
            this.tsbRelogin.Size = new System.Drawing.Size(64, 22);
            this.tsbRelogin.Text = "重注册";
            this.tsbRelogin.Click += new System.EventHandler(this.tsbRelogin_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbMenu
            // 
            this.tsbMenu.Image = global::BCGM.Properties.Resources.menu;
            this.tsbMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbMenu.Name = "tsbMenu";
            this.tsbMenu.Size = new System.Drawing.Size(64, 22);
            this.tsbMenu.Text = "菜单栏";
            this.tsbMenu.Click += new System.EventHandler(this.tsbMenu_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbHelp
            // 
            this.tsbHelp.Image = global::BCGM.Properties.Resources.help;
            this.tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbHelp.Name = "tsbHelp";
            this.tsbHelp.Size = new System.Drawing.Size(52, 22);
            this.tsbHelp.Text = "帮助";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbConnect
            // 
            this.tsbConnect.Image = global::BCGM.Properties.Resources.JR;
            this.tsbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbConnect.Name = "tsbConnect";
            this.tsbConnect.Size = new System.Drawing.Size(76, 22);
            this.tsbConnect.Text = "联系我们";
            this.tsbConnect.Click += new System.EventHandler(this.tsbConnect_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // uStatusBar
            // 
            this.uStatusBar.Location = new System.Drawing.Point(0, 538);
            this.uStatusBar.Name = "uStatusBar";
            ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel1.DateTimeFormat = "yyyy-MM-dd hh:mm:ss";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
            ultraStatusPanel1.Width = 150;
            ultraStatusPanel2.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel2.Key = "tssl_Lname";
            ultraStatusPanel2.Width = 150;
            ultraStatusPanel3.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel3.Key = "tssl_Lserver";
            ultraStatusPanel3.Width = 300;
            ultraStatusPanel4.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel4.Key = "tssbtnShow";
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel4.Text = "版本号:1.0.1.1";
            ultraStatusPanel4.Width = 120;
            appearance27.TextHAlignAsString = "Right";
            ultraStatusPanel5.Appearance = appearance27;
            ultraStatusPanel5.Key = "cCompany";
            ultraStatusPanel5.MarqueeInfo.Delay = 50;
            ultraStatusPanel5.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel5.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
            ultraStatusPanel5.Width = 300;
            ultraStatusPanel5.WrapText = Infragistics.Win.DefaultableBoolean.False;
            this.uStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5});
            this.uStatusBar.Size = new System.Drawing.Size(984, 23);
            this.uStatusBar.TabIndex = 12;
            this.uStatusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            this.uStatusBar.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.uStatusBar_ButtonClick);
            // 
            // MdiManager
            // 
            this.MdiManager.AllowHorizontalTabGroups = false;
            this.MdiManager.AllowVerticalTabGroups = false;
            this.MdiManager.MdiParent = this;
            this.MdiManager.ViewStyle = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
            this.MdiManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.MdiManager_InitializeContextMenu);
            this.MdiManager.TabClosing += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.MdiManager_TabClosing);
            // 
            // WmsMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(984, 561);
            this.Controls.Add(this.uSplitterLeft);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.uStatusBar);
            this.Controls.Add(this.tsMain);
            this.Controls.Add(this.msMain);
            this.Icon = global::BCGM.Properties.Resources.scanicon;
            this.IsMdiContainer = true;
            this.Name = "WmsMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BwmMain_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BwmMain_FormClosed);
            this.Load += new System.EventHandler(this.BwmMain_Load);
            this.msMain.ResumeLayout(false);
            this.msMain.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).EndInit();
            this.tsMain.ResumeLayout(false);
            this.tsMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 11
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar4 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Modifica");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("excel");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("pdf");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("condominioCorrente");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("excel");
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("pdf");
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainContabilita));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.sceltaCondominioEsercizio1 = new Gipasoft.Stabili.UI.Contabilita.SceltaCondominioEsercizio();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraGridDocumentExporter1 = new Infragistics.Win.UltraWinGrid.DocumentExport.UltraGridDocumentExporter(this.components);
            this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.tableLayoutIntestazione = new System.Windows.Forms.TableLayoutPanel();
            this.lblEsercizioAttuale = new Infragistics.Win.Misc.UltraLabel();
            this.lblContent = new Infragistics.Win.Misc.UltraLabel();
            this.splitter2 = new System.Windows.Forms.Splitter();
            this.panelContent = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.tableLayoutIntestazione.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            ultraToolbar4.DockedColumn = 1;
            ultraToolbar4.DockedRow = 1;
            ultraToolbar4.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool3,
            buttonTool4});
            ultraToolbar4.Text = "Modifica";
            this.ultraToolbarsManagerStandard.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar4});
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            appearance17.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.save_large;
            buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance17;
            appearance16.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.save_small;
            buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
            buttonTool2.SharedPropsInternal.Caption = "Salva";
            buttonTool2.SharedPropsInternal.Category = "Azioni Pannelli";
            appearance18.FontData.BoldAsString = "True";
            appearance18.FontData.SizeInPoints = 14F;
            labelTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
            labelTool2.SharedPropsInternal.Caption = "condominioCorrente";
            appearance30.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Excel;
            buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance30;
            appearance29.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Excel;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
            buttonTool5.SharedPropsInternal.Caption = "Excel";
            buttonTool5.SharedPropsInternal.Category = "Esportazione/Stampa";
            appearance32.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Acrobat;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance32;
            appearance31.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Acrobat;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
            buttonTool6.SharedPropsInternal.Caption = "PDF";
            buttonTool6.SharedPropsInternal.Category = "Esportazione/Stampa";
            this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            labelTool2,
            buttonTool5,
            buttonTool6});
            this.ultraToolbarsManagerStandard.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManagerStandard_ToolClick_1);
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 623);
            appearance1.Image = global::Gipasoft.Stabili.UI.Contabilita.ContabilitaResources.stabile_small;
            ultraStatusPanel4.Appearance = appearance1;
            ultraStatusPanel4.Key = "condominioCorrente";
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
            this.standardFormStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel4});
            this.standardFormStatus.Size = new System.Drawing.Size(947, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.BackColor = System.Drawing.Color.Transparent;
            this.MainStandardForm_Fill_Panel.Controls.Add(this.panelContent);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.splitter2);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.tableLayoutIntestazione);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.splitter1);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.ultraExplorerBar1);
            this.MainStandardForm_Fill_Panel.Location = new System.Drawing.Point(8, 51);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(931, 572);
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.XMLFilePath = "WindowState.xml";
            // 
            // ultraExplorerBarContainerControl1
            // 
            this.ultraExplorerBarContainerControl1.Controls.Add(this.sceltaCondominioEsercizio1);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(1, 26);
            this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(198, 187);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            // 
            // sceltaCondominioEsercizio1
            // 
            this.sceltaCondominioEsercizio1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sceltaCondominioEsercizio1.Location = new System.Drawing.Point(0, 0);
            this.sceltaCondominioEsercizio1.Name = "sceltaCondominioEsercizio1";
            this.sceltaCondominioEsercizio1.Size = new System.Drawing.Size(198, 187);
            this.sceltaCondominioEsercizio1.TabIndex = 0;
            // 
            // ultraExplorerBar1
            // 
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Left;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Key = "condomini";
            appearance2.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.stabile_scelta;
            ultraExplorerBarGroup1.Settings.AppearancesSmall.HeaderAppearance = appearance2;
            ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text = "Condomini";
            appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup2.ItemSettings.AppearancesSmall.ActiveAppearance = appearance3;
            ultraExplorerBarGroup2.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup2.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup2.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup2.Key = "tabelle";
            appearance4.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.tabelle;
            ultraExplorerBarGroup2.Settings.AppearancesSmall.HeaderAppearance = appearance4;
            ultraExplorerBarGroup2.Text = "Tabelle";
            appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup3.ItemSettings.AppearancesSmall.ActiveAppearance = appearance7;
            ultraExplorerBarGroup3.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup3.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup3.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup3.Key = "spese";
            appearance5.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.spesa;
            ultraExplorerBarGroup3.Settings.AppearancesSmall.HeaderAppearance = appearance5;
            ultraExplorerBarGroup3.Text = "Gestione Spese";
            appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup4.ItemSettings.AppearancesSmall.ActiveAppearance = appearance13;
            ultraExplorerBarGroup4.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup4.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup4.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup4.Key = "movimentiContabili";
            appearance14.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.kexi;
            ultraExplorerBarGroup4.Settings.AppearancesSmall.HeaderAppearance = appearance14;
            ultraExplorerBarGroup4.Text = "Movimenti contabili";
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup5.ItemSettings.AppearancesSmall.ActiveAppearance = appearance9;
            ultraExplorerBarGroup5.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup5.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup5.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup5.Key = "stampeEsercizio";
            appearance11.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.stampe_bilancio_large;
            ultraExplorerBarGroup5.Settings.AppearancesSmall.HeaderAppearance = appearance11;
            ultraExplorerBarGroup5.Text = "Elaborazione esercizio";
            appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup6.ItemSettings.AppearancesSmall.ActiveAppearance = appearance19;
            ultraExplorerBarGroup6.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup6.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup6.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup6.Key = "rate";
            appearance22.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.cal;
            ultraExplorerBarGroup6.Settings.AppearancesSmall.HeaderAppearance = appearance22;
            ultraExplorerBarGroup6.Text = "Rate";
            ultraExplorerBarGroup7.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup7.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup7.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup7.Key = "versamenti";
            appearance15.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.money;
            ultraExplorerBarGroup7.Settings.AppearancesSmall.HeaderAppearance = appearance15;
            ultraExplorerBarGroup7.Text = "Versamenti";
            appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup8.ItemSettings.AppearancesSmall.ActiveAppearance = appearance10;
            ultraExplorerBarGroup8.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup8.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup8.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup8.Key = "cambioEsercizio";
            appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
            ultraExplorerBarGroup8.Settings.AppearancesSmall.HeaderAppearance = appearance12;
            ultraExplorerBarGroup8.Text = "Cambio esercizio";
            appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup9.ItemSettings.AppearancesSmall.ActiveAppearance = appearance8;
            ultraExplorerBarGroup9.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup9.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup9.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup9.Key = "pagamenti";
            appearance6.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.pagamenti_small;
            ultraExplorerBarGroup9.Settings.AppearancesSmall.HeaderAppearance = appearance6;
            ultraExplorerBarGroup9.Text = "Pagamenti";
            appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup10.ItemSettings.AppearancesSmall.ActiveAppearance = appearance23;
            ultraExplorerBarGroup10.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup10.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup10.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup10.Key = "gestioneFiscale";
            appearance24.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.gestioneFiscale_large;
            ultraExplorerBarGroup10.Settings.AppearancesSmall.HeaderAppearance = appearance24;
            ultraExplorerBarGroup10.Text = "Gestione Fiscale";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3,
            ultraExplorerBarGroup4,
            ultraExplorerBarGroup5,
            ultraExplorerBarGroup6,
            ultraExplorerBarGroup7,
            ultraExplorerBarGroup8,
            ultraExplorerBarGroup9,
            ultraExplorerBarGroup10});
            this.ultraExplorerBar1.ImageSizeLarge = new System.Drawing.Size(24, 24);
            this.ultraExplorerBar1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size = new System.Drawing.Size(200, 572);
            this.ultraExplorerBar1.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.ultraExplorerBar1.TabIndex = 0;
            this.ultraExplorerBar1.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.ultraExplorerBar1.GroupClick += new Infragistics.Win.UltraWinExplorerBar.GroupClickEventHandler(this.ultraExplorerBar1_GroupClick);
            this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(200, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 572);
            this.splitter1.TabIndex = 4;
            this.splitter1.TabStop = false;
            // 
            // tableLayoutIntestazione
            // 
            this.tableLayoutIntestazione.ColumnCount = 2;
            this.tableLayoutIntestazione.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutIntestazione.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutIntestazione.Controls.Add(this.lblEsercizioAttuale, 0, 0);
            this.tableLayoutIntestazione.Controls.Add(this.lblContent, 0, 0);
            this.tableLayoutIntestazione.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutIntestazione.Location = new System.Drawing.Point(203, 0);
            this.tableLayoutIntestazione.Name = "tableLayoutIntestazione";
            this.tableLayoutIntestazione.RowCount = 1;
            this.tableLayoutIntestazione.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutIntestazione.Size = new System.Drawing.Size(728, 28);
            this.tableLayoutIntestazione.TabIndex = 5;
            // 
            // lblEsercizioAttuale
            // 
            appearance20.BackColor = System.Drawing.Color.White;
            appearance20.BorderColor = System.Drawing.Color.Black;
            appearance20.FontData.SizeInPoints = 10F;
            appearance20.TextHAlignAsString = "Right";
            this.lblEsercizioAttuale.Appearance = appearance20;
            this.lblEsercizioAttuale.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Etched;
            this.lblEsercizioAttuale.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblEsercizioAttuale.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEsercizioAttuale.Location = new System.Drawing.Point(260, 3);
            this.lblEsercizioAttuale.Name = "lblEsercizioAttuale";
            this.lblEsercizioAttuale.Size = new System.Drawing.Size(465, 22);
            this.lblEsercizioAttuale.TabIndex = 3;
            this.lblEsercizioAttuale.UseAppStyling = false;
            // 
            // lblContent
            // 
            appearance21.BackColor = System.Drawing.Color.White;
            this.lblContent.Appearance = appearance21;
            this.lblContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblContent.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblContent.Location = new System.Drawing.Point(3, 3);
            this.lblContent.Name = "lblContent";
            this.lblContent.Size = new System.Drawing.Size(251, 22);
            this.lblContent.TabIndex = 2;
            // 
            // splitter2
            // 
            this.splitter2.Cursor = System.Windows.Forms.Cursors.HSplit;
            this.splitter2.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter2.Location = new System.Drawing.Point(203, 28);
            this.splitter2.Name = "splitter2";
            this.splitter2.Size = new System.Drawing.Size(728, 3);
            this.splitter2.TabIndex = 6;
            this.splitter2.TabStop = false;
            // 
            // panelContent
            // 
            this.panelContent.BackColor = System.Drawing.Color.White;
            this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelContent.Location = new System.Drawing.Point(203, 31);
            this.panelContent.Name = "panelContent";
            this.panelContent.Size = new System.Drawing.Size(728, 541);
            this.panelContent.TabIndex = 7;
            // 
            // MainContabilita
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(947, 646);
            this.MinimumSize = new System.Drawing.Size(300, 300);
            this.Name = "MainContabilita";
            this.Text = "Contabilità";
            this.Load += new System.EventHandler(this.MainContabilita_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainContabilita_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.tableLayoutIntestazione.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WmsRibbonMain));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem35 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem37 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem73 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem74 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem75 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem79 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem42 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem43 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem44 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem25 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem26 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem28 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem92 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem93 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem94 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.aMenuMain = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.biExit = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnFreshFunction = new DevExpress.XtraBars.BarButtonItem();
            this.ImgCollection16 = new DevExpress.Utils.ImageCollection(this.components);
            this.biMenu = new DevExpress.XtraBars.BarButtonItem();
            this.bbiExit = new DevExpress.XtraBars.BarButtonItem();
            this.bsiOneText = new DevExpress.XtraBars.BarStaticItem();
            this.bsiOneValue = new DevExpress.XtraBars.BarStaticItem();
            this.bsiSecondText = new DevExpress.XtraBars.BarStaticItem();
            this.bbiSecondVersion = new DevExpress.XtraBars.BarButtonItem();
            this.bsiThreeText = new DevExpress.XtraBars.BarStaticItem();
            this.bsiThreeValue = new DevExpress.XtraBars.BarStaticItem();
            this.btnCalc = new DevExpress.XtraBars.BarButtonItem();
            this.ImgCollection32 = new DevExpress.Utils.ImageCollection(this.components);
            this.rpgMain = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgSys = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgFunction = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.panel1 = new System.Windows.Forms.Panel();
            this.uExplorerBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
            this.uSplitterLeft = new Infragistics.Win.Misc.UltraSplitter();
            this.MdiManager = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.uStatusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aMenuMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ApplicationButtonDropDownControl = this.aMenuMain;
            this.ribbon.ApplicationIcon = ((System.Drawing.Bitmap)(resources.GetObject("ribbon.ApplicationIcon")));
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Images = this.ImgCollection16;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.biExit,
            this.biMenu,
            this.bbiExit,
            this.bsiOneText,
            this.bsiOneValue,
            this.bsiSecondText,
            this.bbiSecondVersion,
            this.bsiThreeText,
            this.bsiThreeValue,
            this.btnCalc,
            this.bbtnFreshFunction});
            this.ribbon.LargeImages = this.ImgCollection32;
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 13;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.rpgMain});
            this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemDateEdit1});
            this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
            this.ribbon.Size = new System.Drawing.Size(990, 147);
            this.ribbon.Click += new System.EventHandler(this.ribbon_Click);
            // 
            // aMenuMain
            // 
            this.aMenuMain.ItemLinks.Add(this.biExit);
            this.aMenuMain.ItemLinks.Add(this.bbtnFreshFunction);
            this.aMenuMain.Name = "aMenuMain";
            this.aMenuMain.Ribbon = this.ribbon;
            // 
            // biExit
            // 
            this.biExit.Caption = "退出";
            this.biExit.Id = 1;
            this.biExit.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.biExit.ItemAppearance.Normal.Options.UseFont = true;
            this.biExit.LargeImageIndex = 0;
            this.biExit.Name = "biExit";
            this.biExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
            // 
            // bbtnFreshFunction
            // 
            this.bbtnFreshFunction.Caption = "刷新权限";
            this.bbtnFreshFunction.Id = 12;
            this.bbtnFreshFunction.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 15F);
            this.bbtnFreshFunction.ItemAppearance.Normal.Options.UseFont = true;
            this.bbtnFreshFunction.LargeImageIndex = 3;
            this.bbtnFreshFunction.Name = "bbtnFreshFunction";
            this.bbtnFreshFunction.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFreshFunction_ItemClick);
            // 
            // ImgCollection16
            // 
            this.ImgCollection16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection16.ImageStream")));
            this.ImgCollection16.InsertImage(global::JWMSH.Properties.Resources.item, "item", typeof(global::JWMSH.Properties.Resources), 0);
            this.ImgCollection16.Images.SetKeyName(0, "item");
            // 
            // biMenu
            // 
            this.biMenu.Caption = "导航";
            this.biMenu.Id = 2;
            this.biMenu.LargeImageIndex = 1;
            this.biMenu.Name = "biMenu";
            this.biMenu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biMenu_ItemClick);
            // 
            // bbiExit
            // 
            this.bbiExit.Caption = "退出";
            this.bbiExit.Id = 3;
            this.bbiExit.LargeImageIndex = 0;
            this.bbiExit.Name = "bbiExit";
            this.bbiExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExit_ItemClick);
            // 
            // bsiOneText
            // 
            this.bsiOneText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiOneText.Caption = "当前状态:";
            this.bsiOneText.Id = 4;
            this.bsiOneText.Name = "bsiOneText";
            this.bsiOneText.TextAlignment = System.Drawing.StringAlignment.Far;
            this.bsiOneText.Width = 100;
            // 
            // bsiOneValue
            // 
            this.bsiOneValue.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiOneValue.Id = 5;
            this.bsiOneValue.Name = "bsiOneValue";
            this.bsiOneValue.TextAlignment = System.Drawing.StringAlignment.Near;
            this.bsiOneValue.Width = 100;
            // 
            // bsiSecondText
            // 
            this.bsiSecondText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiSecondText.Caption = "当前版本:";
            this.bsiSecondText.Id = 6;
            this.bsiSecondText.Name = "bsiSecondText";
            this.bsiSecondText.TextAlignment = System.Drawing.StringAlignment.Far;
            this.bsiSecondText.Width = 100;
            // 
            // bbiSecondVersion
            // 
            this.bbiSecondVersion.Caption = "V1.1";
            this.bbiSecondVersion.Description = "V1.0.0.1  内部版本V1.1.2.1";
            this.bbiSecondVersion.Id = 7;
            this.bbiSecondVersion.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A));
            this.bbiSecondVersion.LargeWidth = 100;
            this.bbiSecondVersion.Name = "bbiSecondVersion";
            this.bbiSecondVersion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSecondVersion_ItemClick);
            // 
            // bsiThreeText
            // 
            this.bsiThreeText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiThreeText.Caption = "登录时间:";
            this.bsiThreeText.Id = 8;
            this.bsiThreeText.Name = "bsiThreeText";
            this.bsiThreeText.TextAlignment = System.Drawing.StringAlignment.Far;
            this.bsiThreeText.Width = 100;
            // 
            // bsiThreeValue
            // 
            this.bsiThreeValue.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiThreeValue.Id = 10;
            this.bsiThreeValue.Name = "bsiThreeValue";
            this.bsiThreeValue.TextAlignment = System.Drawing.StringAlignment.Near;
            this.bsiThreeValue.Width = 100;
            // 
            // btnCalc
            // 
            this.btnCalc.Caption = "计算器";
            this.btnCalc.Id = 11;
            this.btnCalc.LargeImageIndex = 2;
            this.btnCalc.Name = "btnCalc";
            this.btnCalc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCalc_ItemClick);
            // 
            // ImgCollection32
            // 
            this.ImgCollection32.ImageSize = new System.Drawing.Size(32, 32);
            this.ImgCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection32.ImageStream")));
            this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.exit, "exit", typeof(global::JWMSH.Properties.Resources), 0);
            this.ImgCollection32.Images.SetKeyName(0, "exit");
            this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.Toolbar_BizNavigation, "Toolbar_BizNavigation", typeof(global::JWMSH.Properties.Resources), 1);
            this.ImgCollection32.Images.SetKeyName(1, "Toolbar_BizNavigation");
            this.ImgCollection32.Images.SetKeyName(2, "Calc.png");
            this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.cRefresh, "cRefresh", typeof(global::JWMSH.Properties.Resources), 3);
            this.ImgCollection32.Images.SetKeyName(3, "cRefresh");
            // 
            // rpgMain
            // 
            this.rpgMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgSys,
            this.rpgFunction});
            this.rpgMain.Name = "rpgMain";
            this.rpgMain.Text = "JARAN MES WMS";
            // 
            // rpgSys
            // 
            this.rpgSys.ItemLinks.Add(this.bbiExit);
            this.rpgSys.ItemLinks.Add(this.biMenu);
            this.rpgSys.Name = "rpgSys";
            this.rpgSys.Text = "系统";
            // 
            // rpgFunction
            // 
            this.rpgFunction.ItemLinks.Add(this.btnCalc);
            this.rpgFunction.Name = "rpgFunction";
            this.rpgFunction.Text = "功能区";
            // 
            // repositoryItemDateEdit1
            // 
            this.repositoryItemDateEdit1.AutoHeight = false;
            this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.uExplorerBar);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 147);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(222, 425);
            this.panel1.TabIndex = 8;
            // 
            // uExplorerBar
            // 
            this.uExplorerBar.Dock = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarItem35.Key = "原料标签打印";
            appearance1.Image = "item.gif";
            ultraExplorerBarItem35.Settings.AppearancesSmall.Appearance = appearance1;
            ultraExplorerBarItem35.Text = "原料标签打印";
            ultraExplorerBarItem37.Key = "金蝶采购订单";
            appearance2.Image = "item.gif";
            ultraExplorerBarItem37.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem37.Text = "金蝶采购订单";
            ultraExplorerBarItem4.Key = "仓位标签打印";
            appearance3.Image = "item.gif";
            ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance3;
            ultraExplorerBarItem4.Text = "仓位标签打印";
            ultraExplorerBarGroup11.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem35,
            ultraExplorerBarItem37,
            ultraExplorerBarItem4});
            ultraExplorerBarGroup11.Key = "原料入库管理";
            ultraExplorerBarGroup11.Text = "原料入库管理";
            ultraExplorerBarItem73.Key = "产成品BOM管理";
            appearance4.Image = "item.gif";
            ultraExplorerBarItem73.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem73.Text = "产成品BOM管理";
            ultraExplorerBarItem74.Key = "产成品BOM查询";
            appearance5.Image = "item.gif";
            ultraExplorerBarItem74.Settings.AppearancesSmall.Appearance = appearance5;
            ultraExplorerBarItem74.Text = "产成品BOM查询";
            ultraExplorerBarItem75.Key = "班次制令单";
            appearance6.Image = "item.gif";
            ultraExplorerBarItem75.Settings.AppearancesSmall.Appearance = appearance6;
            ultraExplorerBarItem75.Text = "班次制令单";
            ultraExplorerBarItem2.Key = "产成品标签打印";
            appearance7.Image = "item.gif";
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance7;
            ultraExplorerBarItem2.Text = "产成品标签打印";
            ultraExplorerBarItem79.Key = "产成品拆箱";
            appearance8.Image = "item.gif";
            ultraExplorerBarItem79.Settings.AppearancesSmall.Appearance = appearance8;
            ultraExplorerBarItem79.Text = "产成品拆箱";
            ultraExplorerBarItem79.Visible = false;
            ultraExplorerBarItem42.Key = "产成品出库指令单";
            appearance9.Image = "item.gif";
            ultraExplorerBarItem42.Settings.AppearancesSmall.Appearance = appearance9;
            ultraExplorerBarItem42.Text = "产成品出库指令单";
            ultraExplorerBarItem43.Key = "打印调拨单";
            appearance10.Image = "item.gif";
            ultraExplorerBarItem43.Settings.AppearancesSmall.Appearance = appearance10;
            ultraExplorerBarItem43.Text = "打印调拨单";
            ultraExplorerBarItem43.Visible = false;
            ultraExplorerBarItem44.Key = "打印盘点单";
            appearance11.Image = "item.gif";
            ultraExplorerBarItem44.Settings.AppearancesSmall.Appearance = appearance11;
            ultraExplorerBarItem44.Text = "打印盘点单";
            ultraExplorerBarItem44.Visible = false;
            ultraExplorerBarGroup12.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem73,
            ultraExplorerBarItem74,
            ultraExplorerBarItem75,
            ultraExplorerBarItem2,
            ultraExplorerBarItem79,
            ultraExplorerBarItem42,
            ultraExplorerBarItem43,
            ultraExplorerBarItem44});
            ultraExplorerBarGroup12.Key = "生产追溯管理";
            ultraExplorerBarGroup12.Text = "生产追溯管理";
            ultraExplorerBarGroup14.Expanded = false;
            ultraExplorerBarItem7.Key = "原料标签打印记录表";
            appearance12.Image = "item.gif";
            ultraExplorerBarItem7.Settings.AppearancesSmall.Appearance = appearance12;
            ultraExplorerBarItem7.Text = "原料标签打印记录表";
            ultraExplorerBarItem8.Key = "原料采购入库明细表";
            appearance13.Image = "item.gif";
            ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance13;
            ultraExplorerBarItem8.Text = "原料采购入库明细表";
            ultraExplorerBarItem9.Key = "班次领料单明细表";
            appearance14.Image = "item.gif";
            ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance14;
            ultraExplorerBarItem9.Text = "班次领料单明细表";
            ultraExplorerBarItem10.Key = "原料领料出库明细表";
            appearance15.Image = "item.gif";
            ultraExplorerBarItem10.Settings.AppearancesSmall.Appearance = appearance15;
            ultraExplorerBarItem10.Text = "原料领料出库明细表";
            ultraExplorerBarItem11.Key = "产成品标签打印记录表";
            appearance16.Image = "item.gif";
            ultraExplorerBarItem11.Settings.AppearancesSmall.Appearance = appearance16;
            ultraExplorerBarItem11.Text = "产成品标签打印记录表";
            ultraExplorerBarItem12.Key = "产成品拆箱记录表";
            appearance17.Image = "item.gif";
            ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance17;
            ultraExplorerBarItem12.Text = "产成品拆箱记录表";
            ultraExplorerBarItem25.Key = "产成品入库明细表";
            appearance18.Image = "item.gif";
            ultraExplorerBarItem25.Settings.AppearancesSmall.Appearance = appearance18;
            ultraExplorerBarItem25.Text = "产成品入库明细表";
            ultraExplorerBarItem26.Key = "产成品出库指令单明细表";
            appearance19.Image = "item.gif";
            ultraExplorerBarItem26.Settings.AppearancesSmall.Appearance = appearance19;
            ultraExplorerBarItem26.Text = "产成品出库指令单明细表";
            ultraExplorerBarItem28.Key = "产成品出库明细表";
            appearance20.Image = "item.gif";
            ultraExplorerBarItem28.Settings.AppearancesSmall.Appearance = appearance20;
            ultraExplorerBarItem28.Text = "产成品出库明细表";
            ultraExplorerBarItem28.Visible = false;
            ultraExplorerBarItem27.Key = "调拨出库记录表";
            appearance21.Image = "item.gif";
            ultraExplorerBarItem27.Settings.AppearancesSmall.Appearance = appearance21;
            ultraExplorerBarItem27.Text = "调拨出库记录表";
            ultraExplorerBarItem14.Key = "调拨盘点记录表";
            appearance22.Image = "item.gif";
            ultraExplorerBarItem14.Settings.AppearancesSmall.Appearance = appearance22;
            ultraExplorerBarItem14.Text = "调拨盘点记录表";
            ultraExplorerBarItem1.Key = "原料批次追溯";
            appearance23.Image = "item.gif";
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance23;
            ultraExplorerBarItem1.Text = "原料批次追溯";
            ultraExplorerBarItem15.Key = "产成品追溯表";
            appearance24.Image = "item.gif";
            ultraExplorerBarItem15.Settings.AppearancesSmall.Appearance = appearance24;
            ultraExplorerBarItem15.Text = "产成品追溯表";
            ultraExplorerBarGroup14.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem7,
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem10,
            ultraExplorerBarItem11,
            ultraExplorerBarItem12,
            ultraExplorerBarItem25,
            ultraExplorerBarItem26,
            ultraExplorerBarItem28,
            ultraExplorerBarItem27,
            ultraExplorerBarItem14,
            ultraExplorerBarItem1,
            ultraExplorerBarItem15});
            ultraExplorerBarGroup14.Key = "报表中心";
            ultraExplorerBarGroup14.Text = "报表中心";
            ultraExplorerBarGroup15.Expanded = false;
            ultraExplorerBarItem92.Key = "表格样式维护";
            appearance25.Image = "item.gif";
            ultraExplorerBarItem92.Settings.AppearancesSmall.Appearance = appearance25;
            ultraExplorerBarItem92.Text = "表格样式维护";
            ultraExplorerBarItem93.Key = "用户管理";
            appearance26.Image = "item.gif";
            ultraExplorerBarItem93.Settings.AppearancesSmall.Appearance = appearance26;
            ultraExplorerBarItem93.Text = "用户管理";
            ultraExplorerBarItem94.Key = "角色权限管理";
            appearance27.Image = "item.gif";
            ultraExplorerBarItem94.Settings.AppearancesSmall.Appearance = appearance27;
            ultraExplorerBarItem94.Text = "角色权限管理";
            ultraExplorerBarItem6.Key = "标签模版维护";
            appearance28.Image = "item.gif";
            ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance28;
            ultraExplorerBarItem6.Text = "标签模版维护";
            ultraExplorerBarGroup15.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem92,
            ultraExplorerBarItem93,
            ultraExplorerBarItem94,
            ultraExplorerBarItem6});
            ultraExplorerBarGroup15.Key = "维护中心";
            ultraExplorerBarGroup15.Text = "维护中心";
            this.uExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup11,
            ultraExplorerBarGroup12,
            ultraExplorerBarGroup14,
            ultraExplorerBarGroup15});
            this.uExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
            this.uExplorerBar.ImageListSmall = this.imageListSmall;
            this.uExplorerBar.Location = new System.Drawing.Point(0, 0);
            this.uExplorerBar.Name = "uExplorerBar";
            this.uExplorerBar.ShowDefaultContextMenu = false;
            this.uExplorerBar.Size = new System.Drawing.Size(222, 425);
            this.uExplorerBar.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.uExplorerBar.TabIndex = 2;
            this.uExplorerBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            this.uExplorerBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.uExplorerBar_ItemClick);
            // 
            // imageListSmall
            // 
            this.imageListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
            this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListSmall.Images.SetKeyName(0, "item.gif");
            // 
            // uSplitterLeft
            // 
            this.uSplitterLeft.Location = new System.Drawing.Point(222, 147);
            this.uSplitterLeft.Name = "uSplitterLeft";
            this.uSplitterLeft.RestoreExtent = 222;
            this.uSplitterLeft.Size = new System.Drawing.Size(10, 425);
            this.uSplitterLeft.TabIndex = 9;
            // 
            // MdiManager
            // 
            this.MdiManager.AllowHorizontalTabGroups = false;
            this.MdiManager.AllowVerticalTabGroups = false;
            this.MdiManager.MdiParent = this;
            this.MdiManager.ViewStyle = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
            this.MdiManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.MdiManager_InitializeContextMenu);
            this.MdiManager.TabClosing += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.MdiManager_TabClosing);
            // 
            // uStatusBar
            // 
            this.uStatusBar.Location = new System.Drawing.Point(0, 572);
            this.uStatusBar.Name = "uStatusBar";
            ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel1.DateTimeFormat = "yyyy-MM-dd hh:mm:ss";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
            ultraStatusPanel1.Width = 150;
            ultraStatusPanel2.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel2.Key = "tssl_Lname";
            ultraStatusPanel2.Width = 150;
            ultraStatusPanel3.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel3.Key = "tssl_Lserver";
            ultraStatusPanel3.Width = 300;
            ultraStatusPanel4.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel4.Key = "tssbtnVersion";
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel4.Text = "V1.5.1";
            ultraStatusPanel4.Width = 120;
            appearance29.TextHAlignAsString = "Right";
            ultraStatusPanel5.Appearance = appearance29;
            ultraStatusPanel5.Key = "cCompany";
            ultraStatusPanel5.MarqueeInfo.Delay = 50;
            ultraStatusPanel5.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel5.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
            ultraStatusPanel5.Text = "上海华翔汽车零部件有限公司";
            ultraStatusPanel5.Width = 300;
            ultraStatusPanel5.WrapText = Infragistics.Win.DefaultableBoolean.False;
            this.uStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5});
            this.uStatusBar.Size = new System.Drawing.Size(990, 23);
            this.uStatusBar.TabIndex = 13;
            this.uStatusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            this.uStatusBar.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.uStatusBar_ButtonClick);
            // 
            // WmsRibbonMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(990, 595);
            this.Controls.Add(this.uSplitterLeft);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.ribbon);
            this.Controls.Add(this.uStatusBar);
            this.Icon = global::JWMSH.Properties.Resources.scanicon;
            this.IsMdiContainer = true;
            this.Name = "WmsRibbonMain";
            this.Ribbon = this.ribbon;
            this.Text = "MES主界面";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WmsRibbonMain_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WmsRibbonMain_FormClosed);
            this.Load += new System.EventHandler(this.WmsRibbonMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aMenuMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 13
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem24 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem28 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem29 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem31 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem23 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem25 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem22 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem13 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem16 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem17 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem18 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem19 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem20 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem21 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem30 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem26 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab18 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab19 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab20 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab24 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab22 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab21 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab23 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab25 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab26 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab27 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab28 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab29 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab30 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab31 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab32 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab33 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab34 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            this.Tabquanlynguoidung = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_quanlynguoidung = new System.Windows.Forms.Panel();
            this.Tabdanhmuckhoa = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_danhmuckhoa = new System.Windows.Forms.Panel();
            this.panel25 = new System.Windows.Forms.Panel();
            this.panel26 = new System.Windows.Forms.Panel();
            this.Tabdanhmuclop = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_danhmuclop = new System.Windows.Forms.Panel();
            this.panel27 = new System.Windows.Forms.Panel();
            this.panel28 = new System.Windows.Forms.Panel();
            this.Tabdanhsachphongthi = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_danhsachphong = new System.Windows.Forms.Panel();
            this.panel19 = new System.Windows.Forms.Panel();
            this.panel20 = new System.Windows.Forms.Panel();
            this.Tabquanlysinhvien = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_quanlysinhvien = new System.Windows.Forms.Panel();
            this.TabInportsinhvien = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_inportsinhvien = new System.Windows.Forms.Panel();
            this.Tabtudiennamhoc = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_tudiennamhoc = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.Tabquanlykythi = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pn_quanlykythi = new System.Windows.Forms.Panel();
            this.TabChonPhongThi = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_chonphongthi = new System.Windows.Forms.Panel();
            this.panel71 = new System.Windows.Forms.Panel();
            this.panel72 = new System.Windows.Forms.Panel();
            this.Tabchonsinhvien = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_chonsinhvien = new System.Windows.Forms.Panel();
            this.TabSapxepphongthi = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_sapxepphongthi = new System.Windows.Forms.Panel();
            this.Tabdaxepphong = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_daxepphong = new System.Windows.Forms.Panel();
            this.TabInportdapdan = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_Inportdapan = new System.Windows.Forms.Panel();
            this.panel17 = new System.Windows.Forms.Panel();
            this.panel18 = new System.Windows.Forms.Panel();
            this.TabDapanmade = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_Dapanmade = new System.Windows.Forms.Panel();
            this.panel16 = new System.Windows.Forms.Panel();
            this.panel15 = new System.Windows.Forms.Panel();
            this.TabInportbailam = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_Inportbailam = new System.Windows.Forms.Panel();
            this.TabDanhsachbailam = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_danhsachbailam = new System.Windows.Forms.Panel();
            this.TabNhapthangdiem = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_nhapthangdiem = new System.Windows.Forms.Panel();
            this.panel66 = new System.Windows.Forms.Panel();
            this.panel67 = new System.Windows.Forms.Panel();
            this.Tabchamdiemthi = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_chamdiemthi = new System.Windows.Forms.Panel();
            this.Tabthongkediem = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_thongkediem = new System.Windows.Forms.Panel();
            this.panel65 = new System.Windows.Forms.Panel();
            this.panel70 = new System.Windows.Forms.Panel();
            this.Tabgopketqua = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_gopketqua = new System.Windows.Forms.Panel();
            this.Tabquanlydiem = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_quanlydiem = new System.Windows.Forms.Panel();
            this.Tabdiemtichluy = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.pnl_diemtichluy = new System.Windows.Forms.Panel();
            this.lbXoa = new System.Windows.Forms.Label();
            this.btnInds = new System.Windows.Forms.Button();
            this.btnNapDuLieu = new System.Windows.Forms.Button();
            this.MenuBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lbtime = new Infragistics.Win.Misc.UltraLabel();
            this.lbusername = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.pn_Button = new System.Windows.Forms.Panel();
            this.cboChonkythi = new Infragistics.Win.UltraWinGrid.UltraCombo();
            this.btnDong = new System.Windows.Forms.Button();
            this.btnHuy = new System.Windows.Forms.Button();
            this.btnLuu = new System.Windows.Forms.Button();
            this.btnthemmoi = new System.Windows.Forms.Button();
            this.btnXoadong = new System.Windows.Forms.Button();
            this.TabPageControl = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel29 = new System.Windows.Forms.Panel();
            this.panel30 = new System.Windows.Forms.Panel();
            this.panel31 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel32 = new System.Windows.Forms.Panel();
            this.panel33 = new System.Windows.Forms.Panel();
            this.panel34 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel35 = new System.Windows.Forms.Panel();
            this.panel36 = new System.Windows.Forms.Panel();
            this.panel37 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel38 = new System.Windows.Forms.Panel();
            this.panel39 = new System.Windows.Forms.Panel();
            this.panel40 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel41 = new System.Windows.Forms.Panel();
            this.panel42 = new System.Windows.Forms.Panel();
            this.panel43 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel44 = new System.Windows.Forms.Panel();
            this.panel45 = new System.Windows.Forms.Panel();
            this.panel46 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel47 = new System.Windows.Forms.Panel();
            this.panel48 = new System.Windows.Forms.Panel();
            this.panel49 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl8 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel50 = new System.Windows.Forms.Panel();
            this.panel51 = new System.Windows.Forms.Panel();
            this.panel52 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl9 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel53 = new System.Windows.Forms.Panel();
            this.panel54 = new System.Windows.Forms.Panel();
            this.panel55 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl10 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel56 = new System.Windows.Forms.Panel();
            this.panel57 = new System.Windows.Forms.Panel();
            this.panel58 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl11 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel59 = new System.Windows.Forms.Panel();
            this.panel60 = new System.Windows.Forms.Panel();
            this.panel61 = new System.Windows.Forms.Panel();
            this.ultraTabPageControl12 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panel62 = new System.Windows.Forms.Panel();
            this.panel63 = new System.Windows.Forms.Panel();
            this.panel64 = new System.Windows.Forms.Panel();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.Tabquanlynguoidung.SuspendLayout();
            this.Tabdanhmuckhoa.SuspendLayout();
            this.Tabdanhmuclop.SuspendLayout();
            this.Tabdanhsachphongthi.SuspendLayout();
            this.Tabquanlysinhvien.SuspendLayout();
            this.TabInportsinhvien.SuspendLayout();
            this.Tabtudiennamhoc.SuspendLayout();
            this.Tabquanlykythi.SuspendLayout();
            this.TabChonPhongThi.SuspendLayout();
            this.Tabchonsinhvien.SuspendLayout();
            this.TabSapxepphongthi.SuspendLayout();
            this.Tabdaxepphong.SuspendLayout();
            this.TabInportdapdan.SuspendLayout();
            this.TabDapanmade.SuspendLayout();
            this.TabInportbailam.SuspendLayout();
            this.TabDanhsachbailam.SuspendLayout();
            this.TabNhapthangdiem.SuspendLayout();
            this.Tabchamdiemthi.SuspendLayout();
            this.Tabthongkediem.SuspendLayout();
            this.Tabgopketqua.SuspendLayout();
            this.Tabquanlydiem.SuspendLayout();
            this.Tabdiemtichluy.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MenuBar)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.pn_Button.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboChonkythi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TabPageControl)).BeginInit();
            this.TabPageControl.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            this.ultraTabPageControl2.SuspendLayout();
            this.ultraTabPageControl3.SuspendLayout();
            this.ultraTabPageControl4.SuspendLayout();
            this.ultraTabPageControl5.SuspendLayout();
            this.ultraTabPageControl6.SuspendLayout();
            this.ultraTabPageControl7.SuspendLayout();
            this.ultraTabPageControl8.SuspendLayout();
            this.ultraTabPageControl9.SuspendLayout();
            this.ultraTabPageControl10.SuspendLayout();
            this.ultraTabPageControl11.SuspendLayout();
            this.ultraTabPageControl12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // Tabquanlynguoidung
            // 
            this.Tabquanlynguoidung.Controls.Add(this.pn_quanlynguoidung);
            this.Tabquanlynguoidung.Location = new System.Drawing.Point(1, 1);
            this.Tabquanlynguoidung.Name = "Tabquanlynguoidung";
            this.Tabquanlynguoidung.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_quanlynguoidung
            // 
            this.pn_quanlynguoidung.AutoSize = true;
            this.pn_quanlynguoidung.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_quanlynguoidung.Location = new System.Drawing.Point(0, 0);
            this.pn_quanlynguoidung.Name = "pn_quanlynguoidung";
            this.pn_quanlynguoidung.Size = new System.Drawing.Size(829, 502);
            this.pn_quanlynguoidung.TabIndex = 5;
            // 
            // Tabdanhmuckhoa
            // 
            this.Tabdanhmuckhoa.Controls.Add(this.pn_danhmuckhoa);
            this.Tabdanhmuckhoa.Controls.Add(this.panel25);
            this.Tabdanhmuckhoa.Controls.Add(this.panel26);
            this.Tabdanhmuckhoa.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabdanhmuckhoa.Name = "Tabdanhmuckhoa";
            this.Tabdanhmuckhoa.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_danhmuckhoa
            // 
            this.pn_danhmuckhoa.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_danhmuckhoa.Location = new System.Drawing.Point(150, 0);
            this.pn_danhmuckhoa.Name = "pn_danhmuckhoa";
            this.pn_danhmuckhoa.Size = new System.Drawing.Size(529, 502);
            this.pn_danhmuckhoa.TabIndex = 5;
            // 
            // panel25
            // 
            this.panel25.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel25.Location = new System.Drawing.Point(0, 0);
            this.panel25.Name = "panel25";
            this.panel25.Size = new System.Drawing.Size(150, 502);
            this.panel25.TabIndex = 4;
            // 
            // panel26
            // 
            this.panel26.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel26.Location = new System.Drawing.Point(679, 0);
            this.panel26.Name = "panel26";
            this.panel26.Size = new System.Drawing.Size(150, 502);
            this.panel26.TabIndex = 3;
            // 
            // Tabdanhmuclop
            // 
            this.Tabdanhmuclop.Controls.Add(this.pn_danhmuclop);
            this.Tabdanhmuclop.Controls.Add(this.panel27);
            this.Tabdanhmuclop.Controls.Add(this.panel28);
            this.Tabdanhmuclop.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabdanhmuclop.Name = "Tabdanhmuclop";
            this.Tabdanhmuclop.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_danhmuclop
            // 
            this.pn_danhmuclop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_danhmuclop.Location = new System.Drawing.Point(150, 0);
            this.pn_danhmuclop.Name = "pn_danhmuclop";
            this.pn_danhmuclop.Size = new System.Drawing.Size(529, 502);
            this.pn_danhmuclop.TabIndex = 5;
            // 
            // panel27
            // 
            this.panel27.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel27.Location = new System.Drawing.Point(0, 0);
            this.panel27.Name = "panel27";
            this.panel27.Size = new System.Drawing.Size(150, 502);
            this.panel27.TabIndex = 4;
            // 
            // panel28
            // 
            this.panel28.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel28.Location = new System.Drawing.Point(679, 0);
            this.panel28.Name = "panel28";
            this.panel28.Size = new System.Drawing.Size(150, 502);
            this.panel28.TabIndex = 3;
            // 
            // Tabdanhsachphongthi
            // 
            this.Tabdanhsachphongthi.Controls.Add(this.pn_danhsachphong);
            this.Tabdanhsachphongthi.Controls.Add(this.panel19);
            this.Tabdanhsachphongthi.Controls.Add(this.panel20);
            this.Tabdanhsachphongthi.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabdanhsachphongthi.Name = "Tabdanhsachphongthi";
            this.Tabdanhsachphongthi.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_danhsachphong
            // 
            this.pn_danhsachphong.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_danhsachphong.Location = new System.Drawing.Point(200, 0);
            this.pn_danhsachphong.Name = "pn_danhsachphong";
            this.pn_danhsachphong.Size = new System.Drawing.Size(429, 502);
            this.pn_danhsachphong.TabIndex = 6;
            // 
            // panel19
            // 
            this.panel19.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel19.Location = new System.Drawing.Point(629, 0);
            this.panel19.Name = "panel19";
            this.panel19.Size = new System.Drawing.Size(200, 502);
            this.panel19.TabIndex = 5;
            // 
            // panel20
            // 
            this.panel20.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel20.Location = new System.Drawing.Point(0, 0);
            this.panel20.Name = "panel20";
            this.panel20.Size = new System.Drawing.Size(200, 502);
            this.panel20.TabIndex = 4;
            // 
            // Tabquanlysinhvien
            // 
            this.Tabquanlysinhvien.Controls.Add(this.pn_quanlysinhvien);
            this.Tabquanlysinhvien.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabquanlysinhvien.Name = "Tabquanlysinhvien";
            this.Tabquanlysinhvien.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_quanlysinhvien
            // 
            this.pn_quanlysinhvien.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_quanlysinhvien.Location = new System.Drawing.Point(0, 0);
            this.pn_quanlysinhvien.Name = "pn_quanlysinhvien";
            this.pn_quanlysinhvien.Size = new System.Drawing.Size(829, 502);
            this.pn_quanlysinhvien.TabIndex = 3;
            // 
            // TabInportsinhvien
            // 
            this.TabInportsinhvien.Controls.Add(this.pn_inportsinhvien);
            this.TabInportsinhvien.Location = new System.Drawing.Point(-10000, -10000);
            this.TabInportsinhvien.Name = "TabInportsinhvien";
            this.TabInportsinhvien.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_inportsinhvien
            // 
            this.pn_inportsinhvien.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_inportsinhvien.Location = new System.Drawing.Point(0, 0);
            this.pn_inportsinhvien.Name = "pn_inportsinhvien";
            this.pn_inportsinhvien.Size = new System.Drawing.Size(829, 502);
            this.pn_inportsinhvien.TabIndex = 5;
            // 
            // Tabtudiennamhoc
            // 
            this.Tabtudiennamhoc.Controls.Add(this.pnl_tudiennamhoc);
            this.Tabtudiennamhoc.Controls.Add(this.panel4);
            this.Tabtudiennamhoc.Controls.Add(this.panel5);
            this.Tabtudiennamhoc.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabtudiennamhoc.Name = "Tabtudiennamhoc";
            this.Tabtudiennamhoc.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_tudiennamhoc
            // 
            this.pnl_tudiennamhoc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_tudiennamhoc.Location = new System.Drawing.Point(270, 0);
            this.pnl_tudiennamhoc.Name = "pnl_tudiennamhoc";
            this.pnl_tudiennamhoc.Size = new System.Drawing.Size(289, 502);
            this.pnl_tudiennamhoc.TabIndex = 9;
            // 
            // panel4
            // 
            this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel4.Location = new System.Drawing.Point(559, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(270, 502);
            this.panel4.TabIndex = 8;
            // 
            // panel5
            // 
            this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(270, 502);
            this.panel5.TabIndex = 7;
            // 
            // Tabquanlykythi
            // 
            this.Tabquanlykythi.Controls.Add(this.pn_quanlykythi);
            this.Tabquanlykythi.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabquanlykythi.Name = "Tabquanlykythi";
            this.Tabquanlykythi.Size = new System.Drawing.Size(829, 502);
            // 
            // pn_quanlykythi
            // 
            this.pn_quanlykythi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pn_quanlykythi.Location = new System.Drawing.Point(0, 0);
            this.pn_quanlykythi.Name = "pn_quanlykythi";
            this.pn_quanlykythi.Size = new System.Drawing.Size(829, 502);
            this.pn_quanlykythi.TabIndex = 8;
            // 
            // TabChonPhongThi
            // 
            this.TabChonPhongThi.Controls.Add(this.pnl_chonphongthi);
            this.TabChonPhongThi.Controls.Add(this.panel71);
            this.TabChonPhongThi.Controls.Add(this.panel72);
            this.TabChonPhongThi.Location = new System.Drawing.Point(-10000, -10000);
            this.TabChonPhongThi.Name = "TabChonPhongThi";
            this.TabChonPhongThi.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_chonphongthi
            // 
            this.pnl_chonphongthi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_chonphongthi.Location = new System.Drawing.Point(150, 0);
            this.pnl_chonphongthi.Name = "pnl_chonphongthi";
            this.pnl_chonphongthi.Size = new System.Drawing.Size(529, 502);
            this.pnl_chonphongthi.TabIndex = 10;
            // 
            // panel71
            // 
            this.panel71.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel71.Location = new System.Drawing.Point(679, 0);
            this.panel71.Name = "panel71";
            this.panel71.Size = new System.Drawing.Size(150, 502);
            this.panel71.TabIndex = 9;
            // 
            // panel72
            // 
            this.panel72.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel72.Location = new System.Drawing.Point(0, 0);
            this.panel72.Name = "panel72";
            this.panel72.Size = new System.Drawing.Size(150, 502);
            this.panel72.TabIndex = 8;
            // 
            // Tabchonsinhvien
            // 
            this.Tabchonsinhvien.Controls.Add(this.pnl_chonsinhvien);
            this.Tabchonsinhvien.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabchonsinhvien.Name = "Tabchonsinhvien";
            this.Tabchonsinhvien.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_chonsinhvien
            // 
            this.pnl_chonsinhvien.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_chonsinhvien.Location = new System.Drawing.Point(0, 0);
            this.pnl_chonsinhvien.Name = "pnl_chonsinhvien";
            this.pnl_chonsinhvien.Size = new System.Drawing.Size(829, 502);
            this.pnl_chonsinhvien.TabIndex = 14;
            // 
            // TabSapxepphongthi
            // 
            this.TabSapxepphongthi.Controls.Add(this.pnl_sapxepphongthi);
            this.TabSapxepphongthi.Location = new System.Drawing.Point(-10000, -10000);
            this.TabSapxepphongthi.Name = "TabSapxepphongthi";
            this.TabSapxepphongthi.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_sapxepphongthi
            // 
            this.pnl_sapxepphongthi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_sapxepphongthi.Location = new System.Drawing.Point(0, 0);
            this.pnl_sapxepphongthi.Name = "pnl_sapxepphongthi";
            this.pnl_sapxepphongthi.Size = new System.Drawing.Size(829, 502);
            this.pnl_sapxepphongthi.TabIndex = 4;
            // 
            // Tabdaxepphong
            // 
            this.Tabdaxepphong.Controls.Add(this.pnl_daxepphong);
            this.Tabdaxepphong.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabdaxepphong.Name = "Tabdaxepphong";
            this.Tabdaxepphong.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_daxepphong
            // 
            this.pnl_daxepphong.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_daxepphong.Location = new System.Drawing.Point(0, 0);
            this.pnl_daxepphong.Name = "pnl_daxepphong";
            this.pnl_daxepphong.Size = new System.Drawing.Size(829, 502);
            this.pnl_daxepphong.TabIndex = 6;
            // 
            // TabInportdapdan
            // 
            this.TabInportdapdan.Controls.Add(this.pnl_Inportdapan);
            this.TabInportdapdan.Controls.Add(this.panel17);
            this.TabInportdapdan.Controls.Add(this.panel18);
            this.TabInportdapdan.Location = new System.Drawing.Point(-10000, -10000);
            this.TabInportdapdan.Name = "TabInportdapdan";
            this.TabInportdapdan.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_Inportdapan
            // 
            this.pnl_Inportdapan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_Inportdapan.Location = new System.Drawing.Point(100, 0);
            this.pnl_Inportdapan.Name = "pnl_Inportdapan";
            this.pnl_Inportdapan.Size = new System.Drawing.Size(629, 502);
            this.pnl_Inportdapan.TabIndex = 10;
            // 
            // panel17
            // 
            this.panel17.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel17.Location = new System.Drawing.Point(0, 0);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(100, 502);
            this.panel17.TabIndex = 9;
            // 
            // panel18
            // 
            this.panel18.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel18.Location = new System.Drawing.Point(729, 0);
            this.panel18.Name = "panel18";
            this.panel18.Size = new System.Drawing.Size(100, 502);
            this.panel18.TabIndex = 8;
            // 
            // TabDapanmade
            // 
            this.TabDapanmade.Controls.Add(this.pnl_Dapanmade);
            this.TabDapanmade.Controls.Add(this.panel16);
            this.TabDapanmade.Controls.Add(this.panel15);
            this.TabDapanmade.Location = new System.Drawing.Point(-10000, -10000);
            this.TabDapanmade.Name = "TabDapanmade";
            this.TabDapanmade.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_Dapanmade
            // 
            this.pnl_Dapanmade.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_Dapanmade.Location = new System.Drawing.Point(100, 0);
            this.pnl_Dapanmade.Name = "pnl_Dapanmade";
            this.pnl_Dapanmade.Size = new System.Drawing.Size(629, 502);
            this.pnl_Dapanmade.TabIndex = 8;
            // 
            // panel16
            // 
            this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel16.Location = new System.Drawing.Point(0, 0);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(100, 502);
            this.panel16.TabIndex = 7;
            // 
            // panel15
            // 
            this.panel15.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel15.Location = new System.Drawing.Point(729, 0);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(100, 502);
            this.panel15.TabIndex = 6;
            // 
            // TabInportbailam
            // 
            this.TabInportbailam.Controls.Add(this.pnl_Inportbailam);
            this.TabInportbailam.Location = new System.Drawing.Point(-10000, -10000);
            this.TabInportbailam.Name = "TabInportbailam";
            this.TabInportbailam.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_Inportbailam
            // 
            this.pnl_Inportbailam.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_Inportbailam.Location = new System.Drawing.Point(0, 0);
            this.pnl_Inportbailam.Name = "pnl_Inportbailam";
            this.pnl_Inportbailam.Size = new System.Drawing.Size(829, 502);
            this.pnl_Inportbailam.TabIndex = 10;
            // 
            // TabDanhsachbailam
            // 
            this.TabDanhsachbailam.Controls.Add(this.pnl_danhsachbailam);
            this.TabDanhsachbailam.Location = new System.Drawing.Point(-10000, -10000);
            this.TabDanhsachbailam.Name = "TabDanhsachbailam";
            this.TabDanhsachbailam.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_danhsachbailam
            // 
            this.pnl_danhsachbailam.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_danhsachbailam.Location = new System.Drawing.Point(0, 0);
            this.pnl_danhsachbailam.Name = "pnl_danhsachbailam";
            this.pnl_danhsachbailam.Size = new System.Drawing.Size(829, 502);
            this.pnl_danhsachbailam.TabIndex = 8;
            // 
            // TabNhapthangdiem
            // 
            this.TabNhapthangdiem.Controls.Add(this.pnl_nhapthangdiem);
            this.TabNhapthangdiem.Controls.Add(this.panel66);
            this.TabNhapthangdiem.Controls.Add(this.panel67);
            this.TabNhapthangdiem.Location = new System.Drawing.Point(-10000, -10000);
            this.TabNhapthangdiem.Name = "TabNhapthangdiem";
            this.TabNhapthangdiem.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_nhapthangdiem
            // 
            this.pnl_nhapthangdiem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_nhapthangdiem.Location = new System.Drawing.Point(25, 0);
            this.pnl_nhapthangdiem.Name = "pnl_nhapthangdiem";
            this.pnl_nhapthangdiem.Size = new System.Drawing.Size(779, 502);
            this.pnl_nhapthangdiem.TabIndex = 11;
            // 
            // panel66
            // 
            this.panel66.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel66.Location = new System.Drawing.Point(0, 0);
            this.panel66.Name = "panel66";
            this.panel66.Size = new System.Drawing.Size(25, 502);
            this.panel66.TabIndex = 10;
            // 
            // panel67
            // 
            this.panel67.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel67.Location = new System.Drawing.Point(804, 0);
            this.panel67.Name = "panel67";
            this.panel67.Size = new System.Drawing.Size(25, 502);
            this.panel67.TabIndex = 9;
            // 
            // Tabchamdiemthi
            // 
            this.Tabchamdiemthi.Controls.Add(this.pnl_chamdiemthi);
            this.Tabchamdiemthi.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabchamdiemthi.Name = "Tabchamdiemthi";
            this.Tabchamdiemthi.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_chamdiemthi
            // 
            this.pnl_chamdiemthi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_chamdiemthi.Location = new System.Drawing.Point(0, 0);
            this.pnl_chamdiemthi.Name = "pnl_chamdiemthi";
            this.pnl_chamdiemthi.Size = new System.Drawing.Size(829, 502);
            this.pnl_chamdiemthi.TabIndex = 11;
            // 
            // Tabthongkediem
            // 
            this.Tabthongkediem.Controls.Add(this.pnl_thongkediem);
            this.Tabthongkediem.Controls.Add(this.panel65);
            this.Tabthongkediem.Controls.Add(this.panel70);
            this.Tabthongkediem.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabthongkediem.Name = "Tabthongkediem";
            this.Tabthongkediem.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_thongkediem
            // 
            this.pnl_thongkediem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_thongkediem.Location = new System.Drawing.Point(10, 0);
            this.pnl_thongkediem.Name = "pnl_thongkediem";
            this.pnl_thongkediem.Size = new System.Drawing.Size(809, 502);
            this.pnl_thongkediem.TabIndex = 15;
            // 
            // panel65
            // 
            this.panel65.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel65.Location = new System.Drawing.Point(0, 0);
            this.panel65.Name = "panel65";
            this.panel65.Size = new System.Drawing.Size(10, 502);
            this.panel65.TabIndex = 14;
            // 
            // panel70
            // 
            this.panel70.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel70.Location = new System.Drawing.Point(819, 0);
            this.panel70.Name = "panel70";
            this.panel70.Size = new System.Drawing.Size(10, 502);
            this.panel70.TabIndex = 13;
            // 
            // Tabgopketqua
            // 
            this.Tabgopketqua.Controls.Add(this.pnl_gopketqua);
            this.Tabgopketqua.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabgopketqua.Name = "Tabgopketqua";
            this.Tabgopketqua.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_gopketqua
            // 
            this.pnl_gopketqua.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_gopketqua.Location = new System.Drawing.Point(0, 0);
            this.pnl_gopketqua.Name = "pnl_gopketqua";
            this.pnl_gopketqua.Size = new System.Drawing.Size(829, 502);
            this.pnl_gopketqua.TabIndex = 19;
            // 
            // Tabquanlydiem
            // 
            this.Tabquanlydiem.Controls.Add(this.pnl_quanlydiem);
            this.Tabquanlydiem.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabquanlydiem.Name = "Tabquanlydiem";
            this.Tabquanlydiem.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_quanlydiem
            // 
            this.pnl_quanlydiem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_quanlydiem.Location = new System.Drawing.Point(0, 0);
            this.pnl_quanlydiem.Name = "pnl_quanlydiem";
            this.pnl_quanlydiem.Size = new System.Drawing.Size(829, 502);
            this.pnl_quanlydiem.TabIndex = 21;
            // 
            // Tabdiemtichluy
            // 
            this.Tabdiemtichluy.Controls.Add(this.pnl_diemtichluy);
            this.Tabdiemtichluy.Location = new System.Drawing.Point(-10000, -10000);
            this.Tabdiemtichluy.Name = "Tabdiemtichluy";
            this.Tabdiemtichluy.Size = new System.Drawing.Size(829, 502);
            // 
            // pnl_diemtichluy
            // 
            this.pnl_diemtichluy.AutoScroll = true;
            this.pnl_diemtichluy.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl_diemtichluy.Location = new System.Drawing.Point(0, 0);
            this.pnl_diemtichluy.Name = "pnl_diemtichluy";
            this.pnl_diemtichluy.Size = new System.Drawing.Size(829, 502);
            this.pnl_diemtichluy.TabIndex = 20;
            // 
            // lbXoa
            // 
            this.lbXoa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lbXoa.AutoSize = true;
            this.lbXoa.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.lbXoa.Location = new System.Drawing.Point(212, 16);
            this.lbXoa.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lbXoa.Name = "lbXoa";
            this.lbXoa.Size = new System.Drawing.Size(68, 15);
            this.lbXoa.TabIndex = 40;
            this.lbXoa.Text = "F3: Xóa hết";
            this.lbXoa.Visible = false;
            // 
            // btnInds
            // 
            this.btnInds.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnInds.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnInds.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnInds.Image = global::QLSV.Frm.Properties.Resources.report_icon;
            this.btnInds.Location = new System.Drawing.Point(397, 7);
            this.btnInds.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.btnInds.Name = "btnInds";
            this.btnInds.Size = new System.Drawing.Size(64, 31);
            this.btnInds.TabIndex = 33;
            this.btnInds.Text = "&In";
            this.btnInds.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnInds, " (F10)");
            this.btnInds.UseVisualStyleBackColor = true;
            this.btnInds.Visible = false;
            this.btnInds.Click += new System.EventHandler(this.btnInds_Click);
            // 
            // btnNapDuLieu
            // 
            this.btnNapDuLieu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNapDuLieu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnNapDuLieu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnNapDuLieu.Image = global::QLSV.Frm.Properties.Resources.buttom_icon;
            this.btnNapDuLieu.Location = new System.Drawing.Point(388, 7);
            this.btnNapDuLieu.Name = "btnNapDuLieu";
            this.btnNapDuLieu.Size = new System.Drawing.Size(73, 31);
            this.btnNapDuLieu.TabIndex = 34;
            this.btnNapDuLieu.Text = "Import";
            this.btnNapDuLieu.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnNapDuLieu.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnNapDuLieu, "(F8)");
            this.btnNapDuLieu.UseVisualStyleBackColor = true;
            this.btnNapDuLieu.Visible = false;
            this.btnNapDuLieu.Click += new System.EventHandler(this.btnNapDuLieu_Click);
            // 
            // MenuBar
            // 
            this.MenuBar.AutoScrollStyle = Infragistics.Win.UltraWinExplorerBar.AutoScrollStyle.BringActiveControlIntoView;
            this.MenuBar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MenuBar.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            ultraExplorerBarGroup1.Expanded = false;
            ultraExplorerBarItem24.Key = "QLND";
            appearance1.Image = global::QLSV.Frm.Properties.Resources.nd;
            ultraExplorerBarItem24.Settings.AppearancesSmall.Appearance = appearance1;
            ultraExplorerBarItem24.Settings.MaxLines = 2;
            ultraExplorerBarItem24.Text = "Quản lý người dùng";
            ultraExplorerBarItem1.Key = "login";
            appearance2.Image = global::QLSV.Frm.Properties.Resources.dangnhap;
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem1.Settings.MaxLines = 2;
            ultraExplorerBarItem1.Text = "Đăng nhập";
            ultraExplorerBarItem1.ToolTipText = "Đăng nhập vào hệ thống";
            ultraExplorerBarItem3.Key = "logout";
            appearance3.Image = global::QLSV.Frm.Properties.Resources.dangxuat;
            ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance3;
            ultraExplorerBarItem3.Settings.MaxLines = 2;
            ultraExplorerBarItem3.Text = "Đăng xuất";
            ultraExplorerBarItem3.ToolTipText = "Đăng xuất khỏi hệ thống";
            ultraExplorerBarItem2.Key = "doimatkhau";
            appearance4.Image = global::QLSV.Frm.Properties.Resources.doipass;
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem2.Settings.MaxLines = 2;
            ultraExplorerBarItem2.Text = "Đổi mật khẩu";
            ultraExplorerBarItem2.ToolTipText = "Đổi mật khẩu người dùng";
            ultraExplorerBarItem28.Key = "backup";
            appearance5.Image = global::QLSV.Frm.Properties.Resources.saoluu;
            ultraExplorerBarItem28.Settings.AppearancesLarge.Appearance = appearance5;
            ultraExplorerBarItem28.Settings.MaxLines = 2;
            ultraExplorerBarItem28.Text = "Sao lưu dữ liệu";
            ultraExplorerBarItem29.Key = "restore";
            appearance6.Image = global::QLSV.Frm.Properties.Resources.phuchoi;
            ultraExplorerBarItem29.Settings.AppearancesLarge.Appearance = appearance6;
            ultraExplorerBarItem29.Settings.MaxLines = 2;
            ultraExplorerBarItem29.Text = "Phục hồi dữ liệu";
            ultraExplorerBarItem5.Key = "thoat";
            appearance7.Image = global::QLSV.Frm.Properties.Resources.close;
            ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance7;
            ultraExplorerBarItem5.Settings.MaxLines = 2;
            ultraExplorerBarItem5.Text = "Thoát";
            ultraExplorerBarItem5.ToolTipText = "Alt + X";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem24,
            ultraExplorerBarItem1,
            ultraExplorerBarItem3,
            ultraExplorerBarItem2,
            ultraExplorerBarItem28,
            ultraExplorerBarItem29,
            ultraExplorerBarItem5});
            ultraExplorerBarGroup1.Key = "hethong";
            ultraExplorerBarGroup1.Text = "Chức năng hệ thống";
            ultraExplorerBarItem8.Key = "101";
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance8;
            ultraExplorerBarItem8.Settings.MaxLines = 2;
            ultraExplorerBarItem8.Text = "Từ điển khoa";
            ultraExplorerBarItem8.ToolTipText = "Dánh sách các khoa";
            ultraExplorerBarItem9.Key = "102";
            appearance9.Image = global::QLSV.Frm.Properties.Resources._102;
            ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance9;
            ultraExplorerBarItem9.Settings.MaxLines = 2;
            ultraExplorerBarItem9.Text = "Từ điên lớp";
            ultraExplorerBarItem9.ToolTipText = "Danh sách các lớp";
            ultraExplorerBarItem31.Key = "111";
            appearance10.Image = global::QLSV.Frm.Properties.Resources._103;
            ultraExplorerBarItem31.Settings.AppearancesSmall.Appearance = appearance10;
            ultraExplorerBarItem31.Text = "Từ điểm năm học";
            ultraExplorerBarItem10.Key = "103";
            appearance11.Image = global::QLSV.Frm.Properties.Resources._104;
            ultraExplorerBarItem10.Settings.AppearancesSmall.Appearance = appearance11;
            ultraExplorerBarItem10.Settings.MaxLines = 2;
            ultraExplorerBarItem10.Text = "Từ điển phòng thi";
            ultraExplorerBarItem6.Key = "104";
            appearance12.Image = global::QLSV.Frm.Properties.Resources._105;
            ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance12;
            ultraExplorerBarItem6.Settings.MaxLines = 2;
            ultraExplorerBarItem6.Text = "Từ điển sinh viên";
            ultraExplorerBarItem6.ToolTipText = "Danh sách sinh viên";
            ultraExplorerBarItem12.Key = "105";
            appearance13.Image = global::QLSV.Frm.Properties.Resources._106;
            ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance13;
            ultraExplorerBarItem12.Settings.MaxLines = 2;
            ultraExplorerBarItem12.Text = "Import sinh viên";
            ultraExplorerBarItem12.ToolTipText = "Nạp dữ liệu từ file excel";
            ultraExplorerBarItem12.Visible = false;
            ultraExplorerBarItem7.Key = "106";
            appearance14.Image = global::QLSV.Frm.Properties.Resources._106;
            ultraExplorerBarItem7.Settings.AppearancesSmall.Appearance = appearance14;
            ultraExplorerBarItem7.Settings.MaxLines = 2;
            ultraExplorerBarItem7.Text = "Quản lý kỳ thi";
            ultraExplorerBarItem23.Key = "107";
            appearance15.Image = global::QLSV.Frm.Properties.Resources._107;
            ultraExplorerBarItem23.Settings.AppearancesSmall.Appearance = appearance15;
            ultraExplorerBarItem23.Text = "Chọn phòng thi";
            ultraExplorerBarItem25.Key = "108";
            appearance16.Image = global::QLSV.Frm.Properties.Resources._108;
            ultraExplorerBarItem25.Settings.AppearancesSmall.Appearance = appearance16;
            ultraExplorerBarItem25.Settings.MaxLines = 2;
            ultraExplorerBarItem25.Text = "Chọn sinh viên";
            ultraExplorerBarItem22.Key = "109";
            appearance17.Image = global::QLSV.Frm.Properties.Resources._109;
            ultraExplorerBarItem22.Settings.AppearancesSmall.Appearance = appearance17;
            ultraExplorerBarItem22.Settings.MaxLines = 2;
            ultraExplorerBarItem22.Text = "Sắp xếp phòng thi";
            ultraExplorerBarItem13.Key = "110";
            appearance18.Image = global::QLSV.Frm.Properties.Resources._110;
            ultraExplorerBarItem13.Settings.AppearancesSmall.Appearance = appearance18;
            ultraExplorerBarItem13.Settings.MaxLines = 2;
            ultraExplorerBarItem13.Text = "Danh sách sinh viên đã xếp phòng";
            ultraExplorerBarItem14.Key = "201";
            appearance19.Image = global::QLSV.Frm.Properties.Resources._201_;
            ultraExplorerBarItem14.Settings.AppearancesSmall.Appearance = appearance19;
            ultraExplorerBarItem14.Settings.MaxLines = 2;
            ultraExplorerBarItem14.Text = "Import Đáp án các mã đề";
            ultraExplorerBarItem14.Visible = false;
            ultraExplorerBarItem16.Key = "202";
            appearance20.Image = global::QLSV.Frm.Properties.Resources._201_;
            ultraExplorerBarItem16.Settings.AppearancesSmall.Appearance = appearance20;
            ultraExplorerBarItem16.Settings.MaxLines = 2;
            ultraExplorerBarItem16.Text = "Đáp án các mã đề";
            ultraExplorerBarItem15.Key = "203";
            appearance21.Image = global::QLSV.Frm.Properties.Resources._202_;
            ultraExplorerBarItem15.Settings.AppearancesSmall.Appearance = appearance21;
            ultraExplorerBarItem15.Settings.MaxLines = 2;
            ultraExplorerBarItem15.Text = "Import Bài làm của sinh viên";
            ultraExplorerBarItem15.Visible = false;
            ultraExplorerBarItem17.Key = "204";
            appearance22.Image = global::QLSV.Frm.Properties.Resources._202_;
            ultraExplorerBarItem17.Settings.AppearancesSmall.Appearance = appearance22;
            ultraExplorerBarItem17.Settings.MaxLines = 2;
            ultraExplorerBarItem17.Text = "Danh sách bài làm của sinh viên";
            ultraExplorerBarItem18.Key = "205";
            appearance23.Image = global::QLSV.Frm.Properties.Resources._203_;
            ultraExplorerBarItem18.Settings.AppearancesSmall.Appearance = appearance23;
            ultraExplorerBarItem18.Settings.MaxLines = 2;
            ultraExplorerBarItem18.Text = "Kiểm tra lỗi logic";
            ultraExplorerBarItem19.Key = "206";
            appearance24.Image = global::QLSV.Frm.Properties.Resources._204_;
            ultraExplorerBarItem19.Settings.AppearancesSmall.Appearance = appearance24;
            ultraExplorerBarItem19.Settings.MaxLines = 2;
            ultraExplorerBarItem19.Text = "Nhập thang điểm";
            ultraExplorerBarItem20.Key = "207";
            appearance25.Image = global::QLSV.Frm.Properties.Resources._205_;
            ultraExplorerBarItem20.Settings.AppearancesSmall.Appearance = appearance25;
            ultraExplorerBarItem20.Settings.MaxLines = 3;
            ultraExplorerBarItem20.Text = "Chấm điểm thi";
            ultraExplorerBarItem21.Key = "208";
            appearance26.Image = global::QLSV.Frm.Properties.Resources._206_;
            ultraExplorerBarItem21.Settings.AppearancesSmall.Appearance = appearance26;
            ultraExplorerBarItem21.Settings.MaxLines = 3;
            ultraExplorerBarItem21.Text = "Thống kê điểm";
            ultraExplorerBarItem11.Key = "209";
            appearance27.Image = global::QLSV.Frm.Properties.Resources._207_;
            ultraExplorerBarItem11.Settings.AppearancesSmall.Appearance = appearance27;
            ultraExplorerBarItem11.Text = "Gộp kết quả thi";
            ultraExplorerBarItem30.Key = "211";
            appearance28.Image = global::QLSV.Frm.Properties.Resources._208_;
            ultraExplorerBarItem30.Settings.AppearancesSmall.Appearance = appearance28;
            ultraExplorerBarItem30.Text = "Quản lý điểm";
            ultraExplorerBarItem27.Key = "210";
            appearance29.Image = global::QLSV.Frm.Properties.Resources._209_;
            ultraExplorerBarItem27.Settings.AppearancesSmall.Appearance = appearance29;
            ultraExplorerBarItem27.Settings.MaxLines = 3;
            ultraExplorerBarItem27.Text = "In điểm tích lũy của sinh viên";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem31,
            ultraExplorerBarItem10,
            ultraExplorerBarItem6,
            ultraExplorerBarItem12,
            ultraExplorerBarItem7,
            ultraExplorerBarItem23,
            ultraExplorerBarItem25,
            ultraExplorerBarItem22,
            ultraExplorerBarItem13,
            ultraExplorerBarItem14,
            ultraExplorerBarItem16,
            ultraExplorerBarItem15,
            ultraExplorerBarItem17,
            ultraExplorerBarItem18,
            ultraExplorerBarItem19,
            ultraExplorerBarItem20,
            ultraExplorerBarItem21,
            ultraExplorerBarItem11,
            ultraExplorerBarItem30,
            ultraExplorerBarItem27});
            ultraExplorerBarGroup2.Key = "chuongtrinh";
            ultraExplorerBarGroup2.Text = "Chức năng chương trình";
            ultraExplorerBarItem4.Key = "gioithieu";
            appearance30.Image = global::QLSV.Frm.Properties.Resources.thongtindv1;
            ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance30;
            ultraExplorerBarItem4.Settings.MaxLines = 2;
            ultraExplorerBarItem4.Text = "Giới thiệu";
            ultraExplorerBarItem26.Key = "huongdan";
            appearance31.Image = global::QLSV.Frm.Properties.Resources.gioithieu1;
            ultraExplorerBarItem26.Settings.AppearancesSmall.Appearance = appearance31;
            ultraExplorerBarItem26.Settings.MaxLines = 2;
            ultraExplorerBarItem26.Text = "Hướng dẫn";
            ultraExplorerBarItem26.ToolTipText = "(F1)";
            ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem4,
            ultraExplorerBarItem26});
            ultraExplorerBarGroup3.Key = "trogiup";
            ultraExplorerBarGroup3.Text = "Trợ giúp";
            this.MenuBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3});
            this.MenuBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.LargeImagesWithText;
            this.MenuBar.ItemSettings.Style = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Button;
            this.MenuBar.Location = new System.Drawing.Point(0, 0);
            this.MenuBar.Name = "MenuBar";
            this.MenuBar.NavigationPaneExpansionMode = ((Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode)((Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnButtonClick | Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnSizeChanged)));
            this.MenuBar.Size = new System.Drawing.Size(187, 522);
            this.MenuBar.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.VisualStudio2005Toolbox;
            this.MenuBar.TabIndex = 0;
            this.MenuBar.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.MenuBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            this.MenuBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.MenuBar_ItemClick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.MenuBar);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(187, 574);
            this.panel1.TabIndex = 3;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.lbtime);
            this.panel2.Controls.Add(this.lbusername);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 522);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(187, 52);
            this.panel2.TabIndex = 0;
            // 
            // lbtime
            // 
            appearance32.TextHAlignAsString = "Center";
            appearance32.TextVAlignAsString = "Middle";
            this.lbtime.Appearance = appearance32;
            this.lbtime.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.lbtime.Location = new System.Drawing.Point(0, 29);
            this.lbtime.Name = "lbtime";
            this.lbtime.Size = new System.Drawing.Size(187, 23);
            this.lbtime.TabIndex = 1;
            // 
            // lbusername
            // 
            appearance33.TextHAlignAsString = "Center";
            appearance33.TextVAlignAsString = "Middle";
            this.lbusername.Appearance = appearance33;
            this.lbusername.Dock = System.Windows.Forms.DockStyle.Top;
            this.lbusername.Location = new System.Drawing.Point(0, 0);
            this.lbusername.Name = "lbusername";
            this.lbusername.Size = new System.Drawing.Size(187, 23);
            this.lbusername.TabIndex = 0;
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(934, 632);
            // 
            // pn_Button
            // 
            this.pn_Button.Controls.Add(this.lbXoa);
            this.pn_Button.Controls.Add(this.cboChonkythi);
            this.pn_Button.Controls.Add(this.btnNapDuLieu);
            this.pn_Button.Controls.Add(this.btnInds);
            this.pn_Button.Controls.Add(this.btnDong);
            this.pn_Button.Controls.Add(this.btnHuy);
            this.pn_Button.Controls.Add(this.btnLuu);
            this.pn_Button.Controls.Add(this.btnthemmoi);
            this.pn_Button.Controls.Add(this.btnXoadong);
            this.pn_Button.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pn_Button.Location = new System.Drawing.Point(187, 528);
            this.pn_Button.Name = "pn_Button";
            this.pn_Button.Size = new System.Drawing.Size(833, 46);
            this.pn_Button.TabIndex = 4;
            // 
            // cboChonkythi
            // 
            this.cboChonkythi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance34.BackColor = System.Drawing.SystemColors.Window;
            appearance34.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.cboChonkythi.DisplayLayout.Appearance = appearance34;
            this.cboChonkythi.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.cboChonkythi.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance35.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance35.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance35.BorderColor = System.Drawing.SystemColors.Window;
            this.cboChonkythi.DisplayLayout.GroupByBox.Appearance = appearance35;
            appearance36.ForeColor = System.Drawing.SystemColors.GrayText;
            this.cboChonkythi.DisplayLayout.GroupByBox.BandLabelAppearance = appearance36;
            this.cboChonkythi.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance37.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance37.BackColor2 = System.Drawing.SystemColors.Control;
            appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance37.ForeColor = System.Drawing.SystemColors.GrayText;
            this.cboChonkythi.DisplayLayout.GroupByBox.PromptAppearance = appearance37;
            this.cboChonkythi.DisplayLayout.MaxColScrollRegions = 1;
            this.cboChonkythi.DisplayLayout.MaxRowScrollRegions = 1;
            appearance38.BackColor = System.Drawing.SystemColors.Window;
            appearance38.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cboChonkythi.DisplayLayout.Override.ActiveCellAppearance = appearance38;
            appearance39.BackColor = System.Drawing.SystemColors.Highlight;
            appearance39.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.cboChonkythi.DisplayLayout.Override.ActiveRowAppearance = appearance39;
            this.cboChonkythi.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.cboChonkythi.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance40.BackColor = System.Drawing.SystemColors.Window;
            this.cboChonkythi.DisplayLayout.Override.CardAreaAppearance = appearance40;
            appearance41.BorderColor = System.Drawing.Color.Silver;
            appearance41.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.cboChonkythi.DisplayLayout.Override.CellAppearance = appearance41;
            this.cboChonkythi.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.cboChonkythi.DisplayLayout.Override.CellPadding = 0;
            appearance42.BackColor = System.Drawing.SystemColors.Control;
            appearance42.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance42.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance42.BorderColor = System.Drawing.SystemColors.Window;
            this.cboChonkythi.DisplayLayout.Override.GroupByRowAppearance = appearance42;
            appearance43.TextHAlignAsString = "Left";
            this.cboChonkythi.DisplayLayout.Override.HeaderAppearance = appearance43;
            this.cboChonkythi.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.cboChonkythi.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance44.BackColor = System.Drawing.SystemColors.Window;
            appearance44.BorderColor = System.Drawing.Color.Silver;
            this.cboChonkythi.DisplayLayout.Override.RowAppearance = appearance44;
            this.cboChonkythi.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance45.BackColor = System.Drawing.SystemColors.ControlLight;
            this.cboChonkythi.DisplayLayout.Override.TemplateAddRowAppearance = appearance45;
            this.cboChonkythi.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.cboChonkythi.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.cboChonkythi.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.cboChonkythi.DisplayMember = "TenKT";
            this.cboChonkythi.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
            this.cboChonkythi.Location = new System.Drawing.Point(1, 12);
            this.cboChonkythi.Name = "cboChonkythi";
            this.cboChonkythi.NullText = "-- Chọn kỳ thi --";
            this.cboChonkythi.Size = new System.Drawing.Size(201, 23);
            this.cboChonkythi.TabIndex = 41;
            this.cboChonkythi.Tag = "";
            this.toolTip1.SetToolTip(this.cboChonkythi, "Chọn kỳ thi");
            this.cboChonkythi.ValueMember = "ID";
            this.cboChonkythi.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.cboChonkythi_InitializeLayout);
            this.cboChonkythi.ValueChanged += new System.EventHandler(this.cboChonkythi_ValueChanged);
            // 
            // btnDong
            // 
            this.btnDong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDong.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnDong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnDong.Image = global::QLSV.Frm.Properties.Resources.close_icon;
            this.btnDong.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnDong.Location = new System.Drawing.Point(760, 7);
            this.btnDong.Margin = new System.Windows.Forms.Padding(0);
            this.btnDong.Name = "btnDong";
            this.btnDong.Size = new System.Drawing.Size(64, 31);
            this.btnDong.TabIndex = 31;
            this.btnDong.Text = "&Đóng";
            this.btnDong.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnDong, "(Esc)");
            this.btnDong.UseVisualStyleBackColor = true;
            this.btnDong.Visible = false;
            this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
            // 
            // btnHuy
            // 
            this.btnHuy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnHuy.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnHuy.Image = global::QLSV.Frm.Properties.Resources.Refresh_icon;
            this.btnHuy.Location = new System.Drawing.Point(689, 7);
            this.btnHuy.Margin = new System.Windows.Forms.Padding(0);
            this.btnHuy.Name = "btnHuy";
            this.btnHuy.Size = new System.Drawing.Size(64, 31);
            this.btnHuy.TabIndex = 32;
            this.btnHuy.Text = "&Hủy";
            this.btnHuy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnHuy, "(F12)");
            this.btnHuy.UseVisualStyleBackColor = true;
            this.btnHuy.Visible = false;
            this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
            // 
            // btnLuu
            // 
            this.btnLuu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnLuu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnLuu.Image = global::QLSV.Frm.Properties.Resources.save_icon;
            this.btnLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnLuu.Location = new System.Drawing.Point(617, 7);
            this.btnLuu.Margin = new System.Windows.Forms.Padding(4);
            this.btnLuu.Name = "btnLuu";
            this.btnLuu.Size = new System.Drawing.Size(64, 31);
            this.btnLuu.TabIndex = 30;
            this.btnLuu.Text = "&Lưu";
            this.btnLuu.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnLuu, "(F5)");
            this.btnLuu.UseVisualStyleBackColor = true;
            this.btnLuu.Visible = false;
            this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
            // 
            // btnthemmoi
            // 
            this.btnthemmoi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnthemmoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnthemmoi.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnthemmoi.Image = global::QLSV.Frm.Properties.Resources.add_icon;
            this.btnthemmoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnthemmoi.Location = new System.Drawing.Point(469, 7);
            this.btnthemmoi.Margin = new System.Windows.Forms.Padding(4);
            this.btnthemmoi.Name = "btnthemmoi";
            this.btnthemmoi.Size = new System.Drawing.Size(67, 31);
            this.btnthemmoi.TabIndex = 35;
            this.btnthemmoi.Text = "&Thêm";
            this.btnthemmoi.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnthemmoi, "(Insert)");
            this.btnthemmoi.UseVisualStyleBackColor = true;
            this.btnthemmoi.Visible = false;
            this.btnthemmoi.Click += new System.EventHandler(this.btnthemmoi_Click);
            // 
            // btnXoadong
            // 
            this.btnXoadong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnXoadong.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnXoadong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.btnXoadong.Image = global::QLSV.Frm.Properties.Resources.Delete_icon;
            this.btnXoadong.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnXoadong.Location = new System.Drawing.Point(544, 7);
            this.btnXoadong.Margin = new System.Windows.Forms.Padding(4);
            this.btnXoadong.Name = "btnXoadong";
            this.btnXoadong.Size = new System.Drawing.Size(64, 31);
            this.btnXoadong.TabIndex = 29;
            this.btnXoadong.Text = "&Xóa";
            this.btnXoadong.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.btnXoadong, "(F11)");
            this.btnXoadong.UseVisualStyleBackColor = true;
            this.btnXoadong.Visible = false;
            this.btnXoadong.Click += new System.EventHandler(this.btnXoadong_Click);
            // 
            // TabPageControl
            // 
            this.TabPageControl.Controls.Add(this.ultraTabSharedControlsPage1);
            this.TabPageControl.Controls.Add(this.Tabquanlynguoidung);
            this.TabPageControl.Controls.Add(this.Tabdanhmuckhoa);
            this.TabPageControl.Controls.Add(this.Tabdanhmuclop);
            this.TabPageControl.Controls.Add(this.TabInportsinhvien);
            this.TabPageControl.Controls.Add(this.Tabquanlysinhvien);
            this.TabPageControl.Controls.Add(this.Tabquanlykythi);
            this.TabPageControl.Controls.Add(this.Tabdanhsachphongthi);
            this.TabPageControl.Controls.Add(this.TabSapxepphongthi);
            this.TabPageControl.Controls.Add(this.Tabdaxepphong);
            this.TabPageControl.Controls.Add(this.TabInportdapdan);
            this.TabPageControl.Controls.Add(this.TabInportbailam);
            this.TabPageControl.Controls.Add(this.TabDapanmade);
            this.TabPageControl.Controls.Add(this.TabDanhsachbailam);
            this.TabPageControl.Controls.Add(this.TabNhapthangdiem);
            this.TabPageControl.Controls.Add(this.Tabchamdiemthi);
            this.TabPageControl.Controls.Add(this.Tabthongkediem);
            this.TabPageControl.Controls.Add(this.TabChonPhongThi);
            this.TabPageControl.Controls.Add(this.Tabchonsinhvien);
            this.TabPageControl.Controls.Add(this.Tabgopketqua);
            this.TabPageControl.Controls.Add(this.Tabdiemtichluy);
            this.TabPageControl.Controls.Add(this.Tabtudiennamhoc);
            this.TabPageControl.Controls.Add(this.Tabquanlydiem);
            this.TabPageControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TabPageControl.Location = new System.Drawing.Point(187, 0);
            this.TabPageControl.Name = "TabPageControl";
            this.TabPageControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.TabPageControl.Size = new System.Drawing.Size(833, 528);
            this.TabPageControl.TabIndex = 5;
            this.TabPageControl.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
            ultraTab18.TabPage = this.Tabquanlynguoidung;
            ultraTab18.Text = "Quảng lý người dùng";
            ultraTab18.Visible = false;
            ultraTab19.TabPage = this.Tabdanhmuckhoa;
            ultraTab19.Text = "Danh mục khoa";
            ultraTab19.Visible = false;
            ultraTab20.TabPage = this.Tabdanhmuclop;
            ultraTab20.Text = "Danh mục lớp";
            ultraTab20.Visible = false;
            ultraTab24.TabPage = this.Tabdanhsachphongthi;
            ultraTab24.Text = "Danh sách phòng thi";
            ultraTab24.Visible = false;
            ultraTab22.TabPage = this.Tabquanlysinhvien;
            ultraTab22.Text = "Quản lý sinh viên";
            ultraTab22.Visible = false;
            ultraTab21.TabPage = this.TabInportsinhvien;
            ultraTab21.Text = "Import Sinh viên";
            ultraTab21.Visible = false;
            ultraTab4.TabPage = this.Tabtudiennamhoc;
            ultraTab4.Text = "Từ điển năm học";
            ultraTab4.Visible = false;
            ultraTab23.TabPage = this.Tabquanlykythi;
            ultraTab23.Text = "Quảng lý kỳ thi";
            ultraTab23.Visible = false;
            ultraTab25.TabPage = this.TabChonPhongThi;
            ultraTab25.Text = "Chọn phòng thi";
            ultraTab25.Visible = false;
            ultraTab1.TabPage = this.Tabchonsinhvien;
            ultraTab1.Text = "Chọn sinh viên";
            ultraTab1.Visible = false;
            ultraTab26.TabPage = this.TabSapxepphongthi;
            ultraTab26.Text = "Sắp xếp phòng thi cho sinh viên";
            ultraTab26.Visible = false;
            ultraTab27.TabPage = this.Tabdaxepphong;
            ultraTab27.Text = "Danh Sách sinh viên dự thi";
            ultraTab27.Visible = false;
            ultraTab28.TabPage = this.TabInportdapdan;
            ultraTab28.Text = "Import đáp án";
            ultraTab28.Visible = false;
            ultraTab29.TabPage = this.TabDapanmade;
            ultraTab29.Text = "Đáp án các mã đề";
            ultraTab29.Visible = false;
            ultraTab30.TabPage = this.TabInportbailam;
            ultraTab30.Text = "Import bài làm";
            ultraTab30.Visible = false;
            ultraTab31.TabPage = this.TabDanhsachbailam;
            ultraTab31.Text = "Danh sách bài làm";
            ultraTab31.Visible = false;
            ultraTab32.TabPage = this.TabNhapthangdiem;
            ultraTab32.Text = "Nhập thang điểm";
            ultraTab32.Visible = false;
            ultraTab33.TabPage = this.Tabchamdiemthi;
            ultraTab33.Text = "Chấm điểm thi";
            ultraTab33.Visible = false;
            ultraTab34.TabPage = this.Tabthongkediem;
            ultraTab34.Text = "Thống kê điểm";
            ultraTab34.Visible = false;
            ultraTab2.TabPage = this.Tabgopketqua;
            ultraTab2.Text = "Gộp kết quả thi";
            ultraTab5.TabPage = this.Tabquanlydiem;
            ultraTab5.Text = "Quản lý điểm";
            ultraTab5.Visible = false;
            ultraTab3.TabPage = this.Tabdiemtichluy;
            ultraTab3.Text = "Điểm tích lũy";
            ultraTab3.Visible = false;
            this.TabPageControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab18,
            ultraTab19,
            ultraTab20,
            ultraTab24,
            ultraTab22,
            ultraTab21,
            ultraTab4,
            ultraTab23,
            ultraTab25,
            ultraTab1,
            ultraTab26,
            ultraTab27,
            ultraTab28,
            ultraTab29,
            ultraTab30,
            ultraTab31,
            ultraTab32,
            ultraTab33,
            ultraTab34,
            ultraTab2,
            ultraTab5,
            ultraTab3});
            this.TabPageControl.Visible = false;
            this.TabPageControl.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.TabPageControl_SelectedTabChanged);
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(829, 502);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // ultraTabSharedControlsPage3
            // 
            this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(1, 20);
            this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
            this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(196, 77);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.panel29);
            this.ultraTabPageControl1.Controls.Add(this.panel30);
            this.ultraTabPageControl1.Controls.Add(this.panel31);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(978, 499);
            // 
            // panel29
            // 
            this.panel29.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel29.Location = new System.Drawing.Point(140, 0);
            this.panel29.Name = "panel29";
            this.panel29.Size = new System.Drawing.Size(698, 499);
            this.panel29.TabIndex = 3;
            // 
            // panel30
            // 
            this.panel30.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel30.Location = new System.Drawing.Point(0, 0);
            this.panel30.Name = "panel30";
            this.panel30.Size = new System.Drawing.Size(140, 499);
            this.panel30.TabIndex = 2;
            // 
            // panel31
            // 
            this.panel31.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel31.Location = new System.Drawing.Point(838, 0);
            this.panel31.Name = "panel31";
            this.panel31.Size = new System.Drawing.Size(140, 499);
            this.panel31.TabIndex = 1;
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.panel32);
            this.ultraTabPageControl2.Controls.Add(this.panel33);
            this.ultraTabPageControl2.Controls.Add(this.panel34);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(978, 499);
            // 
            // panel32
            // 
            this.panel32.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel32.Location = new System.Drawing.Point(340, 0);
            this.panel32.Name = "panel32";
            this.panel32.Size = new System.Drawing.Size(298, 499);
            this.panel32.TabIndex = 5;
            // 
            // panel33
            // 
            this.panel33.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel33.Location = new System.Drawing.Point(0, 0);
            this.panel33.Name = "panel33";
            this.panel33.Size = new System.Drawing.Size(340, 499);
            this.panel33.TabIndex = 4;
            // 
            // panel34
            // 
            this.panel34.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel34.Location = new System.Drawing.Point(638, 0);
            this.panel34.Name = "panel34";
            this.panel34.Size = new System.Drawing.Size(340, 499);
            this.panel34.TabIndex = 3;
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.panel35);
            this.ultraTabPageControl3.Controls.Add(this.panel36);
            this.ultraTabPageControl3.Controls.Add(this.panel37);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(978, 499);
            // 
            // panel35
            // 
            this.panel35.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel35.Location = new System.Drawing.Point(190, 0);
            this.panel35.Name = "panel35";
            this.panel35.Size = new System.Drawing.Size(598, 499);
            this.panel35.TabIndex = 5;
            // 
            // panel36
            // 
            this.panel36.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel36.Location = new System.Drawing.Point(0, 0);
            this.panel36.Name = "panel36";
            this.panel36.Size = new System.Drawing.Size(190, 499);
            this.panel36.TabIndex = 4;
            // 
            // panel37
            // 
            this.panel37.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel37.Location = new System.Drawing.Point(788, 0);
            this.panel37.Name = "panel37";
            this.panel37.Size = new System.Drawing.Size(190, 499);
            this.panel37.TabIndex = 3;
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.panel38);
            this.ultraTabPageControl4.Controls.Add(this.panel39);
            this.ultraTabPageControl4.Controls.Add(this.panel40);
            this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(978, 499);
            // 
            // panel38
            // 
            this.panel38.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel38.Location = new System.Drawing.Point(55, 0);
            this.panel38.Name = "panel38";
            this.panel38.Size = new System.Drawing.Size(868, 499);
            this.panel38.TabIndex = 5;
            // 
            // panel39
            // 
            this.panel39.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel39.Location = new System.Drawing.Point(923, 0);
            this.panel39.Name = "panel39";
            this.panel39.Size = new System.Drawing.Size(55, 499);
            this.panel39.TabIndex = 4;
            // 
            // panel40
            // 
            this.panel40.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel40.Location = new System.Drawing.Point(0, 0);
            this.panel40.Name = "panel40";
            this.panel40.Size = new System.Drawing.Size(55, 499);
            this.panel40.TabIndex = 3;
            // 
            // ultraTabPageControl5
            // 
            this.ultraTabPageControl5.Controls.Add(this.panel41);
            this.ultraTabPageControl5.Controls.Add(this.panel42);
            this.ultraTabPageControl5.Controls.Add(this.panel43);
            this.ultraTabPageControl5.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl5.Name = "ultraTabPageControl5";
            this.ultraTabPageControl5.Size = new System.Drawing.Size(978, 499);
            // 
            // panel41
            // 
            this.panel41.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel41.Location = new System.Drawing.Point(93, 0);
            this.panel41.Name = "panel41";
            this.panel41.Size = new System.Drawing.Size(792, 499);
            this.panel41.TabIndex = 3;
            // 
            // panel42
            // 
            this.panel42.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel42.Location = new System.Drawing.Point(885, 0);
            this.panel42.Name = "panel42";
            this.panel42.Size = new System.Drawing.Size(93, 499);
            this.panel42.TabIndex = 2;
            // 
            // panel43
            // 
            this.panel43.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel43.Location = new System.Drawing.Point(0, 0);
            this.panel43.Name = "panel43";
            this.panel43.Size = new System.Drawing.Size(93, 499);
            this.panel43.TabIndex = 1;
            // 
            // ultraTabPageControl6
            // 
            this.ultraTabPageControl6.Controls.Add(this.panel44);
            this.ultraTabPageControl6.Controls.Add(this.panel45);
            this.ultraTabPageControl6.Controls.Add(this.panel46);
            this.ultraTabPageControl6.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl6.Name = "ultraTabPageControl6";
            this.ultraTabPageControl6.Size = new System.Drawing.Size(978, 499);
            // 
            // panel44
            // 
            this.panel44.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel44.Location = new System.Drawing.Point(110, 0);
            this.panel44.Name = "panel44";
            this.panel44.Size = new System.Drawing.Size(758, 499);
            this.panel44.TabIndex = 8;
            // 
            // panel45
            // 
            this.panel45.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel45.Location = new System.Drawing.Point(868, 0);
            this.panel45.Name = "panel45";
            this.panel45.Size = new System.Drawing.Size(110, 499);
            this.panel45.TabIndex = 7;
            // 
            // panel46
            // 
            this.panel46.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel46.Location = new System.Drawing.Point(0, 0);
            this.panel46.Name = "panel46";
            this.panel46.Size = new System.Drawing.Size(110, 499);
            this.panel46.TabIndex = 6;
            // 
            // ultraTabPageControl7
            // 
            this.ultraTabPageControl7.Controls.Add(this.panel47);
            this.ultraTabPageControl7.Controls.Add(this.panel48);
            this.ultraTabPageControl7.Controls.Add(this.panel49);
            this.ultraTabPageControl7.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl7.Name = "ultraTabPageControl7";
            this.ultraTabPageControl7.Size = new System.Drawing.Size(978, 499);
            // 
            // panel47
            // 
            this.panel47.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel47.Location = new System.Drawing.Point(290, 0);
            this.panel47.Name = "panel47";
            this.panel47.Size = new System.Drawing.Size(398, 499);
            this.panel47.TabIndex = 6;
            // 
            // panel48
            // 
            this.panel48.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel48.Location = new System.Drawing.Point(688, 0);
            this.panel48.Name = "panel48";
            this.panel48.Size = new System.Drawing.Size(290, 499);
            this.panel48.TabIndex = 5;
            // 
            // panel49
            // 
            this.panel49.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel49.Location = new System.Drawing.Point(0, 0);
            this.panel49.Name = "panel49";
            this.panel49.Size = new System.Drawing.Size(290, 499);
            this.panel49.TabIndex = 4;
            // 
            // ultraTabPageControl8
            // 
            this.ultraTabPageControl8.Controls.Add(this.panel50);
            this.ultraTabPageControl8.Controls.Add(this.panel51);
            this.ultraTabPageControl8.Controls.Add(this.panel52);
            this.ultraTabPageControl8.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl8.Name = "ultraTabPageControl8";
            this.ultraTabPageControl8.Size = new System.Drawing.Size(978, 499);
            // 
            // panel50
            // 
            this.panel50.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel50.Location = new System.Drawing.Point(190, 0);
            this.panel50.Name = "panel50";
            this.panel50.Size = new System.Drawing.Size(598, 499);
            this.panel50.TabIndex = 4;
            // 
            // panel51
            // 
            this.panel51.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel51.Location = new System.Drawing.Point(788, 0);
            this.panel51.Name = "panel51";
            this.panel51.Size = new System.Drawing.Size(190, 499);
            this.panel51.TabIndex = 3;
            // 
            // panel52
            // 
            this.panel52.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel52.Location = new System.Drawing.Point(0, 0);
            this.panel52.Name = "panel52";
            this.panel52.Size = new System.Drawing.Size(190, 499);
            this.panel52.TabIndex = 3;
            // 
            // ultraTabPageControl9
            // 
            this.ultraTabPageControl9.Controls.Add(this.panel53);
            this.ultraTabPageControl9.Controls.Add(this.panel54);
            this.ultraTabPageControl9.Controls.Add(this.panel55);
            this.ultraTabPageControl9.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl9.Name = "ultraTabPageControl9";
            this.ultraTabPageControl9.Size = new System.Drawing.Size(978, 499);
            // 
            // panel53
            // 
            this.panel53.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel53.Location = new System.Drawing.Point(190, 0);
            this.panel53.Name = "panel53";
            this.panel53.Size = new System.Drawing.Size(598, 499);
            this.panel53.TabIndex = 6;
            // 
            // panel54
            // 
            this.panel54.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel54.Location = new System.Drawing.Point(788, 0);
            this.panel54.Name = "panel54";
            this.panel54.Size = new System.Drawing.Size(190, 499);
            this.panel54.TabIndex = 5;
            // 
            // panel55
            // 
            this.panel55.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel55.Location = new System.Drawing.Point(0, 0);
            this.panel55.Name = "panel55";
            this.panel55.Size = new System.Drawing.Size(190, 499);
            this.panel55.TabIndex = 4;
            // 
            // ultraTabPageControl10
            // 
            this.ultraTabPageControl10.Controls.Add(this.panel56);
            this.ultraTabPageControl10.Controls.Add(this.panel57);
            this.ultraTabPageControl10.Controls.Add(this.panel58);
            this.ultraTabPageControl10.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl10.Name = "ultraTabPageControl10";
            this.ultraTabPageControl10.Size = new System.Drawing.Size(978, 499);
            // 
            // panel56
            // 
            this.panel56.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel56.Location = new System.Drawing.Point(330, 0);
            this.panel56.Name = "panel56";
            this.panel56.Size = new System.Drawing.Size(318, 499);
            this.panel56.TabIndex = 10;
            // 
            // panel57
            // 
            this.panel57.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel57.Location = new System.Drawing.Point(0, 0);
            this.panel57.Name = "panel57";
            this.panel57.Size = new System.Drawing.Size(330, 499);
            this.panel57.TabIndex = 9;
            // 
            // panel58
            // 
            this.panel58.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel58.Location = new System.Drawing.Point(648, 0);
            this.panel58.Name = "panel58";
            this.panel58.Size = new System.Drawing.Size(330, 499);
            this.panel58.TabIndex = 8;
            // 
            // ultraTabPageControl11
            // 
            this.ultraTabPageControl11.Controls.Add(this.panel59);
            this.ultraTabPageControl11.Controls.Add(this.panel60);
            this.ultraTabPageControl11.Controls.Add(this.panel61);
            this.ultraTabPageControl11.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl11.Name = "ultraTabPageControl11";
            this.ultraTabPageControl11.Size = new System.Drawing.Size(978, 499);
            // 
            // panel59
            // 
            this.panel59.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel59.Location = new System.Drawing.Point(170, 0);
            this.panel59.Name = "panel59";
            this.panel59.Size = new System.Drawing.Size(638, 499);
            this.panel59.TabIndex = 10;
            // 
            // panel60
            // 
            this.panel60.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel60.Location = new System.Drawing.Point(0, 0);
            this.panel60.Name = "panel60";
            this.panel60.Size = new System.Drawing.Size(170, 499);
            this.panel60.TabIndex = 9;
            // 
            // panel61
            // 
            this.panel61.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel61.Location = new System.Drawing.Point(808, 0);
            this.panel61.Name = "panel61";
            this.panel61.Size = new System.Drawing.Size(170, 499);
            this.panel61.TabIndex = 8;
            // 
            // ultraTabPageControl12
            // 
            this.ultraTabPageControl12.Controls.Add(this.panel62);
            this.ultraTabPageControl12.Controls.Add(this.panel63);
            this.ultraTabPageControl12.Controls.Add(this.panel64);
            this.ultraTabPageControl12.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl12.Name = "ultraTabPageControl12";
            this.ultraTabPageControl12.Size = new System.Drawing.Size(978, 499);
            // 
            // panel62
            // 
            this.panel62.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel62.Location = new System.Drawing.Point(330, 0);
            this.panel62.Name = "panel62";
            this.panel62.Size = new System.Drawing.Size(318, 499);
            this.panel62.TabIndex = 8;
            // 
            // panel63
            // 
            this.panel63.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel63.Location = new System.Drawing.Point(0, 0);
            this.panel63.Name = "panel63";
            this.panel63.Size = new System.Drawing.Size(330, 499);
            this.panel63.TabIndex = 7;
            // 
            // panel64
            // 
            this.panel64.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel64.Location = new System.Drawing.Point(648, 0);
            this.panel64.Name = "panel64";
            this.panel64.Size = new System.Drawing.Size(330, 499);
            this.panel64.TabIndex = 6;
            // 
            // ultraTabControl1
            // 
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl5);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl6);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl7);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl8);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl9);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl10);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl11);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl12);
            this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage3;
            this.ultraTabControl1.Size = new System.Drawing.Size(200, 100);
            this.ultraTabControl1.TabIndex = 0;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::QLSV.Frm.Properties.Resources.background;
            this.pictureBox1.Location = new System.Drawing.Point(187, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(833, 528);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 5;
            this.pictureBox1.TabStop = false;
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1020, 574);
            this.Controls.Add(this.TabPageControl);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.pn_Button);
            this.Controls.Add(this.panel1);
            this.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormMain";
            this.Text = "TOEIC TEST MANAGER";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.Tabquanlynguoidung.ResumeLayout(false);
            this.Tabquanlynguoidung.PerformLayout();
            this.Tabdanhmuckhoa.ResumeLayout(false);
            this.Tabdanhmuclop.ResumeLayout(false);
            this.Tabdanhsachphongthi.ResumeLayout(false);
            this.Tabquanlysinhvien.ResumeLayout(false);
            this.TabInportsinhvien.ResumeLayout(false);
            this.Tabtudiennamhoc.ResumeLayout(false);
            this.Tabquanlykythi.ResumeLayout(false);
            this.TabChonPhongThi.ResumeLayout(false);
            this.Tabchonsinhvien.ResumeLayout(false);
            this.TabSapxepphongthi.ResumeLayout(false);
            this.Tabdaxepphong.ResumeLayout(false);
            this.TabInportdapdan.ResumeLayout(false);
            this.TabDapanmade.ResumeLayout(false);
            this.TabInportbailam.ResumeLayout(false);
            this.TabDanhsachbailam.ResumeLayout(false);
            this.TabNhapthangdiem.ResumeLayout(false);
            this.Tabchamdiemthi.ResumeLayout(false);
            this.Tabthongkediem.ResumeLayout(false);
            this.Tabgopketqua.ResumeLayout(false);
            this.Tabquanlydiem.ResumeLayout(false);
            this.Tabdiemtichluy.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.MenuBar)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.pn_Button.ResumeLayout(false);
            this.pn_Button.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboChonkythi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TabPageControl)).EndInit();
            this.TabPageControl.ResumeLayout(false);
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl2.ResumeLayout(false);
            this.ultraTabPageControl3.ResumeLayout(false);
            this.ultraTabPageControl4.ResumeLayout(false);
            this.ultraTabPageControl5.ResumeLayout(false);
            this.ultraTabPageControl6.ResumeLayout(false);
            this.ultraTabPageControl7.ResumeLayout(false);
            this.ultraTabPageControl8.ResumeLayout(false);
            this.ultraTabPageControl9.ResumeLayout(false);
            this.ultraTabPageControl10.ResumeLayout(false);
            this.ultraTabPageControl11.ResumeLayout(false);
            this.ultraTabPageControl12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.EBarCallInfo = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.btnClose = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.EBarCallInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     this.SuspendLayout();
     //
     // EBarCallInfo
     //
     this.EBarCallInfo.AcceptsFocus    = Infragistics.Win.DefaultableBoolean.True;
     appearance1.BackColor             = System.Drawing.Color.Black;
     appearance1.BackColor2            = System.Drawing.Color.Gray;
     appearance1.ForeColor             = System.Drawing.Color.White;
     this.EBarCallInfo.Appearance      = appearance1;
     this.EBarCallInfo.AutoScrollStyle = Infragistics.Win.UltraWinExplorerBar.AutoScrollStyle.BringActiveControlIntoView;
     this.EBarCallInfo.BorderStyle     = Infragistics.Win.UIElementBorderStyle.TwoColor;
     this.EBarCallInfo.ColumnSpacing   = 0;
     this.EBarCallInfo.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.EBarCallInfo.Dock            = System.Windows.Forms.DockStyle.Top;
     this.EBarCallInfo.Font            = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ultraExplorerBarItem1.Key         = "0000000000";
     appearance2.Image = global::DuoSoftware.DuoSoftPhone.Properties.Resources.info;
     appearance2.TextHAlignAsString = "Left";
     appearance2.TextTrimming       = Infragistics.Win.TextTrimming.Word;
     appearance2.TextVAlignAsString = "Middle";
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem1.Text = "Phone Number - Duration[s] - Time";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1
     });
     ultraExplorerBarGroup1.ItemSettings.AllowDragCopy  = Infragistics.Win.UltraWinExplorerBar.ItemDragStyle.None;
     ultraExplorerBarGroup1.ItemSettings.AllowDragMove  = Infragistics.Win.UltraWinExplorerBar.ItemDragStyle.None;
     ultraExplorerBarGroup1.ItemSettings.AllowEdit      = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.ItemSettings.SeparatorStyle = Infragistics.Win.UltraWinExplorerBar.SeparatorStyle.Vertical;
     ultraExplorerBarGroup1.ItemSettings.ShowInkButton  = Infragistics.Win.ShowInkButton.Never;
     ultraExplorerBarGroup1.ItemSettings.ShowToolTips   = Infragistics.Win.DefaultableBoolean.True;
     ultraExplorerBarGroup1.ItemSettings.Style          = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Button;
     ultraExplorerBarGroup1.Key = "CallLogs";
     ultraExplorerBarGroup1.Settings.AllowDrag        = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.AllowEdit        = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.AllowItemDrop    = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.AllowItemUncheck = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.ItemSort         = Infragistics.Win.UltraWinExplorerBar.ItemSortType.None;
     ultraExplorerBarGroup1.Text = "Call Logs";
     this.EBarCallInfo.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.EBarCallInfo.GroupSettings.AllowDrag           = Infragistics.Win.DefaultableBoolean.False;
     this.EBarCallInfo.GroupSettings.AllowEdit           = Infragistics.Win.DefaultableBoolean.False;
     this.EBarCallInfo.GroupSettings.AllowItemDrop       = Infragistics.Win.DefaultableBoolean.False;
     this.EBarCallInfo.GroupSettings.AllowItemUncheck    = Infragistics.Win.DefaultableBoolean.False;
     this.EBarCallInfo.GroupSettings.BorderStyleItemArea = Infragistics.Win.UIElementBorderStyle.Inset;
     this.EBarCallInfo.GroupSettings.ShowToolTips        = Infragistics.Win.DefaultableBoolean.True;
     this.EBarCallInfo.GroupSettings.Style        = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     this.EBarCallInfo.GroupSpacing               = 0;
     this.EBarCallInfo.ItemSettings.AllowDragCopy = Infragistics.Win.UltraWinExplorerBar.ItemDragStyle.None;
     this.EBarCallInfo.ItemSettings.AllowDragMove = Infragistics.Win.UltraWinExplorerBar.ItemDragStyle.None;
     this.EBarCallInfo.ItemSettings.AllowEdit     = Infragistics.Win.DefaultableBoolean.False;
     this.EBarCallInfo.ItemSettings.Height        = 18;
     this.EBarCallInfo.ItemSettings.Indent        = 0;
     this.EBarCallInfo.ItemSettings.MaxLines      = 1;
     this.EBarCallInfo.Location               = new System.Drawing.Point(0, 0);
     this.EBarCallInfo.Margin                 = new System.Windows.Forms.Padding(2);
     this.EBarCallInfo.Margins.Bottom         = 12;
     this.EBarCallInfo.Margins.Left           = 12;
     this.EBarCallInfo.Margins.Right          = 12;
     this.EBarCallInfo.Margins.Top            = 12;
     this.EBarCallInfo.Name                   = "EBarCallInfo";
     this.EBarCallInfo.ShowDefaultContextMenu = false;
     this.EBarCallInfo.Size                   = new System.Drawing.Size(258, 335);
     this.EBarCallInfo.TabIndex               = 130;
     this.EBarCallInfo.UseOsThemes            = Infragistics.Win.DefaultableBoolean.False;
     this.EBarCallInfo.ViewStyle              = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.EBarCallInfo.ItemDoubleClick       += new Infragistics.Win.UltraWinExplorerBar.ItemDoubleClickEventHandler(this.EBarCallInfo_ItemDoubleClick);
     this.EBarCallInfo.ItemRemoving          += new Infragistics.Win.UltraWinExplorerBar.ItemRemovingEventHandler(this.ExplorerBarAgent_ItemRemoving);
     this.EBarCallInfo.MouseDoubleClick      += new System.Windows.Forms.MouseEventHandler(this.ExplorerBarAgent_MouseDoubleClick);
     this.EBarCallInfo.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.EBarCallInfo_MouseDown);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(21, 86);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(216, 146);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // btnClose
     //
     this.btnClose.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.btnClose.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.btnClose.Image    = global::DuoSoftware.DuoSoftPhone.Properties.Resources.CloseLog;
     this.btnClose.Location = new System.Drawing.Point(215, 20);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(21, 19);
     this.btnClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnClose.TabIndex = 134;
     this.btnClose.TabStop  = false;
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // frmCallLogs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(258, 336);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.EBarCallInfo);
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmCallLogs";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "frmCallLogs";
     ((System.ComponentModel.ISupportInitialize)(this.EBarCallInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem5  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem6  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem7  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem8  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem9  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCManagePrefs));
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     this.lTaskTitle                       = new DevExpress.XtraEditors.LabelControl();
     this.cbFirstDayofWeek                 = new System.Windows.Forms.ComboBox();
     this.lSitePrefTitle                   = new System.Windows.Forms.Label();
     this.label1                           = new System.Windows.Forms.Label();
     this.ultraLabel8                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel16                     = new Infragistics.Win.Misc.UltraLabel();
     this.tPrimaryUserName                 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.tPrimaryUserEmail                = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.bDone                            = new Infragistics.Win.Misc.UltraButton();
     this.cbCycleTime                      = new System.Windows.Forms.ComboBox();
     this.ultraLabel18                     = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4                      = new Infragistics.Win.Misc.UltraLabel();
     this.rgActiveSyncTransfers            = new DevExpress.XtraEditors.RadioGroup();
     this.lActiveSyncTrackerTransferFolder = new Infragistics.Win.Misc.UltraLabel();
     this.tActiveSyncFolder                = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraExplorerBar1                = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraLabel1                      = new Infragistics.Win.Misc.UltraLabel();
     this.ItemSmallCheckBoxes              = new System.Windows.Forms.ImageList(this.components);
     this.bHideAllTasks                    = new System.Windows.Forms.Button();
     this.bShowAllTasks                    = new System.Windows.Forms.Button();
     this.bNewGroup                        = new System.Windows.Forms.Button();
     this.bInitializeTaskBar               = new System.Windows.Forms.Button();
     this.rgHideDisabledTasks              = new DevExpress.XtraEditors.RadioGroup();
     this.ultraLabel3                      = new Infragistics.Win.Misc.UltraLabel();
     this.lTaskBarAdmin                    = new Infragistics.Win.Misc.UltraLabel();
     this.label2                           = new System.Windows.Forms.Label();
     this.nWeightImportThreshold           = new System.Windows.Forms.NumericUpDown();
     this.ultraLabel6                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7                      = new Infragistics.Win.Misc.UltraLabel();
     this.nCostImportThreshold             = new System.Windows.Forms.NumericUpDown();
     this.pTaskHdr                         = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.tPrimaryUserName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tPrimaryUserEmail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgActiveSyncTransfers.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tActiveSyncFolder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgHideDisabledTasks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nWeightImportThreshold)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nCostImportThreshold)).BeginInit();
     this.pTaskHdr.SuspendLayout();
     this.SuspendLayout();
     //
     // lTaskTitle
     //
     this.lTaskTitle.Appearance.Font                 = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lTaskTitle.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lTaskTitle.Appearance.Options.UseFont      = true;
     this.lTaskTitle.Appearance.Options.UseForeColor = true;
     this.lTaskTitle.Location = new System.Drawing.Point(3, 4);
     this.lTaskTitle.Name     = "lTaskTitle";
     this.lTaskTitle.Size     = new System.Drawing.Size(229, 35);
     this.lTaskTitle.TabIndex = 56;
     this.lTaskTitle.Text     = "Set Preferences";
     //
     // cbFirstDayofWeek
     //
     this.cbFirstDayofWeek.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbFirstDayofWeek.FormattingEnabled = true;
     this.cbFirstDayofWeek.Items.AddRange(new object[] {
         "Sunday",
         "Monday",
         "Tuesday",
         "Wednesday",
         "Thursday",
         "Friday",
         "Saturday"
     });
     this.cbFirstDayofWeek.Location              = new System.Drawing.Point(573, 100);
     this.cbFirstDayofWeek.Margin                = new System.Windows.Forms.Padding(4);
     this.cbFirstDayofWeek.Name                  = "cbFirstDayofWeek";
     this.cbFirstDayofWeek.Size                  = new System.Drawing.Size(139, 21);
     this.cbFirstDayofWeek.TabIndex              = 102;
     this.cbFirstDayofWeek.SelectedIndexChanged += new System.EventHandler(this.cbFirstDayofWeek_SelectedIndexChanged);
     //
     // lSitePrefTitle
     //
     this.lSitePrefTitle.BackColor = System.Drawing.Color.LightBlue;
     this.lSitePrefTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lSitePrefTitle.Location  = new System.Drawing.Point(451, 70);
     this.lSitePrefTitle.Name      = "lSitePrefTitle";
     this.lSitePrefTitle.Size      = new System.Drawing.Size(301, 19);
     this.lSitePrefTitle.TabIndex  = 103;
     this.lSitePrefTitle.Text      = "Site Preferences";
     this.lSitePrefTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.LightBlue;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(10, 70);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(418, 19);
     this.label1.TabIndex  = 104;
     this.label1.Text      = "Global Preferences";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraLabel8
     //
     appearance19.TextHAlignAsString = "Center";
     appearance19.TextVAlignAsString = "Middle";
     this.ultraLabel8.Appearance     = appearance19;
     this.ultraLabel8.AutoSize       = true;
     this.ultraLabel8.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel8.Location       = new System.Drawing.Point(454, 101);
     this.ultraLabel8.Name           = "ultraLabel8";
     this.ultraLabel8.Size           = new System.Drawing.Size(112, 17);
     this.ultraLabel8.TabIndex       = 105;
     this.ultraLabel8.Text           = "First day of week:";
     //
     // ultraLabel2
     //
     appearance16.TextHAlignAsString = "Center";
     appearance16.TextVAlignAsString = "Middle";
     this.ultraLabel2.Appearance     = appearance16;
     this.ultraLabel2.AutoSize       = true;
     this.ultraLabel2.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel2.Location       = new System.Drawing.Point(13, 104);
     this.ultraLabel2.Name           = "ultraLabel2";
     this.ultraLabel2.Size           = new System.Drawing.Size(124, 17);
     this.ultraLabel2.TabIndex       = 130;
     this.ultraLabel2.Text           = "Primary user name:";
     //
     // ultraLabel5
     //
     appearance8.TextHAlignAsString = "Center";
     appearance8.TextVAlignAsString = "Middle";
     this.ultraLabel5.Appearance    = appearance8;
     this.ultraLabel5.AutoSize      = true;
     this.ultraLabel5.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel5.Location      = new System.Drawing.Point(13, 137);
     this.ultraLabel5.Name          = "ultraLabel5";
     this.ultraLabel5.Size          = new System.Drawing.Size(123, 17);
     this.ultraLabel5.TabIndex      = 132;
     this.ultraLabel5.Text          = "Primary user email:";
     //
     // ultraLabel16
     //
     appearance9.TextHAlignAsString = "Center";
     appearance9.TextVAlignAsString = "Middle";
     this.ultraLabel16.Appearance   = appearance9;
     this.ultraLabel16.AutoSize     = true;
     this.ultraLabel16.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel16.Location     = new System.Drawing.Point(3, 48);
     this.ultraLabel16.Name         = "ultraLabel16";
     this.ultraLabel16.Size         = new System.Drawing.Size(322, 17);
     this.ultraLabel16.TabIndex     = 151;
     this.ultraLabel16.Text         = "Edited values are immediately saved to the database.";
     //
     // tPrimaryUserName
     //
     appearance18.TextHAlignAsString          = "Right";
     this.tPrimaryUserName.Appearance         = appearance18;
     this.tPrimaryUserName.Font               = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tPrimaryUserName.Location           = new System.Drawing.Point(143, 101);
     this.tPrimaryUserName.Name               = "tPrimaryUserName";
     this.tPrimaryUserName.Size               = new System.Drawing.Size(229, 24);
     this.tPrimaryUserName.TabIndex           = 152;
     this.tPrimaryUserName.Text               = "tPrimaryUserName";
     this.tPrimaryUserName.AfterExitEditMode += new System.EventHandler(this.tPrimaryUserName_AfterExitEditMode);
     //
     // tPrimaryUserEmail
     //
     appearance22.TextHAlignAsString           = "Right";
     this.tPrimaryUserEmail.Appearance         = appearance22;
     this.tPrimaryUserEmail.Font               = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tPrimaryUserEmail.Location           = new System.Drawing.Point(143, 135);
     this.tPrimaryUserEmail.Name               = "tPrimaryUserEmail";
     this.tPrimaryUserEmail.Size               = new System.Drawing.Size(229, 24);
     this.tPrimaryUserEmail.TabIndex           = 153;
     this.tPrimaryUserEmail.Text               = "tPrimaryUserEmail";
     this.tPrimaryUserEmail.AfterExitEditMode += new System.EventHandler(this.tPrimaryUserEmail_AfterExitEditMode);
     //
     // bDone
     //
     this.bDone.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bDone.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bDone.Location = new System.Drawing.Point(666, 562);
     this.bDone.Name     = "bDone";
     this.bDone.Size     = new System.Drawing.Size(105, 29);
     this.bDone.TabIndex = 154;
     this.bDone.Text     = "Done";
     this.bDone.Click   += new System.EventHandler(this.bDone_Click);
     //
     // cbCycleTime
     //
     this.cbCycleTime.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCycleTime.FormattingEnabled = true;
     this.cbCycleTime.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12"
     });
     this.cbCycleTime.Location              = new System.Drawing.Point(591, 137);
     this.cbCycleTime.Margin                = new System.Windows.Forms.Padding(4);
     this.cbCycleTime.Name                  = "cbCycleTime";
     this.cbCycleTime.Size                  = new System.Drawing.Size(49, 21);
     this.cbCycleTime.TabIndex              = 156;
     this.cbCycleTime.SelectedIndexChanged += new System.EventHandler(this.cbCycleTime_SelectedIndexChanged);
     //
     // ultraLabel18
     //
     appearance10.TextHAlignAsString = "Center";
     appearance10.TextVAlignAsString = "Middle";
     this.ultraLabel18.Appearance    = appearance10;
     this.ultraLabel18.AutoSize      = true;
     this.ultraLabel18.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel18.Location      = new System.Drawing.Point(453, 138);
     this.ultraLabel18.Name          = "ultraLabel18";
     this.ultraLabel18.Size          = new System.Drawing.Size(130, 17);
     this.ultraLabel18.TabIndex      = 157;
     this.ultraLabel18.Text          = "Cycle time in weeks:";
     //
     // ultraLabel4
     //
     appearance13.TextHAlignAsString = "Center";
     appearance13.TextVAlignAsString = "Middle";
     this.ultraLabel4.Appearance     = appearance13;
     this.ultraLabel4.AutoSize       = true;
     this.ultraLabel4.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel4.Location       = new System.Drawing.Point(13, 486);
     this.ultraLabel4.Name           = "ultraLabel4";
     this.ultraLabel4.Size           = new System.Drawing.Size(189, 17);
     this.ultraLabel4.TabIndex       = 158;
     this.ultraLabel4.Text           = "ActiveSync Tracker Transfers:";
     //
     // rgActiveSyncTransfers
     //
     this.rgActiveSyncTransfers.Location = new System.Drawing.Point(221, 477);
     this.rgActiveSyncTransfers.Name     = "rgActiveSyncTransfers";
     this.rgActiveSyncTransfers.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(248)))));
     this.rgActiveSyncTransfers.Properties.Appearance.Options.UseBackColor = true;
     this.rgActiveSyncTransfers.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rgActiveSyncTransfers.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(false, "Off"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(true, "On")
     });
     this.rgActiveSyncTransfers.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.rgActiveSyncTransfers.Size                  = new System.Drawing.Size(50, 42);
     this.rgActiveSyncTransfers.TabIndex              = 159;
     this.rgActiveSyncTransfers.SelectedIndexChanged += new System.EventHandler(this.rgActiveSyncTransfers_SelectedIndexChanged);
     //
     // lActiveSyncTrackerTransferFolder
     //
     appearance20.TextHAlignAsString = "Center";
     appearance20.TextVAlignAsString = "Middle";
     this.lActiveSyncTrackerTransferFolder.Appearance = appearance20;
     this.lActiveSyncTrackerTransferFolder.AutoSize   = true;
     this.lActiveSyncTrackerTransferFolder.Font       = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lActiveSyncTrackerTransferFolder.Location   = new System.Drawing.Point(13, 521);
     this.lActiveSyncTrackerTransferFolder.Name       = "lActiveSyncTrackerTransferFolder";
     this.lActiveSyncTrackerTransferFolder.Size       = new System.Drawing.Size(224, 17);
     this.lActiveSyncTrackerTransferFolder.TabIndex   = 160;
     this.lActiveSyncTrackerTransferFolder.Text       = "ActiveSync Tracker Transfer Folder:";
     //
     // tActiveSyncFolder
     //
     appearance17.TextHAlignAsString           = "Right";
     this.tActiveSyncFolder.Appearance         = appearance17;
     this.tActiveSyncFolder.Font               = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tActiveSyncFolder.Location           = new System.Drawing.Point(28, 544);
     this.tActiveSyncFolder.Name               = "tActiveSyncFolder";
     this.tActiveSyncFolder.Size               = new System.Drawing.Size(348, 24);
     this.tActiveSyncFolder.TabIndex           = 161;
     this.tActiveSyncFolder.Text               = "tActiveSyncFolder";
     this.tActiveSyncFolder.AfterExitEditMode += new System.EventHandler(this.tActiveSyncFolder_AfterExitEditMode);
     //
     // ultraExplorerBar1
     //
     appearance6.BackColor  = System.Drawing.Color.Transparent;
     appearance6.BackColor2 = System.Drawing.Color.Transparent;
     appearance6.FontData.StrikeoutAsString = "False";
     this.ultraExplorerBar1.Appearance      = appearance6;
     this.ultraExplorerBar1.BorderStyle     = Infragistics.Win.UIElementBorderStyle.Solid;
     this.ultraExplorerBar1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ultraExplorerBarGroup1.Expanded        = false;
     appearance2.FontData.BoldAsString      = "True";
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem1.Text = "Import Waste Data";
     ultraExplorerBarItem2.Text = "Print Weekly Reports";
     ultraExplorerBarItem3.Text = "Upload Waste Data";
     ultraExplorerBarItem4.Text = "Import Production Data";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2,
         ultraExplorerBarItem3,
         ultraExplorerBarItem4
     });
     appearance1.FontData.Name = "Microsoft Sans Serif";
     ultraExplorerBarGroup1.ItemSettings.AppearancesSmall.Appearance = appearance1;
     appearance12.BackColor     = System.Drawing.Color.Transparent;
     appearance12.FontData.Name = "Bauhaus 93";
     ultraExplorerBarGroup1.Settings.AppearancesSmall.Appearance = appearance12;
     appearance14.FontData.StrikeoutAsString = "False";
     ultraExplorerBarGroup1.Settings.AppearancesSmall.HeaderAppearance = appearance14;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     ultraExplorerBarGroup1.Text           = "TRACK (Monday)";
     ultraExplorerBarGroup1.Visible        = false;
     ultraExplorerBarGroup2.Expanded       = false;
     ultraExplorerBarItem5.Text            = "Review Reports";
     ultraExplorerBarItem6.Text            = "View Waste Data";
     ultraExplorerBarItem7.Text            = "Enter Weekly Financials";
     ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem5,
         ultraExplorerBarItem6,
         ultraExplorerBarItem7
     });
     ultraExplorerBarGroup2.Text     = "REVIEW (Tuesday)";
     ultraExplorerBarGroup3.Expanded = false;
     ultraExplorerBarItem8.Text      = "Print SWAT Agenda";
     ultraExplorerBarItem9.Text      = "Enter SWAT Minutes";
     ultraExplorerBarItem10.Text     = "Set or Modify Goals";
     ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem8,
         ultraExplorerBarItem9,
         ultraExplorerBarItem10
     });
     ultraExplorerBarGroup3.Text = "DISCUSS (Wednesday)";
     ultraExplorerBarItem11.Text = "Employee Recognition";
     ultraExplorerBarItem12.Text = "Print Meeting Script";
     ultraExplorerBarGroup4.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem11,
         ultraExplorerBarItem12
     });
     ultraExplorerBarGroup4.Text = "SHARE (Friday)";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3,
         ultraExplorerBarGroup4
     });
     this.ultraExplorerBar1.GroupSettings.AllowDrag     = Infragistics.Win.DefaultableBoolean.True;
     this.ultraExplorerBar1.GroupSettings.AllowEdit     = Infragistics.Win.DefaultableBoolean.False;
     this.ultraExplorerBar1.GroupSettings.AllowItemDrop = Infragistics.Win.DefaultableBoolean.True;
     appearance3.FontData.BoldAsString = "True";
     appearance3.FontData.Name         = "Century Gothic";
     appearance3.FontData.SizeInPoints = 12F;
     appearance3.ForeColor             = System.Drawing.Color.Sienna;
     appearance3.TextHAlignAsString    = "Left";
     this.ultraExplorerBar1.GroupSettings.AppearancesSmall.HeaderAppearance = appearance3;
     this.ultraExplorerBar1.GroupSettings.ShowExpansionIndicator            = Infragistics.Win.DefaultableBoolean.False;
     this.ultraExplorerBar1.GroupSettings.Style        = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     this.ultraExplorerBar1.ItemSettings.AllowDragCopy = Infragistics.Win.UltraWinExplorerBar.ItemDragStyle.None;
     this.ultraExplorerBar1.ItemSettings.AllowDragMove = Infragistics.Win.UltraWinExplorerBar.ItemDragStyle.WithinAndAcrossGroups;
     appearance4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(96)))), ((int)(((byte)(172)))));
     this.ultraExplorerBar1.ItemSettings.AppearancesSmall.ActiveAppearance = appearance4;
     appearance5.FontData.SizeInPoints = 11F;
     appearance5.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(96)))), ((int)(((byte)(172)))));
     this.ultraExplorerBar1.ItemSettings.AppearancesSmall.Appearance = appearance5;
     this.ultraExplorerBar1.ItemSettings.Style           = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Button;
     this.ultraExplorerBar1.ItemSettings.UseDefaultImage = Infragistics.Win.DefaultableBoolean.False;
     this.ultraExplorerBar1.Location = new System.Drawing.Point(189, 170);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(239, 236);
     this.ultraExplorerBar1.StateButtonCheckStyle = Infragistics.Win.UltraWinExplorerBar.StateButtonCheckStyle.ExclusiveWithinControl;
     this.ultraExplorerBar1.Style    = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.VisualStudio2005Toolbox;
     this.ultraExplorerBar1.TabIndex = 162;
     this.ultraExplorerBar1.UseLargeGroupHeaderImages = Infragistics.Win.DefaultableBoolean.False;
     this.ultraExplorerBar1.ViewStyle     = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.ultraExplorerBar1.GroupClick   += new Infragistics.Win.UltraWinExplorerBar.GroupClickEventHandler(this.ultraExplorerBar1_GroupClick);
     this.ultraExplorerBar1.GroupDropped += new Infragistics.Win.UltraWinExplorerBar.GroupDroppedEventHandler(this.ultraExplorerBar1_GroupDropped);
     this.ultraExplorerBar1.ItemClick    += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
     this.ultraExplorerBar1.ItemDragging += new Infragistics.Win.UltraWinExplorerBar.ItemDraggingEventHandler(this.ultraExplorerBar1_ItemDragging);
     this.ultraExplorerBar1.ItemDragOver += new Infragistics.Win.UltraWinExplorerBar.ItemDragOverEventHandler(this.ultraExplorerBar1_ItemDragOver);
     this.ultraExplorerBar1.ItemDropped  += new Infragistics.Win.UltraWinExplorerBar.ItemDroppedEventHandler(this.ultraExplorerBar1_ItemDropped);
     this.ultraExplorerBar1.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.ultraExplorerBar1_MouseDown);
     //
     // ultraLabel1
     //
     appearance15.TextHAlignAsString = "Left";
     appearance15.TextVAlignAsString = "Middle";
     this.ultraLabel1.Appearance     = appearance15;
     this.ultraLabel1.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel1.Location       = new System.Drawing.Point(13, 170);
     this.ultraLabel1.Name           = "ultraLabel1";
     this.ultraLabel1.Size           = new System.Drawing.Size(119, 37);
     this.ultraLabel1.TabIndex       = 163;
     this.ultraLabel1.Text           = "Task Bar Setup (All Users):";
     //
     // ItemSmallCheckBoxes
     //
     this.ItemSmallCheckBoxes.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ItemSmallCheckBoxes.ImageStream")));
     this.ItemSmallCheckBoxes.TransparentColor = System.Drawing.Color.White;
     this.ItemSmallCheckBoxes.Images.SetKeyName(0, "Checkbox_Unchecked_small.gif");
     this.ItemSmallCheckBoxes.Images.SetKeyName(1, "Checkbox_CheckedGreen_small.gif");
     //
     // bHideAllTasks
     //
     this.bHideAllTasks.Location = new System.Drawing.Point(73, 213);
     this.bHideAllTasks.Name     = "bHideAllTasks";
     this.bHideAllTasks.Size     = new System.Drawing.Size(101, 23);
     this.bHideAllTasks.TabIndex = 164;
     this.bHideAllTasks.Text     = "Hide All Tasks";
     this.bHideAllTasks.UseVisualStyleBackColor = true;
     this.bHideAllTasks.Click += new System.EventHandler(this.bHideAllTasks_Click);
     //
     // bShowAllTasks
     //
     this.bShowAllTasks.Location = new System.Drawing.Point(73, 242);
     this.bShowAllTasks.Name     = "bShowAllTasks";
     this.bShowAllTasks.Size     = new System.Drawing.Size(101, 23);
     this.bShowAllTasks.TabIndex = 165;
     this.bShowAllTasks.Text     = "Show All Tasks";
     this.bShowAllTasks.UseVisualStyleBackColor = true;
     this.bShowAllTasks.Click += new System.EventHandler(this.bShowAllTasks_Click);
     //
     // bNewGroup
     //
     this.bNewGroup.Location = new System.Drawing.Point(73, 325);
     this.bNewGroup.Name     = "bNewGroup";
     this.bNewGroup.Size     = new System.Drawing.Size(101, 23);
     this.bNewGroup.TabIndex = 166;
     this.bNewGroup.Text     = "New Group";
     this.bNewGroup.UseVisualStyleBackColor = true;
     this.bNewGroup.Click += new System.EventHandler(this.bNewGroup_Click);
     //
     // bInitializeTaskBar
     //
     this.bInitializeTaskBar.Location = new System.Drawing.Point(73, 368);
     this.bInitializeTaskBar.Name     = "bInitializeTaskBar";
     this.bInitializeTaskBar.Size     = new System.Drawing.Size(101, 35);
     this.bInitializeTaskBar.TabIndex = 167;
     this.bInitializeTaskBar.Text     = " Initialize Task Bar";
     this.bInitializeTaskBar.UseVisualStyleBackColor = true;
     this.bInitializeTaskBar.Click += new System.EventHandler(this.bInitializeTaskBar_Click);
     //
     // rgHideDisabledTasks
     //
     this.rgHideDisabledTasks.Location = new System.Drawing.Point(289, 414);
     this.rgHideDisabledTasks.Name     = "rgHideDisabledTasks";
     this.rgHideDisabledTasks.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(248)))));
     this.rgHideDisabledTasks.Properties.Appearance.Options.UseBackColor = true;
     this.rgHideDisabledTasks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rgHideDisabledTasks.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "Don\'t Hide"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "Default User"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "Default + Manager")
     });
     this.rgHideDisabledTasks.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.rgHideDisabledTasks.Size                  = new System.Drawing.Size(121, 59);
     this.rgHideDisabledTasks.TabIndex              = 169;
     this.rgHideDisabledTasks.SelectedIndexChanged += new System.EventHandler(this.rgHideDisabledTasks_SelectedIndexChanged);
     //
     // ultraLabel3
     //
     appearance21.TextHAlignAsString = "Center";
     appearance21.TextVAlignAsString = "Middle";
     this.ultraLabel3.Appearance     = appearance21;
     this.ultraLabel3.AutoSize       = true;
     this.ultraLabel3.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel3.Location       = new System.Drawing.Point(36, 428);
     this.ultraLabel3.Name           = "ultraLabel3";
     this.ultraLabel3.Size           = new System.Drawing.Size(247, 17);
     this.ultraLabel3.TabIndex       = 168;
     this.ultraLabel3.Text           = "Hide Disabled Tasks in Task Bar Setup:";
     //
     // lTaskBarAdmin
     //
     appearance7.TextHAlignAsString = "Left";
     appearance7.TextVAlignAsString = "Middle";
     this.lTaskBarAdmin.Appearance  = appearance7;
     this.lTaskBarAdmin.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lTaskBarAdmin.Location    = new System.Drawing.Point(13, 281);
     this.lTaskBarAdmin.Name        = "lTaskBarAdmin";
     this.lTaskBarAdmin.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lTaskBarAdmin.Size        = new System.Drawing.Size(120, 38);
     this.lTaskBarAdmin.TabIndex    = 170;
     this.lTaskBarAdmin.Text        = "Task Bar Setup (Administrators):";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(733, 172);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(19, 17);
     this.label2.TabIndex = 171;
     this.label2.Text     = "lb";
     //
     // nWeightImportThreshold
     //
     this.nWeightImportThreshold.DecimalPlaces = 2;
     this.nWeightImportThreshold.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.nWeightImportThreshold.Location      = new System.Drawing.Point(618, 170);
     this.nWeightImportThreshold.Maximum       = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.nWeightImportThreshold.Name          = "nWeightImportThreshold";
     this.nWeightImportThreshold.Size          = new System.Drawing.Size(113, 23);
     this.nWeightImportThreshold.TabIndex      = 172;
     this.nWeightImportThreshold.ValueChanged += new System.EventHandler(this.nWeightImportThreshold_ValueChanged);
     //
     // ultraLabel6
     //
     appearance23.TextHAlignAsString = "Center";
     appearance23.TextVAlignAsString = "Middle";
     this.ultraLabel6.Appearance     = appearance23;
     this.ultraLabel6.AutoSize       = true;
     this.ultraLabel6.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel6.Location       = new System.Drawing.Point(453, 170);
     this.ultraLabel6.Name           = "ultraLabel6";
     this.ultraLabel6.Size           = new System.Drawing.Size(159, 17);
     this.ultraLabel6.TabIndex       = 173;
     this.ultraLabel6.Text           = "Weight Import Threshold:";
     //
     // ultraLabel7
     //
     appearance11.TextHAlignAsString = "Center";
     appearance11.TextVAlignAsString = "Middle";
     this.ultraLabel7.Appearance     = appearance11;
     this.ultraLabel7.AutoSize       = true;
     this.ultraLabel7.Font           = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraLabel7.Location       = new System.Drawing.Point(452, 199);
     this.ultraLabel7.Name           = "ultraLabel7";
     this.ultraLabel7.Size           = new System.Drawing.Size(156, 17);
     this.ultraLabel7.TabIndex       = 176;
     this.ultraLabel7.Text           = "Cost Import Threshold: $";
     //
     // nCostImportThreshold
     //
     this.nCostImportThreshold.DecimalPlaces = 2;
     this.nCostImportThreshold.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.nCostImportThreshold.Location      = new System.Drawing.Point(618, 199);
     this.nCostImportThreshold.Maximum       = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.nCostImportThreshold.Name          = "nCostImportThreshold";
     this.nCostImportThreshold.Size          = new System.Drawing.Size(113, 23);
     this.nCostImportThreshold.TabIndex      = 175;
     this.nCostImportThreshold.ValueChanged += new System.EventHandler(this.nCostImportThreshold_ValueChanged);
     //
     // pTaskHdr
     //
     this.pTaskHdr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(174)))), ((int)(((byte)(65)))));
     this.pTaskHdr.Controls.Add(this.lTaskTitle);
     this.pTaskHdr.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pTaskHdr.Location = new System.Drawing.Point(0, 0);
     this.pTaskHdr.Name     = "pTaskHdr";
     this.pTaskHdr.Size     = new System.Drawing.Size(786, 45);
     this.pTaskHdr.TabIndex = 254;
     //
     // UCManagePrefs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pTaskHdr);
     this.Controls.Add(this.ultraLabel7);
     this.Controls.Add(this.nCostImportThreshold);
     this.Controls.Add(this.ultraLabel6);
     this.Controls.Add(this.nWeightImportThreshold);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lTaskBarAdmin);
     this.Controls.Add(this.rgHideDisabledTasks);
     this.Controls.Add(this.ultraLabel3);
     this.Controls.Add(this.bInitializeTaskBar);
     this.Controls.Add(this.bNewGroup);
     this.Controls.Add(this.bShowAllTasks);
     this.Controls.Add(this.bHideAllTasks);
     this.Controls.Add(this.ultraLabel1);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.tActiveSyncFolder);
     this.Controls.Add(this.lActiveSyncTrackerTransferFolder);
     this.Controls.Add(this.rgActiveSyncTransfers);
     this.Controls.Add(this.ultraLabel4);
     this.Controls.Add(this.ultraLabel18);
     this.Controls.Add(this.cbCycleTime);
     this.Controls.Add(this.bDone);
     this.Controls.Add(this.tPrimaryUserEmail);
     this.Controls.Add(this.tPrimaryUserName);
     this.Controls.Add(this.ultraLabel16);
     this.Controls.Add(this.ultraLabel5);
     this.Controls.Add(this.ultraLabel2);
     this.Controls.Add(this.ultraLabel8);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lSitePrefTitle);
     this.Controls.Add(this.cbFirstDayofWeek);
     this.MinimumSize = new System.Drawing.Size(200, 200);
     this.Name        = "UCManagePrefs";
     this.Size        = new System.Drawing.Size(786, 603);
     ((System.ComponentModel.ISupportInitialize)(this.tPrimaryUserName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tPrimaryUserEmail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgActiveSyncTransfers.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tActiveSyncFolder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgHideDisabledTasks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nWeightImportThreshold)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nCostImportThreshold)).EndInit();
     this.pTaskHdr.ResumeLayout(false);
     this.pTaskHdr.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 16
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmAbmMotivoOrdenReparacion));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.panel2                            = new System.Windows.Forms.Panel();
     this.gridEX1                           = new Janus.Windows.GridEX.GridEX();
     this.chkEsVerdadero                    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnAgregarTipo                    = new Infragistics.Win.Misc.UltraButton();
     this.txtDescripcionModifTipo           = new System.Windows.Forms.TextBox();
     this.btnModificarTipo                  = new Infragistics.Win.Misc.UltraButton();
     this.label2                            = new System.Windows.Forms.Label();
     this.btnEliminar                       = new Infragistics.Win.Misc.UltraButton();
     this.panel1                            = new System.Windows.Forms.Panel();
     this.ultraTreeMotivosOrdenesReparacion = new Infragistics.Win.UltraWinTree.UltraTree();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeMotivosOrdenesReparacion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(755, 25);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(755, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(755, 390);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.gridEX1);
     this.panel2.Controls.Add(this.chkEsVerdadero);
     this.panel2.Controls.Add(this.btnAgregarTipo);
     this.panel2.Controls.Add(this.txtDescripcionModifTipo);
     this.panel2.Controls.Add(this.btnModificarTipo);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnEliminar);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(243, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(512, 390);
     this.panel2.TabIndex = 103;
     //
     // gridEX1
     //
     this.gridEX1.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AlternatingColors             = true;
     this.gridEX1.AutomaticSort                 = false;
     this.gridEX1.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridEX1.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridEX1.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridEX1.GroupByBoxVisible               = false;
     this.gridEX1.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridEX1.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridEX1.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridEX1.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridEX1.Location                        = new System.Drawing.Point(20, 128);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(464, 160);
     this.gridEX1.TabIndex                        = 108;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // chkEsVerdadero
     //
     this.chkEsVerdadero.BackColor = System.Drawing.Color.Transparent;
     this.chkEsVerdadero.Enabled   = false;
     this.chkEsVerdadero.Location  = new System.Drawing.Point(200, 56);
     this.chkEsVerdadero.Name      = "chkEsVerdadero";
     this.chkEsVerdadero.Size      = new System.Drawing.Size(64, 20);
     this.chkEsVerdadero.TabIndex  = 107;
     this.chkEsVerdadero.Text      = "Por Si";
     //
     // btnAgregarTipo
     //
     this.btnAgregarTipo.Enabled  = false;
     this.btnAgregarTipo.Location = new System.Drawing.Point(104, 56);
     this.btnAgregarTipo.Name     = "btnAgregarTipo";
     this.btnAgregarTipo.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregarTipo.TabIndex = 106;
     this.btnAgregarTipo.Text     = "&Agregar";
     this.btnAgregarTipo.Click   += new System.EventHandler(this.btnAgregarTipo_Click);
     //
     // txtDescripcionModifTipo
     //
     this.txtDescripcionModifTipo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDescripcionModifTipo.Location = new System.Drawing.Point(96, 16);
     this.txtDescripcionModifTipo.Name     = "txtDescripcionModifTipo";
     this.txtDescripcionModifTipo.Size     = new System.Drawing.Size(192, 20);
     this.txtDescripcionModifTipo.TabIndex = 105;
     this.txtDescripcionModifTipo.Text     = "";
     //
     // btnModificarTipo
     //
     this.btnModificarTipo.Enabled  = false;
     this.btnModificarTipo.Location = new System.Drawing.Point(20, 56);
     this.btnModificarTipo.Name     = "btnModificarTipo";
     this.btnModificarTipo.Size     = new System.Drawing.Size(80, 24);
     this.btnModificarTipo.TabIndex = 103;
     this.btnModificarTipo.Text     = "&Modificar";
     this.btnModificarTipo.Click   += new System.EventHandler(this.btnModificarTipo_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(24, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 104;
     this.label2.Text      = "Descripción";
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(20, 96);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 102;
     this.btnEliminar.Text     = "&Eliminar";
     this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.ultraTreeMotivosOrdenesReparacion);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(316, 390);
     this.panel1.TabIndex = 102;
     //
     // ultraTreeMotivosOrdenesReparacion
     //
     this.ultraTreeMotivosOrdenesReparacion.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeMotivosOrdenesReparacion.HideSelection = false;
     this.ultraTreeMotivosOrdenesReparacion.Location      = new System.Drawing.Point(0, 0);
     this.ultraTreeMotivosOrdenesReparacion.Name          = "ultraTreeMotivosOrdenesReparacion";
     ultraTreeNode1.Key  = "RAIZ";
     ultraTreeNode1.Text = "Motivos Orden Reparación";
     this.ultraTreeMotivosOrdenesReparacion.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTreeMotivosOrdenesReparacion.Override = _override1;
     this.ultraTreeMotivosOrdenesReparacion.Size     = new System.Drawing.Size(316, 390);
     this.ultraTreeMotivosOrdenesReparacion.TabIndex = 96;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 390;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Edición y Adición de tipos de observaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(804, 546);
     this.ultraExplorerBar1.TabIndex = 51;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(804, 28);
     this.toolBarStandar.TabIndex       = 50;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 1;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 2;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 0;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // FrmAbmMotivoOrdenReparacion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(804, 574);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmMotivoOrdenReparacion";
     this.Text = "FrmAbmMotivoOrdenReparacion";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeMotivosOrdenesReparacion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager             resources              = new System.ComponentModel.ComponentResourceManager(typeof(FrmAgrupamientos));
            Infragistics.Win.UltraWinTree.UltraTreeNode                ultraTreeNode1         = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override                     _override1             = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzCmbCuenta   = new mz.erp.ui.controls.mzCuentasControl();
            this.ultraLabel2   = new Infragistics.Win.Misc.UltraLabel();
            this.mzCmb         = new mz.erp.ui.controls.mzProveedoresControl();
            this.ultraLabel1   = new Infragistics.Win.Misc.UltraLabel();
            this.gridElementos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar            = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar             = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos    = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar              = new Infragistics.Win.Misc.UltraButton();
            this.ultraTreeAgrupamientos = new Infragistics.Win.UltraWinTree.UltraTree();
            this.cmAgrupamientosTree    = new System.Windows.Forms.ContextMenu();
            this.menuItem1              = new System.Windows.Forms.MenuItem();
            this.ultraExplorerBar1      = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.button1 = new System.Windows.Forms.Button();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.button1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmb);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridElementos);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 50);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(842, 220);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzCmbCuenta
            //
            this.mzCmbCuenta.AllowEditClientePaso = false;
            this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmbCuenta.DataValue            = "";
            this.mzCmbCuenta.EnableCtaCte         = false;
            this.mzCmbCuenta.FastSearch           = false;
            this.mzCmbCuenta.Location             = new System.Drawing.Point(125, 3);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.ReseteaCodCta        = false;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(614, 25);
            this.mzCmbCuenta.TabIndex             = 0;
            this.mzCmbCuenta.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.mzCmbCuenta_KeyDown);

            //
            // ultraLabel2
            //
            this.ultraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel2.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel2.Name     = "ultraLabel2";
            this.ultraLabel2.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel2.TabIndex = 36;
            this.ultraLabel2.Text     = "Cuenta";
            //
            // mzCmb
            //
            this.mzCmb.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmb.DataValue            = "";
            this.mzCmb.EnableCtaCte         = false;
            this.mzCmb.FastSearch           = false;
            this.mzCmb.Location             = new System.Drawing.Point(125, 0);
            this.mzCmb.Name                 = "mzCmb";
            this.mzCmb.SearchObjectListener = null;
            this.mzCmb.Size                 = new System.Drawing.Size(585, 25);
            this.mzCmb.TabIndex             = 0;
            this.mzCmb.Tag = "ResponsableEmision";
            //
            // ultraLabel1
            //
            this.ultraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel1.Name     = "ultraLabel1";
            this.ultraLabel1.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel1.TabIndex = 27;
            this.ultraLabel1.Text     = "Proveedor";
            //
            // gridElementos
            //
            this.gridElementos.AllowCardSizing = false;
            this.gridElementos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridElementos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridElementos.Cursor          = System.Windows.Forms.Cursors.Default;
            this.gridElementos.Dock            = System.Windows.Forms.DockStyle.Bottom;
            this.gridElementos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridElementos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridElementos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gridElementos.GroupByBoxVisible  = false;
            this.gridElementos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridElementos.Location           = new System.Drawing.Point(0, 27);
            this.gridElementos.Name               = "gridElementos";
            this.gridElementos.Size               = new System.Drawing.Size(842, 193);
            this.gridElementos.TabIndex           = 1;
            this.gridElementos.TabStop            = false;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTreeAgrupamientos);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 330);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(842, 532);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(490, 76);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(96, 28);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(490, 39);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(96, 28);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            //
            // gridEXAgrupamientos
            //
            this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXAgrupamientos.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.gridEXAgrupamientos.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridEXAgrupamientos.GroupByBoxInfoText = "";
            this.gridEXAgrupamientos.GroupByBoxVisible  = false;
            this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXAgrupamientos.LayoutData         = resources.GetString("gridEXAgrupamientos.LayoutData");
            this.gridEXAgrupamientos.Location           = new System.Drawing.Point(599, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(235, 526);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(490, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(96, 28);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTreeAgrupamientos
            //
            this.ultraTreeAgrupamientos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTreeAgrupamientos.ContextMenu   = this.cmAgrupamientosTree;
            this.ultraTreeAgrupamientos.HideSelection = false;
            this.ultraTreeAgrupamientos.Location      = new System.Drawing.Point(0, 0);
            this.ultraTreeAgrupamientos.Name          = "ultraTreeAgrupamientos";
            ultraTreeNode1.Key  = "RAIZ";
            ultraTreeNode1.Text = "Agrupamientos";
            this.ultraTreeAgrupamientos.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType             = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTreeAgrupamientos.Override = _override1;
            this.ultraTreeAgrupamientos.Size     = new System.Drawing.Size(480, 526);
            this.ultraTreeAgrupamientos.TabIndex = 0;
            //
            // cmAgrupamientosTree
            //
            this.cmAgrupamientosTree.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1
            });
            //
            // menuItem1
            //
            this.menuItem1.Index  = 0;
            this.menuItem1.Text   = "Agregar";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.AnimationEnabled = false;
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 220;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Datos Generales";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 532;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text = "Detalle de Agrupamiento";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 550);
            this.ultraExplorerBar1.TabIndex = 24;

            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(529, -2);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 37;
            this.button1.Text     = "Agregar";
            this.button1.UseVisualStyleBackColor = true;

            //
            // FrmAgrupamientos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize        = new System.Drawing.Size(912, 550);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupamientos";
            this.Text = "Grupos de Clientes";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.fechaDesde = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.fechaHasta = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.lblCliente = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado       = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar      = new System.Windows.Forms.ToolBar();
     this.tbbAnterior         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator        = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente        = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2       = new System.Windows.Forms.ToolBarButton();
     this.tbbEjecutarConsulta = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1      = new System.Windows.Forms.ToolBarButton();
     this.tbbReiniciarFiltros = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2      = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar         = new System.Windows.Forms.ToolBarButton();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.mzCmbCuenta         = new mz.erp.ui.controls.mzCuentasControl();
     this.mzCmbProveedor      = new mz.erp.ui.controls.mzProveedoresControl();
     this.gridManagerView1    = new mz.erp.ui.controls.GridManagerView();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fechaDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechaHasta)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExplorerBarContainerControl4.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(1331, 24);
     this.ultraExplorerBarContainerControl4.TabIndex = 3;
     this.ultraExplorerBarContainerControl4.Visible  = false;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(1331, 22);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbProveedor);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lblCliente);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 20);
     this.ultraExplorerBarContainerControl1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(1331, 98);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.fechaDesde);
     this.groupBox1.Controls.Add(this.fechaHasta);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(4, 50);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.groupBox1.Size     = new System.Drawing.Size(370, 49);
     this.groupBox1.TabIndex = 108;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Fecha de actualización: ";
     //
     // fechaDesde
     //
     this.fechaDesde.Location = new System.Drawing.Point(75, 17);
     this.fechaDesde.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.fechaDesde.Name     = "fechaDesde";
     this.fechaDesde.Size     = new System.Drawing.Size(94, 21);
     this.fechaDesde.TabIndex = 108;
     //
     // fechaHasta
     //
     this.fechaHasta.Location = new System.Drawing.Point(224, 17);
     this.fechaHasta.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.fechaHasta.Name     = "fechaHasta";
     this.fechaHasta.Size     = new System.Drawing.Size(94, 21);
     this.fechaHasta.TabIndex = 109;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(26, 14);
     this.label1.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(78, 23);
     this.label1.TabIndex  = 110;
     this.label1.Text      = "Desde:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(177, 14);
     this.label2.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(104, 23);
     this.label2.TabIndex  = 111;
     this.label2.Text      = "Hasta:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(2, 24);
     this.label3.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(90, 17);
     this.label3.TabIndex  = 103;
     this.label3.Text      = "Proveedor";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblCliente
     //
     this.lblCliente.BackColor = System.Drawing.Color.Transparent;
     this.lblCliente.Location  = new System.Drawing.Point(2, 0);
     this.lblCliente.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCliente.Name      = "lblCliente";
     this.lblCliente.Size      = new System.Drawing.Size(90, 17);
     this.lblCliente.TabIndex  = 82;
     this.lblCliente.Text      = "Cliente";
     this.lblCliente.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 175);
     this.ultraExplorerBarContainerControl2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(1331, 314);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.AlternatingColors = true;
     this.gridResultado.Anchor            = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridResultado.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridResultado.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridResultado.Location                        = new System.Drawing.Point(0, 27);
     this.gridResultado.Margin                          = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigator                 = true;
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.ShowEmptyFields                 = false;
     this.gridResultado.Size                            = new System.Drawing.Size(1327, 281);
     this.gridResultado.TabIndex                        = 2;
     this.gridResultado.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbEjecutarConsulta,
         this.toolBarButton1,
         this.tbbReiniciarFiltros,
         this.toolBarButton2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList1;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Margin         = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(1397, 28);
     this.toolBarStandar.TabIndex       = 22;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Name       = "tbbAnterior";
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Name  = "tbbSeparator";
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Name       = "tbbSiguiente";
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Name  = "tbbSeparator2";
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbEjecutarConsulta
     //
     this.tbbEjecutarConsulta.ImageIndex = 2;
     this.tbbEjecutarConsulta.Name       = "tbbEjecutarConsulta";
     this.tbbEjecutarConsulta.Text       = "Ejecutar Consulta[F5]";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbReiniciarFiltros
     //
     this.tbbReiniciarFiltros.ImageIndex = 5;
     this.tbbReiniciarFiltros.Name       = "tbbReiniciarFiltros";
     this.tbbReiniciarFiltros.Text       = "Reiniciar Filtros de Búsqueda";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name  = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Name       = "tbbCancelar";
     this.tbbCancelar.Text       = "Cancelar";
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AnimationEnabled = false;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "New Group";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 98;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtros";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 314;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Detalle";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(1397, 471);
     this.ultraExplorerBar1.TabIndex = 80;
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(80, 0);
     this.mzCmbCuenta.Margin               = new System.Windows.Forms.Padding(2);
     this.mzCmbCuenta.Name                 = "mzCmbCuenta";
     this.mzCmbCuenta.ReseteaCodCta        = false;
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size                 = new System.Drawing.Size(551, 23);
     this.mzCmbCuenta.TabIndex             = 0;
     //
     // mzCmbProveedor
     //
     this.mzCmbProveedor.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbProveedor.DataValue            = "";
     this.mzCmbProveedor.EnableCtaCte         = false;
     this.mzCmbProveedor.FastSearch           = false;
     this.mzCmbProveedor.Location             = new System.Drawing.Point(80, 24);
     this.mzCmbProveedor.Margin               = new System.Windows.Forms.Padding(2);
     this.mzCmbProveedor.Name                 = "mzCmbProveedor";
     this.mzCmbProveedor.SearchObjectListener = null;
     this.mzCmbProveedor.Size                 = new System.Drawing.Size(551, 22);
     this.mzCmbProveedor.TabIndex             = 0;
     this.mzCmbProveedor.Tag     = "Proveedor";
     this.mzCmbProveedor.Visible = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(-2, -1);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(864, 24);
     this.gridManagerView1.TabIndex  = 3;
     //
     // FrmConsultarActualizacionAlicuotasIIBB
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1397, 499);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name   = "FrmConsultarActualizacionAlicuotasIIBB";
     this.Text   = "FrmConsultarActualizacionAlicuotasIIBB";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fechaDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechaHasta)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 19
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmParameterReports));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(599, 8);
     this.ultraExplorerBarContainerControl5.TabIndex = 6;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton9
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(648, 28);
     this.toolBarStandar.TabIndex       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // toolBarButton9
     //
     this.toolBarButton9.ImageIndex = 6;
     this.toolBarButton9.Text       = "Ver Reporte";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 8;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Parametros Reporte";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(648, 89);
     this.ultraExplorerBar1.TabIndex = 20;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmParameterReports
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 117);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmParameterReports";
     this.Text = "Parametros";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PickListTabView));
     Infragistics.Win.UltraWinTabControl.UltraTab   ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     this.ultraTabPageControl1    = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.splitContainerPickItems = new System.Windows.Forms.SplitContainer();
     this.ulvPickItems            = new Infragistics.Win.UltraWinListView.UltraListView();
     this.cmsPickItems            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miNewItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.miDeleteItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.bnEditItem             = new System.Windows.Forms.Button();
     this.bnAddItem              = new System.Windows.Forms.Button();
     this.bnDeleteItem           = new System.Windows.Forms.Button();
     this.splitContainerPickList = new System.Windows.Forms.SplitContainer();
     this.pickListsExplorerBar   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.cmsPickLists           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miNewPickList          = new System.Windows.Forms.ToolStripMenuItem();
     this.miDeletePickList       = new System.Windows.Forms.ToolStripMenuItem();
     this.miPickListProperties   = new System.Windows.Forms.ToolStripMenuItem();
     this.bnEditList             = new System.Windows.Forms.Button();
     this.bnNewList              = new System.Windows.Forms.Button();
     this.bnDeleteList           = new System.Windows.Forms.Button();
     this.activityTabPage        = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.emailButton            = new System.Windows.Forms.Button();
     this.advancedButton         = new System.Windows.Forms.Button();
     this.smtpTextBox            = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.emailTextBox                = new System.Windows.Forms.TextBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.neverRadioButton            = new System.Windows.Forms.RadioButton();
     this.monthlyRadioButton          = new System.Windows.Forms.RadioButton();
     this.label1                      = new System.Windows.Forms.Label();
     this.weeklyRadioButton           = new System.Windows.Forms.RadioButton();
     this.dailyRadioButton            = new System.Windows.Forms.RadioButton();
     this.instructionLabel            = new Infragistics.Win.Misc.UltraLabel();
     this.footerPictureBox            = new System.Windows.Forms.PictureBox();
     this.button1                     = new System.Windows.Forms.Button();
     this.button2                     = new System.Windows.Forms.Button();
     this.textBox1                    = new System.Windows.Forms.TextBox();
     this.label4                      = new System.Windows.Forms.Label();
     this.textBox2                    = new System.Windows.Forms.TextBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.radioButton1                = new System.Windows.Forms.RadioButton();
     this.radioButton2                = new System.Windows.Forms.RadioButton();
     this.label6                      = new System.Windows.Forms.Label();
     this.radioButton3                = new System.Windows.Forms.RadioButton();
     this.radioButton4                = new System.Windows.Forms.RadioButton();
     this.ultraLabel1                 = new Infragistics.Win.Misc.UltraLabel();
     this.agentTabControl             = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.headerGroupBox              = new Infragistics.Win.Misc.UltraGroupBox();
     this.headerLabel                 = new Infragistics.Win.Misc.UltraLabel();
     this.pictureBox2                 = new System.Windows.Forms.PictureBox();
     this.toolTip1                    = new System.Windows.Forms.ToolTip(this.components);
     this.dataColumn1                 = new System.Data.DataColumn();
     this.dataColumn5                 = new System.Data.DataColumn();
     this.miPickItemProperties        = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraTabPageControl1.SuspendLayout();
     this.splitContainerPickItems.Panel1.SuspendLayout();
     this.splitContainerPickItems.Panel2.SuspendLayout();
     this.splitContainerPickItems.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ulvPickItems)).BeginInit();
     this.cmsPickItems.SuspendLayout();
     this.splitContainerPickList.Panel1.SuspendLayout();
     this.splitContainerPickList.Panel2.SuspendLayout();
     this.splitContainerPickList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pickListsExplorerBar)).BeginInit();
     this.cmsPickLists.SuspendLayout();
     this.activityTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.agentTabControl)).BeginInit();
     this.agentTabControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupBox)).BeginInit();
     this.headerGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.AutoScroll = true;
     this.ultraTabPageControl1.Controls.Add(this.splitContainerPickItems);
     this.ultraTabPageControl1.Controls.Add(this.splitContainerPickList);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabPageControl1.Name     = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(817, 520);
     //
     // splitContainerPickItems
     //
     this.splitContainerPickItems.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerPickItems.IsSplitterFixed = true;
     this.splitContainerPickItems.Location        = new System.Drawing.Point(239, 0);
     this.splitContainerPickItems.Name            = "splitContainerPickItems";
     this.splitContainerPickItems.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerPickItems.Panel1
     //
     this.splitContainerPickItems.Panel1.Controls.Add(this.ulvPickItems);
     //
     // splitContainerPickItems.Panel2
     //
     this.splitContainerPickItems.Panel2.Controls.Add(this.bnEditItem);
     this.splitContainerPickItems.Panel2.Controls.Add(this.bnAddItem);
     this.splitContainerPickItems.Panel2.Controls.Add(this.bnDeleteItem);
     this.splitContainerPickItems.Size             = new System.Drawing.Size(578, 520);
     this.splitContainerPickItems.SplitterDistance = 489;
     this.splitContainerPickItems.TabIndex         = 9;
     //
     // ulvPickItems
     //
     appearance2.Image                                     = global::Layton.AuditWizard.Administration.Properties.Resources.pickitem_16;
     this.ulvPickItems.Appearance                          = appearance2;
     this.ulvPickItems.ContextMenuStrip                    = this.cmsPickItems;
     this.ulvPickItems.Dock                                = System.Windows.Forms.DockStyle.Fill;
     this.ulvPickItems.ItemSettings.AllowEdit              = Infragistics.Win.DefaultableBoolean.False;
     appearance4.Image                                     = global::Layton.AuditWizard.Administration.Properties.Resources.pickitem_16;
     this.ulvPickItems.ItemSettings.Appearance             = appearance4;
     this.ulvPickItems.Location                            = new System.Drawing.Point(0, 0);
     this.ulvPickItems.Name                                = "ulvPickItems";
     this.ulvPickItems.Size                                = new System.Drawing.Size(578, 489);
     this.ulvPickItems.TabIndex                            = 6;
     this.ulvPickItems.Text                                = "ultraListView2";
     this.ulvPickItems.View                                = Infragistics.Win.UltraWinListView.UltraListViewStyle.List;
     this.ulvPickItems.ViewSettingsIcons.Alignment         = Infragistics.Win.UltraWinListView.ItemAlignment.TopToBottom;
     this.ulvPickItems.ViewSettingsIcons.TextAreaAlignment = Infragistics.Win.UltraWinListView.TextAreaAlignment.Right;
     this.ulvPickItems.KeyDown                            += new System.Windows.Forms.KeyEventHandler(this.ulvPickItems_KeyDown);
     this.ulvPickItems.ItemSelectionChanged               += new Infragistics.Win.UltraWinListView.ItemSelectionChangedEventHandler(this.ulvPickItems_ItemSelectionChanged);
     this.ulvPickItems.ItemExitingEditMode                += new Infragistics.Win.UltraWinListView.ItemExitingEditModeEventHandler(this.ulvPickItems_ItemExitingEditMode);
     this.ulvPickItems.ItemDoubleClick                    += new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.ulvPickItems_ItemDoubleClick);
     this.ulvPickItems.MouseDown                          += new System.Windows.Forms.MouseEventHandler(this.ulvUserData_MouseDown);
     //
     // cmsPickItems
     //
     this.cmsPickItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miNewItem,
         this.miDeleteItem,
         this.miPickItemProperties
     });
     this.cmsPickItems.Name     = "contextMenuStrip1";
     this.cmsPickItems.Size     = new System.Drawing.Size(153, 92);
     this.cmsPickItems.Opening += new System.ComponentModel.CancelEventHandler(this.cmsPickItems_Opening);
     //
     // miNewItem
     //
     this.miNewItem.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.useradd_16;
     this.miNewItem.Name   = "miNewItem";
     this.miNewItem.Size   = new System.Drawing.Size(152, 22);
     this.miNewItem.Text   = "&New Item";
     this.miNewItem.Click += new System.EventHandler(this.miNewItem_Click);
     //
     // miDeleteItem
     //
     this.miDeleteItem.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.userdelete_16;
     this.miDeleteItem.Name   = "miDeleteItem";
     this.miDeleteItem.Size   = new System.Drawing.Size(152, 22);
     this.miDeleteItem.Text   = "&Delete Item";
     this.miDeleteItem.Click += new System.EventHandler(this.miDeleteItem_Click);
     //
     // bnEditItem
     //
     this.bnEditItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bnEditItem.Enabled     = false;
     this.bnEditItem.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.Edit;
     this.bnEditItem.Location    = new System.Drawing.Point(54, 2);
     this.bnEditItem.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnEditItem.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnEditItem.Name        = "bnEditItem";
     this.bnEditItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnEditItem.Size        = new System.Drawing.Size(24, 24);
     this.bnEditItem.TabIndex    = 13;
     this.toolTip1.SetToolTip(this.bnEditItem, "Edit Pick Item");
     this.bnEditItem.UseVisualStyleBackColor = true;
     this.bnEditItem.Click += new System.EventHandler(this.bnEditItem_Click);
     //
     // bnAddItem
     //
     this.bnAddItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bnAddItem.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.add16;
     this.bnAddItem.Location    = new System.Drawing.Point(4, 2);
     this.bnAddItem.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnAddItem.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnAddItem.Name        = "bnAddItem";
     this.bnAddItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnAddItem.Size        = new System.Drawing.Size(24, 24);
     this.bnAddItem.TabIndex    = 11;
     this.toolTip1.SetToolTip(this.bnAddItem, "Add Pick Item");
     this.bnAddItem.UseVisualStyleBackColor = true;
     this.bnAddItem.Click += new System.EventHandler(this.bnAddItem_Click);
     //
     // bnDeleteItem
     //
     this.bnDeleteItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bnDeleteItem.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.Delete;
     this.bnDeleteItem.Location    = new System.Drawing.Point(29, 2);
     this.bnDeleteItem.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnDeleteItem.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnDeleteItem.Name        = "bnDeleteItem";
     this.bnDeleteItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnDeleteItem.Size        = new System.Drawing.Size(24, 24);
     this.bnDeleteItem.TabIndex    = 12;
     this.toolTip1.SetToolTip(this.bnDeleteItem, "Delete Pick Item");
     this.bnDeleteItem.UseVisualStyleBackColor = true;
     this.bnDeleteItem.Click += new System.EventHandler(this.bnDeleteItem_Click);
     //
     // splitContainerPickList
     //
     this.splitContainerPickList.Dock            = System.Windows.Forms.DockStyle.Left;
     this.splitContainerPickList.IsSplitterFixed = true;
     this.splitContainerPickList.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerPickList.Name            = "splitContainerPickList";
     this.splitContainerPickList.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerPickList.Panel1
     //
     this.splitContainerPickList.Panel1.Controls.Add(this.pickListsExplorerBar);
     //
     // splitContainerPickList.Panel2
     //
     this.splitContainerPickList.Panel2.Controls.Add(this.bnEditList);
     this.splitContainerPickList.Panel2.Controls.Add(this.bnNewList);
     this.splitContainerPickList.Panel2.Controls.Add(this.bnDeleteList);
     this.splitContainerPickList.Size             = new System.Drawing.Size(239, 520);
     this.splitContainerPickList.SplitterDistance = 489;
     this.splitContainerPickList.TabIndex         = 8;
     //
     // pickListsExplorerBar
     //
     appearance1.BackColor                      = System.Drawing.Color.White;
     appearance1.BackColor2                     = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
     appearance1.BackGradientStyle              = Infragistics.Win.GradientStyle.GlassTop50;
     this.pickListsExplorerBar.Appearance       = appearance1;
     this.pickListsExplorerBar.BorderStyle      = Infragistics.Win.UIElementBorderStyle.None;
     this.pickListsExplorerBar.ContextMenuStrip = this.cmsPickLists;
     this.pickListsExplorerBar.Dock             = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Text                = "Picklists";
     this.pickListsExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.pickListsExplorerBar.GroupSettings.AllowEdit        = Infragistics.Win.DefaultableBoolean.False;
     this.pickListsExplorerBar.GroupSettings.AllowItemDrop    = Infragistics.Win.DefaultableBoolean.False;
     this.pickListsExplorerBar.GroupSettings.AllowItemUncheck = Infragistics.Win.DefaultableBoolean.False;
     this.pickListsExplorerBar.GroupSettings.HeaderVisible    = Infragistics.Win.DefaultableBoolean.False;
     appearance3.BackColor  = System.Drawing.Color.Transparent;
     appearance3.BackColor2 = System.Drawing.Color.Transparent;
     this.pickListsExplorerBar.ItemSettings.AppearancesLarge.Appearance = appearance3;
     this.pickListsExplorerBar.Location = new System.Drawing.Point(0, 0);
     this.pickListsExplorerBar.Name     = "pickListsExplorerBar";
     this.pickListsExplorerBar.ShowDefaultContextMenu = false;
     this.pickListsExplorerBar.Size        = new System.Drawing.Size(239, 489);
     this.pickListsExplorerBar.Style       = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.Listbar;
     this.pickListsExplorerBar.TabIndex    = 7;
     this.pickListsExplorerBar.UseFlatMode = Infragistics.Win.DefaultableBoolean.False;
     this.pickListsExplorerBar.UseLargeGroupHeaderImages = Infragistics.Win.DefaultableBoolean.True;
     this.pickListsExplorerBar.UseOsThemes        = Infragistics.Win.DefaultableBoolean.True;
     this.pickListsExplorerBar.ViewStyle          = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.pickListsExplorerBar.ActiveItemChanged += new Infragistics.Win.UltraWinExplorerBar.ActiveItemChangedEventHandler(this.userDataExplorerBar_ActiveItemChanged);
     //
     // cmsPickLists
     //
     this.cmsPickLists.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miNewPickList,
         this.miDeletePickList,
         this.miPickListProperties
     });
     this.cmsPickLists.Name     = "contextMenuStrip1";
     this.cmsPickLists.Size     = new System.Drawing.Size(151, 70);
     this.cmsPickLists.Opening += new System.ComponentModel.CancelEventHandler(this.cmsPickLists_Opening);
     //
     // miNewPickList
     //
     this.miNewPickList.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.useradd_16;
     this.miNewPickList.Name   = "miNewPickList";
     this.miNewPickList.Size   = new System.Drawing.Size(150, 22);
     this.miNewPickList.Text   = "&New Picklist";
     this.miNewPickList.Click += new System.EventHandler(this.miNewPickList_Click);
     //
     // miDeletePickList
     //
     this.miDeletePickList.Image  = global::Layton.AuditWizard.Administration.Properties.Resources.userdelete_16;
     this.miDeletePickList.Name   = "miDeletePickList";
     this.miDeletePickList.Size   = new System.Drawing.Size(150, 22);
     this.miDeletePickList.Text   = "&Delete PickList";
     this.miDeletePickList.Click += new System.EventHandler(this.miDeletePickList_Click);
     //
     // miPickListProperties
     //
     this.miPickListProperties.Name   = "miPickListProperties";
     this.miPickListProperties.Size   = new System.Drawing.Size(150, 22);
     this.miPickListProperties.Text   = "&Properties";
     this.miPickListProperties.Click += new System.EventHandler(this.miPickListProperties_Click);
     //
     // bnEditList
     //
     this.bnEditList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bnEditList.Enabled     = false;
     this.bnEditList.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.Edit;
     this.bnEditList.Location    = new System.Drawing.Point(53, 2);
     this.bnEditList.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnEditList.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnEditList.Name        = "bnEditList";
     this.bnEditList.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnEditList.Size        = new System.Drawing.Size(24, 24);
     this.bnEditList.TabIndex    = 10;
     this.toolTip1.SetToolTip(this.bnEditList, "Edit Pick List");
     this.bnEditList.UseVisualStyleBackColor = true;
     this.bnEditList.Click += new System.EventHandler(this.bnEditList_Click);
     //
     // bnNewList
     //
     this.bnNewList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bnNewList.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.add16;
     this.bnNewList.Location    = new System.Drawing.Point(3, 2);
     this.bnNewList.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnNewList.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnNewList.Name        = "bnNewList";
     this.bnNewList.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnNewList.Size        = new System.Drawing.Size(24, 24);
     this.bnNewList.TabIndex    = 8;
     this.toolTip1.SetToolTip(this.bnNewList, "Add Pick List");
     this.bnNewList.UseVisualStyleBackColor = true;
     this.bnNewList.Click += new System.EventHandler(this.bnNewList_Click);
     //
     // bnDeleteList
     //
     this.bnDeleteList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.bnDeleteList.Image       = global::Layton.AuditWizard.Administration.Properties.Resources.Delete;
     this.bnDeleteList.Location    = new System.Drawing.Point(28, 2);
     this.bnDeleteList.MaximumSize = new System.Drawing.Size(24, 24);
     this.bnDeleteList.MinimumSize = new System.Drawing.Size(24, 24);
     this.bnDeleteList.Name        = "bnDeleteList";
     this.bnDeleteList.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.bnDeleteList.Size        = new System.Drawing.Size(24, 24);
     this.bnDeleteList.TabIndex    = 9;
     this.toolTip1.SetToolTip(this.bnDeleteList, "Delete Pick List");
     this.bnDeleteList.UseVisualStyleBackColor = true;
     this.bnDeleteList.Click += new System.EventHandler(this.bnDeleteList_Click);
     //
     // activityTabPage
     //
     this.activityTabPage.Controls.Add(this.emailButton);
     this.activityTabPage.Controls.Add(this.advancedButton);
     this.activityTabPage.Controls.Add(this.smtpTextBox);
     this.activityTabPage.Controls.Add(this.label3);
     this.activityTabPage.Controls.Add(this.emailTextBox);
     this.activityTabPage.Controls.Add(this.label2);
     this.activityTabPage.Controls.Add(this.neverRadioButton);
     this.activityTabPage.Controls.Add(this.monthlyRadioButton);
     this.activityTabPage.Controls.Add(this.label1);
     this.activityTabPage.Controls.Add(this.weeklyRadioButton);
     this.activityTabPage.Controls.Add(this.dailyRadioButton);
     this.activityTabPage.Controls.Add(this.instructionLabel);
     this.activityTabPage.Controls.Add(this.footerPictureBox);
     this.activityTabPage.Location = new System.Drawing.Point(-10000, -10000);
     this.activityTabPage.Name     = "activityTabPage";
     this.activityTabPage.Size     = new System.Drawing.Size(825, 535);
     //
     // emailButton
     //
     this.emailButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.emailButton.BackColor = System.Drawing.Color.Transparent;
     this.emailButton.Location  = new System.Drawing.Point(316, 175);
     this.emailButton.Name      = "emailButton";
     this.emailButton.Size      = new System.Drawing.Size(75, 23);
     this.emailButton.TabIndex  = 29;
     this.emailButton.Text      = "Send Email";
     this.emailButton.UseVisualStyleBackColor = false;
     //
     // advancedButton
     //
     this.advancedButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.advancedButton.BackColor = System.Drawing.Color.Transparent;
     this.advancedButton.Location  = new System.Drawing.Point(397, 175);
     this.advancedButton.Name      = "advancedButton";
     this.advancedButton.Size      = new System.Drawing.Size(75, 23);
     this.advancedButton.TabIndex  = 28;
     this.advancedButton.Text      = "Advanced";
     this.advancedButton.UseVisualStyleBackColor = false;
     //
     // smtpTextBox
     //
     this.smtpTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.smtpTextBox.Location = new System.Drawing.Point(98, 149);
     this.smtpTextBox.Name     = "smtpTextBox";
     this.smtpTextBox.Size     = new System.Drawing.Size(374, 20);
     this.smtpTextBox.TabIndex = 27;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 152);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 13);
     this.label3.TabIndex = 26;
     this.label3.Text     = "SMTP Host:";
     //
     // emailTextBox
     //
     this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.emailTextBox.Location = new System.Drawing.Point(98, 123);
     this.emailTextBox.Name     = "emailTextBox";
     this.emailTextBox.Size     = new System.Drawing.Size(374, 20);
     this.emailTextBox.TabIndex = 25;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 126);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 13);
     this.label2.TabIndex = 24;
     this.label2.Text     = "Email Address:";
     //
     // neverRadioButton
     //
     this.neverRadioButton.AutoSize  = true;
     this.neverRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.neverRadioButton.Location  = new System.Drawing.Point(267, 79);
     this.neverRadioButton.Name      = "neverRadioButton";
     this.neverRadioButton.Size      = new System.Drawing.Size(54, 17);
     this.neverRadioButton.TabIndex  = 23;
     this.neverRadioButton.Text      = "Never";
     this.neverRadioButton.UseVisualStyleBackColor = false;
     //
     // monthlyRadioButton
     //
     this.monthlyRadioButton.AutoSize  = true;
     this.monthlyRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.monthlyRadioButton.Location  = new System.Drawing.Point(204, 79);
     this.monthlyRadioButton.Name      = "monthlyRadioButton";
     this.monthlyRadioButton.Size      = new System.Drawing.Size(62, 17);
     this.monthlyRadioButton.TabIndex  = 22;
     this.monthlyRadioButton.Text      = "Monthly";
     this.monthlyRadioButton.UseVisualStyleBackColor = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 81);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 21;
     this.label1.Text     = "Frequency:";
     //
     // weeklyRadioButton
     //
     this.weeklyRadioButton.AutoSize  = true;
     this.weeklyRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.weeklyRadioButton.Location  = new System.Drawing.Point(139, 79);
     this.weeklyRadioButton.Name      = "weeklyRadioButton";
     this.weeklyRadioButton.Size      = new System.Drawing.Size(61, 17);
     this.weeklyRadioButton.TabIndex  = 20;
     this.weeklyRadioButton.Text      = "Weekly";
     this.weeklyRadioButton.UseVisualStyleBackColor = false;
     //
     // dailyRadioButton
     //
     this.dailyRadioButton.AutoSize  = true;
     this.dailyRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.dailyRadioButton.Checked   = true;
     this.dailyRadioButton.Location  = new System.Drawing.Point(85, 79);
     this.dailyRadioButton.Name      = "dailyRadioButton";
     this.dailyRadioButton.Size      = new System.Drawing.Size(48, 17);
     this.dailyRadioButton.TabIndex  = 19;
     this.dailyRadioButton.TabStop   = true;
     this.dailyRadioButton.Text      = "Daily";
     this.dailyRadioButton.UseVisualStyleBackColor = false;
     //
     // instructionLabel
     //
     this.instructionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.instructionLabel.Font     = new System.Drawing.Font("Verdana", 8.25F);
     this.instructionLabel.Location = new System.Drawing.Point(16, 14);
     this.instructionLabel.Name     = "instructionLabel";
     this.instructionLabel.Size     = new System.Drawing.Size(793, 69);
     this.instructionLabel.TabIndex = 17;
     this.instructionLabel.Text     = resources.GetString("instructionLabel.Text");
     //
     // footerPictureBox
     //
     this.footerPictureBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.footerPictureBox.BackColor = System.Drawing.Color.Transparent;
     this.footerPictureBox.Image     = global::Layton.AuditWizard.Administration.Properties.Resources.email_settings_footer;
     this.footerPictureBox.Location  = new System.Drawing.Point(510, 440);
     this.footerPictureBox.Name      = "footerPictureBox";
     this.footerPictureBox.Size      = new System.Drawing.Size(312, 92);
     this.footerPictureBox.TabIndex  = 7;
     this.footerPictureBox.TabStop   = false;
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.Location  = new System.Drawing.Point(301, 190);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(75, 23);
     this.button1.TabIndex  = 65;
     this.button1.Text      = "Send Email";
     this.button1.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.BackColor = System.Drawing.Color.Transparent;
     this.button2.Location  = new System.Drawing.Point(382, 190);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(75, 23);
     this.button2.TabIndex  = 64;
     this.button2.Text      = "Advanced";
     this.button2.UseVisualStyleBackColor = false;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(85, 164);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(372, 20);
     this.textBox1.TabIndex = 63;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 167);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 13);
     this.label4.TabIndex = 62;
     this.label4.Text     = "SMTP Host:";
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(86, 134);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(372, 20);
     this.textBox2.TabIndex = 61;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(7, 137);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(76, 13);
     this.label5.TabIndex = 60;
     this.label5.Text     = "Email Address:";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.BackColor = System.Drawing.Color.Transparent;
     this.radioButton1.Location  = new System.Drawing.Point(316, 94);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(54, 17);
     this.radioButton1.TabIndex  = 59;
     this.radioButton1.Text      = "Never";
     this.radioButton1.UseVisualStyleBackColor = false;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize  = true;
     this.radioButton2.BackColor = System.Drawing.Color.Transparent;
     this.radioButton2.Location  = new System.Drawing.Point(237, 94);
     this.radioButton2.Name      = "radioButton2";
     this.radioButton2.Size      = new System.Drawing.Size(62, 17);
     this.radioButton2.TabIndex  = 58;
     this.radioButton2.Text      = "Monthly";
     this.radioButton2.UseVisualStyleBackColor = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 96);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(60, 13);
     this.label6.TabIndex = 57;
     this.label6.Text     = "Frequency:";
     //
     // radioButton3
     //
     this.radioButton3.AutoSize  = true;
     this.radioButton3.BackColor = System.Drawing.Color.Transparent;
     this.radioButton3.Location  = new System.Drawing.Point(156, 94);
     this.radioButton3.Name      = "radioButton3";
     this.radioButton3.Size      = new System.Drawing.Size(61, 17);
     this.radioButton3.TabIndex  = 55;
     this.radioButton3.Text      = "Weekly";
     this.radioButton3.UseVisualStyleBackColor = false;
     //
     // radioButton4
     //
     this.radioButton4.AutoSize  = true;
     this.radioButton4.BackColor = System.Drawing.Color.Transparent;
     this.radioButton4.Checked   = true;
     this.radioButton4.Location  = new System.Drawing.Point(86, 94);
     this.radioButton4.Name      = "radioButton4";
     this.radioButton4.Size      = new System.Drawing.Size(48, 17);
     this.radioButton4.TabIndex  = 54;
     this.radioButton4.TabStop   = true;
     this.radioButton4.Text      = "Daily";
     this.radioButton4.UseVisualStyleBackColor = false;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.ultraLabel1.Font     = new System.Drawing.Font("Verdana", 8.25F);
     this.ultraLabel1.Location = new System.Drawing.Point(3, 23);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(796, 68);
     this.ultraLabel1.TabIndex = 53;
     this.ultraLabel1.Text     = resources.GetString("ultraLabel1.Text");
     //
     // agentTabControl
     //
     this.agentTabControl.Controls.Add(this.ultraTabSharedControlsPage1);
     this.agentTabControl.Controls.Add(this.ultraTabPageControl1);
     this.agentTabControl.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.agentTabControl.Location           = new System.Drawing.Point(0, 80);
     this.agentTabControl.Name               = "agentTabControl";
     this.agentTabControl.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.agentTabControl.Size               = new System.Drawing.Size(817, 520);
     this.agentTabControl.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Wizard;
     this.agentTabControl.TabIndex           = 4;
     this.agentTabControl.TabOrientation     = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text    = "User Accounts";
     this.agentTabControl.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1
     });
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(817, 520);
     //
     // headerGroupBox
     //
     this.headerGroupBox.Controls.Add(this.headerLabel);
     this.headerGroupBox.Dock        = System.Windows.Forms.DockStyle.Top;
     this.headerGroupBox.Location    = new System.Drawing.Point(0, 0);
     this.headerGroupBox.Name        = "headerGroupBox";
     this.headerGroupBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.headerGroupBox.Size        = new System.Drawing.Size(817, 80);
     this.headerGroupBox.TabIndex    = 6;
     this.headerGroupBox.ViewStyle   = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // headerLabel
     //
     appearance14.BackColor          = System.Drawing.Color.Transparent;
     appearance14.Image              = global::Layton.AuditWizard.Administration.Properties.Resources.picklist_72;
     appearance14.ImageVAlign        = Infragistics.Win.VAlign.Middle;
     appearance14.TextHAlignAsString = "Center";
     appearance14.TextVAlignAsString = "Middle";
     this.headerLabel.Appearance     = appearance14;
     this.headerLabel.Font           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.headerLabel.ImageSize      = new System.Drawing.Size(72, 72);
     this.headerLabel.Location       = new System.Drawing.Point(7, 5);
     this.headerLabel.Name           = "headerLabel";
     this.headerLabel.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.headerLabel.Size           = new System.Drawing.Size(180, 72);
     this.headerLabel.TabIndex       = 5;
     this.headerLabel.Text           = "Picklists";
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.Image    = global::Layton.AuditWizard.Administration.Properties.Resources.email_service_control_corner;
     this.pictureBox2.Location = new System.Drawing.Point(451, 415);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(383, 121);
     this.pictureBox2.TabIndex = 52;
     this.pictureBox2.TabStop  = false;
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "dataobject";
     this.dataColumn1.DataType   = typeof(object);
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "dataobject";
     this.dataColumn5.DataType   = typeof(object);
     //
     // miPickItemProperties
     //
     this.miPickItemProperties.Name   = "miPickItemProperties";
     this.miPickItemProperties.Size   = new System.Drawing.Size(152, 22);
     this.miPickItemProperties.Text   = "&Properties";
     this.miPickItemProperties.Click += new System.EventHandler(this.miPickItemProperties_Click);
     //
     // PickListTabView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.agentTabControl);
     this.Controls.Add(this.headerGroupBox);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "PickListTabView";
     this.Size = new System.Drawing.Size(817, 600);
     this.ultraTabPageControl1.ResumeLayout(false);
     this.splitContainerPickItems.Panel1.ResumeLayout(false);
     this.splitContainerPickItems.Panel2.ResumeLayout(false);
     this.splitContainerPickItems.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ulvPickItems)).EndInit();
     this.cmsPickItems.ResumeLayout(false);
     this.splitContainerPickList.Panel1.ResumeLayout(false);
     this.splitContainerPickList.Panel2.ResumeLayout(false);
     this.splitContainerPickList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pickListsExplorerBar)).EndInit();
     this.cmsPickLists.ResumeLayout(false);
     this.activityTabPage.ResumeLayout(false);
     this.activityTabPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.agentTabControl)).EndInit();
     this.agentTabControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupBox)).EndInit();
     this.headerGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 21
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmComprobanteDeCompraSelectN));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridEX1           = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1  = new mz.erp.ui.controls.GridManagerView();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(920, 386);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridEX1
     //
     this.gridEX1.AllowDrop = true;
     this.gridEX1.AutoEdit  = true;
     this.gridEX1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridEX1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridEX1.GroupByBoxVisible  = false;
     this.gridEX1.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX1.LayoutData         = "<GridEXLayoutData><RootTable><Columns Collection=\"true\"><Column0 ID=\"Column1\"><Fo" +
                                       "rmatString>c</FormatString><Key>Column1</Key><Position>0</Position><Width>81</Wi" +
                                       "dth></Column0></Columns><GroupCondition ID=\"\" /></RootTable></GridEXLayoutData>";
     this.gridEX1.Location      = new System.Drawing.Point(0, 0);
     this.gridEX1.Name          = "gridEX1";
     this.gridEX1.SelectionMode = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridEX1.Size          = new System.Drawing.Size(920, 386);
     this.gridEX1.TabIndex      = 15;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(28, 181);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(864, 24);
     this.gridManagerView1.TabIndex  = 122;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 18;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 386;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Detalle de productos";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(920, 386);
     this.ultraExplorerBar1.TabIndex = 19;
     //
     // FrmComprobanteDeCompraSelectN
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 414);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmComprobanteDeCompraSelectN";
     this.Text = "FrmComprobanteDeCompraSelectN";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 22
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmDetalleItem));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.imglStandar      = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar   = new System.Windows.Forms.ToolBar();
     this.tbDelete         = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.containerItems   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridProductos    = new Janus.Windows.GridEX.GridEX();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.containerItems.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     this.SuspendLayout();
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbDelete
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(832, 28);
     this.toolBarStandar.TabIndex       = 18;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbDelete
     //
     this.tbDelete.ImageIndex = 6;
     this.tbDelete.Text       = "Aceptar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.containerItems);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.containerItems;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 167;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Detalle de Productos";
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(832, 249);
     this.ultraExplorerBar.TabIndex = 19;
     //
     // containerItems
     //
     this.containerItems.Controls.Add(this.gridProductos);
     this.containerItems.Location = new System.Drawing.Point(28, 49);
     this.containerItems.Name     = "containerItems";
     this.containerItems.Size     = new System.Drawing.Size(783, 167);
     this.containerItems.TabIndex = 1;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing    = false;
     this.gridProductos.AllowDelete        = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridProductos.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(0, 0);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(783, 167);
     this.gridProductos.TabIndex           = 5;
     //
     // FrmDetalleItem
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(832, 277);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmDetalleItem";
     this.Text = "Detalle de Item";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.containerItems.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 23
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAceptacion));
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.txtUsuario2       = new System.Windows.Forms.Label();
     this.txtUsuario1       = new System.Windows.Forms.Label();
     this.bxComentario      = new System.Windows.Forms.TextBox();
     this.bxClave2          = new System.Windows.Forms.TextBox();
     this.bxClave1          = new System.Windows.Forms.TextBox();
     this.bxMensaje         = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5    = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(647, 24);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(647, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Ingreso de Claves para Confirmación";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtUsuario2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtUsuario1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bxComentario);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bxClave2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bxClave1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bxMensaje);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.DockPadding.Top = 12;
     this.ultraExplorerBarContainerControl1.Location        = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name            = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size            = new System.Drawing.Size(647, 221);
     this.ultraExplorerBarContainerControl1.TabIndex        = 0;
     //
     // txtUsuario2
     //
     this.txtUsuario2.BackColor = System.Drawing.Color.Transparent;
     this.txtUsuario2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtUsuario2.Location  = new System.Drawing.Point(16, 191);
     this.txtUsuario2.Name      = "txtUsuario2";
     this.txtUsuario2.Size      = new System.Drawing.Size(232, 29);
     this.txtUsuario2.TabIndex  = 33;
     this.txtUsuario2.Text      = "usuario 2";
     this.txtUsuario2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtUsuario1
     //
     this.txtUsuario1.BackColor = System.Drawing.Color.Transparent;
     this.txtUsuario1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtUsuario1.Location  = new System.Drawing.Point(16, 169);
     this.txtUsuario1.Name      = "txtUsuario1";
     this.txtUsuario1.Size      = new System.Drawing.Size(232, 24);
     this.txtUsuario1.TabIndex  = 32;
     this.txtUsuario1.Text      = "usuario 1";
     this.txtUsuario1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // bxComentario
     //
     this.bxComentario.Location  = new System.Drawing.Point(8, 107);
     this.bxComentario.Multiline = true;
     this.bxComentario.Name      = "bxComentario";
     this.bxComentario.Size      = new System.Drawing.Size(632, 45);
     this.bxComentario.TabIndex  = 2;
     this.bxComentario.Text      = "";
     //
     // bxClave2
     //
     this.bxClave2.Location     = new System.Drawing.Point(376, 195);
     this.bxClave2.Name         = "bxClave2";
     this.bxClave2.PasswordChar = '*';
     this.bxClave2.TabIndex     = 1;
     this.bxClave2.Text         = "";
     //
     // bxClave1
     //
     this.bxClave1.Location     = new System.Drawing.Point(376, 171);
     this.bxClave1.Name         = "bxClave1";
     this.bxClave1.PasswordChar = '*';
     this.bxClave1.TabIndex     = 0;
     this.bxClave1.Text         = "";
     //
     // bxMensaje
     //
     this.bxMensaje.BackColor   = System.Drawing.SystemColors.InactiveCaptionText;
     this.bxMensaje.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.bxMensaje.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bxMensaje.Location    = new System.Drawing.Point(8, 8);
     this.bxMensaje.Multiline   = true;
     this.bxMensaje.Name        = "bxMensaje";
     this.bxMensaje.ReadOnly    = true;
     this.bxMensaje.Size        = new System.Drawing.Size(632, 72);
     this.bxMensaje.TabIndex    = 23;
     this.bxMensaje.Text        = "";
     this.bxMensaje.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(264, 197);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "Ingrese SU clave";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(264, 173);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Ingrese SU clave";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 91);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 24;
     this.label1.Text      = "Comentario";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraExplorerBar1);
     this.panel1.Controls.Add(this.toolBarStandar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(696, 486);
     this.panel1.TabIndex = 0;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 221;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Datos";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(696, 458);
     this.ultraExplorerBar1.TabIndex = 50;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(696, 28);
     this.toolBarStandar.TabIndex       = 49;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 9;
     this.toolBarButton1.Text       = "&Anterior";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 8;
     this.toolBarButton3.Text       = "&Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 7;
     this.toolBarButton5.Text       = "&Cancelar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // FrmAceptacion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(696, 486);
     this.Controls.Add(this.panel1);
     this.Name = "FrmAceptacion";
     this.Text = "FrmAceptacion";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.btnFileChooser    = new Infragistics.Win.Misc.UltraButton();
     this.txtPathFile       = new System.Windows.Forms.TextBox();
     this.chkBoxExportarSQL = new System.Windows.Forms.CheckBox();
     this.utbGuardar        = new Infragistics.Win.Misc.UltraButton();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.comboColumna      = new System.Windows.Forms.ComboBox();
     this.ubGuardarFormato  = new Infragistics.Win.Misc.UltraButton();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.comboTipoColumna  = new System.Windows.Forms.ComboBox();
     this.comboTipoEdicion  = new System.Windows.Forms.ComboBox();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.comboFormato      = new System.Windows.Forms.ComboBox();
     this.comboAlineacion   = new System.Windows.Forms.ComboBox();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox3);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(366, 91);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.btnFileChooser);
     this.groupBox3.Controls.Add(this.txtPathFile);
     this.groupBox3.Controls.Add(this.chkBoxExportarSQL);
     this.groupBox3.Controls.Add(this.utbGuardar);
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(376, 87);
     this.groupBox3.TabIndex = 37;
     this.groupBox3.TabStop  = false;
     //
     // btnFileChooser
     //
     this.btnFileChooser.Location = new System.Drawing.Point(6, 48);
     this.btnFileChooser.Name     = "btnFileChooser";
     this.btnFileChooser.Size     = new System.Drawing.Size(27, 20);
     this.btnFileChooser.TabIndex = 9;
     this.btnFileChooser.Text     = "...";
     //
     // txtPathFile
     //
     this.txtPathFile.Location = new System.Drawing.Point(33, 48);
     this.txtPathFile.Name     = "txtPathFile";
     this.txtPathFile.Size     = new System.Drawing.Size(328, 20);
     this.txtPathFile.TabIndex = 7;
     //
     // chkBoxExportarSQL
     //
     this.chkBoxExportarSQL.AutoSize = true;
     this.chkBoxExportarSQL.Location = new System.Drawing.Point(199, 26);
     this.chkBoxExportarSQL.Name     = "chkBoxExportarSQL";
     this.chkBoxExportarSQL.Size     = new System.Drawing.Size(162, 17);
     this.chkBoxExportarSQL.TabIndex = 6;
     this.chkBoxExportarSQL.Text     = "Exportar configuración (SQL)";
     this.chkBoxExportarSQL.UseVisualStyleBackColor = true;
     //
     // utbGuardar
     //
     this.utbGuardar.Location = new System.Drawing.Point(6, 19);
     this.utbGuardar.Name     = "utbGuardar";
     this.utbGuardar.Size     = new System.Drawing.Size(187, 24);
     this.utbGuardar.TabIndex = 5;
     this.utbGuardar.Text     = "Guardar Configuración de Grilla";
     this.utbGuardar.Click   += new System.EventHandler(this.utbGuardar_Click);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 199);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(366, 238);
     this.ultraExplorerBarContainerControl1.TabIndex = 4;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.comboColumna);
     this.groupBox1.Controls.Add(this.ubGuardarFormato);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.comboTipoColumna);
     this.groupBox1.Controls.Add(this.comboTipoEdicion);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.comboFormato);
     this.groupBox1.Controls.Add(this.comboAlineacion);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(376, 235);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label2.Location  = new System.Drawing.Point(262, 24);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(86, 16);
     this.label2.TabIndex  = 91;
     this.label2.Text      = "(Solo visibles)";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label1.Location  = new System.Drawing.Point(21, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 16);
     this.label1.TabIndex  = 90;
     this.label1.Text      = "Columna";
     //
     // comboColumna
     //
     this.comboColumna.Location = new System.Drawing.Point(135, 19);
     this.comboColumna.Name     = "comboColumna";
     this.comboColumna.Size     = new System.Drawing.Size(121, 21);
     this.comboColumna.TabIndex = 0;
     //
     // ubGuardarFormato
     //
     this.ubGuardarFormato.Location = new System.Drawing.Point(135, 185);
     this.ubGuardarFormato.Name     = "ubGuardarFormato";
     this.ubGuardarFormato.Size     = new System.Drawing.Size(121, 24);
     this.ubGuardarFormato.TabIndex = 6;
     this.ubGuardarFormato.Text     = "Aceptar";
     this.ubGuardarFormato.Click   += new System.EventHandler(this.ubGuardarFormato_Click);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label6.Location  = new System.Drawing.Point(21, 124);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 16);
     this.label6.TabIndex  = 87;
     this.label6.Text      = "Tipo de Columna";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label5.Location  = new System.Drawing.Point(21, 102);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(96, 16);
     this.label5.TabIndex  = 86;
     this.label5.Text      = "Tipo de Edición";
     //
     // comboTipoColumna
     //
     this.comboTipoColumna.Items.AddRange(new object[] {
         "CasillaDeVerificacion",
         "CuadroDeTexto",
         "Imagen",
         "ImagenYTexto"
     });
     this.comboTipoColumna.Location = new System.Drawing.Point(135, 121);
     this.comboTipoColumna.Name     = "comboTipoColumna";
     this.comboTipoColumna.Size     = new System.Drawing.Size(121, 21);
     this.comboTipoColumna.TabIndex = 5;
     //
     // comboTipoEdicion
     //
     this.comboTipoEdicion.Items.AddRange(new object[] {
         "NoEditable",
         "CasillaDeVerificacion",
         "CalendarioCombo",
         "CalendarioDropDown",
         "ComboBox",
         "CuadroDeTexto",
         "Personalizado"
     });
     this.comboTipoEdicion.Location = new System.Drawing.Point(135, 99);
     this.comboTipoEdicion.Name     = "comboTipoEdicion";
     this.comboTipoEdicion.Size     = new System.Drawing.Size(121, 21);
     this.comboTipoEdicion.TabIndex = 4;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label4.Location  = new System.Drawing.Point(21, 80);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 16);
     this.label4.TabIndex  = 85;
     this.label4.Text      = "Formato";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label3.Location  = new System.Drawing.Point(21, 58);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 84;
     this.label3.Text      = "Alineación";
     //
     // comboFormato
     //
     this.comboFormato.Items.AddRange(new object[] {
         "Moneda",
         "Porcentaje",
         "Fecha",
         "Fecha corta",
         "Entero",
         "Decimal",
         "Decimal+-0",
         "Default"
     });
     this.comboFormato.Location = new System.Drawing.Point(135, 77);
     this.comboFormato.Name     = "comboFormato";
     this.comboFormato.Size     = new System.Drawing.Size(121, 21);
     this.comboFormato.TabIndex = 3;
     //
     // comboAlineacion
     //
     this.comboAlineacion.Items.AddRange(new object[] {
         "Izquierda",
         "Centrada",
         "Derecha"
     });
     this.comboAlineacion.Location = new System.Drawing.Point(135, 55);
     this.comboAlineacion.Name     = "comboAlineacion";
     this.comboAlineacion.Size     = new System.Drawing.Size(121, 21);
     this.comboAlineacion.TabIndex = 1;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AnimationEnabled = false; //Matias 20101021 - Tarea Infragistics 2008
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.ultraExplorerBar1.AnimationEnabled = false; //Matias 20101021 - Tarea Infragistics 2008
     ultraExplorerBarGroup1.Container        = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Key = "OpcionesGenerales";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 91;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Opciones generales";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Key       = "OpcionesFormato";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 238;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Formato de encabezados";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false; //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(432, 335);
     this.ultraExplorerBar1.TabIndex = 25;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmGrillasOpcionesSuperiores
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(432, 335);
     this.Controls.Add(this.ultraExplorerBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "FrmGrillasOpcionesSuperiores";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Opciones de configuración de grilla (nivel Superior)";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 25
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmDomicilios));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzCmbPais              = new mz.erp.ui.controls.mzComboEditor();
     this.mzCmbProvincia         = new mz.erp.ui.controls.mzComboEditor();
     this.label13                = new System.Windows.Forms.Label();
     this.label12                = new System.Windows.Forms.Label();
     this.mzCmbLocalidad         = new mz.erp.ui.controls.mzComboEditor();
     this.mzCmbResponsable       = new mz.erp.ui.controls.mzComboEditor();
     this.label15                = new System.Windows.Forms.Label();
     this.txtTelefonos           = new System.Windows.Forms.TextBox();
     this.txtCodigoPostal        = new System.Windows.Forms.TextBox();
     this.txtManzana             = new System.Windows.Forms.TextBox();
     this.txtDepartamento        = new System.Windows.Forms.TextBox();
     this.txtPiso                = new System.Windows.Forms.TextBox();
     this.txtTorre               = new System.Windows.Forms.TextBox();
     this.txtSector              = new System.Windows.Forms.TextBox();
     this.txtNumero              = new System.Windows.Forms.TextBox();
     this.txtCalle               = new System.Windows.Forms.TextBox();
     this.label14                = new System.Windows.Forms.Label();
     this.mzCmbTiposDeDomicilios = new mz.erp.ui.controls.mzComboEditor();
     this.label10                = new System.Windows.Forms.Label();
     this.label9            = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
     this.tbbAceptar        = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator4     = new System.Windows.Forms.ToolBarButton();
     this.tbbGuardar        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbPais)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbProvincia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbLocalidad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbResponsable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeDomicilios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(670, 25);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(670, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCmbPais);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCmbProvincia);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label13);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label12);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCmbLocalidad);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCmbResponsable);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label15);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtTelefonos);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtCodigoPostal);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtManzana);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtDepartamento);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtPiso);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtTorre);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtSector);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtNumero);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtCalle);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label14);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCmbTiposDeDomicilios);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label8);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(670, 315);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // mzCmbPais
     //
     this.mzCmbPais.AutoComplete         = true;
     this.mzCmbPais.DataSource           = null;
     this.mzCmbPais.DisplayMember        = "";
     this.mzCmbPais.DisplayMemberCaption = "";
     this.mzCmbPais.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbPais.Location             = new System.Drawing.Point(120, 96);
     this.mzCmbPais.MaxItemsDisplay      = 7;
     this.mzCmbPais.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbPais.Name               = "mzCmbPais";
     this.mzCmbPais.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbPais.SorterMember       = "";
     this.mzCmbPais.TabIndex           = 119;
     this.mzCmbPais.ValueMember        = "";
     this.mzCmbPais.ValueMemberCaption = "";
     //
     // mzCmbProvincia
     //
     this.mzCmbProvincia.AutoComplete         = true;
     this.mzCmbProvincia.DataSource           = null;
     this.mzCmbProvincia.DisplayMember        = "";
     this.mzCmbProvincia.DisplayMemberCaption = "";
     this.mzCmbProvincia.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbProvincia.Location             = new System.Drawing.Point(120, 118);
     this.mzCmbProvincia.MaxItemsDisplay      = 7;
     this.mzCmbProvincia.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbProvincia.Name               = "mzCmbProvincia";
     this.mzCmbProvincia.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbProvincia.SorterMember       = "";
     this.mzCmbProvincia.TabIndex           = 117;
     this.mzCmbProvincia.ValueMember        = "";
     this.mzCmbProvincia.ValueMemberCaption = "";
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Location  = new System.Drawing.Point(8, 96);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(100, 21);
     this.label13.TabIndex  = 118;
     this.label13.Text      = "País:";
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Location  = new System.Drawing.Point(8, 118);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(100, 21);
     this.label12.TabIndex  = 116;
     this.label12.Text      = "Provincia:";
     //
     // mzCmbLocalidad
     //
     this.mzCmbLocalidad.AutoComplete         = true;
     this.mzCmbLocalidad.DataSource           = null;
     this.mzCmbLocalidad.DisplayMember        = "";
     this.mzCmbLocalidad.DisplayMemberCaption = "";
     this.mzCmbLocalidad.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbLocalidad.Location             = new System.Drawing.Point(120, 140);
     this.mzCmbLocalidad.MaxItemsDisplay      = 7;
     this.mzCmbLocalidad.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbLocalidad.Name               = "mzCmbLocalidad";
     this.mzCmbLocalidad.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbLocalidad.SorterMember       = "";
     this.mzCmbLocalidad.TabIndex           = 115;
     this.mzCmbLocalidad.ValueMember        = "";
     this.mzCmbLocalidad.ValueMemberCaption = "";
     //
     // mzCmbResponsable
     //
     this.mzCmbResponsable.AutoComplete         = true;
     this.mzCmbResponsable.DataSource           = null;
     this.mzCmbResponsable.DisplayMember        = "";
     this.mzCmbResponsable.DisplayMemberCaption = "";
     this.mzCmbResponsable.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbResponsable.Location             = new System.Drawing.Point(120, 294);
     this.mzCmbResponsable.MaxItemsDisplay      = 7;
     this.mzCmbResponsable.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbResponsable.Name               = "mzCmbResponsable";
     this.mzCmbResponsable.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbResponsable.SorterMember       = "";
     this.mzCmbResponsable.TabIndex           = 112;
     this.mzCmbResponsable.ValueMember        = "";
     this.mzCmbResponsable.ValueMemberCaption = "";
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Location  = new System.Drawing.Point(8, 294);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(100, 21);
     this.label15.TabIndex  = 114;
     this.label15.Text      = "Responsable:";
     //
     // txtTelefonos
     //
     this.txtTelefonos.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTelefonos.Location        = new System.Drawing.Point(120, 74);
     this.txtTelefonos.Name            = "txtTelefonos";
     this.txtTelefonos.Size            = new System.Drawing.Size(272, 20);
     this.txtTelefonos.TabIndex        = 99;
     this.txtTelefonos.Text            = "";
     //
     // txtCodigoPostal
     //
     this.txtCodigoPostal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCodigoPostal.Location        = new System.Drawing.Point(120, 272);
     this.txtCodigoPostal.Name            = "txtCodigoPostal";
     this.txtCodigoPostal.Size            = new System.Drawing.Size(272, 20);
     this.txtCodigoPostal.TabIndex        = 111;
     this.txtCodigoPostal.Text            = "";
     //
     // txtManzana
     //
     this.txtManzana.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtManzana.Location        = new System.Drawing.Point(120, 250);
     this.txtManzana.Name            = "txtManzana";
     this.txtManzana.Size            = new System.Drawing.Size(272, 20);
     this.txtManzana.TabIndex        = 110;
     this.txtManzana.Text            = "";
     //
     // txtDepartamento
     //
     this.txtDepartamento.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDepartamento.Location        = new System.Drawing.Point(120, 228);
     this.txtDepartamento.Name            = "txtDepartamento";
     this.txtDepartamento.Size            = new System.Drawing.Size(272, 20);
     this.txtDepartamento.TabIndex        = 108;
     this.txtDepartamento.Text            = "";
     //
     // txtPiso
     //
     this.txtPiso.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtPiso.Location        = new System.Drawing.Point(120, 206);
     this.txtPiso.Name            = "txtPiso";
     this.txtPiso.Size            = new System.Drawing.Size(272, 20);
     this.txtPiso.TabIndex        = 106;
     this.txtPiso.Text            = "";
     //
     // txtTorre
     //
     this.txtTorre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTorre.Location        = new System.Drawing.Point(120, 184);
     this.txtTorre.Name            = "txtTorre";
     this.txtTorre.Size            = new System.Drawing.Size(272, 20);
     this.txtTorre.TabIndex        = 104;
     this.txtTorre.Text            = "";
     //
     // txtSector
     //
     this.txtSector.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtSector.Location        = new System.Drawing.Point(120, 162);
     this.txtSector.Name            = "txtSector";
     this.txtSector.Size            = new System.Drawing.Size(272, 20);
     this.txtSector.TabIndex        = 102;
     this.txtSector.Text            = "";
     //
     // txtNumero
     //
     this.txtNumero.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNumero.Location        = new System.Drawing.Point(120, 52);
     this.txtNumero.Name            = "txtNumero";
     this.txtNumero.Size            = new System.Drawing.Size(272, 20);
     this.txtNumero.TabIndex        = 97;
     this.txtNumero.Text            = "";
     //
     // txtCalle
     //
     this.txtCalle.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCalle.Location        = new System.Drawing.Point(120, 30);
     this.txtCalle.Name            = "txtCalle";
     this.txtCalle.Size            = new System.Drawing.Size(272, 20);
     this.txtCalle.TabIndex        = 94;
     this.txtCalle.Text            = "";
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Location  = new System.Drawing.Point(8, 74);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(100, 20);
     this.label14.TabIndex  = 113;
     this.label14.Text      = "Teléfonos:";
     //
     // mzCmbTiposDeDomicilios
     //
     this.mzCmbTiposDeDomicilios.AutoComplete         = true;
     this.mzCmbTiposDeDomicilios.DataSource           = null;
     this.mzCmbTiposDeDomicilios.DisplayMember        = "";
     this.mzCmbTiposDeDomicilios.DisplayMemberCaption = "";
     this.mzCmbTiposDeDomicilios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposDeDomicilios.Location             = new System.Drawing.Point(120, 8);
     this.mzCmbTiposDeDomicilios.MaxItemsDisplay      = 7;
     this.mzCmbTiposDeDomicilios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposDeDomicilios.Name               = "mzCmbTiposDeDomicilios";
     this.mzCmbTiposDeDomicilios.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposDeDomicilios.SorterMember       = "";
     this.mzCmbTiposDeDomicilios.TabIndex           = 92;
     this.mzCmbTiposDeDomicilios.ValueMember        = "";
     this.mzCmbTiposDeDomicilios.ValueMemberCaption = "";
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(8, 272);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(100, 20);
     this.label10.TabIndex  = 109;
     this.label10.Text      = "Código Postal:";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(8, 140);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 21);
     this.label9.TabIndex  = 107;
     this.label9.Text      = "Localidad:";
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(8, 250);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(100, 20);
     this.label8.TabIndex  = 105;
     this.label8.Text      = "Manzana:";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 228);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 20);
     this.label7.TabIndex  = 103;
     this.label7.Text      = "Departamento:";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 206);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 20);
     this.label6.TabIndex  = 101;
     this.label6.Text      = "Piso:";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(8, 184);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 20);
     this.label5.TabIndex  = 100;
     this.label5.Text      = "Torre:";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(8, 162);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 20);
     this.label4.TabIndex  = 98;
     this.label4.Text      = "Sector:";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 52);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 20);
     this.label3.TabIndex  = 96;
     this.label3.Text      = "Número:";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 30);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 20);
     this.label2.TabIndex  = 95;
     this.label2.Text      = "Calle:";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 21);
     this.label1.TabIndex  = 93;
     this.label1.Text      = "Tipo de Domicilio:";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbAceptar,
         this.tbbSeparator3,
         this.tbbCancelar,
         this.tbbSeparator4,
         this.tbbGuardar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(736, 28);
     this.toolBarStandar.TabIndex       = 50;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 0;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 1;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbAceptar
     //
     this.tbbAceptar.ImageIndex = 2;
     this.tbbAceptar.Text       = "&Aceptar";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 3;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // tbbSeparator4
     //
     this.tbbSeparator4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbGuardar
     //
     this.tbbGuardar.ImageIndex = 4;
     this.tbbGuardar.Text       = "&Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 315;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Información";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(736, 438);
     this.ultraExplorerBar1.TabIndex = 51;
     //
     // FrmAbmDomicilios
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(736, 466);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmDomicilios";
     this.Text = "FrmAbmDomicilios";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbPais)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbProvincia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbLocalidad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbResponsable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeDomicilios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance      appearance1 = new Infragistics.Win.Appearance();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmAbmCuentasCondicionesDeVenta));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.container              = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel1            = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbCuenta            = new mz.erp.ui.controls.mzComboSearchEditor();
     this.gridCondicionesDeVenta = new Janus.Windows.GridEX.GridEX();
     this.imageList1             = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar         = new System.Windows.Forms.ToolBar();
     this.tbFirst           = new System.Windows.Forms.ToolBarButton();
     this.tbPrev            = new System.Windows.Forms.ToolBarButton();
     this.tbNext            = new System.Windows.Forms.ToolBarButton();
     this.tbLast            = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5    = new System.Windows.Forms.ToolBarButton();
     this.tbActualizar      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton();
     this.tbGuardar         = new System.Windows.Forms.ToolBarButton();
     this.tbStep3           = new System.Windows.Forms.ToolBarButton();
     this.tbDelete          = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridCondicionesDeVenta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // container
     //
     this.container.Controls.Add(this.ultraLabel1);
     this.container.Controls.Add(this.mzCmbCuenta);
     this.container.Controls.Add(this.gridCondicionesDeVenta);
     this.container.Location = new System.Drawing.Point(28, 49);
     this.container.Name     = "container";
     this.container.Size     = new System.Drawing.Size(839, 295);
     this.container.TabIndex = 0;
     //
     // ultraLabel1
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel1.Appearance = appearance1;
     this.ultraLabel1.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location   = new System.Drawing.Point(15, 11);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex   = 82;
     this.ultraLabel1.Text       = "Cuenta";
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EditObject           = null;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbCuenta.HierarchicalSearch   = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(88, 8);
     this.mzCmbCuenta.Name                 = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObject         = null;
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size                 = new System.Drawing.Size(384, 22);
     this.mzCmbCuenta.TabIndex             = 81;
     //
     // gridCondicionesDeVenta
     //
     this.gridCondicionesDeVenta.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridCondicionesDeVenta.AlternatingColors             = true;
     this.gridCondicionesDeVenta.AutomaticSort                 = false;
     this.gridCondicionesDeVenta.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridCondicionesDeVenta.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridCondicionesDeVenta.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridCondicionesDeVenta.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridCondicionesDeVenta.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridCondicionesDeVenta.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridCondicionesDeVenta.GroupByBoxVisible               = false;
     this.gridCondicionesDeVenta.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridCondicionesDeVenta.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridCondicionesDeVenta.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridCondicionesDeVenta.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridCondicionesDeVenta.Location                        = new System.Drawing.Point(87, 39);
     this.gridCondicionesDeVenta.Name                            = "gridCondicionesDeVenta";
     this.gridCondicionesDeVenta.RecordNavigator                 = true;
     this.gridCondicionesDeVenta.RecordNavigatorText             = "Registro:|de";
     this.gridCondicionesDeVenta.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridCondicionesDeVenta.ScrollBars                      = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridCondicionesDeVenta.ShowEmptyFields                 = false;
     this.gridCondicionesDeVenta.Size                            = new System.Drawing.Size(384, 256);
     this.gridCondicionesDeVenta.TabIndex                        = 80;
     this.gridCondicionesDeVenta.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirst,
         this.tbPrev,
         this.tbNext,
         this.tbLast,
         this.toolBarButton5,
         this.tbActualizar,
         this.toolBarButton7,
         this.tbGuardar,
         this.tbStep3,
         this.tbDelete
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList1;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(888, 28);
     this.toolBarStandar.TabIndex       = 77;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbFirst
     //
     this.tbFirst.ImageIndex = 0;
     this.tbFirst.Visible    = false;
     //
     // tbPrev
     //
     this.tbPrev.ImageIndex = 1;
     this.tbPrev.Visible    = false;
     //
     // tbNext
     //
     this.tbNext.ImageIndex = 2;
     this.tbNext.Visible    = false;
     //
     // tbLast
     //
     this.tbLast.ImageIndex = 3;
     this.tbLast.Visible    = false;
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton5.Visible = false;
     //
     // tbActualizar
     //
     this.tbActualizar.ImageIndex = 5;
     this.tbActualizar.Visible    = false;
     //
     // toolBarButton7
     //
     this.toolBarButton7.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton7.Visible = false;
     //
     // tbGuardar
     //
     this.tbGuardar.ImageIndex = 4;
     this.tbGuardar.Text       = "&Guardar";
     //
     // tbStep3
     //
     this.tbStep3.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.tbStep3.Visible = false;
     //
     // tbDelete
     //
     this.tbDelete.ImageIndex = 7;
     this.tbDelete.Text       = "Borrar";
     this.tbDelete.Visible    = false;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.container);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.container;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 295;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Información";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(888, 458);
     this.ultraExplorerBar1.TabIndex = 80;
     //
     // FrmAbmCuentasCondicionesDeVenta
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(888, 486);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmCuentasCondicionesDeVenta";
     this.Text = "FrmAbmCuentasCondicionesDeVenta";
     this.container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridCondicionesDeVenta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 27
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConfirmarPreciosProductosCompras));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea                        = new System.Windows.Forms.Label();
     this.containerProductos                = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2                         = new System.Windows.Forms.GroupBox();
     this.gridManagerView1                  = new mz.erp.ui.controls.GridManagerView();
     this.gridProductos                     = new Janus.Windows.GridEX.GridEX();
     this.groupBox1                         = new System.Windows.Forms.GroupBox();
     this.checkBox1                         = new System.Windows.Forms.CheckBox();
     this.uccFechaFactura                   = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.umeNumeroFactura                  = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.uneValorCotizacionFactura         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel31                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel32                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel33                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEFuenteDeCambioFactura         = new mz.erp.ui.controls.mzComboEditor();
     this.mzCEMonedaFactura                 = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4                       = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbProveedor                    = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uTEObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.containerProductos.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, -43);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(846, 34);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(846, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // containerProductos
     //
     this.containerProductos.Controls.Add(this.groupBox2);
     this.containerProductos.Controls.Add(this.groupBox1);
     this.containerProductos.Location = new System.Drawing.Point(28, -221);
     this.containerProductos.Name     = "containerProductos";
     this.containerProductos.Size     = new System.Drawing.Size(846, 453);
     this.containerProductos.TabIndex = 3;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.gridManagerView1);
     this.groupBox2.Controls.Add(this.gridProductos);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 120);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(846, 333);
     this.groupBox2.TabIndex = 157;
     this.groupBox2.TabStop  = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(3, 16);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 7;
     this.gridManagerView1.Visible   = false;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridProductos.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(3, 16);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(840, 314);
     this.gridProductos.TabIndex           = 8;
     this.gridProductos.TabStop            = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.uccFechaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel2);
     this.groupBox1.Controls.Add(this.umeNumeroFactura);
     this.groupBox1.Controls.Add(this.ultraLabel5);
     this.groupBox1.Controls.Add(this.uneValorCotizacionFactura);
     this.groupBox1.Controls.Add(this.ultraLabel31);
     this.groupBox1.Controls.Add(this.ultraLabel32);
     this.groupBox1.Controls.Add(this.ultraLabel33);
     this.groupBox1.Controls.Add(this.mzCEFuenteDeCambioFactura);
     this.groupBox1.Controls.Add(this.mzCEMonedaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel4);
     this.groupBox1.Controls.Add(this.mzCmbProveedor);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(846, 120);
     this.groupBox1.TabIndex = 156;
     this.groupBox1.TabStop  = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(17, 93);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(184, 16);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text     = "La factura ha sido cargada";
     //
     // uccFechaFactura
     //
     dateButton1.Caption = "Today";
     this.uccFechaFactura.DateButtons.Add(dateButton1);
     this.uccFechaFactura.Location          = new System.Drawing.Point(88, 64);
     this.uccFechaFactura.Name              = "uccFechaFactura";
     this.uccFechaFactura.NonAutoSizeHeight = 23;
     this.uccFechaFactura.Size              = new System.Drawing.Size(112, 21);
     this.uccFechaFactura.TabIndex          = 2;
     this.uccFechaFactura.Value             = new System.DateTime(2005, 1, 28, 0, 0, 0, 0);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(16, 64);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel2.TabIndex  = 168;
     this.ultraLabel2.Text      = "Fecha";
     //
     // umeNumeroFactura
     //
     this.umeNumeroFactura.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.umeNumeroFactura.InputMask = "?-####-########";
     this.umeNumeroFactura.Location  = new System.Drawing.Point(88, 40);
     this.umeNumeroFactura.Name      = "umeNumeroFactura";
     this.umeNumeroFactura.TabIndex  = 1;
     this.umeNumeroFactura.Text      = "A--";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(16, 41);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel5.TabIndex  = 167;
     this.ultraLabel5.Text      = "Número";
     //
     // uneValorCotizacionFactura
     //
     this.uneValorCotizacionFactura.Location      = new System.Drawing.Point(344, 88);
     this.uneValorCotizacionFactura.Name          = "uneValorCotizacionFactura";
     this.uneValorCotizacionFactura.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorCotizacionFactura.PromptChar    = ' ';
     this.uneValorCotizacionFactura.Size          = new System.Drawing.Size(100, 21);
     this.uneValorCotizacionFactura.TabIndex      = 6;
     this.uneValorCotizacionFactura.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ultraLabel31
     //
     this.ultraLabel31.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel31.Location  = new System.Drawing.Point(216, 90);
     this.ultraLabel31.Name      = "ultraLabel31";
     this.ultraLabel31.Size      = new System.Drawing.Size(104, 16);
     this.ultraLabel31.TabIndex  = 162;
     this.ultraLabel31.Text      = "Valor Conversion";
     //
     // ultraLabel32
     //
     this.ultraLabel32.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel32.Location  = new System.Drawing.Point(216, 64);
     this.ultraLabel32.Name      = "ultraLabel32";
     this.ultraLabel32.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel32.TabIndex  = 161;
     this.ultraLabel32.Text      = "Fuente de Cambio";
     //
     // ultraLabel33
     //
     this.ultraLabel33.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel33.Location  = new System.Drawing.Point(216, 41);
     this.ultraLabel33.Name      = "ultraLabel33";
     this.ultraLabel33.Size      = new System.Drawing.Size(72, 16);
     this.ultraLabel33.TabIndex  = 160;
     this.ultraLabel33.Text      = "Moneda";
     //
     // mzCEFuenteDeCambioFactura
     //
     this.mzCEFuenteDeCambioFactura.AutoComplete         = true;
     this.mzCEFuenteDeCambioFactura.DataSource           = null;
     this.mzCEFuenteDeCambioFactura.DisplayMember        = "";
     this.mzCEFuenteDeCambioFactura.DisplayMemberCaption = "";
     this.mzCEFuenteDeCambioFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEFuenteDeCambioFactura.Location             = new System.Drawing.Point(344, 64);
     this.mzCEFuenteDeCambioFactura.MaxItemsDisplay      = 8;
     this.mzCEFuenteDeCambioFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEFuenteDeCambioFactura.Name               = "mzCEFuenteDeCambioFactura";
     this.mzCEFuenteDeCambioFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEFuenteDeCambioFactura.SorterMember       = "";
     this.mzCEFuenteDeCambioFactura.TabIndex           = 5;
     this.mzCEFuenteDeCambioFactura.ValueMember        = "";
     this.mzCEFuenteDeCambioFactura.ValueMemberCaption = "";
     //
     // mzCEMonedaFactura
     //
     this.mzCEMonedaFactura.AutoComplete         = true;
     this.mzCEMonedaFactura.DataSource           = null;
     this.mzCEMonedaFactura.DisplayMember        = "";
     this.mzCEMonedaFactura.DisplayMemberCaption = "";
     this.mzCEMonedaFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEMonedaFactura.Location             = new System.Drawing.Point(344, 40);
     this.mzCEMonedaFactura.MaxItemsDisplay      = 8;
     this.mzCEMonedaFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEMonedaFactura.Name               = "mzCEMonedaFactura";
     this.mzCEMonedaFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEMonedaFactura.SorterMember       = "";
     this.mzCEMonedaFactura.TabIndex           = 4;
     this.mzCEMonedaFactura.ValueMember        = "";
     this.mzCEMonedaFactura.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(16, 16);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel4.TabIndex  = 159;
     this.ultraLabel4.Text      = "Proveedor";
     //
     // mzCmbProveedor
     //
     this.mzCmbProveedor.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbProveedor.DataValue            = "";
     this.mzCmbProveedor.EditObject           = null;
     this.mzCmbProveedor.FastSearch           = false;
     this.mzCmbProveedor.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbProveedor.HierarchicalSearch   = false;
     this.mzCmbProveedor.Location             = new System.Drawing.Point(88, 16);
     this.mzCmbProveedor.Name                 = "mzCmbProveedor";
     this.mzCmbProveedor.ReadOnly             = false;
     this.mzCmbProveedor.SearchObject         = null;
     this.mzCmbProveedor.SearchObjectListener = null;
     this.mzCmbProveedor.Size                 = new System.Drawing.Size(560, 22);
     this.mzCmbProveedor.TabIndex             = 0;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 291);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(846, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 4;
     //
     // uTEObservaciones
     //
     this.uTEObservaciones.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.uTEObservaciones.Location  = new System.Drawing.Point(0, 0);
     this.uTEObservaciones.Multiline = true;
     this.uTEObservaciones.Name      = "uTEObservaciones";
     this.uTEObservaciones.Size      = new System.Drawing.Size(846, 150);
     this.uTEObservaciones.TabIndex  = 2;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 24;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.containerProductos);
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Enabled   = false;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 34;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.containerProductos;
     ultraExplorerBarGroup2.Key       = "Productos";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 453;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Producto";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup3.Key            = "Observaciones";
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(912, 466);
     this.ultraExplorerBar.TabIndex = 25;
     this.ultraExplorerBar.TabStop  = false;
     //
     // FrmConfirmarPreciosProductosCompras
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 494);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConfirmarPreciosProductosCompras";
     this.Text = "FrmConfirmarPreciosProductosCompras";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.containerProductos.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 28
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmPagosGastosServicios));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.tarea                             = new System.Windows.Forms.Label();
     this.gridComprobantes                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotalSeleccionados             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1                            = new System.Windows.Forms.Label();
     this.utbNinguno                        = new Infragistics.Win.Misc.UltraButton();
     this.utbTodos                          = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
     this.gridEX1                           = new Janus.Windows.GridEX.GridEX();
     this.ultraLabel13                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEResponsable                   = new mz.erp.ui.controls.mzComboEditor();
     this.label3                            = new System.Windows.Forms.Label();
     this.mzCEInstanciasCaja                = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel11                      = new Infragistics.Win.Misc.UltraLabel();
     this.uccFecha                          = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ubBuscar                          = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.ubEliminar                        = new Infragistics.Win.Misc.UltraButton();
     this.ubAgregar                         = new Infragistics.Win.Misc.UltraButton();
     this.uneTotal                          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label4                            = new System.Windows.Forms.Label();
     this.gridEXValores                     = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4                    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5                    = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.gridComprobantes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalSeleccionados)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFecha)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.tarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, -28);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(886, 25);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // tarea
     //
     this.tarea.BackColor = System.Drawing.Color.Transparent;
     this.tarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.tarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tarea.Location  = new System.Drawing.Point(0, 0);
     this.tarea.Name      = "tarea";
     this.tarea.Size      = new System.Drawing.Size(886, 23);
     this.tarea.TabIndex  = 1;
     this.tarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridComprobantes
     //
     this.gridComprobantes.Controls.Add(this.uneTotalSeleccionados);
     this.gridComprobantes.Controls.Add(this.label1);
     this.gridComprobantes.Controls.Add(this.utbNinguno);
     this.gridComprobantes.Controls.Add(this.utbTodos);
     this.gridComprobantes.Controls.Add(this.ultraLabel1);
     this.gridComprobantes.Controls.Add(this.gridEX1);
     this.gridComprobantes.Controls.Add(this.ultraLabel13);
     this.gridComprobantes.Controls.Add(this.mzCEResponsable);
     this.gridComprobantes.Controls.Add(this.label3);
     this.gridComprobantes.Controls.Add(this.mzCEInstanciasCaja);
     this.gridComprobantes.Controls.Add(this.ultraLabel11);
     this.gridComprobantes.Controls.Add(this.uccFecha);
     this.gridComprobantes.DockPadding.Top = 12;
     this.gridComprobantes.Location        = new System.Drawing.Point(28, -172);
     this.gridComprobantes.Name            = "gridComprobantes";
     this.gridComprobantes.Size            = new System.Drawing.Size(886, 261);
     this.gridComprobantes.TabIndex        = 0;
     //
     // uneTotalSeleccionados
     //
     this.uneTotalSeleccionados.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotalSeleccionados.Location      = new System.Drawing.Point(520, 232);
     this.uneTotalSeleccionados.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotalSeleccionados.Name          = "uneTotalSeleccionados";
     this.uneTotalSeleccionados.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotalSeleccionados.Size          = new System.Drawing.Size(96, 21);
     this.uneTotalSeleccionados.TabIndex      = 4;
     this.uneTotalSeleccionados.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(390, 233);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 16);
     this.label1.TabIndex  = 121;
     this.label1.Text      = "Total Seleccionados: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // utbNinguno
     //
     this.utbNinguno.AcceptsFocus = false;
     this.utbNinguno.Location     = new System.Drawing.Point(64, 232);
     this.utbNinguno.Name         = "utbNinguno";
     this.utbNinguno.Size         = new System.Drawing.Size(64, 22);
     this.utbNinguno.TabIndex     = 119;
     this.utbNinguno.TabStop      = false;
     this.utbNinguno.Text         = "&Ninguno";
     //
     // utbTodos
     //
     this.utbTodos.AcceptsFocus = false;
     this.utbTodos.Location     = new System.Drawing.Point(0, 232);
     this.utbTodos.Name         = "utbTodos";
     this.utbTodos.Size         = new System.Drawing.Size(64, 22);
     this.utbTodos.TabIndex     = 118;
     this.utbTodos.TabStop      = false;
     this.utbTodos.Text         = "&Todos";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(8, 56);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(152, 16);
     this.ultraLabel1.TabIndex  = 117;
     this.ultraLabel1.Text      = "Comprobantes a Pagar";
     //
     // gridEX1
     //
     this.gridEX1.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEX1.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AutomaticSort    = false;
     this.gridEX1.ContinuousScroll = false;
     this.gridEX1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEX1.GroupByBoxVisible  = false;
     this.gridEX1.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX1.Location           = new System.Drawing.Point(0, 72);
     this.gridEX1.Name       = "gridEX1";
     this.gridEX1.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEX1.Size       = new System.Drawing.Size(880, 160);
     this.gridEX1.TabIndex   = 3;
     //
     // ultraLabel13
     //
     appearance1.TextHAlign       = Infragistics.Win.HAlign.Right;
     this.ultraLabel13.Appearance = appearance1;
     this.ultraLabel13.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location   = new System.Drawing.Point(416, 5);
     this.ultraLabel13.Name       = "ultraLabel13";
     this.ultraLabel13.Size       = new System.Drawing.Size(88, 16);
     this.ultraLabel13.TabIndex   = 115;
     this.ultraLabel13.Text       = "Responsable";
     //
     // mzCEResponsable
     //
     this.mzCEResponsable.AutoComplete         = true;
     this.mzCEResponsable.DataSource           = null;
     this.mzCEResponsable.DisplayMember        = "";
     this.mzCEResponsable.DisplayMemberCaption = "";
     this.mzCEResponsable.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsable.Location             = new System.Drawing.Point(528, 0);
     this.mzCEResponsable.MaxItemsDisplay      = 50;
     this.mzCEResponsable.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsable.Name               = "mzCEResponsable";
     this.mzCEResponsable.Size               = new System.Drawing.Size(256, 21);
     this.mzCEResponsable.SorterMember       = "";
     this.mzCEResponsable.TabIndex           = 2;
     this.mzCEResponsable.ValueMember        = "";
     this.mzCEResponsable.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 42;
     this.label3.Text      = "Caja :";
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete          = true;
     this.mzCEInstanciasCaja.DataSource            = null;
     this.mzCEInstanciasCaja.DisplayMember         = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption  = "";
     this.mzCEInstanciasCaja.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(128, 0);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(272, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 0;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // ultraLabel11
     //
     this.ultraLabel11.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel11.Location  = new System.Drawing.Point(8, 29);
     this.ultraLabel11.Name      = "ultraLabel11";
     this.ultraLabel11.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel11.TabIndex  = 41;
     this.ultraLabel11.Text      = "Fecha";
     //
     // uccFecha
     //
     dateButton1.Caption = "Today";
     this.uccFecha.DateButtons.Add(dateButton1);
     this.uccFecha.Enabled           = false;
     this.uccFecha.Location          = new System.Drawing.Point(128, 24);
     this.uccFecha.Name              = "uccFecha";
     this.uccFecha.NonAutoSizeHeight = 23;
     this.uccFecha.Size              = new System.Drawing.Size(272, 21);
     this.uccFecha.TabIndex          = 1;
     this.uccFecha.Value             = new System.DateTime(2006, 3, 20, 13, 44, 15, 429);
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubBuscar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubEliminar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubAgregar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.gridEXValores);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 148);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(886, 229);
     this.ultraExplorerBarContainerControl3.TabIndex = 5;
     //
     // ubBuscar
     //
     this.ubBuscar.ImageList = this.imglStandar;
     this.ubBuscar.Location  = new System.Drawing.Point(217, 0);
     this.ubBuscar.Name      = "ubBuscar";
     this.ubBuscar.Size      = new System.Drawing.Size(97, 24);
     this.ubBuscar.TabIndex  = 2;
     this.ubBuscar.Text      = "Buscar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ubEliminar
     //
     this.ubEliminar.ImageList = this.imglStandar;
     this.ubEliminar.Location  = new System.Drawing.Point(112, 0);
     this.ubEliminar.Name      = "ubEliminar";
     this.ubEliminar.Size      = new System.Drawing.Size(97, 24);
     this.ubEliminar.TabIndex  = 1;
     this.ubEliminar.Text      = "Eliminar";
     //
     // ubAgregar
     //
     this.ubAgregar.ImageList = this.imglStandar;
     this.ubAgregar.Location  = new System.Drawing.Point(8, 0);
     this.ubAgregar.Name      = "ubAgregar";
     this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
     this.ubAgregar.TabIndex  = 0;
     this.ubAgregar.Text      = "Agregar";
     //
     // uneTotal
     //
     this.uneTotal.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotal.Location      = new System.Drawing.Point(520, 0);
     this.uneTotal.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size          = new System.Drawing.Size(96, 21);
     this.uneTotal.TabIndex      = 3;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(411, 3);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 16);
     this.label4.TabIndex  = 22;
     this.label4.Text      = "Total: ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridEXValores
     //
     this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXValores.AutomaticSort    = false;
     this.gridEXValores.ContinuousScroll = false;
     this.gridEXValores.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEXValores.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEXValores.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEXValores.GroupByBoxVisible  = false;
     this.gridEXValores.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXValores.Location           = new System.Drawing.Point(0, 32);
     this.gridEXValores.Name       = "gridEXValores";
     this.gridEXValores.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXValores.Size       = new System.Drawing.Size(880, 192);
     this.gridEXValores.TabIndex   = 4;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(952, 28);
     this.toolBarStandar.TabIndex       = 51;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 7;
     this.toolBarButton5.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.gridComprobantes);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.gridComprobantes;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 261;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 229;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Detalle de Valores";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(952, 402);
     this.ultraExplorerBar1.TabIndex = 52;
     //
     // FrmPagosGastosServicios
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 430);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmPagosGastosServicios";
     this.Text = "FrmPagosGastosServicios";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.gridComprobantes.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalSeleccionados)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFecha)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 29
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmPerfiles));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.mzCEBusquedaPerfiles = new mz.erp.ui.controls.mzComboEditor();
     this.label3 = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.txtDescripcion        = new System.Windows.Forms.TextBox();
     this.txtIdPerfil           = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.label2                = new System.Windows.Forms.Label();
     this.chkActivo             = new System.Windows.Forms.CheckBox();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.listPerfilesOrdenados = new System.Windows.Forms.ListBox();
     this.listPerfiles          = new System.Windows.Forms.CheckedListBox();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.btnSubir              = new System.Windows.Forms.Button();
     this.imglStandar           = new System.Windows.Forms.ImageList(this.components);
     this.btnBajar              = new System.Windows.Forms.Button();
     this.toolBarStandar        = new System.Windows.Forms.ToolBar();
     this.toolBarButton1        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3        = new System.Windows.Forms.ToolBarButton();
     this.imageList2            = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEBusquedaPerfiles)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(551, 26);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(551, 24);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Label Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox3);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(551, 43);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.mzCEBusquedaPerfiles);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(546, 42);
     this.groupBox3.TabIndex = 37;
     this.groupBox3.TabStop  = false;
     //
     // mzCEBusquedaPerfiles
     //
     this.mzCEBusquedaPerfiles.AutoComplete         = true;
     this.mzCEBusquedaPerfiles.DataSource           = null;
     this.mzCEBusquedaPerfiles.DisplayMember        = "";
     this.mzCEBusquedaPerfiles.DisplayMemberCaption = "";
     this.mzCEBusquedaPerfiles.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEBusquedaPerfiles.Location             = new System.Drawing.Point(88, 13);
     this.mzCEBusquedaPerfiles.MaxItemsDisplay      = 50;
     this.mzCEBusquedaPerfiles.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEBusquedaPerfiles.Name               = "mzCEBusquedaPerfiles";
     this.mzCEBusquedaPerfiles.Size               = new System.Drawing.Size(199, 21);
     this.mzCEBusquedaPerfiles.SorterMember       = "";
     this.mzCEBusquedaPerfiles.TabIndex           = 0;
     this.mzCEBusquedaPerfiles.ValueMember        = "";
     this.mzCEBusquedaPerfiles.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(13, 17);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(67, 16);
     this.label3.TabIndex  = 37;
     this.label3.Text      = "Perfiles";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 211);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(551, 335);
     this.ultraExplorerBarContainerControl2.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtDescripcion);
     this.groupBox2.Controls.Add(this.txtIdPerfil);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.chkActivo);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(546, 60);
     this.groupBox2.TabIndex = 36;
     this.groupBox2.TabStop  = false;
     //
     // txtDescripcion
     //
     this.txtDescripcion.AllowDrop   = true;
     this.txtDescripcion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDescripcion.Location    = new System.Drawing.Point(88, 33);
     this.txtDescripcion.MaxLength   = 100;
     this.txtDescripcion.Name        = "txtDescripcion";
     this.txtDescripcion.Size        = new System.Drawing.Size(199, 20);
     this.txtDescripcion.TabIndex    = 3;
     this.txtDescripcion.Text        = "";
     //
     // txtIdPerfil
     //
     this.txtIdPerfil.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.txtIdPerfil.InputMask = "nnnnn";
     this.txtIdPerfil.Location  = new System.Drawing.Point(88, 11);
     this.txtIdPerfil.Name      = "txtIdPerfil";
     this.txtIdPerfil.Size      = new System.Drawing.Size(80, 20);
     this.txtIdPerfil.TabIndex  = 1;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(13, 15);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "Nro Perfil";
     //
     // chkActivo
     //
     this.chkActivo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkActivo.Location   = new System.Drawing.Point(214, 12);
     this.chkActivo.Name       = "chkActivo";
     this.chkActivo.Size       = new System.Drawing.Size(72, 19);
     this.chkActivo.TabIndex   = 2;
     this.chkActivo.Text       = "Activo";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(13, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 34;
     this.label1.Text      = "Descripcion";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listPerfilesOrdenados);
     this.groupBox1.Controls.Add(this.listPerfiles);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.btnSubir);
     this.groupBox1.Controls.Add(this.btnBajar);
     this.groupBox1.Location = new System.Drawing.Point(0, 63);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(546, 273);
     this.groupBox1.TabIndex = 27;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Seleccionar Perfiles";
     //
     // listPerfilesOrdenados
     //
     this.listPerfilesOrdenados.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listPerfilesOrdenados.Location    = new System.Drawing.Point(294, 33);
     this.listPerfilesOrdenados.Name        = "listPerfilesOrdenados";
     this.listPerfilesOrdenados.Size        = new System.Drawing.Size(208, 158);
     this.listPerfilesOrdenados.TabIndex    = 5;
     //
     // listPerfiles
     //
     this.listPerfiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listPerfiles.Location    = new System.Drawing.Point(11, 33);
     this.listPerfiles.Name        = "listPerfiles";
     this.listPerfiles.Size        = new System.Drawing.Size(276, 227);
     this.listPerfiles.TabIndex    = 4;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(295, 17);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(136, 16);
     this.label5.TabIndex  = 40;
     this.label5.Text      = "Orden por prioridad";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(12, 17);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 39;
     this.label4.Text      = "Perfiles existentes";
     //
     // btnSubir
     //
     this.btnSubir.ImageIndex = 11;
     this.btnSubir.ImageList  = this.imglStandar;
     this.btnSubir.Location   = new System.Drawing.Point(510, 76);
     this.btnSubir.Name       = "btnSubir";
     this.btnSubir.Size       = new System.Drawing.Size(25, 32);
     this.btnSubir.TabIndex   = 6;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnBajar
     //
     this.btnBajar.ImageIndex = 12;
     this.btnBajar.ImageList  = this.imglStandar;
     this.btnBajar.Location   = new System.Drawing.Point(510, 108);
     this.btnBajar.Name       = "btnBajar";
     this.btnBajar.Size       = new System.Drawing.Size(25, 32);
     this.btnBajar.TabIndex   = 7;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList2;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(600, 28);
     this.toolBarStandar.TabIndex       = 22;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 4;
     this.toolBarButton1.Text       = "&Aceptar";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 7;
     this.toolBarButton3.Text       = "&Cancelar";
     //
     // imageList2
     //
     this.imageList2.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "Busqueda";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 43;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Seleccionar Perfil";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Datos";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 335;
     ultraExplorerBarGroup3.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.True;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Datos Perfil";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(600, 574);
     this.ultraExplorerBar1.TabIndex = 0;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmPerfiles
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(600, 602);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmPerfiles";
     this.Text = "FrmAbmPerfiles";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCEBusquedaPerfiles)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 30
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmTarea));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.panelABMTareas                = new System.Windows.Forms.GroupBox();
     this.cboComplejidad                = new System.Windows.Forms.ComboBox();
     this.label9                        = new System.Windows.Forms.Label();
     this.label6                        = new System.Windows.Forms.Label();
     this.txtCodigo                     = new System.Windows.Forms.TextBox();
     this.label5                        = new System.Windows.Forms.Label();
     this.uneValorCliente               = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneValorTecnicoProvisorio     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneValorTecnico               = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label8                        = new System.Windows.Forms.Label();
     this.label7                        = new System.Windows.Forms.Label();
     this.label2                        = new System.Windows.Forms.Label();
     this.uneDuracion                   = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1                        = new System.Windows.Forms.Label();
     this.txtDescripcion                = new System.Windows.Forms.TextBox();
     this.label3                        = new System.Windows.Forms.Label();
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.panelBotonesConfirmacionTarea = new System.Windows.Forms.GroupBox();
     this.btnCancelar                   = new Infragistics.Win.Misc.UltraButton();
     this.btnAceptar                    = new Infragistics.Win.Misc.UltraButton();
     this.mzCETareas                    = new mz.erp.ui.controls.mzComboEditor();
     this.label4                        = new System.Windows.Forms.Label();
     this.panelBotonesABMTareas         = new System.Windows.Forms.GroupBox();
     this.btnModificarTarea             = new Infragistics.Win.Misc.UltraButton();
     this.btnAgregarTarea               = new Infragistics.Win.Misc.UltraButton();
     this.btnBorrarTarea                = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar                   = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                = new System.Windows.Forms.ToolBar();
     this.tbFirst                       = new System.Windows.Forms.ToolBarButton();
     this.tbPrev                        = new System.Windows.Forms.ToolBarButton();
     this.tbNext                        = new System.Windows.Forms.ToolBarButton();
     this.tbLast                        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5                = new System.Windows.Forms.ToolBarButton();
     this.tbActualizar                  = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7                = new System.Windows.Forms.ToolBarButton();
     this.tbTerminar                    = new System.Windows.Forms.ToolBarButton();
     this.tbStep3                       = new System.Windows.Forms.ToolBarButton();
     this.tbDelete                      = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1             = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.mzProductosControl            = new mz.erp.ui.controls.mzProductosControl();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.panelABMTareas.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCliente)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorTecnicoProvisorio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorTecnico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDuracion)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panelBotonesConfirmacionTarea.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCETareas)).BeginInit();
     this.panelBotonesABMTareas.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(755, 26);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(755, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panelABMTareas);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(755, 220);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // panelABMTareas
     //
     this.panelABMTareas.BackColor = System.Drawing.Color.Transparent;
     this.panelABMTareas.Controls.Add(this.mzProductosControl);
     this.panelABMTareas.Controls.Add(this.cboComplejidad);
     this.panelABMTareas.Controls.Add(this.label9);
     this.panelABMTareas.Controls.Add(this.label6);
     this.panelABMTareas.Controls.Add(this.txtCodigo);
     this.panelABMTareas.Controls.Add(this.label5);
     this.panelABMTareas.Controls.Add(this.uneValorCliente);
     this.panelABMTareas.Controls.Add(this.uneValorTecnicoProvisorio);
     this.panelABMTareas.Controls.Add(this.uneValorTecnico);
     this.panelABMTareas.Controls.Add(this.label8);
     this.panelABMTareas.Controls.Add(this.label7);
     this.panelABMTareas.Controls.Add(this.label2);
     this.panelABMTareas.Controls.Add(this.uneDuracion);
     this.panelABMTareas.Controls.Add(this.label1);
     this.panelABMTareas.Controls.Add(this.txtDescripcion);
     this.panelABMTareas.Controls.Add(this.label3);
     this.panelABMTareas.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelABMTareas.Location = new System.Drawing.Point(0, 48);
     this.panelABMTareas.Name     = "panelABMTareas";
     this.panelABMTareas.Size     = new System.Drawing.Size(755, 172);
     this.panelABMTareas.TabIndex = 158;
     this.panelABMTareas.TabStop  = false;
     //
     // cboComplejidad
     //
     this.cboComplejidad.Location = new System.Drawing.Point(128, 88);
     this.cboComplejidad.Name     = "cboComplejidad";
     this.cboComplejidad.Size     = new System.Drawing.Size(96, 21);
     this.cboComplejidad.TabIndex = 178;
     this.cboComplejidad.Tag      = "TiposDeComprobantes";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label9.Location  = new System.Drawing.Point(8, 88);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(128, 16);
     this.label9.TabIndex  = 177;
     this.label9.Text      = "Complejidad";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 64);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 16);
     this.label6.TabIndex  = 175;
     this.label6.Text      = "Producto";
     //
     // txtCodigo
     //
     this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCodigo.Location        = new System.Drawing.Point(128, 40);
     this.txtCodigo.Name            = "txtCodigo";
     this.txtCodigo.Size            = new System.Drawing.Size(96, 20);
     this.txtCodigo.TabIndex        = 174;
     this.txtCodigo.Text            = "";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label5.Location  = new System.Drawing.Point(8, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(128, 16);
     this.label5.TabIndex  = 173;
     this.label5.Text      = "Código";
     //
     // uneValorCliente
     //
     this.uneValorCliente.Location    = new System.Drawing.Point(392, 112);
     this.uneValorCliente.Name        = "uneValorCliente";
     this.uneValorCliente.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorCliente.Size        = new System.Drawing.Size(88, 21);
     this.uneValorCliente.TabIndex    = 172;
     //
     // uneValorTecnicoProvisorio
     //
     this.uneValorTecnicoProvisorio.Location    = new System.Drawing.Point(392, 136);
     this.uneValorTecnicoProvisorio.Name        = "uneValorTecnicoProvisorio";
     this.uneValorTecnicoProvisorio.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorTecnicoProvisorio.Size        = new System.Drawing.Size(88, 21);
     this.uneValorTecnicoProvisorio.TabIndex    = 171;
     //
     // uneValorTecnico
     //
     this.uneValorTecnico.Location    = new System.Drawing.Point(128, 136);
     this.uneValorTecnico.Name        = "uneValorTecnico";
     this.uneValorTecnico.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorTecnico.Size        = new System.Drawing.Size(88, 21);
     this.uneValorTecnico.TabIndex    = 170;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label8.Location  = new System.Drawing.Point(240, 112);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(128, 16);
     this.label8.TabIndex  = 169;
     this.label8.Text      = "Valor Cliente";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label7.Location  = new System.Drawing.Point(240, 136);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(128, 16);
     this.label7.TabIndex  = 168;
     this.label7.Text      = "Valor Técnico Provisorio";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label2.Location  = new System.Drawing.Point(8, 136);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(128, 16);
     this.label2.TabIndex  = 165;
     this.label2.Text      = "Valor Técnico";
     //
     // uneDuracion
     //
     this.uneDuracion.Location      = new System.Drawing.Point(128, 112);
     this.uneDuracion.MaxValue      = 99999;
     this.uneDuracion.MinValue      = 0;
     this.uneDuracion.Name          = "uneDuracion";
     this.uneDuracion.Size          = new System.Drawing.Size(72, 21);
     this.uneDuracion.TabIndex      = 164;
     this.uneDuracion.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label1.Location  = new System.Drawing.Point(8, 112);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 16);
     this.label1.TabIndex  = 163;
     this.label1.Text      = "Duración";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(128, 16);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(320, 20);
     this.txtDescripcion.TabIndex = 162;
     this.txtDescripcion.Text     = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label3.Location  = new System.Drawing.Point(8, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 16);
     this.label3.TabIndex  = 161;
     this.label3.Text      = "Descripción";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.panelBotonesConfirmacionTarea);
     this.groupBox1.Controls.Add(this.mzCETareas);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.panelBotonesABMTareas);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(755, 48);
     this.groupBox1.TabIndex = 157;
     this.groupBox1.TabStop  = false;
     //
     // panelBotonesConfirmacionTarea
     //
     this.panelBotonesConfirmacionTarea.BackColor = System.Drawing.Color.Transparent;
     this.panelBotonesConfirmacionTarea.Controls.Add(this.btnCancelar);
     this.panelBotonesConfirmacionTarea.Controls.Add(this.btnAceptar);
     this.panelBotonesConfirmacionTarea.Location = new System.Drawing.Point(408, 16);
     this.panelBotonesConfirmacionTarea.Name     = "panelBotonesConfirmacionTarea";
     this.panelBotonesConfirmacionTarea.Size     = new System.Drawing.Size(160, 24);
     this.panelBotonesConfirmacionTarea.TabIndex = 155;
     this.panelBotonesConfirmacionTarea.TabStop  = false;
     //
     // btnCancelar
     //
     this.btnCancelar.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnCancelar.Enabled  = false;
     this.btnCancelar.Location = new System.Drawing.Point(80, 0);
     this.btnCancelar.Name     = "btnCancelar";
     this.btnCancelar.Size     = new System.Drawing.Size(80, 24);
     this.btnCancelar.TabIndex = 149;
     this.btnCancelar.Text     = "Cancelar";
     //
     // btnAceptar
     //
     this.btnAceptar.Location = new System.Drawing.Point(0, 0);
     this.btnAceptar.Name     = "btnAceptar";
     this.btnAceptar.Size     = new System.Drawing.Size(80, 24);
     this.btnAceptar.TabIndex = 148;
     this.btnAceptar.Text     = "Aceptar";
     //
     // mzCETareas
     //
     this.mzCETareas.AutoComplete         = true;
     this.mzCETareas.DataSource           = null;
     this.mzCETareas.DisplayMember        = "";
     this.mzCETareas.DisplayMemberCaption = "";
     this.mzCETareas.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCETareas.Location             = new System.Drawing.Point(80, 16);
     this.mzCETareas.MaxDropDownItems     = 7;
     this.mzCETareas.MaxItemsDisplay      = 50;
     this.mzCETareas.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCETareas.Name               = "mzCETareas";
     this.mzCETareas.Size               = new System.Drawing.Size(288, 21);
     this.mzCETareas.SorterMember       = "";
     this.mzCETareas.TabIndex           = 140;
     this.mzCETareas.ValueMember        = "";
     this.mzCETareas.ValueMemberCaption = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(8, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 16);
     this.label4.TabIndex  = 135;
     this.label4.Text      = "Tareas";
     //
     // panelBotonesABMTareas
     //
     this.panelBotonesABMTareas.BackColor = System.Drawing.Color.Transparent;
     this.panelBotonesABMTareas.Controls.Add(this.btnModificarTarea);
     this.panelBotonesABMTareas.Controls.Add(this.btnAgregarTarea);
     this.panelBotonesABMTareas.Controls.Add(this.btnBorrarTarea);
     this.panelBotonesABMTareas.Location = new System.Drawing.Point(408, 16);
     this.panelBotonesABMTareas.Name     = "panelBotonesABMTareas";
     this.panelBotonesABMTareas.Size     = new System.Drawing.Size(240, 24);
     this.panelBotonesABMTareas.TabIndex = 154;
     this.panelBotonesABMTareas.TabStop  = false;
     //
     // btnModificarTarea
     //
     this.btnModificarTarea.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnModificarTarea.Enabled  = false;
     this.btnModificarTarea.Location = new System.Drawing.Point(80, 0);
     this.btnModificarTarea.Name     = "btnModificarTarea";
     this.btnModificarTarea.Size     = new System.Drawing.Size(80, 24);
     this.btnModificarTarea.TabIndex = 142;
     this.btnModificarTarea.Text     = "Modificar";
     //
     // btnAgregarTarea
     //
     this.btnAgregarTarea.Location = new System.Drawing.Point(0, 0);
     this.btnAgregarTarea.Name     = "btnAgregarTarea";
     this.btnAgregarTarea.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregarTarea.TabIndex = 141;
     this.btnAgregarTarea.Text     = "Agregar";
     //
     // btnBorrarTarea
     //
     this.btnBorrarTarea.BackColor = System.Drawing.Color.Transparent;
     this.btnBorrarTarea.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnBorrarTarea.Enabled   = false;
     this.btnBorrarTarea.Location  = new System.Drawing.Point(160, 0);
     this.btnBorrarTarea.Name      = "btnBorrarTarea";
     this.btnBorrarTarea.Size      = new System.Drawing.Size(80, 24);
     this.btnBorrarTarea.TabIndex  = 143;
     this.btnBorrarTarea.Text      = "Borrar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirst,
         this.tbPrev,
         this.tbNext,
         this.tbLast,
         this.toolBarButton5,
         this.tbActualizar,
         this.toolBarButton7,
         this.tbTerminar,
         this.tbStep3,
         this.tbDelete
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(804, 28);
     this.toolBarStandar.TabIndex       = 55;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbFirst
     //
     this.tbFirst.ImageIndex = 0;
     this.tbFirst.Visible    = false;
     //
     // tbPrev
     //
     this.tbPrev.ImageIndex = 1;
     this.tbPrev.Visible    = false;
     //
     // tbNext
     //
     this.tbNext.ImageIndex = 2;
     this.tbNext.Visible    = false;
     //
     // tbLast
     //
     this.tbLast.ImageIndex = 3;
     this.tbLast.Visible    = false;
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton5.Visible = false;
     //
     // tbActualizar
     //
     this.tbActualizar.ImageIndex = 5;
     this.tbActualizar.Visible    = false;
     //
     // toolBarButton7
     //
     this.toolBarButton7.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton7.Visible = false;
     //
     // tbTerminar
     //
     this.tbTerminar.ImageIndex = 7;
     this.tbTerminar.Text       = "&Terminar";
     //
     // tbStep3
     //
     this.tbStep3.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.tbStep3.Visible = false;
     //
     // tbDelete
     //
     this.tbDelete.ImageIndex = 7;
     this.tbDelete.Text       = "Borrar";
     this.tbDelete.Visible    = false;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 220;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Datos Generales";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(804, 376);
     this.ultraExplorerBar1.TabIndex = 56;
     //
     // mzProductosControl
     //
     this.mzProductosControl.BackColor            = System.Drawing.Color.Transparent;
     this.mzProductosControl.EnabledCantidad      = false;
     this.mzProductosControl.EnabledListaDePrecio = true;
     this.mzProductosControl.Location             = new System.Drawing.Point(120, 56);
     this.mzProductosControl.Name                            = "mzProductosControl";
     this.mzProductosControl.Size                            = new System.Drawing.Size(407, 28);
     this.mzProductosControl.TabIndex                        = 179;
     this.mzProductosControl.VisibleCantidad                 = true;
     this.mzProductosControl.VisibleComboListaDePrecios      = true;
     this.mzProductosControl.VisibleComboTipoDePrecioDeCosto = false;
     this.mzProductosControl.VisiblePrecios                  = true;
     //
     // FrmAbmTarea
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(804, 404);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmTarea";
     this.Text = "FrmAbmTarea";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.panelABMTareas.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCliente)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorTecnicoProvisorio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorTecnico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDuracion)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panelBotonesConfirmacionTarea.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCETareas)).EndInit();
     this.panelBotonesABMTareas.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 31
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmProductosSucursales));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridProductos           = new Janus.Windows.GridEX.GridEX();
     this.btnRemover              = new System.Windows.Forms.Button();
     this.btnTransferir           = new System.Windows.Forms.Button();
     this.btnRemoverTodo          = new System.Windows.Forms.Button();
     this.btnTransferirTodo       = new System.Windows.Forms.Button();
     this.gridProductosSucursales = new Janus.Windows.GridEX.GridEX();
     this.gridSucursales          = new Janus.Windows.GridEX.GridEX();
     this.imglStandar             = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar          = new System.Windows.Forms.ToolBar();
     this.tbbAnterior             = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator            = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente            = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2           = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar             = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1       = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductosSucursales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridSucursales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(958, 24);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(958, 24);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Información general de productos en Sucursales";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridProductos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.btnRemover);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.btnTransferir);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.btnRemoverTodo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.btnTransferirTodo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridProductosSucursales);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridSucursales);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(958, 373);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.GroupByBoxVisible  = false;
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(0, 22);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridProductos.Size               = new System.Drawing.Size(408, 152);
     this.gridProductos.TabIndex           = 73;
     this.gridProductos.TabStop            = false;
     //
     // btnRemover
     //
     this.btnRemover.Enabled  = false;
     this.btnRemover.Location = new System.Drawing.Point(408, 113);
     this.btnRemover.Name     = "btnRemover";
     this.btnRemover.Size     = new System.Drawing.Size(48, 16);
     this.btnRemover.TabIndex = 72;
     this.btnRemover.Text     = "<";
     //
     // btnTransferir
     //
     this.btnTransferir.Enabled  = false;
     this.btnTransferir.Location = new System.Drawing.Point(408, 65);
     this.btnTransferir.Name     = "btnTransferir";
     this.btnTransferir.Size     = new System.Drawing.Size(48, 16);
     this.btnTransferir.TabIndex = 71;
     this.btnTransferir.Text     = ">";
     //
     // btnRemoverTodo
     //
     this.btnRemoverTodo.Enabled  = false;
     this.btnRemoverTodo.Location = new System.Drawing.Point(408, 97);
     this.btnRemoverTodo.Name     = "btnRemoverTodo";
     this.btnRemoverTodo.Size     = new System.Drawing.Size(48, 16);
     this.btnRemoverTodo.TabIndex = 70;
     this.btnRemoverTodo.Text     = "<<";
     //
     // btnTransferirTodo
     //
     this.btnTransferirTodo.Enabled  = false;
     this.btnTransferirTodo.Location = new System.Drawing.Point(408, 81);
     this.btnTransferirTodo.Name     = "btnTransferirTodo";
     this.btnTransferirTodo.Size     = new System.Drawing.Size(48, 16);
     this.btnTransferirTodo.TabIndex = 69;
     this.btnTransferirTodo.Text     = ">>";
     //
     // gridProductosSucursales
     //
     this.gridProductosSucursales.AllowCardSizing = false;
     this.gridProductosSucursales.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridProductosSucursales.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductosSucursales.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductosSucursales.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductosSucursales.GroupByBoxVisible  = false;
     this.gridProductosSucursales.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductosSucursales.Location           = new System.Drawing.Point(456, 24);
     this.gridProductosSucursales.Name               = "gridProductosSucursales";
     this.gridProductosSucursales.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridProductosSucursales.Size               = new System.Drawing.Size(496, 304);
     this.gridProductosSucursales.TabIndex           = 68;
     this.gridProductosSucursales.TabStop            = false;
     //
     // gridSucursales
     //
     this.gridSucursales.AllowCardSizing = false;
     this.gridSucursales.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridSucursales.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridSucursales.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridSucursales.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridSucursales.GroupByBoxVisible  = false;
     this.gridSucursales.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridSucursales.Location           = new System.Drawing.Point(0, 176);
     this.gridSucursales.Name               = "gridSucursales";
     this.gridSucursales.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridSucursales.Size               = new System.Drawing.Size(408, 152);
     this.gridSucursales.TabIndex           = 67;
     this.gridSucursales.TabStop            = false;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(1024, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 373;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Datos Generales";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(1024, 490);
     this.ultraExplorerBar1.TabIndex = 20;
     //
     // FrmAbmProductosSucursales
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1024, 518);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmProductosSucursales";
     this.Text = "FrmAbmProductosSucursales";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductosSucursales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridSucursales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance    appearance1     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2     = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance27    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance26    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9  = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem58 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem59 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem60 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem61 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem62 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem63 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem64 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem65 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem66 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem67 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem68 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem69 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem70 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem71 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem72 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Appearance    appearance4     = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     this.ultraExpandableGroupBox1      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.GRP_Attendance = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.BTN_MeetingMonth      = new Infragistics.Win.Misc.UltraButton();
     this.lbl_Meetingmonth      = new System.Windows.Forms.Label();
     this.CMX_MeetingMonth      = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.TXT_ToDate            = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbl_toDate            = new System.Windows.Forms.Label();
     this.TXT_fromDate          = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.BTN_LoadMeetingByDate = new Infragistics.Win.Misc.UltraButton();
     this.lbl_fromDate          = new System.Windows.Forms.Label();
     this.CR = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.vIWGetPeopleData1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.goodShepherdDataSet            = new GoodShepherd.GoodShepherdDataSet();
     this.vIWChurchBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.vIW_ChurchTableAdapter         = new GoodShepherd.GoodShepherdDataSetTableAdapters.VIW_ChurchTableAdapter();
     this.vIW_GetPeopleData1TableAdapter = new GoodShepherd.GoodShepherdDataSetTableAdapters.VIW_GetPeopleData1TableAdapter();
     this.EXP_MainItems                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExpandableGroupBox2      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GRP_Attendance)).BeginInit();
     this.GRP_Attendance.SuspendLayout();
     this.ultraExpandableGroupBoxPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CMX_MeetingMonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_ToDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_fromDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWGetPeopleData1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.goodShepherdDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWChurchBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EXP_MainItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
     this.ultraExpandableGroupBox2.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExpandableGroupBox1
     //
     appearance1.BackColor = System.Drawing.Color.White;
     this.ultraExpandableGroupBox1.Appearance  = appearance1;
     this.ultraExpandableGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     appearance2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance2.BackColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance2.BorderColor = System.Drawing.Color.Transparent;
     this.ultraExpandableGroupBox1.ContentAreaAppearance = appearance2;
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.ultraExpandableGroupBox1.Dock         = System.Windows.Forms.DockStyle.Right;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(297, 586);
     appearance27.BackColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance27.BackColor2                        = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance27.FontData.BoldAsString             = "True";
     appearance27.FontData.SizeInPoints             = 9F;
     appearance27.ForeColor                         = System.Drawing.Color.White;
     this.ultraExpandableGroupBox1.HeaderAppearance = appearance27;
     this.ultraExpandableGroupBox1.HeaderPosition   = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightInsideBorder;
     this.ultraExpandableGroupBox1.Location         = new System.Drawing.Point(537, 0);
     this.ultraExpandableGroupBox1.Name             = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.ultraExpandableGroupBox1.Size             = new System.Drawing.Size(297, 586);
     this.ultraExpandableGroupBox1.TabIndex         = 215;
     this.ultraExpandableGroupBox1.Text             = "Reports";
     this.ultraExpandableGroupBox1.ViewStyle        = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraExpandableGroupBox2);
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.GRP_Attendance);
     this.ultraExpandableGroupBoxPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(0, 0);
     this.ultraExpandableGroupBoxPanel2.Name     = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size     = new System.Drawing.Size(277, 586);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     //
     // GRP_Attendance
     //
     appearance26.BackColor               = System.Drawing.Color.Transparent;
     appearance26.BackColor2              = System.Drawing.Color.Transparent;
     this.GRP_Attendance.Appearance       = appearance26;
     this.GRP_Attendance.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
     this.GRP_Attendance.Controls.Add(this.ultraExpandableGroupBoxPanel4);
     this.GRP_Attendance.Dock               = System.Windows.Forms.DockStyle.Bottom;
     this.GRP_Attendance.ExpandedSize       = new System.Drawing.Size(277, 207);
     this.GRP_Attendance.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Near;
     this.GRP_Attendance.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GRP_Attendance.HeaderPosition     = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOnBorder;
     this.GRP_Attendance.Location           = new System.Drawing.Point(0, 379);
     this.GRP_Attendance.Name               = "GRP_Attendance";
     this.GRP_Attendance.Size               = new System.Drawing.Size(277, 207);
     this.GRP_Attendance.TabIndex           = 217;
     this.GRP_Attendance.Text               = "اعدادات التقرير";
     //
     // ultraExpandableGroupBoxPanel4
     //
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.BTN_MeetingMonth);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.lbl_Meetingmonth);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.CMX_MeetingMonth);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.TXT_ToDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.lbl_toDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.TXT_fromDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.BTN_LoadMeetingByDate);
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.lbl_fromDate);
     this.ultraExpandableGroupBoxPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(3, 19);
     this.ultraExpandableGroupBoxPanel4.Name     = "ultraExpandableGroupBoxPanel4";
     this.ultraExpandableGroupBoxPanel4.Size     = new System.Drawing.Size(271, 185);
     this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
     //
     // BTN_MeetingMonth
     //
     this.BTN_MeetingMonth.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.BTN_MeetingMonth.Location    = new System.Drawing.Point(4, 62);
     this.BTN_MeetingMonth.Name        = "BTN_MeetingMonth";
     this.BTN_MeetingMonth.Size        = new System.Drawing.Size(69, 23);
     this.BTN_MeetingMonth.TabIndex    = 17;
     this.BTN_MeetingMonth.Text        = "Load ";
     this.BTN_MeetingMonth.Click      += new System.EventHandler(this.BTN_MeetingMonth_Click);
     //
     // lbl_Meetingmonth
     //
     this.lbl_Meetingmonth.AutoSize  = true;
     this.lbl_Meetingmonth.BackColor = System.Drawing.Color.Transparent;
     this.lbl_Meetingmonth.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_Meetingmonth.Location  = new System.Drawing.Point(220, 68);
     this.lbl_Meetingmonth.Name      = "lbl_Meetingmonth";
     this.lbl_Meetingmonth.Size      = new System.Drawing.Size(38, 15);
     this.lbl_Meetingmonth.TabIndex  = 16;
     this.lbl_Meetingmonth.Text      = "فى شهر";
     //
     // CMX_MeetingMonth
     //
     this.CMX_MeetingMonth.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     valueListItem1.DataValue           = 1;
     valueListItem1.DisplayText         = "يناير";
     valueListItem2.DataValue           = 2;
     valueListItem2.DisplayText         = "فبراير";
     valueListItem3.DataValue           = 3;
     valueListItem3.DisplayText         = "مارس";
     valueListItem7.DataValue           = 4;
     valueListItem7.DisplayText         = "ابريل";
     valueListItem8.DataValue           = 5;
     valueListItem8.DisplayText         = "مايو";
     valueListItem9.DataValue           = 6;
     valueListItem9.DisplayText         = "يونيو";
     valueListItem10.DataValue          = 7;
     valueListItem10.DisplayText        = "يوليو";
     valueListItem11.DataValue          = 8;
     valueListItem11.DisplayText        = "اغسطس";
     valueListItem12.DataValue          = 9;
     valueListItem12.DisplayText        = "سبمتمبر";
     valueListItem20.DataValue          = 10;
     valueListItem20.DisplayText        = "اكتوبر";
     valueListItem21.DataValue          = 11;
     valueListItem21.DisplayText        = "نوفمبر";
     valueListItem22.DataValue          = 12;
     valueListItem22.DisplayText        = "ديسمبر";
     this.CMX_MeetingMonth.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1,
         valueListItem2,
         valueListItem3,
         valueListItem7,
         valueListItem8,
         valueListItem9,
         valueListItem10,
         valueListItem11,
         valueListItem12,
         valueListItem20,
         valueListItem21,
         valueListItem22
     });
     this.CMX_MeetingMonth.Location = new System.Drawing.Point(87, 65);
     this.CMX_MeetingMonth.Name     = "CMX_MeetingMonth";
     this.CMX_MeetingMonth.Size     = new System.Drawing.Size(110, 21);
     this.CMX_MeetingMonth.TabIndex = 15;
     //
     // TXT_ToDate
     //
     this.TXT_ToDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     valueListItem23.DataValue    = 1;
     valueListItem23.DisplayText  = "يناير";
     valueListItem24.DataValue    = 2;
     valueListItem24.DisplayText  = "فبراير";
     valueListItem25.DataValue    = 3;
     valueListItem25.DisplayText  = "مارس";
     valueListItem26.DataValue    = 4;
     valueListItem26.DisplayText  = "ابريل";
     valueListItem27.DataValue    = 5;
     valueListItem27.DisplayText  = "مايو";
     valueListItem28.DataValue    = 6;
     valueListItem28.DisplayText  = "يونيو";
     valueListItem29.DataValue    = 7;
     valueListItem29.DisplayText  = "يوليو";
     valueListItem30.DataValue    = 8;
     valueListItem30.DisplayText  = "اغسطس";
     valueListItem31.DataValue    = 9;
     valueListItem31.DisplayText  = "سبمتمبر";
     valueListItem58.DataValue    = 10;
     valueListItem58.DisplayText  = "اكتوبر";
     valueListItem59.DataValue    = 11;
     valueListItem59.DisplayText  = "نوفمبر";
     valueListItem60.DataValue    = 12;
     valueListItem60.DisplayText  = "ديسمبر";
     this.TXT_ToDate.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem23,
         valueListItem24,
         valueListItem25,
         valueListItem26,
         valueListItem27,
         valueListItem28,
         valueListItem29,
         valueListItem30,
         valueListItem31,
         valueListItem58,
         valueListItem59,
         valueListItem60
     });
     this.TXT_ToDate.Location = new System.Drawing.Point(87, 34);
     this.TXT_ToDate.Name     = "TXT_ToDate";
     this.TXT_ToDate.Size     = new System.Drawing.Size(110, 21);
     this.TXT_ToDate.TabIndex = 13;
     //
     // lbl_toDate
     //
     this.lbl_toDate.AutoSize  = true;
     this.lbl_toDate.BackColor = System.Drawing.Color.Transparent;
     this.lbl_toDate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_toDate.Location  = new System.Drawing.Point(221, 34);
     this.lbl_toDate.Name      = "lbl_toDate";
     this.lbl_toDate.Size      = new System.Drawing.Size(45, 15);
     this.lbl_toDate.TabIndex  = 10;
     this.lbl_toDate.Text      = "الى تاريخ";
     this.lbl_toDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // TXT_fromDate
     //
     this.TXT_fromDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2013;
     valueListItem61.DataValue      = 1;
     valueListItem61.DisplayText    = "يناير";
     valueListItem62.DataValue      = 2;
     valueListItem62.DisplayText    = "فبراير";
     valueListItem63.DataValue      = 3;
     valueListItem63.DisplayText    = "مارس";
     valueListItem64.DataValue      = 4;
     valueListItem64.DisplayText    = "ابريل";
     valueListItem65.DataValue      = 5;
     valueListItem65.DisplayText    = "مايو";
     valueListItem66.DataValue      = 6;
     valueListItem66.DisplayText    = "يونيو";
     valueListItem67.DataValue      = 7;
     valueListItem67.DisplayText    = "يوليو";
     valueListItem68.DataValue      = 8;
     valueListItem68.DisplayText    = "اغسطس";
     valueListItem69.DataValue      = 9;
     valueListItem69.DisplayText    = "سبمتمبر";
     valueListItem70.DataValue      = 10;
     valueListItem70.DisplayText    = "اكتوبر";
     valueListItem71.DataValue      = 11;
     valueListItem71.DisplayText    = "نوفمبر";
     valueListItem72.DataValue      = 12;
     valueListItem72.DisplayText    = "ديسمبر";
     this.TXT_fromDate.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem61,
         valueListItem62,
         valueListItem63,
         valueListItem64,
         valueListItem65,
         valueListItem66,
         valueListItem67,
         valueListItem68,
         valueListItem69,
         valueListItem70,
         valueListItem71,
         valueListItem72
     });
     this.TXT_fromDate.Location = new System.Drawing.Point(87, 2);
     this.TXT_fromDate.Name     = "TXT_fromDate";
     this.TXT_fromDate.Size     = new System.Drawing.Size(110, 21);
     this.TXT_fromDate.TabIndex = 14;
     //
     // BTN_LoadMeetingByDate
     //
     this.BTN_LoadMeetingByDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2013Button;
     this.BTN_LoadMeetingByDate.Location    = new System.Drawing.Point(4, 33);
     this.BTN_LoadMeetingByDate.Name        = "BTN_LoadMeetingByDate";
     this.BTN_LoadMeetingByDate.Size        = new System.Drawing.Size(69, 23);
     this.BTN_LoadMeetingByDate.TabIndex    = 12;
     this.BTN_LoadMeetingByDate.Text        = "Load ";
     this.BTN_LoadMeetingByDate.Click      += new System.EventHandler(this.BTN_LoadByDate_Click);
     //
     // lbl_fromDate
     //
     this.lbl_fromDate.AutoSize  = true;
     this.lbl_fromDate.BackColor = System.Drawing.Color.Transparent;
     this.lbl_fromDate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_fromDate.Location  = new System.Drawing.Point(218, 5);
     this.lbl_fromDate.Name      = "lbl_fromDate";
     this.lbl_fromDate.Size      = new System.Drawing.Size(46, 15);
     this.lbl_fromDate.TabIndex  = 11;
     this.lbl_fromDate.Text      = "من تاريخ ";
     this.lbl_fromDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // CR
     //
     this.CR.ActiveViewIndex          = -1;
     this.CR.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.CR.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.CR.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.CR.Location                 = new System.Drawing.Point(0, 0);
     this.CR.Name                     = "CR";
     this.CR.ShowGroupTreeButton      = false;
     this.CR.ShowLogo                 = false;
     this.CR.ShowParameterPanelButton = false;
     this.CR.ShowRefreshButton        = false;
     this.CR.Size                     = new System.Drawing.Size(537, 586);
     this.CR.TabIndex                 = 216;
     this.CR.ToolPanelView            = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
     //
     // vIWGetPeopleData1BindingSource
     //
     this.vIWGetPeopleData1BindingSource.DataMember = "VIW_GetPeopleData1";
     this.vIWGetPeopleData1BindingSource.DataSource = this.goodShepherdDataSet;
     //
     // goodShepherdDataSet
     //
     this.goodShepherdDataSet.DataSetName             = "GoodShepherdDataSet";
     this.goodShepherdDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // vIWChurchBindingSource
     //
     this.vIWChurchBindingSource.DataMember = "VIW_Church";
     this.vIWChurchBindingSource.DataSource = this.goodShepherdDataSet;
     //
     // vIW_ChurchTableAdapter
     //
     this.vIW_ChurchTableAdapter.ClearBeforeFill = true;
     //
     // vIW_GetPeopleData1TableAdapter
     //
     this.vIW_GetPeopleData1TableAdapter.ClearBeforeFill = true;
     //
     // EXP_MainItems
     //
     appearance4.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.Appearance  = appearance4;
     this.EXP_MainItems.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.EXP_MainItems.Dock        = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarItem1.Key      = "RepHighestAttendance";
     appearance5.Image = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance5;
     ultraExplorerBarItem1.Text = "تقرير اعلى نسبة حضور";
     ultraExplorerBarItem2.Key  = "RepAttendanceInMonth";
     appearance6.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance6;
     ultraExplorerBarItem2.Text = "المواظبة فى شهر";
     ultraExplorerBarItem3.Key  = "RepAttendanceInPeriod";
     appearance7.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance7;
     ultraExplorerBarItem3.Text = "المواظبة فى فترة";
     ultraExplorerBarItem4.Key  = "RepNoAttendanceInPeriod";
     appearance8.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance8;
     ultraExplorerBarItem4.Text = "لم يحضر فى فترة";
     ultraExplorerBarItem5.Key  = "RepNoAttendanceInMonth";
     appearance9.Image          = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance9;
     ultraExplorerBarItem5.Text = "لم يحضر خلال شهر";
     ultraExplorerBarItem6.Key  = "RepMonthBirthdates";
     appearance10.Image         = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance10;
     ultraExplorerBarItem6.Text = "اعياد ميلاد الشهر";
     ultraExplorerBarGroup6.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2,
         ultraExplorerBarItem3,
         ultraExplorerBarItem4,
         ultraExplorerBarItem5,
         ultraExplorerBarItem6
     });
     appearance11.Image = global::GoodShepherd.Properties.Resources.iconfinder_382_economy_finance_money_information_reports_data_economy_media_4170662;
     ultraExplorerBarGroup6.ItemSettings.AppearancesSmall.Appearance = appearance11;
     ultraExplorerBarGroup6.Key = "Report";
     appearance12.Image         = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraExplorerBarGroup6.Settings.AppearancesSmall.Appearance = appearance12;
     appearance13.Image = global::GoodShepherd.Properties.Resources.iconfinder_Rounded_21_2024654;
     ultraExplorerBarGroup6.Settings.AppearancesSmall.HeaderAppearance = appearance13;
     ultraExplorerBarGroup6.Text = "التقارير";
     this.EXP_MainItems.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup6
     });
     appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.GroupSettings.AppearancesLarge.Appearance = appearance14;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.GroupSettings.AppearancesLarge.HeaderAppearance = appearance15;
     appearance16.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.ActiveHeaderAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.EXP_MainItems.GroupSettings.AppearancesSmall.Appearance = appearance17;
     appearance18.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance18.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.HeaderAppearance = appearance18;
     appearance19.AlphaLevel = ((short)(170));
     appearance19.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     this.EXP_MainItems.GroupSettings.AppearancesSmall.HeaderHotTrackAppearance = appearance19;
     appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance20.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     appearance20.ForeColor         = System.Drawing.Color.Black;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.NavigationPaneHeaderAppearance = appearance20;
     appearance21.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance21.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.SelectedAppearance = appearance21;
     appearance22.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(168)))), ((int)(((byte)(152)))));
     appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance22.ForeColor         = System.Drawing.Color.White;
     this.EXP_MainItems.GroupSettings.AppearancesSmall.SelectedHeaderAppearance = appearance22;
     this.EXP_MainItems.GroupSettings.BorderStyleItemArea = Infragistics.Win.UIElementBorderStyle.None;
     this.EXP_MainItems.GroupSettings.HeaderButtonStyle   = Infragistics.Win.UIElementButtonStyle.Flat;
     this.EXP_MainItems.GroupSettings.HotTracking         = Infragistics.Win.DefaultableBoolean.True;
     appearance23.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance23.ForeColor         = System.Drawing.Color.White;
     this.EXP_MainItems.ItemSettings.AppearancesSmall.ActiveAppearance = appearance23;
     appearance24.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance24.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.ItemSettings.AppearancesSmall.Appearance = appearance24;
     appearance25.AlphaLevel        = ((short)(191));
     appearance25.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(218)))), ((int)(((byte)(213)))));
     appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance25.BorderAlpha       = Infragistics.Win.Alpha.Transparent;
     this.EXP_MainItems.ItemSettings.AppearancesSmall.HotTrackAppearance = appearance25;
     this.EXP_MainItems.ItemSettings.Height = 29;
     this.EXP_MainItems.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.EXP_MainItems.ItemSettings.HotTracking         = Infragistics.Win.DefaultableBoolean.True;
     this.EXP_MainItems.ItemSettings.HotTrackStyle       = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
     this.EXP_MainItems.ItemSettings.Indent = 25;
     this.EXP_MainItems.Location            = new System.Drawing.Point(0, 0);
     this.EXP_MainItems.Margins.Bottom      = 0;
     this.EXP_MainItems.Margins.Left        = 0;
     this.EXP_MainItems.Margins.Right       = 4;
     this.EXP_MainItems.Margins.Top         = 0;
     this.EXP_MainItems.Name = "EXP_MainItems";
     this.EXP_MainItems.NavigationOverflowButtonAreaVisible = false;
     this.EXP_MainItems.NavigationPaneExpansionMode         = Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnButtonClick;
     this.EXP_MainItems.NavigationPaneFlyoutSize            = new System.Drawing.Size(271, 0);
     this.EXP_MainItems.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.EXP_MainItems.SettingsKey = "frmOutlookCRM.ultraExplorerBar1";
     this.EXP_MainItems.Size        = new System.Drawing.Size(271, 351);
     this.EXP_MainItems.Style       = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
     this.EXP_MainItems.TabIndex    = 18;
     this.EXP_MainItems.UseLargeGroupHeaderImages = Infragistics.Win.DefaultableBoolean.False;
     this.EXP_MainItems.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.EXP_MainItems.ViewStyle   = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.EXP_MainItems.ItemClick  += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.EXP_MainItems_ItemClick);
     //
     // ultraExpandableGroupBox2
     //
     appearance3.BackColor  = System.Drawing.Color.Transparent;
     appearance3.BackColor2 = System.Drawing.Color.Transparent;
     this.ultraExpandableGroupBox2.Appearance       = appearance3;
     this.ultraExpandableGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
     this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.ultraExpandableGroupBox2.Dock               = System.Windows.Forms.DockStyle.Top;
     this.ultraExpandableGroupBox2.ExpandedSize       = new System.Drawing.Size(277, 373);
     this.ultraExpandableGroupBox2.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Near;
     this.ultraExpandableGroupBox2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ultraExpandableGroupBox2.HeaderPosition     = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOnBorder;
     this.ultraExpandableGroupBox2.Location           = new System.Drawing.Point(0, 0);
     this.ultraExpandableGroupBox2.Name               = "ultraExpandableGroupBox2";
     this.ultraExpandableGroupBox2.Size               = new System.Drawing.Size(277, 373);
     this.ultraExpandableGroupBox2.TabIndex           = 218;
     this.ultraExpandableGroupBox2.Text               = "التقارير";
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.EXP_MainItems);
     this.ultraExpandableGroupBoxPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
     this.ultraExpandableGroupBoxPanel1.Name     = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size     = new System.Drawing.Size(271, 351);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // FRM_ReportAttendance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(834, 586);
     this.Controls.Add(this.CR);
     this.Controls.Add(this.ultraExpandableGroupBox1);
     this.Name  = "FRM_ReportAttendance";
     this.Text  = "FRM_ReportAttendance";
     this.Load += new System.EventHandler(this.FRM_ReportAttendance_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GRP_Attendance)).EndInit();
     this.GRP_Attendance.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CMX_MeetingMonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_ToDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_fromDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWGetPeopleData1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.goodShepherdDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vIWChurchBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EXP_MainItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
     this.ultraExpandableGroupBox2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 33
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarEstadisticaOrdenReparacion));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rbFechaUltimaModifTecnico = new System.Windows.Forms.RadioButton();
     this.rbFechaCierre             = new System.Windows.Forms.RadioButton();
     this.rbFechaFactura            = new System.Windows.Forms.RadioButton();
     this.rbFechaAsignacionTecnico  = new System.Windows.Forms.RadioButton();
     this.rbFechaAltaOR             = new System.Windows.Forms.RadioButton();
     this.label6        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.uccFechaHasta = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.uccFechaDesde = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.txtTotalPorCerrar           = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.txtTotalCerrado             = new System.Windows.Forms.TextBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.txtTotal                    = new System.Windows.Forms.TextBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.gridResultado               = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1            = new mz.erp.ui.controls.GridManagerView();
     this.imglStandar                 = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar              = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                 = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1              = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2              = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3              = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                 = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1           = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.label4                      = new System.Windows.Forms.Label();
     this.mzCmbEstadosOrdenReparacion = new mz.erp.ui.controls.mzComboEditor();
     this.label5                      = new System.Windows.Forms.Label();
     this.listBoxTecnicos             = new System.Windows.Forms.ListBox();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaDesde)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbEstadosOrdenReparacion)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(814, 26);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(814, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.listBoxTecnicos);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCmbEstadosOrdenReparacion);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaHasta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaDesde);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(814, 180);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.rbFechaUltimaModifTecnico);
     this.groupBox2.Controls.Add(this.rbFechaCierre);
     this.groupBox2.Controls.Add(this.rbFechaFactura);
     this.groupBox2.Controls.Add(this.rbFechaAsignacionTecnico);
     this.groupBox2.Controls.Add(this.rbFechaAltaOR);
     this.groupBox2.Location = new System.Drawing.Point(224, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(224, 144);
     this.groupBox2.TabIndex = 132;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Fecha Comparación";
     //
     // rbFechaUltimaModifTecnico
     //
     this.rbFechaUltimaModifTecnico.Location = new System.Drawing.Point(8, 112);
     this.rbFechaUltimaModifTecnico.Name     = "rbFechaUltimaModifTecnico";
     this.rbFechaUltimaModifTecnico.Size     = new System.Drawing.Size(208, 24);
     this.rbFechaUltimaModifTecnico.TabIndex = 11;
     this.rbFechaUltimaModifTecnico.Text     = "Fecha Cierre Técnico";
     //
     // rbFechaCierre
     //
     this.rbFechaCierre.Location = new System.Drawing.Point(8, 88);
     this.rbFechaCierre.Name     = "rbFechaCierre";
     this.rbFechaCierre.Size     = new System.Drawing.Size(208, 24);
     this.rbFechaCierre.TabIndex = 10;
     this.rbFechaCierre.Text     = "Fecha Cierre";
     //
     // rbFechaFactura
     //
     this.rbFechaFactura.Location = new System.Drawing.Point(8, 61);
     this.rbFechaFactura.Name     = "rbFechaFactura";
     this.rbFechaFactura.Size     = new System.Drawing.Size(208, 24);
     this.rbFechaFactura.TabIndex = 9;
     this.rbFechaFactura.Text     = "Fecha de Factura";
     //
     // rbFechaAsignacionTecnico
     //
     this.rbFechaAsignacionTecnico.Location = new System.Drawing.Point(8, 37);
     this.rbFechaAsignacionTecnico.Name     = "rbFechaAsignacionTecnico";
     this.rbFechaAsignacionTecnico.Size     = new System.Drawing.Size(208, 24);
     this.rbFechaAsignacionTecnico.TabIndex = 8;
     this.rbFechaAsignacionTecnico.Text     = "Fecha de Asignación a Técnico";
     //
     // rbFechaAltaOR
     //
     this.rbFechaAltaOR.Location = new System.Drawing.Point(8, 13);
     this.rbFechaAltaOR.Name     = "rbFechaAltaOR";
     this.rbFechaAltaOR.Size     = new System.Drawing.Size(208, 24);
     this.rbFechaAltaOR.TabIndex = 7;
     this.rbFechaAltaOR.Text     = "Fecha de Alta de Orden Reparación";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 40);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(72, 16);
     this.label6.TabIndex  = 128;
     this.label6.Text      = "Fecha Hasta";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(72, 16);
     this.label7.TabIndex  = 129;
     this.label7.Text      = "Fecha Desde";
     //
     // uccFechaHasta
     //
     dateButton1.Caption = "Today";
     this.uccFechaHasta.DateButtons.Add(dateButton1);
     this.uccFechaHasta.Location          = new System.Drawing.Point(96, 40);
     this.uccFechaHasta.Name              = "uccFechaHasta";
     this.uccFechaHasta.NonAutoSizeHeight = 23;
     this.uccFechaHasta.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaHasta.TabIndex          = 127;
     //
     // uccFechaDesde
     //
     dateButton2.Caption = "Today";
     this.uccFechaDesde.DateButtons.Add(dateButton2);
     this.uccFechaDesde.Location          = new System.Drawing.Point(96, 8);
     this.uccFechaDesde.Name              = "uccFechaDesde";
     this.uccFechaDesde.NonAutoSizeHeight = 23;
     this.uccFechaDesde.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaDesde.TabIndex          = 126;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTotalPorCerrar);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTotalCerrado);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTotal);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 348);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(814, 255);
     this.ultraExplorerBarContainerControl1.TabIndex = 6;
     //
     // txtTotalPorCerrar
     //
     this.txtTotalPorCerrar.Enabled  = false;
     this.txtTotalPorCerrar.Location = new System.Drawing.Point(576, 0);
     this.txtTotalPorCerrar.Name     = "txtTotalPorCerrar";
     this.txtTotalPorCerrar.TabIndex = 120;
     this.txtTotalPorCerrar.Text     = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(480, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(88, 16);
     this.label3.TabIndex  = 119;
     this.label3.Text      = "Total por Cerrar";
     //
     // txtTotalCerrado
     //
     this.txtTotalCerrado.Enabled  = false;
     this.txtTotalCerrado.Location = new System.Drawing.Point(368, 0);
     this.txtTotalCerrado.Name     = "txtTotalCerrado";
     this.txtTotalCerrado.TabIndex = 118;
     this.txtTotalCerrado.Text     = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(280, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 16);
     this.label2.TabIndex  = 117;
     this.label2.Text      = "Total Cerrado";
     //
     // txtTotal
     //
     this.txtTotal.Enabled  = false;
     this.txtTotal.Location = new System.Drawing.Point(168, 0);
     this.txtTotal.Name     = "txtTotal";
     this.txtTotal.TabIndex = 116;
     this.txtTotal.Text     = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(136, 16);
     this.label1.TabIndex  = 115;
     this.label1.Text      = "Total Técnico Provisorio";
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridResultado.Dock               = System.Windows.Forms.DockStyle.Bottom;
     this.gridResultado.FilterMode         = Janus.Windows.GridEX.FilterMode.Automatic;
     this.gridResultado.GroupByBoxVisible  = false;
     this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location           = new System.Drawing.Point(0, 55);
     this.gridResultado.Name               = "gridResultado";
     this.gridResultado.Size               = new System.Drawing.Size(814, 200);
     this.gridResultado.TabIndex           = 54;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 24);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(831, 24);
     this.gridManagerView1.TabIndex  = 53;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(880, 28);
     this.toolBarStandar.TabIndex       = 49;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton2
     //
     this.toolBarButton2.ImageIndex = 10;
     this.toolBarButton2.Text       = "[F2] Buscar ahora";
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 180;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtros";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 255;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Resultado";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(880, 464);
     this.ultraExplorerBar1.TabIndex = 52;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(8, 152);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 16);
     this.label4.TabIndex  = 133;
     this.label4.Text      = "Estado";
     //
     // mzCmbEstadosOrdenReparacion
     //
     this.mzCmbEstadosOrdenReparacion.AutoComplete         = true;
     this.mzCmbEstadosOrdenReparacion.DataSource           = null;
     this.mzCmbEstadosOrdenReparacion.DisplayMember        = "";
     this.mzCmbEstadosOrdenReparacion.DisplayMemberCaption = "";
     this.mzCmbEstadosOrdenReparacion.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbEstadosOrdenReparacion.Location             = new System.Drawing.Point(96, 152);
     this.mzCmbEstadosOrdenReparacion.MaxItemsDisplay      = 50;
     this.mzCmbEstadosOrdenReparacion.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbEstadosOrdenReparacion.Name               = "mzCmbEstadosOrdenReparacion";
     this.mzCmbEstadosOrdenReparacion.Size               = new System.Drawing.Size(217, 21);
     this.mzCmbEstadosOrdenReparacion.SorterMember       = "";
     this.mzCmbEstadosOrdenReparacion.TabIndex           = 134;
     this.mzCmbEstadosOrdenReparacion.ValueMember        = "";
     this.mzCmbEstadosOrdenReparacion.ValueMemberCaption = "";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(472, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(72, 16);
     this.label5.TabIndex  = 135;
     this.label5.Text      = "Técnicos";
     //
     // listBoxTecnicos
     //
     this.listBoxTecnicos.Location      = new System.Drawing.Point(552, 8);
     this.listBoxTecnicos.Name          = "listBoxTecnicos";
     this.listBoxTecnicos.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
     this.listBoxTecnicos.Size          = new System.Drawing.Size(232, 173);
     this.listBoxTecnicos.TabIndex      = 136;
     //
     // FrmConsultarEstadisticaOrdenReparacion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(880, 492);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultarEstadisticaOrdenReparacion";
     this.Text = "FrmConsultarEstadisticaOrdenReparacion";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaDesde)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbEstadosOrdenReparacion)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 34
0
        /// <summary>
        /// Limpiar los recursos que se estén utilizando.
        /// </summary>

        #region Código generado por el Diseñador de Windows Forms
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzProductosControl1 = new mz.erp.ui.controls.mzProductosControl();
            this.label1 = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.gridProductos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar         = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar          = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar           = new Infragistics.Win.Misc.UltraButton();
            this.ultraTree1          = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            this.ultraExplorerBarContainerControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzProductosControl1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -22);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(862, 63);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzProductosControl1
            //
            this.mzProductosControl1.BackColor            = System.Drawing.Color.Transparent;
            this.mzProductosControl1.EnabledCantidad      = true;
            this.mzProductosControl1.EnabledListaDePrecio = true;
            this.mzProductosControl1.Location             = new System.Drawing.Point(95, -8);
            this.mzProductosControl1.Name                            = "mzProductosControl1";
            this.mzProductosControl1.Size                            = new System.Drawing.Size(672, 80);
            this.mzProductosControl1.TabIndex                        = 0;
            this.mzProductosControl1.VisibleCantidad                 = true;
            this.mzProductosControl1.VisibleComboListaDePrecios      = true;
            this.mzProductosControl1.VisibleComboTipoDePrecioDeCosto = false;
            this.mzProductosControl1.VisiblePrecios                  = true;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(0, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(100, 16);
            this.label1.TabIndex  = 23;
            this.label1.Text      = "Producto";
            //
            // ultraExplorerBarContainerControl3
            //
            this.ultraExplorerBarContainerControl3.Controls.Add(this.gridProductos);
            this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, -15);
            this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
            this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(862, 150);
            this.ultraExplorerBarContainerControl3.TabIndex = 2;
            //
            // gridProductos
            //
            this.gridProductos.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridProductos.AlternatingColors             = true;
            this.gridProductos.AutomaticSort                 = false;
            this.gridProductos.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridProductos.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridProductos.Dock   = System.Windows.Forms.DockStyle.Fill;
            this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridProductos.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridProductos.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
            this.gridProductos.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
            this.gridProductos.GroupByBoxVisible               = false;
            this.gridProductos.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
            this.gridProductos.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridProductos.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
            this.gridProductos.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
            this.gridProductos.Location                        = new System.Drawing.Point(0, 0);
            this.gridProductos.Name                            = "gridProductos";
            this.gridProductos.RecordNavigatorText             = "Registro:|de";
            this.gridProductos.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridProductos.ShowEmptyFields                 = false;
            this.gridProductos.Size                            = new System.Drawing.Size(862, 150);
            this.gridProductos.TabIndex                        = 0;
            this.gridProductos.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTree1);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 194);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(862, 461);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(408, 66);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(408, 34);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(80, 24);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            this.btnAgregar.Click   += new System.EventHandler(this.btnAgregar_Click);
            //
            // gridEXAgrupamientos
            //
            this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXAgrupamientos.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.gridEXAgrupamientos.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridEXAgrupamientos.GroupByBoxInfoText = "";
            this.gridEXAgrupamientos.GroupByBoxVisible  = false;
            this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXAgrupamientos.Location           = new System.Drawing.Point(499, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(356, 456);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(408, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(80, 24);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTree1
            //
            this.ultraTree1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTree1.HideSelection = false;
            this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
            this.ultraTree1.Name          = "ultraTree1";
            ultraTreeNode1.Key            = "RAIZ";
            ultraTreeNode1.Text           = "Agrupamientos";
            this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTree1.Override       = _override1;
            this.ultraTree1.Size           = new System.Drawing.Size(400, 456);
            this.ultraTree1.TabIndex       = 0;
            this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
            this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 63;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text                     = "Datos Generales";
            ultraExplorerBarGroup2.Container                = this.ultraExplorerBarContainerControl3;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text                     = "Detalle de productos";
            ultraExplorerBarGroup3.Container                = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup3.Settings.ContainerHeight = 461;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text                     = "Detalle de Agrupamiento";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2,
                ultraExplorerBarGroup3
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(928, 645);
            this.ultraExplorerBar1.TabIndex = 23;
            this.ultraExplorerBar1.TabStop  = false;
            //
            // FrmAgrupProductos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(928, 645);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupProductos";
            this.Text = "Agrupamiento de productos";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            this.ultraExplorerBarContainerControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemplo n.º 35
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Usuario));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.textNombre           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraCheckEditor1    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel8          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel11         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel14         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraComboEditor1    = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraNumericEditor1  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraCheckEditor2    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel19         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel12         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCheckEditor3    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel18         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel13         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.labelIdUsuario       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraCheckEditor4    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraLabel10         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel16         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraNumericEditor2  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraTextEditor3     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel15         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraTextEditor2     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel9          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCheckEditor5    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel22      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel21      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel20      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel17      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7       = new Infragistics.Win.Misc.UltraLabel();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbFirstRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbPreviousRecord  = new System.Windows.Forms.ToolBarButton();
     this.tbNextRecord      = new System.Windows.Forms.ToolBarButton();
     this.tbLastRecord      = new System.Windows.Forms.ToolBarButton();
     this.tbSep1            = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh         = new System.Windows.Forms.ToolBarButton();
     this.tbSep2            = new System.Windows.Forms.ToolBarButton();
     this.tbSave            = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.textNombre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraDateTimeEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel11);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel14);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraComboEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraDateTimeEditor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraNumericEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel19);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel12);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel18);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel13);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelIdUsuario);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(551, 239);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel3.TabIndex  = 2;
     this.ultraLabel3.Text      = "Nombre completo:";
     //
     // textNombre
     //
     this.textNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.textNombre.Location  = new System.Drawing.Point(128, 24);
     this.textNombre.MaxLength = 50;
     this.textNombre.Multiline = true;
     this.textNombre.Name      = "textNombre";
     this.textNombre.Size      = new System.Drawing.Size(417, 44);
     this.textNombre.TabIndex  = 0;
     //
     // ultraDateTimeEditor1
     //
     this.ultraDateTimeEditor1.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor1.Location = new System.Drawing.Point(128, 72);
     this.ultraDateTimeEditor1.Name     = "ultraDateTimeEditor1";
     this.ultraDateTimeEditor1.Size     = new System.Drawing.Size(128, 22);
     this.ultraDateTimeEditor1.TabIndex = 1;
     this.ultraDateTimeEditor1.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraCheckEditor1
     //
     this.ultraCheckEditor1.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor1.Location  = new System.Drawing.Point(128, 96);
     this.ultraCheckEditor1.Name      = "ultraCheckEditor1";
     this.ultraCheckEditor1.Size      = new System.Drawing.Size(24, 20);
     this.ultraCheckEditor1.TabIndex  = 2;
     //
     // ultraLabel8
     //
     this.ultraLabel8.BackColor             = System.Drawing.Color.Transparent;
     this.ultraLabel8.ImageTransparentColor = System.Drawing.Color.Empty;
     this.ultraLabel8.Location = new System.Drawing.Point(0, 72);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(120, 22);
     this.ultraLabel8.TabIndex = 8;
     this.ultraLabel8.Text     = "Expiración:";
     //
     // ultraLabel11
     //
     this.ultraLabel11.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel11.Location  = new System.Drawing.Point(0, 96);
     this.ultraLabel11.Name      = "ultraLabel11";
     this.ultraLabel11.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel11.TabIndex  = 11;
     this.ultraLabel11.Text      = "Bloqueado:";
     //
     // ultraLabel14
     //
     this.ultraLabel14.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel14.Location  = new System.Drawing.Point(0, 168);
     this.ultraLabel14.Name      = "ultraLabel14";
     this.ultraLabel14.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel14.TabIndex  = 14;
     this.ultraLabel14.Text      = "Administrador:";
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.Location = new System.Drawing.Point(128, 192);
     this.ultraComboEditor1.Name     = "ultraComboEditor1";
     this.ultraComboEditor1.Size     = new System.Drawing.Size(168, 22);
     this.ultraComboEditor1.TabIndex = 6;
     //
     // ultraDateTimeEditor3
     //
     this.ultraDateTimeEditor3.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor3.Location = new System.Drawing.Point(128, 144);
     this.ultraDateTimeEditor3.Name     = "ultraDateTimeEditor3";
     this.ultraDateTimeEditor3.Size     = new System.Drawing.Size(168, 22);
     this.ultraDateTimeEditor3.TabIndex = 4;
     this.ultraDateTimeEditor3.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraNumericEditor1
     //
     this.ultraNumericEditor1.Location = new System.Drawing.Point(128, 120);
     this.ultraNumericEditor1.Name     = "ultraNumericEditor1";
     this.ultraNumericEditor1.Size     = new System.Drawing.Size(168, 22);
     this.ultraNumericEditor1.TabIndex = 3;
     //
     // ultraCheckEditor2
     //
     this.ultraCheckEditor2.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor2.Location  = new System.Drawing.Point(128, 168);
     this.ultraCheckEditor2.Name      = "ultraCheckEditor2";
     this.ultraCheckEditor2.Size      = new System.Drawing.Size(16, 20);
     this.ultraCheckEditor2.TabIndex  = 5;
     //
     // ultraLabel19
     //
     this.ultraLabel19.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel19.Location  = new System.Drawing.Point(0, 216);
     this.ultraLabel19.Name      = "ultraLabel19";
     this.ultraLabel19.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel19.TabIndex  = 19;
     this.ultraLabel19.Text      = "Activo:";
     //
     // ultraLabel12
     //
     this.ultraLabel12.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel12.Location  = new System.Drawing.Point(0, 120);
     this.ultraLabel12.Name      = "ultraLabel12";
     this.ultraLabel12.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel12.TabIndex  = 12;
     this.ultraLabel12.Text      = "Intentos de conexión:";
     //
     // ultraCheckEditor3
     //
     this.ultraCheckEditor3.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor3.Location  = new System.Drawing.Point(128, 216);
     this.ultraCheckEditor3.Name      = "ultraCheckEditor3";
     this.ultraCheckEditor3.Size      = new System.Drawing.Size(16, 20);
     this.ultraCheckEditor3.TabIndex  = 7;
     //
     // ultraLabel18
     //
     this.ultraLabel18.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel18.Location  = new System.Drawing.Point(0, 192);
     this.ultraLabel18.Name      = "ultraLabel18";
     this.ultraLabel18.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel18.TabIndex  = 18;
     this.ultraLabel18.Text      = "Perfil utilizado:";
     //
     // ultraLabel13
     //
     this.ultraLabel13.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location  = new System.Drawing.Point(0, 144);
     this.ultraLabel13.Name      = "ultraLabel13";
     this.ultraLabel13.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel13.TabIndex  = 13;
     this.ultraLabel13.Text      = "Hablitación:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel1.TabIndex  = 0;
     this.ultraLabel1.Text      = "ID:";
     //
     // labelIdUsuario
     //
     this.labelIdUsuario.BackColor = System.Drawing.Color.Transparent;
     this.labelIdUsuario.Location  = new System.Drawing.Point(128, 0);
     this.labelIdUsuario.Name      = "labelIdUsuario";
     this.labelIdUsuario.Size      = new System.Drawing.Size(168, 22);
     this.labelIdUsuario.TabIndex  = 1;
     this.labelIdUsuario.Text      = "ID:";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraCheckEditor4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraDateTimeEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel16);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraNumericEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTextEditor3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel15);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTextEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraCheckEditor5);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 89);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(264, 143);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // ultraCheckEditor4
     //
     this.ultraCheckEditor4.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor4.Location  = new System.Drawing.Point(96, 112);
     this.ultraCheckEditor4.Name      = "ultraCheckEditor4";
     this.ultraCheckEditor4.Size      = new System.Drawing.Size(24, 16);
     this.ultraCheckEditor4.TabIndex  = 5;
     //
     // ultraDateTimeEditor2
     //
     this.ultraDateTimeEditor2.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor2.Location = new System.Drawing.Point(96, 48);
     this.ultraDateTimeEditor2.Name     = "ultraDateTimeEditor2";
     this.ultraDateTimeEditor2.Size     = new System.Drawing.Size(136, 22);
     this.ultraDateTimeEditor2.TabIndex = 2;
     this.ultraDateTimeEditor2.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraLabel10
     //
     this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel10.Location  = new System.Drawing.Point(0, 48);
     this.ultraLabel10.Name      = "ultraLabel10";
     this.ultraLabel10.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel10.TabIndex  = 10;
     this.ultraLabel10.Text      = "Vencimiento:";
     //
     // ultraLabel16
     //
     this.ultraLabel16.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel16.Location  = new System.Drawing.Point(0, 72);
     this.ultraLabel16.Name      = "ultraLabel16";
     this.ultraLabel16.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel16.TabIndex  = 16;
     this.ultraLabel16.Text      = "Permitir cambio:";
     //
     // ultraNumericEditor2
     //
     this.ultraNumericEditor2.Location = new System.Drawing.Point(96, 88);
     this.ultraNumericEditor2.Name     = "ultraNumericEditor2";
     this.ultraNumericEditor2.Size     = new System.Drawing.Size(136, 22);
     this.ultraNumericEditor2.TabIndex = 4;
     //
     // ultraTextEditor3
     //
     this.ultraTextEditor3.Location     = new System.Drawing.Point(96, 24);
     this.ultraTextEditor3.MaxLength    = 50;
     this.ultraTextEditor3.Name         = "ultraTextEditor3";
     this.ultraTextEditor3.PasswordChar = '*';
     this.ultraTextEditor3.Size         = new System.Drawing.Size(136, 22);
     this.ultraTextEditor3.TabIndex     = 1;
     //
     // ultraLabel15
     //
     this.ultraLabel15.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel15.Location  = new System.Drawing.Point(0, 112);
     this.ultraLabel15.Name      = "ultraLabel15";
     this.ultraLabel15.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel15.TabIndex  = 15;
     this.ultraLabel15.Text      = "Nunca caduca:";
     //
     // ultraTextEditor2
     //
     this.ultraTextEditor2.Location     = new System.Drawing.Point(96, 0);
     this.ultraTextEditor2.MaxLength    = 50;
     this.ultraTextEditor2.Name         = "ultraTextEditor2";
     this.ultraTextEditor2.PasswordChar = '*';
     this.ultraTextEditor2.Size         = new System.Drawing.Size(136, 22);
     this.ultraTextEditor2.TabIndex     = 0;
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel4.TabIndex  = 4;
     this.ultraLabel4.Text      = "Clave:";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel5.TabIndex  = 5;
     this.ultraLabel5.Text      = "Repetir:";
     //
     // ultraLabel9
     //
     this.ultraLabel9.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel9.Location  = new System.Drawing.Point(0, 96);
     this.ultraLabel9.Name      = "ultraLabel9";
     this.ultraLabel9.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel9.TabIndex  = 9;
     this.ultraLabel9.Text      = "Días de validez:";
     //
     // ultraCheckEditor5
     //
     this.ultraCheckEditor5.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor5.Location  = new System.Drawing.Point(96, 72);
     this.ultraCheckEditor5.Name      = "ultraCheckEditor5";
     this.ultraCheckEditor5.Size      = new System.Drawing.Size(24, 16);
     this.ultraCheckEditor5.TabIndex  = 3;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel22);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel21);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel20);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel17);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(316, 89);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(263, 63);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // ultraLabel22
     //
     this.ultraLabel22.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel22.Location  = new System.Drawing.Point(128, 48);
     this.ultraLabel22.Name      = "ultraLabel22";
     this.ultraLabel22.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel22.TabIndex  = 20;
     this.ultraLabel22.Text      = "Raúl Gómez";
     //
     // ultraLabel21
     //
     this.ultraLabel21.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel21.Location  = new System.Drawing.Point(128, 24);
     this.ultraLabel21.Name      = "ultraLabel21";
     this.ultraLabel21.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel21.TabIndex  = 19;
     this.ultraLabel21.Text      = "4";
     //
     // ultraLabel20
     //
     this.ultraLabel20.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel20.Location  = new System.Drawing.Point(128, 0);
     this.ultraLabel20.Name      = "ultraLabel20";
     this.ultraLabel20.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel20.TabIndex  = 18;
     this.ultraLabel20.Text      = "21/8/2004";
     //
     // ultraLabel17
     //
     this.ultraLabel17.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel17.Location  = new System.Drawing.Point(0, 48);
     this.ultraLabel17.Name      = "ultraLabel17";
     this.ultraLabel17.Size      = new System.Drawing.Size(112, 22);
     this.ultraLabel17.TabIndex  = 17;
     this.ultraLabel17.Text      = "Última modificación:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(104, 22);
     this.ultraLabel6.TabIndex  = 6;
     this.ultraLabel6.Text      = "Conexiones fallidas:";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(104, 22);
     this.ultraLabel7.TabIndex  = 7;
     this.ultraLabel7.Text      = "Última conexión:";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirstRecord,
         this.tbPreviousRecord,
         this.tbNextRecord,
         this.tbLastRecord,
         this.tbSep1,
         this.tbRefresh,
         this.tbSep2,
         this.tbSave
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(616, 28);
     this.toolBarStandar.TabIndex       = 32;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbFirstRecord
     //
     this.tbFirstRecord.ImageIndex = 0;
     //
     // tbPreviousRecord
     //
     this.tbPreviousRecord.ImageIndex = 1;
     //
     // tbNextRecord
     //
     this.tbNextRecord.ImageIndex = 2;
     //
     // tbLastRecord
     //
     this.tbLastRecord.ImageIndex = 3;
     //
     // tbSep1
     //
     this.tbSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 5;
     //
     // tbSep2
     //
     this.tbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbSave
     //
     this.tbSave.ImageIndex = 4;
     this.tbSave.Text       = "Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ultraExplorerBar1.ColumnCount = 2;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.ColumnsSpanned           = 2;
     ultraExplorerBarGroup1.Container                = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Expanded                 = false;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 239;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "General";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 143;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Clave";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 63;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Información";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(8, 32);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(600, 592);
     this.ultraExplorerBar1.TabIndex = 33;
     //
     // Usuario
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(616, 630);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "Usuario";
     this.Text = "Usuario";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrincipal));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.fileMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.CambioEmpresas = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.newWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraTabbedMdiManager1 = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.menuStrip.SuspendLayout();
            this.statusStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileMenu,
            this.windowsMenu,
            this.helpMenu});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.MdiWindowListItem = this.windowsMenu;
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(1014, 24);
            this.menuStrip.TabIndex = 0;
            this.menuStrip.Text = "MenuStrip";
            // 
            // fileMenu
            // 
            this.fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.CambioEmpresas,
            this.toolStripMenuItem1,
            this.exitToolStripMenuItem});
            this.fileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
            this.fileMenu.Name = "fileMenu";
            this.fileMenu.Size = new System.Drawing.Size(60, 20);
            this.fileMenu.Text = "&Archivo";
            // 
            // CambioEmpresas
            // 
            this.CambioEmpresas.Name = "CambioEmpresas";
            this.CambioEmpresas.Size = new System.Drawing.Size(180, 22);
            this.CambioEmpresas.Text = "Cambio de Empresa";
            this.CambioEmpresas.Click += new System.EventHandler(this.CambioEmpresas_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(177, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.exitToolStripMenuItem.Text = "&Salir";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // windowsMenu
            // 
            this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newWindowToolStripMenuItem,
            this.cascadeToolStripMenuItem,
            this.tileVerticalToolStripMenuItem,
            this.tileHorizontalToolStripMenuItem,
            this.closeAllToolStripMenuItem,
            this.arrangeIconsToolStripMenuItem});
            this.windowsMenu.Name = "windowsMenu";
            this.windowsMenu.Size = new System.Drawing.Size(67, 20);
            this.windowsMenu.Text = "&Ventanas";
            // 
            // newWindowToolStripMenuItem
            // 
            this.newWindowToolStripMenuItem.Name = "newWindowToolStripMenuItem";
            this.newWindowToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.newWindowToolStripMenuItem.Text = "&Nueva ventana";
            // 
            // cascadeToolStripMenuItem
            // 
            this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
            this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.cascadeToolStripMenuItem.Text = "&Cascada";
            // 
            // tileVerticalToolStripMenuItem
            // 
            this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem";
            this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.tileVerticalToolStripMenuItem.Text = "Mosaico &vertical";
            // 
            // tileHorizontalToolStripMenuItem
            // 
            this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem";
            this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.tileHorizontalToolStripMenuItem.Text = "Mosaico &horizontal";
            // 
            // closeAllToolStripMenuItem
            // 
            this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
            this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.closeAllToolStripMenuItem.Text = "C&errar todo";
            // 
            // arrangeIconsToolStripMenuItem
            // 
            this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem";
            this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.arrangeIconsToolStripMenuItem.Text = "&Organizar iconos";
            // 
            // helpMenu
            // 
            this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.indexToolStripMenuItem,
            this.searchToolStripMenuItem,
            this.toolStripSeparator8,
            this.aboutToolStripMenuItem});
            this.helpMenu.Name = "helpMenu";
            this.helpMenu.Size = new System.Drawing.Size(53, 20);
            this.helpMenu.Text = "Ay&uda";
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.contentsToolStripMenuItem.Text = "&Contenido";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("indexToolStripMenuItem.Image")));
            this.indexToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.indexToolStripMenuItem.Text = "&Índice";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("searchToolStripMenuItem.Image")));
            this.searchToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.searchToolStripMenuItem.Text = "&Buscar";
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(173, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.aboutToolStripMenuItem.Text = "&Acerca de... ...";
            // 
            // statusStrip
            // 
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel});
            this.statusStrip.Location = new System.Drawing.Point(0, 503);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(1014, 22);
            this.statusStrip.TabIndex = 2;
            this.statusStrip.Text = "StatusStrip";
            // 
            // toolStripStatusLabel
            // 
            this.toolStripStatusLabel.Name = "toolStripStatusLabel";
            this.toolStripStatusLabel.Size = new System.Drawing.Size(42, 17);
            this.toolStripStatusLabel.Text = "Estado";
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(0, 24);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(197, 479);
            this.splitter1.TabIndex = 4;
            this.splitter1.TabStop = false;
            // 
            // ultraExplorerBar1
            // 
            this.ultraExplorerBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            ultraExplorerBarGroup1.Expanded = false;
            ultraExplorerBarItem3.Text = "Facturas";
            ultraExplorerBarItem3.ToolTipText = "Crear o ver datos de una FACTURA";
            ultraExplorerBarItem4.Text = "Boletas";
            ultraExplorerBarItem4.ToolTipText = "Crear o ver datos de una BOLETA DE VENTA";
            ultraExplorerBarItem5.Text = "Guias de Remision";
            ultraExplorerBarItem5.ToolTipText = "Crear o ver datos de una GUIA DE REMISION";
            ultraExplorerBarItem6.Text = "Ordenes de Salida";
            ultraExplorerBarItem6.ToolTipText = "Crear o ver datos de una ORDEN DE SALIDA";
            ultraExplorerBarItem7.Text = "Notas de Credito";
            ultraExplorerBarItem7.ToolTipText = "Crear o ver datos de una NOTA DE CREDITO";
            ultraExplorerBarItem8.Text = "Notas de Debito";
            ultraExplorerBarItem8.ToolTipText = "Crear o ver datos de una NOTA DE DEBITO";
            ultraExplorerBarItem9.Text = "Reingresos";
            ultraExplorerBarItem9.ToolTipText = "Crear o ver datos de un REINGRESO O DEVOLUCION";
            ultraExplorerBarItem10.Text = "Reg. Entrega a Suscriptores";
            ultraExplorerBarItem10.ToolTipText = "Crear o ver datos de un REGISTRO DE ENTREGA A SUSCRIPTORES";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem3,
            ultraExplorerBarItem4,
            ultraExplorerBarItem5,
            ultraExplorerBarItem6,
            ultraExplorerBarItem7,
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem10});
            ultraExplorerBarGroup1.Text = "VENTAS - DOCUMENTOS";
            ultraExplorerBarItem1.Text = "Distribución  de distribuidores";
            ultraExplorerBarItem2.Text = "Busquedas";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1,
            ultraExplorerBarItem2});
            ultraExplorerBarGroup2.Text = "VENTAS - PROCESOS";
            ultraExplorerBarItem12.Text = "Cobranzas";
            ultraExplorerBarItem11.Text = "";
            ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem12,
            ultraExplorerBarItem11});
            ultraExplorerBarGroup3.Text = "VENTAS - REPORTES";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3});
            this.ultraExplorerBar1.Location = new System.Drawing.Point(13, 27);
            this.ultraExplorerBar1.Name = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size = new System.Drawing.Size(175, 473);
            this.ultraExplorerBar1.TabIndex = 5;
            this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
            // 
            // ultraTabbedMdiManager1
            // 
            this.ultraTabbedMdiManager1.MdiParent = this;
            // 
            // frmPrincipal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1014, 525);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.statusStrip);
            this.Controls.Add(this.menuStrip);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip;
            this.Name = "frmPrincipal";
            this.Text = "frmPrincipal";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmPrincipal_Load);
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 37
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAplicacionDePagos));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uteTotalDestino    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1             = new System.Windows.Forms.Label();
     this.gridEXCompDestino  = new Janus.Windows.GridEX.GridEX();
     this.mzCEInstanciasCaja = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbCuenta        = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraLabel1        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotalImputado  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label2            = new System.Windows.Forms.Label();
     this.gridCompAImputar  = new Janus.Windows.GridEX.GridEX();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbGuardar        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uteTotalDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXCompDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.uteTotalDestino);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.gridEXCompDestino);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl5.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(702, 160);
     this.ultraExplorerBarContainerControl5.TabIndex = 6;
     //
     // uteTotalDestino
     //
     this.uteTotalDestino.Location    = new System.Drawing.Point(584, 40);
     this.uteTotalDestino.Name        = "uteTotalDestino";
     this.uteTotalDestino.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uteTotalDestino.ReadOnly    = true;
     this.uteTotalDestino.Size        = new System.Drawing.Size(120, 21);
     this.uteTotalDestino.TabIndex    = 1;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(584, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 16);
     this.label1.TabIndex  = 38;
     this.label1.Text      = "Total: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridEXCompDestino
     //
     this.gridEXCompDestino.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridEXCompDestino.GroupByBoxVisible  = false;
     this.gridEXCompDestino.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXCompDestino.Location           = new System.Drawing.Point(0, 24);
     this.gridEXCompDestino.Name         = "gridEXCompDestino";
     this.gridEXCompDestino.Size         = new System.Drawing.Size(584, 128);
     this.gridEXCompDestino.TabIndex     = 2;
     this.gridEXCompDestino.DoubleClick += new System.EventHandler(this.gridEXCompDestino_DoubleClick);
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete         = true;
     this.mzCEInstanciasCaja.DataSource           = null;
     this.mzCEInstanciasCaja.DisplayMember        = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption = "";
     this.mzCEInstanciasCaja.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(120, 24);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(184, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 1;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel4.TabIndex  = 36;
     this.ultraLabel4.Text      = "Instancia de Caja";
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EditObject           = null;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbCuenta.HierarchicalSearch   = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 0);
     this.mzCmbCuenta.Name                 = "mzCmbCuenta";
     this.mzCmbCuenta.ReadOnly             = false;
     this.mzCmbCuenta.SearchObject         = null;
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size                 = new System.Drawing.Size(464, 22);
     this.mzCmbCuenta.TabIndex             = 0;
     this.mzCmbCuenta.ValueChanged        += new System.EventHandler(this.mzCmbCuenta_ValueChanged);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 3);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex  = 25;
     this.ultraLabel1.Text      = "Cuenta";
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotalImputado);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridCompAImputar);
     this.ultraExplorerBarContainerControl1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 268);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(702, 144);
     this.ultraExplorerBarContainerControl1.TabIndex = 7;
     //
     // uneTotalImputado
     //
     this.uneTotalImputado.Location    = new System.Drawing.Point(584, 16);
     this.uneTotalImputado.Name        = "uneTotalImputado";
     this.uneTotalImputado.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotalImputado.ReadOnly    = true;
     this.uneTotalImputado.Size        = new System.Drawing.Size(120, 21);
     this.uneTotalImputado.TabIndex    = 1;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(584, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 16);
     this.label2.TabIndex  = 36;
     this.label2.Text      = "Total: ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridCompAImputar
     //
     this.gridCompAImputar.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridCompAImputar.GroupByBoxVisible  = false;
     this.gridCompAImputar.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridCompAImputar.Location           = new System.Drawing.Point(3, 2);
     this.gridCompAImputar.Name         = "gridCompAImputar";
     this.gridCompAImputar.Size         = new System.Drawing.Size(581, 128);
     this.gridCompAImputar.TabIndex     = 0;
     this.gridCompAImputar.DoubleClick += new System.EventHandler(this.gridCompAImputar_DoubleClick);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbGuardar
     });
     this.toolBarStandar.ButtonSize     = new System.Drawing.Size(65, 22);
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(768, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbGuardar
     //
     this.tbbGuardar.ImageIndex = 4;
     this.tbbGuardar.Text       = "Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 160;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Informacion General";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 144;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Comprobantes A Imputar";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location   = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name       = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;       //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Scrollbars = Infragistics.Win.UltraWinExplorerBar.ScrollbarStyle.Always;
     this.ultraExplorerBar1.Size       = new System.Drawing.Size(768, 377);
     this.ultraExplorerBar1.TabIndex   = 20;
     this.ultraExplorerBar1.TabStop    = false;
     //
     // FrmAplicacionDePagos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(768, 405);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAplicacionDePagos";
     this.Text = "Aplicacion de Pago";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uteTotalDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXCompDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 38
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmArticulos));
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uchkActivo          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.txtDescripcionCorta = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.txtDescripcion      = new System.Windows.Forms.TextBox();
     this.label3              = new System.Windows.Forms.Label();
     this.txtCodigoSecundario = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.txtCodigo           = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.unedUnidadesPorPack = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label7          = new System.Windows.Forms.Label();
     this.unedAlicuotaIva = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label6          = new System.Windows.Forms.Label();
     this.unedPrecioVenta = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label5          = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uchkObligatorioNumeroDeSerie      = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.uchkObligatorioCodigoBarras       = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.uEBPanel         = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.bNuevo           = new Infragistics.Win.Misc.UltraButton();
     this.bCancelar        = new System.Windows.Forms.Button();
     this.bAceptar         = new System.Windows.Forms.Button();
     this.bBuscar          = new System.Windows.Forms.Button();
     this.txtBusqueda      = new System.Windows.Forms.TextBox();
     this.bEliminar        = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.imglStandar      = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar   = new System.Windows.Forms.ToolBar();
     this.tbFirstRecord    = new System.Windows.Forms.ToolBarButton();
     this.tbPreviousRecord = new System.Windows.Forms.ToolBarButton();
     this.tbNextRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbLastRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbSep1           = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh        = new System.Windows.Forms.ToolBarButton();
     this.tbSep2           = new System.Windows.Forms.ToolBarButton();
     this.tbSave           = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.unedUnidadesPorPack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedAlicuotaIva)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedPrecioVenta)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uEBPanel)).BeginInit();
     this.uEBPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uchkActivo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcionCorta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtCodigoSecundario);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtCodigo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(19, 44);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(682, 109);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // uchkActivo
     //
     this.uchkActivo.BackColor = System.Drawing.Color.Transparent;
     this.uchkActivo.Location  = new System.Drawing.Point(496, 8);
     this.uchkActivo.Name      = "uchkActivo";
     this.uchkActivo.Size      = new System.Drawing.Size(88, 20);
     this.uchkActivo.TabIndex  = 8;
     this.uchkActivo.Text      = "Activo";
     //
     // txtDescripcionCorta
     //
     this.txtDescripcionCorta.Location = new System.Drawing.Point(126, 82);
     this.txtDescripcionCorta.Name     = "txtDescripcionCorta";
     this.txtDescripcionCorta.Size     = new System.Drawing.Size(338, 20);
     this.txtDescripcionCorta.TabIndex = 7;
     this.txtDescripcionCorta.Text     = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(15, 84);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Descripción Corta";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(126, 56);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(338, 20);
     this.txtDescripcion.TabIndex = 5;
     this.txtDescripcion.Text     = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(16, 58);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Descripción";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCodigoSecundario
     //
     this.txtCodigoSecundario.Location = new System.Drawing.Point(126, 32);
     this.txtCodigoSecundario.Name     = "txtCodigoSecundario";
     this.txtCodigoSecundario.Size     = new System.Drawing.Size(338, 20);
     this.txtCodigoSecundario.TabIndex = 3;
     this.txtCodigoSecundario.Text     = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(4, 33);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Código Secundario";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(126, 7);
     this.txtCodigo.Name     = "txtCodigo";
     this.txtCodigo.TabIndex = 1;
     this.txtCodigo.Text     = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(16, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Código";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.unedUnidadesPorPack);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.unedAlicuotaIva);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.unedPrecioVenta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(19, 199);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(682, 61);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // unedUnidadesPorPack
     //
     this.unedUnidadesPorPack.FormatString = "";
     this.unedUnidadesPorPack.Location     = new System.Drawing.Point(392, 6);
     this.unedUnidadesPorPack.MaskInput    = "nnnnnn";
     this.unedUnidadesPorPack.MaxValue     = 9999999;
     this.unedUnidadesPorPack.MinValue     = 0;
     this.unedUnidadesPorPack.Name         = "unedUnidadesPorPack";
     this.unedUnidadesPorPack.Size         = new System.Drawing.Size(100, 21);
     this.unedUnidadesPorPack.TabIndex     = 8;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(280, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 16);
     this.label7.TabIndex  = 7;
     this.label7.Text      = "Unidades por Pack";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // unedAlicuotaIva
     //
     this.unedAlicuotaIva.FormatString = "";
     this.unedAlicuotaIva.Location     = new System.Drawing.Point(117, 32);
     this.unedAlicuotaIva.MaskInput    = "nnn,nn";
     this.unedAlicuotaIva.MaxValue     = 100;
     this.unedAlicuotaIva.MinValue     = 0;
     this.unedAlicuotaIva.Name         = "unedAlicuotaIva";
     this.unedAlicuotaIva.Size         = new System.Drawing.Size(100, 21);
     this.unedAlicuotaIva.TabIndex     = 6;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(5, 32);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 16);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Alicuota de Iva";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // unedPrecioVenta
     //
     this.unedPrecioVenta.FormatString = "";
     this.unedPrecioVenta.Location     = new System.Drawing.Point(117, 5);
     this.unedPrecioVenta.MaskInput    = "nnnnnn,nn";
     this.unedPrecioVenta.MinValue     = 0;
     this.unedPrecioVenta.Name         = "unedPrecioVenta";
     this.unedPrecioVenta.Size         = new System.Drawing.Size(100, 21);
     this.unedPrecioVenta.TabIndex     = 4;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(8, 7);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 2;
     this.label5.Text      = "Precio de Venta";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uchkObligatorioNumeroDeSerie);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uchkObligatorioCodigoBarras);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(19, 306);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(682, 62);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // uchkObligatorioNumeroDeSerie
     //
     this.uchkObligatorioNumeroDeSerie.BackColor = System.Drawing.Color.Transparent;
     this.uchkObligatorioNumeroDeSerie.Location  = new System.Drawing.Point(48, 32);
     this.uchkObligatorioNumeroDeSerie.Name      = "uchkObligatorioNumeroDeSerie";
     this.uchkObligatorioNumeroDeSerie.Size      = new System.Drawing.Size(272, 20);
     this.uchkObligatorioNumeroDeSerie.TabIndex  = 1;
     this.uchkObligatorioNumeroDeSerie.Text      = "Obligatorio Número de Serie";
     //
     // uchkObligatorioCodigoBarras
     //
     this.uchkObligatorioCodigoBarras.BackColor = System.Drawing.Color.Transparent;
     this.uchkObligatorioCodigoBarras.Location  = new System.Drawing.Point(48, 3);
     this.uchkObligatorioCodigoBarras.Name      = "uchkObligatorioCodigoBarras";
     this.uchkObligatorioCodigoBarras.Size      = new System.Drawing.Size(208, 20);
     this.uchkObligatorioCodigoBarras.TabIndex  = 0;
     this.uchkObligatorioCodigoBarras.Text      = "Obligatorio Código de Barras";
     //
     // uEBPanel
     //
     this.uEBPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.uEBPanel.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.uEBPanel.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.uEBPanel.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 111;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Datos Generales";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 63;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos de Venta y Presentación";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 64;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Avanzadas";
     this.uEBPanel.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.uEBPanel.Location  = new System.Drawing.Point(16, 40);
     this.uEBPanel.Name      = "uEBPanel";
     this.uEBPanel.Size      = new System.Drawing.Size(720, 392);
     this.uEBPanel.TabIndex  = 0;
     this.uEBPanel.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.XP;
     //
     // bNuevo
     //
     this.bNuevo.Location = new System.Drawing.Point(16, 8);
     this.bNuevo.Name     = "bNuevo";
     this.bNuevo.TabIndex = 1;
     this.bNuevo.Text     = "Nuevo";
     this.bNuevo.Click   += new System.EventHandler(this.bNuevo_Click);
     //
     // bCancelar
     //
     this.bCancelar.Location = new System.Drawing.Point(664, 440);
     this.bCancelar.Name     = "bCancelar";
     this.bCancelar.TabIndex = 5;
     this.bCancelar.Text     = "&Cancelar";
     this.bCancelar.Click   += new System.EventHandler(this.button2_Click);
     //
     // bAceptar
     //
     this.bAceptar.Location = new System.Drawing.Point(576, 440);
     this.bAceptar.Name     = "bAceptar";
     this.bAceptar.TabIndex = 4;
     this.bAceptar.Text     = "Aceptar";
     this.bAceptar.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // bBuscar
     //
     this.bBuscar.Location = new System.Drawing.Point(104, 8);
     this.bBuscar.Name     = "bBuscar";
     this.bBuscar.TabIndex = 6;
     this.bBuscar.Text     = "Buscar";
     this.bBuscar.Click   += new System.EventHandler(this.bBuscar_Click);
     //
     // txtBusqueda
     //
     this.txtBusqueda.Location = new System.Drawing.Point(187, 10);
     this.txtBusqueda.Name     = "txtBusqueda";
     this.txtBusqueda.TabIndex = 7;
     this.txtBusqueda.Text     = "";
     //
     // bEliminar
     //
     this.bEliminar.Location = new System.Drawing.Point(300, 9);
     this.bEliminar.Name     = "bEliminar";
     this.bEliminar.TabIndex = 8;
     this.bEliminar.Text     = "Eliminar";
     this.bEliminar.Click   += new System.EventHandler(this.bEliminar_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(440, 8);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 9;
     this.button1.Text     = "button1";
     this.button1.Click   += new System.EventHandler(this.onClick);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(528, 8);
     this.button2.Name     = "button2";
     this.button2.TabIndex = 10;
     this.button2.Text     = "button2";
     this.button2.Click   += new System.EventHandler(this.onClick);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirstRecord,
         this.tbPreviousRecord,
         this.tbNextRecord,
         this.tbLastRecord,
         this.tbSep1,
         this.tbRefresh,
         this.tbSep2,
         this.tbSave
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(752, 28);
     this.toolBarStandar.TabIndex       = 11;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbFirstRecord
     //
     this.tbFirstRecord.ImageIndex = 0;
     //
     // tbPreviousRecord
     //
     this.tbPreviousRecord.ImageIndex = 1;
     //
     // tbNextRecord
     //
     this.tbNextRecord.ImageIndex = 2;
     //
     // tbLastRecord
     //
     this.tbLastRecord.ImageIndex = 3;
     //
     // tbSep1
     //
     this.tbSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 5;
     //
     // tbSep2
     //
     this.tbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbSave
     //
     this.tbSave.ImageIndex = 4;
     this.tbSave.Text       = "Guardar";
     //
     // FrmAbmArticulos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(752, 485);
     this.Controls.Add(this.toolBarStandar);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.bEliminar);
     this.Controls.Add(this.txtBusqueda);
     this.Controls.Add(this.bBuscar);
     this.Controls.Add(this.bCancelar);
     this.Controls.Add(this.bAceptar);
     this.Controls.Add(this.bNuevo);
     this.Controls.Add(this.uEBPanel);
     this.Name = "FrmAbmArticulos";
     this.Text = "FrmAbmArticulos";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.unedUnidadesPorPack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedAlicuotaIva)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedPrecioVenta)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uEBPanel)).EndInit();
     this.uEBPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 39
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem13 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem16 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem17 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Nhóm đối tượng");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup3");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Khế ước ngân hàng");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Khoản mục chi phí");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Loại tiền");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup3 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup4");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Nguồn vốn");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Lý do tăng giảm tài sản");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mục đích của tài sản");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup4 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup5");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup5 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup6");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup6 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup7");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup7 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
            Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab2 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon2");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup8 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool3");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool4");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup9 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool2");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Nhóm đối tượng");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ngân hàng");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Loại tiền");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Khế ước ngân hàng");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Khoản mục chi phí");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Nguồn vốn");
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Lý do tăng giảm tài sản");
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mục đích của tài sản");
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool2");
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool3");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool4");
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this._MainFrm_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainFrm_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainFrm_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainFrm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.splitContainer1_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
            this.ultraToolbarsDockArea4 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.splitContainer1_Fill_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraLabel1
            // 
            appearance1.TextHAlignAsString = "Center";
            appearance1.TextVAlignAsString = "Middle";
            this.ultraLabel1.Appearance = appearance1;
            this.ultraLabel1.AutoSize = true;
            this.ultraLabel1.Location = new System.Drawing.Point(51, 114);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(53, 73);
            this.ultraLabel1.TabIndex = 0;
            this.ultraLabel1.Text = "Hàng hóa";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(8, 164);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.ultraExplorerBar1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
            this.splitContainer1.Size = new System.Drawing.Size(829, 252);
            this.splitContainer1.SplitterDistance = 161;
            this.splitContainer1.TabIndex = 1;
            // 
            // ultraExplorerBar1
            // 
            this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarItem1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Label;
            ultraExplorerBarItem1.Text = "Ngân sách";
            appearance2.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem2.Text = "Lập dự toán thu";
            appearance3.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance3;
            ultraExplorerBarItem3.Text = "Lập dự toán chi";
            ultraExplorerBarItem4.Settings.Style = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Label;
            ultraExplorerBarItem4.Text = "Quỹ";
            appearance4.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem5.Text = "Lập phiếu thu";
            appearance5.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance5;
            ultraExplorerBarItem6.Text = "Lập phiếu chi";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1,
            ultraExplorerBarItem2,
            ultraExplorerBarItem3,
            ultraExplorerBarItem4,
            ultraExplorerBarItem5,
            ultraExplorerBarItem6});
            ultraExplorerBarGroup1.Text = "Sổ cái";
            ultraExplorerBarItem7.Settings.Style = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Label;
            ultraExplorerBarItem7.Text = "Thêm";
            appearance6.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance6;
            ultraExplorerBarItem8.Text = "Phiếu thu";
            appearance7.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance7;
            ultraExplorerBarItem9.Text = "Phiếu chi";
            ultraExplorerBarItem10.Settings.Style = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Label;
            ultraExplorerBarItem10.Text = "Danh sách";
            appearance8.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem11.Settings.AppearancesSmall.Appearance = appearance8;
            ultraExplorerBarItem11.Text = "Phiếu thu";
            appearance9.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance9;
            ultraExplorerBarItem12.Text = "phiếu chi";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem7,
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem10,
            ultraExplorerBarItem11,
            ultraExplorerBarItem12});
            ultraExplorerBarGroup2.Text = "Quỹ";
            ultraExplorerBarItem13.Settings.Style = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Label;
            ultraExplorerBarItem13.Text = "Thêm";
            appearance10.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem14.Settings.AppearancesSmall.Appearance = appearance10;
            ultraExplorerBarItem14.Text = "Nộp tiền vào tài khoản";
            appearance11.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem15.Settings.AppearancesSmall.Appearance = appearance11;
            ultraExplorerBarItem15.Text = "Séc/Ủy nhiệm chi";
            appearance12.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem16.Settings.AppearancesSmall.Appearance = appearance12;
            ultraExplorerBarItem16.Text = "Chuyển tiền nội bộ";
            appearance13.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            ultraExplorerBarItem17.Settings.AppearancesSmall.Appearance = appearance13;
            ultraExplorerBarItem17.Text = "Tiền đang chuyển";
            ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem13,
            ultraExplorerBarItem14,
            ultraExplorerBarItem15,
            ultraExplorerBarItem16,
            ultraExplorerBarItem17});
            ultraExplorerBarGroup3.Text = "Ngân hàng";
            ultraExplorerBarGroup4.Text = "Mua hàng";
            ultraExplorerBarGroup5.Text = "Bán hàng";
            ultraExplorerBarGroup6.Text = "Kho";
            ultraExplorerBarGroup7.Text = "Tài sản cố định";
            ultraExplorerBarGroup8.Text = "Tiền lương";
            ultraExplorerBarGroup9.Text = "Thuế";
            ultraExplorerBarGroup10.Text = "Giá thành";
            ultraExplorerBarGroup11.Text = "Hợp đồng";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3,
            ultraExplorerBarGroup4,
            ultraExplorerBarGroup5,
            ultraExplorerBarGroup6,
            ultraExplorerBarGroup7,
            ultraExplorerBarGroup8,
            ultraExplorerBarGroup9,
            ultraExplorerBarGroup10,
            ultraExplorerBarGroup11});
            this.ultraExplorerBar1.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size = new System.Drawing.Size(161, 252);
            this.ultraExplorerBar1.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.ultraExplorerBar1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.ultraLabel1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(664, 252);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Bàn làm việc";
            // 
            // _MainFrm_Toolbars_Dock_Area_Left
            // 
            this._MainFrm_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainFrm_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainFrm_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._MainFrm_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainFrm_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 164);
            this._MainFrm_Toolbars_Dock_Area_Left.Name = "_MainFrm_Toolbars_Dock_Area_Left";
            this._MainFrm_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 252);
            // 
            // _MainFrm_Toolbars_Dock_Area_Right
            // 
            this._MainFrm_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainFrm_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainFrm_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._MainFrm_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainFrm_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(845, 164);
            this._MainFrm_Toolbars_Dock_Area_Right.Name = "_MainFrm_Toolbars_Dock_Area_Right";
            this._MainFrm_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 252);
            // 
            // _MainFrm_Toolbars_Dock_Area_Top
            // 
            this._MainFrm_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainFrm_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainFrm_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._MainFrm_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainFrm_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._MainFrm_Toolbars_Dock_Area_Top.Name = "_MainFrm_Toolbars_Dock_Area_Top";
            this._MainFrm_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(845, 0);
            // 
            // _MainFrm_Toolbars_Dock_Area_Bottom
            // 
            this._MainFrm_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainFrm_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainFrm_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._MainFrm_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainFrm_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 424);
            this._MainFrm_Toolbars_Dock_Area_Bottom.Name = "_MainFrm_Toolbars_Dock_Area_Bottom";
            this._MainFrm_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(845, 0);
            // 
            // splitContainer1_Fill_Panel
            // 
            this.splitContainer1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.splitContainer1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1_Fill_Panel.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1_Fill_Panel.Name = "splitContainer1_Fill_Panel";
            this.splitContainer1_Fill_Panel.Size = new System.Drawing.Size(829, 254);
            this.splitContainer1_Fill_Panel.TabIndex = 0;
            // 
            // ultraToolbarsDockArea4
            // 
            this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.ultraToolbarsDockArea4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this.ultraToolbarsDockArea4.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraToolbarsDockArea4.InitialResizeAreaExtent = 8;
            this.ultraToolbarsDockArea4.Location = new System.Drawing.Point(837, 164);
            this.ultraToolbarsDockArea4.Name = "ultraToolbarsDockArea4";
            this.ultraToolbarsDockArea4.Size = new System.Drawing.Size(8, 252);
            this.ultraToolbarsDockArea4.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsDockArea3
            // 
            this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.ultraToolbarsDockArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraToolbarsDockArea3.InitialResizeAreaExtent = 8;
            this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(0, 164);
            this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
            this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(8, 252);
            this.ultraToolbarsDockArea3.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsDockArea2
            // 
            this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.ultraToolbarsDockArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraToolbarsDockArea2.InitialResizeAreaExtent = 8;
            this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 416);
            this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
            this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(845, 8);
            this.ultraToolbarsDockArea2.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsDockArea1
            // 
            this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.ultraToolbarsDockArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 0);
            this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
            this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(845, 164);
            this.ultraToolbarsDockArea1.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsManager1
            // 
            this.ultraToolbarsManager1.DesignerFlags = 1;
            this.ultraToolbarsManager1.DockWithinContainer = this;
            this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            ribbonTab1.Caption = "Danh Mục";
            ribbonGroup1.Caption = "Đối tượng";
            buttonTool20.InstanceProps.MinimumSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Normal;
            ribbonGroup1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool20});
            ribbonGroup2.Caption = "Kho Hàng";
            controlContainerTool7.ControlName = "ultraLabel1";
            controlContainerTool7.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.ImageOnly;
            controlContainerTool7.InstanceProps.Width = 53;
            ribbonGroup2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            controlContainerTool7,
            buttonTool21,
            buttonTool22,
            buttonTool23});
            ribbonGroup3.Caption = "Tài sản cố định";
            ribbonGroup3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3});
            ribbonGroup4.Caption = "Giá thành";
            ribbonGroup5.Caption = "Tiền lương";
            ribbonGroup6.Caption = "Tổng hợp";
            ribbonGroup7.Caption = "ribbonGroup2";
            ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
            ribbonGroup1,
            ribbonGroup2,
            ribbonGroup3,
            ribbonGroup4,
            ribbonGroup5,
            ribbonGroup6,
            ribbonGroup7});
            ribbonTab2.Caption = "Hệ thống";
            ribbonGroup8.Caption = "ribbonGroup1";
            ribbonGroup8.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool11,
            buttonTool12});
            ribbonGroup9.Caption = "ribbonGroup2";
            ribbonTab2.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
            ribbonGroup8,
            ribbonGroup9});
            this.ultraToolbarsManager1.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
            ribbonTab1,
            ribbonTab2});
            this.ultraToolbarsManager1.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool7,
            buttonTool9});
            this.ultraToolbarsManager1.Ribbon.Visible = true;
            this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
            appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
            buttonTool24.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
            buttonTool24.SharedPropsInternal.Caption = "Nhóm đối tượng";
            controlContainerTool8.SharedPropsInternal.AllowMultipleInstances = true;
            appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
            controlContainerTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
            controlContainerTool8.SharedPropsInternal.Caption = "Ngân hàng";
            controlContainerTool8.SharedPropsInternal.Width = 735;
            appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
            buttonTool25.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
            buttonTool25.SharedPropsInternal.Caption = "Loại tiền";
            appearance17.Image = ((object)(resources.GetObject("appearance17.Image")));
            buttonTool26.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
            buttonTool26.SharedPropsInternal.Caption = "Khế ước ngân hàng";
            appearance18.Image = ((object)(resources.GetObject("appearance18.Image")));
            buttonTool27.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
            buttonTool27.SharedPropsInternal.Caption = "Khoản mục chi phí";
            controlContainerTool9.ControlName = "ultraLabel1";
            appearance19.Image = ((object)(resources.GetObject("appearance19.Image")));
            controlContainerTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance19;
            controlContainerTool9.SharedPropsInternal.Width = 53;
            appearance20.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance20;
            buttonTool4.SharedPropsInternal.Caption = "Nguồn vốn";
            appearance21.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance21;
            buttonTool5.SharedPropsInternal.Caption = "Lý do tăng giảm tài sản";
            appearance22.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
            buttonTool6.SharedPropsInternal.Caption = "Mục đích của tài sản";
            appearance23.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
            buttonTool8.SharedPropsInternal.Caption = "ButtonTool1";
            appearance24.Image = global::Accounting.Frm.Properties.Resources._1__10_;
            buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
            buttonTool10.SharedPropsInternal.Caption = "ButtonTool2";
            buttonTool13.SharedPropsInternal.Caption = "ButtonTool3";
            buttonTool14.SharedPropsInternal.Caption = "ButtonTool4";
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool24,
            controlContainerTool8,
            buttonTool25,
            buttonTool26,
            buttonTool27,
            controlContainerTool9,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool8,
            buttonTool10,
            buttonTool13,
            buttonTool14});
            // 
            // MainFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(845, 424);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.ultraToolbarsDockArea3);
            this.Controls.Add(this.ultraToolbarsDockArea4);
            this.Controls.Add(this._MainFrm_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._MainFrm_Toolbars_Dock_Area_Right);
            this.Controls.Add(this.ultraToolbarsDockArea2);
            this.Controls.Add(this._MainFrm_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.ultraToolbarsDockArea1);
            this.Controls.Add(this._MainFrm_Toolbars_Dock_Area_Top);
            this.Name = "MainFrm";
            this.Text = "MainFrm";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.splitContainer1_Fill_Panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.ResumeLayout(false);

        }