/// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSoporteModificarComprobantes));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.txtNumeroModif         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEComprobanteDestino = new mz.erp.ui.controls.mzComboEditor();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox4             = new System.Windows.Forms.GroupBox();
     this.gridResultado         = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1      = new mz.erp.ui.controls.GridManagerView();
     this.label2                = new System.Windows.Forms.Label();
     this.ubBuscar              = new Infragistics.Win.Misc.UltraButton();
     this.mzCEComprobanteOrigen = new mz.erp.ui.controls.mzComboEditor();
     this.label3                = new System.Windows.Forms.Label();
     this.txtNumero             = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.imglStandar           = new System.Windows.Forms.ImageList(this.components);
     this.toolBarButton1        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3        = new System.Windows.Forms.ToolBarButton();
     this.toolBarStandar        = new System.Windows.Forms.ToolBar();
     this.toolBarButton4        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteDestino)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(863, 26);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(863, 24);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Label Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox4);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(863, 291);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtNumeroModif);
     this.groupBox1.Controls.Add(this.mzCEComprobanteDestino);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 224);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(859, 64);
     this.groupBox1.TabIndex = 46;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Modificar";
     //
     // txtNumeroModif
     //
     this.txtNumeroModif.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumeroModif.InputMask = "?-9999-99999999";
     this.txtNumeroModif.Location  = new System.Drawing.Point(170, 24);
     this.txtNumeroModif.Name      = "txtNumeroModif";
     this.txtNumeroModif.Size      = new System.Drawing.Size(100, 20);
     this.txtNumeroModif.TabIndex  = 42;
     this.txtNumeroModif.Text      = "--";
     this.txtNumeroModif.Visible   = false;
     //
     // mzCEComprobanteDestino
     //
     this.mzCEComprobanteDestino.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEComprobanteDestino.DisplayMember        = "";
     this.mzCEComprobanteDestino.DisplayMemberCaption = "";
     this.mzCEComprobanteDestino.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteDestino.Location             = new System.Drawing.Point(180, 22);
     this.mzCEComprobanteDestino.MaxItemsDisplay      = 50;
     this.mzCEComprobanteDestino.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteDestino.Name               = "mzCEComprobanteDestino";
     this.mzCEComprobanteDestino.Size               = new System.Drawing.Size(199, 21);
     this.mzCEComprobanteDestino.SorterMember       = "";
     this.mzCEComprobanteDestino.TabIndex           = 5;
     this.mzCEComprobanteDestino.ValueMember        = "";
     this.mzCEComprobanteDestino.ValueMemberCaption = "";
     this.mzCEComprobanteDestino.Visible            = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(4, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 16);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "Nuevo Tipo de Comprobante";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.gridResultado);
     this.groupBox4.Controls.Add(this.gridManagerView1);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.ubBuscar);
     this.groupBox4.Controls.Add(this.mzCEComprobanteOrigen);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.txtNumero);
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(859, 219);
     this.groupBox4.TabIndex = 45;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = " Comprobante origen";
     //
     // gridResultado
     //
     this.gridResultado.AllowCardSizing = false;
     this.gridResultado.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location           = new System.Drawing.Point(13, 99);
     this.gridResultado.Name       = "gridResultado";
     this.gridResultado.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridResultado.Size       = new System.Drawing.Size(835, 104);
     this.gridResultado.TabIndex   = 4;
     this.gridResultado.TabStop    = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(11, 72);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 3;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(12, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 16);
     this.label2.TabIndex  = 49;
     this.label2.Text      = "Número de Comprobante";
     //
     // ubBuscar
     //
     this.ubBuscar.Location = new System.Drawing.Point(372, 39);
     this.ubBuscar.Name     = "ubBuscar";
     this.ubBuscar.Size     = new System.Drawing.Size(96, 24);
     this.ubBuscar.TabIndex = 2;
     this.ubBuscar.Text     = "&Buscar";
     //
     // mzCEComprobanteOrigen
     //
     this.mzCEComprobanteOrigen.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEComprobanteOrigen.DisplayMember        = "";
     this.mzCEComprobanteOrigen.DisplayMemberCaption = "";
     this.mzCEComprobanteOrigen.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteOrigen.Location             = new System.Drawing.Point(156, 40);
     this.mzCEComprobanteOrigen.MaxItemsDisplay      = 50;
     this.mzCEComprobanteOrigen.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteOrigen.Name               = "mzCEComprobanteOrigen";
     this.mzCEComprobanteOrigen.Size               = new System.Drawing.Size(199, 21);
     this.mzCEComprobanteOrigen.SorterMember       = "";
     this.mzCEComprobanteOrigen.TabIndex           = 1;
     this.mzCEComprobanteOrigen.ValueMember        = "";
     this.mzCEComprobanteOrigen.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(12, 43);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 16);
     this.label3.TabIndex  = 48;
     this.label3.Text      = "Tipo de Comprobante";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "?-9999-99999999";
     this.txtNumero.Location  = new System.Drawing.Point(156, 18);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.Size      = new System.Drawing.Size(100, 20);
     this.txtNumero.TabIndex  = 0;
     this.txtNumero.Text      = "--";
     //
     // imglStandar
     //
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     this.imglStandar.Images.SetKeyName(0, "");
     this.imglStandar.Images.SetKeyName(1, "");
     this.imglStandar.Images.SetKeyName(2, "");
     this.imglStandar.Images.SetKeyName(3, "");
     this.imglStandar.Images.SetKeyName(4, "");
     this.imglStandar.Images.SetKeyName(5, "");
     this.imglStandar.Images.SetKeyName(6, "");
     this.imglStandar.Images.SetKeyName(7, "");
     this.imglStandar.Images.SetKeyName(8, "");
     this.imglStandar.Images.SetKeyName(9, "");
     this.imglStandar.Images.SetKeyName(10, "");
     this.imglStandar.Images.SetKeyName(11, "");
     this.imglStandar.Images.SetKeyName(12, "");
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 4;
     this.toolBarButton1.Name       = "toolBarButton1";
     this.toolBarButton1.Text       = "&Aceptar";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name  = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 7;
     this.toolBarButton3.Name       = "toolBarButton3";
     this.toolBarButton3.Text       = "&Cancelar";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton4,
         this.toolBarButton5,
         this.toolBarButton6
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 23;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 4;
     this.toolBarButton4.Name       = "toolBarButton4";
     this.toolBarButton4.Text       = "&Aceptar";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Name  = "toolBarButton5";
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton6
     //
     this.toolBarButton6.ImageIndex = 7;
     this.toolBarButton6.Name       = "toolBarButton6";
     this.toolBarButton6.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AnimationEnabled = false;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "Busqueda";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 291;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Seleccionar Perfil";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 430);
     this.ultraExplorerBar1.TabIndex = 24;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmSoporteModificarComprobantes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 458);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSoporteModificarComprobantes";
     this.Text = "FrmSoporteModificarComprobantes";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteDestino)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarFacturasImpagas));
     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.lbTarea         = new System.Windows.Forms.Label();
     this.ContainerFiltro = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.label4          = new System.Windows.Forms.Label();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.rbPeriodoPorFechaVencimiento = new System.Windows.Forms.RadioButton();
     this.rbPeriodoPorFechaEmision     = new System.Windows.Forms.RadioButton();
     this.uneCantPeriodo     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.rbEnMeses          = new System.Windows.Forms.RadioButton();
     this.rbPeriodoEnSemanas = new System.Windows.Forms.RadioButton();
     this.rbPeriodoEnDias    = new System.Windows.Forms.RadioButton();
     this.label3             = new System.Windows.Forms.Label();
     this.chkMostrarElResto  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.label2             = new System.Windows.Forms.Label();
     this.mzCmbCuenta        = new mz.erp.ui.controls.mzCuentasControl();
     this.label7             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.FechaDesde         = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.label6             = new System.Windows.Forms.Label();
     this.FechaHasta         = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.rbFechaVencimiento = new System.Windows.Forms.RadioButton();
     this.rbFechaEmision     = new System.Windows.Forms.RadioButton();
     this.ultraExplorerBarContainerControl2 = 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.toolBarButton11     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton12     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton13     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton14     = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparadorCacelar = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton16     = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ContainerFiltro.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantPeriodo)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FechaDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaHasta)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lbTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(878, 16);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // lbTarea
     //
     this.lbTarea.BackColor = System.Drawing.Color.Transparent;
     this.lbTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lbTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbTarea.Location  = new System.Drawing.Point(0, 0);
     this.lbTarea.Name      = "lbTarea";
     this.lbTarea.Size      = new System.Drawing.Size(878, 16);
     this.lbTarea.TabIndex  = 2;
     this.lbTarea.Text      = "Tarea";
     this.lbTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ContainerFiltro
     //
     this.ContainerFiltro.Controls.Add(this.groupBox4);
     this.ContainerFiltro.Controls.Add(this.groupBox3);
     this.ContainerFiltro.Controls.Add(this.chkMostrarElResto);
     this.ContainerFiltro.Controls.Add(this.label2);
     this.ContainerFiltro.Controls.Add(this.mzCmbCuenta);
     this.ContainerFiltro.Controls.Add(this.label7);
     this.ContainerFiltro.Controls.Add(this.label1);
     this.ContainerFiltro.Controls.Add(this.FechaDesde);
     this.ContainerFiltro.Controls.Add(this.label6);
     this.ContainerFiltro.Controls.Add(this.FechaHasta);
     this.ContainerFiltro.Controls.Add(this.groupBox1);
     this.ContainerFiltro.Location = new System.Drawing.Point(28, 99);
     this.ContainerFiltro.Name     = "ContainerFiltro";
     this.ContainerFiltro.Size     = new System.Drawing.Size(878, 135);
     this.ContainerFiltro.TabIndex = 0;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Location = new System.Drawing.Point(568, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(304, 96);
     this.groupBox4.TabIndex = 138;
     this.groupBox4.TabStop  = false;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(16, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(280, 72);
     this.label4.TabIndex  = 134;
     this.label4.Tag       = "";
     this.label4.Text      = "La consulta divide las facturas impagas en 5 períodos, cuya extensión será decidi" +
                             "da por el usuario. En caso de seleccionar Mostrar el Resto, un sexto período mos" +
                             "trará las facturas impagas no incluidas dentro los períodos seleccionados.";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.rbPeriodoPorFechaVencimiento);
     this.groupBox3.Controls.Add(this.rbPeriodoPorFechaEmision);
     this.groupBox3.Controls.Add(this.uneCantPeriodo);
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(96, 64);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(456, 64);
     this.groupBox3.TabIndex = 137;
     this.groupBox3.TabStop  = false;
     //
     // rbPeriodoPorFechaVencimiento
     //
     this.rbPeriodoPorFechaVencimiento.Location = new System.Drawing.Point(144, 8);
     this.rbPeriodoPorFechaVencimiento.Name     = "rbPeriodoPorFechaVencimiento";
     this.rbPeriodoPorFechaVencimiento.Size     = new System.Drawing.Size(160, 24);
     this.rbPeriodoPorFechaVencimiento.TabIndex = 6;
     this.rbPeriodoPorFechaVencimiento.Text     = "Por Fecha Vencimiento";
     //
     // rbPeriodoPorFechaEmision
     //
     this.rbPeriodoPorFechaEmision.Location = new System.Drawing.Point(8, 8);
     this.rbPeriodoPorFechaEmision.Name     = "rbPeriodoPorFechaEmision";
     this.rbPeriodoPorFechaEmision.Size     = new System.Drawing.Size(128, 24);
     this.rbPeriodoPorFechaEmision.TabIndex = 5;
     this.rbPeriodoPorFechaEmision.Text     = "Por Fecha Emisión";
     //
     // uneCantPeriodo
     //
     this.uneCantPeriodo.Location   = new System.Drawing.Point(80, 32);
     this.uneCantPeriodo.MinValue   = 0;
     this.uneCantPeriodo.Name       = "uneCantPeriodo";
     this.uneCantPeriodo.PromptChar = ' ';
     this.uneCantPeriodo.Size       = new System.Drawing.Size(100, 21);
     this.uneCantPeriodo.TabIndex   = 7;
     this.uneCantPeriodo.Value      = 1;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.rbEnMeses);
     this.groupBox2.Controls.Add(this.rbPeriodoEnSemanas);
     this.groupBox2.Controls.Add(this.rbPeriodoEnDias);
     this.groupBox2.Location = new System.Drawing.Point(184, 27);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(264, 27);
     this.groupBox2.TabIndex = 135;
     this.groupBox2.TabStop  = false;
     //
     // rbEnMeses
     //
     this.rbEnMeses.Location = new System.Drawing.Point(184, 3);
     this.rbEnMeses.Name     = "rbEnMeses";
     this.rbEnMeses.Size     = new System.Drawing.Size(72, 24);
     this.rbEnMeses.TabIndex = 10;
     this.rbEnMeses.Text     = "Meses";
     //
     // rbPeriodoEnSemanas
     //
     this.rbPeriodoEnSemanas.Location = new System.Drawing.Point(96, 3);
     this.rbPeriodoEnSemanas.Name     = "rbPeriodoEnSemanas";
     this.rbPeriodoEnSemanas.Size     = new System.Drawing.Size(72, 24);
     this.rbPeriodoEnSemanas.TabIndex = 9;
     this.rbPeriodoEnSemanas.Text     = "Semanas";
     //
     // rbPeriodoEnDias
     //
     this.rbPeriodoEnDias.Location = new System.Drawing.Point(24, 3);
     this.rbPeriodoEnDias.Name     = "rbPeriodoEnDias";
     this.rbPeriodoEnDias.Size     = new System.Drawing.Size(56, 24);
     this.rbPeriodoEnDias.TabIndex = 8;
     this.rbPeriodoEnDias.Text     = "Días";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 32);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 16);
     this.label3.TabIndex  = 138;
     this.label3.Tag       = "Periodos";
     this.label3.Text      = "Cantidad de";
     //
     // chkMostrarElResto
     //
     this.chkMostrarElResto.BackColor = System.Drawing.Color.Transparent;
     this.chkMostrarElResto.Location  = new System.Drawing.Point(560, 104);
     this.chkMostrarElResto.Name      = "chkMostrarElResto";
     this.chkMostrarElResto.TabIndex  = 11;
     this.chkMostrarElResto.Text      = "Mostrar el resto";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 16);
     this.label2.TabIndex  = 133;
     this.label2.Tag       = "Periodos";
     this.label2.Text      = "Períodos";
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(96, 0);
     this.mzCmbCuenta.Name = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size     = new System.Drawing.Size(456, 24);
     this.mzCmbCuenta.TabIndex = 0;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 26);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(72, 16);
     this.label7.TabIndex  = 123;
     this.label7.Tag       = "FechaDesde";
     this.label7.Text      = "Fecha inicio";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 17);
     this.label1.TabIndex  = 120;
     this.label1.Tag       = "Cliente";
     this.label1.Text      = "Cliente";
     //
     // FechaDesde
     //
     dateButton1.Caption = "Today";
     this.FechaDesde.DateButtons.Add(dateButton1);
     this.FechaDesde.Location          = new System.Drawing.Point(96, 22);
     this.FechaDesde.Name              = "FechaDesde";
     this.FechaDesde.NonAutoSizeHeight = 23;
     this.FechaDesde.Size              = new System.Drawing.Size(96, 21);
     this.FechaDesde.TabIndex          = 1;
     this.FechaDesde.Tag   = "FechaDesde";
     this.FechaDesde.Value = new System.DateTime(2006, 3, 7, 0, 0, 0, 0);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 50);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(56, 16);
     this.label6.TabIndex  = 119;
     this.label6.Tag       = "FechaHasta";
     this.label6.Text      = "Fecha fin";
     //
     // FechaHasta
     //
     dateButton2.Caption = "Today";
     this.FechaHasta.DateButtons.Add(dateButton2);
     this.FechaHasta.Location          = new System.Drawing.Point(96, 43);
     this.FechaHasta.Name              = "FechaHasta";
     this.FechaHasta.NonAutoSizeHeight = 23;
     this.FechaHasta.Size              = new System.Drawing.Size(96, 21);
     this.FechaHasta.TabIndex          = 1;
     this.FechaHasta.Tag   = "FechaHasta";
     this.FechaHasta.Value = new System.DateTime(2006, 3, 7, 0, 0, 0, 0);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.rbFechaVencimiento);
     this.groupBox1.Controls.Add(this.rbFechaEmision);
     this.groupBox1.Location = new System.Drawing.Point(200, 21);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(352, 40);
     this.groupBox1.TabIndex = 125;
     this.groupBox1.TabStop  = false;
     //
     // rbFechaVencimiento
     //
     this.rbFechaVencimiento.Location = new System.Drawing.Point(176, 16);
     this.rbFechaVencimiento.Name     = "rbFechaVencimiento";
     this.rbFechaVencimiento.Size     = new System.Drawing.Size(160, 24);
     this.rbFechaVencimiento.TabIndex = 4;
     this.rbFechaVencimiento.Text     = "Por Fecha Vencimiento";
     //
     // rbFechaEmision
     //
     this.rbFechaEmision.Location = new System.Drawing.Point(24, 16);
     this.rbFechaEmision.Name     = "rbFechaEmision";
     this.rbFechaEmision.Size     = new System.Drawing.Size(128, 24);
     this.rbFechaEmision.TabIndex = 3;
     this.rbFechaEmision.Text     = "Por Fecha Emisión";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 293);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(878, 205);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // 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(878, 24);
     this.gridManagerView1.TabIndex  = 52;
     //
     // gridResultado
     //
     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.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, 24);
     this.gridResultado.Name     = "gridResultado";
     this.gridResultado.Size     = new System.Drawing.Size(872, 184);
     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.toolBarButton11,
         this.toolBarButton12,
         this.toolBarButton13,
         this.toolBarButton14,
         this.tbbSeparadorCacelar,
         this.tbbCancelar,
         this.toolBarButton16
     });
     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(944, 28);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 10;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 11;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // toolBarButton11
     //
     this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton12
     //
     this.toolBarButton12.ImageIndex = 2;
     this.toolBarButton12.Text       = "Ejecutar Consulta [F5]";
     //
     // toolBarButton13
     //
     this.toolBarButton13.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton14
     //
     this.toolBarButton14.ImageIndex = 5;
     this.toolBarButton14.Text       = "Reiniciar Filtros de Busqueda";
     //
     // tbbSeparadorCacelar
     //
     this.tbbSeparadorCacelar.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // toolBarButton16
     //
     this.toolBarButton16.ImageIndex = 9;
     this.toolBarButton16.Text       = "&Selección";
     this.toolBarButton16.Visible    = false;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ContainerFiltro);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 16;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ContainerFiltro;
     ultraExplorerBarGroup2.Key       = "FiltroPrincipal";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 135;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtro";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Resultado";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 205;
     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, 394);
     this.ultraExplorerBar1.TabIndex = 22;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmConsultarFacturasImpagas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(944, 422);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultarFacturasImpagas";
     this.Text = "FrmConsultarFacturasImpagas";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ContainerFiltro.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneCantPeriodo)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FechaDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaHasta)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).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);
 }
 /// <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);
 }
示例#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(FrmABMVariables));
     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.btnModificar       = new Infragistics.Win.Misc.UltraButton();
     this.groupBoxAplicacion = new System.Windows.Forms.GroupBox();
     this.btnEliminarDeBD    = new Infragistics.Win.Misc.UltraButton();
     this.chkGenerica        = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkPuestos         = new mz.erp.ui.controls.ToolTipCheckedListBox();
     this.chkPerfiles        = new mz.erp.ui.controls.ToolTipCheckedListBox();
     this.chkUsuarios        = new mz.erp.ui.controls.ToolTipCheckedListBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.txtValor           = new System.Windows.Forms.TextBox();
     this.label9             = new System.Windows.Forms.Label();
     this.txtTipo            = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.txtDescripcion     = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.txtIdVariable      = new System.Windows.Forms.TextBox();
     this.btnAgregar         = new Infragistics.Win.Misc.UltraButton();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1  = new mz.erp.ui.controls.GridManagerView();
     this.gridEX1           = new Janus.Windows.GridEX.GridEX();
     this.btnEliminar       = new Infragistics.Win.Misc.UltraButton();
     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.txtValorGenerica  = new System.Windows.Forms.TextBox();
     this.label5            = new System.Windows.Forms.Label();
     this.txtValorUsuarios  = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.txtValorPerfiles  = new System.Windows.Forms.TextBox();
     this.txtValorPuestos   = new System.Windows.Forms.TextBox();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.groupBoxAplicacion.SuspendLayout();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     ((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, -10);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(738, 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(738, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.btnModificar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBoxAplicacion);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtValor);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtTipo);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label8);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtIdVariable);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 34);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(738, 410);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // btnModificar
     //
     this.btnModificar.Location = new System.Drawing.Point(648, 112);
     this.btnModificar.Name     = "btnModificar";
     this.btnModificar.Size     = new System.Drawing.Size(80, 24);
     this.btnModificar.TabIndex = 119;
     this.btnModificar.Text     = "&Modificar";
     //
     // groupBoxAplicacion
     //
     this.groupBoxAplicacion.Controls.Add(this.txtValorPuestos);
     this.groupBoxAplicacion.Controls.Add(this.txtValorPerfiles);
     this.groupBoxAplicacion.Controls.Add(this.txtValorUsuarios);
     this.groupBoxAplicacion.Controls.Add(this.label6);
     this.groupBoxAplicacion.Controls.Add(this.txtValorGenerica);
     this.groupBoxAplicacion.Controls.Add(this.label5);
     this.groupBoxAplicacion.Controls.Add(this.btnEliminarDeBD);
     this.groupBoxAplicacion.Controls.Add(this.chkGenerica);
     this.groupBoxAplicacion.Controls.Add(this.chkPuestos);
     this.groupBoxAplicacion.Controls.Add(this.chkPerfiles);
     this.groupBoxAplicacion.Controls.Add(this.chkUsuarios);
     this.groupBoxAplicacion.Controls.Add(this.label4);
     this.groupBoxAplicacion.Controls.Add(this.label3);
     this.groupBoxAplicacion.Controls.Add(this.label1);
     this.groupBoxAplicacion.Location = new System.Drawing.Point(8, 144);
     this.groupBoxAplicacion.Name     = "groupBoxAplicacion";
     this.groupBoxAplicacion.Size     = new System.Drawing.Size(728, 256);
     this.groupBoxAplicacion.TabIndex = 54;
     this.groupBoxAplicacion.TabStop  = false;
     this.groupBoxAplicacion.Text     = "Aplicación";
     //
     // btnEliminarDeBD
     //
     this.btnEliminarDeBD.Location = new System.Drawing.Point(632, 72);
     this.btnEliminarDeBD.Name     = "btnEliminarDeBD";
     this.btnEliminarDeBD.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminarDeBD.TabIndex = 120;
     this.btnEliminarDeBD.Text     = "&Eliminar";
     //
     // chkGenerica
     //
     this.chkGenerica.BackColor = System.Drawing.Color.Transparent;
     this.chkGenerica.Location  = new System.Drawing.Point(16, 24);
     this.chkGenerica.Name      = "chkGenerica";
     this.chkGenerica.Size      = new System.Drawing.Size(72, 20);
     this.chkGenerica.TabIndex  = 119;
     this.chkGenerica.Text      = "Genérica";
     //
     // chkPuestos
     //
     this.chkPuestos.Location = new System.Drawing.Point(440, 72);
     this.chkPuestos.Name     = "chkPuestos";
     this.chkPuestos.Size     = new System.Drawing.Size(176, 139);
     this.chkPuestos.TabIndex = 117;
     //
     // chkPerfiles
     //
     this.chkPerfiles.Location = new System.Drawing.Point(248, 72);
     this.chkPerfiles.Name     = "chkPerfiles";
     this.chkPerfiles.Size     = new System.Drawing.Size(176, 139);
     this.chkPerfiles.TabIndex = 116;
     //
     // chkUsuarios
     //
     this.chkUsuarios.Location = new System.Drawing.Point(48, 72);
     this.chkUsuarios.Name     = "chkUsuarios";
     this.chkUsuarios.Size     = new System.Drawing.Size(176, 139);
     this.chkUsuarios.TabIndex = 115;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(248, 56);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(48, 16);
     this.label4.TabIndex  = 114;
     this.label4.Text      = "Perfiles";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(440, 56);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(56, 16);
     this.label3.TabIndex  = 113;
     this.label3.Text      = "Puestos";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(48, 56);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 16);
     this.label1.TabIndex  = 112;
     this.label1.Text      = "Usuarios";
     //
     // txtValor
     //
     this.txtValor.Location = new System.Drawing.Point(112, 104);
     this.txtValor.Name     = "txtValor";
     this.txtValor.Size     = new System.Drawing.Size(208, 20);
     this.txtValor.TabIndex = 53;
     this.txtValor.Text     = "";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(8, 112);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 16);
     this.label9.TabIndex  = 52;
     this.label9.Text      = "Valor";
     //
     // txtTipo
     //
     this.txtTipo.Location = new System.Drawing.Point(112, 80);
     this.txtTipo.Name     = "txtTipo";
     this.txtTipo.Size     = new System.Drawing.Size(208, 20);
     this.txtTipo.TabIndex = 51;
     this.txtTipo.Text     = "";
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Location  = new System.Drawing.Point(8, 80);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(100, 16);
     this.label8.TabIndex  = 50;
     this.label8.Text      = "Tipo";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location   = new System.Drawing.Point(112, 32);
     this.txtDescripcion.Multiline  = true;
     this.txtDescripcion.Name       = "txtDescripcion";
     this.txtDescripcion.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDescripcion.Size       = new System.Drawing.Size(600, 48);
     this.txtDescripcion.TabIndex   = 49;
     this.txtDescripcion.Text       = "";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 32);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 16);
     this.label7.TabIndex  = 48;
     this.label7.Text      = "Descripción";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 47;
     this.label2.Text      = "Variable";
     //
     // txtIdVariable
     //
     this.txtIdVariable.Location = new System.Drawing.Point(112, 8);
     this.txtIdVariable.Name     = "txtIdVariable";
     this.txtIdVariable.Size     = new System.Drawing.Size(600, 20);
     this.txtIdVariable.TabIndex = 46;
     this.txtIdVariable.Text     = "";
     //
     // btnAgregar
     //
     this.btnAgregar.Location = new System.Drawing.Point(560, 112);
     this.btnAgregar.Name     = "btnAgregar";
     this.btnAgregar.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregar.TabIndex = 118;
     this.btnAgregar.Text     = "&Agregar";
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnEliminar);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 503);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(738, 206);
     this.ultraExplorerBarContainerControl4.TabIndex = 8;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(16, 40);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(672, 24);
     this.gridManagerView1.TabIndex  = 111;
     this.gridManagerView1.Visible   = false;
     //
     // 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.Dock   = System.Windows.Forms.DockStyle.Bottom;
     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, 46);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(738, 160);
     this.gridEX1.TabIndex                        = 110;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(16, 7);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 109;
     this.btnEliminar.Text     = "&Eliminar";
     //
     // 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(804, 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";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.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.ultraExplorerBarContainerControl4);
     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      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 206;
     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, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(804, 536);
     this.ultraExplorerBar1.TabIndex = 51;
     //
     // txtValorGenerica
     //
     this.txtValorGenerica.Location = new System.Drawing.Point(152, 24);
     this.txtValorGenerica.Name     = "txtValorGenerica";
     this.txtValorGenerica.ReadOnly = true;
     this.txtValorGenerica.Size     = new System.Drawing.Size(208, 20);
     this.txtValorGenerica.TabIndex = 122;
     this.txtValorGenerica.Text     = "";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(112, 32);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(32, 16);
     this.label5.TabIndex  = 121;
     this.label5.Text      = "Valor";
     //
     // txtValorUsuarios
     //
     this.txtValorUsuarios.Location = new System.Drawing.Point(48, 216);
     this.txtValorUsuarios.Name     = "txtValorUsuarios";
     this.txtValorUsuarios.ReadOnly = true;
     this.txtValorUsuarios.Size     = new System.Drawing.Size(176, 20);
     this.txtValorUsuarios.TabIndex = 124;
     this.txtValorUsuarios.Text     = "";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 224);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(32, 16);
     this.label6.TabIndex  = 123;
     this.label6.Text      = "Valor";
     //
     // txtValorPerfiles
     //
     this.txtValorPerfiles.Location = new System.Drawing.Point(248, 216);
     this.txtValorPerfiles.Name     = "txtValorPerfiles";
     this.txtValorPerfiles.ReadOnly = true;
     this.txtValorPerfiles.Size     = new System.Drawing.Size(176, 20);
     this.txtValorPerfiles.TabIndex = 125;
     this.txtValorPerfiles.Text     = "";
     //
     // txtValorPuestos
     //
     this.txtValorPuestos.Location = new System.Drawing.Point(440, 216);
     this.txtValorPuestos.Name     = "txtValorPuestos";
     this.txtValorPuestos.ReadOnly = true;
     this.txtValorPuestos.Size     = new System.Drawing.Size(176, 20);
     this.txtValorPuestos.TabIndex = 126;
     this.txtValorPuestos.Text     = "";
     //
     // FrmABMVariables
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(804, 564);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmABMVariables";
     this.Text = "FrmABMVariables";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.groupBoxAplicacion.ResumeLayout(false);
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).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.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSeleccionEstadoDeItems));
     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.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridEX1           = new Janus.Windows.GridEX.GridEX();
     this.panel1            = new System.Windows.Forms.Panel();
     this.comboBox1         = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbStep3           = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.udtFechaEntrega   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label1            = new System.Windows.Forms.Label();
     this.gridManagerView1  = new mz.erp.ui.controls.GridManagerView();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udtFechaEntrega)).BeginInit();
     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(944, 23);
     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(944, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 104);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(944, 318);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridEX1
     //
     this.gridEX1.AllowDrop = true;
     this.gridEX1.AutoEdit  = true;
     this.gridEX1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridEX1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridEX1.GroupByBoxVisible  = false;
     this.gridEX1.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX1.LayoutData         = resources.GetString("gridEX1.LayoutData");
     this.gridEX1.Location           = new System.Drawing.Point(0, 24);
     this.gridEX1.Name     = "gridEX1";
     this.gridEX1.Size     = new System.Drawing.Size(944, 294);
     this.gridEX1.TabIndex = 21;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.udtFechaEntrega);
     this.panel1.Controls.Add(this.gridManagerView1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.label2);
     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(944, 24);
     this.panel1.TabIndex = 26;
     //
     // comboBox1
     //
     this.comboBox1.Location = new System.Drawing.Point(164, 0);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(184, 21);
     this.comboBox1.TabIndex = 26;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 4);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(172, 16);
     this.label2.TabIndex = 28;
     this.label2.Text     = "Aplicar Estado a Todos los Items";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.toolBarButton7,
         this.tbbSiguiente,
         this.tbStep3,
         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(993, 28);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Name       = "tbbAnterior";
     this.tbbAnterior.Text       = "&Anterior";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Name  = "toolBarButton7";
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Name       = "tbbSiguiente";
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbStep3
     //
     this.tbStep3.Name  = "tbStep3";
     this.tbStep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Name       = "tbbCancelar";
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // imglStandar
     //
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     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, "");
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AnimationEnabled = false;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 23;
     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 = 318;
     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.Size     = new System.Drawing.Size(993, 470);
     this.ultraExplorerBar1.TabIndex = 22;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // udtFechaAltaDesde
     //
     this.udtFechaEntrega.Location = new System.Drawing.Point(523, 0);
     this.udtFechaEntrega.Name     = "udtFechaAltaDesde";
     this.udtFechaEntrega.Size     = new System.Drawing.Size(135, 21);
     this.udtFechaEntrega.TabIndex = 29;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(354, 3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(163, 16);
     this.label1.TabIndex = 30;
     this.label1.Text     = "Aplicar Fecha a Todos los Items";
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(673, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(340, 24);
     this.gridManagerView1.TabIndex  = 27;
     this.gridManagerView1.Visible   = false;
     //
     // FrmSeleccionEstadoDeItems
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(993, 498);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSeleccionEstadoDeItems";
     this.Text = "FrmSeleccionEstadoDeItems";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udtFechaEntrega)).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.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarControlCajas));
     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.bNingunoCaja        = new Infragistics.Win.Misc.UltraButton();
     this.bTodosCaja          = new Infragistics.Win.Misc.UltraButton();
     this.gridCajas           = new Janus.Windows.GridEX.GridEX();
     this.label2              = new System.Windows.Forms.Label();
     this.grupoAperturaCierre = new System.Windows.Forms.GroupBox();
     this.radioBTodas         = new System.Windows.Forms.RadioButton();
     this.radioBSoloCerradas  = new System.Windows.Forms.RadioButton();
     this.radioBSoloAbiertas  = new System.Windows.Forms.RadioButton();
     this.dtFechaCierre       = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.dtFechaApertura     = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.lHasta              = new System.Windows.Forms.Label();
     this.lDesde              = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1     = new mz.erp.ui.controls.GridManagerView();
     this.gridResultado        = new Janus.Windows.GridEX.GridEX();
     this.mzGridConfigPanel1   = new mz.erp.ui.controls.mzGridConfigPanel();
     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.toolBarButton7       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton8       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton9       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton10      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton11      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton12      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1       = new System.Windows.Forms.ToolBarButton();
     this.tbbReiniciarFiltros  = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparadorGuardar  = new System.Windows.Forms.ToolBarButton();
     this.tbbGuardar           = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparadorCancelar = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar          = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1    = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridCajas)).BeginInit();
     this.grupoAperturaCierre.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtFechaCierre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtFechaApertura)).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.Location = new System.Drawing.Point(28, -9);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(798, 25);
     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(798, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bNingunoCaja);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.bTodosCaja);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridCajas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.grupoAperturaCierre);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 44);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(894, 260);
     this.ultraExplorerBarContainerControl1.TabIndex = 1;
     //
     // bNingunoCaja
     //
     this.bNingunoCaja.AcceptsFocus = false;
     this.bNingunoCaja.Location     = new System.Drawing.Point(160, 232);
     this.bNingunoCaja.Name         = "bNingunoCaja";
     this.bNingunoCaja.Size         = new System.Drawing.Size(64, 22);
     this.bNingunoCaja.TabIndex     = 11;
     this.bNingunoCaja.TabStop      = false;
     this.bNingunoCaja.Text         = "&Ninguno";
     //
     // bTodosCaja
     //
     this.bTodosCaja.AcceptsFocus = false;
     this.bTodosCaja.Location     = new System.Drawing.Point(96, 232);
     this.bTodosCaja.Name         = "bTodosCaja";
     this.bTodosCaja.Size         = new System.Drawing.Size(64, 22);
     this.bTodosCaja.TabIndex     = 10;
     this.bTodosCaja.TabStop      = false;
     this.bTodosCaja.Text         = "&Todos";
     //
     // gridCajas
     //
     this.gridCajas.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridCajas.GroupByBoxVisible  = false;
     this.gridCajas.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridCajas.Location           = new System.Drawing.Point(8, 104);
     this.gridCajas.Name       = "gridCajas";
     this.gridCajas.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridCajas.Size       = new System.Drawing.Size(296, 128);
     this.gridCajas.TabIndex   = 9;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 88);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(135, 14);
     this.label2.TabIndex  = 12;
     this.label2.Text      = "Cajas";
     //
     // grupoAperturaCierre
     //
     this.grupoAperturaCierre.BackColor = System.Drawing.Color.Transparent;
     this.grupoAperturaCierre.Controls.Add(this.radioBTodas);
     this.grupoAperturaCierre.Controls.Add(this.radioBSoloCerradas);
     this.grupoAperturaCierre.Controls.Add(this.radioBSoloAbiertas);
     this.grupoAperturaCierre.Controls.Add(this.dtFechaCierre);
     this.grupoAperturaCierre.Controls.Add(this.dtFechaApertura);
     this.grupoAperturaCierre.Controls.Add(this.lHasta);
     this.grupoAperturaCierre.Controls.Add(this.lDesde);
     this.grupoAperturaCierre.Location = new System.Drawing.Point(8, 8);
     this.grupoAperturaCierre.Name     = "grupoAperturaCierre";
     this.grupoAperturaCierre.Size     = new System.Drawing.Size(912, 72);
     this.grupoAperturaCierre.TabIndex = 0;
     this.grupoAperturaCierre.TabStop  = false;
     this.grupoAperturaCierre.Text     = "Estado";
     //
     // radioBTodas
     //
     this.radioBTodas.Location = new System.Drawing.Point(56, 46);
     this.radioBTodas.Name     = "radioBTodas";
     this.radioBTodas.Size     = new System.Drawing.Size(168, 16);
     this.radioBTodas.TabIndex = 2;
     this.radioBTodas.Text     = "Todas (abiertas / cerradas)";
     //
     // radioBSoloCerradas
     //
     this.radioBSoloCerradas.Location = new System.Drawing.Point(56, 30);
     this.radioBSoloCerradas.Name     = "radioBSoloCerradas";
     this.radioBSoloCerradas.Size     = new System.Drawing.Size(168, 16);
     this.radioBSoloCerradas.TabIndex = 1;
     this.radioBSoloCerradas.Text     = "Sólo cajas cerradas";
     //
     // radioBSoloAbiertas
     //
     this.radioBSoloAbiertas.Location = new System.Drawing.Point(56, 14);
     this.radioBSoloAbiertas.Name     = "radioBSoloAbiertas";
     this.radioBSoloAbiertas.Size     = new System.Drawing.Size(168, 16);
     this.radioBSoloAbiertas.TabIndex = 0;
     this.radioBSoloAbiertas.Text     = "Sólo cajas abiertas";
     //
     // dtFechaCierre
     //
     dateButton1.Caption = "Today";
     this.dtFechaCierre.DateButtons.Add(dateButton1);
     this.dtFechaCierre.Location          = new System.Drawing.Point(720, 30);
     this.dtFechaCierre.Name              = "dtFechaCierre";
     this.dtFechaCierre.NonAutoSizeHeight = 23;
     this.dtFechaCierre.Size              = new System.Drawing.Size(96, 21);
     this.dtFechaCierre.TabIndex          = 4;
     this.dtFechaCierre.Visible           = false;
     //
     // dtFechaApertura
     //
     dateButton2.Caption = "Today";
     this.dtFechaApertura.DateButtons.Add(dateButton2);
     this.dtFechaApertura.Location          = new System.Drawing.Point(408, 30);
     this.dtFechaApertura.Name              = "dtFechaApertura";
     this.dtFechaApertura.NonAutoSizeHeight = 23;
     this.dtFechaApertura.Size              = new System.Drawing.Size(96, 21);
     this.dtFechaApertura.TabIndex          = 3;
     this.dtFechaApertura.Visible           = false;
     //
     // lHasta
     //
     this.lHasta.BackColor = System.Drawing.Color.Transparent;
     this.lHasta.Location  = new System.Drawing.Point(664, 32);
     this.lHasta.Name      = "lHasta";
     this.lHasta.Size      = new System.Drawing.Size(56, 16);
     this.lHasta.TabIndex  = 8;
     this.lHasta.Text      = "Hasta";
     this.lHasta.Visible   = false;
     //
     // lDesde
     //
     this.lDesde.BackColor = System.Drawing.Color.Transparent;
     this.lDesde.Location  = new System.Drawing.Point(352, 32);
     this.lDesde.Name      = "lDesde";
     this.lDesde.Size      = new System.Drawing.Size(56, 16);
     this.lDesde.TabIndex  = 7;
     this.lDesde.Text      = "Desde";
     this.lDesde.Visible   = false;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzGridConfigPanel1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 363);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(894, 312);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.Color.Transparent;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(960, 24);
     this.gridManagerView1.TabIndex  = 3;
     //
     // 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.HeaderFormatStyle.Appearance = Janus.Windows.GridEX.Appearance.Empty;
     this.gridResultado.HeaderFormatStyle.BackColor  = System.Drawing.Color.Transparent;
     this.gridResultado.InvalidValueAction           = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location    = new System.Drawing.Point(0, 32);
     this.gridResultado.Name        = "gridResultado";
     this.gridResultado.ShowErrors  = false;
     this.gridResultado.Size        = new System.Drawing.Size(894, 280);
     this.gridResultado.TabIndex    = 1;
     this.gridResultado.ThemedAreas = ((Janus.Windows.GridEX.ThemedArea)(((((Janus.Windows.GridEX.ThemedArea.ScrollBars | Janus.Windows.GridEX.ThemedArea.EditControls)
                                                                            | Janus.Windows.GridEX.ThemedArea.Headers)
                                                                           | Janus.Windows.GridEX.ThemedArea.TreeGliphs)
                                                                          | Janus.Windows.GridEX.ThemedArea.ControlBorder)));
     //
     // mzGridConfigPanel1
     //
     this.mzGridConfigPanel1.BackColor     = System.Drawing.SystemColors.InactiveCaptionText;
     this.mzGridConfigPanel1.GridSource    = null;
     this.mzGridConfigPanel1.LayoutDefault = null;
     this.mzGridConfigPanel1.LoadFromFile  = true;
     this.mzGridConfigPanel1.Location      = new System.Drawing.Point(624, 40);
     this.mzGridConfigPanel1.Name          = "mzGridConfigPanel1";
     this.mzGridConfigPanel1.ProcessName   = null;
     this.mzGridConfigPanel1.Size          = new System.Drawing.Size(304, 48);
     this.mzGridConfigPanel1.TabIndex      = 2;
     this.mzGridConfigPanel1.TaskName      = null;
     this.mzGridConfigPanel1.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;
     //
     // 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.toolBarButton7,
         this.toolBarButton8,
         this.toolBarButton9,
         this.toolBarButton10,
         this.toolBarButton11,
         this.toolBarButton12,
         this.toolBarButton1,
         this.tbbReiniciarFiltros,
         this.tbbSeparadorGuardar,
         this.tbbGuardar,
         this.tbbSeparadorCancelar,
         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(960, 28);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 10;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 11;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // toolBarButton7
     //
     this.toolBarButton7.ImageIndex = 0;
     this.toolBarButton7.Visible    = false;
     //
     // toolBarButton8
     //
     this.toolBarButton8.ImageIndex = 1;
     this.toolBarButton8.Visible    = false;
     //
     // toolBarButton9
     //
     this.toolBarButton9.ImageIndex = 2;
     this.toolBarButton9.Visible    = false;
     //
     // toolBarButton10
     //
     this.toolBarButton10.ImageIndex = 3;
     this.toolBarButton10.Visible    = false;
     //
     // toolBarButton11
     //
     this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton12
     //
     this.toolBarButton12.ImageIndex = 2;
     this.toolBarButton12.Text       = "Ejecutar Consulta [F5]";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbReiniciarFiltros
     //
     this.tbbReiniciarFiltros.ImageIndex = 5;
     this.tbbReiniciarFiltros.Text       = "Reiniciar Filtros de Busqueda";
     //
     // tbbSeparadorGuardar
     //
     this.tbbSeparadorGuardar.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbGuardar
     //
     this.tbbGuardar.ImageIndex = 4;
     this.tbbGuardar.Text       = "Guardar";
     //
     // tbbSeparadorCancelar
     //
     this.tbbSeparadorCancelar.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.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     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.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 260;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtros";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 312;
     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(960, 536);
     this.ultraExplorerBar1.TabIndex = 22;
     //
     // FrmConsultarControlCajas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(960, 564);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultarControlCajas";
     this.Text = "FrmConsultarControlCajas";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridCajas)).EndInit();
     this.grupoAperturaCierre.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtFechaCierre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtFechaApertura)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
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);
 }
示例#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.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmTiposDeComprobantes));
     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.gridTiposDeComprobantes           = new Janus.Windows.GridEX.GridEX();
     this.datosGeneralesContainer           = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.radioSignoCtaCteNegativo = new System.Windows.Forms.RadioButton();
     this.radioSignoCtaCtePositivo = new System.Windows.Forms.RadioButton();
     this.txtFamilia  = new System.Windows.Forms.TextBox();
     this.txtMascara  = new System.Windows.Forms.TextBox();
     this.groupBox2   = new System.Windows.Forms.GroupBox();
     this.radioNoVa   = new System.Windows.Forms.RadioButton();
     this.radioDV     = new System.Windows.Forms.RadioButton();
     this.radioBlanco = new System.Windows.Forms.RadioButton();
     this.label6      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.chRequiereCondicionDeVenta = new System.Windows.Forms.CheckBox();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.radioSignoNegativo = new System.Windows.Forms.RadioButton();
     this.radioSignoPositivo = new System.Windows.Forms.RadioButton();
     this.label9             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.txtDescripcion     = new System.Windows.Forms.TextBox();
     this.chActivo           = new System.Windows.Forms.CheckBox();
     this.imglStandar        = new System.Windows.Forms.ImageList(this.components);
     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.ultraExplorerBar1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.gridManagerView1   = new mz.erp.ui.controls.GridManagerView();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridTiposDeComprobantes)).BeginInit();
     this.datosGeneralesContainer.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((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, 18);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(846, 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(846, 32);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridTiposDeComprobantes);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 116);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(846, 256);
     this.ultraExplorerBarContainerControl1.TabIndex = 7;
     //
     // gridTiposDeComprobantes
     //
     this.gridTiposDeComprobantes.AllowCardSizing = false;
     this.gridTiposDeComprobantes.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridTiposDeComprobantes.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridTiposDeComprobantes.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.gridTiposDeComprobantes.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridTiposDeComprobantes.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridTiposDeComprobantes.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridTiposDeComprobantes.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridTiposDeComprobantes.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridTiposDeComprobantes.Location           = new System.Drawing.Point(8, 40);
     this.gridTiposDeComprobantes.Name               = "gridTiposDeComprobantes";
     this.gridTiposDeComprobantes.ScrollBars         = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridTiposDeComprobantes.Size               = new System.Drawing.Size(823, 208);
     this.gridTiposDeComprobantes.TabIndex           = 47;
     this.gridTiposDeComprobantes.TabStop            = false;
     //
     // datosGeneralesContainer
     //
     this.datosGeneralesContainer.Controls.Add(this.groupBox3);
     this.datosGeneralesContainer.Controls.Add(this.txtFamilia);
     this.datosGeneralesContainer.Controls.Add(this.txtMascara);
     this.datosGeneralesContainer.Controls.Add(this.groupBox2);
     this.datosGeneralesContainer.Controls.Add(this.label6);
     this.datosGeneralesContainer.Controls.Add(this.label5);
     this.datosGeneralesContainer.Controls.Add(this.label2);
     this.datosGeneralesContainer.Controls.Add(this.chRequiereCondicionDeVenta);
     this.datosGeneralesContainer.Controls.Add(this.label1);
     this.datosGeneralesContainer.Controls.Add(this.groupBox1);
     this.datosGeneralesContainer.Controls.Add(this.label9);
     this.datosGeneralesContainer.Controls.Add(this.label4);
     this.datosGeneralesContainer.Controls.Add(this.txtDescripcion);
     this.datosGeneralesContainer.Controls.Add(this.chActivo);
     this.datosGeneralesContainer.Location = new System.Drawing.Point(28, 431);
     this.datosGeneralesContainer.Name     = "datosGeneralesContainer";
     this.datosGeneralesContainer.Size     = new System.Drawing.Size(846, 157);
     this.datosGeneralesContainer.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.radioSignoCtaCteNegativo);
     this.groupBox3.Controls.Add(this.radioSignoCtaCtePositivo);
     this.groupBox3.Location = new System.Drawing.Point(320, 92);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(120, 48);
     this.groupBox3.TabIndex = 55;
     this.groupBox3.TabStop  = false;
     //
     // radioSignoCtaCteNegativo
     //
     this.radioSignoCtaCteNegativo.Location = new System.Drawing.Point(8, 27);
     this.radioSignoCtaCteNegativo.Name     = "radioSignoCtaCteNegativo";
     this.radioSignoCtaCteNegativo.Size     = new System.Drawing.Size(104, 16);
     this.radioSignoCtaCteNegativo.TabIndex = 1;
     this.radioSignoCtaCteNegativo.Text     = "Negativo";
     //
     // radioSignoCtaCtePositivo
     //
     this.radioSignoCtaCtePositivo.Checked  = true;
     this.radioSignoCtaCtePositivo.Location = new System.Drawing.Point(8, 12);
     this.radioSignoCtaCtePositivo.Name     = "radioSignoCtaCtePositivo";
     this.radioSignoCtaCtePositivo.Size     = new System.Drawing.Size(104, 16);
     this.radioSignoCtaCtePositivo.TabIndex = 0;
     this.radioSignoCtaCtePositivo.TabStop  = true;
     this.radioSignoCtaCtePositivo.Text     = "Positivo";
     //
     // txtFamilia
     //
     this.txtFamilia.Location = new System.Drawing.Point(128, 50);
     this.txtFamilia.Name     = "txtFamilia";
     this.txtFamilia.Size     = new System.Drawing.Size(345, 20);
     this.txtFamilia.TabIndex = 54;
     this.txtFamilia.Text     = "";
     //
     // txtMascara
     //
     this.txtMascara.Location = new System.Drawing.Point(128, 28);
     this.txtMascara.Name     = "txtMascara";
     this.txtMascara.Size     = new System.Drawing.Size(345, 20);
     this.txtMascara.TabIndex = 53;
     this.txtMascara.Text     = "";
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.radioNoVa);
     this.groupBox2.Controls.Add(this.radioDV);
     this.groupBox2.Controls.Add(this.radioBlanco);
     this.groupBox2.Location = new System.Drawing.Point(544, 92);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(120, 64);
     this.groupBox2.TabIndex = 52;
     this.groupBox2.TabStop  = false;
     //
     // radioNoVa
     //
     this.radioNoVa.Location = new System.Drawing.Point(8, 40);
     this.radioNoVa.Name     = "radioNoVa";
     this.radioNoVa.Size     = new System.Drawing.Size(104, 16);
     this.radioNoVa.TabIndex = 2;
     this.radioNoVa.Text     = "No va a Cta Cte";
     //
     // radioDV
     //
     this.radioDV.Location = new System.Drawing.Point(8, 27);
     this.radioDV.Name     = "radioDV";
     this.radioDV.Size     = new System.Drawing.Size(104, 16);
     this.radioDV.TabIndex = 1;
     this.radioDV.Text     = "DV";
     //
     // radioBlanco
     //
     this.radioBlanco.Checked  = true;
     this.radioBlanco.Location = new System.Drawing.Point(8, 12);
     this.radioBlanco.Name     = "radioBlanco";
     this.radioBlanco.Size     = new System.Drawing.Size(104, 16);
     this.radioBlanco.TabIndex = 0;
     this.radioBlanco.TabStop  = true;
     this.radioBlanco.Text     = "Blanco";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(512, 80);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(176, 16);
     this.label6.TabIndex  = 51;
     this.label6.Text      = "Tipo Cuenta Corriente";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(288, 80);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(176, 16);
     this.label5.TabIndex  = 50;
     this.label5.Text      = "Signo Cuenta Corriente";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(24, 50);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 49;
     this.label2.Text      = "Familia";
     //
     // chRequiereCondicionDeVenta
     //
     this.chRequiereCondicionDeVenta.BackColor   = System.Drawing.Color.Transparent;
     this.chRequiereCondicionDeVenta.Checked     = true;
     this.chRequiereCondicionDeVenta.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.chRequiereCondicionDeVenta.Location    = new System.Drawing.Point(512, 28);
     this.chRequiereCondicionDeVenta.Name        = "chRequiereCondicionDeVenta";
     this.chRequiereCondicionDeVenta.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chRequiereCondicionDeVenta.Size        = new System.Drawing.Size(176, 16);
     this.chRequiereCondicionDeVenta.TabIndex    = 48;
     this.chRequiereCondicionDeVenta.Text        = "Requiere Condicion de Venta";
     this.chRequiereCondicionDeVenta.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(24, 80);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 16);
     this.label1.TabIndex  = 47;
     this.label1.Text      = "Signo";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.radioSignoNegativo);
     this.groupBox1.Controls.Add(this.radioSignoPositivo);
     this.groupBox1.Location = new System.Drawing.Point(65, 92);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(120, 48);
     this.groupBox1.TabIndex = 46;
     this.groupBox1.TabStop  = false;
     //
     // radioSignoNegativo
     //
     this.radioSignoNegativo.Location = new System.Drawing.Point(8, 27);
     this.radioSignoNegativo.Name     = "radioSignoNegativo";
     this.radioSignoNegativo.Size     = new System.Drawing.Size(104, 16);
     this.radioSignoNegativo.TabIndex = 1;
     this.radioSignoNegativo.Text     = "Negativo";
     //
     // radioSignoPositivo
     //
     this.radioSignoPositivo.Checked  = true;
     this.radioSignoPositivo.Location = new System.Drawing.Point(8, 12);
     this.radioSignoPositivo.Name     = "radioSignoPositivo";
     this.radioSignoPositivo.Size     = new System.Drawing.Size(104, 16);
     this.radioSignoPositivo.TabIndex = 0;
     this.radioSignoPositivo.TabStop  = true;
     this.radioSignoPositivo.Text     = "Positivo";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(24, 28);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 16);
     this.label9.TabIndex  = 44;
     this.label9.Text      = "Mascara";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(24, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 43;
     this.label4.Text      = "Descripción";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(128, 8);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(345, 20);
     this.txtDescripcion.TabIndex = 42;
     this.txtDescripcion.Text     = "";
     //
     // 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(512, 8);
     this.chActivo.Name        = "chActivo";
     this.chActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chActivo.Size        = new System.Drawing.Size(176, 16);
     this.chActivo.TabIndex    = 41;
     this.chActivo.Text        = "Activo";
     this.chActivo.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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;
     //
     // 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(912, 28);
     this.toolBar1.TabIndex       = 23;
     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";
     //
     // 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       = "Tipos De Comprobantes";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 256;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Tipos De Comprobantes";
     ultraExplorerBarGroup2.Visible   = false;
     ultraExplorerBarGroup3.Container = this.datosGeneralesContainer;
     ultraExplorerBarGroup3.Enabled   = false;
     ultraExplorerBarGroup3.Key       = "Comprobante";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 157;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text    = "Comprobante";
     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(912, 594);
     this.ultraExplorerBar1.TabIndex = 24;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(8, 8);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(384, 24);
     this.gridManagerView1.TabIndex  = 48;
     //
     // FrmAbmTiposDeComprobantes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 622);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBar1);
     this.Name = "FrmAbmTiposDeComprobantes";
     this.Text = "FrmAbmTiposDeComprobantes";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridTiposDeComprobantes)).EndInit();
     this.datosGeneralesContainer.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.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();
     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);
 }
示例#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(FrmSeleccionEstadoDeItems));
     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.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridEX1           = new Janus.Windows.GridEX.GridEX();
     this.panel1            = new System.Windows.Forms.Panel();
     this.gridManagerView1  = new mz.erp.ui.controls.GridManagerView();
     this.comboBox1         = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbStep3           = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     this.panel1.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(887, 23);
     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(887, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 106);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(887, 318);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridEX1
     //
     this.gridEX1.AllowDrop = true;
     this.gridEX1.AutoEdit  = true;
     this.gridEX1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridEX1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridEX1.GroupByBoxVisible  = false;
     this.gridEX1.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX1.LayoutData         = @"<GridEXLayoutData><RootTable><Columns Collection=""true""><Column0 ID=""Column1""><FormatString>c</FormatString><Key>Column1</Key><Position>0</Position><Width>81</Width></Column0></Columns><GroupCondition ID="""" /><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>0</ColIndex><SortOrder>Descending</SortOrder></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridEX1.Location           = new System.Drawing.Point(0, 24);
     this.gridEX1.Name     = "gridEX1";
     this.gridEX1.Size     = new System.Drawing.Size(887, 294);
     this.gridEX1.TabIndex = 21;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.gridManagerView1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.label2);
     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(887, 24);
     this.panel1.TabIndex = 26;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(364, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(340, 24);
     this.gridManagerView1.TabIndex  = 27;
     this.gridManagerView1.Visible   = false;
     //
     // comboBox1
     //
     this.comboBox1.Location = new System.Drawing.Point(164, 0);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(184, 21);
     this.comboBox1.TabIndex = 26;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 4);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(172, 16);
     this.label2.TabIndex = 28;
     this.label2.Text     = "Aplicar Estado a Todos los Items";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.toolBarButton7,
         this.tbbSiguiente,
         this.tbStep3,
         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(936, 28);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbStep3
     //
     this.tbStep3.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;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 23;
     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 = 318;
     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.Size     = new System.Drawing.Size(936, 470);
     this.ultraExplorerBar1.TabIndex = 22;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmSeleccionEstadoDeItems
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(936, 498);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSeleccionEstadoDeItems";
     this.Text = "FrmSeleccionEstadoDeItems";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((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.components = new System.ComponentModel.Container();
			Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
			Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarLibroIVA));
			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.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.lblTarea = new System.Windows.Forms.Label();
			this.ContainerFiltro = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.PeriodoHasta = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
			this.PeriodoDesde = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.gridResultado = new Janus.Windows.GridEX.GridEX();
			this.gridManagerView1 = new mz.erp.ui.controls.GridManagerView();
			this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.richInfoComprobante = new HtmlRichText.HtmlRichTextBox();
			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.tbbConsultar = new System.Windows.Forms.ToolBarButton();
			this.tbbSeparador11 = new System.Windows.Forms.ToolBarButton();
			this.tbbReiniciarFiltros = new System.Windows.Forms.ToolBarButton();
			this.tbbSeparator3 = new System.Windows.Forms.ToolBarButton();
			this.tbbCancelar = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
			this.ultraExplorerBarContainerControl4.SuspendLayout();
			this.ContainerFiltro.SuspendLayout();
			this.ultraExplorerBarContainerControl3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
			this.ultraExplorerBarContainerControl5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
			this.ultraExplorerBar1.SuspendLayout();
			this.SuspendLayout();
			// 
			// ultraExplorerBarContainerControl4
			// 
			this.ultraExplorerBarContainerControl4.Controls.Add(this.lblTarea);
			this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 24);
			this.ultraExplorerBarContainerControl4.Name = "ultraExplorerBarContainerControl4";
			this.ultraExplorerBarContainerControl4.Size = new System.Drawing.Size(886, 28);
			this.ultraExplorerBarContainerControl4.TabIndex = 2;
			// 
			// lblTarea
			// 
			this.lblTarea.BackColor = System.Drawing.Color.Transparent;
			this.lblTarea.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblTarea.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblTarea.Location = new System.Drawing.Point(0, 0);
			this.lblTarea.Name = "lblTarea";
			this.lblTarea.Size = new System.Drawing.Size(886, 23);
			this.lblTarea.TabIndex = 2;
			this.lblTarea.Text = "Tarea";
			this.lblTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// ContainerFiltro
			// 
			this.ContainerFiltro.Controls.Add(this.PeriodoHasta);
			this.ContainerFiltro.Controls.Add(this.PeriodoDesde);
			this.ContainerFiltro.Controls.Add(this.label7);
			this.ContainerFiltro.Controls.Add(this.label6);
			this.ContainerFiltro.Location = new System.Drawing.Point(28, 111);
			this.ContainerFiltro.Name = "ContainerFiltro";
			this.ContainerFiltro.Size = new System.Drawing.Size(886, 50);
			this.ContainerFiltro.TabIndex = 0;
			// 
			// PeriodoHasta
			// 
			appearance1.TextHAlign = Infragistics.Win.HAlign.Right;
			this.PeriodoHasta.Appearance = appearance1;
			this.PeriodoHasta.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
			this.PeriodoHasta.InputMask = "mm/yyyy";
			this.PeriodoHasta.Location = new System.Drawing.Point(96, 24);
			this.PeriodoHasta.Name = "PeriodoHasta";
			this.PeriodoHasta.Size = new System.Drawing.Size(88, 20);
			this.PeriodoHasta.TabIndex = 1;
			this.PeriodoHasta.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
			this.PeriodoHasta.Text = "--";
			// 
			// PeriodoDesde
			// 
			appearance2.TextHAlign = Infragistics.Win.HAlign.Right;
			this.PeriodoDesde.Appearance = appearance2;
			this.PeriodoDesde.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
			this.PeriodoDesde.InputMask = "mm/yyyy";
			this.PeriodoDesde.Location = new System.Drawing.Point(96, 0);
			this.PeriodoDesde.Name = "PeriodoDesde";
			this.PeriodoDesde.Size = new System.Drawing.Size(88, 20);
			this.PeriodoDesde.TabIndex = 0;
			this.PeriodoDesde.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
			this.PeriodoDesde.Text = "--";
			// 
			// label7
			// 
			this.label7.BackColor = System.Drawing.Color.Transparent;
			this.label7.Location = new System.Drawing.Point(8, 0);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(88, 21);
			this.label7.TabIndex = 114;
			this.label7.Tag = "FechaDesde";
			this.label7.Text = "Período Desde";
			// 
			// label6
			// 
			this.label6.BackColor = System.Drawing.Color.Transparent;
			this.label6.Location = new System.Drawing.Point(8, 25);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(80, 16);
			this.label6.TabIndex = 8;
			this.label6.Tag = "FechaHasta";
			this.label6.Text = "Período Hasta";
			// 
			// ultraExplorerBarContainerControl3
			// 
			this.ultraExplorerBarContainerControl3.Controls.Add(this.gridResultado);
			this.ultraExplorerBarContainerControl3.Controls.Add(this.gridManagerView1);
			this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 220);
			this.ultraExplorerBarContainerControl3.Name = "ultraExplorerBarContainerControl3";
			this.ultraExplorerBarContainerControl3.Size = new System.Drawing.Size(886, 296);
			this.ultraExplorerBarContainerControl3.TabIndex = 1;
			// 
			// 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, 24);
			this.gridResultado.Name = "gridResultado";
			this.gridResultado.Size = new System.Drawing.Size(886, 272);
			this.gridResultado.TabIndex = 0;
			// 
			// gridManagerView1
			// 
			this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
			this.gridManagerView1.Location = new System.Drawing.Point(0, 0);
			this.gridManagerView1.Name = "gridManagerView1";
			this.gridManagerView1.Size = new System.Drawing.Size(864, 24);
			this.gridManagerView1.TabIndex = 119;
			// 
			// ultraExplorerBarContainerControl5
			// 
			this.ultraExplorerBarContainerControl5.Controls.Add(this.richInfoComprobante);
			this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 386);
			this.ultraExplorerBarContainerControl5.Name = "ultraExplorerBarContainerControl5";
			this.ultraExplorerBarContainerControl5.Size = new System.Drawing.Size(886, 150);
			this.ultraExplorerBarContainerControl5.TabIndex = 4;
			this.ultraExplorerBarContainerControl5.Visible = false;
			// 
			// richInfoComprobante
			// 
			this.richInfoComprobante.Dock = System.Windows.Forms.DockStyle.Fill;
			this.richInfoComprobante.Location = new System.Drawing.Point(0, 0);
			this.richInfoComprobante.Name = "richInfoComprobante";
			this.richInfoComprobante.Size = new System.Drawing.Size(886, 150);
			this.richInfoComprobante.TabIndex = 0;
			this.richInfoComprobante.Text = "";
			// 
			// imglStandar
			// 
			this.imglStandar.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit;
			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.tbbConsultar,
																							  this.tbbSeparador11,
																							  this.tbbReiniciarFiltros,
																							  this.tbbSeparator3,
																							  this.tbbCancelar,
																							  this.toolBarButton2});
			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 = 22;
			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;
			// 
			// tbbConsultar
			// 
			this.tbbConsultar.ImageIndex = 2;
			this.tbbConsultar.Text = "Ejecutar Consulta[F5]";
			// 
			// tbbSeparador11
			// 
			this.tbbSeparador11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbbReiniciarFiltros
			// 
			this.tbbReiniciarFiltros.ImageIndex = 5;
			this.tbbReiniciarFiltros.Text = "Reiniciar Filtros de Busqueda";
			// 
			// tbbSeparator3
			// 
			this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbbCancelar
			// 
			this.tbbCancelar.ImageIndex = 7;
			this.tbbCancelar.Text = "&Cancelar";
			// 
			// ultraExplorerBar1
			// 
			this.ultraExplorerBar1.Controls.Add(this.ContainerFiltro);
			this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
			this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
			this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
			this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill;
			ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
			ultraExplorerBarGroup1.Key = "Tarea";
			ultraExplorerBarGroup1.Settings.ContainerHeight = 28;
			ultraExplorerBarGroup1.Settings.HeaderVisible = Infragistics.Win.DefaultableBoolean.False;
			ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup1.Text = "Tarea";
			ultraExplorerBarGroup2.Container = this.ContainerFiltro;
			ultraExplorerBarGroup2.Key = "FiltroInicial";
			ultraExplorerBarGroup2.Settings.ContainerHeight = 50;
			ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup2.Text = "Filtro Inicial";
			ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
			ultraExplorerBarGroup3.Key = "Resultado";
			ultraExplorerBarGroup3.Settings.ContainerHeight = 296;
			ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup3.Text = "Resultado";
			ultraExplorerBarGroup4.Container = this.ultraExplorerBarContainerControl5;
			ultraExplorerBarGroup4.Key = "Detalle";
			ultraExplorerBarGroup4.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup4.Text = "Detalle";
			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(952, 418);
			this.ultraExplorerBar1.TabIndex = 23;
			this.ultraExplorerBar1.TabStop = false;
			// 
			// FrmConsultarLibroIVA
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(952, 446);
			this.Controls.Add(this.ultraExplorerBar1);
			this.Controls.Add(this.toolBarStandar);
			this.Name = "FrmConsultarLibroIVA";
			this.Text = "FrmConsultarLibroIVA";
			this.ultraExplorerBarContainerControl4.ResumeLayout(false);
			this.ContainerFiltro.ResumeLayout(false);
			this.ultraExplorerBarContainerControl3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
			this.ultraExplorerBarContainerControl5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
			this.ultraExplorerBar1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#13
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1            = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
            Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2            = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
            System.ComponentModel.ComponentResourceManager             resources              = new System.ComponentModel.ComponentResourceManager(typeof(FrmComprobantesPendientesConsolaEntregas));
            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.uccFechaDesde = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
            this.label7        = new System.Windows.Forms.Label();
            this.uccFechaHasta = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
            this.label6        = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.gridManagerView1                  = new mz.erp.ui.controls.GridManagerView();
            this.htmlComprobantesEntrega           = new HtmlRichText.HtmlRichTextBox();
            this.gridComprobantesEntrega           = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.htmlPreComprobantes               = new HtmlRichText.HtmlRichTextBox();
            this.gridPreComprobantes               = new Janus.Windows.GridEX.GridEX();
            this.gridManagerView2                  = new mz.erp.ui.controls.GridManagerView();
            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.tbbRefresh        = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
            this.tbbReiniciar      = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton2    = 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.contextMenu1      = new System.Windows.Forms.ContextMenu();
            this.Detalles          = new System.Windows.Forms.MenuItem();
            this.contextMenu2      = new System.Windows.Forms.ContextMenu();
            this.menuItem1         = new System.Windows.Forms.MenuItem();
            this.mzCmbCuenta       = new mz.erp.ui.controls.mzCuentasControl();
            this.label1            = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uccFechaDesde)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uccFechaHasta)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridComprobantesEntrega)).BeginInit();
            this.ultraExplorerBarContainerControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridPreComprobantes)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uccFechaDesde);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uccFechaHasta);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 47);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(913, 53);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // uccFechaDesde
            //
            this.uccFechaDesde.BackColor = System.Drawing.SystemColors.Window;
            this.uccFechaDesde.DateButtons.Add(dateButton1);
            this.uccFechaDesde.Location          = new System.Drawing.Point(96, 5);
            this.uccFechaDesde.Name              = "uccFechaDesde";
            this.uccFechaDesde.NonAutoSizeHeight = 23;
            this.uccFechaDesde.Size              = new System.Drawing.Size(96, 21);
            this.uccFechaDesde.TabIndex          = 0;
            this.uccFechaDesde.Value             = new System.DateTime(2006, 3, 7, 0, 0, 0, 0);
            //
            // label7
            //
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Location  = new System.Drawing.Point(24, 7);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(72, 16);
            this.label7.TabIndex  = 59;
            this.label7.Text      = "Fecha Desde";
            //
            // uccFechaHasta
            //
            this.uccFechaHasta.BackColor = System.Drawing.SystemColors.Window;
            this.uccFechaHasta.DateButtons.Add(dateButton2);
            this.uccFechaHasta.Location          = new System.Drawing.Point(280, 5);
            this.uccFechaHasta.Name              = "uccFechaHasta";
            this.uccFechaHasta.NonAutoSizeHeight = 23;
            this.uccFechaHasta.Size              = new System.Drawing.Size(96, 21);
            this.uccFechaHasta.TabIndex          = 1;
            this.uccFechaHasta.Value             = new System.DateTime(2006, 3, 7, 0, 0, 0, 0);
            //
            // label6
            //
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Location  = new System.Drawing.Point(208, 7);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(80, 16);
            this.label6.TabIndex  = 57;
            this.label6.Text      = "Fecha Hasta";
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.htmlComprobantesEntrega);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridComprobantesEntrega);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 157);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(913, 199);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // 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(913, 24);
            this.gridManagerView1.TabIndex  = 2;
            //
            // htmlComprobantesEntrega
            //
            this.htmlComprobantesEntrega.Location = new System.Drawing.Point(360, 24);
            this.htmlComprobantesEntrega.Name     = "htmlComprobantesEntrega";
            this.htmlComprobantesEntrega.ReadOnly = true;
            this.htmlComprobantesEntrega.Size     = new System.Drawing.Size(560, 168);
            this.htmlComprobantesEntrega.TabIndex = 1;
            this.htmlComprobantesEntrega.Text     = "";
            this.htmlComprobantesEntrega.WordWrap = false;
            //
            // gridComprobantesEntrega
            //
            this.gridComprobantesEntrega.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridComprobantesEntrega.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridComprobantesEntrega.GroupByBoxVisible  = false;
            this.gridComprobantesEntrega.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridComprobantesEntrega.Location           = new System.Drawing.Point(3, 24);
            this.gridComprobantesEntrega.Name     = "gridComprobantesEntrega";
            this.gridComprobantesEntrega.Size     = new System.Drawing.Size(349, 168);
            this.gridComprobantesEntrega.TabIndex = 0;
            //
            // ultraExplorerBarContainerControl3
            //
            this.ultraExplorerBarContainerControl3.Controls.Add(this.htmlPreComprobantes);
            this.ultraExplorerBarContainerControl3.Controls.Add(this.gridPreComprobantes);
            this.ultraExplorerBarContainerControl3.Controls.Add(this.gridManagerView2);
            this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 413);
            this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
            this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(913, 194);
            this.ultraExplorerBarContainerControl3.TabIndex = 2;
            //
            // htmlPreComprobantes
            //
            this.htmlPreComprobantes.Location = new System.Drawing.Point(360, 24);
            this.htmlPreComprobantes.Name     = "htmlPreComprobantes";
            this.htmlPreComprobantes.ReadOnly = true;
            this.htmlPreComprobantes.Size     = new System.Drawing.Size(560, 168);
            this.htmlPreComprobantes.TabIndex = 1;
            this.htmlPreComprobantes.Text     = "";
            this.htmlPreComprobantes.WordWrap = false;
            //
            // gridPreComprobantes
            //
            this.gridPreComprobantes.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridPreComprobantes.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridPreComprobantes.GroupByBoxVisible  = false;
            this.gridPreComprobantes.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridPreComprobantes.Location           = new System.Drawing.Point(3, 24);
            this.gridPreComprobantes.Name     = "gridPreComprobantes";
            this.gridPreComprobantes.Size     = new System.Drawing.Size(349, 168);
            this.gridPreComprobantes.TabIndex = 0;
            //
            // gridManagerView2
            //
            this.gridManagerView2.BackColor = System.Drawing.SystemColors.Control;
            this.gridManagerView2.Dock      = System.Windows.Forms.DockStyle.Top;
            this.gridManagerView2.Location  = new System.Drawing.Point(0, 0);
            this.gridManagerView2.Name      = "gridManagerView2";
            this.gridManagerView2.Size      = new System.Drawing.Size(913, 24);
            this.gridManagerView2.TabIndex  = 2;
            //
            // 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(979, 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.tbbRefresh,
                this.toolBarButton1,
                this.tbbReiniciar,
                this.toolBarButton2,
                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(979, 28);
            this.toolBarStandar.TabIndex       = 19;
            this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
            //
            // tbbAnterior
            //
            this.tbbAnterior.ImageIndex = 9;
            this.tbbAnterior.Name       = "tbbAnterior";
            this.tbbAnterior.Text       = "&Anterior";
            //
            // tbbSeparator
            //
            this.tbbSeparator.Name  = "tbbSeparator";
            this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbbSiguiente
            //
            this.tbbSiguiente.ImageIndex = 8;
            this.tbbSiguiente.Name       = "tbbSiguiente";
            this.tbbSiguiente.Text       = "&Siguiente";
            //
            // tbbSeparator2
            //
            this.tbbSeparator2.Name  = "tbbSeparator2";
            this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbbRefresh
            //
            this.tbbRefresh.ImageIndex = 2;
            this.tbbRefresh.Name       = "tbbRefresh";
            this.tbbRefresh.Text       = "Ejecutar Consulta[F5]";
            //
            // toolBarButton1
            //
            this.toolBarButton1.Name  = "toolBarButton1";
            this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbbReiniciar
            //
            this.tbbReiniciar.Enabled    = false;
            this.tbbReiniciar.ImageIndex = 5;
            this.tbbReiniciar.Name       = "tbbReiniciar";
            this.tbbReiniciar.Text       = "Reiniciar Filtros de Busqueda";
            //
            // toolBarButton2
            //
            this.toolBarButton2.Name  = "toolBarButton2";
            this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbbCancelar
            //
            this.tbbCancelar.ImageIndex = 7;
            this.tbbCancelar.Name       = "tbbCancelar";
            this.tbbCancelar.Text       = "Cancelar";
            //
            // imglStandar
            //
            this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
            this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
            //German 20120413 - Tarea 0000247

            /*
             * 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, "");
             * */
            //Fin German 20120413 - Tarea 0000247
            //
            // 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(979, 478);
            this.panel2.TabIndex = 1;
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.AnimationEnabled = false;
            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.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Key       = "Filtros";
            ultraExplorerBarGroup1.Settings.ContainerHeight = 53;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Filtros";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup2.Key       = "ComprobantesPrincipales";
            ultraExplorerBarGroup2.Settings.ContainerHeight = 199;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text      = "Pendientes de Entrega";
            ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
            ultraExplorerBarGroup3.Key       = "ComprobantesSecundarios";
            ultraExplorerBarGroup3.Settings.ContainerHeight = 194;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text = "Pendientes de Preparado";
            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.Size     = new System.Drawing.Size(979, 478);
            this.ultraExplorerBar1.TabIndex = 0;
            this.ultraExplorerBar1.TabStop  = false;
            //
            // contextMenu1
            //
            this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.Detalles
            });
            //
            // Detalles
            //
            this.Detalles.Index = 0;
            this.Detalles.Text  = "Ver detalles";
            //
            // contextMenu2
            //
            this.contextMenu2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1
            });
            //
            // menuItem1
            //
            this.menuItem1.Index = 0;
            this.menuItem1.Text  = "Ver detalles";
            //
            // mzCmbCuenta
            //
            this.mzCmbCuenta.AllowEditClientePaso = false;
            this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmbCuenta.DataValue            = "";
            this.mzCmbCuenta.EnableCtaCte         = false;
            this.mzCmbCuenta.FastSearch           = false;
            this.mzCmbCuenta.Location             = new System.Drawing.Point(95, 27);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.ReseteaCodCta        = false;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(512, 22);
            this.mzCmbCuenta.TabIndex             = 2;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(25, 31);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(64, 24);
            this.label1.TabIndex  = 112;
            this.label1.Text      = "Cuenta";
            //
            // FrmComprobantesPendientesConsolaEntregas
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(979, 510);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "FrmComprobantesPendientesConsolaEntregas";
            this.Text = "FrmComprobantesPendientesConsolaEntregas";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            this.ultraExplorerBarContainerControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uccFechaDesde)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uccFechaHasta)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridComprobantesEntrega)).EndInit();
            this.ultraExplorerBarContainerControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridPreComprobantes)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((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(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);
 }
 /// <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(FrmVisualizacionCuentaCorrienteGeneral));
     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.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label2    = new System.Windows.Forms.Label();
     this.udteHasta = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraExplorerBarContainerControlClientes = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.hierarchicalSearchControlClientes        = new mz.erp.ui.controls.HierarchicalSearchControl();
     this.ultraExplorerBarContainerControl2        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1   = new mz.erp.ui.controls.GridManagerView();
     this.gridEX1            = new Janus.Windows.GridEX.GridEX();
     this.contextMenu1       = new System.Windows.Forms.ContextMenu();
     this.Detalles           = new System.Windows.Forms.MenuItem();
     this.toolBarStandar     = new System.Windows.Forms.ToolBar();
     this.tbbAnterior        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3     = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4     = new System.Windows.Forms.ToolBarButton();
     this.tbbVerCtaCte       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1     = new System.Windows.Forms.ToolBarButton();
     this.tbbImprimir        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2     = new System.Windows.Forms.ToolBarButton();
     this.tbbVerAsociaciones = 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();
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).BeginInit();
     this.ultraExplorerBarContainerControlClientes.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).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(871, 24);
     this.ultraExplorerBarContainerControl4.TabIndex = 3;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(871, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.udteHasta);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(871, 21);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 24);
     this.label2.TabIndex  = 81;
     this.label2.Text      = "Hasta:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // udteHasta
     //
     this.udteHasta.Location = new System.Drawing.Point(112, 0);
     this.udteHasta.Name     = "udteHasta";
     this.udteHasta.Size     = new System.Drawing.Size(216, 21);
     this.udteHasta.TabIndex = 0;
     //
     // ultraExplorerBarContainerControlClientes
     //
     this.ultraExplorerBarContainerControlClientes.Controls.Add(this.hierarchicalSearchControlClientes);
     this.ultraExplorerBarContainerControlClientes.Location = new System.Drawing.Point(28, 187);
     this.ultraExplorerBarContainerControlClientes.Name     = "ultraExplorerBarContainerControlClientes";
     this.ultraExplorerBarContainerControlClientes.Size     = new System.Drawing.Size(871, 104);
     this.ultraExplorerBarContainerControlClientes.TabIndex = 4;
     //
     // hierarchicalSearchControlClientes
     //
     this.hierarchicalSearchControlClientes.BackColor = System.Drawing.Color.Transparent;
     this.hierarchicalSearchControlClientes.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.hierarchicalSearchControlClientes.Location  = new System.Drawing.Point(35, 8);
     this.hierarchicalSearchControlClientes.Name      = "hierarchicalSearchControlClientes";
     this.hierarchicalSearchControlClientes.Size      = new System.Drawing.Size(784, 88);
     this.hierarchicalSearchControlClientes.TabIndex  = 56;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 227);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(871, 255);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridManagerView1
     //
     this.gridManagerView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.gridManagerView1.BackColor = System.Drawing.Color.Transparent;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 8);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(872, 24);
     this.gridManagerView1.TabIndex  = 7;
     //
     // gridEX1
     //
     this.gridEX1.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AlternatingColors = true;
     this.gridEX1.Anchor            = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.gridEX1.ContextMenu = this.contextMenu1;
     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, 40);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigator                 = true;
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(872, 208);
     this.gridEX1.TabIndex                        = 6;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.Detalles
     });
     this.contextMenu1.Popup += new System.EventHandler(this.contextMenu1_Popup);
     //
     // Detalles
     //
     this.Detalles.Index  = 0;
     this.Detalles.Text   = "Ver detalle";
     this.Detalles.Click += new System.EventHandler(this.Detalles_Click);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.toolBarButton3,
         this.tbbSiguiente,
         this.toolBarButton4,
         this.tbbVerCtaCte,
         this.toolBarButton1,
         this.tbbImprimir,
         this.toolBarButton2,
         this.tbbVerAsociaciones
     });
     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       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "Anterior";
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbVerCtaCte
     //
     this.tbbVerCtaCte.ImageIndex = 6;
     this.tbbVerCtaCte.Text       = "Detalle &Cta Cte";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbImprimir
     //
     this.tbbImprimir.ImageIndex = 4;
     this.tbbImprimir.Text       = "&Imprimir";
     this.tbbImprimir.Visible    = false;
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton2.Visible = false;
     //
     // tbbVerAsociaciones
     //
     this.tbbVerAsociaciones.Text = "Ver Cta. Cte.";
     //
     // 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.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControlClientes);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 21;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtros";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControlClientes;
     ultraExplorerBarGroup3.Expanded  = false;
     ultraExplorerBarGroup3.Key       = "Jerarquia";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 104;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text      = "Jerarquia Clientes";
     ultraExplorerBarGroup4.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup4.Settings.ContainerHeight = 255;
     ultraExplorerBarGroup4.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup4.Text = "Detalle";
     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(920, 642);
     this.ultraExplorerBar1.TabIndex = 78;
     //
     // FrmVisualizacionCuentaCorrienteGeneral
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 670);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.KeyPreview = true;
     this.Name       = "FrmVisualizacionCuentaCorrienteGeneral";
     this.Text       = "Cuenta Corriente";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).EndInit();
     this.ultraExplorerBarContainerControlClientes.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.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.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(mzPersonasSearchForm));
     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.chkHabilitarActivo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkActivo          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.txtEmail           = new System.Windows.Forms.TextBox();
     this.txtTelefonos       = new System.Windows.Forms.TextBox();
     this.txtNombre          = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.labelNombre        = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     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.gridEx                   = new Janus.Windows.GridEX.GridEX();
     this.contextMenu1             = new System.Windows.Forms.ContextMenu();
     this.menuItemExportarExcel    = new System.Windows.Forms.MenuItem();
     this.menuItem1                = new System.Windows.Forms.MenuItem();
     this.menuItemVerDetalleVentas = new System.Windows.Forms.MenuItem();
     this.menuItemVerObservaciones = new System.Windows.Forms.MenuItem();
     this.menuItemVerCtaCte        = new System.Windows.Forms.MenuItem();
     this.imglStandar              = new System.Windows.Forms.ImageList(this.components);
     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();
     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.chkHabilitarActivo);
     this.utpFiltroPrincipal.Controls.Add(this.chkActivo);
     this.utpFiltroPrincipal.Controls.Add(this.txtEmail);
     this.utpFiltroPrincipal.Controls.Add(this.txtTelefonos);
     this.utpFiltroPrincipal.Controls.Add(this.txtNombre);
     this.utpFiltroPrincipal.Controls.Add(this.label3);
     this.utpFiltroPrincipal.Controls.Add(this.labelNombre);
     this.utpFiltroPrincipal.Controls.Add(this.label2);
     this.utpFiltroPrincipal.Location = new System.Drawing.Point(1, 23);
     this.utpFiltroPrincipal.Name     = "utpFiltroPrincipal";
     this.utpFiltroPrincipal.Size     = new System.Drawing.Size(898, 109);
     //
     // chkHabilitarActivo
     //
     this.chkHabilitarActivo.BackColor       = System.Drawing.Color.Transparent;
     this.chkHabilitarActivo.Location        = new System.Drawing.Point(88, 80);
     this.chkHabilitarActivo.Name            = "chkHabilitarActivo";
     this.chkHabilitarActivo.Size            = new System.Drawing.Size(128, 16);
     this.chkHabilitarActivo.TabIndex        = 4;
     this.chkHabilitarActivo.Text            = "Habilitar";
     this.chkHabilitarActivo.CheckedChanged += new System.EventHandler(this.chkHabilitarActivo_CheckedChanged);
     //
     // chkActivo
     //
     this.chkActivo.BackColor = System.Drawing.Color.Transparent;
     this.chkActivo.Enabled   = false;
     this.chkActivo.Location  = new System.Drawing.Point(8, 80);
     this.chkActivo.Name      = "chkActivo";
     this.chkActivo.Size      = new System.Drawing.Size(56, 16);
     this.chkActivo.TabIndex  = 3;
     this.chkActivo.Text      = "Activo";
     //
     // txtEmail
     //
     this.txtEmail.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtEmail.Location        = new System.Drawing.Point(88, 56);
     this.txtEmail.Name            = "txtEmail";
     this.txtEmail.Size            = new System.Drawing.Size(272, 20);
     this.txtEmail.TabIndex        = 2;
     this.txtEmail.Text            = "";
     //
     // txtTelefonos
     //
     this.txtTelefonos.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTelefonos.Location        = new System.Drawing.Point(88, 32);
     this.txtTelefonos.Name            = "txtTelefonos";
     this.txtTelefonos.Size            = new System.Drawing.Size(272, 20);
     this.txtTelefonos.TabIndex        = 1;
     this.txtTelefonos.Text            = "";
     //
     // txtNombre
     //
     this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombre.Location        = new System.Drawing.Point(88, 8);
     this.txtNombre.Name            = "txtNombre";
     this.txtNombre.Size            = new System.Drawing.Size(272, 20);
     this.txtNombre.TabIndex        = 0;
     this.txtNombre.Text            = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 32);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 20);
     this.label3.TabIndex  = 47;
     this.label3.Text      = "Telefonos";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // labelNombre
     //
     this.labelNombre.BackColor = System.Drawing.Color.Transparent;
     this.labelNombre.Location  = new System.Drawing.Point(8, 8);
     this.labelNombre.Name      = "labelNombre";
     this.labelNombre.Size      = new System.Drawing.Size(104, 20);
     this.labelNombre.TabIndex  = 46;
     this.labelNombre.Text      = "Nombre";
     this.labelNombre.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 54;
     this.label2.Text      = "Email";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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(902, 135);
     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(902, 135);
     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(898, 109);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.AutoScroll = true;
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEx);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 243);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(902, 192);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(872, 24);
     this.gridManagerView1.TabIndex  = 0;
     this.gridManagerView1.Visible   = false;
     //
     // gridEx
     //
     this.gridEx.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEx.AlternatingColors             = true;
     this.gridEx.ContextMenu                   = this.contextMenu1;
     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, 32);
     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(902, 160);
     this.gridEx.TabIndex                        = 1;
     this.gridEx.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemExportarExcel,
         this.menuItem1
     });
     //
     // menuItemExportarExcel
     //
     this.menuItemExportarExcel.Index = 0;
     this.menuItemExportarExcel.Text  = "Exportar a Excel";
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemVerDetalleVentas,
         this.menuItemVerObservaciones,
         this.menuItemVerCtaCte
     });
     this.menuItem1.Text = "Ver";
     //
     // menuItemVerDetalleVentas
     //
     this.menuItemVerDetalleVentas.Index = 0;
     this.menuItemVerDetalleVentas.Text  = "Detalle Ventas";
     //
     // menuItemVerObservaciones
     //
     this.menuItemVerObservaciones.Index = 1;
     this.menuItemVerObservaciones.Text  = "Observaciones";
     //
     // menuItemVerCtaCte
     //
     this.menuItemVerCtaCte.Index = 2;
     this.menuItemVerCtaCte.Text  = "Cuenta Corriente";
     //
     // 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.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(960, 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 = 12;
     this.tbbAceptar.Text       = "Aceptar";
     //
     // 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;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 135;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Filtros";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 192;
     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(-8, 25);
     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(968, 539);
     this.ultraExplorerBar1.TabIndex   = 82;
     this.ultraExplorerBar1.TabStop    = false;
     //
     // mzPersonasSearchForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(960, 550);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "mzPersonasSearchForm";
     this.Text = "mzPersonasSearchForm";
     this.utpFiltroPrincipal.ResumeLayout(false);
     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);
 }