Esempio n. 1
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.mzCmbSrchEdTipoDoc = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraMaskedEdit1   = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.SuspendLayout();
     //
     // mzCmbSrchEdTipoDoc
     //
     this.mzCmbSrchEdTipoDoc.DataValue    = "";
     this.mzCmbSrchEdTipoDoc.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdTipoDoc.Location     = new System.Drawing.Point(7, 1);
     this.mzCmbSrchEdTipoDoc.Name         = "mzCmbSrchEdTipoDoc";
     this.mzCmbSrchEdTipoDoc.SearchObject = null;
     this.mzCmbSrchEdTipoDoc.Size         = new System.Drawing.Size(312, 22);
     this.mzCmbSrchEdTipoDoc.TabIndex     = 0;
     //
     // ultraMaskedEdit1
     //
     this.ultraMaskedEdit1.Location = new System.Drawing.Point(325, 1);
     this.ultraMaskedEdit1.Name     = "ultraMaskedEdit1";
     this.ultraMaskedEdit1.TabIndex = 1;
     this.ultraMaskedEdit1.Text     = "ultraMaskedEdit1";
     //
     // mzMaskTipoNumeroDoc
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.ultraMaskedEdit1);
     this.Controls.Add(this.mzCmbSrchEdTipoDoc);
     this.Name = "mzMaskTipoNumeroDoc";
     this.Size = new System.Drawing.Size(432, 24);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
        private mz.erp.ui.controls.mzComboSearchEditor AddSearchEdit(string name, int tabIndex, Type searchObject, int x, int y)
        {
            mz.erp.ui.controls.mzComboSearchEditor edt = new mz.erp.ui.controls.mzComboSearchEditor();

            edt.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            edt.Location     = new System.Drawing.Point(x, y);
            edt.Name         = string.Format("edt{0}", name);
            edt.SearchObject = searchObject;
            edt.Size         = new System.Drawing.Size(GetControlWidth(), 23);
            edt.TabIndex     = tabIndex;
            edt.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));

            panelTop.Controls.Add(edt);

            return(edt);
        }
Esempio n. 3
0
        private mz.erp.ui.controls.mzComboSearchEditor AddComboSearchEditor(ReportParameterConfig rp, int tabIndex, int x, int y)
        {
            mz.erp.ui.controls.mzComboSearchEditor edt = new mz.erp.ui.controls.mzComboSearchEditor();

            edt.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            edt.Location     = new System.Drawing.Point(x, y);
            edt.Name         = string.Format("edt{0}", rp.Nombre);
            edt.SearchObject = System.Type.GetType(rp.ControlUIType.SearchObject);
            edt.Size         = new System.Drawing.Size(GetControlWidth(), 23);
            edt.TabIndex     = tabIndex;
            edt.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));

            this.ultraExplorerBarContainerControl5.Controls.Add(edt);
            edt.DataBindings.Add("DataValue", rp, "ValorPorDefecto");
            return(edt);
        }
