示例#1
0
        private mz.erp.ui.controls.mzComboEditor AddComboEditor(ReportParameterConfig rp, int tabIndex, int x, int y)
        {
            mz.erp.ui.controls.mzComboEditor txt = new mz.erp.ui.controls.mzComboEditor();
            Type       _type  = System.Type.GetType(rp.ControlUIType.UIType);
            MethodBase method = null;

            foreach (MethodBase mb in _type.GetMethods())
            {
                foreach (Attribute attMethod in mb.GetCustomAttributes(false))
                {
                    if (attMethod  is ValueListGridMember)
                    {
                        method = mb;
                    }
                }
            }
            object instance = Activator.CreateInstance(_type, true);

            System.Data.DataTable resultValue = (System.Data.DataTable)method.Invoke(instance, new object [] {});

            txt.Location = new System.Drawing.Point(x, y);
            txt.Name     = string.Format("txt{0}", rp.Nombre);
            txt.Size     = new System.Drawing.Size(GetControlWidth(), 23);
            txt.TabIndex = tabIndex;
            txt.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));

            this.ultraExplorerBarContainerControl5.Controls.Add(txt);
            txt.DataBindings.Add("Value", rp, "ValorPorDefecto");
            txt.FillFromDataSource(resultValue, rp.ControlUIType.PrimaryKey, rp.ControlUIType.Description, 8, rp.ControlUIType.Description);

            return(txt);
        }
示例#2
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.txtNombreJerarquia = new System.Windows.Forms.TextBox();
     this.utbJerarquia       = new Infragistics.Win.Misc.UltraButton();
     this.mzCEJerarquias     = new mz.erp.ui.controls.mzComboEditor();
     //this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.mzCEJerarquias)).BeginInit();
     this.SuspendLayout();
     //
     // txtNombreJerarquia
     //
     this.txtNombreJerarquia.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.txtNombreJerarquia.Location  = new System.Drawing.Point(0, 1);
     this.txtNombreJerarquia.Name      = "txtNombreJerarquia";
     this.txtNombreJerarquia.ReadOnly  = true;
     this.txtNombreJerarquia.Size      = new System.Drawing.Size(168, 20);
     this.txtNombreJerarquia.TabIndex  = 5;
     this.txtNombreJerarquia.Text      = "";
     this.txtNombreJerarquia.Visible   = false;
     //
     // utbJerarquia
     //
     this.utbJerarquia.Location = new System.Drawing.Point(168, -1);
     this.utbJerarquia.Name     = "utbJerarquia";
     this.utbJerarquia.Size     = new System.Drawing.Size(27, 23);
     this.utbJerarquia.TabIndex = 4;
     this.utbJerarquia.Text     = "...";
     //
     // mzCEJerarquias
     //
     this.mzCEJerarquias.AutoComplete               = true;
     this.mzCEJerarquias.AutoSize                   = false;
     this.mzCEJerarquias.DataSource                 = null;
     this.mzCEJerarquias.DisplayMember              = "";
     this.mzCEJerarquias.DisplayMemberCaption       = "";
     this.mzCEJerarquias.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
     this.mzCEJerarquias.DropDownStyle              = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEJerarquias.Location                   = new System.Drawing.Point(0, 0);
     this.mzCEJerarquias.MaxItemsDisplay            = 200;
     this.mzCEJerarquias.MoreItemsDisplayText       = "(Ver mas elementos...)";
     this.mzCEJerarquias.Name               = "mzCEJerarquias";
     this.mzCEJerarquias.Size               = new System.Drawing.Size(168, 21);
     this.mzCEJerarquias.SorterMember       = "";
     this.mzCEJerarquias.TabIndex           = 6;
     this.mzCEJerarquias.ValueMember        = "";
     this.mzCEJerarquias.ValueMemberCaption = "";
     //
     // mzSearchTextBox
     //
     this.Controls.Add(this.txtNombreJerarquia);
     this.Controls.Add(this.mzCEJerarquias);
     this.Controls.Add(this.utbJerarquia);
     this.Name = "mzSearchTextBox";
     this.Size = new System.Drawing.Size(200, 24);
     Console.WriteLine("Llegueeeeeeeeeeeeeeeeeeeeeee");
     ((System.ComponentModel.ISupportInitialize)(this.mzCEJerarquias)).EndInit();
     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.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton3 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton4 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarProductosConPreciosModificados));
     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.chckPorUltimaFechaModifPcioVta    = new System.Windows.Forms.CheckBox();
     this.chckPorUltimaFechaModifPcioCosto  = new System.Windows.Forms.CheckBox();
     this.mzComboListaDePrecios             = new mz.erp.ui.controls.mzComboEditor();
     this.label4 = new System.Windows.Forms.Label();
     this.hierarchicalSearchControl1 = new mz.erp.ui.controls.HierarchicalSearchControl();
     this.mzProductosControl1        = new mz.erp.ui.controls.mzProductosControl();
     this.label11 = new System.Windows.Forms.Label();
     this.uccFechaPcioVentaDesde = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.uccFechaPcioVentaHasta = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.label10 = new System.Windows.Forms.Label();
     this.label9  = new System.Windows.Forms.Label();
     this.label8  = new System.Windows.Forms.Label();
     this.label5  = new System.Windows.Forms.Label();
     this.label6  = new System.Windows.Forms.Label();
     this.label7  = new System.Windows.Forms.Label();
     this.uccFechaPcioCostoHasta            = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.uccFechaPcioCostoDesde            = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1    = new mz.erp.ui.controls.GridManagerView();
     this.gridResultado       = 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.toolBarButton1      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5      = new System.Windows.Forms.ToolBarButton();
     this.tbbReiniciarFiltros = 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.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoDesde)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).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(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.chckPorUltimaFechaModifPcioVta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chckPorUltimaFechaModifPcioCosto);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboListaDePrecios);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.hierarchicalSearchControl1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzProductosControl1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label11);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioVentaDesde);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioVentaHasta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label8);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioCostoHasta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uccFechaPcioCostoDesde);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(814, 140);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // chckPorUltimaFechaModifPcioVta
     //
     this.chckPorUltimaFechaModifPcioVta.BackColor = System.Drawing.Color.Transparent;
     this.chckPorUltimaFechaModifPcioVta.Location  = new System.Drawing.Point(432, 32);
     this.chckPorUltimaFechaModifPcioVta.Name      = "chckPorUltimaFechaModifPcioVta";
     this.chckPorUltimaFechaModifPcioVta.Size      = new System.Drawing.Size(16, 24);
     this.chckPorUltimaFechaModifPcioVta.TabIndex  = 6;
     //
     // chckPorUltimaFechaModifPcioCosto
     //
     this.chckPorUltimaFechaModifPcioCosto.BackColor = System.Drawing.Color.Transparent;
     this.chckPorUltimaFechaModifPcioCosto.Location  = new System.Drawing.Point(432, 8);
     this.chckPorUltimaFechaModifPcioCosto.Name      = "chckPorUltimaFechaModifPcioCosto";
     this.chckPorUltimaFechaModifPcioCosto.Size      = new System.Drawing.Size(16, 24);
     this.chckPorUltimaFechaModifPcioCosto.TabIndex  = 2;
     //
     // mzComboListaDePrecios
     //
     this.mzComboListaDePrecios.AutoComplete         = true;
     this.mzComboListaDePrecios.DataSource           = null;
     this.mzComboListaDePrecios.DisplayMember        = "";
     this.mzComboListaDePrecios.DisplayMemberCaption = "";
     this.mzComboListaDePrecios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboListaDePrecios.Location             = new System.Drawing.Point(552, 8);
     this.mzComboListaDePrecios.MaxItemsDisplay      = 7;
     this.mzComboListaDePrecios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboListaDePrecios.Name               = "mzComboListaDePrecios";
     this.mzComboListaDePrecios.Size               = new System.Drawing.Size(224, 21);
     this.mzComboListaDePrecios.SorterMember       = "";
     this.mzComboListaDePrecios.TabIndex           = 3;
     this.mzComboListaDePrecios.ValueMember        = "";
     this.mzComboListaDePrecios.ValueMemberCaption = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(456, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 144;
     this.label4.Text      = "Lista  de Precios";
     //
     // hierarchicalSearchControl1
     //
     this.hierarchicalSearchControl1.BackColor = System.Drawing.Color.Transparent;
     this.hierarchicalSearchControl1.Location  = new System.Drawing.Point(8, 96);
     this.hierarchicalSearchControl1.Name      = "hierarchicalSearchControl1";
     this.hierarchicalSearchControl1.Size      = new System.Drawing.Size(784, 95);
     this.hierarchicalSearchControl1.TabIndex  = 8;
     //
     // mzProductosControl1
     //
     this.mzProductosControl1.BackColor            = System.Drawing.Color.Transparent;
     this.mzProductosControl1.EnabledCantidad      = true;
     this.mzProductosControl1.EnabledListaDePrecio = true;
     this.mzProductosControl1.Location             = new System.Drawing.Point(96, 56);
     this.mzProductosControl1.Name                            = "mzProductosControl1";
     this.mzProductosControl1.Size                            = new System.Drawing.Size(408, 32);
     this.mzProductosControl1.TabIndex                        = 7;
     this.mzProductosControl1.VisibleCantidad                 = true;
     this.mzProductosControl1.VisibleComboListaDePrecios      = true;
     this.mzProductosControl1.VisibleComboTipoDePrecioDeCosto = false;
     this.mzProductosControl1.VisiblePrecios                  = true;
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Location  = new System.Drawing.Point(8, 64);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(69, 16);
     this.label11.TabIndex  = 141;
     this.label11.Text      = "Producto";
     //
     // uccFechaPcioVentaDesde
     //
     dateButton1.Caption = "Today";
     this.uccFechaPcioVentaDesde.DateButtons.Add(dateButton1);
     this.uccFechaPcioVentaDesde.Location          = new System.Drawing.Point(160, 32);
     this.uccFechaPcioVentaDesde.Name              = "uccFechaPcioVentaDesde";
     this.uccFechaPcioVentaDesde.NonAutoSizeHeight = 23;
     this.uccFechaPcioVentaDesde.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioVentaDesde.TabIndex          = 4;
     //
     // uccFechaPcioVentaHasta
     //
     dateButton2.Caption = "Today";
     this.uccFechaPcioVentaHasta.DateButtons.Add(dateButton2);
     this.uccFechaPcioVentaHasta.Location          = new System.Drawing.Point(328, 32);
     this.uccFechaPcioVentaHasta.Name              = "uccFechaPcioVentaHasta";
     this.uccFechaPcioVentaHasta.NonAutoSizeHeight = 23;
     this.uccFechaPcioVentaHasta.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioVentaHasta.TabIndex          = 5;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(104, 8);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(48, 16);
     this.label10.TabIndex  = 138;
     this.label10.Text      = "Desde";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(104, 32);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(40, 16);
     this.label9.TabIndex  = 137;
     this.label9.Text      = "Desde";
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(272, 8);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(40, 16);
     this.label8.TabIndex  = 136;
     this.label8.Text      = "Hasta";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(272, 32);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(48, 16);
     this.label5.TabIndex  = 135;
     this.label5.Text      = "Hasta";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 32);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(88, 16);
     this.label6.TabIndex  = 128;
     this.label6.Text      = "Precio de Venta";
     //
     // 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(88, 16);
     this.label7.TabIndex  = 129;
     this.label7.Text      = "Precio de Costo";
     //
     // uccFechaPcioCostoHasta
     //
     dateButton3.Caption = "Today";
     this.uccFechaPcioCostoHasta.DateButtons.Add(dateButton3);
     this.uccFechaPcioCostoHasta.Location          = new System.Drawing.Point(328, 8);
     this.uccFechaPcioCostoHasta.Name              = "uccFechaPcioCostoHasta";
     this.uccFechaPcioCostoHasta.NonAutoSizeHeight = 23;
     this.uccFechaPcioCostoHasta.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioCostoHasta.TabIndex          = 1;
     //
     // uccFechaPcioCostoDesde
     //
     dateButton4.Caption = "Today";
     this.uccFechaPcioCostoDesde.DateButtons.Add(dateButton4);
     this.uccFechaPcioCostoDesde.Location          = new System.Drawing.Point(160, 8);
     this.uccFechaPcioCostoDesde.Name              = "uccFechaPcioCostoDesde";
     this.uccFechaPcioCostoDesde.NonAutoSizeHeight = 23;
     this.uccFechaPcioCostoDesde.Size              = new System.Drawing.Size(96, 21);
     this.uccFechaPcioCostoDesde.TabIndex          = 0;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 308);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(814, 255);
     this.ultraExplorerBarContainerControl1.TabIndex = 6;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(8, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(864, 24);
     this.gridManagerView1.TabIndex  = 122;
     //
     // 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, 31);
     this.gridResultado.Name               = "gridResultado";
     this.gridResultado.Size               = new System.Drawing.Size(814, 224);
     this.gridResultado.TabIndex           = 0;
     //
     // 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.toolBarButton5,
         this.tbbReiniciarFiltros,
         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       = 50;
     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 = 2;
     this.toolBarButton2.Text       = "[F5] Buscar ahora";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbReiniciarFiltros
     //
     this.tbbReiniciarFiltros.ImageIndex = 5;
     this.tbbReiniciarFiltros.Text       = "Reiniciar Filtros de Busqueda";
     //
     // 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 = 140;
     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 = 53;
     //
     // FrmConsultarProductosConPreciosModificados
     //
     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 = "FrmConsultarProductosConPreciosModificados";
     this.Text = "FrmConsultarProductosConPreciosModificados";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioVentaHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaPcioCostoDesde)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 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(FrmMovimientosCajaEx));
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2    = 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 valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotal                = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ubEliminar              = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar             = new System.Windows.Forms.ImageList(this.components);
     this.ubAgregar               = new Infragistics.Win.Misc.UltraButton();
     this.label1                  = new System.Windows.Forms.Label();
     this.gridEXValores           = new Janus.Windows.GridEX.GridEX();
     this.gridEXFormasDePago      = new Janus.Windows.GridEX.GridEX();
     this.ultraLabel1             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTiposMovimiento    = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCalendarCombo1     = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel4             = new Infragistics.Win.Misc.UltraLabel();
     this.gridExCotizaciones      = new Janus.Windows.GridEX.GridEX();
     this.mzCEInstanciasCaja      = new mz.erp.ui.controls.mzComboEditor();
     this.label2                  = new System.Windows.Forms.Label();
     this.ultraLabel5             = new Infragistics.Win.Misc.UltraLabel();
     this.txtObservaciones        = new System.Windows.Forms.TextBox();
     this.mzCmbSubTiposMovimiento = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel6             = new Infragistics.Win.Misc.UltraLabel();
     this.txtNumero               = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel7             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTipoComp           = new mz.erp.ui.controls.mzComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXFormasDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarCombo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridExCotizaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComp)).BeginInit();
     this.SuspendLayout();
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(864, 28);
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 240;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Detalle de Valores";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;                                                             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(864, 454);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTipoComp);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSubTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridExCotizaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridEXFormasDePago);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCalendarCombo1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -21);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(798, 151);
     this.ultraExplorerBarContainerControl1.TabStop  = false;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ubEliminar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ubAgregar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXValores);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 189);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(798, 240);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // 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(671, 8);
     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      = 2;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ubEliminar
     //
     this.ubEliminar.ImageList = this.imglStandar;
     this.ubEliminar.Location  = new System.Drawing.Point(111, 8);
     this.ubEliminar.Name      = "ubEliminar";
     this.ubEliminar.Size      = new System.Drawing.Size(97, 24);
     this.ubEliminar.TabIndex  = 1;
     this.ubEliminar.Text      = "Eliminar";
     this.ubEliminar.Click    += new System.EventHandler(this.ubEliminar_Click);
     //
     // 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;
     //
     // ubAgregar
     //
     this.ubAgregar.ImageList = this.imglStandar;
     this.ubAgregar.Location  = new System.Drawing.Point(8, 8);
     this.ubAgregar.Name      = "ubAgregar";
     this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
     this.ubAgregar.TabIndex  = 0;
     this.ubAgregar.Text      = "Agregar";
     this.ubAgregar.Click    += new System.EventHandler(this.ubAgregar_Click);
     //
     // 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(565, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Total: ";
     this.label1.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, 40);
     this.gridEXValores.Name            = "gridEXValores";
     this.gridEXValores.ScrollBars      = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXValores.Size            = new System.Drawing.Size(768, 192);
     this.gridEXValores.TabIndex        = 3;
     this.gridEXValores.RecordsDeleted += new System.EventHandler(this.gridEXValores_RecordsDeleted);
     this.gridEXValores.DoubleClick    += new System.EventHandler(this.gridEXValores_DoubleClick);
     //
     // gridEXFormasDePago
     //
     this.gridEXFormasDePago.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXFormasDePago.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridEXFormasDePago.GroupByBoxVisible  = false;
     this.gridEXFormasDePago.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXFormasDePago.Location           = new System.Drawing.Point(760, 0);
     this.gridEXFormasDePago.Name         = "gridEXFormasDePago";
     this.gridEXFormasDePago.ScrollBars   = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXFormasDePago.Size         = new System.Drawing.Size(256, 56);
     this.gridEXFormasDePago.TabIndex     = 3;
     this.gridEXFormasDePago.Visible      = false;
     this.gridEXFormasDePago.DoubleClick += new System.EventHandler(this.gridEXFormasDePago_DoubleClick);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(752, 8);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(96, 24);
     this.ultraLabel1.TabIndex  = 19;
     this.ultraLabel1.Text      = "Formas De Pago";
     this.ultraLabel1.Visible   = false;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 25);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel3.TabIndex  = 18;
     this.ultraLabel3.Text      = "Fecha";
     //
     // mzCmbTiposMovimiento
     //
     this.mzCmbTiposMovimiento.AutoComplete          = true;
     this.mzCmbTiposMovimiento.DataSource            = null;
     this.mzCmbTiposMovimiento.DisplayMember         = "";
     this.mzCmbTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbTiposMovimiento.Location             = new System.Drawing.Point(120, 46);
     this.mzCmbTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposMovimiento.Name               = "mzCmbTiposMovimiento";
     this.mzCmbTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposMovimiento.SorterMember       = "";
     this.mzCmbTiposMovimiento.TabIndex           = 2;
     this.mzCmbTiposMovimiento.ValueMember        = "";
     this.mzCmbTiposMovimiento.ValueMemberCaption = "";
     this.mzCmbTiposMovimiento.ValueChanged      += new System.EventHandler(this.mzCmbTiposMovimiento_ValueChanged);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(-1, 48);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel2.TabIndex  = 16;
     this.ultraLabel2.Text      = "Tipo de Movimiento";
     //
     // ultraCalendarCombo1
     //
     dateButton1.Caption = "Today";
     this.ultraCalendarCombo1.DateButtons.Add(dateButton1);
     this.ultraCalendarCombo1.Enabled           = false;
     this.ultraCalendarCombo1.Location          = new System.Drawing.Point(120, 23);
     this.ultraCalendarCombo1.Name              = "ultraCalendarCombo1";
     this.ultraCalendarCombo1.NonAutoSizeHeight = 23;
     this.ultraCalendarCombo1.Size              = new System.Drawing.Size(272, 21);
     this.ultraCalendarCombo1.TabIndex          = 1;
     this.ultraCalendarCombo1.Value             = new System.DateTime(2006, 3, 20, 13, 44, 15, 429);
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(752, 24);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(128, 16);
     this.ultraLabel4.TabIndex  = 21;
     this.ultraLabel4.Text      = "Cotizaciones Actuales";
     this.ultraLabel4.Visible   = false;
     //
     // gridExCotizaciones
     //
     this.gridExCotizaciones.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridExCotizaciones.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridExCotizaciones.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridExCotizaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridExCotizaciones.GroupByBoxVisible  = false;
     this.gridExCotizaciones.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridExCotizaciones.Location           = new System.Drawing.Point(760, 0);
     this.gridExCotizaciones.Name       = "gridExCotizaciones";
     this.gridExCotizaciones.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridExCotizaciones.Size       = new System.Drawing.Size(376, 48);
     this.gridExCotizaciones.TabIndex   = 5;
     this.gridExCotizaciones.Visible    = false;
     //
     // 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(120, 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 = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 2);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 24;
     this.label2.Text      = "Caja :";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 93);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel5.TabIndex  = 25;
     this.ultraLabel5.Text      = "Observaciones";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location     = new System.Drawing.Point(120, 93);
     this.txtObservaciones.Multiline    = true;
     this.txtObservaciones.Name         = "txtObservaciones";
     this.txtObservaciones.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.txtObservaciones.Size         = new System.Drawing.Size(472, 51);
     this.txtObservaciones.TabIndex     = 4;
     this.txtObservaciones.Text         = "TEXTBOX3";
     this.txtObservaciones.TextChanged += new System.EventHandler(this.txtObservaciones_TextChanged);
     //
     // mzCmbSubTiposMovimiento
     //
     this.mzCmbSubTiposMovimiento.AutoComplete          = true;
     this.mzCmbSubTiposMovimiento.DataSource            = null;
     this.mzCmbSubTiposMovimiento.DisplayMember         = "";
     this.mzCmbSubTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbSubTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSubTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbSubTiposMovimiento.Location             = new System.Drawing.Point(120, 69);
     this.mzCmbSubTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbSubTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSubTiposMovimiento.Name               = "mzCmbSubTiposMovimiento";
     this.mzCmbSubTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbSubTiposMovimiento.SorterMember       = "";
     this.mzCmbSubTiposMovimiento.TabIndex           = 3;
     this.mzCmbSubTiposMovimiento.ValueMember        = "";
     this.mzCmbSubTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(0, 71);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel6.TabIndex  = 28;
     this.ultraLabel6.Text      = "Sub-Tipo de Movim.";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "\\A-####-########";
     this.txtNumero.Location  = new System.Drawing.Point(576, 24);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.TabIndex  = 6;
     this.txtNumero.Text      = "A--";
     //
     // ultraLabel7
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel7.Appearance = appearance1;
     this.ultraLabel7.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location   = new System.Drawing.Point(448, 8);
     this.ultraLabel7.Name       = "ultraLabel7";
     this.ultraLabel7.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel7.TabIndex   = 35;
     this.ultraLabel7.Text       = "Tipo de Comprobante";
     //
     // ultraLabel8
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel8.Appearance = appearance2;
     this.ultraLabel8.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel8.Location   = new System.Drawing.Point(504, 32);
     this.ultraLabel8.Name       = "ultraLabel8";
     this.ultraLabel8.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel8.TabIndex   = 34;
     this.ultraLabel8.Text       = "Número";
     //
     // mzCmbTipoComp
     //
     this.mzCmbTipoComp.AutoComplete          = true;
     this.mzCmbTipoComp.DataSource            = null;
     this.mzCmbTipoComp.DisplayMember         = "";
     this.mzCmbTipoComp.DisplayMemberCaption  = "";
     this.mzCmbTipoComp.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTipoComp.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     valueListItem1.DataValue   = "Fact.A";
     valueListItem1.DisplayText = "Fact. A";
     valueListItem2.DataValue   = "Fact.B";
     valueListItem2.DisplayText = "Fact. B";
     valueListItem3.DataValue   = "Fact.C";
     valueListItem3.DisplayText = "Fact. C";
     valueListItem4.DataValue   = "Ticket";
     valueListItem4.DisplayText = "Ticket";
     valueListItem5.DataValue   = "No";
     valueListItem5.DisplayText = "No/I";
     this.mzCmbTipoComp.Items.Add(valueListItem1);
     this.mzCmbTipoComp.Items.Add(valueListItem2);
     this.mzCmbTipoComp.Items.Add(valueListItem3);
     this.mzCmbTipoComp.Items.Add(valueListItem4);
     this.mzCmbTipoComp.Items.Add(valueListItem5);
     this.mzCmbTipoComp.Location             = new System.Drawing.Point(576, 0);
     this.mzCmbTipoComp.MaxItemsDisplay      = 7;
     this.mzCmbTipoComp.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTipoComp.Name               = "mzCmbTipoComp";
     this.mzCmbTipoComp.Size               = new System.Drawing.Size(137, 21);
     this.mzCmbTipoComp.SorterMember       = "";
     this.mzCmbTipoComp.TabIndex           = 5;
     this.mzCmbTipoComp.ValueMember        = "";
     this.mzCmbTipoComp.ValueMemberCaption = "";
     this.mzCmbTipoComp.ValueChanged      += new System.EventHandler(this.mzCmbTipoComp_ValueChanged);
     //
     // FrmMovimientosCajaEx
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(864, 482);
     this.Name = "FrmMovimientosCajaEx";
     this.Text = "Movimiento de Caja";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXFormasDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarCombo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridExCotizaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComp)).EndInit();
     this.ResumeLayout(false);
 }
示例#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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmChequeras));
     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.labelLeyenda = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label6 = new System.Windows.Forms.Label();
     this.mzComboEditorPChequeBusqueda = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorCuentaBusqueda  = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorBancoBusqueda   = new mz.erp.ui.controls.mzComboEditor();
     this.labelSearch = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.lfechaCierre        = new System.Windows.Forms.Label();
     this.txtFechaCierre      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.primerCheque        = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultimoCheque        = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.nroChequera         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.lChequera           = new System.Windows.Forms.Label();
     this.mzComboEditorCuenta = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorBanco  = new mz.erp.ui.controls.mzComboEditor();
     this.lUltimoCheque       = new System.Windows.Forms.Label();
     this.lPrimerCheque       = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     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.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorPChequeBusqueda)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuentaBusqueda)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBancoBusqueda)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFechaCierre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelLeyenda);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(734, 25);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelLeyenda
     //
     this.labelLeyenda.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelLeyenda.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelLeyenda.Location  = new System.Drawing.Point(0, 0);
     this.labelLeyenda.Name      = "labelLeyenda";
     this.labelLeyenda.Size      = new System.Drawing.Size(958, 24);
     this.labelLeyenda.TabIndex  = 0;
     this.labelLeyenda.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorPChequeBusqueda);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorCuentaBusqueda);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorBancoBusqueda);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelSearch);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(734, 50);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label6.Location  = new System.Drawing.Point(496, 15);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 24);
     this.label6.TabIndex  = 107;
     this.label6.Text      = "Primer Cheque:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mzComboEditorPChequeBusqueda
     //
     this.mzComboEditorPChequeBusqueda.AutoComplete         = true;
     this.mzComboEditorPChequeBusqueda.DataSource           = null;
     this.mzComboEditorPChequeBusqueda.DisplayMember        = "";
     this.mzComboEditorPChequeBusqueda.DisplayMemberCaption = "";
     this.mzComboEditorPChequeBusqueda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorPChequeBusqueda.Location             = new System.Drawing.Point(568, 15);
     this.mzComboEditorPChequeBusqueda.MaxItemsDisplay      = 50;
     this.mzComboEditorPChequeBusqueda.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorPChequeBusqueda.Name               = "mzComboEditorPChequeBusqueda";
     this.mzComboEditorPChequeBusqueda.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorPChequeBusqueda.SorterMember       = "";
     this.mzComboEditorPChequeBusqueda.TabIndex           = 106;
     this.mzComboEditorPChequeBusqueda.ValueMember        = "";
     this.mzComboEditorPChequeBusqueda.ValueMemberCaption = "";
     //
     // mzComboEditorCuentaBusqueda
     //
     this.mzComboEditorCuentaBusqueda.AutoComplete         = true;
     this.mzComboEditorCuentaBusqueda.DataSource           = null;
     this.mzComboEditorCuentaBusqueda.DisplayMember        = "";
     this.mzComboEditorCuentaBusqueda.DisplayMemberCaption = "";
     this.mzComboEditorCuentaBusqueda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorCuentaBusqueda.Location             = new System.Drawing.Point(320, 15);
     this.mzComboEditorCuentaBusqueda.MaxItemsDisplay      = 50;
     this.mzComboEditorCuentaBusqueda.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorCuentaBusqueda.Name               = "mzComboEditorCuentaBusqueda";
     this.mzComboEditorCuentaBusqueda.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorCuentaBusqueda.SorterMember       = "";
     this.mzComboEditorCuentaBusqueda.TabIndex           = 105;
     this.mzComboEditorCuentaBusqueda.ValueMember        = "";
     this.mzComboEditorCuentaBusqueda.ValueMemberCaption = "";
     //
     // mzComboEditorBancoBusqueda
     //
     this.mzComboEditorBancoBusqueda.AutoComplete         = true;
     this.mzComboEditorBancoBusqueda.DataSource           = null;
     this.mzComboEditorBancoBusqueda.DisplayMember        = "";
     this.mzComboEditorBancoBusqueda.DisplayMemberCaption = "";
     this.mzComboEditorBancoBusqueda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorBancoBusqueda.Location             = new System.Drawing.Point(64, 15);
     this.mzComboEditorBancoBusqueda.MaxItemsDisplay      = 50;
     this.mzComboEditorBancoBusqueda.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorBancoBusqueda.Name               = "mzComboEditorBancoBusqueda";
     this.mzComboEditorBancoBusqueda.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorBancoBusqueda.SorterMember       = "";
     this.mzComboEditorBancoBusqueda.TabIndex           = 104;
     this.mzComboEditorBancoBusqueda.ValueMember        = "";
     this.mzComboEditorBancoBusqueda.ValueMemberCaption = "";
     //
     // labelSearch
     //
     this.labelSearch.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelSearch.Location  = new System.Drawing.Point(8, 15);
     this.labelSearch.Name      = "labelSearch";
     this.labelSearch.TabIndex  = 2;
     this.labelSearch.Text      = "Banco:";
     this.labelSearch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label5.Location  = new System.Drawing.Point(248, 15);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(88, 24);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Cuenta:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lfechaCierre);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtFechaCierre);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.primerCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultimoCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.nroChequera);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lChequera);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboEditorCuenta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboEditorBanco);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lUltimoCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lPrimerCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 217);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(734, 136);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // lfechaCierre
     //
     this.lfechaCierre.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lfechaCierre.Location  = new System.Drawing.Point(8, 56);
     this.lfechaCierre.Name      = "lfechaCierre";
     this.lfechaCierre.Size      = new System.Drawing.Size(48, 24);
     this.lfechaCierre.TabIndex  = 115;
     this.lfechaCierre.Text      = "Fecha Cierre:";
     this.lfechaCierre.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtFechaCierre
     //
     this.txtFechaCierre.Location = new System.Drawing.Point(56, 58);
     this.txtFechaCierre.Name     = "txtFechaCierre";
     this.txtFechaCierre.Size     = new System.Drawing.Size(160, 21);
     this.txtFechaCierre.TabIndex = 114;
     //
     // primerCheque
     //
     this.primerCheque.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.primerCheque.InputMask = "nnnnnnnn";
     this.primerCheque.Location  = new System.Drawing.Point(312, 56);
     this.primerCheque.Name      = "primerCheque";
     this.primerCheque.Size      = new System.Drawing.Size(160, 20);
     this.primerCheque.TabIndex  = 113;
     //
     // ultimoCheque
     //
     this.ultimoCheque.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.ultimoCheque.InputMask = "nnnnnnnn";
     this.ultimoCheque.Location  = new System.Drawing.Point(568, 58);
     this.ultimoCheque.Name      = "ultimoCheque";
     this.ultimoCheque.Size      = new System.Drawing.Size(160, 20);
     this.ultimoCheque.TabIndex  = 112;
     //
     // nroChequera
     //
     this.nroChequera.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.nroChequera.InputMask = "nnnnnnnn";
     this.nroChequera.Location  = new System.Drawing.Point(568, 16);
     this.nroChequera.Name      = "nroChequera";
     this.nroChequera.Size      = new System.Drawing.Size(160, 20);
     this.nroChequera.TabIndex  = 111;
     //
     // lChequera
     //
     this.lChequera.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lChequera.Location  = new System.Drawing.Point(496, 16);
     this.lChequera.Name      = "lChequera";
     this.lChequera.Size      = new System.Drawing.Size(64, 24);
     this.lChequera.TabIndex  = 110;
     this.lChequera.Text      = "Chequera:";
     this.lChequera.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mzComboEditorCuenta
     //
     this.mzComboEditorCuenta.AutoComplete         = true;
     this.mzComboEditorCuenta.DataSource           = null;
     this.mzComboEditorCuenta.DisplayMember        = "";
     this.mzComboEditorCuenta.DisplayMemberCaption = "";
     this.mzComboEditorCuenta.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorCuenta.Location             = new System.Drawing.Point(312, 16);
     this.mzComboEditorCuenta.MaxItemsDisplay      = 50;
     this.mzComboEditorCuenta.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorCuenta.Name               = "mzComboEditorCuenta";
     this.mzComboEditorCuenta.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorCuenta.SorterMember       = "";
     this.mzComboEditorCuenta.TabIndex           = 103;
     this.mzComboEditorCuenta.ValueMember        = "";
     this.mzComboEditorCuenta.ValueMemberCaption = "";
     //
     // mzComboEditorBanco
     //
     this.mzComboEditorBanco.AutoComplete         = true;
     this.mzComboEditorBanco.DataSource           = null;
     this.mzComboEditorBanco.DisplayMember        = "";
     this.mzComboEditorBanco.DisplayMemberCaption = "";
     this.mzComboEditorBanco.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorBanco.Location             = new System.Drawing.Point(56, 16);
     this.mzComboEditorBanco.MaxItemsDisplay      = 50;
     this.mzComboEditorBanco.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorBanco.Name               = "mzComboEditorBanco";
     this.mzComboEditorBanco.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorBanco.SorterMember       = "";
     this.mzComboEditorBanco.TabIndex           = 102;
     this.mzComboEditorBanco.ValueMember        = "";
     this.mzComboEditorBanco.ValueMemberCaption = "";
     //
     // lUltimoCheque
     //
     this.lUltimoCheque.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lUltimoCheque.Location  = new System.Drawing.Point(496, 56);
     this.lUltimoCheque.Name      = "lUltimoCheque";
     this.lUltimoCheque.Size      = new System.Drawing.Size(88, 24);
     this.lUltimoCheque.TabIndex  = 12;
     this.lUltimoCheque.Text      = "Ultimo Cheque:";
     this.lUltimoCheque.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lPrimerCheque
     //
     this.lPrimerCheque.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lPrimerCheque.Location  = new System.Drawing.Point(240, 56);
     this.lPrimerCheque.Name      = "lPrimerCheque";
     this.lPrimerCheque.Size      = new System.Drawing.Size(88, 24);
     this.lPrimerCheque.TabIndex  = 11;
     this.lPrimerCheque.Text      = "Primer Cheque:";
     this.lPrimerCheque.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label2.Location  = new System.Drawing.Point(240, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 24);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Cuenta:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 24);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Banco:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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.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(800, 28);
     this.toolBarStandar.TabIndex       = 20;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.Enabled    = false;
     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";
     //
     // 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;
     //
     // 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.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Key       = "Leyenda";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Key       = "DatosGenerales";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 50;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Datoschequera";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 136;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Datos de  la chequera";
     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(800, 322);
     this.ultraExplorerBar1.TabIndex = 21;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmChequeras
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(800, 350);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmChequeras";
     this.Text = "FrmAbmChequeras";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorPChequeBusqueda)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuentaBusqueda)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBancoBusqueda)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtFechaCierre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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();
            this.lNumero                  = new System.Windows.Forms.Label();
            this.lEntidad                 = new System.Windows.Forms.Label();
            this.lFechaVencimiento        = new System.Windows.Forms.Label();
            this.lFecha                   = new System.Windows.Forms.Label();
            this.label5                   = new System.Windows.Forms.Label();
            this.label6                   = new System.Windows.Forms.Label();
            this.txtNumero                = new System.Windows.Forms.TextBox();
            this.mzCEMoneda               = new mz.erp.ui.controls.mzComboEditor();
            this.mzCEEntidad              = new mz.erp.ui.controls.mzComboEditor();
            this.timer1                   = new System.Windows.Forms.Timer(this.components);
            this.gridEX1                  = new Janus.Windows.GridEX.GridEX();
            this.txtFecha                 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.txtFechaVencimiento      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.label7                   = new System.Windows.Forms.Label();
            this.mzCEComprobanteTesoreria = new mz.erp.ui.controls.mzComboEditor();
            this.lVariablesAuxiliares     = new System.Windows.Forms.Label();
            this.txtValor                 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneValorCotizado         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label1                   = new System.Windows.Forms.Label();
            this.mzCEMoneReferencia       = new mz.erp.ui.controls.mzComboEditor();
            this.label2                   = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneda)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEEntidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaVencimiento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtValor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizado)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneReferencia)).BeginInit();
            //
            // toolBarStandar
            //
            this.toolBarStandar.Name = "toolBarStandar";
            this.toolBarStandar.Size = new System.Drawing.Size(840, 28);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
            this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
            this.ultraExplorerBar1.Margins.ForceSerialization       = true;
            this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size = new System.Drawing.Size(840, 442);
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.BackColor = System.Drawing.SystemColors.Window;
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEMoneReferencia);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneValorCotizado);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtValor);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lVariablesAuxiliares);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEComprobanteTesoreria);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtFechaVencimiento);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtFecha);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridEX1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEEntidad);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEMoneda);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lFechaVencimiento);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lFecha);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lEntidad);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lNumero);
            this.ultraExplorerBarContainerControl1.Name   = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size   = new System.Drawing.Size(791, 255);
            this.ultraExplorerBarContainerControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.ultraExplorerBarContainerControl1_Paint);
            //
            // lNumero
            //
            this.lNumero.BackColor = System.Drawing.Color.Transparent;
            this.lNumero.Location  = new System.Drawing.Point(0, 64);
            this.lNumero.Name      = "lNumero";
            this.lNumero.Size      = new System.Drawing.Size(136, 20);
            this.lNumero.TabIndex  = 0;
            this.lNumero.Text      = "Número de Comprobante";
            //
            // lEntidad
            //
            this.lEntidad.BackColor = System.Drawing.Color.Transparent;
            this.lEntidad.Location  = new System.Drawing.Point(0, 84);
            this.lEntidad.Name      = "lEntidad";
            this.lEntidad.Size      = new System.Drawing.Size(100, 21);
            this.lEntidad.TabIndex  = 1;
            this.lEntidad.Text      = "Entidad";
            //
            // lFechaVencimiento
            //
            this.lFechaVencimiento.BackColor = System.Drawing.Color.Transparent;
            this.lFechaVencimiento.Location  = new System.Drawing.Point(0, 126);
            this.lFechaVencimiento.Name      = "lFechaVencimiento";
            this.lFechaVencimiento.Size      = new System.Drawing.Size(136, 21);
            this.lFechaVencimiento.TabIndex  = 3;
            this.lFechaVencimiento.Text      = "Fecha de Vencimiento";
            //
            // lFecha
            //
            this.lFecha.BackColor = System.Drawing.Color.Transparent;
            this.lFecha.Location  = new System.Drawing.Point(0, 105);
            this.lFecha.Name      = "lFecha";
            this.lFecha.Size      = new System.Drawing.Size(104, 21);
            this.lFecha.TabIndex  = 2;
            this.lFecha.Text      = "Fecha de Emisión";
            //
            // label5
            //
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Location  = new System.Drawing.Point(0, 40);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(100, 21);
            this.label5.TabIndex  = 5;
            this.label5.Text      = "Moneda";
            //
            // label6
            //
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Location  = new System.Drawing.Point(0, 20);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(100, 20);
            this.label6.TabIndex  = 4;
            this.label6.Text      = "Valor";
            //
            // txtNumero
            //
            this.txtNumero.Location     = new System.Drawing.Point(160, 62);
            this.txtNumero.Name         = "txtNumero";
            this.txtNumero.Size         = new System.Drawing.Size(168, 20);
            this.txtNumero.TabIndex     = 3;
            this.txtNumero.Text         = "";
            this.txtNumero.TextChanged += new System.EventHandler(this.txtNumero_TextChanged);
            //
            // mzCEMoneda
            //
            this.mzCEMoneda.DataSource           = null;
            this.mzCEMoneda.DisplayMember        = "";
            this.mzCEMoneda.DisplayMemberCaption = "";
            this.mzCEMoneda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMoneda.Location             = new System.Drawing.Point(160, 40);
            this.mzCEMoneda.MaxItemsDisplay      = 7;
            this.mzCEMoneda.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMoneda.Name               = "mzCEMoneda";
            this.mzCEMoneda.Size               = new System.Drawing.Size(168, 21);
            this.mzCEMoneda.SorterMember       = "";
            this.mzCEMoneda.TabIndex           = 2;
            this.mzCEMoneda.ValueMember        = "";
            this.mzCEMoneda.ValueMemberCaption = "";
            //
            // mzCEEntidad
            //
            this.mzCEEntidad.DataSource           = null;
            this.mzCEEntidad.DisplayMember        = "";
            this.mzCEEntidad.DisplayMemberCaption = "";
            this.mzCEEntidad.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEEntidad.Location             = new System.Drawing.Point(160, 84);
            this.mzCEEntidad.MaxItemsDisplay      = 7;
            this.mzCEEntidad.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEEntidad.Name               = "mzCEEntidad";
            this.mzCEEntidad.Size               = new System.Drawing.Size(168, 21);
            this.mzCEEntidad.SorterMember       = "";
            this.mzCEEntidad.TabIndex           = 4;
            this.mzCEEntidad.ValueMember        = "";
            this.mzCEEntidad.ValueMemberCaption = "";
            this.mzCEEntidad.ValueChanged      += new System.EventHandler(this.mzCEEntidad_ValueChanged);
            //
            // gridEX1
            //
            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(160, 145);
            this.gridEX1.Name                            = "gridEX1";
            this.gridEX1.RecordNavigatorText             = "Registro:|de";
            this.gridEX1.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridEX1.ShowEmptyFields                 = false;
            this.gridEX1.Size                            = new System.Drawing.Size(512, 104);
            this.gridEX1.TabIndex                        = 7;
            this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
            this.gridEX1.Leave                          += new System.EventHandler(this.gridEX1_Leave);
            //
            // txtFecha
            //
            this.txtFecha.Location      = new System.Drawing.Point(160, 105);
            this.txtFecha.Name          = "txtFecha";
            this.txtFecha.Size          = new System.Drawing.Size(168, 21);
            this.txtFecha.TabIndex      = 5;
            this.txtFecha.ValueChanged += new System.EventHandler(this.txtFecha_ValueChanged);
            //
            // txtFechaVencimiento
            //
            this.txtFechaVencimiento.Location      = new System.Drawing.Point(160, 126);
            this.txtFechaVencimiento.Name          = "txtFechaVencimiento";
            this.txtFechaVencimiento.Size          = new System.Drawing.Size(168, 21);
            this.txtFechaVencimiento.TabIndex      = 6;
            this.txtFechaVencimiento.ValueChanged += new System.EventHandler(this.txtFechaVencimiento_ValueChanged);
            //
            // label7
            //
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Location  = new System.Drawing.Point(0, -1);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(152, 21);
            this.label7.TabIndex  = 72;
            this.label7.Text      = "Forma de Pago";
            this.label7.Click    += new System.EventHandler(this.label7_Click);
            //
            // mzCEComprobanteTesoreria
            //
            this.mzCEComprobanteTesoreria.DataSource           = null;
            this.mzCEComprobanteTesoreria.DisplayMember        = "";
            this.mzCEComprobanteTesoreria.DisplayMemberCaption = "";
            this.mzCEComprobanteTesoreria.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEComprobanteTesoreria.Location             = new System.Drawing.Point(160, -1);
            this.mzCEComprobanteTesoreria.MaxItemsDisplay      = 7;
            this.mzCEComprobanteTesoreria.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEComprobanteTesoreria.Name               = "mzCEComprobanteTesoreria";
            this.mzCEComprobanteTesoreria.Size               = new System.Drawing.Size(168, 21);
            this.mzCEComprobanteTesoreria.SorterMember       = "";
            this.mzCEComprobanteTesoreria.TabIndex           = 0;
            this.mzCEComprobanteTesoreria.ValueMember        = "";
            this.mzCEComprobanteTesoreria.ValueMemberCaption = "";

            //
            // lVariablesAuxiliares
            //
            this.lVariablesAuxiliares.BackColor = System.Drawing.Color.Transparent;
            this.lVariablesAuxiliares.Location  = new System.Drawing.Point(0, 152);
            this.lVariablesAuxiliares.Name      = "lVariablesAuxiliares";
            this.lVariablesAuxiliares.Size      = new System.Drawing.Size(152, 32);
            this.lVariablesAuxiliares.TabIndex  = 74;
            this.lVariablesAuxiliares.Text      = "Valores de Variables Auxliares";
            //
            // txtValor
            //
            this.txtValor.Location    = new System.Drawing.Point(160, 20);
            this.txtValor.MinValue    = 0;
            this.txtValor.Name        = "txtValor";
            this.txtValor.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.txtValor.Size        = new System.Drawing.Size(168, 21);
            this.txtValor.TabIndex    = 1;
            this.txtValor.Click      += new System.EventHandler(this.txtValor_Click);
            //
            // uneValorCotizado
            //
            this.uneValorCotizado.Location    = new System.Drawing.Point(440, 18);
            this.uneValorCotizado.MinValue    = 0;
            this.uneValorCotizado.Name        = "uneValorCotizado";
            this.uneValorCotizado.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneValorCotizado.Size        = new System.Drawing.Size(168, 21);
            this.uneValorCotizado.TabIndex    = 75;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(334, 22);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(100, 20);
            this.label1.TabIndex  = 76;
            this.label1.Text      = "Valor Destino";
            //
            // mzCEMoneReferencia
            //
            this.mzCEMoneReferencia.DataSource           = null;
            this.mzCEMoneReferencia.DisplayMember        = "";
            this.mzCEMoneReferencia.DisplayMemberCaption = "";
            this.mzCEMoneReferencia.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMoneReferencia.Location             = new System.Drawing.Point(440, 40);
            this.mzCEMoneReferencia.MaxItemsDisplay      = 7;
            this.mzCEMoneReferencia.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMoneReferencia.Name               = "mzCEMoneReferencia";
            this.mzCEMoneReferencia.Size               = new System.Drawing.Size(168, 21);
            this.mzCEMoneReferencia.SorterMember       = "";
            this.mzCEMoneReferencia.TabIndex           = 77;
            this.mzCEMoneReferencia.ValueMember        = "";
            this.mzCEMoneReferencia.ValueMemberCaption = "";
            //
            // label2
            //
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location  = new System.Drawing.Point(333, 43);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(100, 21);
            this.label2.TabIndex  = 78;
            this.label2.Text      = "Moneda Destino";
            //
            // FrmAbmValores
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(840, 470);
            this.Name    = "FrmAbmValores";
            this.Text    = "Valores";
            this.Closed += new System.EventHandler(this.FrmAbmValores_Closed);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneda)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEEntidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaVencimiento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtValor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizado)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneReferencia)).EndInit();
        }
示例#7
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmCambioDeContraseña));
     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.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzCmbUsuarios     = new mz.erp.ui.controls.mzComboEditor();
     this.labelUsuario      = new System.Windows.Forms.Label();
     this.txtClaveNue2      = new System.Windows.Forms.TextBox();
     this.txtClaveNue1      = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.txtClaveAnt       = new System.Windows.Forms.TextBox();
     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.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbUsuarios)).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(791, 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(791, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbUsuarios);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelUsuario);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtClaveNue2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtClaveNue1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtClaveAnt);
     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(791, 117);
     this.ultraExplorerBarContainerControl1.TabIndex        = 0;
     //
     // mzCmbUsuarios
     //
     this.mzCmbUsuarios.DataSource           = null;
     this.mzCmbUsuarios.DisplayMember        = "";
     this.mzCmbUsuarios.DisplayMemberCaption = "";
     this.mzCmbUsuarios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbUsuarios.Location             = new System.Drawing.Point(148, 8);
     this.mzCmbUsuarios.MaxItemsDisplay      = 200;
     this.mzCmbUsuarios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbUsuarios.Name               = "mzCmbUsuarios";
     this.mzCmbUsuarios.SorterMember       = "";
     this.mzCmbUsuarios.TabIndex           = 0;
     this.mzCmbUsuarios.ValueMember        = "";
     this.mzCmbUsuarios.ValueMemberCaption = "";
     //
     // labelUsuario
     //
     this.labelUsuario.BackColor = System.Drawing.Color.Transparent;
     this.labelUsuario.Location  = new System.Drawing.Point(24, 12);
     this.labelUsuario.Name      = "labelUsuario";
     this.labelUsuario.Size      = new System.Drawing.Size(71, 16);
     this.labelUsuario.TabIndex  = 74;
     this.labelUsuario.Text      = "Usuario";
     //
     // txtClaveNue2
     //
     this.txtClaveNue2.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtClaveNue2.Location     = new System.Drawing.Point(148, 83);
     this.txtClaveNue2.Name         = "txtClaveNue2";
     this.txtClaveNue2.PasswordChar = '*';
     this.txtClaveNue2.TabIndex     = 72;
     this.txtClaveNue2.Text         = "";
     //
     // txtClaveNue1
     //
     this.txtClaveNue1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtClaveNue1.Location     = new System.Drawing.Point(148, 58);
     this.txtClaveNue1.Name         = "txtClaveNue1";
     this.txtClaveNue1.PasswordChar = '*';
     this.txtClaveNue1.TabIndex     = 71;
     this.txtClaveNue1.Text         = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(24, 86);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(124, 16);
     this.label3.TabIndex  = 70;
     this.label3.Text      = "Confirmar contraseña";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(24, 61);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 69;
     this.label2.Text      = "Contraseña nueva";
     //
     // txtClaveAnt
     //
     this.txtClaveAnt.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtClaveAnt.Location     = new System.Drawing.Point(148, 33);
     this.txtClaveAnt.Name         = "txtClaveAnt";
     this.txtClaveAnt.PasswordChar = '*';
     this.txtClaveAnt.TabIndex     = 68;
     this.txtClaveAnt.Text         = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(24, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 16);
     this.label1.TabIndex  = 67;
     this.label1.Text      = "Contraseña anterior";
     //
     // 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(840, 28);
     this.toolBarStandar.TabIndex       = 42;
     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.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 = 117;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Claves de Acceso";
     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(840, 426);
     this.ultraExplorerBar1.TabIndex = 47;
     //
     // FrmCambioDeContraseña
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(840, 454);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmCambioDeContraseña";
     this.Text = "FrmCambioDeContraseña";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbUsuarios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#9
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.uneCantidad           = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.lblInfoAdicional2     = new System.Windows.Forms.Label();
     this.lblInfoAdicional1     = new System.Windows.Forms.Label();
     this.labelUnidadOrigen     = new System.Windows.Forms.Label();
     this.labelCantidadDestino  = new System.Windows.Forms.Label();
     this.labelUnidadDestino    = new System.Windows.Forms.Label();
     this.labelFormula          = new System.Windows.Forms.Label();
     this.unePrecio             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.unePrecioUnidadOrigen = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.buttonElipsis         = new System.Windows.Forms.Button();
     this.editorID               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtDescripcion         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblCodigoSecundario    = new System.Windows.Forms.Label();
     this.mzComboListaDePrecios  = new mz.erp.ui.controls.mzComboEditor();
     this.cboTipoDePrecioDeCosto = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecioUnidadOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).BeginInit();
     this.SuspendLayout();
     //
     // uneCantidad
     //
     this.uneCantidad.Location      = new System.Drawing.Point(407, 8);
     this.uneCantidad.MaskInput     = "nnnnnn.nn";
     this.uneCantidad.MaxValue      = 10000000;
     this.uneCantidad.MinValue      = 0;
     this.uneCantidad.Name          = "uneCantidad";
     this.uneCantidad.Nullable      = true;
     this.uneCantidad.NullText      = "0";
     this.uneCantidad.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneCantidad.Size          = new System.Drawing.Size(72, 21);
     this.uneCantidad.TabIndex      = 1;
     this.uneCantidad.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.uneCantidad.Value         = 1D;
     //
     // lblInfoAdicional2
     //
     this.lblInfoAdicional2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblInfoAdicional2.Location    = new System.Drawing.Point(144, 50);
     this.lblInfoAdicional2.Name        = "lblInfoAdicional2";
     this.lblInfoAdicional2.Size        = new System.Drawing.Size(264, 21);
     this.lblInfoAdicional2.TabIndex    = 10;
     //
     // lblInfoAdicional1
     //
     this.lblInfoAdicional1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblInfoAdicional1.Location    = new System.Drawing.Point(8, 50);
     this.lblInfoAdicional1.Name        = "lblInfoAdicional1";
     this.lblInfoAdicional1.Size        = new System.Drawing.Size(136, 21);
     this.lblInfoAdicional1.TabIndex    = 9;
     this.lblInfoAdicional1.Click      += new System.EventHandler(this.lblInfoAdicional1_Click);
     //
     // labelUnidadOrigen
     //
     this.labelUnidadOrigen.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelUnidadOrigen.Location    = new System.Drawing.Point(479, 8);
     this.labelUnidadOrigen.Name        = "labelUnidadOrigen";
     this.labelUnidadOrigen.Size        = new System.Drawing.Size(56, 21);
     this.labelUnidadOrigen.TabIndex    = 11;
     this.labelUnidadOrigen.Click      += new System.EventHandler(this.labelUnidadOrigen_Click);
     //
     // labelCantidadDestino
     //
     this.labelCantidadDestino.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelCantidadDestino.Location    = new System.Drawing.Point(407, 29);
     this.labelCantidadDestino.Name        = "labelCantidadDestino";
     this.labelCantidadDestino.Size        = new System.Drawing.Size(72, 21);
     this.labelCantidadDestino.TabIndex    = 12;
     this.labelCantidadDestino.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // labelUnidadDestino
     //
     this.labelUnidadDestino.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelUnidadDestino.Location    = new System.Drawing.Point(479, 29);
     this.labelUnidadDestino.Name        = "labelUnidadDestino";
     this.labelUnidadDestino.Size        = new System.Drawing.Size(56, 21);
     this.labelUnidadDestino.TabIndex    = 13;
     this.labelUnidadDestino.Click      += new System.EventHandler(this.labelUnidadDestino_Click);
     //
     // labelFormula
     //
     this.labelFormula.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelFormula.Location    = new System.Drawing.Point(408, 48);
     this.labelFormula.Name        = "labelFormula";
     this.labelFormula.Size        = new System.Drawing.Size(128, 21);
     this.labelFormula.TabIndex    = 14;
     this.labelFormula.Click      += new System.EventHandler(this.labelFormula_Click);
     //
     // unePrecio
     //
     this.unePrecio.FormatString  = "c";
     this.unePrecio.Location      = new System.Drawing.Point(704, 29);
     this.unePrecio.MinValue      = -2147483647D;
     this.unePrecio.Name          = "unePrecio";
     this.unePrecio.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.unePrecio.Size          = new System.Drawing.Size(64, 21);
     this.unePrecio.TabIndex      = 4;
     this.unePrecio.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.unePrecio.TabStop       = false;
     this.unePrecio.ValueChanged += new System.EventHandler(this.unePrecio_ValueChanged);
     //
     // unePrecioUnidadOrigen
     //
     this.unePrecioUnidadOrigen.FormatString  = "c";
     this.unePrecioUnidadOrigen.Location      = new System.Drawing.Point(704, 8);
     this.unePrecioUnidadOrigen.MinValue      = -2147483647D;
     this.unePrecioUnidadOrigen.Name          = "unePrecioUnidadOrigen";
     this.unePrecioUnidadOrigen.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.unePrecioUnidadOrigen.Size          = new System.Drawing.Size(64, 21);
     this.unePrecioUnidadOrigen.TabIndex      = 3;
     this.unePrecioUnidadOrigen.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.unePrecioUnidadOrigen.TabStop       = false;
     //
     // buttonElipsis
     //
     this.buttonElipsis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonElipsis.Location  = new System.Drawing.Point(120, 8);
     this.buttonElipsis.Name      = "buttonElipsis";
     this.buttonElipsis.Size      = new System.Drawing.Size(25, 22);
     this.buttonElipsis.TabIndex  = 18;
     this.buttonElipsis.TabStop   = false;
     this.buttonElipsis.Text      = "...";
     this.buttonElipsis.Click    += new System.EventHandler(this.buttonElipsis_Click);
     //
     // editorID
     //
     this.editorID.AcceptsTab = true;
     this.editorID.Location   = new System.Drawing.Point(8, 8);
     this.editorID.Name       = "editorID";
     this.editorID.Size       = new System.Drawing.Size(110, 21);
     this.editorID.TabIndex   = 0;
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location      = new System.Drawing.Point(144, 8);
     this.txtDescripcion.Multiline     = true;
     this.txtDescripcion.Name          = "txtDescripcion";
     this.txtDescripcion.ReadOnly      = true;
     this.txtDescripcion.Size          = new System.Drawing.Size(264, 42);
     this.txtDescripcion.TabIndex      = 20;
     this.txtDescripcion.TabStop       = false;
     this.txtDescripcion.ValueChanged += new System.EventHandler(this.txtDescripcion_ValueChanged);
     //
     // lblCodigoSecundario
     //
     this.lblCodigoSecundario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCodigoSecundario.Location    = new System.Drawing.Point(8, 29);
     this.lblCodigoSecundario.Name        = "lblCodigoSecundario";
     this.lblCodigoSecundario.Size        = new System.Drawing.Size(136, 21);
     this.lblCodigoSecundario.TabIndex    = 21;
     //
     // mzComboListaDePrecios
     //
     this.mzComboListaDePrecios.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzComboListaDePrecios.DisplayMember        = "";
     this.mzComboListaDePrecios.DisplayMemberCaption = "";
     this.mzComboListaDePrecios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboListaDePrecios.Location             = new System.Drawing.Point(536, 8);
     this.mzComboListaDePrecios.MaxItemsDisplay      = 7;
     this.mzComboListaDePrecios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboListaDePrecios.Name               = "mzComboListaDePrecios";
     this.mzComboListaDePrecios.Size               = new System.Drawing.Size(168, 21);
     this.mzComboListaDePrecios.SorterMember       = "";
     this.mzComboListaDePrecios.TabIndex           = 1813;
     this.mzComboListaDePrecios.ValueMember        = "";
     this.mzComboListaDePrecios.ValueMemberCaption = "";
     //
     // cboTipoDePrecioDeCosto
     //
     this.cboTipoDePrecioDeCosto.Location = new System.Drawing.Point(536, 8);
     this.cboTipoDePrecioDeCosto.Name     = "cboTipoDePrecioDeCosto";
     this.cboTipoDePrecioDeCosto.Size     = new System.Drawing.Size(168, 21);
     this.cboTipoDePrecioDeCosto.TabIndex = 2;
     this.cboTipoDePrecioDeCosto.Tag      = "TiposDeComprobantes";
     //
     // mzProductosControl
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.cboTipoDePrecioDeCosto);
     this.Controls.Add(this.mzComboListaDePrecios);
     this.Controls.Add(this.lblCodigoSecundario);
     this.Controls.Add(this.txtDescripcion);
     this.Controls.Add(this.buttonElipsis);
     this.Controls.Add(this.editorID);
     this.Controls.Add(this.unePrecioUnidadOrigen);
     this.Controls.Add(this.unePrecio);
     this.Controls.Add(this.labelFormula);
     this.Controls.Add(this.labelUnidadDestino);
     this.Controls.Add(this.labelCantidadDestino);
     this.Controls.Add(this.labelUnidadOrigen);
     this.Controls.Add(this.lblInfoAdicional2);
     this.Controls.Add(this.lblInfoAdicional1);
     this.Controls.Add(this.uneCantidad);
     this.Name  = "mzProductosControl";
     this.Size  = new System.Drawing.Size(776, 80);
     this.Load += new System.EventHandler(this.mzProductosControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecioUnidadOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#10
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.

        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(FrmPagoCuentaCorriente));
            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.txtNumero                         = new System.Windows.Forms.TextBox();
            this.mzCmbCuenta                       = new mz.erp.ui.controls.mzComboSearchEditor();
            this.mzCEInstanciasCaja                = new mz.erp.ui.controls.mzComboEditor();
            this.ultraLabel4                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel6                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
            this.mzCmbTipoComprobante              = new mz.erp.ui.controls.mzComboEditor();
            this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
            this.cldFechaComprobante               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
            this.mzCmbResponsableEmision           = new mz.erp.ui.controls.mzComboSearchEditor();
            this.ultraExplorerBarContainerControl6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.ubEliminar                        = new Infragistics.Win.Misc.UltraButton();
            this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
            this.ubAgregar                         = new Infragistics.Win.Misc.UltraButton();
            this.label1          = new System.Windows.Forms.Label();
            this.gridEXValores   = new Janus.Windows.GridEX.GridEX();
            this.uneTotalValores = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.gridCompAImputar  = new Janus.Windows.GridEX.GridEX();
            this.uneTotalImputado  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label8            = new System.Windows.Forms.Label();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.toolBarStandar    = new System.Windows.Forms.ToolBar();
            this.tbbGuardar        = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton8    = new System.Windows.Forms.ToolBarButton();
            this.tbStep3           = new System.Windows.Forms.ToolBarButton();
            this.tbDelete          = new System.Windows.Forms.ToolBarButton();
            this.ultraExplorerBarContainerControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComprobante)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).BeginInit();
            this.ultraExplorerBarContainerControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalValores)).BeginInit();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl5
            //
            this.ultraExplorerBarContainerControl5.Controls.Add(this.txtNumero);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCEInstanciasCaja);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel4);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel6);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel1);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel3);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel5);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbTipoComprobante);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel2);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.cldFechaComprobante);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbResponsableEmision);
            this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 49);
            this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
            this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(815, 143);
            this.ultraExplorerBarContainerControl5.TabIndex = 6;
            //
            // txtNumero
            //
            this.txtNumero.Enabled  = false;
            this.txtNumero.Location = new System.Drawing.Point(128, 23);
            this.txtNumero.Name     = "txtNumero";
            this.txtNumero.Size     = new System.Drawing.Size(240, 20);
            this.txtNumero.TabIndex = 1;
            this.txtNumero.Text     = "";
            //
            // 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(128, 69);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.SearchObject         = null;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(438, 22);
            this.mzCmbCuenta.TabIndex             = 3;

            //
            // mzCEInstanciasCaja
            //
            this.mzCEInstanciasCaja.DataSource           = null;
            this.mzCEInstanciasCaja.DisplayMember        = "";
            this.mzCEInstanciasCaja.DisplayMemberCaption = "";
            this.mzCEInstanciasCaja.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(128, 116);
            this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
            this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
            this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(240, 21);
            this.mzCEInstanciasCaja.SorterMember       = "";
            this.mzCEInstanciasCaja.TabIndex           = 5;
            this.mzCEInstanciasCaja.ValueMember        = "";
            this.mzCEInstanciasCaja.ValueMemberCaption = "";
            //
            // ultraLabel4
            //
            this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Location  = new System.Drawing.Point(0, 121);
            this.ultraLabel4.Name      = "ultraLabel4";
            this.ultraLabel4.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel4.TabIndex  = 27;
            this.ultraLabel4.Text      = "Instancia de Caja";
            //
            // ultraLabel6
            //
            this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Location  = new System.Drawing.Point(0, 49);
            this.ultraLabel6.Name      = "ultraLabel6";
            this.ultraLabel6.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel6.TabIndex  = 26;
            this.ultraLabel6.Text      = "Responsable Emisión";
            //
            // ultraLabel1
            //
            this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location  = new System.Drawing.Point(0, 73);
            this.ultraLabel1.Name      = "ultraLabel1";
            this.ultraLabel1.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel1.TabIndex  = 25;
            this.ultraLabel1.Text      = "Cuenta";
            //
            // ultraLabel3
            //
            this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Location  = new System.Drawing.Point(0, 1);
            this.ultraLabel3.Name      = "ultraLabel3";
            this.ultraLabel3.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel3.TabIndex  = 24;
            this.ultraLabel3.Text      = "Fecha";
            //
            // ultraLabel5
            //
            this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Location  = new System.Drawing.Point(0, 25);
            this.ultraLabel5.Name      = "ultraLabel5";
            this.ultraLabel5.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel5.TabIndex  = 23;
            this.ultraLabel5.Text      = "Número";
            //
            // mzCmbTipoComprobante
            //
            this.mzCmbTipoComprobante.DataSource           = null;
            this.mzCmbTipoComprobante.DisplayMember        = "";
            this.mzCmbTipoComprobante.DisplayMemberCaption = "";
            this.mzCmbTipoComprobante.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCmbTipoComprobante.Location             = new System.Drawing.Point(128, 93);
            this.mzCmbTipoComprobante.MaxItemsDisplay      = 7;
            this.mzCmbTipoComprobante.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCmbTipoComprobante.Name               = "mzCmbTipoComprobante";
            this.mzCmbTipoComprobante.Size               = new System.Drawing.Size(240, 21);
            this.mzCmbTipoComprobante.SorterMember       = "";
            this.mzCmbTipoComprobante.TabIndex           = 4;
            this.mzCmbTipoComprobante.ValueMember        = "";
            this.mzCmbTipoComprobante.ValueMemberCaption = "";
            //
            // ultraLabel2
            //
            this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Location  = new System.Drawing.Point(0, 97);
            this.ultraLabel2.Name      = "ultraLabel2";
            this.ultraLabel2.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel2.TabIndex  = 22;
            this.ultraLabel2.Text      = "Tipo de Comprobante";
            //
            // cldFechaComprobante
            //
            dateButton1.Caption = "Today";
            this.cldFechaComprobante.DateButtons.Add(dateButton1);
            this.cldFechaComprobante.Location          = new System.Drawing.Point(128, 0);
            this.cldFechaComprobante.Name              = "cldFechaComprobante";
            this.cldFechaComprobante.NonAutoSizeHeight = 23;
            this.cldFechaComprobante.Size              = new System.Drawing.Size(240, 21);
            this.cldFechaComprobante.TabIndex          = 0;
            this.cldFechaComprobante.Value             = new System.DateTime(2005, 1, 28, 0, 0, 0, 0);
            //
            // mzCmbResponsableEmision
            //
            this.mzCmbResponsableEmision.DataValue            = "";
            this.mzCmbResponsableEmision.EditObject           = null;
            this.mzCmbResponsableEmision.FastSearch           = false;
            this.mzCmbResponsableEmision.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.mzCmbResponsableEmision.HierarchicalSearch   = false;
            this.mzCmbResponsableEmision.Location             = new System.Drawing.Point(128, 45);
            this.mzCmbResponsableEmision.Name                 = "mzCmbResponsableEmision";
            this.mzCmbResponsableEmision.SearchObject         = null;
            this.mzCmbResponsableEmision.SearchObjectListener = null;
            this.mzCmbResponsableEmision.Size                 = new System.Drawing.Size(438, 22);
            this.mzCmbResponsableEmision.TabIndex             = 2;
            //
            // ultraExplorerBarContainerControl6
            //
            this.ultraExplorerBarContainerControl6.Controls.Add(this.ubEliminar);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.ubAgregar);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.gridEXValores);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.uneTotalValores);
            this.ultraExplorerBarContainerControl6.Location = new System.Drawing.Point(28, 251);
            this.ultraExplorerBarContainerControl6.Name     = "ultraExplorerBarContainerControl6";
            this.ultraExplorerBarContainerControl6.Size     = new System.Drawing.Size(815, 205);
            this.ultraExplorerBarContainerControl6.TabIndex = 8;
            //
            // ubEliminar
            //
            this.ubEliminar.ImageList = this.imglStandar;
            this.ubEliminar.Location  = new System.Drawing.Point(104, 0);
            this.ubEliminar.Name      = "ubEliminar";
            this.ubEliminar.Size      = new System.Drawing.Size(96, 24);
            this.ubEliminar.TabIndex  = 1;
            this.ubEliminar.Text      = "&Eliminar";
            this.ubEliminar.Click    += new System.EventHandler(this.ubEliminar_Click);
            //
            // 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;
            //
            // 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";
            this.ubAgregar.Click    += new System.EventHandler(this.ubAgregar_Click);
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(432, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(128, 12);
            this.label1.TabIndex  = 31;
            this.label1.Text      = "Total";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // gridEXValores
            //
            this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.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(4, 32);
            this.gridEXValores.Name           = "gridEXValores";
            this.gridEXValores.ScrollBars     = Janus.Windows.GridEX.ScrollBars.Both;
            this.gridEXValores.Size           = new System.Drawing.Size(660, 160);
            this.gridEXValores.TabIndex       = 2;
            this.gridEXValores.DoubleClick   += new System.EventHandler(this.gridEXValores_DoubleClick);
            this.gridEXValores.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridEXValores_FormattingRow);
            //
            // uneTotalValores
            //
            this.uneTotalValores.Location      = new System.Drawing.Point(568, 0);
            this.uneTotalValores.Name          = "uneTotalValores";
            this.uneTotalValores.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneTotalValores.Size          = new System.Drawing.Size(96, 21);
            this.uneTotalValores.TabIndex      = 11;
            this.uneTotalValores.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridCompAImputar);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotalImputado);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label8);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 515);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(815, 157);
            this.ultraExplorerBarContainerControl1.TabIndex = 7;
            //
            // gridCompAImputar
            //
            this.gridCompAImputar.AllowDelete        = Janus.Windows.GridEX.InheritableBoolean.True;
            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(0, 0);
            this.gridCompAImputar.Name         = "gridCompAImputar";
            this.gridCompAImputar.ScrollBars   = Janus.Windows.GridEX.ScrollBars.Both;
            this.gridCompAImputar.Size         = new System.Drawing.Size(664, 128);
            this.gridCompAImputar.TabIndex     = 0;
            this.gridCompAImputar.DoubleClick += new System.EventHandler(this.gridCompAImputar_DoubleClick);
            //
            // uneTotalImputado
            //
            this.uneTotalImputado.Location      = new System.Drawing.Point(568, 132);
            this.uneTotalImputado.Name          = "uneTotalImputado";
            this.uneTotalImputado.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneTotalImputado.Size          = new System.Drawing.Size(96, 21);
            this.uneTotalImputado.TabIndex      = 8;
            this.uneTotalImputado.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            //
            // label8
            //
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Location  = new System.Drawing.Point(441, 136);
            this.label8.Name      = "label8";
            this.label8.Size      = new System.Drawing.Size(120, 16);
            this.label8.TabIndex  = 32;
            this.label8.Text      = "Total";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl6);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 143;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Informacion General";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl6;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 205;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text      = "Valores";
            ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup3.Settings.ContainerHeight = 157;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text = "Comprobantes A Imputar";
            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.Size     = new System.Drawing.Size(864, 718);
            this.ultraExplorerBar1.TabIndex = 19;
            this.ultraExplorerBar1.TabStop  = false;
            //
            // 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(864, 28);
            this.toolBarStandar.TabIndex       = 18;
            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";
            //
            // toolBarButton8
            //
            this.toolBarButton8.ImageIndex = 4;
            this.toolBarButton8.Text       = "Guardar";
            //
            // tbStep3
            //
            this.tbStep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbDelete
            //
            this.tbDelete.ImageIndex = 7;
            this.tbDelete.Text       = "Borrar";
            //
            // FrmPagoCuentaCorriente
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(864, 746);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Controls.Add(this.toolBarStandar);
            this.KeyPreview = true;
            this.Name       = "FrmPagoCuentaCorriente";
            this.Text       = "Pagos en Cuenta Corriente";
            this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.FrmPagoCuentaCorriente_KeyDown);
            this.Load      += new System.EventHandler(this.FrmPagoCuentaCorriente_Load);
            this.ultraExplorerBarContainerControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComprobante)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).EndInit();
            this.ultraExplorerBarContainerControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalValores)).EndInit();
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#11
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(FrmControlarCajas));
     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.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label5             = new System.Windows.Forms.Label();
     this.uneMonto           = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneCantidad        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label4             = new System.Windows.Forms.Label();
     this.mzCEMonedas        = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel7        = new Infragistics.Win.Misc.UltraLabel();
     this.label2             = new System.Windows.Forms.Label();
     this.mzCTipoBillete     = new mz.erp.ui.controls.mzComboEditor();
     this.label1             = new System.Windows.Forms.Label();
     this.mzCFormaDePago     = new mz.erp.ui.controls.mzComboEditor();
     this.btnAgregar         = new Infragistics.Win.Misc.UltraButton();
     this.label3             = new System.Windows.Forms.Label();
     this.mzCEInstanciasCaja = new mz.erp.ui.controls.mzComboEditor();
     this.gridEX1            = new Janus.Windows.GridEX.GridEX();
     this.btnEliminar        = new Infragistics.Win.Misc.UltraButton();
     this.gridManagerView1   = new mz.erp.ui.controls.GridManagerView();
     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.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneMonto)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCTipoBillete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCFormaDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).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(798, 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(798, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(798, 410);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.uneMonto);
     this.groupBox1.Controls.Add(this.uneCantidad);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.mzCEMonedas);
     this.groupBox1.Controls.Add(this.ultraLabel7);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.mzCTipoBillete);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.mzCFormaDePago);
     this.groupBox1.Controls.Add(this.btnAgregar);
     this.groupBox1.Location = new System.Drawing.Point(8, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(784, 104);
     this.groupBox1.TabIndex = 123;
     this.groupBox1.TabStop  = false;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(424, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(72, 16);
     this.label5.TabIndex  = 142;
     this.label5.Tag       = "";
     this.label5.Text      = "Monto";
     //
     // uneMonto
     //
     this.uneMonto.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneMonto.Location      = new System.Drawing.Point(496, 40);
     this.uneMonto.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneMonto.Name          = "uneMonto";
     this.uneMonto.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneMonto.Size          = new System.Drawing.Size(96, 21);
     this.uneMonto.TabIndex      = 5;
     this.uneMonto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // uneCantidad
     //
     this.uneCantidad.Location   = new System.Drawing.Point(496, 16);
     this.uneCantidad.MinValue   = 0;
     this.uneCantidad.Name       = "uneCantidad";
     this.uneCantidad.PromptChar = ' ';
     this.uneCantidad.Size       = new System.Drawing.Size(100, 21);
     this.uneCantidad.TabIndex   = 4;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(424, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 16);
     this.label4.TabIndex  = 140;
     this.label4.Tag       = "";
     this.label4.Text      = "Cantidad";
     //
     // mzCEMonedas
     //
     this.mzCEMonedas.AutoComplete         = true;
     this.mzCEMonedas.DataSource           = null;
     this.mzCEMonedas.DisplayMember        = "";
     this.mzCEMonedas.DisplayMemberCaption = "";
     this.mzCEMonedas.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEMonedas.Location             = new System.Drawing.Point(136, 64);
     this.mzCEMonedas.MaxItemsDisplay      = 7;
     this.mzCEMonedas.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEMonedas.Name               = "mzCEMonedas";
     this.mzCEMonedas.Size               = new System.Drawing.Size(152, 21);
     this.mzCEMonedas.SorterMember       = "";
     this.mzCEMonedas.TabIndex           = 3;
     this.mzCEMonedas.ValueMember        = "";
     this.mzCEMonedas.ValueMemberCaption = "";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(16, 72);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel7.TabIndex  = 128;
     this.ultraLabel7.Text      = "Moneda";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(16, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(96, 16);
     this.label2.TabIndex  = 126;
     this.label2.Text      = "Tipo Billete";
     //
     // mzCTipoBillete
     //
     this.mzCTipoBillete.AutoComplete          = true;
     this.mzCTipoBillete.DataSource            = null;
     this.mzCTipoBillete.DisplayMember         = "";
     this.mzCTipoBillete.DisplayMemberCaption  = "";
     this.mzCTipoBillete.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCTipoBillete.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCTipoBillete.Location             = new System.Drawing.Point(136, 40);
     this.mzCTipoBillete.MaxItemsDisplay      = 7;
     this.mzCTipoBillete.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCTipoBillete.Name               = "mzCTipoBillete";
     this.mzCTipoBillete.Size               = new System.Drawing.Size(272, 21);
     this.mzCTipoBillete.SorterMember       = "";
     this.mzCTipoBillete.TabIndex           = 2;
     this.mzCTipoBillete.ValueMember        = "";
     this.mzCTipoBillete.ValueMemberCaption = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(16, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 16);
     this.label1.TabIndex  = 124;
     this.label1.Text      = "Forma de pago";
     //
     // mzCFormaDePago
     //
     this.mzCFormaDePago.AutoComplete          = true;
     this.mzCFormaDePago.DataSource            = null;
     this.mzCFormaDePago.DisplayMember         = "";
     this.mzCFormaDePago.DisplayMemberCaption  = "";
     this.mzCFormaDePago.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCFormaDePago.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCFormaDePago.Location             = new System.Drawing.Point(136, 16);
     this.mzCFormaDePago.MaxItemsDisplay      = 7;
     this.mzCFormaDePago.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCFormaDePago.Name               = "mzCFormaDePago";
     this.mzCFormaDePago.Size               = new System.Drawing.Size(272, 21);
     this.mzCFormaDePago.SorterMember       = "";
     this.mzCFormaDePago.TabIndex           = 1;
     this.mzCFormaDePago.ValueMember        = "";
     this.mzCFormaDePago.ValueMemberCaption = "";
     //
     // btnAgregar
     //
     this.btnAgregar.Location = new System.Drawing.Point(680, 64);
     this.btnAgregar.Name     = "btnAgregar";
     this.btnAgregar.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregar.TabIndex = 6;
     this.btnAgregar.Text     = "&Agregar";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 122;
     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(80, 8);
     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 = "";
     //
     // 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(0, 184);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(798, 216);
     this.gridEX1.TabIndex                        = 9;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(712, 152);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 8;
     this.btnEliminar.Text     = "&Eliminar";
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 160);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(672, 24);
     this.gridManagerView1.TabIndex  = 7;
     this.gridManagerView1.Visible   = 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;
     //
     // 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 = 410;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "";
     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(864, 536);
     this.ultraExplorerBar1.TabIndex = 53;
     //
     // 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(864, 28);
     this.toolBarStandar.TabIndex       = 52;
     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";
     //
     // FrmControlarCajas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(864, 564);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmControlarCajas";
     this.Text = "FrmControlarCajas";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneMonto)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCTipoBillete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCFormaDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#12
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.mzComboEstadoDeStock = new mz.erp.ui.controls.mzComboEditor();
     this.label9         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.txtDescripcion = new System.Windows.Forms.TextBox();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.radioNegativa  = new System.Windows.Forms.RadioButton();
     this.radioPositiva  = new System.Windows.Forms.RadioButton();
     this.label2         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstadoDeStock)).BeginInit();
     this.groupBox1.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEstadoDeStock);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(871, 95);
     //
     // mzComboEstadoDeStock
     //
     this.mzComboEstadoDeStock.DataSource           = null;
     this.mzComboEstadoDeStock.DisplayMember        = "";
     this.mzComboEstadoDeStock.DisplayMemberCaption = "";
     this.mzComboEstadoDeStock.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEstadoDeStock.Location             = new System.Drawing.Point(111, 24);
     this.mzComboEstadoDeStock.MaxItemsDisplay      = 7;
     this.mzComboEstadoDeStock.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEstadoDeStock.Name               = "mzComboEstadoDeStock";
     this.mzComboEstadoDeStock.Size               = new System.Drawing.Size(345, 21);
     this.mzComboEstadoDeStock.SorterMember       = "";
     this.mzComboEstadoDeStock.TabIndex           = 30;
     this.mzComboEstadoDeStock.ValueMember        = "";
     this.mzComboEstadoDeStock.ValueMemberCaption = "";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(3, 26);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 16);
     this.label9.TabIndex  = 29;
     this.label9.Text      = "Stock Afectado";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(5, 2);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 28;
     this.label1.Text      = "Descripción";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(111, 2);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(345, 20);
     this.txtDescripcion.TabIndex = 27;
     this.txtDescripcion.Text     = "";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.radioNegativa);
     this.groupBox1.Controls.Add(this.radioPositiva);
     this.groupBox1.Location = new System.Drawing.Point(111, 44);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(120, 48);
     this.groupBox1.TabIndex = 31;
     this.groupBox1.TabStop  = false;
     //
     // radioNegativa
     //
     this.radioNegativa.Location = new System.Drawing.Point(8, 27);
     this.radioNegativa.Name     = "radioNegativa";
     this.radioNegativa.Size     = new System.Drawing.Size(104, 16);
     this.radioNegativa.TabIndex = 1;
     this.radioNegativa.Text     = "Negativa";
     //
     // radioPositiva
     //
     this.radioPositiva.Checked  = true;
     this.radioPositiva.Location = new System.Drawing.Point(8, 12);
     this.radioPositiva.Name     = "radioPositiva";
     this.radioPositiva.Size     = new System.Drawing.Size(104, 16);
     this.radioPositiva.TabIndex = 0;
     this.radioPositiva.TabStop  = true;
     this.radioPositiva.Text     = "Positiva";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(4, 52);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 32;
     this.label2.Text      = "Operación";
     //
     // FrmAbmTiposDeAjuste
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 437);
     this.Name = "FrmAbmTiposDeAjuste";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstadoDeStock)).EndInit();
     this.groupBox1.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.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance      appearance1           = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance2           = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance3           = new Infragistics.Win.Appearance();
     System.Resources.ResourceManager resources             = new System.Resources.ResourceManager(typeof(FrmConsultarVariables));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.utpFiltroPrincipal    = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.cboContextoDeBusqueda = new System.Windows.Forms.ComboBox();
     this.chkHabilitarTarea     = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.mzComboTarea          = new mz.erp.ui.controls.mzComboEditor();
     this.chkHabilitarProceso   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.mzComboProceso        = new mz.erp.ui.controls.mzComboEditor();
     this.label5         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.labelCodigoSec = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.txtIdVariable  = new System.Windows.Forms.TextBox();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.utcFiltros = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage2       = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1         = new mz.erp.ui.controls.GridManagerView();
     this.btnEliminar              = new Infragistics.Win.Misc.UltraButton();
     this.gridEx                   = new Janus.Windows.GridEX.GridEX();
     this.imglStandar              = new System.Windows.Forms.ImageList(this.components);
     this.contextMenu1             = new System.Windows.Forms.ContextMenu();
     this.menuItemSeleccionarTodos = new System.Windows.Forms.MenuItem();
     this.menuItemDesSeleccionar   = new System.Windows.Forms.MenuItem();
     this.toolBarStandar           = new System.Windows.Forms.ToolBar();
     this.tbbBuscar                = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparador1            = new System.Windows.Forms.ToolBarButton();
     this.tbbNuevaBusqueda         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2            = new System.Windows.Forms.ToolBarButton();
     this.tbbNuevo                 = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3            = new System.Windows.Forms.ToolBarButton();
     this.tbbEditar                = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator4            = new System.Windows.Forms.ToolBarButton();
     this.tbbAnterior              = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator5            = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente             = new System.Windows.Forms.ToolBarButton();
     this.tbbSeprardor6            = new System.Windows.Forms.ToolBarButton();
     this.tbbAceptar               = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator7            = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar              = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.utpFiltroPrincipal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboTarea)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboProceso)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utcFiltros)).BeginInit();
     this.utcFiltros.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEx)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // utpFiltroPrincipal
     //
     this.utpFiltroPrincipal.AutoScroll = true;
     this.utpFiltroPrincipal.Controls.Add(this.cboContextoDeBusqueda);
     this.utpFiltroPrincipal.Controls.Add(this.chkHabilitarTarea);
     this.utpFiltroPrincipal.Controls.Add(this.mzComboTarea);
     this.utpFiltroPrincipal.Controls.Add(this.chkHabilitarProceso);
     this.utpFiltroPrincipal.Controls.Add(this.mzComboProceso);
     this.utpFiltroPrincipal.Controls.Add(this.label5);
     this.utpFiltroPrincipal.Controls.Add(this.label3);
     this.utpFiltroPrincipal.Controls.Add(this.labelCodigoSec);
     this.utpFiltroPrincipal.Controls.Add(this.label1);
     this.utpFiltroPrincipal.Controls.Add(this.txtIdVariable);
     this.utpFiltroPrincipal.Location = new System.Drawing.Point(1, 23);
     this.utpFiltroPrincipal.Name     = "utpFiltroPrincipal";
     this.utpFiltroPrincipal.Size     = new System.Drawing.Size(734, 116);
     //
     // cboContextoDeBusqueda
     //
     this.cboContextoDeBusqueda.Location = new System.Drawing.Point(112, 78);
     this.cboContextoDeBusqueda.Name     = "cboContextoDeBusqueda";
     this.cboContextoDeBusqueda.Size     = new System.Drawing.Size(152, 21);
     this.cboContextoDeBusqueda.TabIndex = 3;
     this.cboContextoDeBusqueda.Tag      = "TiposDeComprobantes";
     //
     // chkHabilitarTarea
     //
     this.chkHabilitarTarea.BackColor = System.Drawing.Color.Transparent;
     this.chkHabilitarTarea.Location  = new System.Drawing.Point(432, 56);
     this.chkHabilitarTarea.Name      = "chkHabilitarTarea";
     this.chkHabilitarTarea.TabIndex  = 5;
     this.chkHabilitarTarea.Text      = "Habilitar";
     //
     // mzComboTarea
     //
     this.mzComboTarea.AutoComplete         = true;
     this.mzComboTarea.DataSource           = null;
     this.mzComboTarea.DisplayMember        = "";
     this.mzComboTarea.DisplayMemberCaption = "";
     this.mzComboTarea.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboTarea.Location             = new System.Drawing.Point(112, 55);
     this.mzComboTarea.MaxItemsDisplay      = 7;
     this.mzComboTarea.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboTarea.Name               = "mzComboTarea";
     this.mzComboTarea.Size               = new System.Drawing.Size(312, 21);
     this.mzComboTarea.SorterMember       = "";
     this.mzComboTarea.TabIndex           = 2;
     this.mzComboTarea.ValueMember        = "";
     this.mzComboTarea.ValueMemberCaption = "";
     //
     // chkHabilitarProceso
     //
     this.chkHabilitarProceso.BackColor = System.Drawing.Color.Transparent;
     this.chkHabilitarProceso.Location  = new System.Drawing.Point(432, 32);
     this.chkHabilitarProceso.Name      = "chkHabilitarProceso";
     this.chkHabilitarProceso.TabIndex  = 4;
     this.chkHabilitarProceso.Text      = "Habilitar";
     //
     // mzComboProceso
     //
     this.mzComboProceso.AutoComplete         = true;
     this.mzComboProceso.DataSource           = null;
     this.mzComboProceso.DisplayMember        = "";
     this.mzComboProceso.DisplayMemberCaption = "";
     this.mzComboProceso.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboProceso.Location             = new System.Drawing.Point(112, 32);
     this.mzComboProceso.MaxItemsDisplay      = 7;
     this.mzComboProceso.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboProceso.Name               = "mzComboProceso";
     this.mzComboProceso.Size               = new System.Drawing.Size(312, 21);
     this.mzComboProceso.SorterMember       = "";
     this.mzComboProceso.TabIndex           = 1;
     this.mzComboProceso.ValueMember        = "";
     this.mzComboProceso.ValueMemberCaption = "";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(8, 78);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 20);
     this.label5.TabIndex  = 49;
     this.label5.Text      = "Contexto";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(9, 55);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 20);
     this.label3.TabIndex  = 47;
     this.label3.Text      = "Tarea";
     //
     // labelCodigoSec
     //
     this.labelCodigoSec.BackColor = System.Drawing.Color.Transparent;
     this.labelCodigoSec.Location  = new System.Drawing.Point(9, 32);
     this.labelCodigoSec.Name      = "labelCodigoSec";
     this.labelCodigoSec.Size      = new System.Drawing.Size(104, 20);
     this.labelCodigoSec.TabIndex  = 46;
     this.labelCodigoSec.Text      = "Proceso";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(9, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 45;
     this.label1.Text      = "Variable";
     //
     // txtIdVariable
     //
     this.txtIdVariable.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtIdVariable.Location        = new System.Drawing.Point(112, 10);
     this.txtIdVariable.Name            = "txtIdVariable";
     this.txtIdVariable.Size            = new System.Drawing.Size(600, 20);
     this.txtIdVariable.TabIndex        = 0;
     this.txtIdVariable.Text            = "";
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.AutoScroll = true;
     this.ultraExplorerBarContainerControl1.Controls.Add(this.utcFiltros);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(738, 142);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // utcFiltros
     //
     this.utcFiltros.BackColor = System.Drawing.Color.Transparent;
     this.utcFiltros.Controls.Add(this.ultraTabSharedControlsPage2);
     this.utcFiltros.Controls.Add(this.utpFiltroPrincipal);
     this.utcFiltros.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.utcFiltros.Location           = new System.Drawing.Point(0, 0);
     this.utcFiltros.Name               = "utcFiltros";
     this.utcFiltros.SharedControlsPage = this.ultraTabSharedControlsPage2;
     this.utcFiltros.Size               = new System.Drawing.Size(738, 142);
     this.utcFiltros.TabIndex           = 0;
     appearance1.BackColor              = System.Drawing.Color.Transparent;
     ultraTab1.ActiveAppearance         = appearance1;
     appearance2.BackColor              = System.Drawing.Color.Transparent;
     ultraTab1.Appearance               = appearance2;
     appearance3.BackColor              = System.Drawing.Color.Transparent;
     ultraTab1.ClientAreaAppearance     = appearance3;
     ultraTab1.Key     = "FiltroPrincipal";
     ultraTab1.TabPage = this.utpFiltroPrincipal;
     ultraTab1.Text    = "Filtro Principal";
     this.utcFiltros.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1
     });
     this.utcFiltros.TabStop = false;
     //
     // ultraTabSharedControlsPage2
     //
     this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage2.Name     = "ultraTabSharedControlsPage2";
     this.ultraTabSharedControlsPage2.Size     = new System.Drawing.Size(734, 116);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.AutoScroll = true;
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEx);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 250);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(738, 350);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 32);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(672, 24);
     this.gridManagerView1.TabIndex  = 1;
     this.gridManagerView1.Visible   = false;
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(0, 0);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 0;
     this.btnEliminar.Text     = "&Eliminar";
     //
     // gridEx
     //
     this.gridEx.AllowDrop                     = true;
     this.gridEx.AlternatingColors             = true;
     this.gridEx.AutoEdit                      = true;
     this.gridEx.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEx.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridEx.Dock   = System.Windows.Forms.DockStyle.Bottom;
     this.gridEx.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEx.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridEx.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridEx.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridEx.GroupByBoxVisible               = false;
     this.gridEx.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridEx.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridEx.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridEx.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridEx.Location                        = new System.Drawing.Point(0, 56);
     this.gridEx.Name                            = "gridEx";
     this.gridEx.RecordNavigatorText             = "Registro:|de";
     this.gridEx.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEx.ShowEmptyFields                 = false;
     this.gridEx.Size                            = new System.Drawing.Size(721, 320);
     this.gridEx.TabIndex                        = 2;
     this.gridEx.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // 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;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemSeleccionarTodos,
         this.menuItemDesSeleccionar
     });
     //
     // menuItemSeleccionarTodos
     //
     this.menuItemSeleccionarTodos.Index = 0;
     this.menuItemSeleccionarTodos.Text  = "Todos";
     //
     // menuItemDesSeleccionar
     //
     this.menuItemDesSeleccionar.Index = 1;
     this.menuItemDesSeleccionar.Text  = "Ninguno";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbBuscar,
         this.tbbSeparador1,
         this.tbbNuevaBusqueda,
         this.tbbSeparator2,
         this.tbbNuevo,
         this.tbbSeparator3,
         this.tbbEditar,
         this.tbbSeparator4,
         this.tbbAnterior,
         this.tbbSeparator5,
         this.tbbSiguiente,
         this.tbbSeprardor6,
         this.tbbAceptar,
         this.tbbSeparator7,
         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;
     //
     // tbbBuscar
     //
     this.tbbBuscar.ImageIndex = 10;
     this.tbbBuscar.Text       = "[F2] Buscar ahora";
     //
     // tbbSeparador1
     //
     this.tbbSeparador1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbNuevaBusqueda
     //
     this.tbbNuevaBusqueda.ImageIndex = 5;
     this.tbbNuevaBusqueda.Text       = "Nueva búsqueda";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbNuevo
     //
     this.tbbNuevo.ImageIndex = 11;
     this.tbbNuevo.Text       = "Nuevo";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbEditar
     //
     this.tbbEditar.ImageIndex = 6;
     this.tbbEditar.Text       = "Editar";
     //
     // tbbSeparator4
     //
     this.tbbSeparator4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator5
     //
     this.tbbSeparator5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // tbbSeprardor6
     //
     this.tbbSeprardor6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbAceptar
     //
     this.tbbAceptar.ImageIndex = 4;
     this.tbbAceptar.Text       = "Guardar";
     //
     // tbbSeparator7
     //
     this.tbbSeparator7.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.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 142;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Filtros";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 350;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Detalle";
     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(804, 529);
     this.ultraExplorerBar1.TabIndex   = 82;
     this.ultraExplorerBar1.TabStop    = false;
     //
     // FrmConsultarVariables
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(804, 557);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.KeyPreview = true;
     this.Name       = "FrmConsultarVariables";
     this.Text       = "FrmConsultarVariables";
     this.utpFiltroPrincipal.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboTarea)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboProceso)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utcFiltros)).EndInit();
     this.utcFiltros.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEx)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#14
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(FrmDetalleInstanciaCaja));
     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.gsInstanciasCajas = new Janus.Windows.GridEX.GridEX();
     this.label1            = new System.Windows.Forms.Label();
     this.uDTEApertura      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label2            = new System.Windows.Forms.Label();
     this.uDTECierre        = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label3            = new System.Windows.Forms.Label();
     this.mzCEResponsable   = new mz.erp.ui.controls.mzComboEditor();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gsDetalleIngresosEgresos          = new Janus.Windows.GridEX.GridEX();
     this.imglStandar           = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar        = new System.Windows.Forms.ToolBar();
     this.tbbVerDetalle         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7        = new System.Windows.Forms.ToolBarButton();
     this.tbbVerValores         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6        = new System.Windows.Forms.ToolBarButton();
     this.tbbNuevaBusqueda      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton8        = new System.Windows.Forms.ToolBarButton();
     this.tbbVerCajasPorFiltros = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton9        = new System.Windows.Forms.ToolBarButton();
     this.tbbVerCajasAbiertas   = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gsInstanciasCajas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uDTEApertura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uDTECierre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gsDetalleIngresosEgresos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gsInstanciasCajas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uDTEApertura);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uDTECierre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEResponsable);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(774, 191);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // gsInstanciasCajas
     //
     this.gsInstanciasCajas.AccessibleRole                = System.Windows.Forms.AccessibleRole.TitleBar;
     this.gsInstanciasCajas.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gsInstanciasCajas.AlternatingColors             = true;
     this.gsInstanciasCajas.AutomaticSort                 = false;
     this.gsInstanciasCajas.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gsInstanciasCajas.Cursor = System.Windows.Forms.Cursors.Default;
     this.gsInstanciasCajas.Dock   = System.Windows.Forms.DockStyle.Bottom;
     this.gsInstanciasCajas.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gsInstanciasCajas.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.gsInstanciasCajas.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gsInstanciasCajas.GroupByBoxVisible               = false;
     this.gsInstanciasCajas.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gsInstanciasCajas.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gsInstanciasCajas.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gsInstanciasCajas.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gsInstanciasCajas.Location            = new System.Drawing.Point(0, 63);
     this.gsInstanciasCajas.Name                = "gsInstanciasCajas";
     this.gsInstanciasCajas.RecordNavigatorText = "Registro:|de";
     this.gsInstanciasCajas.RowHeaders          = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gsInstanciasCajas.Size                = new System.Drawing.Size(774, 128);
     this.gsInstanciasCajas.TabIndex            = 3;
     this.gsInstanciasCajas.DoubleClick        += new System.EventHandler(this.gsInstanciasCajas_DoubleClick);
     this.gsInstanciasCajas.FormattingRow      += new Janus.Windows.GridEX.RowLoadEventHandler(this.gsInstanciasCajas_FormattingRow);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Apertura:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // uDTEApertura
     //
     this.uDTEApertura.Location = new System.Drawing.Point(112, 0);
     this.uDTEApertura.Name     = "uDTEApertura";
     this.uDTEApertura.Size     = new System.Drawing.Size(224, 21);
     this.uDTEApertura.TabIndex = 0;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(-1, 23);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Cierre:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // uDTECierre
     //
     this.uDTECierre.Location = new System.Drawing.Point(112, 21);
     this.uDTECierre.Name     = "uDTECierre";
     this.uDTECierre.Size     = new System.Drawing.Size(224, 21);
     this.uDTECierre.TabIndex = 1;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(0, 44);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 75;
     this.label3.Text      = "Responsable: ";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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(112, 42);
     this.mzCEResponsable.MaxItemsDisplay      = 7;
     this.mzCEResponsable.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsable.Name               = "mzCEResponsable";
     this.mzCEResponsable.Size               = new System.Drawing.Size(224, 21);
     this.mzCEResponsable.SorterMember       = "";
     this.mzCEResponsable.TabIndex           = 2;
     this.mzCEResponsable.ValueMember        = "";
     this.mzCEResponsable.ValueMemberCaption = "";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gsDetalleIngresosEgresos);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 299);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(774, 197);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gsDetalleIngresosEgresos
     //
     this.gsDetalleIngresosEgresos.AcceptsEscape                 = false;
     this.gsDetalleIngresosEgresos.AccessibleRole                = System.Windows.Forms.AccessibleRole.TitleBar;
     this.gsDetalleIngresosEgresos.AllowCardSizing               = false;
     this.gsDetalleIngresosEgresos.AllowColumnDrag               = false;
     this.gsDetalleIngresosEgresos.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gsDetalleIngresosEgresos.AlternatingColors             = true;
     this.gsDetalleIngresosEgresos.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gsDetalleIngresosEgresos.Cursor = System.Windows.Forms.Cursors.Default;
     this.gsDetalleIngresosEgresos.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.gsDetalleIngresosEgresos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gsDetalleIngresosEgresos.FilterMode                      = Janus.Windows.GridEX.FilterMode.Automatic;
     this.gsDetalleIngresosEgresos.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gsDetalleIngresosEgresos.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gsDetalleIngresosEgresos.GroupByBoxVisible               = false;
     this.gsDetalleIngresosEgresos.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gsDetalleIngresosEgresos.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gsDetalleIngresosEgresos.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gsDetalleIngresosEgresos.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gsDetalleIngresosEgresos.Location                        = new System.Drawing.Point(0, 0);
     this.gsDetalleIngresosEgresos.Name                            = "gsDetalleIngresosEgresos";
     this.gsDetalleIngresosEgresos.RecordNavigatorText             = "Registro:|de";
     this.gsDetalleIngresosEgresos.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gsDetalleIngresosEgresos.Size                            = new System.Drawing.Size(774, 197);
     this.gsDetalleIngresosEgresos.TabIndex                        = 1;
     //
     // 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.tbbVerDetalle,
         this.toolBarButton7,
         this.tbbVerValores,
         this.toolBarButton6,
         this.tbbNuevaBusqueda,
         this.toolBarButton8,
         this.tbbVerCajasPorFiltros,
         this.toolBarButton9,
         this.tbbVerCajasAbiertas
     });
     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(840, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbVerDetalle
     //
     this.tbbVerDetalle.Tag  = "";
     this.tbbVerDetalle.Text = "Ver Detalle";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbVerValores
     //
     this.tbbVerValores.Text = "Ver Valores";
     //
     // toolBarButton6
     //
     this.toolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbNuevaBusqueda
     //
     this.tbbNuevaBusqueda.Text = "Nueva Busqueda";
     //
     // toolBarButton8
     //
     this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbVerCajasPorFiltros
     //
     this.tbbVerCajasPorFiltros.Text = "Filtrar Cajas";
     //
     // toolBarButton9
     //
     this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbVerCajasAbiertas
     //
     this.tbbVerCajasAbiertas.Text = "Cajas Abiertas";
     //
     // ultraExplorerBar1
     //
     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.Top;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 191;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Filtros";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 197;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Movimientos de Caja";
     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(840, 516);
     this.ultraExplorerBar1.TabIndex   = 20;
     this.ultraExplorerBar1.TabStop    = false;
     this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
     //
     // FrmDetalleInstanciaCaja
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(840, 542);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmDetalleInstanciaCaja";
     this.Text = "Consulta de Caja";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gsInstanciasCajas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uDTEApertura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uDTECierre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gsDetalleIngresosEgresos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#15
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(FrmConciliacionBancaria));
     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.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBar1          = 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.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzComboEditorCuenta = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorBanco  = new mz.erp.ui.controls.mzComboEditor();
     this.labelSearch         = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado    = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1 = new mz.erp.ui.controls.GridManagerView();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelLeyenda = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.SuspendLayout();
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance     = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(1028, 42);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imageList1;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(880, 28);
     this.toolBar1.TabIndex       = 22;
     this.toolBar1.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";
     //
     // 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;
     //
     // 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.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Key       = "Leyenda";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Key       = "DatosGenerales";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 36;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos de la conciliación";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "MovimientoAConciliar";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 271;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Movimientos a Conciliar";
     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, 238);
     this.ultraExplorerBar1.TabIndex = 23;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorBanco);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelSearch);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(814, 36);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // mzComboEditorCuenta
     //
     this.mzComboEditorCuenta.AutoComplete         = true;
     this.mzComboEditorCuenta.DataSource           = null;
     this.mzComboEditorCuenta.DisplayMember        = "";
     this.mzComboEditorCuenta.DisplayMemberCaption = "";
     this.mzComboEditorCuenta.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorCuenta.Location             = new System.Drawing.Point(624, 8);
     this.mzComboEditorCuenta.MaxItemsDisplay      = 50;
     this.mzComboEditorCuenta.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorCuenta.Name               = "mzComboEditorCuenta";
     this.mzComboEditorCuenta.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorCuenta.SorterMember       = "";
     this.mzComboEditorCuenta.TabIndex           = 105;
     this.mzComboEditorCuenta.ValueMember        = "";
     this.mzComboEditorCuenta.ValueMemberCaption = "";
     //
     // mzComboEditorBanco
     //
     this.mzComboEditorBanco.AutoComplete         = true;
     this.mzComboEditorBanco.DataSource           = null;
     this.mzComboEditorBanco.DisplayMember        = "";
     this.mzComboEditorBanco.DisplayMemberCaption = "";
     this.mzComboEditorBanco.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorBanco.Location             = new System.Drawing.Point(104, 8);
     this.mzComboEditorBanco.MaxItemsDisplay      = 50;
     this.mzComboEditorBanco.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorBanco.Name               = "mzComboEditorBanco";
     this.mzComboEditorBanco.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorBanco.SorterMember       = "";
     this.mzComboEditorBanco.TabIndex           = 104;
     this.mzComboEditorBanco.ValueMember        = "";
     this.mzComboEditorBanco.ValueMemberCaption = "";
     //
     // labelSearch
     //
     this.labelSearch.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelSearch.Location  = new System.Drawing.Point(8, 8);
     this.labelSearch.Name      = "labelSearch";
     this.labelSearch.TabIndex  = 2;
     this.labelSearch.Text      = "Banco:";
     this.labelSearch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label5.Location  = new System.Drawing.Point(528, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(112, 24);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Cuenta Bancaria:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 203);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(814, 271);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.AlternatingColors             = true;
     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, 32);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.ShowEmptyFields                 = false;
     this.gridResultado.Size                            = new System.Drawing.Size(968, 240);
     this.gridResultado.TabIndex                        = 122;
     this.gridResultado.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(814, 24);
     this.gridManagerView1.TabIndex  = 121;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelLeyenda);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(814, 25);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelLeyenda
     //
     this.labelLeyenda.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelLeyenda.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelLeyenda.Location  = new System.Drawing.Point(0, 0);
     this.labelLeyenda.Name      = "labelLeyenda";
     this.labelLeyenda.Size      = new System.Drawing.Size(958, 24);
     this.labelLeyenda.TabIndex  = 0;
     this.labelLeyenda.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FrmConciliacionBancaria
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(880, 266);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBar1);
     this.Name = "FrmConciliacionBancaria";
     this.Text = "FrmConciliacionBancaria";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     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();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmComprobanteDeAjusteCuentaCorriente));
     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.mzCETipoComprobante = new mz.erp.ui.controls.mzComboEditor();
     this.uneTotal            = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label6                            = new System.Windows.Forms.Label();
     this.ultraLabel3                       = new Infragistics.Win.Misc.UltraLabel();
     this.cldFechaComprobante               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.mzCmbCuenta                       = new mz.erp.ui.controls.mzCuentasControl();
     this.ultraMENumero                     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEResponsableEmision            = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl2 = 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.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCETipoComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).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(28, 24);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(854, 24);
     this.ultraExplorerBarContainerControl4.TabIndex = 5;
     //
     // 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  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCETipoComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.cldFechaComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraMENumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEResponsableEmision);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(854, 77);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzCETipoComprobante
     //
     this.mzCETipoComprobante.AutoComplete         = true;
     this.mzCETipoComprobante.DataSource           = null;
     this.mzCETipoComprobante.DisplayMember        = "";
     this.mzCETipoComprobante.DisplayMemberCaption = "";
     this.mzCETipoComprobante.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCETipoComprobante.Location             = new System.Drawing.Point(680, 2);
     this.mzCETipoComprobante.MaxItemsDisplay      = 7;
     this.mzCETipoComprobante.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCETipoComprobante.Name               = "mzCETipoComprobante";
     this.mzCETipoComprobante.Size               = new System.Drawing.Size(167, 21);
     this.mzCETipoComprobante.SorterMember       = "";
     this.mzCETipoComprobante.TabIndex           = 3;
     this.mzCETipoComprobante.ValueMember        = "";
     this.mzCETipoComprobante.ValueMemberCaption = "";
     //
     // uneTotal
     //
     this.uneTotal.Location    = new System.Drawing.Point(120, 50);
     this.uneTotal.MinValue    = 0;
     this.uneTotal.Name        = "uneTotal";
     this.uneTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size        = new System.Drawing.Size(104, 21);
     this.uneTotal.TabIndex    = 2;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(16, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(95, 20);
     this.label6.TabIndex  = 100;
     this.label6.Text      = "Total";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraLabel3
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel3.Appearance = appearance1;
     this.ultraLabel3.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location   = new System.Drawing.Point(616, 30);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel3.TabIndex   = 28;
     this.ultraLabel3.Text       = "Fecha";
     //
     // cldFechaComprobante
     //
     dateButton1.Caption = "Today";
     this.cldFechaComprobante.DateButtons.Add(dateButton1);
     this.cldFechaComprobante.Location          = new System.Drawing.Point(680, 26);
     this.cldFechaComprobante.Name              = "cldFechaComprobante";
     this.cldFechaComprobante.NonAutoSizeHeight = 23;
     this.cldFechaComprobante.Size              = new System.Drawing.Size(109, 21);
     this.cldFechaComprobante.TabIndex          = 4;
     this.cldFechaComprobante.Value             = new System.DateTime(2005, 8, 15, 0, 0, 0, 0);
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.Color.Transparent;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 26);
     this.mzCmbCuenta.Name = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size     = new System.Drawing.Size(480, 24);
     this.mzCmbCuenta.TabIndex = 1;
     //
     // ultraMENumero
     //
     this.ultraMENumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.ultraMENumero.InputMask = "\\A-####-########";
     this.ultraMENumero.Location  = new System.Drawing.Point(680, 50);
     this.ultraMENumero.Name      = "ultraMENumero";
     this.ultraMENumero.TabIndex  = 5;
     this.ultraMENumero.Text      = "A--";
     this.ultraMENumero.Leave    += new System.EventHandler(this.ultraMENumero_Leave);
     //
     // mzCEResponsableEmision
     //
     this.mzCEResponsableEmision.AutoComplete         = true;
     this.mzCEResponsableEmision.DataSource           = null;
     this.mzCEResponsableEmision.DisplayMember        = "";
     this.mzCEResponsableEmision.DisplayMemberCaption = "";
     this.mzCEResponsableEmision.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsableEmision.Location             = new System.Drawing.Point(120, 2);
     this.mzCEResponsableEmision.MaxItemsDisplay      = 8;
     this.mzCEResponsableEmision.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsableEmision.Name               = "mzCEResponsableEmision";
     this.mzCEResponsableEmision.Size               = new System.Drawing.Size(167, 21);
     this.mzCEResponsableEmision.SorterMember       = "";
     this.mzCEResponsableEmision.TabIndex           = 0;
     this.mzCEResponsableEmision.ValueMember        = "";
     this.mzCEResponsableEmision.ValueMemberCaption = "";
     //
     // ultraLabel2
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel2.Appearance = appearance2;
     this.ultraLabel2.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location   = new System.Drawing.Point(560, 8);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel2.TabIndex   = 32;
     this.ultraLabel2.Text       = "Tipo de Comprobante";
     //
     // ultraLabel6
     //
     appearance3.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel6.Appearance = appearance3;
     this.ultraLabel6.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location   = new System.Drawing.Point(-8, 8);
     this.ultraLabel6.Name       = "ultraLabel6";
     this.ultraLabel6.Size       = new System.Drawing.Size(120, 20);
     this.ultraLabel6.TabIndex   = 30;
     this.ultraLabel6.Text       = "Responsable Emisión";
     //
     // ultraLabel1
     //
     appearance4.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel1.Appearance = appearance4;
     this.ultraLabel1.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location   = new System.Drawing.Point(51, 30);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex   = 29;
     this.ultraLabel1.Text       = "Cuenta";
     //
     // ultraLabel5
     //
     appearance5.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel5.Appearance = appearance5;
     this.ultraLabel5.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location   = new System.Drawing.Point(616, 54);
     this.ultraLabel5.Name       = "ultraLabel5";
     this.ultraLabel5.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel5.TabIndex   = 27;
     this.ultraLabel5.Text       = "Número";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 243);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(854, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 6;
     //
     // 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(854, 150);
     this.uTEObservaciones.TabIndex  = 0;
     //
     // 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       = 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.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     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      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 77;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Datos de Cabecera";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Observaciones";
     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(920, 370);
     this.ultraExplorerBar1.TabIndex = 20;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmComprobanteDeAjusteCuentaCorriente
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 398);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmComprobanteDeAjusteCuentaCorriente";
     this.Text = "FrmComprobanteDeAjusteCuentaCorriente";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCETipoComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).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()
 {
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmIngresoMercParaReposicion));
     Infragistics.Win.Appearance      appearance1 = new Infragistics.Win.Appearance();
     this.mzCmbSecciones     = new mz.erp.ui.controls.mzComboEditor();
     this.label3             = new System.Windows.Forms.Label();
     this.mzCmbDepositos     = new mz.erp.ui.controls.mzComboEditor();
     this.label2             = new System.Windows.Forms.Label();
     this.mzCmbTiposDeAjuste = new mz.erp.ui.controls.mzComboEditor();
     this.mzCmbProductos     = new mz.erp.ui.controls.mzComboSearchEditor();
     this.uneCantidad        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSecciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbDepositos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeAjuste)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(824, 362);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSecciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbDepositos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposDeAjuste);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbProductos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneCantidad);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Name    = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size    = new System.Drawing.Size(775, 150);
     this.ultraExplorerBarContainerControl1.TabStop = false;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(824, 28);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     //
     // mzCmbSecciones
     //
     appearance1.Cursor                       = System.Windows.Forms.Cursors.Hand;
     this.mzCmbSecciones.Appearance           = appearance1;
     this.mzCmbSecciones.AutoComplete         = true;
     this.mzCmbSecciones.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.mzCmbSecciones.DataSource           = null;
     this.mzCmbSecciones.DisplayMember        = "";
     this.mzCmbSecciones.DisplayMemberCaption = "";
     this.mzCmbSecciones.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSecciones.Location             = new System.Drawing.Point(88, 88);
     this.mzCmbSecciones.MaxItemsDisplay      = 7;
     this.mzCmbSecciones.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSecciones.Name                 = "mzCmbSecciones";
     this.mzCmbSecciones.Size                 = new System.Drawing.Size(272, 21);
     this.mzCmbSecciones.SorterMember         = "";
     this.mzCmbSecciones.TabIndex             = 3;
     this.mzCmbSecciones.ValueMember          = "";
     this.mzCmbSecciones.ValueMemberCaption   = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 88);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(88, 16);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Sección";
     //
     // mzCmbDepositos
     //
     this.mzCmbDepositos.AutoComplete         = true;
     this.mzCmbDepositos.DataSource           = null;
     this.mzCmbDepositos.DisplayMember        = "";
     this.mzCmbDepositos.DisplayMemberCaption = "";
     this.mzCmbDepositos.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbDepositos.Location             = new System.Drawing.Point(88, 64);
     this.mzCmbDepositos.MaxItemsDisplay      = 7;
     this.mzCmbDepositos.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbDepositos.Name               = "mzCmbDepositos";
     this.mzCmbDepositos.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbDepositos.SorterMember       = "";
     this.mzCmbDepositos.TabIndex           = 2;
     this.mzCmbDepositos.ValueMember        = "";
     this.mzCmbDepositos.ValueMemberCaption = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Depósito";
     //
     // mzCmbTiposDeAjuste
     //
     this.mzCmbTiposDeAjuste.AutoComplete         = true;
     this.mzCmbTiposDeAjuste.DataSource           = null;
     this.mzCmbTiposDeAjuste.DisplayMember        = "";
     this.mzCmbTiposDeAjuste.DisplayMemberCaption = "";
     this.mzCmbTiposDeAjuste.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposDeAjuste.Location             = new System.Drawing.Point(88, 40);
     this.mzCmbTiposDeAjuste.MaxItemsDisplay      = 7;
     this.mzCmbTiposDeAjuste.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposDeAjuste.Name               = "mzCmbTiposDeAjuste";
     this.mzCmbTiposDeAjuste.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposDeAjuste.SorterMember       = "";
     this.mzCmbTiposDeAjuste.TabIndex           = 1;
     this.mzCmbTiposDeAjuste.ValueMember        = "";
     this.mzCmbTiposDeAjuste.ValueMemberCaption = "";
     //
     // mzCmbProductos
     //
     this.mzCmbProductos.DataValue            = "";
     this.mzCmbProductos.EditObject           = null;
     this.mzCmbProductos.FastSearch           = false;
     this.mzCmbProductos.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbProductos.HierarchicalSearch   = false;
     this.mzCmbProductos.Location             = new System.Drawing.Point(88, 16);
     this.mzCmbProductos.Name                 = "mzCmbProductos";
     this.mzCmbProductos.ReadOnly             = false;
     this.mzCmbProductos.SearchObject         = null;
     this.mzCmbProductos.SearchObjectListener = null;
     this.mzCmbProductos.Size                 = new System.Drawing.Size(463, 22);
     this.mzCmbProductos.TabIndex             = 0;
     //
     // uneCantidad
     //
     this.uneCantidad.Location    = new System.Drawing.Point(88, 112);
     this.uneCantidad.MinValue    = 0;
     this.uneCantidad.Name        = "uneCantidad";
     this.uneCantidad.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneCantidad.Size        = new System.Drawing.Size(100, 21);
     this.uneCantidad.TabIndex    = 4;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(8, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(88, 16);
     this.label5.TabIndex  = 22;
     this.label5.Text      = "Tipo de ajuste";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(8, 112);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 21;
     this.label4.Text      = "Cantidad";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "Producto";
     //
     // FrmIngresoMercParaReposicion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(824, 390);
     this.Name = "FrmIngresoMercParaReposicion";
     this.Text = "FrmIngresoMercParaReposicion";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSecciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbDepositos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeAjuste)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
     this.ResumeLayout(false);
 }
示例#18
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.label1 = new System.Windows.Forms.Label();
     this.mzCmbTiposDocumento = new mz.erp.ui.controls.mzComboEditor();
     this.label2    = new System.Windows.Forms.Label();
     this.txtNumero = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDocumento)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(128, 18);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Tipo de Documento";
     //
     // mzCmbTiposDocumento
     //
     this.mzCmbTiposDocumento.AutoComplete         = true;
     this.mzCmbTiposDocumento.DataSource           = null;
     this.mzCmbTiposDocumento.DisplayMember        = "";
     this.mzCmbTiposDocumento.DisplayMemberCaption = "";
     this.mzCmbTiposDocumento.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposDocumento.Location             = new System.Drawing.Point(112, 0);
     this.mzCmbTiposDocumento.MaxItemsDisplay      = 7;
     this.mzCmbTiposDocumento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposDocumento.Name               = "mzCmbTiposDocumento";
     this.mzCmbTiposDocumento.Size               = new System.Drawing.Size(136, 21);
     this.mzCmbTiposDocumento.SorterMember       = "";
     this.mzCmbTiposDocumento.TabIndex           = 63;
     this.mzCmbTiposDocumento.ValueMember        = "";
     this.mzCmbTiposDocumento.ValueMemberCaption = "";
     this.mzCmbTiposDocumento.ValueChanged      += new System.EventHandler(this.mzCmbTiposDocumento_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(272, 3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 23);
     this.label2.TabIndex = 65;
     this.label2.Text     = "Numero";
     //
     // txtNumero
     //
     this.txtNumero.Location = new System.Drawing.Point(328, 0);
     this.txtNumero.Name     = "txtNumero";
     this.txtNumero.Size     = new System.Drawing.Size(168, 20);
     this.txtNumero.TabIndex = 66;
     this.txtNumero.Text     = "";
     //
     // ComponenteDocumentos
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.txtNumero);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.mzCmbTiposDocumento);
     this.Controls.Add(this.label1);
     this.Name = "ComponenteDocumentos";
     this.Size = new System.Drawing.Size(504, 21);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDocumento)).EndInit();
     this.ResumeLayout(false);
 }
示例#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(FrmAbmEntidadesW));
     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.label3                   = new System.Windows.Forms.Label();
     this.mzCmbEntidad             = new mz.erp.ui.controls.mzComboSearchEditor();
     this.datosGeneralesContainer  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.chActivo                 = new System.Windows.Forms.CheckBox();
     this.rbRetencion              = new System.Windows.Forms.RadioButton();
     this.rbTarjeta                = new System.Windows.Forms.RadioButton();
     this.rbNinguno                = new System.Windows.Forms.RadioButton();
     this.rbCheque                 = new System.Windows.Forms.RadioButton();
     this.mzCEFamiliaFormaDePago   = new mz.erp.ui.controls.mzComboEditor();
     this.mzCEComprobanteTesoreria = new mz.erp.ui.controls.mzComboEditor();
     this.label21                  = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.txtDescripcion           = new System.Windows.Forms.TextBox();
     this.txtCodigo                = new System.Windows.Forms.TextBox();
     this.toolBar1                 = 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.ultraExplorerBar1        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.datosGeneralesContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFamiliaFormaDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).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(28, -5);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(862, 39);
     this.ultraExplorerBarContainerControl4.TabIndex = 5;
     //
     // 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(862, 32);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbEntidad);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 28);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(862, 62);
     this.ultraExplorerBarContainerControl1.TabIndex = 6;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(56, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 23);
     this.label3.TabIndex  = 36;
     this.label3.Text      = "Entidades";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mzCmbEntidad
     //
     this.mzCmbEntidad.DataValue            = "";
     this.mzCmbEntidad.EditObject           = null;
     this.mzCmbEntidad.FastSearch           = false;
     this.mzCmbEntidad.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbEntidad.HierarchicalSearch   = false;
     this.mzCmbEntidad.Location             = new System.Drawing.Point(208, 24);
     this.mzCmbEntidad.Name                 = "mzCmbEntidad";
     this.mzCmbEntidad.ReadOnly             = false;
     this.mzCmbEntidad.SearchObject         = null;
     this.mzCmbEntidad.SearchObjectListener = null;
     this.mzCmbEntidad.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbEntidad.TabIndex             = 1;
     //
     // datosGeneralesContainer
     //
     this.datosGeneralesContainer.Controls.Add(this.chActivo);
     this.datosGeneralesContainer.Controls.Add(this.rbRetencion);
     this.datosGeneralesContainer.Controls.Add(this.rbTarjeta);
     this.datosGeneralesContainer.Controls.Add(this.rbNinguno);
     this.datosGeneralesContainer.Controls.Add(this.rbCheque);
     this.datosGeneralesContainer.Controls.Add(this.mzCEFamiliaFormaDePago);
     this.datosGeneralesContainer.Controls.Add(this.mzCEComprobanteTesoreria);
     this.datosGeneralesContainer.Controls.Add(this.label21);
     this.datosGeneralesContainer.Controls.Add(this.label2);
     this.datosGeneralesContainer.Controls.Add(this.label1);
     this.datosGeneralesContainer.Controls.Add(this.txtDescripcion);
     this.datosGeneralesContainer.Controls.Add(this.txtCodigo);
     this.datosGeneralesContainer.Location = new System.Drawing.Point(28, 149);
     this.datosGeneralesContainer.Name     = "datosGeneralesContainer";
     this.datosGeneralesContainer.Size     = new System.Drawing.Size(862, 140);
     this.datosGeneralesContainer.TabIndex = 0;
     //
     // chActivo
     //
     this.chActivo.BackColor   = System.Drawing.Color.Transparent;
     this.chActivo.Checked     = true;
     this.chActivo.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.chActivo.Location    = new System.Drawing.Point(32, 120);
     this.chActivo.Name        = "chActivo";
     this.chActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chActivo.Size        = new System.Drawing.Size(158, 16);
     this.chActivo.TabIndex    = 8;
     this.chActivo.Text        = "Activo";
     this.chActivo.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // rbRetencion
     //
     this.rbRetencion.BackColor = System.Drawing.Color.Transparent;
     this.rbRetencion.Enabled   = false;
     this.rbRetencion.Location  = new System.Drawing.Point(456, 72);
     this.rbRetencion.Name      = "rbRetencion";
     this.rbRetencion.Size      = new System.Drawing.Size(104, 16);
     this.rbRetencion.TabIndex  = 5;
     this.rbRetencion.Text      = "Retención";
     //
     // rbTarjeta
     //
     this.rbTarjeta.AccessibleDescription = "";
     this.rbTarjeta.BackColor             = System.Drawing.Color.Transparent;
     this.rbTarjeta.Enabled  = false;
     this.rbTarjeta.Location = new System.Drawing.Point(232, 72);
     this.rbTarjeta.Name     = "rbTarjeta";
     this.rbTarjeta.Size     = new System.Drawing.Size(104, 16);
     this.rbTarjeta.TabIndex = 3;
     this.rbTarjeta.Text     = "Tarjeta";
     //
     // rbNinguno
     //
     this.rbNinguno.BackColor = System.Drawing.Color.Transparent;
     this.rbNinguno.Enabled   = false;
     this.rbNinguno.Location  = new System.Drawing.Point(352, 72);
     this.rbNinguno.Name      = "rbNinguno";
     this.rbNinguno.Size      = new System.Drawing.Size(104, 16);
     this.rbNinguno.TabIndex  = 4;
     this.rbNinguno.Text      = "Efectivo";
     //
     // rbCheque
     //
     this.rbCheque.BackColor = System.Drawing.Color.Transparent;
     this.rbCheque.Enabled   = false;
     this.rbCheque.Location  = new System.Drawing.Point(96, 72);
     this.rbCheque.Name      = "rbCheque";
     this.rbCheque.Size      = new System.Drawing.Size(104, 16);
     this.rbCheque.TabIndex  = 2;
     this.rbCheque.Text      = "Cheque";
     //
     // mzCEFamiliaFormaDePago
     //
     this.mzCEFamiliaFormaDePago.AutoComplete         = true;
     this.mzCEFamiliaFormaDePago.DataSource           = null;
     this.mzCEFamiliaFormaDePago.DisplayMember        = "";
     this.mzCEFamiliaFormaDePago.DisplayMemberCaption = "";
     this.mzCEFamiliaFormaDePago.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEFamiliaFormaDePago.Location             = new System.Drawing.Point(96, 96);
     this.mzCEFamiliaFormaDePago.MaxItemsDisplay      = 7;
     this.mzCEFamiliaFormaDePago.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEFamiliaFormaDePago.Name               = "mzCEFamiliaFormaDePago";
     this.mzCEFamiliaFormaDePago.Size               = new System.Drawing.Size(197, 21);
     this.mzCEFamiliaFormaDePago.SorterMember       = "";
     this.mzCEFamiliaFormaDePago.TabIndex           = 6;
     this.mzCEFamiliaFormaDePago.ValueMember        = "";
     this.mzCEFamiliaFormaDePago.ValueMemberCaption = "";
     //
     // mzCEComprobanteTesoreria
     //
     this.mzCEComprobanteTesoreria.AutoComplete         = true;
     this.mzCEComprobanteTesoreria.DataSource           = null;
     this.mzCEComprobanteTesoreria.DisplayMember        = "";
     this.mzCEComprobanteTesoreria.DisplayMemberCaption = "";
     this.mzCEComprobanteTesoreria.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteTesoreria.Location             = new System.Drawing.Point(328, 96);
     this.mzCEComprobanteTesoreria.MaxItemsDisplay      = 7;
     this.mzCEComprobanteTesoreria.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteTesoreria.Name               = "mzCEComprobanteTesoreria";
     this.mzCEComprobanteTesoreria.Size               = new System.Drawing.Size(216, 21);
     this.mzCEComprobanteTesoreria.SorterMember       = "";
     this.mzCEComprobanteTesoreria.TabIndex           = 7;
     this.mzCEComprobanteTesoreria.ValueMember        = "";
     this.mzCEComprobanteTesoreria.ValueMemberCaption = "";
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Location  = new System.Drawing.Point(32, 96);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(100, 16);
     this.label21.TabIndex  = 136;
     this.label21.Text      = "Es del tipo";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(32, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 23);
     this.label2.TabIndex  = 135;
     this.label2.Text      = "Descripción";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(32, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 23);
     this.label1.TabIndex  = 134;
     this.label1.Text      = "Código";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(96, 40);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(224, 20);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Text     = "";
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(96, 8);
     this.txtCodigo.Name     = "txtCodigo";
     this.txtCodigo.Size     = new System.Drawing.Size(224, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.Text     = "";
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBar1.ButtonSize     = new System.Drawing.Size(77, 22);
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imglStandar;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(928, 28);
     this.toolBar1.TabIndex       = 22;
     this.toolBar1.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // 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;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.datosGeneralesContainer);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 39;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Enabled   = false;
     ultraExplorerBarGroup2.Key       = "Entidad";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 62;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Entidad";
     ultraExplorerBarGroup2.Visible   = false;
     ultraExplorerBarGroup3.Container = this.datosGeneralesContainer;
     ultraExplorerBarGroup3.Enabled   = false;
     ultraExplorerBarGroup3.Key       = "Datos Generales";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 140;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text    = "Datos Generales";
     ultraExplorerBarGroup3.Visible = false;
     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(928, 314);
     this.ultraExplorerBar1.TabIndex = 23;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmEntidadesW
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(928, 342);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBar1);
     this.Name = "FrmAbmEntidadesW";
     this.Text = "FrmAbmEntidadesW";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.datosGeneralesContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFamiliaFormaDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#20
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.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(FrmABMComprobantesCategoriaIva));
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea   = new System.Windows.Forms.Label();
     this.labelLeyenda = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label25 = new System.Windows.Forms.Label();
     this.chkListTiposDeComprobantes = new mz.erp.ui.controls.ToolTipCheckedListBox();
     this.mzCategoriaIva             = new mz.erp.ui.controls.mzComboEditor();
     this.label1 = new System.Windows.Forms.Label();
     this.bTodosTiposDeComprobantes         = new Infragistics.Win.Misc.UltraButton();
     this.bNingunoTiposDeComprobantes       = new Infragistics.Win.Misc.UltraButton();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1  = new mz.erp.ui.controls.GridManagerView();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.btnEliminar       = new Infragistics.Win.Misc.UltraButton();
     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.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCategoriaIva)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelLeyenda);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(884, 24);
     this.ultraExplorerBarContainerControl3.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(884, 23);
     this.labelTarea.TabIndex  = 4;
     this.labelTarea.Text      = "tareaa";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // labelLeyenda
     //
     this.labelLeyenda.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelLeyenda.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelLeyenda.Location  = new System.Drawing.Point(0, 0);
     this.labelLeyenda.Name      = "labelLeyenda";
     this.labelLeyenda.Size      = new System.Drawing.Size(958, 24);
     this.labelLeyenda.TabIndex  = 0;
     this.labelLeyenda.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label25);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkListTiposDeComprobantes);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCategoriaIva);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bTodosTiposDeComprobantes);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bNingunoTiposDeComprobantes);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(884, 294);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // label25
     //
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label25.Location  = new System.Drawing.Point(0, 56);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(608, 24);
     this.label25.TabIndex  = 116;
     this.label25.Text      = "Seleccione lo/s Tipo/s de Comprobante/s a lo/s cual/es se asocia la categoria de " +
                              "I.V.A";
     //
     // chkListTiposDeComprobantes
     //
     this.chkListTiposDeComprobantes.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkListTiposDeComprobantes.Location    = new System.Drawing.Point(0, 88);
     this.chkListTiposDeComprobantes.MultiColumn = true;
     this.chkListTiposDeComprobantes.Name        = "chkListTiposDeComprobantes";
     this.chkListTiposDeComprobantes.Size        = new System.Drawing.Size(878, 154);
     this.chkListTiposDeComprobantes.TabIndex    = 115;
     //
     // mzCategoriaIva
     //
     this.mzCategoriaIva.AutoComplete         = true;
     this.mzCategoriaIva.DataSource           = null;
     this.mzCategoriaIva.DisplayMember        = "";
     this.mzCategoriaIva.DisplayMemberCaption = "";
     this.mzCategoriaIva.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCategoriaIva.Location             = new System.Drawing.Point(80, 16);
     this.mzCategoriaIva.MaxItemsDisplay      = 50;
     this.mzCategoriaIva.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCategoriaIva.Name               = "mzCategoriaIva";
     this.mzCategoriaIva.Size               = new System.Drawing.Size(160, 21);
     this.mzCategoriaIva.SorterMember       = "";
     this.mzCategoriaIva.TabIndex           = 114;
     this.mzCategoriaIva.ValueMember        = "";
     this.mzCategoriaIva.ValueMemberCaption = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(0, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(160, 21);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Categoria I.V.A:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // bTodosTiposDeComprobantes
     //
     this.bTodosTiposDeComprobantes.AcceptsFocus = false;
     this.bTodosTiposDeComprobantes.Location     = new System.Drawing.Point(0, 264);
     this.bTodosTiposDeComprobantes.Name         = "bTodosTiposDeComprobantes";
     this.bTodosTiposDeComprobantes.Size         = new System.Drawing.Size(64, 22);
     this.bTodosTiposDeComprobantes.TabIndex     = 25;
     this.bTodosTiposDeComprobantes.TabStop      = false;
     this.bTodosTiposDeComprobantes.Text         = "&Todos";
     //
     // bNingunoTiposDeComprobantes
     //
     this.bNingunoTiposDeComprobantes.AcceptsFocus = false;
     this.bNingunoTiposDeComprobantes.Location     = new System.Drawing.Point(72, 264);
     this.bNingunoTiposDeComprobantes.Name         = "bNingunoTiposDeComprobantes";
     this.bNingunoTiposDeComprobantes.Size         = new System.Drawing.Size(64, 22);
     this.bNingunoTiposDeComprobantes.TabIndex     = 26;
     this.bNingunoTiposDeComprobantes.TabStop      = false;
     this.bNingunoTiposDeComprobantes.Text         = "&Ninguno";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 460);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(884, 216);
     this.ultraExplorerBarContainerControl2.TabIndex = 3;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(884, 24);
     this.gridManagerView1.TabIndex  = 91;
     this.gridManagerView1.Visible   = false;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.AlternatingColors             = true;
     this.gridResultado.AutomaticSort                 = false;
     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, 20);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.ShowEmptyFields                 = false;
     this.gridResultado.Size                            = new System.Drawing.Size(878, 154);
     this.gridResultado.TabIndex                        = 90;
     this.gridResultado.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // btnEliminar
     //
     this.btnEliminar.Location = new System.Drawing.Point(0, 184);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(64, 22);
     this.btnEliminar.TabIndex = 89;
     this.btnEliminar.Text     = "&Eliminar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Key       = "Leyenda";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Key       = "DatosGenerales";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 294;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Modificaciones";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 216;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Modificaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 32);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(950, 496);
     this.ultraExplorerBar1.TabIndex = 18;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // 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.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(952, 28);
     this.toolBarStandar.TabIndex       = 20;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.Enabled    = false;
     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";
     //
     // 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;
     //
     // FrmABMComprobantesCategoriaIva
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 526);
     this.Controls.Add(this.toolBarStandar);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Name = "FrmABMComprobantesCategoriaIva";
     this.Text = "FrmABMComprobantesCategoriaIva";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCategoriaIva)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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(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);
 }
 /// <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(frmConfiguracionLayoutGrilla));
     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.chkSetVisibles   = new System.Windows.Forms.CheckBox();
     this.label7           = new System.Windows.Forms.Label();
     this.txtSQL           = new System.Windows.Forms.TextBox();
     this.bExecute         = new Infragistics.Win.Misc.UltraButton();
     this.lstBxParameters  = new System.Windows.Forms.ListBox();
     this.gridSPs          = new Janus.Windows.GridEX.GridEX();
     this.chk              = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label12          = new System.Windows.Forms.Label();
     this.txtOrden         = new System.Windows.Forms.TextBox();
     this.chkCombinar      = new System.Windows.Forms.CheckBox();
     this.utbBuscar        = new Infragistics.Win.Misc.UltraButton();
     this.label11          = new System.Windows.Forms.Label();
     this.mzCmbPerfiles    = new mz.erp.ui.controls.mzComboEditor();
     this.mzCmbTareas      = new mz.erp.ui.controls.mzComboEditor();
     this.mzCmbProcesos    = new mz.erp.ui.controls.mzComboEditor();
     this.label10          = new System.Windows.Forms.Label();
     this.txtGrilla        = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.comboTipoEdicion = new System.Windows.Forms.ComboBox();
     this.comboTipoColumna = 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.label2           = new System.Windows.Forms.Label();
     this.txtTitulo        = new System.Windows.Forms.TextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.txtAncho         = new System.Windows.Forms.TextBox();
     this.checkBox1        = new System.Windows.Forms.CheckBox();
     this.label8           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.lstBxFields      = new System.Windows.Forms.ListBox();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.chkSoloVisibles   = new System.Windows.Forms.CheckBox();
     this.bAbajo            = new Infragistics.Win.Misc.UltraButton();
     this.bArriba           = new Infragistics.Win.Misc.UltraButton();
     this.gridEX1           = 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.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSPs)).BeginInit();
     this.chk.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbPerfiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTareas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbProcesos)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkSetVisibles);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtSQL);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bExecute);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lstBxParameters);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridSPs);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -203);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(878, 193);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // chkSetVisibles
     //
     this.chkSetVisibles.BackColor  = System.Drawing.Color.Transparent;
     this.chkSetVisibles.Checked    = true;
     this.chkSetVisibles.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkSetVisibles.Location   = new System.Drawing.Point(512, 168);
     this.chkSetVisibles.Name       = "chkSetVisibles";
     this.chkSetVisibles.Size       = new System.Drawing.Size(176, 16);
     this.chkSetVisibles.TabIndex   = 3;
     this.chkSetVisibles.Text       = "Todas las columnas visibles";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label7.Location  = new System.Drawing.Point(512, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(64, 16);
     this.label7.TabIndex  = 64;
     this.label7.Text      = "SQL";
     //
     // txtSQL
     //
     this.txtSQL.Location  = new System.Drawing.Point(512, 24);
     this.txtSQL.Multiline = true;
     this.txtSQL.Name      = "txtSQL";
     this.txtSQL.Size      = new System.Drawing.Size(288, 136);
     this.txtSQL.TabIndex  = 2;
     this.txtSQL.Text      = "";
     //
     // bExecute
     //
     this.bExecute.AcceptsFocus = false;
     this.bExecute.Location     = new System.Drawing.Point(744, 168);
     this.bExecute.Name         = "bExecute";
     this.bExecute.Size         = new System.Drawing.Size(64, 22);
     this.bExecute.TabIndex     = 4;
     this.bExecute.TabStop      = false;
     this.bExecute.Text         = "&Ejecutar";
     //
     // lstBxParameters
     //
     this.lstBxParameters.Location = new System.Drawing.Point(344, 8);
     this.lstBxParameters.Name     = "lstBxParameters";
     this.lstBxParameters.Size     = new System.Drawing.Size(144, 173);
     this.lstBxParameters.TabIndex = 1;
     //
     // gridSPs
     //
     this.gridSPs.AllowCardSizing = false;
     this.gridSPs.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridSPs.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridSPs.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridSPs.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridSPs.GroupByBoxVisible  = false;
     this.gridSPs.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridSPs.Location           = new System.Drawing.Point(8, 8);
     this.gridSPs.Name               = "gridSPs";
     this.gridSPs.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridSPs.Size               = new System.Drawing.Size(328, 176);
     this.gridSPs.TabIndex           = 0;
     this.gridSPs.TabStop            = false;
     //
     // chk
     //
     this.chk.Controls.Add(this.label12);
     this.chk.Controls.Add(this.txtOrden);
     this.chk.Controls.Add(this.chkCombinar);
     this.chk.Controls.Add(this.utbBuscar);
     this.chk.Controls.Add(this.label11);
     this.chk.Controls.Add(this.mzCmbPerfiles);
     this.chk.Controls.Add(this.mzCmbTareas);
     this.chk.Controls.Add(this.mzCmbProcesos);
     this.chk.Controls.Add(this.label10);
     this.chk.Controls.Add(this.txtGrilla);
     this.chk.Controls.Add(this.label6);
     this.chk.Controls.Add(this.label5);
     this.chk.Controls.Add(this.comboTipoEdicion);
     this.chk.Controls.Add(this.comboTipoColumna);
     this.chk.Controls.Add(this.label4);
     this.chk.Controls.Add(this.label3);
     this.chk.Controls.Add(this.comboFormato);
     this.chk.Controls.Add(this.comboAlineacion);
     this.chk.Controls.Add(this.label2);
     this.chk.Controls.Add(this.txtTitulo);
     this.chk.Controls.Add(this.label1);
     this.chk.Controls.Add(this.txtAncho);
     this.chk.Controls.Add(this.checkBox1);
     this.chk.Controls.Add(this.label8);
     this.chk.Controls.Add(this.label9);
     this.chk.Controls.Add(this.lstBxFields);
     this.chk.Location = new System.Drawing.Point(28, -153);
     this.chk.Name     = "chk";
     this.chk.Size     = new System.Drawing.Size(878, 239);
     this.chk.TabIndex = 3;
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label12.Location  = new System.Drawing.Point(256, 112);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(64, 16);
     this.label12.TabIndex  = 89;
     this.label12.Text      = "Orden";
     //
     // txtOrden
     //
     this.txtOrden.AcceptsReturn = true;
     this.txtOrden.Location      = new System.Drawing.Point(336, 112);
     this.txtOrden.Name          = "txtOrden";
     this.txtOrden.Size          = new System.Drawing.Size(64, 20);
     this.txtOrden.TabIndex      = 68;
     this.txtOrden.Text          = "";
     //
     // chkCombinar
     //
     this.chkCombinar.BackColor       = System.Drawing.Color.Transparent;
     this.chkCombinar.Location        = new System.Drawing.Point(400, 62);
     this.chkCombinar.Name            = "chkCombinar";
     this.chkCombinar.Size            = new System.Drawing.Size(88, 16);
     this.chkCombinar.TabIndex        = 4;
     this.chkCombinar.Text            = "Combinar";
     this.chkCombinar.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // utbBuscar
     //
     this.utbBuscar.AcceptsFocus = false;
     this.utbBuscar.Location     = new System.Drawing.Point(336, 56);
     this.utbBuscar.Name         = "utbBuscar";
     this.utbBuscar.Size         = new System.Drawing.Size(64, 22);
     this.utbBuscar.TabIndex     = 3;
     this.utbBuscar.TabStop      = false;
     this.utbBuscar.Text         = "&Buscar";
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label11.Location  = new System.Drawing.Point(600, 8);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(48, 16);
     this.label11.TabIndex  = 85;
     this.label11.Text      = "Perfil";
     //
     // mzCmbPerfiles
     //
     this.mzCmbPerfiles.AutoComplete         = true;
     this.mzCmbPerfiles.DataSource           = null;
     this.mzCmbPerfiles.DisplayMember        = "";
     this.mzCmbPerfiles.DisplayMemberCaption = "";
     this.mzCmbPerfiles.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbPerfiles.Location             = new System.Drawing.Point(656, 6);
     this.mzCmbPerfiles.MaxItemsDisplay      = 50;
     this.mzCmbPerfiles.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbPerfiles.Name               = "mzCmbPerfiles";
     this.mzCmbPerfiles.Size               = new System.Drawing.Size(160, 21);
     this.mzCmbPerfiles.SorterMember       = "";
     this.mzCmbPerfiles.TabIndex           = 6;
     this.mzCmbPerfiles.ValueMember        = "";
     this.mzCmbPerfiles.ValueMemberCaption = "";
     //
     // mzCmbTareas
     //
     this.mzCmbTareas.AutoComplete         = true;
     this.mzCmbTareas.DataSource           = null;
     this.mzCmbTareas.DisplayMember        = "";
     this.mzCmbTareas.DisplayMemberCaption = "";
     this.mzCmbTareas.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTareas.Location             = new System.Drawing.Point(336, 32);
     this.mzCmbTareas.MaxItemsDisplay      = 50;
     this.mzCmbTareas.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTareas.Name               = "mzCmbTareas";
     this.mzCmbTareas.Size               = new System.Drawing.Size(252, 21);
     this.mzCmbTareas.SorterMember       = "";
     this.mzCmbTareas.TabIndex           = 2;
     this.mzCmbTareas.ValueMember        = "";
     this.mzCmbTareas.ValueMemberCaption = "";
     //
     // mzCmbProcesos
     //
     this.mzCmbProcesos.AutoComplete         = true;
     this.mzCmbProcesos.DataSource           = null;
     this.mzCmbProcesos.DisplayMember        = "";
     this.mzCmbProcesos.DisplayMemberCaption = "";
     this.mzCmbProcesos.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbProcesos.Location             = new System.Drawing.Point(336, 6);
     this.mzCmbProcesos.MaxItemsDisplay      = 50;
     this.mzCmbProcesos.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbProcesos.Name               = "mzCmbProcesos";
     this.mzCmbProcesos.Size               = new System.Drawing.Size(252, 21);
     this.mzCmbProcesos.SorterMember       = "";
     this.mzCmbProcesos.TabIndex           = 1;
     this.mzCmbProcesos.ValueMember        = "";
     this.mzCmbProcesos.ValueMemberCaption = "";
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label10.Location  = new System.Drawing.Point(600, 34);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(48, 16);
     this.label10.TabIndex  = 81;
     this.label10.Text      = "Grilla";
     //
     // txtGrilla
     //
     this.txtGrilla.AcceptsReturn = true;
     this.txtGrilla.Location      = new System.Drawing.Point(656, 32);
     this.txtGrilla.Name          = "txtGrilla";
     this.txtGrilla.Size          = new System.Drawing.Size(160, 20);
     this.txtGrilla.TabIndex      = 7;
     this.txtGrilla.Text          = "";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label6.Location  = new System.Drawing.Point(600, 208);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 16);
     this.label6.TabIndex  = 79;
     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(600, 184);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(96, 16);
     this.label5.TabIndex  = 78;
     this.label5.Text      = "Tipo de Edición";
     //
     // comboTipoEdicion
     //
     this.comboTipoEdicion.Items.AddRange(new object[] {
         "CasillaDeVerificacion",
         "CuadroDeTexto",
         "Imagen",
         "ImagenYTexto"
     });
     this.comboTipoEdicion.Location = new System.Drawing.Point(704, 208);
     this.comboTipoEdicion.Name     = "comboTipoEdicion";
     this.comboTipoEdicion.Size     = new System.Drawing.Size(121, 21);
     this.comboTipoEdicion.TabIndex = 9;
     //
     // comboTipoColumna
     //
     this.comboTipoColumna.Items.AddRange(new object[] {
         "NoEditable",
         "CasillaDeVerificacion",
         "CalendarioCombo",
         "CalendarioDropDown",
         "ComboBox",
         "CuadroDeTexto",
         "Personalizado"
     });
     this.comboTipoColumna.Location = new System.Drawing.Point(704, 184);
     this.comboTipoColumna.Name     = "comboTipoColumna";
     this.comboTipoColumna.Size     = new System.Drawing.Size(121, 21);
     this.comboTipoColumna.TabIndex = 8;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label4.Location  = new System.Drawing.Point(256, 208);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 16);
     this.label4.TabIndex  = 75;
     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(256, 184);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 74;
     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(336, 208);
     this.comboFormato.Name     = "comboFormato";
     this.comboFormato.Size     = new System.Drawing.Size(121, 21);
     this.comboFormato.TabIndex = 72;
     //
     // comboAlineacion
     //
     this.comboAlineacion.Items.AddRange(new object[] {
         "Izquierda",
         "Centrada",
         "Derecha"
     });
     this.comboAlineacion.Location = new System.Drawing.Point(336, 184);
     this.comboAlineacion.Name     = "comboAlineacion";
     this.comboAlineacion.Size     = new System.Drawing.Size(121, 21);
     this.comboAlineacion.TabIndex = 71;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label2.Location  = new System.Drawing.Point(256, 136);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 71;
     this.label2.Text      = "Título";
     //
     // txtTitulo
     //
     this.txtTitulo.AcceptsReturn = true;
     this.txtTitulo.Location      = new System.Drawing.Point(336, 136);
     this.txtTitulo.Name          = "txtTitulo";
     this.txtTitulo.Size          = new System.Drawing.Size(160, 20);
     this.txtTitulo.TabIndex      = 69;
     this.txtTitulo.Text          = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label1.Location  = new System.Drawing.Point(256, 160);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 16);
     this.label1.TabIndex  = 69;
     this.label1.Text      = "Ancho";
     //
     // txtAncho
     //
     this.txtAncho.AcceptsReturn = true;
     this.txtAncho.Location      = new System.Drawing.Point(336, 160);
     this.txtAncho.Name          = "txtAncho";
     this.txtAncho.Size          = new System.Drawing.Size(64, 20);
     this.txtAncho.TabIndex      = 70;
     this.txtAncho.Text          = "";
     //
     // checkBox1
     //
     this.checkBox1.BackColor   = System.Drawing.Color.Transparent;
     this.checkBox1.Checked     = true;
     this.checkBox1.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location    = new System.Drawing.Point(256, 88);
     this.checkBox1.Name        = "checkBox1";
     this.checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.checkBox1.Size        = new System.Drawing.Size(96, 16);
     this.checkBox1.TabIndex    = 5;
     this.checkBox1.Text        = "Visible";
     this.checkBox1.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label8.Location  = new System.Drawing.Point(256, 34);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(64, 16);
     this.label8.TabIndex  = 66;
     this.label8.Text      = "Tarea";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label9.Location  = new System.Drawing.Point(256, 8);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(64, 16);
     this.label9.TabIndex  = 64;
     this.label9.Text      = "Proceso";
     //
     // lstBxFields
     //
     this.lstBxFields.Location = new System.Drawing.Point(8, 0);
     this.lstBxFields.Name     = "lstBxFields";
     this.lstBxFields.Size     = new System.Drawing.Size(232, 238);
     this.lstBxFields.Sorted   = true;
     this.lstBxFields.TabIndex = 0;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.chkSoloVisibles);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.bAbajo);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.bArriba);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 145);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(878, 272);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // chkSoloVisibles
     //
     this.chkSoloVisibles.BackColor = System.Drawing.Color.Transparent;
     this.chkSoloVisibles.Location  = new System.Drawing.Point(152, 8);
     this.chkSoloVisibles.Name      = "chkSoloVisibles";
     this.chkSoloVisibles.Size      = new System.Drawing.Size(152, 16);
     this.chkSoloVisibles.TabIndex  = 2;
     this.chkSoloVisibles.Text      = "Solo visibles";
     //
     // bAbajo
     //
     this.bAbajo.AcceptsFocus = false;
     this.bAbajo.Location     = new System.Drawing.Point(64, 5);
     this.bAbajo.Name         = "bAbajo";
     this.bAbajo.Size         = new System.Drawing.Size(64, 22);
     this.bAbajo.TabIndex     = 1;
     this.bAbajo.TabStop      = false;
     this.bAbajo.Text         = "&Abajo";
     //
     // bArriba
     //
     this.bArriba.AcceptsFocus = false;
     this.bArriba.Location     = new System.Drawing.Point(0, 5);
     this.bArriba.Name         = "bArriba";
     this.bArriba.Size         = new System.Drawing.Size(64, 22);
     this.bArriba.TabIndex     = 0;
     this.bArriba.TabStop      = false;
     this.bArriba.Text         = "&Arriba";
     //
     // gridEX1
     //
     this.gridEX1.AllowCardSizing                      = false;
     this.gridEX1.Cursor                               = System.Windows.Forms.Cursors.Default;
     this.gridEX1.DefaultForeColorAlphaMode            = Janus.Windows.GridEX.AlphaMode.UseAlpha;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.EmptyRows                            = true;
     this.gridEX1.EnterKeyBehavior                     = Janus.Windows.GridEX.EnterKeyBehavior.None;
     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.Location           = new System.Drawing.Point(0, 32);
     this.gridEX1.Name           = "gridEX1";
     this.gridEX1.SelectionMode  = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridEX1.Size           = new System.Drawing.Size(872, 232);
     this.gridEX1.TabIndex       = 3;
     this.gridEX1.TabStop        = false;
     this.gridEX1.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridEX1_FormattingRow);
     //
     // 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(944, 28);
     this.toolBarStandar.TabIndex       = 17;
     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;
     //
     // 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.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Controls.Add(this.chk);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 193;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Datos Generales";
     ultraExplorerBarGroup2.Container = this.chk;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 239;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Campos";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 272;
     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(944, 442);
     this.ultraExplorerBar1.TabIndex = 18;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // frmConfiguracionLayoutGrilla
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(944, 470);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "frmConfiguracionLayoutGrilla";
     this.Text = "frmConfiguracionLayoutGrilla";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSPs)).EndInit();
     this.chk.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbPerfiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTareas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbProcesos)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#24
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(FrmConfiguracionMenues));
     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();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.cbShorcuts        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.txtId             = new System.Windows.Forms.TextBox();
     this.mzCmbHerramientas = new mz.erp.ui.controls.mzComboEditor();
     this.cbHabilitado      = new System.Windows.Forms.CheckBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.cbVendedor      = new System.Windows.Forms.CheckBox();
     this.cbSupervisor    = new System.Windows.Forms.CheckBox();
     this.cbAdministrador = new System.Windows.Forms.CheckBox();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.cdBarraDeHerramienta = new System.Windows.Forms.CheckBox();
     this.cdBarraDeMenu        = new System.Windows.Forms.CheckBox();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.txtImagen         = new System.Windows.Forms.TextBox();
     this.txtToolTip        = new System.Windows.Forms.TextBox();
     this.txtTitulo         = new System.Windows.Forms.TextBox();
     this.cdToolTip         = new System.Windows.Forms.CheckBox();
     this.cdImagen          = new System.Windows.Forms.CheckBox();
     this.checkBox3         = new System.Windows.Forms.CheckBox();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.comboBox1         = new System.Windows.Forms.ComboBox();
     this.cbShorcuts.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbHerramientas)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // cbShorcuts
     //
     this.cbShorcuts.Controls.Add(this.comboBox1);
     this.cbShorcuts.Controls.Add(this.txtId);
     this.cbShorcuts.Controls.Add(this.mzCmbHerramientas);
     this.cbShorcuts.Controls.Add(this.cbHabilitado);
     this.cbShorcuts.Controls.Add(this.label2);
     this.cbShorcuts.Controls.Add(this.label1);
     this.cbShorcuts.Location = new System.Drawing.Point(28, 49);
     this.cbShorcuts.Name     = "cbShorcuts";
     this.cbShorcuts.Size     = new System.Drawing.Size(783, 79);
     this.cbShorcuts.TabIndex = 0;
     //
     // txtId
     //
     this.txtId.Location = new System.Drawing.Point(104, 16);
     this.txtId.Name     = "txtId";
     this.txtId.Size     = new System.Drawing.Size(272, 20);
     this.txtId.TabIndex = 15;
     this.txtId.Text     = "";
     //
     // mzCmbHerramientas
     //
     this.mzCmbHerramientas.DataSource           = null;
     this.mzCmbHerramientas.DisplayMember        = "";
     this.mzCmbHerramientas.DisplayMemberCaption = "";
     this.mzCmbHerramientas.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbHerramientas.Location             = new System.Drawing.Point(104, 0);
     this.mzCmbHerramientas.MaxItemsDisplay      = 7;
     this.mzCmbHerramientas.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbHerramientas.Name               = "mzCmbHerramientas";
     this.mzCmbHerramientas.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbHerramientas.SorterMember       = "";
     this.mzCmbHerramientas.TabIndex           = 14;
     this.mzCmbHerramientas.ValueMember        = "";
     this.mzCmbHerramientas.ValueMemberCaption = "";
     //
     // cbHabilitado
     //
     this.cbHabilitado.BackColor = System.Drawing.Color.Transparent;
     this.cbHabilitado.Location  = new System.Drawing.Point(0, 32);
     this.cbHabilitado.Name      = "cbHabilitado";
     this.cbHabilitado.Size      = new System.Drawing.Size(100, 16);
     this.cbHabilitado.TabIndex  = 2;
     this.cbHabilitado.Text      = "Habilitado";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Id";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Menu Padre";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.cbVendedor);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.cbSupervisor);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.cbAdministrador);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 187);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(783, 53);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // cbVendedor
     //
     this.cbVendedor.BackColor = System.Drawing.Color.Transparent;
     this.cbVendedor.Location  = new System.Drawing.Point(0, 32);
     this.cbVendedor.Name      = "cbVendedor";
     this.cbVendedor.Size      = new System.Drawing.Size(100, 16);
     this.cbVendedor.TabIndex  = 5;
     this.cbVendedor.Text      = "Vendedor";
     //
     // cbSupervisor
     //
     this.cbSupervisor.BackColor = System.Drawing.Color.Transparent;
     this.cbSupervisor.Location  = new System.Drawing.Point(0, 16);
     this.cbSupervisor.Name      = "cbSupervisor";
     this.cbSupervisor.Size      = new System.Drawing.Size(100, 16);
     this.cbSupervisor.TabIndex  = 4;
     this.cbSupervisor.Text      = "Supervisor";
     //
     // cbAdministrador
     //
     this.cbAdministrador.BackColor = System.Drawing.Color.Transparent;
     this.cbAdministrador.Location  = new System.Drawing.Point(0, 0);
     this.cbAdministrador.Name      = "cbAdministrador";
     this.cbAdministrador.Size      = new System.Drawing.Size(100, 16);
     this.cbAdministrador.TabIndex  = 3;
     this.cbAdministrador.Text      = "Administrador";
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.cdBarraDeHerramienta);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.cdBarraDeMenu);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 299);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(783, 29);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // cdBarraDeHerramienta
     //
     this.cdBarraDeHerramienta.BackColor = System.Drawing.Color.Transparent;
     this.cdBarraDeHerramienta.Location  = new System.Drawing.Point(0, 16);
     this.cdBarraDeHerramienta.Name      = "cdBarraDeHerramienta";
     this.cdBarraDeHerramienta.Size      = new System.Drawing.Size(160, 16);
     this.cdBarraDeHerramienta.TabIndex  = 7;
     this.cdBarraDeHerramienta.Text      = "Barra de Herraminetas";
     //
     // cdBarraDeMenu
     //
     this.cdBarraDeMenu.BackColor = System.Drawing.Color.Transparent;
     this.cdBarraDeMenu.Location  = new System.Drawing.Point(0, 0);
     this.cdBarraDeMenu.Name      = "cdBarraDeMenu";
     this.cdBarraDeMenu.Size      = new System.Drawing.Size(100, 16);
     this.cdBarraDeMenu.TabIndex  = 6;
     this.cdBarraDeMenu.Text      = "Barra de Menues";
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.txtImagen);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.txtToolTip);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.txtTitulo);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.cdToolTip);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.cdImagen);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.checkBox3);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 387);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(783, 61);
     this.ultraExplorerBarContainerControl4.TabIndex = 3;
     //
     // txtImagen
     //
     this.txtImagen.Enabled  = false;
     this.txtImagen.Location = new System.Drawing.Point(104, 20);
     this.txtImagen.Name     = "txtImagen";
     this.txtImagen.Size     = new System.Drawing.Size(312, 20);
     this.txtImagen.TabIndex = 11;
     this.txtImagen.Text     = "";
     //
     // txtToolTip
     //
     this.txtToolTip.Enabled  = false;
     this.txtToolTip.Location = new System.Drawing.Point(104, 40);
     this.txtToolTip.Name     = "txtToolTip";
     this.txtToolTip.Size     = new System.Drawing.Size(312, 20);
     this.txtToolTip.TabIndex = 10;
     this.txtToolTip.Text     = "";
     //
     // txtTitulo
     //
     this.txtTitulo.Enabled  = false;
     this.txtTitulo.Location = new System.Drawing.Point(104, 0);
     this.txtTitulo.Name     = "txtTitulo";
     this.txtTitulo.Size     = new System.Drawing.Size(312, 20);
     this.txtTitulo.TabIndex = 9;
     this.txtTitulo.Text     = "";
     //
     // cdToolTip
     //
     this.cdToolTip.BackColor = System.Drawing.Color.Transparent;
     this.cdToolTip.Location  = new System.Drawing.Point(0, 40);
     this.cdToolTip.Name      = "cdToolTip";
     this.cdToolTip.Size      = new System.Drawing.Size(100, 20);
     this.cdToolTip.TabIndex  = 8;
     this.cdToolTip.Text      = "ToolTip";
     this.cdToolTip.Click    += new System.EventHandler(this.cdToolTip_Click);
     //
     // cdImagen
     //
     this.cdImagen.BackColor = System.Drawing.Color.Transparent;
     this.cdImagen.Location  = new System.Drawing.Point(0, 20);
     this.cdImagen.Name      = "cdImagen";
     this.cdImagen.Size      = new System.Drawing.Size(100, 20);
     this.cdImagen.TabIndex  = 7;
     this.cdImagen.Text      = "Imagen";
     this.cdImagen.Click    += new System.EventHandler(this.cdImagen_Click);
     //
     // checkBox3
     //
     this.checkBox3.BackColor = System.Drawing.Color.Transparent;
     this.checkBox3.Location  = new System.Drawing.Point(0, 0);
     this.checkBox3.Name      = "checkBox3";
     this.checkBox3.Size      = new System.Drawing.Size(100, 20);
     this.checkBox3.TabIndex  = 6;
     this.checkBox3.Text      = "Titulo";
     this.checkBox3.Click    += new System.EventHandler(this.checkBox3_Click);
     //
     // 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.toolBarButton1
     });
     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       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.onClick);
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 6;
     this.toolBarButton1.Text       = "Agregar menu";
     //
     // toolBarButton9
     //
     this.toolBarButton9.ImageIndex = 6;
     this.toolBarButton9.Text       = "Agregar Menu";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.cbShorcuts);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     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.cbShorcuts;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 79;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Datos Generales";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 53;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Perfiles";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 29;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text      = "Barras de Herramientas";
     ultraExplorerBarGroup4.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup4.Settings.ContainerHeight = 61;
     ultraExplorerBarGroup4.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup4.Text = "Recursos";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3,
         ultraExplorerBarGroup4
     });
     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(832, 473);
     this.ultraExplorerBar1.TabIndex = 20;
     //
     // comboBox1
     //
     this.comboBox1.Location = new System.Drawing.Point(104, 48);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(272, 21);
     this.comboBox1.TabIndex = 16;
     //
     // FrmConfiguracionMenues
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(832, 501);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConfiguracionMenues";
     this.Text = "FrmConfiguracionMenues";
     this.cbShorcuts.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbHerramientas)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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(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);
 }
示例#26
0
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label10 = new System.Windows.Forms.Label();
     this.uneBonificacionGeneral = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label2                  = new System.Windows.Forms.Label();
     this.mzComboEstado           = new mz.erp.ui.controls.mzComboEditor();
     this.label21                 = new System.Windows.Forms.Label();
     this.uneDiasDemoraEntrega    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.chkActivo               = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkExcluyeRetenciones   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel6             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1             = new Infragistics.Win.Misc.UltraLabel();
     this.txtDomicilio            = new System.Windows.Forms.TextBox();
     this.txtEmail                = new System.Windows.Forms.TextBox();
     this.txtInstantMessenger     = new System.Windows.Forms.TextBox();
     this.txtNombre               = new System.Windows.Forms.TextBox();
     this.txtTelefonos            = new System.Windows.Forms.TextBox();
     this.ultraLabel8             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel12            = new Infragistics.Win.Misc.UltraLabel();
     this.txtHorarioComercial     = new System.Windows.Forms.TextBox();
     this.ultraLabel13            = new Infragistics.Win.Misc.UltraLabel();
     this.txtWeb                  = new System.Windows.Forms.TextBox();
     this.componenteDocumentos1   = new mz.erp.ui.controls.ComponenteDocumentos();
     this.txtObservaciones        = new System.Windows.Forms.RichTextBox();
     this.label9                  = new System.Windows.Forms.Label();
     this.mzCmbSubTiposMovimiento = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel7             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTiposMovimiento    = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel10            = new Infragistics.Win.Misc.UltraLabel();
     this.mzComboCondicionCompra  = new mz.erp.ui.controls.mzComboEditor();
     this.label1                  = new System.Windows.Forms.Label();
     this.mzCmbTiposDeIVA         = new mz.erp.ui.controls.mzComboEditor();
     this.label7                  = new System.Windows.Forms.Label();
     this.mzCmbSrchEdtTitular     = new mz.erp.ui.controls.mzComboSearchEditor();
     this.mzCmbSrchEdtLocalidad   = new mz.erp.ui.controls.mzComboSearchEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneBonificacionGeneral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDiasDemoraEntrega)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCondicionCompra)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeIVA)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     ultraExplorerBarGroup1.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Otros datos de interés";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size = new System.Drawing.Size(856, 505);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSrchEdtLocalidad);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSrchEdtTitular);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposDeIVA);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboCondicionCompra);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSubTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel10);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.componenteDocumentos1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtWeb);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtHorarioComercial);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDomicilio);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtEmail);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtInstantMessenger);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNombre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTelefonos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel13);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel12);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(790, 432);
     this.ultraExplorerBarContainerControl1.TabIndex = 1;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneBonificacionGeneral);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboEstado);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label21);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneDiasDemoraEntrega);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chkActivo);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chkExcluyeRetenciones);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 522);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(790, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(64, 24);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(223, 21);
     this.label10.TabIndex  = 63;
     this.label10.Text      = "Bonificación general";
     //
     // uneBonificacionGeneral
     //
     this.uneBonificacionGeneral.Location      = new System.Drawing.Point(288, 24);
     this.uneBonificacionGeneral.MaskInput     = "nnnnnnnn.nnnn";
     this.uneBonificacionGeneral.Name          = "uneBonificacionGeneral";
     this.uneBonificacionGeneral.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneBonificacionGeneral.Size          = new System.Drawing.Size(100, 21);
     this.uneBonificacionGeneral.TabIndex      = 62;
     this.uneBonificacionGeneral.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(64, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 82;
     this.label2.Text      = "Estado";
     //
     // mzComboEstado
     //
     this.mzComboEstado.AutoComplete         = true;
     this.mzComboEstado.DataSource           = null;
     this.mzComboEstado.DisplayMember        = "";
     this.mzComboEstado.DisplayMemberCaption = "";
     this.mzComboEstado.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEstado.Location             = new System.Drawing.Point(176, 64);
     this.mzComboEstado.MaxItemsDisplay      = 7;
     this.mzComboEstado.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEstado.Name               = "mzComboEstado";
     this.mzComboEstado.SorterMember       = "";
     this.mzComboEstado.TabIndex           = 81;
     this.mzComboEstado.ValueMember        = "";
     this.mzComboEstado.ValueMemberCaption = "";
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Location  = new System.Drawing.Point(448, 40);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(160, 24);
     this.label21.TabIndex  = 80;
     this.label21.Text      = "Días de demora en la entrega";
     //
     // uneDiasDemoraEntrega
     //
     this.uneDiasDemoraEntrega.Location      = new System.Drawing.Point(608, 40);
     this.uneDiasDemoraEntrega.MaxValue      = 99999;
     this.uneDiasDemoraEntrega.MinValue      = 0;
     this.uneDiasDemoraEntrega.Name          = "uneDiasDemoraEntrega";
     this.uneDiasDemoraEntrega.Size          = new System.Drawing.Size(72, 21);
     this.uneDiasDemoraEntrega.TabIndex      = 79;
     this.uneDiasDemoraEntrega.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // chkActivo
     //
     this.chkActivo.BackColor = System.Drawing.Color.Transparent;
     this.chkActivo.Location  = new System.Drawing.Point(448, 96);
     this.chkActivo.Name      = "chkActivo";
     this.chkActivo.TabIndex  = 70;
     this.chkActivo.Text      = "Activo";
     //
     // chkExcluyeRetenciones
     //
     this.chkExcluyeRetenciones.BackColor = System.Drawing.Color.Transparent;
     this.chkExcluyeRetenciones.Location  = new System.Drawing.Point(184, 104);
     this.chkExcluyeRetenciones.Name      = "chkExcluyeRetenciones";
     this.chkExcluyeRetenciones.Size      = new System.Drawing.Size(136, 20);
     this.chkExcluyeRetenciones.TabIndex  = 71;
     this.chkExcluyeRetenciones.Text      = "Excluye retenciones";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(8, 272);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel6.TabIndex  = 50;
     this.ultraLabel6.Text      = "Instant Messenger";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel5.TabIndex  = 49;
     this.ultraLabel5.Text      = "Nombre";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(8, 168);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel4.TabIndex  = 48;
     this.ultraLabel4.Text      = "Observaciones";
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(8, 256);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel3.TabIndex  = 47;
     this.ultraLabel3.Text      = "Email";
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(8, 232);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel2.TabIndex  = 46;
     this.ultraLabel2.Text      = "Teléfonos";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 91);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel1.TabIndex  = 45;
     this.ultraLabel1.Text      = "Domicilio";
     //
     // txtDomicilio
     //
     this.txtDomicilio.Location = new System.Drawing.Point(104, 88);
     this.txtDomicilio.Name     = "txtDomicilio";
     this.txtDomicilio.Size     = new System.Drawing.Size(496, 20);
     this.txtDomicilio.TabIndex = 4;
     this.txtDomicilio.Text     = "txtDomicilio";
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(112, 248);
     this.txtEmail.Name     = "txtEmail";
     this.txtEmail.Size     = new System.Drawing.Size(496, 20);
     this.txtEmail.TabIndex = 8;
     this.txtEmail.Text     = "txtEmail";
     //
     // txtInstantMessenger
     //
     this.txtInstantMessenger.Location = new System.Drawing.Point(112, 272);
     this.txtInstantMessenger.Name     = "txtInstantMessenger";
     this.txtInstantMessenger.Size     = new System.Drawing.Size(496, 20);
     this.txtInstantMessenger.TabIndex = 9;
     this.txtInstantMessenger.Text     = "txtInstantMessenger";
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(104, 0);
     this.txtNombre.Name     = "txtNombre";
     this.txtNombre.Size     = new System.Drawing.Size(496, 20);
     this.txtNombre.TabIndex = 0;
     this.txtNombre.Text     = "txtNombre";
     //
     // txtTelefonos
     //
     this.txtTelefonos.Location = new System.Drawing.Point(112, 232);
     this.txtTelefonos.Name     = "txtTelefonos";
     this.txtTelefonos.Size     = new System.Drawing.Size(496, 20);
     this.txtTelefonos.TabIndex = 7;
     this.txtTelefonos.Text     = "txtTelefonos";
     //
     // ultraLabel8
     //
     this.ultraLabel8.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel8.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel8.Name      = "ultraLabel8";
     this.ultraLabel8.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel8.TabIndex  = 53;
     this.ultraLabel8.Text      = "Titular";
     //
     // ultraLabel12
     //
     this.ultraLabel12.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel12.Location  = new System.Drawing.Point(8, 144);
     this.ultraLabel12.Name      = "ultraLabel12";
     this.ultraLabel12.Size      = new System.Drawing.Size(96, 16);
     this.ultraLabel12.TabIndex  = 59;
     this.ultraLabel12.Text      = "Horario comercial";
     //
     // txtHorarioComercial
     //
     this.txtHorarioComercial.Location = new System.Drawing.Point(112, 136);
     this.txtHorarioComercial.Name     = "txtHorarioComercial";
     this.txtHorarioComercial.Size     = new System.Drawing.Size(496, 20);
     this.txtHorarioComercial.TabIndex = 5;
     this.txtHorarioComercial.Text     = "txtHorarioComercial";
     //
     // ultraLabel13
     //
     this.ultraLabel13.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location  = new System.Drawing.Point(8, 296);
     this.ultraLabel13.Name      = "ultraLabel13";
     this.ultraLabel13.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel13.TabIndex  = 61;
     this.ultraLabel13.Text      = "Web";
     //
     // txtWeb
     //
     this.txtWeb.Location = new System.Drawing.Point(112, 288);
     this.txtWeb.Name     = "txtWeb";
     this.txtWeb.Size     = new System.Drawing.Size(496, 20);
     this.txtWeb.TabIndex = 10;
     this.txtWeb.Text     = "txtWeb";
     //
     // componenteDocumentos1
     //
     this.componenteDocumentos1.BackColor       = System.Drawing.Color.Transparent;
     this.componenteDocumentos1.Location        = new System.Drawing.Point(-8, 64);
     this.componenteDocumentos1.Name            = "componenteDocumentos1";
     this.componenteDocumentos1.Numero          = "";
     this.componenteDocumentos1.Size            = new System.Drawing.Size(616, 24);
     this.componenteDocumentos1.TabIndex        = 3;
     this.componenteDocumentos1.TipoDocSelected = "";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location = new System.Drawing.Point(112, 160);
     this.txtObservaciones.Name     = "txtObservaciones";
     this.txtObservaciones.Size     = new System.Drawing.Size(496, 72);
     this.txtObservaciones.TabIndex = 6;
     this.txtObservaciones.Text     = "";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(0, 112);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 21);
     this.label9.TabIndex  = 65;
     this.label9.Text      = "Localidad:";
     //
     // mzCmbSubTiposMovimiento
     //
     this.mzCmbSubTiposMovimiento.AutoComplete          = true;
     this.mzCmbSubTiposMovimiento.DataSource            = null;
     this.mzCmbSubTiposMovimiento.DisplayMember         = "";
     this.mzCmbSubTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbSubTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSubTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbSubTiposMovimiento.Location             = new System.Drawing.Point(112, 344);
     this.mzCmbSubTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbSubTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSubTiposMovimiento.Name               = "mzCmbSubTiposMovimiento";
     this.mzCmbSubTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbSubTiposMovimiento.SorterMember       = "";
     this.mzCmbSubTiposMovimiento.TabIndex           = 68;
     this.mzCmbSubTiposMovimiento.ValueMember        = "";
     this.mzCmbSubTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(8, 344);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel7.TabIndex  = 69;
     this.ultraLabel7.Text      = "Sub-Tipo de Movim.";
     //
     // mzCmbTiposMovimiento
     //
     this.mzCmbTiposMovimiento.AutoComplete          = true;
     this.mzCmbTiposMovimiento.DataSource            = null;
     this.mzCmbTiposMovimiento.DisplayMember         = "";
     this.mzCmbTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbTiposMovimiento.Location             = new System.Drawing.Point(112, 320);
     this.mzCmbTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposMovimiento.Name               = "mzCmbTiposMovimiento";
     this.mzCmbTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposMovimiento.SorterMember       = "";
     this.mzCmbTiposMovimiento.TabIndex           = 66;
     this.mzCmbTiposMovimiento.ValueMember        = "";
     this.mzCmbTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel10
     //
     this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel10.Location  = new System.Drawing.Point(8, 320);
     this.ultraLabel10.Name      = "ultraLabel10";
     this.ultraLabel10.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel10.TabIndex  = 67;
     this.ultraLabel10.Text      = "Tipo de Movimiento";
     //
     // mzComboCondicionCompra
     //
     this.mzComboCondicionCompra.AutoComplete         = true;
     this.mzComboCondicionCompra.DataSource           = null;
     this.mzComboCondicionCompra.DisplayMember        = "";
     this.mzComboCondicionCompra.DisplayMemberCaption = "";
     this.mzComboCondicionCompra.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboCondicionCompra.Location             = new System.Drawing.Point(112, 376);
     this.mzComboCondicionCompra.MaxItemsDisplay      = 7;
     this.mzComboCondicionCompra.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboCondicionCompra.Name               = "mzComboCondicionCompra";
     this.mzComboCondicionCompra.SorterMember       = "";
     this.mzComboCondicionCompra.TabIndex           = 72;
     this.mzComboCondicionCompra.ValueMember        = "";
     this.mzComboCondicionCompra.ValueMemberCaption = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 384);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 16);
     this.label1.TabIndex  = 73;
     this.label1.Text      = "Condición de compra";
     //
     // mzCmbTiposDeIVA
     //
     this.mzCmbTiposDeIVA.AutoComplete         = true;
     this.mzCmbTiposDeIVA.DataSource           = null;
     this.mzCmbTiposDeIVA.DisplayMember        = "";
     this.mzCmbTiposDeIVA.DisplayMemberCaption = "";
     this.mzCmbTiposDeIVA.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposDeIVA.Location             = new System.Drawing.Point(104, 48);
     this.mzCmbTiposDeIVA.MaxItemsDisplay      = 7;
     this.mzCmbTiposDeIVA.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposDeIVA.Name               = "mzCmbTiposDeIVA";
     this.mzCmbTiposDeIVA.Size               = new System.Drawing.Size(216, 21);
     this.mzCmbTiposDeIVA.SorterMember       = "";
     this.mzCmbTiposDeIVA.TabIndex           = 74;
     this.mzCmbTiposDeIVA.ValueMember        = "";
     this.mzCmbTiposDeIVA.ValueMemberCaption = "";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(0, 48);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 15);
     this.label7.TabIndex  = 75;
     this.label7.Text      = "Condición de IVA";
     //
     // mzCmbSrchEdtTitular
     //
     this.mzCmbSrchEdtTitular.DataValue            = "";
     this.mzCmbSrchEdtTitular.EditObject           = null;
     this.mzCmbSrchEdtTitular.FastSearch           = false;
     this.mzCmbSrchEdtTitular.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdtTitular.HierarchicalSearch   = false;
     this.mzCmbSrchEdtTitular.Location             = new System.Drawing.Point(104, 24);
     this.mzCmbSrchEdtTitular.Name                 = "mzCmbSrchEdtTitular";
     this.mzCmbSrchEdtTitular.ReadOnly             = false;
     this.mzCmbSrchEdtTitular.SearchObject         = null;
     this.mzCmbSrchEdtTitular.SearchObjectListener = null;
     this.mzCmbSrchEdtTitular.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbSrchEdtTitular.TabIndex             = 76;
     //
     // mzCmbSrchEdtLocalidad
     //
     this.mzCmbSrchEdtLocalidad.DataValue            = "";
     this.mzCmbSrchEdtLocalidad.EditObject           = null;
     this.mzCmbSrchEdtLocalidad.FastSearch           = false;
     this.mzCmbSrchEdtLocalidad.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdtLocalidad.HierarchicalSearch   = false;
     this.mzCmbSrchEdtLocalidad.Location             = new System.Drawing.Point(104, 112);
     this.mzCmbSrchEdtLocalidad.Name                 = "mzCmbSrchEdtLocalidad";
     this.mzCmbSrchEdtLocalidad.ReadOnly             = false;
     this.mzCmbSrchEdtLocalidad.SearchObject         = null;
     this.mzCmbSrchEdtLocalidad.SearchObjectListener = null;
     this.mzCmbSrchEdtLocalidad.Size                 = new System.Drawing.Size(544, 22);
     this.mzCmbSrchEdtLocalidad.TabIndex             = 77;
     //
     // FrmAbmProveedoresNuevo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(856, 533);
     this.Name = "FrmAbmProveedoresNuevo";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneBonificacionGeneral)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDiasDemoraEntrega)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCondicionCompra)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeIVA)).EndInit();
     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();
 }
示例#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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogIn));
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.editUserName  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.editPassword  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.buttonOk      = new Infragistics.Win.Misc.UltraButton();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.comboEmpresas = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.comboPerfiles = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.label4        = new System.Windows.Forms.Label();
     this.buttonCanel   = new Infragistics.Win.Misc.UltraButton();
     this.mzCEUsuarios  = new mz.erp.ui.controls.mzComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editUserName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboEmpresas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboPerfiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEUsuarios)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 16);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(120, 120);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // editUserName
     //
     this.editUserName.Location = new System.Drawing.Point(214, 37);
     this.editUserName.Name     = "editUserName";
     this.editUserName.Size     = new System.Drawing.Size(256, 22);
     this.editUserName.TabIndex = 1;
     this.editUserName.TabStop  = false;
     this.editUserName.Leave   += new System.EventHandler(this.editUserName_Leave);
     //
     // editPassword
     //
     this.editPassword.Location     = new System.Drawing.Point(216, 60);
     this.editPassword.Name         = "editPassword";
     this.editPassword.PasswordChar = '*';
     this.editPassword.Size         = new System.Drawing.Size(256, 22);
     this.editPassword.TabIndex     = 2;
     //
     // buttonOk
     //
     this.buttonOk.Location = new System.Drawing.Point(264, 112);
     this.buttonOk.Name     = "buttonOk";
     this.buttonOk.Size     = new System.Drawing.Size(112, 24);
     this.buttonOk.TabIndex = 4;
     this.buttonOk.Text     = "Iniciar sesión";
     this.buttonOk.Click   += new System.EventHandler(this.buttonOk_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(144, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 23);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Usuario:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(144, 60);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 23);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Contraseña:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(144, 9);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 23);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Empresa:";
     //
     // comboEmpresas
     //
     this.comboEmpresas.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.comboEmpresas.Location      = new System.Drawing.Point(216, 9);
     this.comboEmpresas.Name          = "comboEmpresas";
     this.comboEmpresas.Size          = new System.Drawing.Size(256, 22);
     this.comboEmpresas.TabIndex      = 0;
     this.comboEmpresas.ValueChanged += new System.EventHandler(this.comboEmpresas_ValueChanged);
     //
     // comboPerfiles
     //
     this.comboPerfiles.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     this.comboPerfiles.Location      = new System.Drawing.Point(216, 84);
     this.comboPerfiles.Name          = "comboPerfiles";
     this.comboPerfiles.Size          = new System.Drawing.Size(256, 22);
     this.comboPerfiles.TabIndex      = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(144, 84);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(72, 23);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Perfil:";
     //
     // buttonCanel
     //
     this.buttonCanel.ButtonStyle  = Infragistics.Win.UIElementButtonStyle.Button;
     this.buttonCanel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCanel.Location     = new System.Drawing.Point(384, 112);
     this.buttonCanel.Name         = "buttonCanel";
     this.buttonCanel.Size         = new System.Drawing.Size(88, 24);
     this.buttonCanel.TabIndex     = 5;
     this.buttonCanel.Text         = "&Cancelar";
     this.buttonCanel.UseFlatMode  = Infragistics.Win.DefaultableBoolean.True;
     //
     // mzCEUsuarios
     //
     this.mzCEUsuarios.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEUsuarios.AutoSize             = false;
     this.mzCEUsuarios.DisplayMember        = "";
     this.mzCEUsuarios.DisplayMemberCaption = "";
     this.mzCEUsuarios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEUsuarios.Location             = new System.Drawing.Point(216, 37);
     this.mzCEUsuarios.MaxDropDownItems     = 7;
     this.mzCEUsuarios.MaxItemsDisplay      = 50;
     this.mzCEUsuarios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEUsuarios.Name               = "mzCEUsuarios";
     this.mzCEUsuarios.Size               = new System.Drawing.Size(256, 22);
     this.mzCEUsuarios.SorterMember       = "";
     this.mzCEUsuarios.SortStyle          = Infragistics.Win.ValueListSortStyle.Ascending;
     this.mzCEUsuarios.TabIndex           = 1;
     this.mzCEUsuarios.ValueMember        = "";
     this.mzCEUsuarios.ValueMemberCaption = "";
     this.mzCEUsuarios.ValueChanged      += new System.EventHandler(this.mzCEUsuarios_ValueChanged);
     //
     // LogIn
     //
     this.AcceptButton      = this.buttonOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.buttonCanel;
     this.ClientSize        = new System.Drawing.Size(482, 152);
     this.Controls.Add(this.mzCEUsuarios);
     this.Controls.Add(this.buttonCanel);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboPerfiles);
     this.Controls.Add(this.comboEmpresas);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.editPassword);
     this.Controls.Add(this.editUserName);
     this.Controls.Add(this.pictureBox1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LogIn";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Iniciar sesión";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editUserName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboEmpresas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboPerfiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEUsuarios)).EndInit();
     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();
     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);
 }
 /// <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.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(FrmTransferenciasValoresCajas));
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotal               = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.mzComboCajasDestino    = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboCajasOrigen     = new mz.erp.ui.controls.mzComboEditor();
     this.lblRespDestino         = new System.Windows.Forms.Label();
     this.lblRespOrigen          = new System.Windows.Forms.Label();
     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.gridValoresATransferir = new Janus.Windows.GridEX.GridEX();
     this.label1 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.gridValoresDisponibles = new Janus.Windows.GridEX.GridEX();
     this.panel1            = new System.Windows.Forms.Panel();
     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.tbbRefresh        = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresATransferir)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresDisponibles)).BeginInit();
     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(903, 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(903, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.mzComboCajasDestino);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.mzComboCajasOrigen);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.lblRespDestino);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.lblRespOrigen);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnRemover);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnTransferir);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnRemoverTodo);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnTransferirTodo);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.gridValoresATransferir);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.gridValoresDisponibles);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(903, 429);
     this.ultraExplorerBarContainerControl4.TabIndex = 3;
     //
     // uneTotal
     //
     appearance1.BackColor       = System.Drawing.Color.Transparent;
     this.uneTotal.Appearance    = appearance1;
     this.uneTotal.BorderStyle   = Infragistics.Win.UIElementBorderStyle.None;
     this.uneTotal.Enabled       = false;
     this.uneTotal.Font          = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.uneTotal.Location      = new System.Drawing.Point(784, 392);
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.PromptChar    = ' ';
     this.uneTotal.ReadOnly      = true;
     this.uneTotal.Size          = new System.Drawing.Size(112, 27);
     this.uneTotal.TabIndex      = 4;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.uneTotal.TabStop       = false;
     //
     // mzComboCajasDestino
     //
     this.mzComboCajasDestino.AutoComplete         = true;
     this.mzComboCajasDestino.DataSource           = null;
     this.mzComboCajasDestino.DisplayMember        = "";
     this.mzComboCajasDestino.DisplayMemberCaption = "";
     this.mzComboCajasDestino.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboCajasDestino.Location             = new System.Drawing.Point(482, 32);
     this.mzComboCajasDestino.MaxItemsDisplay      = 50;
     this.mzComboCajasDestino.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboCajasDestino.Name               = "mzComboCajasDestino";
     this.mzComboCajasDestino.Size               = new System.Drawing.Size(415, 21);
     this.mzComboCajasDestino.SorterMember       = "";
     this.mzComboCajasDestino.TabIndex           = 1;
     this.mzComboCajasDestino.ValueMember        = "";
     this.mzComboCajasDestino.ValueMemberCaption = "";
     //
     // mzComboCajasOrigen
     //
     this.mzComboCajasOrigen.AutoComplete         = true;
     this.mzComboCajasOrigen.DataSource           = null;
     this.mzComboCajasOrigen.DisplayMember        = "";
     this.mzComboCajasOrigen.DisplayMemberCaption = "";
     this.mzComboCajasOrigen.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboCajasOrigen.Location             = new System.Drawing.Point(0, 32);
     this.mzComboCajasOrigen.MaxItemsDisplay      = 50;
     this.mzComboCajasOrigen.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboCajasOrigen.Name               = "mzComboCajasOrigen";
     this.mzComboCajasOrigen.Size               = new System.Drawing.Size(415, 21);
     this.mzComboCajasOrigen.SorterMember       = "";
     this.mzComboCajasOrigen.TabIndex           = 0;
     this.mzComboCajasOrigen.ValueMember        = "";
     this.mzComboCajasOrigen.ValueMemberCaption = "";
     //
     // lblRespDestino
     //
     this.lblRespDestino.BackColor = System.Drawing.Color.Transparent;
     this.lblRespDestino.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRespDestino.Location  = new System.Drawing.Point(482, 56);
     this.lblRespDestino.Name      = "lblRespDestino";
     this.lblRespDestino.Size      = new System.Drawing.Size(400, 23);
     this.lblRespDestino.TabIndex  = 70;
     this.lblRespDestino.Text      = "Resp";
     //
     // lblRespOrigen
     //
     this.lblRespOrigen.BackColor = System.Drawing.Color.Transparent;
     this.lblRespOrigen.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRespOrigen.Location  = new System.Drawing.Point(0, 56);
     this.lblRespOrigen.Name      = "lblRespOrigen";
     this.lblRespOrigen.Size      = new System.Drawing.Size(400, 23);
     this.lblRespOrigen.TabIndex  = 69;
     this.lblRespOrigen.Text      = "Resp";
     //
     // btnRemover
     //
     this.btnRemover.Enabled  = false;
     this.btnRemover.Location = new System.Drawing.Point(424, 160);
     this.btnRemover.Name     = "btnRemover";
     this.btnRemover.Size     = new System.Drawing.Size(48, 16);
     this.btnRemover.TabIndex = 66;
     this.btnRemover.Text     = "<";
     //
     // btnTransferir
     //
     this.btnTransferir.Enabled  = false;
     this.btnTransferir.Location = new System.Drawing.Point(424, 112);
     this.btnTransferir.Name     = "btnTransferir";
     this.btnTransferir.Size     = new System.Drawing.Size(48, 16);
     this.btnTransferir.TabIndex = 65;
     this.btnTransferir.Text     = ">";
     //
     // btnRemoverTodo
     //
     this.btnRemoverTodo.Enabled  = false;
     this.btnRemoverTodo.Location = new System.Drawing.Point(424, 144);
     this.btnRemoverTodo.Name     = "btnRemoverTodo";
     this.btnRemoverTodo.Size     = new System.Drawing.Size(48, 16);
     this.btnRemoverTodo.TabIndex = 64;
     this.btnRemoverTodo.Text     = "<<";
     //
     // btnTransferirTodo
     //
     this.btnTransferirTodo.Enabled  = false;
     this.btnTransferirTodo.Location = new System.Drawing.Point(424, 128);
     this.btnTransferirTodo.Name     = "btnTransferirTodo";
     this.btnTransferirTodo.Size     = new System.Drawing.Size(48, 16);
     this.btnTransferirTodo.TabIndex = 63;
     this.btnTransferirTodo.Text     = ">>";
     //
     // gridValoresATransferir
     //
     this.gridValoresATransferir.AllowCardSizing = false;
     this.gridValoresATransferir.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridValoresATransferir.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridValoresATransferir.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridValoresATransferir.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridValoresATransferir.GroupByBoxVisible  = false;
     this.gridValoresATransferir.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridValoresATransferir.Location           = new System.Drawing.Point(482, 82);
     this.gridValoresATransferir.Name               = "gridValoresATransferir";
     this.gridValoresATransferir.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridValoresATransferir.Size               = new System.Drawing.Size(415, 302);
     this.gridValoresATransferir.TabIndex           = 3;
     this.gridValoresATransferir.TabStop            = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 61;
     this.label1.Text      = "Origen";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(482, 8);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(88, 16);
     this.label9.TabIndex  = 60;
     this.label9.Text      = "Destino";
     //
     // gridValoresDisponibles
     //
     this.gridValoresDisponibles.AllowCardSizing = false;
     this.gridValoresDisponibles.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridValoresDisponibles.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridValoresDisponibles.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridValoresDisponibles.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridValoresDisponibles.GroupByBoxVisible  = false;
     this.gridValoresDisponibles.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridValoresDisponibles.Location           = new System.Drawing.Point(0, 82);
     this.gridValoresDisponibles.Name               = "gridValoresDisponibles";
     this.gridValoresDisponibles.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridValoresDisponibles.Size               = new System.Drawing.Size(415, 302);
     this.gridValoresDisponibles.TabIndex           = 2;
     this.gridValoresDisponibles.TabStop            = false;
     this.gridValoresDisponibles.DoubleClick       += new System.EventHandler(this.gridValoresDisponibles_DoubleClick);
     //
     // 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(952, 630);
     this.panel1.TabIndex = 0;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     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.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 429;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Cajas a realizar la transferencia";
     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(952, 602);
     this.ultraExplorerBar1.TabIndex = 43;
     //
     // 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.tbbRefresh,
         this.tbbSeparator3,
         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(952, 28);
     this.toolBarStandar.TabIndex       = 42;
     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;
     //
     // tbbRefresh
     //
     this.tbbRefresh.ImageIndex = 2;
     this.tbbRefresh.Text       = "Ejecutar Consulta [F5]";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.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;
     //
     // FrmTransferenciasValoresCajas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 630);
     this.Controls.Add(this.panel1);
     this.Name = "FrmTransferenciasValoresCajas";
     this.Text = "Transferencia de valores entre cajas";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresATransferir)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresDisponibles)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }