private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmABMInstanceManager)); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); this.DatosGenerales = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.imglStandar = new System.Windows.Forms.ImageList(this.components); this.barra = new System.Windows.Forms.ToolBar(); this.primero = new System.Windows.Forms.ToolBarButton(); this.anterior = new System.Windows.Forms.ToolBarButton(); this.siguiente = new System.Windows.Forms.ToolBarButton(); this.ultimo = new System.Windows.Forms.ToolBarButton(); this.separador1 = new System.Windows.Forms.ToolBarButton(); this.actualizar = new System.Windows.Forms.ToolBarButton(); this.separador2 = new System.Windows.Forms.ToolBarButton(); this.guardar = new System.Windows.Forms.ToolBarButton(); this.separador3 = new System.Windows.Forms.ToolBarButton(); this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar(); ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit(); this.ultraExplorerBar1.SuspendLayout(); this.SuspendLayout(); // // DatosGenerales // this.DatosGenerales.Location = new System.Drawing.Point(28, 49); this.DatosGenerales.Name = "DatosGenerales"; this.DatosGenerales.Size = new System.Drawing.Size(759, 150); this.DatosGenerales.TabIndex = 0; this.DatosGenerales.TabStop = true; // // 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; // // barra // this.barra.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.barra.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.primero, this.anterior, this.siguiente, this.ultimo, this.separador1, this.actualizar, this.separador2, this.guardar, this.separador3 }); this.barra.DropDownArrows = true; this.barra.ImageList = this.imglStandar; this.barra.Location = new System.Drawing.Point(0, 0); this.barra.Name = "barra"; this.barra.ShowToolTips = true; this.barra.Size = new System.Drawing.Size(808, 28); this.barra.TabIndex = 16; this.barra.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right; this.barra.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.onClick); // // primero // this.primero.ImageIndex = 0; // // anterior // this.anterior.ImageIndex = 1; // // siguiente // this.siguiente.ImageIndex = 2; // // ultimo // this.ultimo.ImageIndex = 3; // // separador1 // this.separador1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // actualizar // this.actualizar.ImageIndex = 5; // // separador2 // this.separador2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // guardar // this.guardar.ImageIndex = 4; this.guardar.Text = "&Guardar"; // // separador3 // this.separador3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // ultraExplorerBar1 // this.ultraExplorerBar1.Controls.Add(this.DatosGenerales); this.ultraExplorerBar1.Cursor = System.Windows.Forms.Cursors.Hand; this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill; ultraExplorerBarGroup1.Container = this.DatosGenerales; ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup1.Text = "Datos Generales"; this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] { ultraExplorerBarGroup1 }); this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28); this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false; //German 20101207 - Tarea Infragistics 2008 – Tarea 983 this.ultraExplorerBar1.Size = new System.Drawing.Size(808, 378); this.ultraExplorerBar1.TabIndex = 18; this.ultraExplorerBar1.TabStop = false; this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick); // // FrmABMInstanceManager // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(808, 406); this.Controls.Add(this.ultraExplorerBar1); this.Controls.Add(this.barra); this.Name = "FrmABMInstanceManager"; this.Text = "FrmABMInstanceManager"; ((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(FrmAMB)); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.imglStandar = new System.Windows.Forms.ImageList(this.components); this.toolBarStandar = new System.Windows.Forms.ToolBar(); this.toolBarButton1 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton2 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton3 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton4 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton5 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton6 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton7 = 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.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar(); this.toolBarButton9 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton10 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton11 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton12 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton13 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton14 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton15 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton16 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton17 = new System.Windows.Forms.ToolBarButton(); this.toolBarButton18 = new System.Windows.Forms.ToolBarButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit(); this.ultraExplorerBar1.SuspendLayout(); this.SuspendLayout(); // // ultraExplorerBarContainerControl1 // this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49); this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1"; this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(871, 150); this.ultraExplorerBarContainerControl1.TabIndex = 0; this.ultraExplorerBarContainerControl1.TabStop = true; // // imglStandar // this.imglStandar.ImageSize = new System.Drawing.Size(16, 16); this.imglStandar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream"))); this.imglStandar.TransparentColor = System.Drawing.Color.Magenta; // // toolBarStandar // this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.toolBarButton1, this.toolBarButton2, this.toolBarButton3, this.toolBarButton4, this.toolBarButton5, this.toolBarButton6, this.toolBarButton7, this.toolBarButton8, this.tbStep3, this.tbDelete }); this.toolBarStandar.DropDownArrows = true; this.toolBarStandar.ImageList = this.imglStandar; this.toolBarStandar.Location = new System.Drawing.Point(0, 0); this.toolBarStandar.Name = "toolBarStandar"; this.toolBarStandar.ShowToolTips = true; this.toolBarStandar.Size = new System.Drawing.Size(920, 28); this.toolBarStandar.TabIndex = 16; this.toolBarStandar.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right; this.toolBarStandar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.onClick); // // toolBarButton1 // this.toolBarButton1.ImageIndex = 0; this.toolBarButton1.Visible = false; // // toolBarButton2 // this.toolBarButton2.ImageIndex = 1; this.toolBarButton2.Visible = false; // // toolBarButton3 // this.toolBarButton3.ImageIndex = 2; this.toolBarButton3.Visible = false; // // toolBarButton4 // this.toolBarButton4.ImageIndex = 3; this.toolBarButton4.Visible = false; // // toolBarButton5 // this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; this.toolBarButton5.Visible = false; // // toolBarButton6 // this.toolBarButton6.ImageIndex = 5; this.toolBarButton6.Visible = false; // // toolBarButton7 // this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; this.toolBarButton7.Visible = false; // // 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"; // // ultraExplorerBar1 // this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1); this.ultraExplorerBar1.Cursor = System.Windows.Forms.Cursors.Hand; this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill; ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1; ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup1.Text = "Datos Generales"; this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] { ultraExplorerBarGroup1 }); this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28); this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false; //German 20101207 - Tarea Infragistics 2008 – Tarea 983 this.ultraExplorerBar1.Size = new System.Drawing.Size(920, 409); this.ultraExplorerBar1.TabIndex = 17; this.ultraExplorerBar1.TabStop = false; // // toolBarButton9 // this.toolBarButton9.ImageIndex = 0; // // toolBarButton10 // this.toolBarButton10.ImageIndex = 1; // // toolBarButton11 // this.toolBarButton11.ImageIndex = 2; // // toolBarButton12 // this.toolBarButton12.ImageIndex = 3; // // toolBarButton13 // this.toolBarButton13.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // toolBarButton14 // this.toolBarButton14.ImageIndex = 5; // // toolBarButton15 // this.toolBarButton15.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // toolBarButton16 // this.toolBarButton16.ImageIndex = 4; this.toolBarButton16.Text = "Guardar"; // // toolBarButton17 // this.toolBarButton17.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // toolBarButton18 // this.toolBarButton18.ImageIndex = 7; this.toolBarButton18.Text = "Borrar"; // // FrmAMB // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(920, 437); this.Controls.Add(this.ultraExplorerBar1); this.Controls.Add(this.toolBarStandar); this.KeyPreview = true; this.Name = "FrmAMB"; this.Text = "FrmAMB"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAMB_KeyDown); this.Load += new System.EventHandler(this.FrmAMB_Load); ((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. 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); }
/* go generado por el Diseñador de Windows Forms * > * sario para admitir el Diseñador. No se puede modificar nido 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.UltraWinDataSource.UltraDataBand ultraDataBand1 = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 1"); Infragistics.Win.UltraWinDataSource.UltraDataBand ultraDataBand2 = new Infragistics.Win.UltraWinDataSource.UltraDataBand("Band 2"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Sucursal"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Cantidad"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Descripcion"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Cantidad"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Descripcion"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("Cantidad"); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultaArticulos)); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtDescripcion = new System.Windows.Forms.TextBox(); this.gridEXAgrupamientos = new Janus.Windows.GridEX.GridEX(); this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.uneMaxDesctoConImp = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label11 = new System.Windows.Forms.Label(); this.unePrecioListaConImp = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label10 = new System.Windows.Forms.Label(); this.unePrecioNeto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label7 = new System.Windows.Forms.Label(); this.uneMaxDescto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label6 = new System.Windows.Forms.Label(); this.unePrecioBruto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label5 = new System.Windows.Forms.Label(); this.unePrecioNetoConImp = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label2 = new System.Windows.Forms.Label(); this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.ultraGridStock = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.uneStock = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.txtEstado = new System.Windows.Forms.TextBox(); this.txtVisualizacion = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.imglStandar = new System.Windows.Forms.ImageList(this.components); this.toolBarStandar = new System.Windows.Forms.ToolBar(); this.toolBarButton12 = new System.Windows.Forms.ToolBarButton(); this.panel1 = new System.Windows.Forms.Panel(); this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar(); this.ultraExplorerBarContainerControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit(); this.ultraExplorerBarContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uneMaxDesctoConImp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioListaConImp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioNeto)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uneMaxDescto)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioBruto)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioNetoConImp)).BeginInit(); this.ultraExplorerBarContainerControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridStock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uneStock)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit(); this.ultraExplorerBar1.SuspendLayout(); this.SuspendLayout(); // // ultraExplorerBarContainerControl3 // this.ultraExplorerBarContainerControl3.Controls.Add(this.label9); this.ultraExplorerBarContainerControl3.Controls.Add(this.label8); this.ultraExplorerBarContainerControl3.Controls.Add(this.txtDescripcion); this.ultraExplorerBarContainerControl3.Controls.Add(this.gridEXAgrupamientos); this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, -83); this.ultraExplorerBarContainerControl3.Name = "ultraExplorerBarContainerControl3"; this.ultraExplorerBarContainerControl3.Size = new System.Drawing.Size(846, 82); this.ultraExplorerBarContainerControl3.TabIndex = 2; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(1, 24); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 16); this.label9.TabIndex = 28; this.label9.Text = "Agrupamientos"; // // label8 // this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(0, 3); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(69, 16); this.label8.TabIndex = 27; this.label8.Text = "Descripción"; // // txtDescripcion // this.txtDescripcion.BackColor = System.Drawing.Color.White; this.txtDescripcion.Location = new System.Drawing.Point(101, 0); this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.ReadOnly = true; this.txtDescripcion.Size = new System.Drawing.Size(376, 20); this.txtDescripcion.TabIndex = 0; this.txtDescripcion.Text = "txtDescripcion"; // // gridEXAgrupamientos // this.gridEXAgrupamientos.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False; this.gridEXAgrupamientos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridEXAgrupamientos.Cursor = System.Windows.Forms.Cursors.Default; this.gridEXAgrupamientos.GroupByBoxInfoText = ""; this.gridEXAgrupamientos.GroupByBoxVisible = false; this.gridEXAgrupamientos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges; this.gridEXAgrupamientos.LayoutData = "<GridEXLayoutData><RootTable><Columns Collection=\"true\"><Column0 ID=\"IdProducto\">" + "<Caption>IdProducto</Caption><DataMember>IdProducto</DataMember><Key>IdProducto<" + "/Key><Position>0</Position><Visible>False</Visible></Column0><Column1 ID=\"Jerarq" + "uia\"><Caption>Jerarquia</Caption><DataMember>Jerarquia</DataMember><Key>Jerarqui" + "a</Key><Position>1</Position><Visible>False</Visible></Column1><Column2 ID=\"Fech" + "aCreacion\"><Caption>FechaCreacion</Caption><DataMember>FechaCreacion</DataMember" + "><Key>FechaCreacion</Key><Position>2</Position><Visible>False</Visible></Column2" + "><Column3 ID=\"IdConexionCreacion\"><Caption>IdConexionCreacion</Caption><DataMemb" + "er>IdConexionCreacion</DataMember><Key>IdConexionCreacion</Key><Position>3</Posi" + "tion><Visible>False</Visible></Column3><Column4 ID=\"UltimaModificacion\"><Caption" + ">UltimaModificacion</Caption><DataMember>UltimaModificacion</DataMember><Key>Ult" + "imaModificacion</Key><Position>4</Position><Visible>False</Visible></Column4><Co" + "lumn5 ID=\"IdConexionUltimaModificacion\"><Caption>IdConexionUltimaModificacion</C" + "aption><DataMember>IdConexionUltimaModificacion</DataMember><Key>IdConexionUltim" + "aModificacion</Key><Position>5</Position><Visible>False</Visible></Column5><Colu" + "mn6 ID=\"IdReservado\"><Caption>IdReservado</Caption><DataMember>IdReservado</Data" + "Member><Key>IdReservado</Key><Position>6</Position><Visible>False</Visible></Col" + "umn6><Column7 ID=\"RowId\"><Caption>RowId</Caption><DataMember>RowId</DataMember><" + "Key>RowId</Key><Position>7</Position><Visible>False</Visible></Column7><Column8 " + "ID=\"IdEmpresa\"><Caption>IdEmpresa</Caption><DataMember>IdEmpresa</DataMember><Ke" + "y>IdEmpresa</Key><Position>8</Position><Visible>False</Visible></Column8><Column" + "9 ID=\"Descripcion\"><Caption>Descripcion</Caption><DataMember>Descripcion</DataMe" + "mber><Key>Descripcion</Key><Position>9</Position><Width>98</Width></Column9></Co" + "lumns><GroupCondition ID=\"\" /><SortKeys Collection=\"true\"><SortKey0 ID=\"SortKey0" + "\"><ColIndex>9</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>"; this.gridEXAgrupamientos.Location = new System.Drawing.Point(101, 22); this.gridEXAgrupamientos.Name = "gridEXAgrupamientos"; this.gridEXAgrupamientos.Size = new System.Drawing.Size(370, 58); this.gridEXAgrupamientos.TabIndex = 1; // // ultraExplorerBarContainerControl1 // this.ultraExplorerBarContainerControl1.Controls.Add(this.uneMaxDesctoConImp); this.ultraExplorerBarContainerControl1.Controls.Add(this.label11); this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioListaConImp); this.ultraExplorerBarContainerControl1.Controls.Add(this.label10); this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioNeto); this.ultraExplorerBarContainerControl1.Controls.Add(this.label7); this.ultraExplorerBarContainerControl1.Controls.Add(this.uneMaxDescto); this.ultraExplorerBarContainerControl1.Controls.Add(this.label6); this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioBruto); this.ultraExplorerBarContainerControl1.Controls.Add(this.label5); this.ultraExplorerBarContainerControl1.Controls.Add(this.unePrecioNetoConImp); this.ultraExplorerBarContainerControl1.Controls.Add(this.label2); this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 58); this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1"; this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(846, 82); this.ultraExplorerBarContainerControl1.TabIndex = 0; // // uneMaxDesctoConImp // this.uneMaxDesctoConImp.FormatString = "0.00"; this.uneMaxDesctoConImp.Location = new System.Drawing.Point(526, 27); this.uneMaxDesctoConImp.MaxValue = 2147483647.99; this.uneMaxDesctoConImp.MinValue = -21474836.99; this.uneMaxDesctoConImp.Name = "uneMaxDesctoConImp"; this.uneMaxDesctoConImp.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.uneMaxDesctoConImp.PromptChar = ' '; this.uneMaxDesctoConImp.ReadOnly = true; this.uneMaxDesctoConImp.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.uneMaxDesctoConImp.Size = new System.Drawing.Size(100, 21); this.uneMaxDesctoConImp.TabIndex = 4; // // label11 // this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Location = new System.Drawing.Point(325, 29); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(200, 16); this.label11.TabIndex = 31; this.label11.Text = "Máximo descuento aplicable"; // // unePrecioListaConImp // this.unePrecioListaConImp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.unePrecioListaConImp.FormatString = "0.00"; this.unePrecioListaConImp.Location = new System.Drawing.Point(526, 3); this.unePrecioListaConImp.MaxValue = 2147483647.99; this.unePrecioListaConImp.MinValue = -21474836.99; this.unePrecioListaConImp.Name = "unePrecioListaConImp"; this.unePrecioListaConImp.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.unePrecioListaConImp.PromptChar = ' '; this.unePrecioListaConImp.ReadOnly = true; this.unePrecioListaConImp.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.unePrecioListaConImp.Size = new System.Drawing.Size(100, 21); this.unePrecioListaConImp.TabIndex = 3; // // label10 // this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label10.Location = new System.Drawing.Point(325, 6); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(192, 16); this.label10.TabIndex = 29; this.label10.Text = "Precio de Lista Impuestos Incluidos"; this.label10.Click += new System.EventHandler(this.label10_Click); // // unePrecioNeto // this.unePrecioNeto.FormatString = "0.00"; this.unePrecioNeto.Location = new System.Drawing.Point(173, 52); this.unePrecioNeto.MaxValue = 2147483647.99; this.unePrecioNeto.MinValue = -21474836.99; this.unePrecioNeto.Name = "unePrecioNeto"; this.unePrecioNeto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.unePrecioNeto.PromptChar = ' '; this.unePrecioNeto.ReadOnly = true; this.unePrecioNeto.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.unePrecioNeto.Size = new System.Drawing.Size(100, 21); this.unePrecioNeto.TabIndex = 2; this.unePrecioNeto.ValueChanged += new System.EventHandler(this.unePrecioNeto_ValueChanged); // // label7 // this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Location = new System.Drawing.Point(16, 59); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(152, 16); this.label7.TabIndex = 27; this.label7.Text = "Precio Mínimo sin Impuestos"; this.label7.Click += new System.EventHandler(this.label7_Click); // // uneMaxDescto // this.uneMaxDescto.FormatString = "0.00"; this.uneMaxDescto.Location = new System.Drawing.Point(173, 27); this.uneMaxDescto.MaxValue = 2147483647.99; this.uneMaxDescto.MinValue = -21474836.99; this.uneMaxDescto.Name = "uneMaxDescto"; this.uneMaxDescto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.uneMaxDescto.PromptChar = ' '; this.uneMaxDescto.ReadOnly = true; this.uneMaxDescto.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.uneMaxDescto.Size = new System.Drawing.Size(100, 21); this.uneMaxDescto.TabIndex = 1; // // label6 // this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Location = new System.Drawing.Point(16, 32); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(152, 16); this.label6.TabIndex = 25; this.label6.Text = "Máximo descuento aplicable"; // // unePrecioBruto // this.unePrecioBruto.FormatString = "0.00"; this.unePrecioBruto.Location = new System.Drawing.Point(173, 3); this.unePrecioBruto.MaxValue = 2147483647.99; this.unePrecioBruto.MinValue = -21474836.99; this.unePrecioBruto.Name = "unePrecioBruto"; this.unePrecioBruto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.unePrecioBruto.PromptChar = ' '; this.unePrecioBruto.ReadOnly = true; this.unePrecioBruto.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.unePrecioBruto.Size = new System.Drawing.Size(100, 21); this.unePrecioBruto.TabIndex = 0; // // label5 // this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(16, 6); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(160, 16); this.label5.TabIndex = 23; this.label5.Text = "Precio de Lista sin Impuestos"; // // unePrecioNetoConImp // this.unePrecioNetoConImp.FormatString = "0.00"; this.unePrecioNetoConImp.Location = new System.Drawing.Point(526, 52); this.unePrecioNetoConImp.MaxValue = 2147483647.99; this.unePrecioNetoConImp.MinValue = -21474836.99; this.unePrecioNetoConImp.Name = "unePrecioNetoConImp"; this.unePrecioNetoConImp.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.unePrecioNetoConImp.PromptChar = ' '; this.unePrecioNetoConImp.ReadOnly = true; this.unePrecioNetoConImp.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.unePrecioNetoConImp.Size = new System.Drawing.Size(100, 21); this.unePrecioNetoConImp.TabIndex = 5; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(326, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(192, 16); this.label2.TabIndex = 17; this.label2.Text = "Precio Mínimo Impuestos Incluidos"; // // ultraExplorerBarContainerControl2 // this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraGridStock); this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1); this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 199); this.ultraExplorerBarContainerControl2.Name = "ultraExplorerBarContainerControl2"; this.ultraExplorerBarContainerControl2.Size = new System.Drawing.Size(846, 273); this.ultraExplorerBarContainerControl2.TabIndex = 1; // // ultraGridStock // this.ultraGridStock.Cursor = System.Windows.Forms.Cursors.Default; this.ultraGridStock.DataSource = this.ultraDataSource1; appearance1.BackColor = System.Drawing.Color.White; this.ultraGridStock.DisplayLayout.Appearance = appearance1; this.ultraGridStock.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ultraGridStock.Location = new System.Drawing.Point(0, 0); this.ultraGridStock.Name = "ultraGridStock"; this.ultraGridStock.Size = new System.Drawing.Size(846, 273); this.ultraGridStock.TabIndex = 0; // // ultraDataSource1 // ultraDataBand2.Columns.AddRange(new object[] { ultraDataColumn1, ultraDataColumn2 }); ultraDataBand1.ChildBands.AddRange(new object[] { ultraDataBand2 }); ultraDataBand1.Columns.AddRange(new object[] { ultraDataColumn3, ultraDataColumn4 }); this.ultraDataSource1.Band.ChildBands.AddRange(new object[] { ultraDataBand1 }); this.ultraDataSource1.Band.Columns.AddRange(new object[] { ultraDataColumn5, ultraDataColumn6 }); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.uneStock); this.groupBox1.Controls.Add(this.txtEstado); this.groupBox1.Controls.Add(this.txtVisualizacion); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(846, 273); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; // // uneStock // this.uneStock.Location = new System.Drawing.Point(128, 62); this.uneStock.Name = "uneStock"; this.uneStock.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.uneStock.PromptChar = ' '; this.uneStock.ReadOnly = true; this.uneStock.Size = new System.Drawing.Size(100, 21); this.uneStock.TabIndex = 30; // // txtEstado // this.txtEstado.BackColor = System.Drawing.Color.White; this.txtEstado.Location = new System.Drawing.Point(128, 40); this.txtEstado.Name = "txtEstado"; this.txtEstado.ReadOnly = true; this.txtEstado.Size = new System.Drawing.Size(144, 20); this.txtEstado.TabIndex = 4; this.txtEstado.Text = "txtEstado"; // // txtVisualizacion // this.txtVisualizacion.BackColor = System.Drawing.Color.White; this.txtVisualizacion.Location = new System.Drawing.Point(128, 17); this.txtVisualizacion.Name = "txtVisualizacion"; this.txtVisualizacion.ReadOnly = true; this.txtVisualizacion.Size = new System.Drawing.Size(144, 20); this.txtVisualizacion.TabIndex = 3; this.txtVisualizacion.Text = "txtVisualizacion"; // // label4 // this.label4.Location = new System.Drawing.Point(8, 41); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 20); this.label4.TabIndex = 2; this.label4.Text = "Estado de stock"; // // label3 // this.label3.Location = new System.Drawing.Point(8, 18); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(120, 20); this.label3.TabIndex = 1; this.label3.Text = "Visualizacion de stock"; // // label1 // this.label1.Location = new System.Drawing.Point(8, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 20); this.label1.TabIndex = 0; this.label1.Text = "Stock"; // // 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.toolBarButton12 }); this.toolBarStandar.DropDownArrows = true; this.toolBarStandar.ImageList = this.imglStandar; this.toolBarStandar.Location = new System.Drawing.Point(0, 0); this.toolBarStandar.Name = "toolBarStandar"; this.toolBarStandar.ShowToolTips = true; this.toolBarStandar.Size = new System.Drawing.Size(912, 28); this.toolBarStandar.TabIndex = 20; this.toolBarStandar.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right; this.toolBarStandar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick); // // toolBarButton12 // this.toolBarButton12.ImageIndex = 5; this.toolBarButton12.Text = "Actualizar"; // // panel1 // this.panel1.Controls.Add(this.ultraExplorerBar1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 28); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(912, 497); this.panel1.TabIndex = 21; // // ultraExplorerBar1 // this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1); this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2); this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3); this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill; ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3; ultraExplorerBarGroup1.Settings.ContainerHeight = 82; ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup1.Text = "Información principal"; ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1; ultraExplorerBarGroup2.Settings.ContainerHeight = 82; ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup2.Text = "Precios"; ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2; ultraExplorerBarGroup3.Settings.ContainerHeight = 273; ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup3.Text = "Stock"; this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] { ultraExplorerBarGroup1, ultraExplorerBarGroup2, ultraExplorerBarGroup3 }); this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0); this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false; //German 20101207 - Tarea Infragistics 2008 – Tarea 983 this.ultraExplorerBar1.Size = new System.Drawing.Size(912, 497); this.ultraExplorerBar1.TabIndex = 2; // // FrmConsultaArticulos // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(912, 525); this.Controls.Add(this.panel1); this.Controls.Add(this.toolBarStandar); this.Name = "FrmConsultaArticulos"; this.Text = "Consulta de artículos"; this.ultraExplorerBarContainerControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit(); this.ultraExplorerBarContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uneMaxDesctoConImp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioListaConImp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioNeto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uneMaxDescto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioBruto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.unePrecioNetoConImp)).EndInit(); this.ultraExplorerBarContainerControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGridStock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uneStock)).EndInit(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit(); this.ultraExplorerBar1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode(); Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override(); Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode2 = new Infragistics.Win.UltraWinTree.UltraTreeNode(); Infragistics.Win.UltraWinTree.Override _override2 = new Infragistics.Win.UltraWinTree.Override(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultaMovimientosStock)); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup(); this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.labelTarea = new System.Windows.Forms.Label(); this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.mzProductosControl = new mz.erp.ui.controls.mzProductosControl(); this.chkPorLineas = new System.Windows.Forms.CheckBox(); this.chkPorMarcas = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.udteHasta = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.udteDesde = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.chkPorFechas = new System.Windows.Forms.CheckBox(); this.treeJerarquia2 = new Infragistics.Win.UltraWinTree.UltraTree(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbbPersonalizado = new System.Windows.Forms.RadioButton(); this.rbbPorFecha = new System.Windows.Forms.RadioButton(); this.rbPorProducto = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.treeJerarquia1 = new Infragistics.Win.UltraWinTree.UltraTree(); this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl(); this.gridResultado = new Janus.Windows.GridEX.GridEX(); this.toolBarStandar = new System.Windows.Forms.ToolBar(); this.tbbAnterior = new System.Windows.Forms.ToolBarButton(); this.tbbSeparator1 = new System.Windows.Forms.ToolBarButton(); this.tbbSiguiente = new System.Windows.Forms.ToolBarButton(); this.tbbSeparador3 = new System.Windows.Forms.ToolBarButton(); this.tbbEjecutarConsulta = new System.Windows.Forms.ToolBarButton(); this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton(); this.toolReiniciarFiltros = new System.Windows.Forms.ToolBarButton(); this.tbbSeparator4 = new System.Windows.Forms.ToolBarButton(); this.tbbCancelar = new System.Windows.Forms.ToolBarButton(); this.imglStandar = new System.Windows.Forms.ImageList(this.components); this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar(); this.ultraExplorerBarContainerControl3.SuspendLayout(); this.ultraExplorerBarContainerControl1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udteDesde)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia2)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia1)).BeginInit(); this.ultraExplorerBarContainerControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit(); this.ultraExplorerBar1.SuspendLayout(); this.SuspendLayout(); // // ultraExplorerBarContainerControl3 // this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea); this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 49); this.ultraExplorerBarContainerControl3.Name = "ultraExplorerBarContainerControl3"; this.ultraExplorerBarContainerControl3.Size = new System.Drawing.Size(902, 31); 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(902, 23); this.labelTarea.TabIndex = 2; this.labelTarea.Text = "Tarea"; this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ultraExplorerBarContainerControl1 // this.ultraExplorerBarContainerControl1.Controls.Add(this.mzProductosControl); this.ultraExplorerBarContainerControl1.Controls.Add(this.chkPorLineas); this.ultraExplorerBarContainerControl1.Controls.Add(this.chkPorMarcas); this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox2); this.ultraExplorerBarContainerControl1.Controls.Add(this.treeJerarquia2); this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1); this.ultraExplorerBarContainerControl1.Controls.Add(this.label2); this.ultraExplorerBarContainerControl1.Controls.Add(this.label1); this.ultraExplorerBarContainerControl1.Controls.Add(this.treeJerarquia1); this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 139); this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1"; this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(902, 205); this.ultraExplorerBarContainerControl1.TabIndex = 0; // // mzProductosControl // this.mzProductosControl.BackColor = System.Drawing.Color.Transparent; this.mzProductosControl.EnabledCantidad = true; this.mzProductosControl.EnabledListaDePrecio = true; this.mzProductosControl.Location = new System.Drawing.Point(96, 0); this.mzProductosControl.Name = "mzProductosControl"; this.mzProductosControl.Size = new System.Drawing.Size(408, 40); this.mzProductosControl.TabIndex = 0; this.mzProductosControl.VisibleCantidad = true; this.mzProductosControl.VisibleComboListaDePrecios = true; this.mzProductosControl.VisibleComboTipoDePrecioDeCosto = false; this.mzProductosControl.VisiblePrecios = true; // // chkPorLineas // this.chkPorLineas.BackColor = System.Drawing.Color.Transparent; this.chkPorLineas.Location = new System.Drawing.Point(104, 48); this.chkPorLineas.Name = "chkPorLineas"; this.chkPorLineas.Size = new System.Drawing.Size(224, 16); this.chkPorLineas.TabIndex = 1; this.chkPorLineas.Text = "Por Lineas"; // // chkPorMarcas // this.chkPorMarcas.BackColor = System.Drawing.Color.Transparent; this.chkPorMarcas.Location = new System.Drawing.Point(347, 48); this.chkPorMarcas.Name = "chkPorMarcas"; this.chkPorMarcas.Size = new System.Drawing.Size(248, 16); this.chkPorMarcas.TabIndex = 3; this.chkPorMarcas.Text = "Por Marcas"; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Controls.Add(this.udteHasta); this.groupBox2.Controls.Add(this.udteDesde); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.chkPorFechas); this.groupBox2.Location = new System.Drawing.Point(600, 48); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(208, 80); this.groupBox2.TabIndex = 35; this.groupBox2.TabStop = false; this.groupBox2.Text = "Por Fechas"; // // udteHasta // this.udteHasta.Location = new System.Drawing.Point(108, 44); this.udteHasta.Name = "udteHasta"; this.udteHasta.Size = new System.Drawing.Size(88, 21); this.udteHasta.TabIndex = 7; // // udteDesde // this.udteDesde.Location = new System.Drawing.Point(108, 20); this.udteDesde.Name = "udteDesde"; this.udteDesde.Size = new System.Drawing.Size(88, 21); this.udteDesde.TabIndex = 6; // // label4 // this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(12, 52); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 33; this.label4.Text = "Hasta"; // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(12, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 16); this.label3.TabIndex = 32; this.label3.Text = "Desde"; // // chkPorFechas // this.chkPorFechas.BackColor = System.Drawing.Color.Transparent; this.chkPorFechas.Location = new System.Drawing.Point(69, -5); this.chkPorFechas.Name = "chkPorFechas"; this.chkPorFechas.Size = new System.Drawing.Size(24, 24); this.chkPorFechas.TabIndex = 5; // // treeJerarquia2 // this.treeJerarquia2.HideSelection = false; this.treeJerarquia2.Location = new System.Drawing.Point(344, 64); this.treeJerarquia2.Name = "treeJerarquia2"; ultraTreeNode1.Key = "RAIZ"; ultraTreeNode1.Text = "Agrupamientos"; this.treeJerarquia2.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] { ultraTreeNode1 }); _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single; this.treeJerarquia2.Override = _override1; this.treeJerarquia2.Size = new System.Drawing.Size(248, 143); this.treeJerarquia2.TabIndex = 4; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.rbbPersonalizado); this.groupBox1.Controls.Add(this.rbbPorFecha); this.groupBox1.Controls.Add(this.rbPorProducto); this.groupBox1.Location = new System.Drawing.Point(600, 128); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(208, 80); this.groupBox1.TabIndex = 32; this.groupBox1.TabStop = false; this.groupBox1.Text = "Agrupado por "; // // rbbPersonalizado // this.rbbPersonalizado.Location = new System.Drawing.Point(8, 56); this.rbbPersonalizado.Name = "rbbPersonalizado"; this.rbbPersonalizado.Size = new System.Drawing.Size(130, 20); this.rbbPersonalizado.TabIndex = 10; this.rbbPersonalizado.TabStop = true; this.rbbPersonalizado.Text = "Personalizado"; // // rbbPorFecha // this.rbbPorFecha.Location = new System.Drawing.Point(8, 35); this.rbbPorFecha.Name = "rbbPorFecha"; this.rbbPorFecha.Size = new System.Drawing.Size(130, 20); this.rbbPorFecha.TabIndex = 9; this.rbbPorFecha.TabStop = true; this.rbbPorFecha.Text = "Por Fecha"; // // rbPorProducto // this.rbPorProducto.Checked = true; this.rbPorProducto.Location = new System.Drawing.Point(8, 14); this.rbPorProducto.Name = "rbPorProducto"; this.rbPorProducto.Size = new System.Drawing.Size(208, 20); this.rbPorProducto.TabIndex = 8; this.rbPorProducto.TabStop = true; this.rbPorProducto.Text = "Por Producto"; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(0, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 27; this.label2.Text = "Jerarquía"; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 16); this.label1.TabIndex = 25; this.label1.Text = "Producto"; // // treeJerarquia1 // this.treeJerarquia1.HideSelection = false; this.treeJerarquia1.Location = new System.Drawing.Point(104, 64); this.treeJerarquia1.Name = "treeJerarquia1"; ultraTreeNode2.Key = "RAIZ"; ultraTreeNode2.Text = "Agrupamientos"; this.treeJerarquia1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] { ultraTreeNode2 }); _override2.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single; this.treeJerarquia1.Override = _override2; this.treeJerarquia1.Size = new System.Drawing.Size(240, 143); this.treeJerarquia1.TabIndex = 2; // // ultraExplorerBarContainerControl2 // this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado); this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 403); this.ultraExplorerBarContainerControl2.Name = "ultraExplorerBarContainerControl2"; this.ultraExplorerBarContainerControl2.Size = new System.Drawing.Size(902, 285); this.ultraExplorerBarContainerControl2.TabIndex = 1; // // gridResultado // this.gridResultado.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False; this.gridResultado.AlternatingColors = true; this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default; this.gridResultado.Dock = System.Windows.Forms.DockStyle.Fill; this.gridResultado.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic; this.gridResultado.FilterRowFormatStyle.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.gridResultado.FocusStyle = Janus.Windows.GridEX.FocusStyle.Solid; this.gridResultado.GroupByBoxVisible = false; this.gridResultado.GroupMode = Janus.Windows.GridEX.GroupMode.Collapsed; this.gridResultado.GroupRowFormatStyle.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255))); this.gridResultado.GroupTotalRowFormatStyle.Appearance = Janus.Windows.GridEX.Appearance.Flat; this.gridResultado.GroupTotalRowFormatStyle.BackColor = System.Drawing.Color.Lavender; this.gridResultado.GroupTotalRowFormatStyle.FontBold = Janus.Windows.GridEX.TriState.True; this.gridResultado.GroupTotalRowFormatStyle.ForeColor = System.Drawing.Color.Black; this.gridResultado.GroupTotals = Janus.Windows.GridEX.GroupTotals.ExpandedGroup; this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges; this.gridResultado.Location = new System.Drawing.Point(0, 0); this.gridResultado.Name = "gridResultado"; this.gridResultado.RecordNavigator = true; this.gridResultado.RecordNavigatorText = "Registro:|de"; this.gridResultado.Size = new System.Drawing.Size(902, 285); this.gridResultado.TabIndex = 1; this.gridResultado.TableSpacing = 0; this.gridResultado.TabStop = false; this.gridResultado.ThemedAreas = Janus.Windows.GridEX.ThemedArea.None; this.gridResultado.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridResultado_FormattingRow); // // toolBarStandar // this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.tbbAnterior, this.tbbSeparator1, this.tbbSiguiente, this.tbbSeparador3, this.tbbEjecutarConsulta, this.tbbSeparator2, this.toolReiniciarFiltros, this.tbbSeparator4, 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(968, 28); this.toolBarStandar.TabIndex = 17; this.toolBarStandar.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right; // // tbbAnterior // this.tbbAnterior.ImageIndex = 10; this.tbbAnterior.Text = "Anterior"; // // tbbSeparator1 // this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbbSiguiente // this.tbbSiguiente.ImageIndex = 11; this.tbbSiguiente.Text = "Siguiente"; // // tbbSeparador3 // this.tbbSeparador3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbbEjecutarConsulta // this.tbbEjecutarConsulta.ImageIndex = 2; this.tbbEjecutarConsulta.Text = "Ejecutar Consulta[F5]"; // // tbbSeparator2 // this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // toolReiniciarFiltros // this.toolReiniciarFiltros.ImageIndex = 5; this.toolReiniciarFiltros.Text = "Reiniciar Filtros de Busqueda"; // // tbbSeparator4 // this.tbbSeparator4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbbCancelar // this.tbbCancelar.ImageIndex = 7; this.tbbCancelar.Text = "Cancelar"; // // imglStandar // this.imglStandar.ImageSize = new System.Drawing.Size(16, 16); this.imglStandar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream"))); this.imglStandar.TransparentColor = System.Drawing.Color.Magenta; // // ultraExplorerBar1 // this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1); this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2); this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3); this.ultraExplorerBar1.Cursor = System.Windows.Forms.Cursors.Hand; this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill; ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3; ultraExplorerBarGroup1.Settings.ContainerHeight = 31; ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup1.Text = ""; ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1; ultraExplorerBarGroup2.Settings.ContainerHeight = 205; ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup2.Text = "Datos Generales"; ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2; ultraExplorerBarGroup3.Settings.ContainerHeight = 285; ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer; ultraExplorerBarGroup3.Text = "Resultados"; 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(968, 497); this.ultraExplorerBar1.TabIndex = 18; this.ultraExplorerBar1.TabStop = false; this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick); // // FrmConsultaMovimientosStock // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(968, 525); this.Controls.Add(this.ultraExplorerBar1); this.Controls.Add(this.toolBarStandar); this.Name = "FrmConsultaMovimientosStock"; this.Text = "Consulta de Movimientos de Stock"; this.ultraExplorerBarContainerControl3.ResumeLayout(false); this.ultraExplorerBarContainerControl1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udteDesde)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia2)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia1)).EndInit(); this.ultraExplorerBarContainerControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit(); this.ultraExplorerBar1.ResumeLayout(false); this.ResumeLayout(false); }