Esempio n. 4
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.descripcion        = new System.Windows.Forms.TextBox();
     this.mzComboProveedor   = new mz.erp.ui.controls.mzComboSearchEditor();
     this.mzcomboResponsable = new mz.erp.ui.controls.mzComboSearchEditor();
     this.label4             = new System.Windows.Forms.Label();
     this.valor2             = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.valor3             = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.formula            = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.valor1             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.valor1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;                                                                                                                                                                                                                                                             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(712, 410);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.valor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.formula);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.valor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.valor2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.descripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzcomboResponsable);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboProveedor);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(663, 111);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(24, 80);
     this.label1.Name      = "label1";
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Costo de flete";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label2.Location  = new System.Drawing.Point(24, 56);
     this.label2.Name      = "label2";
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Proveedor";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label3.Location  = new System.Drawing.Point(24, 8);
     this.label3.Name      = "label3";
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Descripción";
     //
     // descripcion
     //
     this.descripcion.Location = new System.Drawing.Point(128, 8);
     this.descripcion.Name     = "descripcion";
     this.descripcion.Size     = new System.Drawing.Size(496, 20);
     this.descripcion.TabIndex = 1;
     this.descripcion.Text     = "";
     //
     // mzComboProveedor
     //
     this.mzComboProveedor.Cursor               = System.Windows.Forms.Cursors.Default;
     this.mzComboProveedor.DataValue            = "";
     this.mzComboProveedor.EditObject           = null;
     this.mzComboProveedor.FastSearch           = false;
     this.mzComboProveedor.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzComboProveedor.HierarchicalSearch   = false;
     this.mzComboProveedor.Location             = new System.Drawing.Point(128, 56);
     this.mzComboProveedor.Name                 = "mzComboProveedor";
     this.mzComboProveedor.SearchObject         = null;
     this.mzComboProveedor.SearchObjectListener = null;
     this.mzComboProveedor.Size                 = new System.Drawing.Size(496, 22);
     this.mzComboProveedor.TabIndex             = 3;
     //
     // mzcomboResponsable
     //
     this.mzcomboResponsable.Cursor               = System.Windows.Forms.Cursors.Default;
     this.mzcomboResponsable.DataValue            = "";
     this.mzcomboResponsable.EditObject           = null;
     this.mzcomboResponsable.FastSearch           = false;
     this.mzcomboResponsable.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzcomboResponsable.HierarchicalSearch   = false;
     this.mzcomboResponsable.Location             = new System.Drawing.Point(128, 32);
     this.mzcomboResponsable.Name                 = "mzcomboResponsable";
     this.mzcomboResponsable.SearchObject         = null;
     this.mzcomboResponsable.SearchObjectListener = null;
     this.mzcomboResponsable.Size                 = new System.Drawing.Size(496, 22);
     this.mzcomboResponsable.TabIndex             = 2;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label4.Location  = new System.Drawing.Point(24, 32);
     this.label4.Name      = "label4";
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Responsable";
     //
     // valor2
     //
     this.valor2.Location = new System.Drawing.Point(128, 128);
     this.valor2.Name     = "valor2";
     this.valor2.Size     = new System.Drawing.Size(264, 20);
     this.valor2.TabIndex = 9;
     this.valor2.Text     = "";
     this.valor2.Visible  = false;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 128);
     this.label5.Name     = "label5";
     this.label5.TabIndex = 8;
     this.label5.Text     = "Valor 2";
     this.label5.Visible  = false;
     //
     // valor3
     //
     this.valor3.Location = new System.Drawing.Point(128, 152);
     this.valor3.Name     = "valor3";
     this.valor3.Size     = new System.Drawing.Size(264, 20);
     this.valor3.TabIndex = 11;
     this.valor3.Text     = "";
     this.valor3.Visible  = false;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(24, 152);
     this.label6.Name     = "label6";
     this.label6.TabIndex = 10;
     this.label6.Text     = "Valor 3";
     this.label6.Visible  = false;
     //
     // formula
     //
     this.formula.Location = new System.Drawing.Point(128, 176);
     this.formula.Name     = "formula";
     this.formula.Size     = new System.Drawing.Size(264, 20);
     this.formula.TabIndex = 13;
     this.formula.Text     = "";
     this.formula.Visible  = false;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24, 176);
     this.label7.Name     = "label7";
     this.label7.TabIndex = 12;
     this.label7.Text     = "Fórmula";
     this.label7.Visible  = false;
     //
     // valor1
     //
     this.valor1.Location    = new System.Drawing.Point(128, 80);
     this.valor1.MinValue    = 0;
     this.valor1.Name        = "valor1";
     this.valor1.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.valor1.Size        = new System.Drawing.Size(100, 21);
     this.valor1.TabIndex    = 4;
     //
     // FrmAbmTransportes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(712, 438);
     this.Name = "FrmAbmTransportes";
     this.Text = "FrmAbmTransportes";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.valor1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAplicacionDePagos));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uteTotalDestino    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1             = new System.Windows.Forms.Label();
     this.gridEXCompDestino  = new Janus.Windows.GridEX.GridEX();
     this.mzCEInstanciasCaja = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbCuenta        = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraLabel1        = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotalImputado  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label2            = new System.Windows.Forms.Label();
     this.gridCompAImputar  = new Janus.Windows.GridEX.GridEX();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbGuardar        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uteTotalDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXCompDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.uteTotalDestino);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.gridEXCompDestino);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl5.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(702, 160);
     this.ultraExplorerBarContainerControl5.TabIndex = 6;
     //
     // uteTotalDestino
     //
     this.uteTotalDestino.Location    = new System.Drawing.Point(584, 40);
     this.uteTotalDestino.Name        = "uteTotalDestino";
     this.uteTotalDestino.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uteTotalDestino.ReadOnly    = true;
     this.uteTotalDestino.Size        = new System.Drawing.Size(120, 21);
     this.uteTotalDestino.TabIndex    = 1;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(584, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 16);
     this.label1.TabIndex  = 38;
     this.label1.Text      = "Total: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridEXCompDestino
     //
     this.gridEXCompDestino.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridEXCompDestino.GroupByBoxVisible  = false;
     this.gridEXCompDestino.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXCompDestino.Location           = new System.Drawing.Point(0, 24);
     this.gridEXCompDestino.Name         = "gridEXCompDestino";
     this.gridEXCompDestino.Size         = new System.Drawing.Size(584, 128);
     this.gridEXCompDestino.TabIndex     = 2;
     this.gridEXCompDestino.DoubleClick += new System.EventHandler(this.gridEXCompDestino_DoubleClick);
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete         = true;
     this.mzCEInstanciasCaja.DataSource           = null;
     this.mzCEInstanciasCaja.DisplayMember        = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption = "";
     this.mzCEInstanciasCaja.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(120, 24);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(184, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 1;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel4.TabIndex  = 36;
     this.ultraLabel4.Text      = "Instancia de Caja";
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EditObject           = null;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbCuenta.HierarchicalSearch   = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 0);
     this.mzCmbCuenta.Name                 = "mzCmbCuenta";
     this.mzCmbCuenta.ReadOnly             = false;
     this.mzCmbCuenta.SearchObject         = null;
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size                 = new System.Drawing.Size(464, 22);
     this.mzCmbCuenta.TabIndex             = 0;
     this.mzCmbCuenta.ValueChanged        += new System.EventHandler(this.mzCmbCuenta_ValueChanged);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 3);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex  = 25;
     this.ultraLabel1.Text      = "Cuenta";
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotalImputado);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridCompAImputar);
     this.ultraExplorerBarContainerControl1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 268);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(702, 144);
     this.ultraExplorerBarContainerControl1.TabIndex = 7;
     //
     // uneTotalImputado
     //
     this.uneTotalImputado.Location    = new System.Drawing.Point(584, 16);
     this.uneTotalImputado.Name        = "uneTotalImputado";
     this.uneTotalImputado.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotalImputado.ReadOnly    = true;
     this.uneTotalImputado.Size        = new System.Drawing.Size(120, 21);
     this.uneTotalImputado.TabIndex    = 1;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(584, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 16);
     this.label2.TabIndex  = 36;
     this.label2.Text      = "Total: ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridCompAImputar
     //
     this.gridCompAImputar.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridCompAImputar.GroupByBoxVisible  = false;
     this.gridCompAImputar.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridCompAImputar.Location           = new System.Drawing.Point(3, 2);
     this.gridCompAImputar.Name         = "gridCompAImputar";
     this.gridCompAImputar.Size         = new System.Drawing.Size(581, 128);
     this.gridCompAImputar.TabIndex     = 0;
     this.gridCompAImputar.DoubleClick += new System.EventHandler(this.gridCompAImputar_DoubleClick);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbGuardar
     });
     this.toolBarStandar.ButtonSize     = new System.Drawing.Size(65, 22);
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(768, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbGuardar
     //
     this.tbbGuardar.ImageIndex = 4;
     this.tbbGuardar.Text       = "Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 160;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Informacion General";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 144;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Comprobantes A Imputar";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location   = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name       = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;       //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Scrollbars = Infragistics.Win.UltraWinExplorerBar.ScrollbarStyle.Always;
     this.ultraExplorerBar1.Size       = new System.Drawing.Size(768, 377);
     this.ultraExplorerBar1.TabIndex   = 20;
     this.ultraExplorerBar1.TabStop    = false;
     //
     // FrmAplicacionDePagos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(768, 405);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAplicacionDePagos";
     this.Text = "Aplicacion de Pago";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uteTotalDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXCompDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ListaPerfiles = new System.Windows.Forms.CheckedListBox();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.treeViewSecciones   = new System.Windows.Forms.TreeView();
     this.label1              = new System.Windows.Forms.Label();
     this.txtNombreUsuario    = new System.Windows.Forms.TextBox();
     this.Password            = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.ultraTextEditor1    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.uteConfirmaPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.label3              = new System.Windows.Forms.Label();
     this.mzCmbPersona        = new mz.erp.ui.controls.mzComboSearchEditor();
     this.chkActivo           = new System.Windows.Forms.CheckBox();
     this.equipo              = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.labelEquipo         = new System.Windows.Forms.Label();
     this.notifyIcon1         = new System.Windows.Forms.NotifyIcon(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uteConfirmaPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.equipo)).BeginInit();
     this.SuspendLayout();
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(832, 28);
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Key       = "Perfiles";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 229;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Perfiles";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "DepositosYSecciones";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 229;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Depósitos y Secciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(832, 450);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl3, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelEquipo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.equipo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkActivo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNombreUsuario);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbPersona);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uteConfirmaPassword);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraTextEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.Password);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 48);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(767, 104);
     this.ultraExplorerBarContainerControl1.TabStop  = false;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ListaPerfiles);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 34);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(767, 229);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // ListaPerfiles
     //
     this.ListaPerfiles.Location = new System.Drawing.Point(0, 0);
     this.ListaPerfiles.Name     = "ListaPerfiles";
     this.ListaPerfiles.Size     = new System.Drawing.Size(760, 229);
     this.ListaPerfiles.TabIndex = 0;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.treeViewSecciones);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 322);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(767, 229);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // treeViewSecciones
     //
     this.treeViewSecciones.CheckBoxes         = true;
     this.treeViewSecciones.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.treeViewSecciones.ImageIndex         = -1;
     this.treeViewSecciones.Location           = new System.Drawing.Point(0, 0);
     this.treeViewSecciones.Name               = "treeViewSecciones";
     this.treeViewSecciones.SelectedImageIndex = -1;
     this.treeViewSecciones.Size               = new System.Drawing.Size(767, 229);
     this.treeViewSecciones.TabIndex           = 0;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 2);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(136, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Nombre de Usuario";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // txtNombreUsuario
     //
     this.txtNombreUsuario.Location = new System.Drawing.Point(136, 0);
     this.txtNombreUsuario.Name     = "txtNombreUsuario";
     this.txtNombreUsuario.Size     = new System.Drawing.Size(328, 20);
     this.txtNombreUsuario.TabIndex = 0;
     this.txtNombreUsuario.Text     = "";
     //
     // Password
     //
     this.Password.BackColor = System.Drawing.Color.Transparent;
     this.Password.Location  = new System.Drawing.Point(0, 28);
     this.Password.Name      = "Password";
     this.Password.Size      = new System.Drawing.Size(136, 16);
     this.Password.TabIndex  = 2;
     this.Password.Text      = "Password";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 52);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 16);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Confirmar Password";
     //
     // ultraTextEditor1
     //
     this.ultraTextEditor1.Location     = new System.Drawing.Point(136, 24);
     this.ultraTextEditor1.Name         = "ultraTextEditor1";
     this.ultraTextEditor1.PasswordChar = '*';
     this.ultraTextEditor1.Size         = new System.Drawing.Size(328, 21);
     this.ultraTextEditor1.TabIndex     = 1;
     //
     // uteConfirmaPassword
     //
     this.uteConfirmaPassword.Location     = new System.Drawing.Point(136, 48);
     this.uteConfirmaPassword.Name         = "uteConfirmaPassword";
     this.uteConfirmaPassword.PasswordChar = '*';
     this.uteConfirmaPassword.Size         = new System.Drawing.Size(328, 21);
     this.uteConfirmaPassword.TabIndex     = 2;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(0, 76);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 20);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Persona";
     //
     // mzCmbPersona
     //
     this.mzCmbPersona.DataValue            = "";
     this.mzCmbPersona.EditObject           = null;
     this.mzCmbPersona.FastSearch           = false;
     this.mzCmbPersona.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbPersona.HierarchicalSearch   = false;
     this.mzCmbPersona.Location             = new System.Drawing.Point(136, 72);
     this.mzCmbPersona.Name                 = "mzCmbPersona";
     this.mzCmbPersona.ReadOnly             = false;
     this.mzCmbPersona.SearchObject         = null;
     this.mzCmbPersona.SearchObjectListener = null;
     this.mzCmbPersona.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbPersona.TabIndex             = 3;
     //
     // chkActivo
     //
     this.chkActivo.BackColor   = System.Drawing.Color.Transparent;
     this.chkActivo.Checked     = true;
     this.chkActivo.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.chkActivo.Location    = new System.Drawing.Point(496, 0);
     this.chkActivo.Name        = "chkActivo";
     this.chkActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkActivo.Size        = new System.Drawing.Size(136, 24);
     this.chkActivo.TabIndex    = 4;
     this.chkActivo.Text        = "Activo";
     this.chkActivo.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // equipo
     //
     this.equipo.Location      = new System.Drawing.Point(616, 32);
     this.equipo.MaxValue      = 999999;
     this.equipo.MinValue      = 0;
     this.equipo.Name          = "equipo";
     this.equipo.Size          = new System.Drawing.Size(72, 21);
     this.equipo.TabIndex      = 5;
     this.equipo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // labelEquipo
     //
     this.labelEquipo.BackColor = System.Drawing.Color.Transparent;
     this.labelEquipo.Location  = new System.Drawing.Point(496, 32);
     this.labelEquipo.Name      = "labelEquipo";
     this.labelEquipo.Size      = new System.Drawing.Size(98, 16);
     this.labelEquipo.TabIndex  = 79;
     this.labelEquipo.Text      = "Equipo del usuario";
     //
     // notifyIcon1
     //
     this.notifyIcon1.Text    = "notifyIcon1";
     this.notifyIcon1.Visible = true;
     //
     // FrmAbmUsuariosEx
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(832, 478);
     this.Name = "FrmAbmUsuariosEx";
     this.Text = "ABM de Usuarios";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uteConfirmaPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.equipo)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 7
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmEntidadesW));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label3                   = new System.Windows.Forms.Label();
     this.mzCmbEntidad             = new mz.erp.ui.controls.mzComboSearchEditor();
     this.datosGeneralesContainer  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.chActivo                 = new System.Windows.Forms.CheckBox();
     this.rbRetencion              = new System.Windows.Forms.RadioButton();
     this.rbTarjeta                = new System.Windows.Forms.RadioButton();
     this.rbNinguno                = new System.Windows.Forms.RadioButton();
     this.rbCheque                 = new System.Windows.Forms.RadioButton();
     this.mzCEFamiliaFormaDePago   = new mz.erp.ui.controls.mzComboEditor();
     this.mzCEComprobanteTesoreria = new mz.erp.ui.controls.mzComboEditor();
     this.label21                  = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.txtDescripcion           = new System.Windows.Forms.TextBox();
     this.txtCodigo                = new System.Windows.Forms.TextBox();
     this.toolBar1                 = new System.Windows.Forms.ToolBar();
     this.toolBarButton1           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5           = new System.Windows.Forms.ToolBarButton();
     this.imglStandar              = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.datosGeneralesContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFamiliaFormaDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, -5);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(862, 39);
     this.ultraExplorerBarContainerControl4.TabIndex = 5;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(862, 32);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbEntidad);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 28);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(862, 62);
     this.ultraExplorerBarContainerControl1.TabIndex = 6;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(56, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 23);
     this.label3.TabIndex  = 36;
     this.label3.Text      = "Entidades";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mzCmbEntidad
     //
     this.mzCmbEntidad.DataValue            = "";
     this.mzCmbEntidad.EditObject           = null;
     this.mzCmbEntidad.FastSearch           = false;
     this.mzCmbEntidad.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbEntidad.HierarchicalSearch   = false;
     this.mzCmbEntidad.Location             = new System.Drawing.Point(208, 24);
     this.mzCmbEntidad.Name                 = "mzCmbEntidad";
     this.mzCmbEntidad.ReadOnly             = false;
     this.mzCmbEntidad.SearchObject         = null;
     this.mzCmbEntidad.SearchObjectListener = null;
     this.mzCmbEntidad.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbEntidad.TabIndex             = 1;
     //
     // datosGeneralesContainer
     //
     this.datosGeneralesContainer.Controls.Add(this.chActivo);
     this.datosGeneralesContainer.Controls.Add(this.rbRetencion);
     this.datosGeneralesContainer.Controls.Add(this.rbTarjeta);
     this.datosGeneralesContainer.Controls.Add(this.rbNinguno);
     this.datosGeneralesContainer.Controls.Add(this.rbCheque);
     this.datosGeneralesContainer.Controls.Add(this.mzCEFamiliaFormaDePago);
     this.datosGeneralesContainer.Controls.Add(this.mzCEComprobanteTesoreria);
     this.datosGeneralesContainer.Controls.Add(this.label21);
     this.datosGeneralesContainer.Controls.Add(this.label2);
     this.datosGeneralesContainer.Controls.Add(this.label1);
     this.datosGeneralesContainer.Controls.Add(this.txtDescripcion);
     this.datosGeneralesContainer.Controls.Add(this.txtCodigo);
     this.datosGeneralesContainer.Location = new System.Drawing.Point(28, 149);
     this.datosGeneralesContainer.Name     = "datosGeneralesContainer";
     this.datosGeneralesContainer.Size     = new System.Drawing.Size(862, 140);
     this.datosGeneralesContainer.TabIndex = 0;
     //
     // chActivo
     //
     this.chActivo.BackColor   = System.Drawing.Color.Transparent;
     this.chActivo.Checked     = true;
     this.chActivo.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.chActivo.Location    = new System.Drawing.Point(32, 120);
     this.chActivo.Name        = "chActivo";
     this.chActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chActivo.Size        = new System.Drawing.Size(158, 16);
     this.chActivo.TabIndex    = 8;
     this.chActivo.Text        = "Activo";
     this.chActivo.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // rbRetencion
     //
     this.rbRetencion.BackColor = System.Drawing.Color.Transparent;
     this.rbRetencion.Enabled   = false;
     this.rbRetencion.Location  = new System.Drawing.Point(456, 72);
     this.rbRetencion.Name      = "rbRetencion";
     this.rbRetencion.Size      = new System.Drawing.Size(104, 16);
     this.rbRetencion.TabIndex  = 5;
     this.rbRetencion.Text      = "Retención";
     //
     // rbTarjeta
     //
     this.rbTarjeta.AccessibleDescription = "";
     this.rbTarjeta.BackColor             = System.Drawing.Color.Transparent;
     this.rbTarjeta.Enabled  = false;
     this.rbTarjeta.Location = new System.Drawing.Point(232, 72);
     this.rbTarjeta.Name     = "rbTarjeta";
     this.rbTarjeta.Size     = new System.Drawing.Size(104, 16);
     this.rbTarjeta.TabIndex = 3;
     this.rbTarjeta.Text     = "Tarjeta";
     //
     // rbNinguno
     //
     this.rbNinguno.BackColor = System.Drawing.Color.Transparent;
     this.rbNinguno.Enabled   = false;
     this.rbNinguno.Location  = new System.Drawing.Point(352, 72);
     this.rbNinguno.Name      = "rbNinguno";
     this.rbNinguno.Size      = new System.Drawing.Size(104, 16);
     this.rbNinguno.TabIndex  = 4;
     this.rbNinguno.Text      = "Efectivo";
     //
     // rbCheque
     //
     this.rbCheque.BackColor = System.Drawing.Color.Transparent;
     this.rbCheque.Enabled   = false;
     this.rbCheque.Location  = new System.Drawing.Point(96, 72);
     this.rbCheque.Name      = "rbCheque";
     this.rbCheque.Size      = new System.Drawing.Size(104, 16);
     this.rbCheque.TabIndex  = 2;
     this.rbCheque.Text      = "Cheque";
     //
     // mzCEFamiliaFormaDePago
     //
     this.mzCEFamiliaFormaDePago.AutoComplete         = true;
     this.mzCEFamiliaFormaDePago.DataSource           = null;
     this.mzCEFamiliaFormaDePago.DisplayMember        = "";
     this.mzCEFamiliaFormaDePago.DisplayMemberCaption = "";
     this.mzCEFamiliaFormaDePago.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEFamiliaFormaDePago.Location             = new System.Drawing.Point(96, 96);
     this.mzCEFamiliaFormaDePago.MaxItemsDisplay      = 7;
     this.mzCEFamiliaFormaDePago.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEFamiliaFormaDePago.Name               = "mzCEFamiliaFormaDePago";
     this.mzCEFamiliaFormaDePago.Size               = new System.Drawing.Size(197, 21);
     this.mzCEFamiliaFormaDePago.SorterMember       = "";
     this.mzCEFamiliaFormaDePago.TabIndex           = 6;
     this.mzCEFamiliaFormaDePago.ValueMember        = "";
     this.mzCEFamiliaFormaDePago.ValueMemberCaption = "";
     //
     // mzCEComprobanteTesoreria
     //
     this.mzCEComprobanteTesoreria.AutoComplete         = true;
     this.mzCEComprobanteTesoreria.DataSource           = null;
     this.mzCEComprobanteTesoreria.DisplayMember        = "";
     this.mzCEComprobanteTesoreria.DisplayMemberCaption = "";
     this.mzCEComprobanteTesoreria.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteTesoreria.Location             = new System.Drawing.Point(328, 96);
     this.mzCEComprobanteTesoreria.MaxItemsDisplay      = 7;
     this.mzCEComprobanteTesoreria.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteTesoreria.Name               = "mzCEComprobanteTesoreria";
     this.mzCEComprobanteTesoreria.Size               = new System.Drawing.Size(216, 21);
     this.mzCEComprobanteTesoreria.SorterMember       = "";
     this.mzCEComprobanteTesoreria.TabIndex           = 7;
     this.mzCEComprobanteTesoreria.ValueMember        = "";
     this.mzCEComprobanteTesoreria.ValueMemberCaption = "";
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Location  = new System.Drawing.Point(32, 96);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(100, 16);
     this.label21.TabIndex  = 136;
     this.label21.Text      = "Es del tipo";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(32, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 23);
     this.label2.TabIndex  = 135;
     this.label2.Text      = "Descripción";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(32, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 23);
     this.label1.TabIndex  = 134;
     this.label1.Text      = "Código";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(96, 40);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(224, 20);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Text     = "";
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(96, 8);
     this.txtCodigo.Name     = "txtCodigo";
     this.txtCodigo.Size     = new System.Drawing.Size(224, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.Text     = "";
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBar1.ButtonSize     = new System.Drawing.Size(77, 22);
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imglStandar;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(928, 28);
     this.toolBar1.TabIndex       = 22;
     this.toolBar1.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 9;
     this.toolBarButton1.Text       = "&Anterior";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 8;
     this.toolBarButton3.Text       = "&Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 7;
     this.toolBarButton5.Text       = "&Cancelar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.datosGeneralesContainer);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 39;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Enabled   = false;
     ultraExplorerBarGroup2.Key       = "Entidad";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 62;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Entidad";
     ultraExplorerBarGroup2.Visible   = false;
     ultraExplorerBarGroup3.Container = this.datosGeneralesContainer;
     ultraExplorerBarGroup3.Enabled   = false;
     ultraExplorerBarGroup3.Key       = "Datos Generales";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 140;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text    = "Datos Generales";
     ultraExplorerBarGroup3.Visible = false;
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(928, 314);
     this.ultraExplorerBar1.TabIndex = 23;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmEntidadesW
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(928, 342);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBar1);
     this.Name = "FrmAbmEntidadesW";
     this.Text = "FrmAbmEntidadesW";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.datosGeneralesContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFamiliaFormaDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 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.ultraLabel1              = new Infragistics.Win.Misc.UltraLabel();
     this.txtDescripcion           = new System.Windows.Forms.TextBox();
     this.txtNumeroDeSerie         = new System.Windows.Forms.TextBox();
     this.ultraLabel2              = new Infragistics.Win.Misc.UltraLabel();
     this.txtInformacionAdicional1 = new System.Windows.Forms.TextBox();
     this.lblInformacionAdicional1 = new Infragistics.Win.Misc.UltraLabel();
     this.txtInformacionAdicional2 = new System.Windows.Forms.TextBox();
     this.lblInformacionAdicional2 = new Infragistics.Win.Misc.UltraLabel();
     this.txtInformacionAdicional3 = new System.Windows.Forms.TextBox();
     this.lblInformacionAdicional3 = new Infragistics.Win.Misc.UltraLabel();
     this.txtObservaciones         = new System.Windows.Forms.TextBox();
     this.ultraLabel6              = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbSrchIdProducto      = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraLabel7              = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSrchIdProducto);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtInformacionAdicional3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtInformacionAdicional2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtInformacionAdicional1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumeroDeSerie);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lblInformacionAdicional3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lblInformacionAdicional2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lblInformacionAdicional1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(871, 215);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(40, 32);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel1.TabIndex  = 1;
     this.ultraLabel1.Text      = "Descripción";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(160, 32);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(272, 20);
     this.txtDescripcion.TabIndex = 41;
     this.txtDescripcion.Text     = "txtDescripcion";
     //
     // txtNumeroDeSerie
     //
     this.txtNumeroDeSerie.Location = new System.Drawing.Point(160, 56);
     this.txtNumeroDeSerie.Name     = "txtNumeroDeSerie";
     this.txtNumeroDeSerie.Size     = new System.Drawing.Size(272, 20);
     this.txtNumeroDeSerie.TabIndex = 43;
     this.txtNumeroDeSerie.Text     = "textBox1";
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(40, 56);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel2.TabIndex  = 42;
     this.ultraLabel2.Text      = "Número de Serie";
     //
     // txtInformacionAdicional1
     //
     this.txtInformacionAdicional1.Location = new System.Drawing.Point(160, 80);
     this.txtInformacionAdicional1.Name     = "txtInformacionAdicional1";
     this.txtInformacionAdicional1.Size     = new System.Drawing.Size(272, 20);
     this.txtInformacionAdicional1.TabIndex = 45;
     this.txtInformacionAdicional1.Text     = "textBox2";
     //
     // lblInformacionAdicional1
     //
     this.lblInformacionAdicional1.BackColor = System.Drawing.Color.Transparent;
     this.lblInformacionAdicional1.Location  = new System.Drawing.Point(40, 80);
     this.lblInformacionAdicional1.Name      = "lblInformacionAdicional1";
     this.lblInformacionAdicional1.Size      = new System.Drawing.Size(100, 16);
     this.lblInformacionAdicional1.TabIndex  = 44;
     this.lblInformacionAdicional1.Text      = "Inf.Adicional 1";
     //
     // txtInformacionAdicional2
     //
     this.txtInformacionAdicional2.Location = new System.Drawing.Point(160, 104);
     this.txtInformacionAdicional2.Name     = "txtInformacionAdicional2";
     this.txtInformacionAdicional2.Size     = new System.Drawing.Size(272, 20);
     this.txtInformacionAdicional2.TabIndex = 47;
     this.txtInformacionAdicional2.Text     = "textBox3";
     //
     // lblInformacionAdicional2
     //
     this.lblInformacionAdicional2.BackColor = System.Drawing.Color.Transparent;
     this.lblInformacionAdicional2.Location  = new System.Drawing.Point(40, 104);
     this.lblInformacionAdicional2.Name      = "lblInformacionAdicional2";
     this.lblInformacionAdicional2.Size      = new System.Drawing.Size(100, 16);
     this.lblInformacionAdicional2.TabIndex  = 46;
     this.lblInformacionAdicional2.Text      = "Inf Adicional 2";
     //
     // txtInformacionAdicional3
     //
     this.txtInformacionAdicional3.Location = new System.Drawing.Point(160, 128);
     this.txtInformacionAdicional3.Name     = "txtInformacionAdicional3";
     this.txtInformacionAdicional3.Size     = new System.Drawing.Size(272, 20);
     this.txtInformacionAdicional3.TabIndex = 49;
     this.txtInformacionAdicional3.Text     = "textBox4";
     //
     // lblInformacionAdicional3
     //
     this.lblInformacionAdicional3.BackColor = System.Drawing.Color.Transparent;
     this.lblInformacionAdicional3.Location  = new System.Drawing.Point(40, 128);
     this.lblInformacionAdicional3.Name      = "lblInformacionAdicional3";
     this.lblInformacionAdicional3.Size      = new System.Drawing.Size(100, 16);
     this.lblInformacionAdicional3.TabIndex  = 48;
     this.lblInformacionAdicional3.Text      = "Inf Adicional 3";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location  = new System.Drawing.Point(160, 152);
     this.txtObservaciones.Multiline = true;
     this.txtObservaciones.Name      = "txtObservaciones";
     this.txtObservaciones.Size      = new System.Drawing.Size(528, 56);
     this.txtObservaciones.TabIndex  = 51;
     this.txtObservaciones.Text      = "textBox5";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(40, 152);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel6.TabIndex  = 50;
     this.ultraLabel6.Text      = "Observaciones";
     //
     // mzCmbSrchIdProducto
     //
     this.mzCmbSrchIdProducto.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbSrchIdProducto.DataValue            = "";
     this.mzCmbSrchIdProducto.EditObject           = null;
     this.mzCmbSrchIdProducto.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchIdProducto.HierarchicalSearch   = false;
     this.mzCmbSrchIdProducto.Location             = new System.Drawing.Point(160, 4);
     this.mzCmbSrchIdProducto.Name                 = "mzCmbSrchIdProducto";
     this.mzCmbSrchIdProducto.SearchObject         = null;
     this.mzCmbSrchIdProducto.SearchObjectListener = null;
     this.mzCmbSrchIdProducto.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbSrchIdProducto.TabIndex             = 52;
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(40, 8);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel7.TabIndex  = 53;
     this.ultraLabel7.Text      = "Producto";
     //
     // FrmAbmObjetos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 437);
     this.Name = "FrmAbmObjetos";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmIngresoMercParaReposicion));
     Infragistics.Win.Appearance      appearance1 = new Infragistics.Win.Appearance();
     this.mzCmbSecciones     = new mz.erp.ui.controls.mzComboEditor();
     this.label3             = new System.Windows.Forms.Label();
     this.mzCmbDepositos     = new mz.erp.ui.controls.mzComboEditor();
     this.label2             = new System.Windows.Forms.Label();
     this.mzCmbTiposDeAjuste = new mz.erp.ui.controls.mzComboEditor();
     this.mzCmbProductos     = new mz.erp.ui.controls.mzComboSearchEditor();
     this.uneCantidad        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSecciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbDepositos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeAjuste)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(824, 362);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSecciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbDepositos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposDeAjuste);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbProductos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneCantidad);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Name    = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size    = new System.Drawing.Size(775, 150);
     this.ultraExplorerBarContainerControl1.TabStop = false;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(824, 28);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     //
     // mzCmbSecciones
     //
     appearance1.Cursor                       = System.Windows.Forms.Cursors.Hand;
     this.mzCmbSecciones.Appearance           = appearance1;
     this.mzCmbSecciones.AutoComplete         = true;
     this.mzCmbSecciones.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.mzCmbSecciones.DataSource           = null;
     this.mzCmbSecciones.DisplayMember        = "";
     this.mzCmbSecciones.DisplayMemberCaption = "";
     this.mzCmbSecciones.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSecciones.Location             = new System.Drawing.Point(88, 88);
     this.mzCmbSecciones.MaxItemsDisplay      = 7;
     this.mzCmbSecciones.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSecciones.Name                 = "mzCmbSecciones";
     this.mzCmbSecciones.Size                 = new System.Drawing.Size(272, 21);
     this.mzCmbSecciones.SorterMember         = "";
     this.mzCmbSecciones.TabIndex             = 3;
     this.mzCmbSecciones.ValueMember          = "";
     this.mzCmbSecciones.ValueMemberCaption   = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 88);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(88, 16);
     this.label3.TabIndex  = 24;
     this.label3.Text      = "Sección";
     //
     // mzCmbDepositos
     //
     this.mzCmbDepositos.AutoComplete         = true;
     this.mzCmbDepositos.DataSource           = null;
     this.mzCmbDepositos.DisplayMember        = "";
     this.mzCmbDepositos.DisplayMemberCaption = "";
     this.mzCmbDepositos.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbDepositos.Location             = new System.Drawing.Point(88, 64);
     this.mzCmbDepositos.MaxItemsDisplay      = 7;
     this.mzCmbDepositos.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbDepositos.Name               = "mzCmbDepositos";
     this.mzCmbDepositos.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbDepositos.SorterMember       = "";
     this.mzCmbDepositos.TabIndex           = 2;
     this.mzCmbDepositos.ValueMember        = "";
     this.mzCmbDepositos.ValueMemberCaption = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Depósito";
     //
     // mzCmbTiposDeAjuste
     //
     this.mzCmbTiposDeAjuste.AutoComplete         = true;
     this.mzCmbTiposDeAjuste.DataSource           = null;
     this.mzCmbTiposDeAjuste.DisplayMember        = "";
     this.mzCmbTiposDeAjuste.DisplayMemberCaption = "";
     this.mzCmbTiposDeAjuste.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposDeAjuste.Location             = new System.Drawing.Point(88, 40);
     this.mzCmbTiposDeAjuste.MaxItemsDisplay      = 7;
     this.mzCmbTiposDeAjuste.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposDeAjuste.Name               = "mzCmbTiposDeAjuste";
     this.mzCmbTiposDeAjuste.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposDeAjuste.SorterMember       = "";
     this.mzCmbTiposDeAjuste.TabIndex           = 1;
     this.mzCmbTiposDeAjuste.ValueMember        = "";
     this.mzCmbTiposDeAjuste.ValueMemberCaption = "";
     //
     // mzCmbProductos
     //
     this.mzCmbProductos.DataValue            = "";
     this.mzCmbProductos.EditObject           = null;
     this.mzCmbProductos.FastSearch           = false;
     this.mzCmbProductos.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbProductos.HierarchicalSearch   = false;
     this.mzCmbProductos.Location             = new System.Drawing.Point(88, 16);
     this.mzCmbProductos.Name                 = "mzCmbProductos";
     this.mzCmbProductos.ReadOnly             = false;
     this.mzCmbProductos.SearchObject         = null;
     this.mzCmbProductos.SearchObjectListener = null;
     this.mzCmbProductos.Size                 = new System.Drawing.Size(463, 22);
     this.mzCmbProductos.TabIndex             = 0;
     //
     // uneCantidad
     //
     this.uneCantidad.Location    = new System.Drawing.Point(88, 112);
     this.uneCantidad.MinValue    = 0;
     this.uneCantidad.Name        = "uneCantidad";
     this.uneCantidad.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneCantidad.Size        = new System.Drawing.Size(100, 21);
     this.uneCantidad.TabIndex    = 4;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(8, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(88, 16);
     this.label5.TabIndex  = 22;
     this.label5.Text      = "Tipo de ajuste";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(8, 112);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 21;
     this.label4.Text      = "Cantidad";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "Producto";
     //
     // FrmIngresoMercParaReposicion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(824, 390);
     this.Name = "FrmIngresoMercParaReposicion";
     this.Text = "FrmIngresoMercParaReposicion";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSecciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbDepositos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeAjuste)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label10 = new System.Windows.Forms.Label();
     this.uneBonificacionGeneral = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label2                  = new System.Windows.Forms.Label();
     this.mzComboEstado           = new mz.erp.ui.controls.mzComboEditor();
     this.label21                 = new System.Windows.Forms.Label();
     this.uneDiasDemoraEntrega    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.chkActivo               = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.chkExcluyeRetenciones   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel6             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel4             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1             = new Infragistics.Win.Misc.UltraLabel();
     this.txtDomicilio            = new System.Windows.Forms.TextBox();
     this.txtEmail                = new System.Windows.Forms.TextBox();
     this.txtInstantMessenger     = new System.Windows.Forms.TextBox();
     this.txtNombre               = new System.Windows.Forms.TextBox();
     this.txtTelefonos            = new System.Windows.Forms.TextBox();
     this.ultraLabel8             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel12            = new Infragistics.Win.Misc.UltraLabel();
     this.txtHorarioComercial     = new System.Windows.Forms.TextBox();
     this.ultraLabel13            = new Infragistics.Win.Misc.UltraLabel();
     this.txtWeb                  = new System.Windows.Forms.TextBox();
     this.componenteDocumentos1   = new mz.erp.ui.controls.ComponenteDocumentos();
     this.txtObservaciones        = new System.Windows.Forms.RichTextBox();
     this.label9                  = new System.Windows.Forms.Label();
     this.mzCmbSubTiposMovimiento = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel7             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTiposMovimiento    = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel10            = new Infragistics.Win.Misc.UltraLabel();
     this.mzComboCondicionCompra  = new mz.erp.ui.controls.mzComboEditor();
     this.label1                  = new System.Windows.Forms.Label();
     this.mzCmbTiposDeIVA         = new mz.erp.ui.controls.mzComboEditor();
     this.label7                  = new System.Windows.Forms.Label();
     this.mzCmbSrchEdtTitular     = new mz.erp.ui.controls.mzComboSearchEditor();
     this.mzCmbSrchEdtLocalidad   = new mz.erp.ui.controls.mzComboSearchEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneBonificacionGeneral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDiasDemoraEntrega)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCondicionCompra)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeIVA)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     ultraExplorerBarGroup1.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Otros datos de interés";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size = new System.Drawing.Size(856, 505);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSrchEdtLocalidad);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSrchEdtTitular);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposDeIVA);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboCondicionCompra);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSubTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel10);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.componenteDocumentos1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtWeb);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtHorarioComercial);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDomicilio);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtEmail);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtInstantMessenger);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNombre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTelefonos);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel13);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel12);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(790, 432);
     this.ultraExplorerBarContainerControl1.TabIndex = 1;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneBonificacionGeneral);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboEstado);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label21);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneDiasDemoraEntrega);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chkActivo);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.chkExcluyeRetenciones);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 522);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(790, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Location  = new System.Drawing.Point(64, 24);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(223, 21);
     this.label10.TabIndex  = 63;
     this.label10.Text      = "Bonificación general";
     //
     // uneBonificacionGeneral
     //
     this.uneBonificacionGeneral.Location      = new System.Drawing.Point(288, 24);
     this.uneBonificacionGeneral.MaskInput     = "nnnnnnnn.nnnn";
     this.uneBonificacionGeneral.Name          = "uneBonificacionGeneral";
     this.uneBonificacionGeneral.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneBonificacionGeneral.Size          = new System.Drawing.Size(100, 21);
     this.uneBonificacionGeneral.TabIndex      = 62;
     this.uneBonificacionGeneral.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(64, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 82;
     this.label2.Text      = "Estado";
     //
     // mzComboEstado
     //
     this.mzComboEstado.AutoComplete         = true;
     this.mzComboEstado.DataSource           = null;
     this.mzComboEstado.DisplayMember        = "";
     this.mzComboEstado.DisplayMemberCaption = "";
     this.mzComboEstado.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEstado.Location             = new System.Drawing.Point(176, 64);
     this.mzComboEstado.MaxItemsDisplay      = 7;
     this.mzComboEstado.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEstado.Name               = "mzComboEstado";
     this.mzComboEstado.SorterMember       = "";
     this.mzComboEstado.TabIndex           = 81;
     this.mzComboEstado.ValueMember        = "";
     this.mzComboEstado.ValueMemberCaption = "";
     //
     // label21
     //
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Location  = new System.Drawing.Point(448, 40);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(160, 24);
     this.label21.TabIndex  = 80;
     this.label21.Text      = "Días de demora en la entrega";
     //
     // uneDiasDemoraEntrega
     //
     this.uneDiasDemoraEntrega.Location      = new System.Drawing.Point(608, 40);
     this.uneDiasDemoraEntrega.MaxValue      = 99999;
     this.uneDiasDemoraEntrega.MinValue      = 0;
     this.uneDiasDemoraEntrega.Name          = "uneDiasDemoraEntrega";
     this.uneDiasDemoraEntrega.Size          = new System.Drawing.Size(72, 21);
     this.uneDiasDemoraEntrega.TabIndex      = 79;
     this.uneDiasDemoraEntrega.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // chkActivo
     //
     this.chkActivo.BackColor = System.Drawing.Color.Transparent;
     this.chkActivo.Location  = new System.Drawing.Point(448, 96);
     this.chkActivo.Name      = "chkActivo";
     this.chkActivo.TabIndex  = 70;
     this.chkActivo.Text      = "Activo";
     //
     // chkExcluyeRetenciones
     //
     this.chkExcluyeRetenciones.BackColor = System.Drawing.Color.Transparent;
     this.chkExcluyeRetenciones.Location  = new System.Drawing.Point(184, 104);
     this.chkExcluyeRetenciones.Name      = "chkExcluyeRetenciones";
     this.chkExcluyeRetenciones.Size      = new System.Drawing.Size(136, 20);
     this.chkExcluyeRetenciones.TabIndex  = 71;
     this.chkExcluyeRetenciones.Text      = "Excluye retenciones";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(8, 272);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel6.TabIndex  = 50;
     this.ultraLabel6.Text      = "Instant Messenger";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel5.TabIndex  = 49;
     this.ultraLabel5.Text      = "Nombre";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(8, 168);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel4.TabIndex  = 48;
     this.ultraLabel4.Text      = "Observaciones";
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(8, 256);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel3.TabIndex  = 47;
     this.ultraLabel3.Text      = "Email";
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(8, 232);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel2.TabIndex  = 46;
     this.ultraLabel2.Text      = "Teléfonos";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 91);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel1.TabIndex  = 45;
     this.ultraLabel1.Text      = "Domicilio";
     //
     // txtDomicilio
     //
     this.txtDomicilio.Location = new System.Drawing.Point(104, 88);
     this.txtDomicilio.Name     = "txtDomicilio";
     this.txtDomicilio.Size     = new System.Drawing.Size(496, 20);
     this.txtDomicilio.TabIndex = 4;
     this.txtDomicilio.Text     = "txtDomicilio";
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(112, 248);
     this.txtEmail.Name     = "txtEmail";
     this.txtEmail.Size     = new System.Drawing.Size(496, 20);
     this.txtEmail.TabIndex = 8;
     this.txtEmail.Text     = "txtEmail";
     //
     // txtInstantMessenger
     //
     this.txtInstantMessenger.Location = new System.Drawing.Point(112, 272);
     this.txtInstantMessenger.Name     = "txtInstantMessenger";
     this.txtInstantMessenger.Size     = new System.Drawing.Size(496, 20);
     this.txtInstantMessenger.TabIndex = 9;
     this.txtInstantMessenger.Text     = "txtInstantMessenger";
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(104, 0);
     this.txtNombre.Name     = "txtNombre";
     this.txtNombre.Size     = new System.Drawing.Size(496, 20);
     this.txtNombre.TabIndex = 0;
     this.txtNombre.Text     = "txtNombre";
     //
     // txtTelefonos
     //
     this.txtTelefonos.Location = new System.Drawing.Point(112, 232);
     this.txtTelefonos.Name     = "txtTelefonos";
     this.txtTelefonos.Size     = new System.Drawing.Size(496, 20);
     this.txtTelefonos.TabIndex = 7;
     this.txtTelefonos.Text     = "txtTelefonos";
     //
     // ultraLabel8
     //
     this.ultraLabel8.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel8.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel8.Name      = "ultraLabel8";
     this.ultraLabel8.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel8.TabIndex  = 53;
     this.ultraLabel8.Text      = "Titular";
     //
     // ultraLabel12
     //
     this.ultraLabel12.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel12.Location  = new System.Drawing.Point(8, 144);
     this.ultraLabel12.Name      = "ultraLabel12";
     this.ultraLabel12.Size      = new System.Drawing.Size(96, 16);
     this.ultraLabel12.TabIndex  = 59;
     this.ultraLabel12.Text      = "Horario comercial";
     //
     // txtHorarioComercial
     //
     this.txtHorarioComercial.Location = new System.Drawing.Point(112, 136);
     this.txtHorarioComercial.Name     = "txtHorarioComercial";
     this.txtHorarioComercial.Size     = new System.Drawing.Size(496, 20);
     this.txtHorarioComercial.TabIndex = 5;
     this.txtHorarioComercial.Text     = "txtHorarioComercial";
     //
     // ultraLabel13
     //
     this.ultraLabel13.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location  = new System.Drawing.Point(8, 296);
     this.ultraLabel13.Name      = "ultraLabel13";
     this.ultraLabel13.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel13.TabIndex  = 61;
     this.ultraLabel13.Text      = "Web";
     //
     // txtWeb
     //
     this.txtWeb.Location = new System.Drawing.Point(112, 288);
     this.txtWeb.Name     = "txtWeb";
     this.txtWeb.Size     = new System.Drawing.Size(496, 20);
     this.txtWeb.TabIndex = 10;
     this.txtWeb.Text     = "txtWeb";
     //
     // componenteDocumentos1
     //
     this.componenteDocumentos1.BackColor       = System.Drawing.Color.Transparent;
     this.componenteDocumentos1.Location        = new System.Drawing.Point(-8, 64);
     this.componenteDocumentos1.Name            = "componenteDocumentos1";
     this.componenteDocumentos1.Numero          = "";
     this.componenteDocumentos1.Size            = new System.Drawing.Size(616, 24);
     this.componenteDocumentos1.TabIndex        = 3;
     this.componenteDocumentos1.TipoDocSelected = "";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location = new System.Drawing.Point(112, 160);
     this.txtObservaciones.Name     = "txtObservaciones";
     this.txtObservaciones.Size     = new System.Drawing.Size(496, 72);
     this.txtObservaciones.TabIndex = 6;
     this.txtObservaciones.Text     = "";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(0, 112);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 21);
     this.label9.TabIndex  = 65;
     this.label9.Text      = "Localidad:";
     //
     // mzCmbSubTiposMovimiento
     //
     this.mzCmbSubTiposMovimiento.AutoComplete          = true;
     this.mzCmbSubTiposMovimiento.DataSource            = null;
     this.mzCmbSubTiposMovimiento.DisplayMember         = "";
     this.mzCmbSubTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbSubTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSubTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbSubTiposMovimiento.Location             = new System.Drawing.Point(112, 344);
     this.mzCmbSubTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbSubTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSubTiposMovimiento.Name               = "mzCmbSubTiposMovimiento";
     this.mzCmbSubTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbSubTiposMovimiento.SorterMember       = "";
     this.mzCmbSubTiposMovimiento.TabIndex           = 68;
     this.mzCmbSubTiposMovimiento.ValueMember        = "";
     this.mzCmbSubTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(8, 344);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel7.TabIndex  = 69;
     this.ultraLabel7.Text      = "Sub-Tipo de Movim.";
     //
     // mzCmbTiposMovimiento
     //
     this.mzCmbTiposMovimiento.AutoComplete          = true;
     this.mzCmbTiposMovimiento.DataSource            = null;
     this.mzCmbTiposMovimiento.DisplayMember         = "";
     this.mzCmbTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbTiposMovimiento.Location             = new System.Drawing.Point(112, 320);
     this.mzCmbTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposMovimiento.Name               = "mzCmbTiposMovimiento";
     this.mzCmbTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposMovimiento.SorterMember       = "";
     this.mzCmbTiposMovimiento.TabIndex           = 66;
     this.mzCmbTiposMovimiento.ValueMember        = "";
     this.mzCmbTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel10
     //
     this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel10.Location  = new System.Drawing.Point(8, 320);
     this.ultraLabel10.Name      = "ultraLabel10";
     this.ultraLabel10.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel10.TabIndex  = 67;
     this.ultraLabel10.Text      = "Tipo de Movimiento";
     //
     // mzComboCondicionCompra
     //
     this.mzComboCondicionCompra.AutoComplete         = true;
     this.mzComboCondicionCompra.DataSource           = null;
     this.mzComboCondicionCompra.DisplayMember        = "";
     this.mzComboCondicionCompra.DisplayMemberCaption = "";
     this.mzComboCondicionCompra.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboCondicionCompra.Location             = new System.Drawing.Point(112, 376);
     this.mzComboCondicionCompra.MaxItemsDisplay      = 7;
     this.mzComboCondicionCompra.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboCondicionCompra.Name               = "mzComboCondicionCompra";
     this.mzComboCondicionCompra.SorterMember       = "";
     this.mzComboCondicionCompra.TabIndex           = 72;
     this.mzComboCondicionCompra.ValueMember        = "";
     this.mzComboCondicionCompra.ValueMemberCaption = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 384);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 16);
     this.label1.TabIndex  = 73;
     this.label1.Text      = "Condición de compra";
     //
     // mzCmbTiposDeIVA
     //
     this.mzCmbTiposDeIVA.AutoComplete         = true;
     this.mzCmbTiposDeIVA.DataSource           = null;
     this.mzCmbTiposDeIVA.DisplayMember        = "";
     this.mzCmbTiposDeIVA.DisplayMemberCaption = "";
     this.mzCmbTiposDeIVA.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposDeIVA.Location             = new System.Drawing.Point(104, 48);
     this.mzCmbTiposDeIVA.MaxItemsDisplay      = 7;
     this.mzCmbTiposDeIVA.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposDeIVA.Name               = "mzCmbTiposDeIVA";
     this.mzCmbTiposDeIVA.Size               = new System.Drawing.Size(216, 21);
     this.mzCmbTiposDeIVA.SorterMember       = "";
     this.mzCmbTiposDeIVA.TabIndex           = 74;
     this.mzCmbTiposDeIVA.ValueMember        = "";
     this.mzCmbTiposDeIVA.ValueMemberCaption = "";
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(0, 48);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 15);
     this.label7.TabIndex  = 75;
     this.label7.Text      = "Condición de IVA";
     //
     // mzCmbSrchEdtTitular
     //
     this.mzCmbSrchEdtTitular.DataValue            = "";
     this.mzCmbSrchEdtTitular.EditObject           = null;
     this.mzCmbSrchEdtTitular.FastSearch           = false;
     this.mzCmbSrchEdtTitular.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdtTitular.HierarchicalSearch   = false;
     this.mzCmbSrchEdtTitular.Location             = new System.Drawing.Point(104, 24);
     this.mzCmbSrchEdtTitular.Name                 = "mzCmbSrchEdtTitular";
     this.mzCmbSrchEdtTitular.ReadOnly             = false;
     this.mzCmbSrchEdtTitular.SearchObject         = null;
     this.mzCmbSrchEdtTitular.SearchObjectListener = null;
     this.mzCmbSrchEdtTitular.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbSrchEdtTitular.TabIndex             = 76;
     //
     // mzCmbSrchEdtLocalidad
     //
     this.mzCmbSrchEdtLocalidad.DataValue            = "";
     this.mzCmbSrchEdtLocalidad.EditObject           = null;
     this.mzCmbSrchEdtLocalidad.FastSearch           = false;
     this.mzCmbSrchEdtLocalidad.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdtLocalidad.HierarchicalSearch   = false;
     this.mzCmbSrchEdtLocalidad.Location             = new System.Drawing.Point(104, 112);
     this.mzCmbSrchEdtLocalidad.Name                 = "mzCmbSrchEdtLocalidad";
     this.mzCmbSrchEdtLocalidad.ReadOnly             = false;
     this.mzCmbSrchEdtLocalidad.SearchObject         = null;
     this.mzCmbSrchEdtLocalidad.SearchObjectListener = null;
     this.mzCmbSrchEdtLocalidad.Size                 = new System.Drawing.Size(544, 22);
     this.mzCmbSrchEdtLocalidad.TabIndex             = 77;
     //
     // FrmAbmProveedoresNuevo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(856, 533);
     this.Name = "FrmAbmProveedoresNuevo";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneBonificacionGeneral)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneDiasDemoraEntrega)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCondicionCompra)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposDeIVA)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 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.

        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmPagoCuentaCorriente));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.txtNumero                         = new System.Windows.Forms.TextBox();
            this.mzCmbCuenta                       = new mz.erp.ui.controls.mzComboSearchEditor();
            this.mzCEInstanciasCaja                = new mz.erp.ui.controls.mzComboEditor();
            this.ultraLabel4                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel6                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3                       = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
            this.mzCmbTipoComprobante              = new mz.erp.ui.controls.mzComboEditor();
            this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
            this.cldFechaComprobante               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
            this.mzCmbResponsableEmision           = new mz.erp.ui.controls.mzComboSearchEditor();
            this.ultraExplorerBarContainerControl6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.ubEliminar                        = new Infragistics.Win.Misc.UltraButton();
            this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
            this.ubAgregar                         = new Infragistics.Win.Misc.UltraButton();
            this.label1          = new System.Windows.Forms.Label();
            this.gridEXValores   = new Janus.Windows.GridEX.GridEX();
            this.uneTotalValores = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.gridCompAImputar  = new Janus.Windows.GridEX.GridEX();
            this.uneTotalImputado  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label8            = new System.Windows.Forms.Label();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.toolBarStandar    = new System.Windows.Forms.ToolBar();
            this.tbbGuardar        = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton8    = new System.Windows.Forms.ToolBarButton();
            this.tbStep3           = new System.Windows.Forms.ToolBarButton();
            this.tbDelete          = new System.Windows.Forms.ToolBarButton();
            this.ultraExplorerBarContainerControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComprobante)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).BeginInit();
            this.ultraExplorerBarContainerControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalValores)).BeginInit();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl5
            //
            this.ultraExplorerBarContainerControl5.Controls.Add(this.txtNumero);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCEInstanciasCaja);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel4);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel6);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel1);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel3);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel5);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbTipoComprobante);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.ultraLabel2);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.cldFechaComprobante);
            this.ultraExplorerBarContainerControl5.Controls.Add(this.mzCmbResponsableEmision);
            this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 49);
            this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
            this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(815, 143);
            this.ultraExplorerBarContainerControl5.TabIndex = 6;
            //
            // txtNumero
            //
            this.txtNumero.Enabled  = false;
            this.txtNumero.Location = new System.Drawing.Point(128, 23);
            this.txtNumero.Name     = "txtNumero";
            this.txtNumero.Size     = new System.Drawing.Size(240, 20);
            this.txtNumero.TabIndex = 1;
            this.txtNumero.Text     = "";
            //
            // mzCmbCuenta
            //
            this.mzCmbCuenta.DataValue            = "";
            this.mzCmbCuenta.EditObject           = null;
            this.mzCmbCuenta.FastSearch           = false;
            this.mzCmbCuenta.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.mzCmbCuenta.HierarchicalSearch   = false;
            this.mzCmbCuenta.Location             = new System.Drawing.Point(128, 69);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.SearchObject         = null;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(438, 22);
            this.mzCmbCuenta.TabIndex             = 3;

            //
            // mzCEInstanciasCaja
            //
            this.mzCEInstanciasCaja.DataSource           = null;
            this.mzCEInstanciasCaja.DisplayMember        = "";
            this.mzCEInstanciasCaja.DisplayMemberCaption = "";
            this.mzCEInstanciasCaja.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(128, 116);
            this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
            this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
            this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(240, 21);
            this.mzCEInstanciasCaja.SorterMember       = "";
            this.mzCEInstanciasCaja.TabIndex           = 5;
            this.mzCEInstanciasCaja.ValueMember        = "";
            this.mzCEInstanciasCaja.ValueMemberCaption = "";
            //
            // ultraLabel4
            //
            this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Location  = new System.Drawing.Point(0, 121);
            this.ultraLabel4.Name      = "ultraLabel4";
            this.ultraLabel4.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel4.TabIndex  = 27;
            this.ultraLabel4.Text      = "Instancia de Caja";
            //
            // ultraLabel6
            //
            this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Location  = new System.Drawing.Point(0, 49);
            this.ultraLabel6.Name      = "ultraLabel6";
            this.ultraLabel6.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel6.TabIndex  = 26;
            this.ultraLabel6.Text      = "Responsable Emisión";
            //
            // ultraLabel1
            //
            this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location  = new System.Drawing.Point(0, 73);
            this.ultraLabel1.Name      = "ultraLabel1";
            this.ultraLabel1.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel1.TabIndex  = 25;
            this.ultraLabel1.Text      = "Cuenta";
            //
            // ultraLabel3
            //
            this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Location  = new System.Drawing.Point(0, 1);
            this.ultraLabel3.Name      = "ultraLabel3";
            this.ultraLabel3.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel3.TabIndex  = 24;
            this.ultraLabel3.Text      = "Fecha";
            //
            // ultraLabel5
            //
            this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Location  = new System.Drawing.Point(0, 25);
            this.ultraLabel5.Name      = "ultraLabel5";
            this.ultraLabel5.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel5.TabIndex  = 23;
            this.ultraLabel5.Text      = "Número";
            //
            // mzCmbTipoComprobante
            //
            this.mzCmbTipoComprobante.DataSource           = null;
            this.mzCmbTipoComprobante.DisplayMember        = "";
            this.mzCmbTipoComprobante.DisplayMemberCaption = "";
            this.mzCmbTipoComprobante.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCmbTipoComprobante.Location             = new System.Drawing.Point(128, 93);
            this.mzCmbTipoComprobante.MaxItemsDisplay      = 7;
            this.mzCmbTipoComprobante.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCmbTipoComprobante.Name               = "mzCmbTipoComprobante";
            this.mzCmbTipoComprobante.Size               = new System.Drawing.Size(240, 21);
            this.mzCmbTipoComprobante.SorterMember       = "";
            this.mzCmbTipoComprobante.TabIndex           = 4;
            this.mzCmbTipoComprobante.ValueMember        = "";
            this.mzCmbTipoComprobante.ValueMemberCaption = "";
            //
            // ultraLabel2
            //
            this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Location  = new System.Drawing.Point(0, 97);
            this.ultraLabel2.Name      = "ultraLabel2";
            this.ultraLabel2.Size      = new System.Drawing.Size(120, 16);
            this.ultraLabel2.TabIndex  = 22;
            this.ultraLabel2.Text      = "Tipo de Comprobante";
            //
            // cldFechaComprobante
            //
            dateButton1.Caption = "Today";
            this.cldFechaComprobante.DateButtons.Add(dateButton1);
            this.cldFechaComprobante.Location          = new System.Drawing.Point(128, 0);
            this.cldFechaComprobante.Name              = "cldFechaComprobante";
            this.cldFechaComprobante.NonAutoSizeHeight = 23;
            this.cldFechaComprobante.Size              = new System.Drawing.Size(240, 21);
            this.cldFechaComprobante.TabIndex          = 0;
            this.cldFechaComprobante.Value             = new System.DateTime(2005, 1, 28, 0, 0, 0, 0);
            //
            // mzCmbResponsableEmision
            //
            this.mzCmbResponsableEmision.DataValue            = "";
            this.mzCmbResponsableEmision.EditObject           = null;
            this.mzCmbResponsableEmision.FastSearch           = false;
            this.mzCmbResponsableEmision.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.mzCmbResponsableEmision.HierarchicalSearch   = false;
            this.mzCmbResponsableEmision.Location             = new System.Drawing.Point(128, 45);
            this.mzCmbResponsableEmision.Name                 = "mzCmbResponsableEmision";
            this.mzCmbResponsableEmision.SearchObject         = null;
            this.mzCmbResponsableEmision.SearchObjectListener = null;
            this.mzCmbResponsableEmision.Size                 = new System.Drawing.Size(438, 22);
            this.mzCmbResponsableEmision.TabIndex             = 2;
            //
            // ultraExplorerBarContainerControl6
            //
            this.ultraExplorerBarContainerControl6.Controls.Add(this.ubEliminar);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.ubAgregar);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.gridEXValores);
            this.ultraExplorerBarContainerControl6.Controls.Add(this.uneTotalValores);
            this.ultraExplorerBarContainerControl6.Location = new System.Drawing.Point(28, 251);
            this.ultraExplorerBarContainerControl6.Name     = "ultraExplorerBarContainerControl6";
            this.ultraExplorerBarContainerControl6.Size     = new System.Drawing.Size(815, 205);
            this.ultraExplorerBarContainerControl6.TabIndex = 8;
            //
            // ubEliminar
            //
            this.ubEliminar.ImageList = this.imglStandar;
            this.ubEliminar.Location  = new System.Drawing.Point(104, 0);
            this.ubEliminar.Name      = "ubEliminar";
            this.ubEliminar.Size      = new System.Drawing.Size(96, 24);
            this.ubEliminar.TabIndex  = 1;
            this.ubEliminar.Text      = "&Eliminar";
            this.ubEliminar.Click    += new System.EventHandler(this.ubEliminar_Click);
            //
            // imglStandar
            //
            this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
            this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
            this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
            //
            // ubAgregar
            //
            this.ubAgregar.ImageList = this.imglStandar;
            this.ubAgregar.Location  = new System.Drawing.Point(8, 0);
            this.ubAgregar.Name      = "ubAgregar";
            this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
            this.ubAgregar.TabIndex  = 0;
            this.ubAgregar.Text      = "&Agregar";
            this.ubAgregar.Click    += new System.EventHandler(this.ubAgregar_Click);
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(432, 8);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(128, 12);
            this.label1.TabIndex  = 31;
            this.label1.Text      = "Total";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // gridEXValores
            //
            this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridEXValores.ContinuousScroll = false;
            this.gridEXValores.Cursor           = System.Windows.Forms.Cursors.Default;
            this.gridEXValores.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEXValores.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.gridEXValores.GroupByBoxVisible  = false;
            this.gridEXValores.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridEXValores.Location           = new System.Drawing.Point(4, 32);
            this.gridEXValores.Name           = "gridEXValores";
            this.gridEXValores.ScrollBars     = Janus.Windows.GridEX.ScrollBars.Both;
            this.gridEXValores.Size           = new System.Drawing.Size(660, 160);
            this.gridEXValores.TabIndex       = 2;
            this.gridEXValores.DoubleClick   += new System.EventHandler(this.gridEXValores_DoubleClick);
            this.gridEXValores.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridEXValores_FormattingRow);
            //
            // uneTotalValores
            //
            this.uneTotalValores.Location      = new System.Drawing.Point(568, 0);
            this.uneTotalValores.Name          = "uneTotalValores";
            this.uneTotalValores.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneTotalValores.Size          = new System.Drawing.Size(96, 21);
            this.uneTotalValores.TabIndex      = 11;
            this.uneTotalValores.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridCompAImputar);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotalImputado);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label8);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 515);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(815, 157);
            this.ultraExplorerBarContainerControl1.TabIndex = 7;
            //
            // gridCompAImputar
            //
            this.gridCompAImputar.AllowDelete        = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridCompAImputar.Cursor             = System.Windows.Forms.Cursors.Default;
            this.gridCompAImputar.GroupByBoxVisible  = false;
            this.gridCompAImputar.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridCompAImputar.Location           = new System.Drawing.Point(0, 0);
            this.gridCompAImputar.Name         = "gridCompAImputar";
            this.gridCompAImputar.ScrollBars   = Janus.Windows.GridEX.ScrollBars.Both;
            this.gridCompAImputar.Size         = new System.Drawing.Size(664, 128);
            this.gridCompAImputar.TabIndex     = 0;
            this.gridCompAImputar.DoubleClick += new System.EventHandler(this.gridCompAImputar_DoubleClick);
            //
            // uneTotalImputado
            //
            this.uneTotalImputado.Location      = new System.Drawing.Point(568, 132);
            this.uneTotalImputado.Name          = "uneTotalImputado";
            this.uneTotalImputado.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneTotalImputado.Size          = new System.Drawing.Size(96, 21);
            this.uneTotalImputado.TabIndex      = 8;
            this.uneTotalImputado.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            //
            // label8
            //
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Location  = new System.Drawing.Point(441, 136);
            this.label8.Name      = "label8";
            this.label8.Size      = new System.Drawing.Size(120, 16);
            this.label8.TabIndex  = 32;
            this.label8.Text      = "Total";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl6);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 143;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Informacion General";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl6;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 205;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text      = "Valores";
            ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup3.Settings.ContainerHeight = 157;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text = "Comprobantes A Imputar";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2,
                ultraExplorerBarGroup3
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(864, 718);
            this.ultraExplorerBar1.TabIndex = 19;
            this.ultraExplorerBar1.TabStop  = false;
            //
            // toolBarStandar
            //
            this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.tbbGuardar
            });
            this.toolBarStandar.ButtonSize     = new System.Drawing.Size(65, 22);
            this.toolBarStandar.DropDownArrows = true;
            this.toolBarStandar.ImageList      = this.imglStandar;
            this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
            this.toolBarStandar.Name           = "toolBarStandar";
            this.toolBarStandar.ShowToolTips   = true;
            this.toolBarStandar.Size           = new System.Drawing.Size(864, 28);
            this.toolBarStandar.TabIndex       = 18;
            this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
            this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
            //
            // tbbGuardar
            //
            this.tbbGuardar.ImageIndex = 4;
            this.tbbGuardar.Text       = "&Guardar";
            //
            // toolBarButton8
            //
            this.toolBarButton8.ImageIndex = 4;
            this.toolBarButton8.Text       = "Guardar";
            //
            // tbStep3
            //
            this.tbStep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbDelete
            //
            this.tbDelete.ImageIndex = 7;
            this.tbDelete.Text       = "Borrar";
            //
            // FrmPagoCuentaCorriente
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(864, 746);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Controls.Add(this.toolBarStandar);
            this.KeyPreview = true;
            this.Name       = "FrmPagoCuentaCorriente";
            this.Text       = "Pagos en Cuenta Corriente";
            this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.FrmPagoCuentaCorriente_KeyDown);
            this.Load      += new System.EventHandler(this.FrmPagoCuentaCorriente_Load);
            this.ultraExplorerBarContainerControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComprobante)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).EndInit();
            this.ultraExplorerBarContainerControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalValores)).EndInit();
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridCompAImputar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotalImputado)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Esempio n. 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.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(FrmCargosAdicionales));
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzComboSearchTransporte           = new mz.erp.ui.controls.mzComboSearchEditor();
     this.mzComboSearchPersona = new mz.erp.ui.controls.mzComboSearchEditor();
     this.label4           = new System.Windows.Forms.Label();
     this.monto            = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.descripcion      = new System.Windows.Forms.TextBox();
     this.labelDescripcion = new System.Windows.Forms.Label();
     this.labelProveedor   = 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.ultraExplorerBar = 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.imglStandar      = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.monto)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(759, 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(759, 23);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboSearchTransporte);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboSearchPersona);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.monto);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.descripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelDescripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelProveedor);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(759, 111);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzComboSearchTransporte
     //
     this.mzComboSearchTransporte.DataValue            = "";
     this.mzComboSearchTransporte.EditObject           = null;
     this.mzComboSearchTransporte.FastSearch           = false;
     this.mzComboSearchTransporte.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzComboSearchTransporte.HierarchicalSearch   = false;
     this.mzComboSearchTransporte.Location             = new System.Drawing.Point(96, 56);
     this.mzComboSearchTransporte.Name                 = "mzComboSearchTransporte";
     this.mzComboSearchTransporte.SearchObject         = null;
     this.mzComboSearchTransporte.SearchObjectListener = null;
     this.mzComboSearchTransporte.Size                 = new System.Drawing.Size(496, 22);
     this.mzComboSearchTransporte.TabIndex             = 1;
     this.mzComboSearchTransporte.ValueChanged        += new System.EventHandler(this.mzComboSearchTransporte_ValueChanged);
     //
     // mzComboSearchPersona
     //
     this.mzComboSearchPersona.DataValue            = "";
     this.mzComboSearchPersona.EditObject           = null;
     this.mzComboSearchPersona.FastSearch           = false;
     this.mzComboSearchPersona.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzComboSearchPersona.HierarchicalSearch   = false;
     this.mzComboSearchPersona.Location             = new System.Drawing.Point(96, 80);
     this.mzComboSearchPersona.Name                 = "mzComboSearchPersona";
     this.mzComboSearchPersona.SearchObject         = null;
     this.mzComboSearchPersona.SearchObjectListener = null;
     this.mzComboSearchPersona.Size                 = new System.Drawing.Size(496, 22);
     this.mzComboSearchPersona.TabIndex             = 2;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(528, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 44;
     this.label4.Text      = "Total Conceptos";
     //
     // monto
     //
     appearance1.BackColor    = System.Drawing.Color.Transparent;
     this.monto.Appearance    = appearance1;
     this.monto.BorderStyle   = Infragistics.Win.UIElementBorderStyle.None;
     this.monto.Enabled       = false;
     this.monto.Font          = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.monto.Location      = new System.Drawing.Point(624, 0);
     this.monto.Name          = "monto";
     this.monto.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.monto.PromptChar    = ' ';
     this.monto.ReadOnly      = true;
     this.monto.Size          = new System.Drawing.Size(112, 27);
     this.monto.TabIndex      = 43;
     this.monto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(16, 56);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 23);
     this.label3.TabIndex  = 40;
     this.label3.Text      = "Transporte";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(16, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 39;
     this.label2.Text      = "Tipo";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location  = new System.Drawing.Point(104, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 23);
     this.label1.TabIndex  = 38;
     this.label1.Text      = "Flete";
     //
     // descripcion
     //
     this.descripcion.Location     = new System.Drawing.Point(96, 32);
     this.descripcion.Name         = "descripcion";
     this.descripcion.Size         = new System.Drawing.Size(496, 20);
     this.descripcion.TabIndex     = 0;
     this.descripcion.Text         = "";
     this.descripcion.TextChanged += new System.EventHandler(this.descripcion_TextChanged);
     //
     // labelDescripcion
     //
     this.labelDescripcion.BackColor = System.Drawing.Color.Transparent;
     this.labelDescripcion.Location  = new System.Drawing.Point(16, 32);
     this.labelDescripcion.Name      = "labelDescripcion";
     this.labelDescripcion.Size      = new System.Drawing.Size(80, 23);
     this.labelDescripcion.TabIndex  = 37;
     this.labelDescripcion.Text      = "Observaciones";
     //
     // labelProveedor
     //
     this.labelProveedor.BackColor = System.Drawing.Color.Transparent;
     this.labelProveedor.Location  = new System.Drawing.Point(16, 80);
     this.labelProveedor.Name      = "labelProveedor";
     this.labelProveedor.Size      = new System.Drawing.Size(80, 23);
     this.labelProveedor.TabIndex  = 34;
     this.labelProveedor.Text      = "Responsable";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 277);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(759, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridEX1
     //
     this.gridEX1.AllowDrop = true;
     this.gridEX1.AutoEdit  = true;
     this.gridEX1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     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(16, 8);
     this.gridEX1.Name     = "gridEX1";
     this.gridEX1.Size     = new System.Drawing.Size(720, 136);
     this.gridEX1.TabIndex = 43;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraExplorerBar);
     this.panel1.Controls.Add(this.toolBarStandar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(808, 534);
     this.panel1.TabIndex = 0;
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 111;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Detalle conceptos adicionales";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Detalle de Items";
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(808, 506);
     this.ultraExplorerBar.TabIndex = 34;
     this.ultraExplorerBar.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.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(808, 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;
     //
     // 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;
     //
     // FrmCargosAdicionales
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(808, 534);
     this.Controls.Add(this.panel1);
     this.Name = "FrmCargosAdicionales";
     this.Text = "FrmCargosAdicionales";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.monto)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.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(FrmAbmCuentasObservacionesEstados));
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelLeyenda = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzCmbSrchEdtEstados = new mz.erp.ui.controls.mzComboSearchEditor();
     this.labelSearch         = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label3            = new System.Windows.Forms.Label();
     this.checkBoxActivo    = new System.Windows.Forms.CheckBox();
     this.label1            = new System.Windows.Forms.Label();
     this.descripcion       = new System.Windows.Forms.TextBox();
     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();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelLeyenda);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(901, 24);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelLeyenda
     //
     this.labelLeyenda.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelLeyenda.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelLeyenda.Location  = new System.Drawing.Point(0, 0);
     this.labelLeyenda.Name      = "labelLeyenda";
     this.labelLeyenda.Size      = new System.Drawing.Size(958, 24);
     this.labelLeyenda.TabIndex  = 0;
     this.labelLeyenda.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSrchEdtEstados);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelSearch);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(901, 50);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // mzCmbSrchEdtEstados
     //
     this.mzCmbSrchEdtEstados.DataValue            = "";
     this.mzCmbSrchEdtEstados.EditObject           = null;
     this.mzCmbSrchEdtEstados.FastSearch           = false;
     this.mzCmbSrchEdtEstados.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdtEstados.HierarchicalSearch   = false;
     this.mzCmbSrchEdtEstados.Location             = new System.Drawing.Point(64, 8);
     this.mzCmbSrchEdtEstados.Name                 = "mzCmbSrchEdtEstados";
     this.mzCmbSrchEdtEstados.ReadOnly             = false;
     this.mzCmbSrchEdtEstados.SearchObject         = null;
     this.mzCmbSrchEdtEstados.SearchObjectListener = null;
     this.mzCmbSrchEdtEstados.Size                 = new System.Drawing.Size(544, 22);
     this.mzCmbSrchEdtEstados.TabIndex             = 5;
     //
     // 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      = "Estado:";
     this.labelSearch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.checkBoxActivo);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.descripcion);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 216);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(901, 50);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label3.Location  = new System.Drawing.Point(312, 17);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 23);
     this.label3.TabIndex  = 11;
     this.label3.Text      = "Activo:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBoxActivo
     //
     this.checkBoxActivo.BackColor  = System.Drawing.SystemColors.InactiveCaptionText;
     this.checkBoxActivo.Checked    = true;
     this.checkBoxActivo.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxActivo.Location   = new System.Drawing.Point(360, 16);
     this.checkBoxActivo.Name       = "checkBoxActivo";
     this.checkBoxActivo.Size       = new System.Drawing.Size(16, 24);
     this.checkBoxActivo.TabIndex   = 10;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 24);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Estado:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // descripcion
     //
     this.descripcion.Location = new System.Drawing.Point(64, 20);
     this.descripcion.Name     = "descripcion";
     this.descripcion.TabIndex = 8;
     this.descripcion.Text     = "";
     //
     // 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;
     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 = 50;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "DatosdelEstado";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 50;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Datos del Estado";
     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(976, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // 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;
     //
     // FrmAbmCuentasObservacionesEstados
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(976, 398);
     this.Controls.Add(this.toolBarStandar);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Name  = "FrmAbmCuentasObservacionesEstados";
     this.Load += new System.EventHandler(this.FrmAbmCuentasObservacionesEstados_Load);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmTiposDeAjusteStock));
     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.mzCmbTipoAjuste         = new mz.erp.ui.controls.mzComboSearchEditor();
     this.label3                  = new System.Windows.Forms.Label();
     this.datosGeneralesContainer = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.chAfectaSeguimiento     = new System.Windows.Forms.CheckBox();
     this.chSistema               = new System.Windows.Forms.CheckBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.radioNegativa           = new System.Windows.Forms.RadioButton();
     this.radioPositiva           = new System.Windows.Forms.RadioButton();
     this.mzComboEstadoDeStock    = new mz.erp.ui.controls.mzComboEditor();
     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.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.datosGeneralesContainer.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstadoDeStock)).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(758, 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(758, 32);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTipoAjuste);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 122);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(758, 38);
     this.ultraExplorerBarContainerControl1.TabIndex = 7;
     //
     // mzCmbTipoAjuste
     //
     this.mzCmbTipoAjuste.DataValue            = "";
     this.mzCmbTipoAjuste.EditObject           = null;
     this.mzCmbTipoAjuste.FastSearch           = false;
     this.mzCmbTipoAjuste.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbTipoAjuste.HierarchicalSearch   = false;
     this.mzCmbTipoAjuste.Location             = new System.Drawing.Point(134, 8);
     this.mzCmbTipoAjuste.Name                 = "mzCmbTipoAjuste";
     this.mzCmbTipoAjuste.ReadOnly             = false;
     this.mzCmbTipoAjuste.SearchObject         = null;
     this.mzCmbTipoAjuste.SearchObjectListener = null;
     this.mzCmbTipoAjuste.Size                 = new System.Drawing.Size(496, 22);
     this.mzCmbTipoAjuste.TabIndex             = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(32, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 23);
     this.label3.TabIndex  = 35;
     this.label3.Text      = "Tipo de Ajuste";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // datosGeneralesContainer
     //
     this.datosGeneralesContainer.Controls.Add(this.chAfectaSeguimiento);
     this.datosGeneralesContainer.Controls.Add(this.chSistema);
     this.datosGeneralesContainer.Controls.Add(this.label1);
     this.datosGeneralesContainer.Controls.Add(this.groupBox1);
     this.datosGeneralesContainer.Controls.Add(this.mzComboEstadoDeStock);
     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, 219);
     this.datosGeneralesContainer.Name     = "datosGeneralesContainer";
     this.datosGeneralesContainer.Size     = new System.Drawing.Size(758, 125);
     this.datosGeneralesContainer.TabIndex = 0;
     //
     // chAfectaSeguimiento
     //
     this.chAfectaSeguimiento.BackColor   = System.Drawing.Color.Transparent;
     this.chAfectaSeguimiento.Checked     = true;
     this.chAfectaSeguimiento.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.chAfectaSeguimiento.Location    = new System.Drawing.Point(440, 112);
     this.chAfectaSeguimiento.Name        = "chAfectaSeguimiento";
     this.chAfectaSeguimiento.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chAfectaSeguimiento.Size        = new System.Drawing.Size(224, 16);
     this.chAfectaSeguimiento.TabIndex    = 6;
     this.chAfectaSeguimiento.Text        = "Afecta Seguimiento De Articulos Fisico ";
     this.chAfectaSeguimiento.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chSistema
     //
     this.chSistema.BackColor   = System.Drawing.Color.Transparent;
     this.chSistema.Checked     = true;
     this.chSistema.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.chSistema.Location    = new System.Drawing.Point(256, 112);
     this.chSistema.Name        = "chSistema";
     this.chSistema.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chSistema.Size        = new System.Drawing.Size(72, 16);
     this.chSistema.TabIndex    = 5;
     this.chSistema.Text        = "Sistema";
     this.chSistema.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(24, 56);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 47;
     this.label1.Text      = "Operación";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.radioNegativa);
     this.groupBox1.Controls.Add(this.radioPositiva);
     this.groupBox1.Location = new System.Drawing.Point(128, 56);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(120, 48);
     this.groupBox1.TabIndex = 46;
     this.groupBox1.TabStop  = false;
     //
     // radioNegativa
     //
     this.radioNegativa.Location = new System.Drawing.Point(8, 27);
     this.radioNegativa.Name     = "radioNegativa";
     this.radioNegativa.Size     = new System.Drawing.Size(104, 16);
     this.radioNegativa.TabIndex = 3;
     this.radioNegativa.Text     = "Negativa";
     //
     // radioPositiva
     //
     this.radioPositiva.Checked  = true;
     this.radioPositiva.Location = new System.Drawing.Point(8, 12);
     this.radioPositiva.Name     = "radioPositiva";
     this.radioPositiva.Size     = new System.Drawing.Size(104, 16);
     this.radioPositiva.TabIndex = 2;
     this.radioPositiva.TabStop  = true;
     this.radioPositiva.Text     = "Positiva";
     //
     // mzComboEstadoDeStock
     //
     this.mzComboEstadoDeStock.AutoComplete         = true;
     this.mzComboEstadoDeStock.DataSource           = null;
     this.mzComboEstadoDeStock.DisplayMember        = "";
     this.mzComboEstadoDeStock.DisplayMemberCaption = "";
     this.mzComboEstadoDeStock.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEstadoDeStock.Location             = new System.Drawing.Point(128, 32);
     this.mzComboEstadoDeStock.MaxItemsDisplay      = 7;
     this.mzComboEstadoDeStock.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEstadoDeStock.Name               = "mzComboEstadoDeStock";
     this.mzComboEstadoDeStock.Size               = new System.Drawing.Size(345, 21);
     this.mzComboEstadoDeStock.SorterMember       = "";
     this.mzComboEstadoDeStock.TabIndex           = 1;
     this.mzComboEstadoDeStock.ValueMember        = "";
     this.mzComboEstadoDeStock.ValueMemberCaption = "";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(24, 32);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 16);
     this.label9.TabIndex  = 44;
     this.label9.Text      = "Stock Afectado";
     //
     // 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 = 0;
     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(24, 112);
     this.chActivo.Name        = "chActivo";
     this.chActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chActivo.Size        = new System.Drawing.Size(64, 16);
     this.chActivo.TabIndex    = 4;
     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(824, 28);
     this.toolBar1.TabIndex       = 22;
     this.toolBar1.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 9;
     this.toolBarButton1.Text       = "&Anterior";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 8;
     this.toolBarButton3.Text       = "&Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 7;
     this.toolBarButton5.Text       = "&Cancelar";
     //
     // 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       = "Ajustes de Stock";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 38;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Ajustes de Stock";
     ultraExplorerBarGroup2.Visible   = false;
     ultraExplorerBarGroup3.Container = this.datosGeneralesContainer;
     ultraExplorerBarGroup3.Enabled   = false;
     ultraExplorerBarGroup3.Key       = "Datos Generales";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 125;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text    = "Datos Generales";
     ultraExplorerBarGroup3.Visible = false;
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(824, 362);
     this.ultraExplorerBar1.TabIndex = 23;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmTiposDeAjusteStock
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(824, 390);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBar1);
     this.Name = "FrmAbmTiposDeAjusteStock";
     this.Text = "FrmAbmTiposDeAjusteStock";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.datosGeneralesContainer.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEstadoDeStock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }