Пример #1
0
		private Infragistics.Win.UltraWinEditors.UltraNumericEditor AddNumericBox( string name, int tabIndex, int x, int y, string tag )
		{
			Infragistics.Win.UltraWinEditors.UltraNumericEditor une = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();

			une.Location = new System.Drawing.Point( x, y );
			une.Name = string.Format( "txt{0}", name );
			une.Size = new System.Drawing.Size( GetControlWidth(), 23 );
			une.TabStop= true;
			une.TabIndex = tabIndex;
			une.Value = null;
			une.Tag = tag;
			une.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			panelTop.Controls.Add( une );

			return une;
		}
Пример #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="control">UltraNumericEditor 控件</param>
 /// <param name="ChineseName">是否为空,true表示可空,false不是不可空</param>
 /// <param name="nullable">是否为0,true表示可为0,false不是不可0</param>
 /// <param name="zeroable">是否可为0</param>
 /// <returns></returns>
 public static bool Validate(Infragistics.Win.UltraWinEditors.UltraNumericEditor control, string ChineseName, bool nullable, bool zeroable)
 {
     if (nullable == false && control.Value == null)
     {
         MessageBox.Show("请填写" + ChineseName, "提示");
         control.Focus();
         return(false);
     }
     else if (control.Value != null && zeroable == false && control.Value.ToString() == "0")
     {
         MessageBox.Show(ChineseName + "不能为0", "提示");
         control.Focus();
         return(false);
     }
     else
     {
         return(true);
     }
 }
Пример #3
0
        private void AddNumericBox(string name, int tabIndex, int x, int y, string tag)
        {
            Infragistics.Win.UltraWinEditors.UltraNumericEditor une = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();

            une.Location = new System.Drawing.Point(29, 49);
            une.Name     = string.Format("txt{0}", name);
            une.Size     = new System.Drawing.Size(100, 23);
            une.TabStop  = true;
            une.TabIndex = tabIndex;
            une.Value    = null;
            une.Tag      = tag;
            une.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
            une.DataBindings.Add("Value", _binding, _property);
            //this.SetBounds(this.Location.X, this.Location.Y, 100,50);
            //une.Dock = System.Windows.Forms.DockStyle.Right;
            this.Container.Size = new System.Drawing.Size(100, 100);
            this.Container.Controls.Add(une);
        }
Пример #4
0
        private Infragistics.Win.UltraWinEditors.UltraNumericEditor AddNumericBox(ReportParameterConfig rp, int tabIndex, int x, int y)
        {
            Infragistics.Win.UltraWinEditors.UltraNumericEditor une = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();

            une.Location = new System.Drawing.Point(x, y);
            une.Name     = string.Format("txt{0}", rp.Nombre);
            une.Size     = new System.Drawing.Size(GetControlWidth(), 23);
            une.TabIndex = tabIndex;
            une.Value    = null;

            une.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));

            this.ultraExplorerBarContainerControl5.Controls.Add(une);
            une.DataBindings.Add("Value", rp, "ValorPorDefecto");
            une.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Integer;
            une.MinValue    = 0;
            une.Click      += new EventHandler(une_Click);

            return(une);
        }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarFacturasImpagas));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.lbTarea         = new System.Windows.Forms.Label();
     this.ContainerFiltro = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.label4          = new System.Windows.Forms.Label();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.rbPeriodoPorFechaVencimiento = new System.Windows.Forms.RadioButton();
     this.rbPeriodoPorFechaEmision     = new System.Windows.Forms.RadioButton();
     this.uneCantPeriodo     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.rbEnMeses          = new System.Windows.Forms.RadioButton();
     this.rbPeriodoEnSemanas = new System.Windows.Forms.RadioButton();
     this.rbPeriodoEnDias    = new System.Windows.Forms.RadioButton();
     this.label3             = new System.Windows.Forms.Label();
     this.chkMostrarElResto  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.label2             = new System.Windows.Forms.Label();
     this.mzCmbCuenta        = new mz.erp.ui.controls.mzCuentasControl();
     this.label7             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.FechaDesde         = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.label6             = new System.Windows.Forms.Label();
     this.FechaHasta         = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.rbFechaVencimiento = new System.Windows.Forms.RadioButton();
     this.rbFechaEmision     = new System.Windows.Forms.RadioButton();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridManagerView1    = new mz.erp.ui.controls.GridManagerView();
     this.gridResultado       = new Janus.Windows.GridEX.GridEX();
     this.imglStandar         = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar      = new System.Windows.Forms.ToolBar();
     this.tbbAnterior         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator        = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton11     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton12     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton13     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton14     = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparadorCacelar = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton16     = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ContainerFiltro.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantPeriodo)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FechaDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaHasta)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.lbTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(878, 16);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // lbTarea
     //
     this.lbTarea.BackColor = System.Drawing.Color.Transparent;
     this.lbTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lbTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbTarea.Location  = new System.Drawing.Point(0, 0);
     this.lbTarea.Name      = "lbTarea";
     this.lbTarea.Size      = new System.Drawing.Size(878, 16);
     this.lbTarea.TabIndex  = 2;
     this.lbTarea.Text      = "Tarea";
     this.lbTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ContainerFiltro
     //
     this.ContainerFiltro.Controls.Add(this.groupBox4);
     this.ContainerFiltro.Controls.Add(this.groupBox3);
     this.ContainerFiltro.Controls.Add(this.chkMostrarElResto);
     this.ContainerFiltro.Controls.Add(this.label2);
     this.ContainerFiltro.Controls.Add(this.mzCmbCuenta);
     this.ContainerFiltro.Controls.Add(this.label7);
     this.ContainerFiltro.Controls.Add(this.label1);
     this.ContainerFiltro.Controls.Add(this.FechaDesde);
     this.ContainerFiltro.Controls.Add(this.label6);
     this.ContainerFiltro.Controls.Add(this.FechaHasta);
     this.ContainerFiltro.Controls.Add(this.groupBox1);
     this.ContainerFiltro.Location = new System.Drawing.Point(28, 99);
     this.ContainerFiltro.Name     = "ContainerFiltro";
     this.ContainerFiltro.Size     = new System.Drawing.Size(878, 135);
     this.ContainerFiltro.TabIndex = 0;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Location = new System.Drawing.Point(568, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(304, 96);
     this.groupBox4.TabIndex = 138;
     this.groupBox4.TabStop  = false;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(16, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(280, 72);
     this.label4.TabIndex  = 134;
     this.label4.Tag       = "";
     this.label4.Text      = "La consulta divide las facturas impagas en 5 períodos, cuya extensión será decidi" +
                             "da por el usuario. En caso de seleccionar Mostrar el Resto, un sexto período mos" +
                             "trará las facturas impagas no incluidas dentro los períodos seleccionados.";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.rbPeriodoPorFechaVencimiento);
     this.groupBox3.Controls.Add(this.rbPeriodoPorFechaEmision);
     this.groupBox3.Controls.Add(this.uneCantPeriodo);
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(96, 64);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(456, 64);
     this.groupBox3.TabIndex = 137;
     this.groupBox3.TabStop  = false;
     //
     // rbPeriodoPorFechaVencimiento
     //
     this.rbPeriodoPorFechaVencimiento.Location = new System.Drawing.Point(144, 8);
     this.rbPeriodoPorFechaVencimiento.Name     = "rbPeriodoPorFechaVencimiento";
     this.rbPeriodoPorFechaVencimiento.Size     = new System.Drawing.Size(160, 24);
     this.rbPeriodoPorFechaVencimiento.TabIndex = 6;
     this.rbPeriodoPorFechaVencimiento.Text     = "Por Fecha Vencimiento";
     //
     // rbPeriodoPorFechaEmision
     //
     this.rbPeriodoPorFechaEmision.Location = new System.Drawing.Point(8, 8);
     this.rbPeriodoPorFechaEmision.Name     = "rbPeriodoPorFechaEmision";
     this.rbPeriodoPorFechaEmision.Size     = new System.Drawing.Size(128, 24);
     this.rbPeriodoPorFechaEmision.TabIndex = 5;
     this.rbPeriodoPorFechaEmision.Text     = "Por Fecha Emisión";
     //
     // uneCantPeriodo
     //
     this.uneCantPeriodo.Location   = new System.Drawing.Point(80, 32);
     this.uneCantPeriodo.MinValue   = 0;
     this.uneCantPeriodo.Name       = "uneCantPeriodo";
     this.uneCantPeriodo.PromptChar = ' ';
     this.uneCantPeriodo.Size       = new System.Drawing.Size(100, 21);
     this.uneCantPeriodo.TabIndex   = 7;
     this.uneCantPeriodo.Value      = 1;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.rbEnMeses);
     this.groupBox2.Controls.Add(this.rbPeriodoEnSemanas);
     this.groupBox2.Controls.Add(this.rbPeriodoEnDias);
     this.groupBox2.Location = new System.Drawing.Point(184, 27);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(264, 27);
     this.groupBox2.TabIndex = 135;
     this.groupBox2.TabStop  = false;
     //
     // rbEnMeses
     //
     this.rbEnMeses.Location = new System.Drawing.Point(184, 3);
     this.rbEnMeses.Name     = "rbEnMeses";
     this.rbEnMeses.Size     = new System.Drawing.Size(72, 24);
     this.rbEnMeses.TabIndex = 10;
     this.rbEnMeses.Text     = "Meses";
     //
     // rbPeriodoEnSemanas
     //
     this.rbPeriodoEnSemanas.Location = new System.Drawing.Point(96, 3);
     this.rbPeriodoEnSemanas.Name     = "rbPeriodoEnSemanas";
     this.rbPeriodoEnSemanas.Size     = new System.Drawing.Size(72, 24);
     this.rbPeriodoEnSemanas.TabIndex = 9;
     this.rbPeriodoEnSemanas.Text     = "Semanas";
     //
     // rbPeriodoEnDias
     //
     this.rbPeriodoEnDias.Location = new System.Drawing.Point(24, 3);
     this.rbPeriodoEnDias.Name     = "rbPeriodoEnDias";
     this.rbPeriodoEnDias.Size     = new System.Drawing.Size(56, 24);
     this.rbPeriodoEnDias.TabIndex = 8;
     this.rbPeriodoEnDias.Text     = "Días";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 32);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 16);
     this.label3.TabIndex  = 138;
     this.label3.Tag       = "Periodos";
     this.label3.Text      = "Cantidad de";
     //
     // chkMostrarElResto
     //
     this.chkMostrarElResto.BackColor = System.Drawing.Color.Transparent;
     this.chkMostrarElResto.Location  = new System.Drawing.Point(560, 104);
     this.chkMostrarElResto.Name      = "chkMostrarElResto";
     this.chkMostrarElResto.TabIndex  = 11;
     this.chkMostrarElResto.Text      = "Mostrar el resto";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 16);
     this.label2.TabIndex  = 133;
     this.label2.Tag       = "Periodos";
     this.label2.Text      = "Períodos";
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(96, 0);
     this.mzCmbCuenta.Name = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size     = new System.Drawing.Size(456, 24);
     this.mzCmbCuenta.TabIndex = 0;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(8, 26);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(72, 16);
     this.label7.TabIndex  = 123;
     this.label7.Tag       = "FechaDesde";
     this.label7.Text      = "Fecha inicio";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 17);
     this.label1.TabIndex  = 120;
     this.label1.Tag       = "Cliente";
     this.label1.Text      = "Cliente";
     //
     // FechaDesde
     //
     dateButton1.Caption = "Today";
     this.FechaDesde.DateButtons.Add(dateButton1);
     this.FechaDesde.Location          = new System.Drawing.Point(96, 22);
     this.FechaDesde.Name              = "FechaDesde";
     this.FechaDesde.NonAutoSizeHeight = 23;
     this.FechaDesde.Size              = new System.Drawing.Size(96, 21);
     this.FechaDesde.TabIndex          = 1;
     this.FechaDesde.Tag   = "FechaDesde";
     this.FechaDesde.Value = new System.DateTime(2006, 3, 7, 0, 0, 0, 0);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(8, 50);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(56, 16);
     this.label6.TabIndex  = 119;
     this.label6.Tag       = "FechaHasta";
     this.label6.Text      = "Fecha fin";
     //
     // FechaHasta
     //
     dateButton2.Caption = "Today";
     this.FechaHasta.DateButtons.Add(dateButton2);
     this.FechaHasta.Location          = new System.Drawing.Point(96, 43);
     this.FechaHasta.Name              = "FechaHasta";
     this.FechaHasta.NonAutoSizeHeight = 23;
     this.FechaHasta.Size              = new System.Drawing.Size(96, 21);
     this.FechaHasta.TabIndex          = 1;
     this.FechaHasta.Tag   = "FechaHasta";
     this.FechaHasta.Value = new System.DateTime(2006, 3, 7, 0, 0, 0, 0);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.rbFechaVencimiento);
     this.groupBox1.Controls.Add(this.rbFechaEmision);
     this.groupBox1.Location = new System.Drawing.Point(200, 21);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(352, 40);
     this.groupBox1.TabIndex = 125;
     this.groupBox1.TabStop  = false;
     //
     // rbFechaVencimiento
     //
     this.rbFechaVencimiento.Location = new System.Drawing.Point(176, 16);
     this.rbFechaVencimiento.Name     = "rbFechaVencimiento";
     this.rbFechaVencimiento.Size     = new System.Drawing.Size(160, 24);
     this.rbFechaVencimiento.TabIndex = 4;
     this.rbFechaVencimiento.Text     = "Por Fecha Vencimiento";
     //
     // rbFechaEmision
     //
     this.rbFechaEmision.Location = new System.Drawing.Point(24, 16);
     this.rbFechaEmision.Name     = "rbFechaEmision";
     this.rbFechaEmision.Size     = new System.Drawing.Size(128, 24);
     this.rbFechaEmision.TabIndex = 3;
     this.rbFechaEmision.Text     = "Por Fecha Emisión";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 293);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(878, 205);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(878, 24);
     this.gridManagerView1.TabIndex  = 52;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.gridResultado.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridResultado.FilterMode         = Janus.Windows.GridEX.FilterMode.Automatic;
     this.gridResultado.GroupByBoxVisible  = false;
     this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location           = new System.Drawing.Point(0, 24);
     this.gridResultado.Name     = "gridResultado";
     this.gridResultado.Size     = new System.Drawing.Size(872, 184);
     this.gridResultado.TabIndex = 0;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.toolBarButton11,
         this.toolBarButton12,
         this.toolBarButton13,
         this.toolBarButton14,
         this.tbbSeparadorCacelar,
         this.tbbCancelar,
         this.toolBarButton16
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(944, 28);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 10;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 11;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // toolBarButton11
     //
     this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton12
     //
     this.toolBarButton12.ImageIndex = 2;
     this.toolBarButton12.Text       = "Ejecutar Consulta [F5]";
     //
     // toolBarButton13
     //
     this.toolBarButton13.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton14
     //
     this.toolBarButton14.ImageIndex = 5;
     this.toolBarButton14.Text       = "Reiniciar Filtros de Busqueda";
     //
     // tbbSeparadorCacelar
     //
     this.tbbSeparadorCacelar.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // toolBarButton16
     //
     this.toolBarButton16.ImageIndex = 9;
     this.toolBarButton16.Text       = "&Selección";
     this.toolBarButton16.Visible    = false;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ContainerFiltro);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 16;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ContainerFiltro;
     ultraExplorerBarGroup2.Key       = "FiltroPrincipal";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 135;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Filtro";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Resultado";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 205;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Resultado";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(944, 394);
     this.ultraExplorerBar1.TabIndex = 22;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmConsultarFacturasImpagas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(944, 422);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultarFacturasImpagas";
     this.Text = "FrmConsultarFacturasImpagas";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ContainerFiltro.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneCantPeriodo)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FechaDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaHasta)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmVerImputaciones));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneSaldo             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneTotal             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.txtNumero            = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.txtTipoDeComprobante = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridAsociaciones  = new Janus.Windows.GridEX.GridEX();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneSaldo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridAsociaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneSaldo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTipoDeComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(887, 95);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // uneSaldo
     //
     this.uneSaldo.Location    = new System.Drawing.Point(144, 72);
     this.uneSaldo.MaskInput   = "$-nnnnnnnnn.nn";
     this.uneSaldo.Name        = "uneSaldo";
     this.uneSaldo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneSaldo.ReadOnly    = true;
     this.uneSaldo.Size        = new System.Drawing.Size(100, 21);
     this.uneSaldo.TabIndex    = 3;
     //
     // uneTotal
     //
     this.uneTotal.Location    = new System.Drawing.Point(144, 48);
     this.uneTotal.MaskInput   = "$-nnnnnnnnn.nn";
     this.uneTotal.Name        = "uneTotal";
     this.uneTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.ReadOnly    = true;
     this.uneTotal.Size        = new System.Drawing.Size(100, 21);
     this.uneTotal.TabIndex    = 2;
     //
     // txtNumero
     //
     this.txtNumero.Location = new System.Drawing.Point(144, 24);
     this.txtNumero.Name     = "txtNumero";
     this.txtNumero.ReadOnly = true;
     this.txtNumero.Size     = new System.Drawing.Size(240, 20);
     this.txtNumero.TabIndex = 1;
     this.txtNumero.Text     = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(0, 48);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(144, 20);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Total";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(0, 72);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(144, 20);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Saldo";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 24);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(144, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Número";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTipoDeComprobante
     //
     this.txtTipoDeComprobante.Location = new System.Drawing.Point(144, 0);
     this.txtTipoDeComprobante.Name     = "txtTipoDeComprobante";
     this.txtTipoDeComprobante.ReadOnly = true;
     this.txtTipoDeComprobante.Size     = new System.Drawing.Size(240, 20);
     this.txtTipoDeComprobante.TabIndex = 0;
     this.txtTipoDeComprobante.Text     = "";
     //
     // 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(144, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Tipo de Comprobante";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridAsociaciones);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 203);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(887, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridAsociaciones
     //
     this.gridAsociaciones.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridAsociaciones.AlternatingColors             = true;
     this.gridAsociaciones.AutomaticSort                 = false;
     this.gridAsociaciones.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridAsociaciones.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridAsociaciones.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.gridAsociaciones.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridAsociaciones.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridAsociaciones.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridAsociaciones.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridAsociaciones.GroupByBoxVisible               = false;
     this.gridAsociaciones.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridAsociaciones.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridAsociaciones.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridAsociaciones.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridAsociaciones.Location                        = new System.Drawing.Point(0, 0);
     this.gridAsociaciones.Name                            = "gridAsociaciones";
     this.gridAsociaciones.RecordNavigator                 = true;
     this.gridAsociaciones.RecordNavigatorText             = "Registro:|de";
     this.gridAsociaciones.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridAsociaciones.ScrollBars                      = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridAsociaciones.ShowEmptyFields                 = false;
     this.gridAsociaciones.Size                            = new System.Drawing.Size(887, 150);
     this.gridAsociaciones.TabIndex                        = 7;
     this.gridAsociaciones.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton9
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(936, 28);
     this.toolBarStandar.TabIndex       = 18;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton9
     //
     this.toolBarButton9.ImageIndex = 7;
     this.toolBarButton9.Text       = "Salir";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 95;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Comprobante";
     ultraExplorerBarGroup2.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Imputaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(936, 393);
     this.ultraExplorerBar1.TabIndex = 19;
     //
     // FrmVerImputaciones
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(936, 421);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmVerImputaciones";
     this.Text = "FrmVerImputaciones";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneSaldo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridAsociaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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()
 {
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneBonificacionRecargoProductos   = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel4           = new Infragistics.Win.Misc.UltraLabel();
     this.uneCargoFijoProductos = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
     this.ultraLabel3           = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5           = new Infragistics.Win.Misc.UltraLabel();
     this.txtDescripcion        = new System.Windows.Forms.TextBox();
     this.ultraLabel1           = new Infragistics.Win.Misc.UltraLabel();
     this.txtDireccion          = new System.Windows.Forms.TextBox();
     this.ultraLabel2           = new Infragistics.Win.Misc.UltraLabel();
     this.mzComboEditor1        = new mz.erp.ui.controls.mzComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneBonificacionRecargoProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCargoFijoProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditor1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 101;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Parámetros Especiales";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDireccion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(871, 103);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneBonificacionRecargoProductos);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneCargoFijoProductos);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 211);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(871, 101);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // uneBonificacionRecargoProductos
     //
     this.uneBonificacionRecargoProductos.Location    = new System.Drawing.Point(139, 43);
     this.uneBonificacionRecargoProductos.MaskInput   = "nnn,nn";
     this.uneBonificacionRecargoProductos.MaxValue    = 100;
     this.uneBonificacionRecargoProductos.MinValue    = -100;
     this.uneBonificacionRecargoProductos.Name        = "uneBonificacionRecargoProductos";
     this.uneBonificacionRecargoProductos.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneBonificacionRecargoProductos.Size        = new System.Drawing.Size(100, 21);
     this.uneBonificacionRecargoProductos.TabIndex    = 45;
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(28, 48);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(101, 39);
     this.ultraLabel4.TabIndex  = 44;
     this.ultraLabel4.Text      = "Bonificación o Recargo Aplicado a Productos";
     //
     // uneCargoFijoProductos
     //
     this.uneCargoFijoProductos.Location = new System.Drawing.Point(140, 6);
     this.uneCargoFijoProductos.Name     = "uneCargoFijoProductos";
     this.uneCargoFijoProductos.Size     = new System.Drawing.Size(100, 21);
     this.uneCargoFijoProductos.TabIndex = 43;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(28, 8);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(105, 32);
     this.ultraLabel3.TabIndex  = 42;
     this.ultraLabel3.Text      = "Cargo Fijo Aplicado a Productos";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(32, 9);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel5.TabIndex  = 37;
     this.ultraLabel5.Text      = "Nombre";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(144, 8);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(272, 20);
     this.txtDescripcion.TabIndex = 36;
     this.txtDescripcion.Text     = "txtDescripcion";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(32, 33);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel1.TabIndex  = 39;
     this.ultraLabel1.Text      = "Dirección";
     //
     // txtDireccion
     //
     this.txtDireccion.Location = new System.Drawing.Point(144, 32);
     this.txtDireccion.Name     = "txtDireccion";
     this.txtDireccion.Size     = new System.Drawing.Size(272, 20);
     this.txtDireccion.TabIndex = 38;
     this.txtDireccion.Text     = "txtDireccion";
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(32, 59);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(100, 16);
     this.ultraLabel2.TabIndex  = 41;
     this.ultraLabel2.Text      = "Localidad";
     //
     // mzComboEditor1
     //
     this.mzComboEditor1.DataSource           = null;
     this.mzComboEditor1.DisplayMember        = "";
     this.mzComboEditor1.DisplayMemberCaption = "";
     this.mzComboEditor1.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditor1.Location             = new System.Drawing.Point(144, 56);
     this.mzComboEditor1.MaxItemsDisplay      = 7;
     this.mzComboEditor1.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditor1.Name               = "mzComboEditor1";
     this.mzComboEditor1.SorterMember       = "";
     this.mzComboEditor1.TabIndex           = 42;
     this.mzComboEditor1.ValueMember        = "";
     this.mzComboEditor1.ValueMemberCaption = "";
     //
     // FrmAbmSucursales
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 437);
     this.Name = "FrmAbmSucursales";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneBonificacionRecargoProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCargoFijoProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditor1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�������");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("A��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("B��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("����");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_BILLET_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("װ¯");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZC_ENTERWEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("�ɲ�");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_ZZ_WEIGHT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ZC_ORDERNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ԭ��");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GP_SPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GP_LEN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTOR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCH_OPTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_DONE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DISCHARGED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_PLANTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_01_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_02_FC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_ACTUAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RATE_THEORY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_PLAN", 6, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_PLAN", 6, true);
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_NUM", 7, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_NUM", 7, true);
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_PLAN", 11, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_PLAN", 11, true);
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_NUM", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_NUM", 12, true);
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT", 8, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT", 8, true);
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_01_WGT_LL", 9, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_01_WGT_LL", 9, true);
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings7 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT", 13, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT", 13, true);
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings8 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_POINT_02_WGT_LL", 14, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_POINT_02_WGT_LL", 14, true);
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings9 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT_LL] , [FN_POINT_02_WGT_LL] )/sum( [FN_ZZ_WEIGHT" +
             "] ), 2)", "RATE_THEORY", 41, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_THEORY", 41, true);
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings10 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Formula, "round(100 * sum( [FN_POINT_01_WGT] , [FN_POINT_02_WGT] )/sum( [FN_ZZ_WEIGHT] ), 2" +
             ")", "RATE_ACTUAL", 40, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "RATE_ACTUAL", 40, true);
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings11 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_ZZ_WEIGHT", 25, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_ZZ_WEIGHT", 25, true);
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_PLAN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_NUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINT_WGT_LL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SPEC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_LENGTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRODUCTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTWEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLENUM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SINGLEWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TWINSTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ADDRESSCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STANDARDCHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STEELTYPECHECK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BATCHNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FCLFLAG");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool20 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool21 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool22 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��ʼ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool23 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWeightPlanBC));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
     Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Ԥ��״̬");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("��¯״̬");
     this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbEdt_Finish = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_Status = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.cbxDateTime = new System.Windows.Forms.CheckBox();
     this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.llb_CloseAll = new System.Windows.Forms.LinkLabel();
     this.llb_ExpandAll = new System.Windows.Forms.LinkLabel();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraCalcManager1 = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lbl_Rate_Plan2 = new System.Windows.Forms.Label();
     this.lbl_Rate_Plan1 = new System.Windows.Forms.Label();
     this.lbl_Rate_Pre = new System.Windows.Forms.Label();
     this.cbx_WgtT = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_WgtR = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_FC1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnSave2 = new System.Windows.Forms.Button();
     this.btnSave1 = new System.Windows.Forms.Button();
     this.btnDone2 = new System.Windows.Forms.Button();
     this.btnDone1 = new System.Windows.Forms.Button();
     this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_CardType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.lbl_Count = new System.Windows.Forms.Label();
     this.cbx_Steel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.Edt_WgtLL = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_Num1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_SingleNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.Edt_BatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.Edt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Length = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
     this.cbEdt_Spec = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbEdt_StandardNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_Point2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbEdt_Steel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cbx_StandardNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Addr = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Double = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cbx_Point1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmBase_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).BeginInit();
     this.ultraPanel2.ClientArea.SuspendLayout();
     this.ultraPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // FrmBase_Fill_Panel
     //
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Finish);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbEdt_Status);
     this.FrmBase_Fill_Panel.Controls.Add(this.tbQueryBatchNo);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker1);
     this.FrmBase_Fill_Panel.Controls.Add(this.dateTimePicker2);
     this.FrmBase_Fill_Panel.Controls.Add(this.cbxDateTime);
     this.FrmBase_Fill_Panel.Controls.Add(this.ultraPanel2);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
     this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
     this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.FrmBase_Fill_Panel, null);
     this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
     this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(992, 654);
     this.FrmBase_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.FrmBase_Fill_Panel, null);
     //
     // cbEdt_Finish
     //
     this.cbEdt_Finish.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Finish.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Finish, null);
     valueListItem1.DataValue = "";
     valueListItem13.DataValue = "1";
     valueListItem13.DisplayText = "��";
     valueListItem12.DataValue = "0";
     valueListItem12.DisplayText = "��";
     this.cbEdt_Finish.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem1,
     valueListItem13,
     valueListItem12});
     this.cbEdt_Finish.Location = new System.Drawing.Point(668, 3);
     this.cbEdt_Finish.MaxLength = 8;
     this.cbEdt_Finish.Name = "cbEdt_Finish";
     this.cbEdt_Finish.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Finish.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Finish, null);
     //
     // cbEdt_Status
     //
     this.cbEdt_Status.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.cbEdt_Status.AutoSize = false;
     this.coreBind.SetDatabasecommand(this.cbEdt_Status, null);
     valueListItem27.DataValue = "";
     valueListItem28.DataValue = "1";
     valueListItem28.DisplayText = "��";
     valueListItem29.DataValue = "0";
     valueListItem29.DisplayText = "��";
     this.cbEdt_Status.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem27,
     valueListItem28,
     valueListItem29});
     this.cbEdt_Status.Location = new System.Drawing.Point(578, 3);
     this.cbEdt_Status.MaxLength = 8;
     this.cbEdt_Status.Name = "cbEdt_Status";
     this.cbEdt_Status.Size = new System.Drawing.Size(50, 21);
     this.cbEdt_Status.TabIndex = 0;
     this.coreBind.SetVerification(this.cbEdt_Status, null);
     //
     // tbQueryBatchNo
     //
     this.tbQueryBatchNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.coreBind.SetDatabasecommand(this.tbQueryBatchNo, null);
     this.tbQueryBatchNo.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbQueryBatchNo.Location = new System.Drawing.Point(453, 3);
     this.tbQueryBatchNo.Name = "tbQueryBatchNo";
     this.tbQueryBatchNo.Size = new System.Drawing.Size(85, 21);
     this.tbQueryBatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.tbQueryBatchNo, null);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker1, null);
     this.dateTimePicker1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(85, 3);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker1.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker1, null);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CalendarFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateTimePicker2, null);
     this.dateTimePicker2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location = new System.Drawing.Point(247, 3);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(140, 21);
     this.dateTimePicker2.TabIndex = 0;
     this.coreBind.SetVerification(this.dateTimePicker2, null);
     //
     // cbxDateTime
     //
     this.cbxDateTime.AutoSize = true;
     this.cbxDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.cbxDateTime.Checked = true;
     this.cbxDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
     this.coreBind.SetDatabasecommand(this.cbxDateTime, null);
     this.cbxDateTime.Location = new System.Drawing.Point(11, 7);
     this.cbxDateTime.Name = "cbxDateTime";
     this.cbxDateTime.Size = new System.Drawing.Size(15, 14);
     this.cbxDateTime.TabIndex = 0;
     this.cbxDateTime.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbxDateTime, null);
     this.cbxDateTime.CheckedChanged += new System.EventHandler(this.cbxDateTime_CheckedChanged);
     //
     // ultraPanel2
     //
     //
     // ultraPanel2.ClientArea
     //
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
     this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel2.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel2, null);
     this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel2.Location = new System.Drawing.Point(0, 26);
     this.ultraPanel2.Margin = new System.Windows.Forms.Padding(1);
     this.ultraPanel2.Name = "ultraPanel2";
     this.ultraPanel2.Size = new System.Drawing.Size(992, 628);
     this.ultraPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraPanel2, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.llb_CloseAll);
     this.ultraGroupBox2.Controls.Add(this.llb_ExpandAll);
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Controls.Add(this.cbx_Filter);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1Etched;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(992, 439);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // llb_CloseAll
     //
     this.llb_CloseAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_CloseAll, null);
     this.llb_CloseAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_CloseAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.Location = new System.Drawing.Point(768, 4);
     this.llb_CloseAll.Name = "llb_CloseAll";
     this.llb_CloseAll.Size = new System.Drawing.Size(56, 14);
     this.llb_CloseAll.TabIndex = 0;
     this.llb_CloseAll.TabStop = true;
     this.llb_CloseAll.Text = "ȫ������";
     this.llb_CloseAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_CloseAll, null);
     this.llb_CloseAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_CloseAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_CloseAll_LinkClicked);
     //
     // llb_ExpandAll
     //
     this.llb_ExpandAll.ActiveLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.llb_ExpandAll, null);
     this.llb_ExpandAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llb_ExpandAll.LinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.Location = new System.Drawing.Point(694, 4);
     this.llb_ExpandAll.Name = "llb_ExpandAll";
     this.llb_ExpandAll.Size = new System.Drawing.Size(56, 14);
     this.llb_ExpandAll.TabIndex = 0;
     this.llb_ExpandAll.TabStop = true;
     this.llb_ExpandAll.Text = "ȫ��չ��";
     this.llb_ExpandAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.coreBind.SetVerification(this.llb_ExpandAll, null);
     this.llb_ExpandAll.VisitedLinkColor = System.Drawing.Color.DarkGreen;
     this.llb_ExpandAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llb_ExpandAll_LinkClicked);
     //
     // ultraGrid1
     //
     this.ultraGrid1.CalcManager = this.ultraCalcManager1;
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 6;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 27;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 29;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 3;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 25;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 26;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 4;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 21;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 22;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 23;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 30;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 31;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 32;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 33;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn36.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 20;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn37.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 19;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn40.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 1;
     ultraGridColumn40.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn41.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     summarySettings1.DisplayFormat = "{0}";
     summarySettings1.GroupBySummaryValueAppearance = appearance17;
     summarySettings2.DisplayFormat = "{0}";
     summarySettings2.GroupBySummaryValueAppearance = appearance18;
     summarySettings3.DisplayFormat = "{0}";
     summarySettings3.GroupBySummaryValueAppearance = appearance19;
     summarySettings4.DisplayFormat = "{0}";
     summarySettings4.GroupBySummaryValueAppearance = appearance20;
     summarySettings5.DisplayFormat = "{0}";
     summarySettings5.GroupBySummaryValueAppearance = appearance21;
     summarySettings6.DisplayFormat = "{0}";
     summarySettings6.GroupBySummaryValueAppearance = appearance22;
     summarySettings7.DisplayFormat = "{0}";
     summarySettings7.GroupBySummaryValueAppearance = appearance23;
     summarySettings8.DisplayFormat = "{0}";
     summarySettings8.GroupBySummaryValueAppearance = appearance24;
     summarySettings9.DisplayFormat = "{0}";
     summarySettings9.GroupBySummaryValueAppearance = appearance26;
     summarySettings10.DisplayFormat = "{0}";
     summarySettings10.GroupBySummaryValueAppearance = appearance27;
     summarySettings11.DisplayFormat = "{0}";
     summarySettings11.GroupBySummaryValueAppearance = appearance28;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2,
     summarySettings3,
     summarySettings4,
     summarySettings5,
     summarySettings6,
     summarySettings7,
     summarySettings8,
     summarySettings9,
     summarySettings10,
     summarySettings11});
     ultraGridColumn44.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn44.Header.VisiblePosition = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn45.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn45.Header.VisiblePosition = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn46.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn46.Header.VisiblePosition = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn47.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn47.Header.VisiblePosition = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 3;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn48.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn48.Header.VisiblePosition = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn49.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn49.Header.VisiblePosition = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 5;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn50.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn50.Header.VisiblePosition = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn51.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn51.Header.VisiblePosition = 7;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn52.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn52.Header.VisiblePosition = 8;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 9;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn53.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn53.Header.VisiblePosition = 9;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 13;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn54.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn54.Header.VisiblePosition = 10;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 11;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn55.Header.VisiblePosition = 11;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn56.Header.VisiblePosition = 12;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn57.Header.VisiblePosition = 13;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn58.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn58.Header.VisiblePosition = 14;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 15;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn59.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn59.Header.VisiblePosition = 15;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn60.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn60.Header.VisiblePosition = 16;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 17;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn61.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn61.Header.VisiblePosition = 17;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn62.Header.VisiblePosition = 18;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn63.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn63.Header.VisiblePosition = 19;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 7;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 1;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 1;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63});
     ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance29.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.HeaderAppearance = appearance29;
     appearance30.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(242)))), ((int)(((byte)(199)))));
     appearance30.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(184)))), ((int)(((byte)(131)))));
     appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     ultraGridBand2.Override.RowSelectorAppearance = appearance30;
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance116.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance116;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance117.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance117;
     appearance25.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     appearance118.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance118.TextHAlignAsString = "Center";
     appearance118.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance118;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance1.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance1;
     appearance119.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance119;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance120.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance120.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance120.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance120.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance120;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 24);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(986, 412);
     this.ultraGrid1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // ultraCalcManager1
     //
     this.ultraCalcManager1.ContainingControl = this;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
     new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, false)});
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn53,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn61,
     this.dataColumn62});
     this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.UniqueConstraint("Constraint1", new string[] {
                 "FS_ZC_BATCHNO"}, false)});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "�������";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "���Ʊ��";
     this.dataColumn2.ColumnName = "FS_ZC_BATCHNO";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "���";
     this.dataColumn3.ColumnName = "FN_ZZ_SPEC";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "����";
     this.dataColumn4.ColumnName = "FN_LENGTH";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "�ƺ�";
     this.dataColumn5.ColumnName = "FS_GP_STEELTYPE";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "A��";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "Ԥ��";
     this.dataColumn7.ColumnName = "FN_POINT_01_PLAN";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "ʵ��";
     this.dataColumn8.ColumnName = "FN_POINT_01_NUM";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "����";
     this.dataColumn9.ColumnName = "FN_POINT_01_WGT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "����";
     this.dataColumn10.ColumnName = "FN_POINT_01_WGT_LL";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "B��";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "Ԥ��";
     this.dataColumn12.ColumnName = "FN_POINT_02_PLAN";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "ʵ��";
     this.dataColumn13.ColumnName = "FN_POINT_02_NUM";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "����";
     this.dataColumn14.ColumnName = "FN_POINT_02_WGT";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "����";
     this.dataColumn15.ColumnName = "FN_POINT_02_WGT_LL";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "����";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "����";
     this.dataColumn17.ColumnName = "FN_BILLET_COUNT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "����";
     this.dataColumn18.ColumnName = "FN_BILLET_WEIGHT";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "����";
     this.dataColumn19.ColumnName = "FN_BILLET_WEIGHT_LL";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "װ¯";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "����";
     this.dataColumn21.ColumnName = "FN_ZC_ENTERNUMBER";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "����";
     this.dataColumn22.ColumnName = "FN_ZC_ENTERWEIGHT";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "����";
     this.dataColumn23.ColumnName = "FN_ZC_ENTERWEIGHT_LL";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "�ɲ�";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "����";
     this.dataColumn25.ColumnName = "FN_ZZ_NUM";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "����";
     this.dataColumn26.ColumnName = "FN_ZZ_WEIGHT";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "����";
     this.dataColumn27.ColumnName = "FN_ZZ_WEIGHT_LL";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "��������";
     this.dataColumn28.ColumnName = "FS_ZC_ORDERNO";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "ԭ��";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "���";
     this.dataColumn30.ColumnName = "FS_GP_SPE";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "����";
     this.dataColumn31.ColumnName = "FN_GP_LEN";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "������";
     this.dataColumn32.ColumnName = "FS_BATCH_OPTOR";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "����ʱ��";
     this.dataColumn33.ColumnName = "FS_BATCH_OPTDATE";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "���";
     this.dataColumn53.ColumnName = "FN_POINT_01_DONE";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "���";
     this.dataColumn54.ColumnName = "FN_POINT_02_DONE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "�ѳ�¯";
     this.dataColumn55.ColumnName = "DISCHARGED";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "Ԥ��Ա";
     this.dataColumn56.ColumnName = "FS_PLANPERSON";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "Ԥ��ʱ��";
     this.dataColumn57.ColumnName = "FD_PLANTIME";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "�dz�";
     this.dataColumn58.ColumnName = "FN_POINT_01_FC";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "�dz�";
     this.dataColumn59.ColumnName = "FN_POINT_02_FC";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "ʵ�سɲ���(%)";
     this.dataColumn61.ColumnName = "RATE_ACTUAL";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "���سɲ���(%)";
     this.dataColumn62.ColumnName = "RATE_THEORY";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50,
     this.dataColumn51,
     this.dataColumn52,
     this.dataColumn60});
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
     new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
                 "FS_ZC_BATCHNO"}, new string[] {
                 "FS_BATCHNO"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "������";
     this.dataColumn34.ColumnName = "FS_POINTID";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "Ԥ����";
     this.dataColumn35.ColumnName = "FN_POINT_PLAN";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "�����";
     this.dataColumn36.ColumnName = "FN_POINT_NUM";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "����";
     this.dataColumn37.ColumnName = "FN_POINT_WGT";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "����";
     this.dataColumn38.ColumnName = "FN_POINT_WGT_LL";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "�ƺ�";
     this.dataColumn39.ColumnName = "FS_STEELTYPE";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "���";
     this.dataColumn40.ColumnName = "FS_SPEC";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "����";
     this.dataColumn41.ColumnName = "FN_LENGTH";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "������";
     this.dataColumn42.ColumnName = "FS_PRODUCTNO";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "��������";
     this.dataColumn43.ColumnName = "FS_PRINTWEIGHTTYPE";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "����֧��";
     this.dataColumn44.ColumnName = "FN_SINGLENUM";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "��������";
     this.dataColumn45.ColumnName = "FN_SINGLEWEIGHT";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "��׼��";
     this.dataColumn46.ColumnName = "FS_STANDNO";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "��������";
     this.dataColumn47.ColumnName = "FS_PRINTTYPE";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "˫��";
     this.dataColumn48.ColumnName = "FS_TWINSTYPE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "��ַ";
     this.dataColumn49.ColumnName = "FS_ADDRESSCHECK";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "��׼";
     this.dataColumn50.ColumnName = "FS_STANDARDCHECK";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "�ƺ�";
     this.dataColumn51.ColumnName = "FS_STEELTYPECHECK";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "���Ʊ��";
     this.dataColumn52.ColumnName = "FS_BATCHNO";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "�dz�";
     this.dataColumn60.ColumnName = "FS_FCLFLAG";
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(868, 2);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 0;
     this.cbx_Filter.Text = "����";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 439);
     this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(1);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(992, 189);
     this.ultraExpandableGroupBox1.TabIndex = 0;
     this.ultraExpandableGroupBox1.Text = "���ݱ༭����";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(986, 166);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lbl_Rate_Plan2);
     this.panel1.Controls.Add(this.lbl_Rate_Plan1);
     this.panel1.Controls.Add(this.lbl_Rate_Pre);
     this.panel1.Controls.Add(this.cbx_WgtT);
     this.panel1.Controls.Add(this.cbx_WgtR);
     this.panel1.Controls.Add(this.cbx_FC2);
     this.panel1.Controls.Add(this.cbx_FC1);
     this.panel1.Controls.Add(this.btnSave2);
     this.panel1.Controls.Add(this.btnSave1);
     this.panel1.Controls.Add(this.btnDone2);
     this.panel1.Controls.Add(this.btnDone1);
     this.panel1.Controls.Add(this.ultraLabel9);
     this.panel1.Controls.Add(this.cbEdt_CardType);
     this.panel1.Controls.Add(this.lbl_Count);
     this.panel1.Controls.Add(this.cbx_Steel);
     this.panel1.Controls.Add(this.Edt_WgtLL);
     this.panel1.Controls.Add(this.Edt_Num2);
     this.panel1.Controls.Add(this.Edt_Num1);
     this.panel1.Controls.Add(this.Edt_SingleNum);
     this.panel1.Controls.Add(this.Edt_BatchNo);
     this.panel1.Controls.Add(this.Edt_OrderNo);
     this.panel1.Controls.Add(this.ultraLabel3);
     this.panel1.Controls.Add(this.ultraLabel2);
     this.panel1.Controls.Add(this.ultraLabel8);
     this.panel1.Controls.Add(this.ultraLabel6);
     this.panel1.Controls.Add(this.ultraLabel7);
     this.panel1.Controls.Add(this.cbEdt_Length);
     this.panel1.Controls.Add(this.ultraLabel4);
     this.panel1.Controls.Add(this.ultraLabel5);
     this.panel1.Controls.Add(this.ultraLabel1);
     this.panel1.Controls.Add(this.cbEdt_Spec);
     this.panel1.Controls.Add(this.cbEdt_StandardNo);
     this.panel1.Controls.Add(this.cbx_Point2);
     this.panel1.Controls.Add(this.cbEdt_Steel);
     this.panel1.Controls.Add(this.cbx_StandardNo);
     this.panel1.Controls.Add(this.cbx_Addr);
     this.panel1.Controls.Add(this.cbx_Double);
     this.panel1.Controls.Add(this.cbx_Point1);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     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(986, 166);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // lbl_Rate_Plan2
     //
     this.lbl_Rate_Plan2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan2, null);
     this.lbl_Rate_Plan2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan2.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan2.Location = new System.Drawing.Point(838, 119);
     this.lbl_Rate_Plan2.Name = "lbl_Rate_Plan2";
     this.lbl_Rate_Plan2.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan2.TabIndex = 0;
     this.lbl_Rate_Plan2.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan2, null);
     //
     // lbl_Rate_Plan1
     //
     this.lbl_Rate_Plan1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Plan1, null);
     this.lbl_Rate_Plan1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Plan1.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Plan1.Location = new System.Drawing.Point(408, 119);
     this.lbl_Rate_Plan1.Name = "lbl_Rate_Plan1";
     this.lbl_Rate_Plan1.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Plan1.TabIndex = 0;
     this.lbl_Rate_Plan1.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Plan1, null);
     //
     // lbl_Rate_Pre
     //
     this.lbl_Rate_Pre.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Rate_Pre, null);
     this.lbl_Rate_Pre.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Rate_Pre.ForeColor = System.Drawing.Color.Green;
     this.lbl_Rate_Pre.Location = new System.Drawing.Point(587, 78);
     this.lbl_Rate_Pre.Name = "lbl_Rate_Pre";
     this.lbl_Rate_Pre.Size = new System.Drawing.Size(29, 12);
     this.lbl_Rate_Pre.TabIndex = 0;
     this.lbl_Rate_Pre.Text = "����";
     this.coreBind.SetVerification(this.lbl_Rate_Pre, null);
     //
     // cbx_WgtT
     //
     appearance10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtT.Appearance = appearance10;
     this.cbx_WgtT.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtT, null);
     this.cbx_WgtT.Location = new System.Drawing.Point(748, 21);
     this.cbx_WgtT.Name = "cbx_WgtT";
     this.cbx_WgtT.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtT.TabIndex = 10;
     this.cbx_WgtT.Text = "���ش���";
     this.coreBind.SetVerification(this.cbx_WgtT, null);
     //
     // cbx_WgtR
     //
     appearance9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.cbx_WgtR.Appearance = appearance9;
     this.cbx_WgtR.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_WgtR, null);
     this.cbx_WgtR.Location = new System.Drawing.Point(649, 21);
     this.cbx_WgtR.Name = "cbx_WgtR";
     this.cbx_WgtR.Size = new System.Drawing.Size(71, 19);
     this.cbx_WgtR.TabIndex = 9;
     this.cbx_WgtR.Text = "ʵ�ش���";
     this.coreBind.SetVerification(this.cbx_WgtR, null);
     //
     // cbx_FC2
     //
     this.cbx_FC2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC2, null);
     this.cbx_FC2.Enabled = false;
     this.cbx_FC2.Location = new System.Drawing.Point(649, 116);
     this.cbx_FC2.Name = "cbx_FC2";
     this.cbx_FC2.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC2.TabIndex = 22;
     this.cbx_FC2.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC2, null);
     this.cbx_FC2.CheckedChanged += new System.EventHandler(this.cbx_FC2_CheckedChanged);
     //
     // cbx_FC1
     //
     this.cbx_FC1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_FC1, null);
     this.cbx_FC1.Enabled = false;
     this.cbx_FC1.Location = new System.Drawing.Point(219, 116);
     this.cbx_FC1.Name = "cbx_FC1";
     this.cbx_FC1.Size = new System.Drawing.Size(46, 19);
     this.cbx_FC1.TabIndex = 17;
     this.cbx_FC1.Text = "�dz�";
     this.coreBind.SetVerification(this.cbx_FC1, null);
     this.cbx_FC1.CheckedChanged += new System.EventHandler(this.cbx_FC1_CheckedChanged);
     //
     // btnSave2
     //
     this.coreBind.SetDatabasecommand(this.btnSave2, null);
     this.btnSave2.Location = new System.Drawing.Point(703, 114);
     this.btnSave2.Name = "btnSave2";
     this.btnSave2.Size = new System.Drawing.Size(62, 23);
     this.btnSave2.TabIndex = 23;
     this.btnSave2.Text = "ɾ��Ԥ��";
     this.btnSave2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave2, null);
     this.btnSave2.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnSave1
     //
     this.coreBind.SetDatabasecommand(this.btnSave1, null);
     this.btnSave1.Location = new System.Drawing.Point(273, 114);
     this.btnSave1.Name = "btnSave1";
     this.btnSave1.Size = new System.Drawing.Size(62, 23);
     this.btnSave1.TabIndex = 18;
     this.btnSave1.Text = "ɾ��Ԥ��";
     this.btnSave1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnSave1, null);
     this.btnSave1.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDone2
     //
     this.coreBind.SetDatabasecommand(this.btnDone2, null);
     this.btnDone2.Enabled = false;
     this.btnDone2.Location = new System.Drawing.Point(773, 114);
     this.btnDone2.Name = "btnDone2";
     this.btnDone2.Size = new System.Drawing.Size(62, 23);
     this.btnDone2.TabIndex = 24;
     this.btnDone2.Text = "��������";
     this.btnDone2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone2, null);
     this.btnDone2.Click += new System.EventHandler(this.btnDone_Click);
     //
     // btnDone1
     //
     this.coreBind.SetDatabasecommand(this.btnDone1, null);
     this.btnDone1.Enabled = false;
     this.btnDone1.Location = new System.Drawing.Point(343, 114);
     this.btnDone1.Name = "btnDone1";
     this.btnDone1.Size = new System.Drawing.Size(62, 23);
     this.btnDone1.TabIndex = 19;
     this.btnDone1.Text = "��������";
     this.btnDone1.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.btnDone1, null);
     this.btnDone1.Click += new System.EventHandler(this.btnDone_Click);
     //
     // ultraLabel9
     //
     this.ultraLabel9.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel9, null);
     this.ultraLabel9.Location = new System.Drawing.Point(431, 78);
     this.ultraLabel9.Name = "ultraLabel9";
     this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel9.TabIndex = 0;
     this.ultraLabel9.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel9, null);
     //
     // cbEdt_CardType
     //
     this.cbEdt_CardType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_CardType, null);
     valueListItem22.DataValue = "";
     valueListItem18.DataValue = "�ص㹤��ר��";
     valueListItem18.DisplayText = "�ص㹤��ר��";
     valueListItem19.DataValue = "ʡ��ר��";
     valueListItem19.DisplayText = "ʡ��ר��";
     valueListItem20.DataValue = "ʡ��ר��";
     valueListItem20.DisplayText = "ʡ��ר��";
     valueListItem21.DataValue = "�������";
     valueListItem21.DisplayText = "�������";
     this.cbEdt_CardType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem22,
     valueListItem18,
     valueListItem19,
     valueListItem20,
     valueListItem21});
     this.cbEdt_CardType.Location = new System.Drawing.Point(489, 74);
     this.cbEdt_CardType.MaxLength = 20;
     this.cbEdt_CardType.Name = "cbEdt_CardType";
     this.cbEdt_CardType.Size = new System.Drawing.Size(92, 21);
     this.cbEdt_CardType.TabIndex = 8;
     this.coreBind.SetVerification(this.cbEdt_CardType, null);
     //
     // lbl_Count
     //
     this.lbl_Count.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.lbl_Count, null);
     this.lbl_Count.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_Count.ForeColor = System.Drawing.Color.Green;
     this.lbl_Count.Location = new System.Drawing.Point(586, 53);
     this.lbl_Count.Name = "lbl_Count";
     this.lbl_Count.Size = new System.Drawing.Size(29, 12);
     this.lbl_Count.TabIndex = 0;
     this.lbl_Count.Text = "����";
     this.coreBind.SetVerification(this.lbl_Count, null);
     //
     // cbx_Steel
     //
     this.cbx_Steel.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Steel, null);
     this.cbx_Steel.Location = new System.Drawing.Point(748, 75);
     this.cbx_Steel.Name = "cbx_Steel";
     this.cbx_Steel.Size = new System.Drawing.Size(71, 19);
     this.cbx_Steel.TabIndex = 14;
     this.cbx_Steel.Text = "��ӡ�ƺ�";
     this.coreBind.SetVerification(this.cbx_Steel, null);
     //
     // Edt_WgtLL
     //
     this.coreBind.SetDatabasecommand(this.Edt_WgtLL, null);
     this.Edt_WgtLL.Location = new System.Drawing.Point(489, 47);
     this.Edt_WgtLL.MaskInput = "{LOC}n.nnn";
     this.Edt_WgtLL.Name = "Edt_WgtLL";
     this.Edt_WgtLL.Nullable = true;
     this.Edt_WgtLL.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.Edt_WgtLL.Size = new System.Drawing.Size(92, 21);
     this.Edt_WgtLL.TabIndex = 7;
     this.Edt_WgtLL.Value = null;
     this.coreBind.SetVerification(this.Edt_WgtLL, null);
     this.Edt_WgtLL.ValueChanged += new System.EventHandler(this.Edt_WgtLL_ValueChanged);
     //
     // Edt_Num2
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num2, null);
     this.Edt_Num2.Enabled = false;
     this.Edt_Num2.Location = new System.Drawing.Point(586, 115);
     this.Edt_Num2.MaskInput = "{LOC}nnn";
     this.Edt_Num2.Name = "Edt_Num2";
     this.Edt_Num2.Nullable = true;
     this.Edt_Num2.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num2.TabIndex = 21;
     this.Edt_Num2.Value = null;
     this.coreBind.SetVerification(this.Edt_Num2, null);
     this.Edt_Num2.ValueChanged += new System.EventHandler(this.Edt_Num2_ValueChanged);
     //
     // Edt_Num1
     //
     this.coreBind.SetDatabasecommand(this.Edt_Num1, null);
     this.Edt_Num1.Enabled = false;
     this.Edt_Num1.Location = new System.Drawing.Point(156, 115);
     this.Edt_Num1.MaskInput = "{LOC}nnn";
     this.Edt_Num1.Name = "Edt_Num1";
     this.Edt_Num1.Nullable = true;
     this.Edt_Num1.Size = new System.Drawing.Size(55, 21);
     this.Edt_Num1.TabIndex = 16;
     this.Edt_Num1.Value = null;
     this.coreBind.SetVerification(this.Edt_Num1, null);
     this.Edt_Num1.ValueChanged += new System.EventHandler(this.Edt_Num1_ValueChanged);
     //
     // Edt_SingleNum
     //
     this.coreBind.SetDatabasecommand(this.Edt_SingleNum, null);
     this.Edt_SingleNum.Location = new System.Drawing.Point(489, 20);
     this.Edt_SingleNum.MaskInput = "{LOC}nnn";
     this.Edt_SingleNum.Name = "Edt_SingleNum";
     this.Edt_SingleNum.Nullable = true;
     this.Edt_SingleNum.Size = new System.Drawing.Size(92, 21);
     this.Edt_SingleNum.TabIndex = 6;
     this.Edt_SingleNum.Value = null;
     this.coreBind.SetVerification(this.Edt_SingleNum, null);
     //
     // Edt_BatchNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_BatchNo, null);
     this.Edt_BatchNo.Enabled = false;
     this.Edt_BatchNo.Location = new System.Drawing.Point(265, 20);
     this.Edt_BatchNo.MaxLength = 20;
     this.Edt_BatchNo.Name = "Edt_BatchNo";
     this.Edt_BatchNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_BatchNo.TabIndex = 0;
     this.coreBind.SetVerification(this.Edt_BatchNo, null);
     //
     // Edt_OrderNo
     //
     this.coreBind.SetDatabasecommand(this.Edt_OrderNo, null);
     this.Edt_OrderNo.Location = new System.Drawing.Point(265, 47);
     this.Edt_OrderNo.MaxLength = 12;
     this.Edt_OrderNo.Name = "Edt_OrderNo";
     this.Edt_OrderNo.Size = new System.Drawing.Size(119, 21);
     this.Edt_OrderNo.TabIndex = 4;
     this.coreBind.SetVerification(this.Edt_OrderNo, null);
     //
     // ultraLabel3
     //
     this.ultraLabel3.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel3, null);
     this.ultraLabel3.Location = new System.Drawing.Point(28, 78);
     this.ultraLabel3.Name = "ultraLabel3";
     this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel3.TabIndex = 0;
     this.ultraLabel3.Text = "����";
     this.coreBind.SetVerification(this.ultraLabel3, null);
     //
     // ultraLabel2
     //
     this.ultraLabel2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel2, null);
     this.ultraLabel2.Location = new System.Drawing.Point(28, 51);
     this.ultraLabel2.Name = "ultraLabel2";
     this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel2.TabIndex = 0;
     this.ultraLabel2.Text = "���";
     this.coreBind.SetVerification(this.ultraLabel2, null);
     //
     // ultraLabel8
     //
     this.ultraLabel8.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel8, null);
     this.ultraLabel8.Location = new System.Drawing.Point(431, 51);
     this.ultraLabel8.Name = "ultraLabel8";
     this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel8.TabIndex = 0;
     this.ultraLabel8.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel8, null);
     //
     // ultraLabel6
     //
     this.ultraLabel6.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel6, null);
     this.ultraLabel6.Location = new System.Drawing.Point(207, 24);
     this.ultraLabel6.Name = "ultraLabel6";
     this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel6.TabIndex = 0;
     this.ultraLabel6.Text = "���Ʊ��";
     this.coreBind.SetVerification(this.ultraLabel6, null);
     //
     // ultraLabel7
     //
     this.ultraLabel7.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel7, null);
     this.ultraLabel7.Location = new System.Drawing.Point(431, 24);
     this.ultraLabel7.Name = "ultraLabel7";
     this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel7.TabIndex = 0;
     this.ultraLabel7.Text = "����֧��";
     this.coreBind.SetVerification(this.ultraLabel7, null);
     //
     // cbEdt_Length
     //
     this.cbEdt_Length.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Length, null);
     valueListItem14.DataValue = "9";
     valueListItem14.DisplayText = "9";
     valueListItem15.DataValue = "12";
     valueListItem15.DisplayText = "12";
     this.cbEdt_Length.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem14,
     valueListItem15});
     this.cbEdt_Length.Location = new System.Drawing.Point(61, 74);
     this.cbEdt_Length.MaxLength = 8;
     this.cbEdt_Length.Name = "cbEdt_Length";
     this.cbEdt_Length.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Length.TabIndex = 3;
     this.coreBind.SetVerification(this.cbEdt_Length, null);
     //
     // ultraLabel4
     //
     this.ultraLabel4.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel4, null);
     this.ultraLabel4.Location = new System.Drawing.Point(207, 51);
     this.ultraLabel4.Name = "ultraLabel4";
     this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel4.TabIndex = 0;
     this.ultraLabel4.Text = "��������";
     this.coreBind.SetVerification(this.ultraLabel4, null);
     //
     // ultraLabel5
     //
     this.ultraLabel5.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel5, null);
     this.ultraLabel5.Location = new System.Drawing.Point(207, 78);
     this.ultraLabel5.Name = "ultraLabel5";
     this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
     this.ultraLabel5.TabIndex = 0;
     this.ultraLabel5.Text = "�� ׼ ��";
     this.coreBind.SetVerification(this.ultraLabel5, null);
     //
     // ultraLabel1
     //
     this.ultraLabel1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.ultraLabel1, null);
     this.ultraLabel1.Location = new System.Drawing.Point(28, 24);
     this.ultraLabel1.Name = "ultraLabel1";
     this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
     this.ultraLabel1.TabIndex = 0;
     this.ultraLabel1.Text = "�ƺ�";
     this.coreBind.SetVerification(this.ultraLabel1, null);
     //
     // cbEdt_Spec
     //
     this.cbEdt_Spec.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Spec, null);
     valueListItem23.DataValue = "12";
     valueListItem23.DisplayText = "12";
     valueListItem2.DataValue = "14";
     valueListItem2.DisplayText = "14";
     valueListItem3.DataValue = "16";
     valueListItem3.DisplayText = "16";
     valueListItem4.DataValue = "18";
     valueListItem4.DisplayText = "18";
     valueListItem5.DataValue = "20";
     valueListItem5.DisplayText = "20";
     valueListItem6.DataValue = "22";
     valueListItem6.DisplayText = "22";
     valueListItem7.DataValue = "24";
     valueListItem7.DisplayText = "24";
     valueListItem8.DataValue = "25";
     valueListItem8.DisplayText = "25";
     valueListItem9.DataValue = "28";
     valueListItem9.DisplayText = "28";
     valueListItem10.DataValue = "30";
     valueListItem10.DisplayText = "30";
     valueListItem11.DataValue = "32";
     valueListItem11.DisplayText = "32";
     this.cbEdt_Spec.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem23,
     valueListItem2,
     valueListItem3,
     valueListItem4,
     valueListItem5,
     valueListItem6,
     valueListItem7,
     valueListItem8,
     valueListItem9,
     valueListItem10,
     valueListItem11});
     this.cbEdt_Spec.Location = new System.Drawing.Point(61, 47);
     this.cbEdt_Spec.MaxLength = 20;
     this.cbEdt_Spec.Name = "cbEdt_Spec";
     this.cbEdt_Spec.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Spec.TabIndex = 2;
     this.coreBind.SetVerification(this.cbEdt_Spec, null);
     //
     // cbEdt_StandardNo
     //
     this.cbEdt_StandardNo.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_StandardNo, null);
     valueListItem17.DataValue = "";
     valueListItem16.DataValue = "GB 1499.2-2007";
     valueListItem16.DisplayText = "GB 1499.2-2007";
     this.cbEdt_StandardNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
     valueListItem17,
     valueListItem16});
     this.cbEdt_StandardNo.Location = new System.Drawing.Point(265, 74);
     this.cbEdt_StandardNo.MaxLength = 20;
     this.cbEdt_StandardNo.Name = "cbEdt_StandardNo";
     this.cbEdt_StandardNo.Size = new System.Drawing.Size(119, 21);
     this.cbEdt_StandardNo.TabIndex = 5;
     this.coreBind.SetVerification(this.cbEdt_StandardNo, null);
     //
     // cbx_Point2
     //
     this.cbx_Point2.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point2, null);
     this.cbx_Point2.Location = new System.Drawing.Point(489, 117);
     this.cbx_Point2.Name = "cbx_Point2";
     this.cbx_Point2.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point2.TabIndex = 20;
     this.cbx_Point2.Text = "B��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point2, null);
     this.cbx_Point2.CheckedChanged += new System.EventHandler(this.cbx_Point2_CheckedChanged);
     //
     // cbEdt_Steel
     //
     this.cbEdt_Steel.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
     this.coreBind.SetDatabasecommand(this.cbEdt_Steel, null);
     this.cbEdt_Steel.Location = new System.Drawing.Point(61, 20);
     this.cbEdt_Steel.MaxLength = 20;
     this.cbEdt_Steel.Name = "cbEdt_Steel";
     this.cbEdt_Steel.Size = new System.Drawing.Size(99, 21);
     this.cbEdt_Steel.TabIndex = 1;
     this.coreBind.SetVerification(this.cbEdt_Steel, null);
     //
     // cbx_StandardNo
     //
     this.cbx_StandardNo.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_StandardNo, null);
     this.cbx_StandardNo.Location = new System.Drawing.Point(649, 75);
     this.cbx_StandardNo.Name = "cbx_StandardNo";
     this.cbx_StandardNo.Size = new System.Drawing.Size(71, 19);
     this.cbx_StandardNo.TabIndex = 13;
     this.cbx_StandardNo.Text = "��ӡ��׼";
     this.coreBind.SetVerification(this.cbx_StandardNo, null);
     //
     // cbx_Addr
     //
     this.cbx_Addr.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Addr, null);
     this.cbx_Addr.Location = new System.Drawing.Point(748, 48);
     this.cbx_Addr.Name = "cbx_Addr";
     this.cbx_Addr.Size = new System.Drawing.Size(71, 19);
     this.cbx_Addr.TabIndex = 12;
     this.cbx_Addr.Text = "��ӡ��ַ";
     this.coreBind.SetVerification(this.cbx_Addr, null);
     //
     // cbx_Double
     //
     this.cbx_Double.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Double, null);
     this.cbx_Double.Location = new System.Drawing.Point(649, 48);
     this.cbx_Double.Name = "cbx_Double";
     this.cbx_Double.Size = new System.Drawing.Size(71, 19);
     this.cbx_Double.TabIndex = 11;
     this.cbx_Double.Text = "��ӡ˫��";
     this.coreBind.SetVerification(this.cbx_Double, null);
     //
     // cbx_Point1
     //
     this.cbx_Point1.AutoSize = true;
     this.coreBind.SetDatabasecommand(this.cbx_Point1, null);
     this.cbx_Point1.Location = new System.Drawing.Point(59, 117);
     this.cbx_Point1.Name = "cbx_Point1";
     this.cbx_Point1.Size = new System.Drawing.Size(89, 19);
     this.cbx_Point1.TabIndex = 15;
     this.cbx_Point1.Text = "A��Ԥ������";
     this.coreBind.SetVerification(this.cbx_Point1, null);
     this.cbx_Point1.CheckedChanged += new System.EventHandler(this.cbx_Point1_CheckedChanged);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool2.ControlName = "cbxDateTime";
     controlContainerTool2.InstanceProps.Width = 24;
     controlContainerTool12.ControlName = "dateTimePicker1";
     controlContainerTool20.ControlName = "dateTimePicker2";
     controlContainerTool20.InstanceProps.Width = 162;
     controlContainerTool11.ControlName = "tbQueryBatchNo";
     controlContainerTool11.InstanceProps.IsFirstInGroup = true;
     controlContainerTool11.InstanceProps.Width = 144;
     controlContainerTool21.InstanceProps.IsFirstInGroup = true;
     controlContainerTool21.InstanceProps.Width = 145;
     controlContainerTool7.ControlName = "cbEdt_Status";
     controlContainerTool7.InstanceProps.IsFirstInGroup = true;
     controlContainerTool7.InstanceProps.Width = 84;
     controlContainerTool8.ControlName = "cbEdt_Finish";
     controlContainerTool8.InstanceProps.IsFirstInGroup = true;
     buttonTool39.InstanceProps.IsFirstInGroup = true;
     buttonTool42.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool2,
     controlContainerTool12,
     controlContainerTool20,
     controlContainerTool11,
     controlContainerTool21,
     controlContainerTool7,
     controlContainerTool8,
     buttonTool39,
     buttonTool42,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
     controlContainerTool22.ControlName = "dateTimePicker1";
     controlContainerTool22.SharedPropsInternal.Caption = "����ʱ��";
     controlContainerTool22.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool22.SharedPropsInternal.Width = 199;
     controlContainerTool23.ControlName = "dateTimePicker2";
     controlContainerTool23.SharedPropsInternal.Caption = "��";
     controlContainerTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool23.SharedPropsInternal.Width = 162;
     appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
     buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
     buttonTool44.SharedPropsInternal.Caption = "��ѯ";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Caption = "ұ��¯��";
     controlContainerTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool24.SharedPropsInternal.Visible = false;
     controlContainerTool24.SharedPropsInternal.Width = 145;
     appearance66.Image = ((object)(resources.GetObject("appearance66.Image")));
     buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
     buttonTool45.SharedPropsInternal.Caption = "����Ԥ��";
     buttonTool45.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool45.SharedPropsInternal.Visible = false;
     appearance124.Image = ((object)(resources.GetObject("appearance124.Image")));
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance124;
     buttonTool4.SharedPropsInternal.Caption = "ɾ��Ԥ��";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool4.SharedPropsInternal.Visible = false;
     controlContainerTool1.ControlName = "cbxDateTime";
     controlContainerTool1.SharedPropsInternal.Caption = "��";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 24;
     controlContainerTool4.ControlName = "cbEdt_Status";
     controlContainerTool4.SharedPropsInternal.Caption = "Ԥ��";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.SharedPropsInternal.Width = 84;
     controlContainerTool10.ControlName = "tbQueryBatchNo";
     controlContainerTool10.SharedPropsInternal.Caption = "���Ʊ��";
     controlContainerTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool10.SharedPropsInternal.Width = 144;
     controlContainerTool5.ControlName = "cbEdt_Finish";
     controlContainerTool5.SharedPropsInternal.Caption = "��¯";
     controlContainerTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool22,
     controlContainerTool23,
     buttonTool44,
     controlContainerTool24,
     buttonTool45,
     buttonTool4,
     controlContainerTool1,
     controlContainerTool4,
     controlContainerTool10,
     controlContainerTool5});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 26);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top, null);
     //
     // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
     //
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 654);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom, null);
     //
     // frmWeightPlanBC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 654);
     this.Controls.Add(this.FrmBase_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "frmWeightPlanBC";
     this.Text = "��ļ���Ԥ��";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.frmWeightPlanBC_Load);
     this.FrmBase_Fill_Panel.ResumeLayout(false);
     this.FrmBase_Fill_Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Finish)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Status)).EndInit();
     this.ultraPanel2.ClientArea.ResumeLayout(false);
     this.ultraPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalcManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_WgtR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_FC1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_CardType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_WgtLL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_Num1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_SingleNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_BatchNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Edt_OrderNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Length)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Spec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbEdt_Steel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_StandardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Addr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Double)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbx_Point1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #9
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void   InitializeComponent()
        {
            this.components               = new System.ComponentModel.Container();
            this.lNumero                  = new System.Windows.Forms.Label();
            this.lEntidad                 = new System.Windows.Forms.Label();
            this.lFechaVencimiento        = new System.Windows.Forms.Label();
            this.lFecha                   = new System.Windows.Forms.Label();
            this.label5                   = new System.Windows.Forms.Label();
            this.label6                   = new System.Windows.Forms.Label();
            this.txtNumero                = new System.Windows.Forms.TextBox();
            this.mzCEMoneda               = new mz.erp.ui.controls.mzComboEditor();
            this.mzCEEntidad              = new mz.erp.ui.controls.mzComboEditor();
            this.timer1                   = new System.Windows.Forms.Timer(this.components);
            this.gridEX1                  = new Janus.Windows.GridEX.GridEX();
            this.txtFecha                 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.txtFechaVencimiento      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.label7                   = new System.Windows.Forms.Label();
            this.mzCEComprobanteTesoreria = new mz.erp.ui.controls.mzComboEditor();
            this.lVariablesAuxiliares     = new System.Windows.Forms.Label();
            this.txtValor                 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneValorCotizado         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.label1                   = new System.Windows.Forms.Label();
            this.mzCEMoneReferencia       = new mz.erp.ui.controls.mzComboEditor();
            this.label2                   = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneda)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEEntidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFecha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaVencimiento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtValor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizado)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneReferencia)).BeginInit();
            //
            // toolBarStandar
            //
            this.toolBarStandar.Name = "toolBarStandar";
            this.toolBarStandar.Size = new System.Drawing.Size(840, 28);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
            this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
            this.ultraExplorerBar1.Margins.ForceSerialization       = true;
            this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size = new System.Drawing.Size(840, 442);
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.BackColor = System.Drawing.SystemColors.Window;
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEMoneReferencia);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneValorCotizado);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtValor);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lVariablesAuxiliares);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEComprobanteTesoreria);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label7);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtFechaVencimiento);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtFecha);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridEX1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEEntidad);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEMoneda);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lFechaVencimiento);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lFecha);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lEntidad);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lNumero);
            this.ultraExplorerBarContainerControl1.Name   = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size   = new System.Drawing.Size(791, 255);
            this.ultraExplorerBarContainerControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.ultraExplorerBarContainerControl1_Paint);
            //
            // lNumero
            //
            this.lNumero.BackColor = System.Drawing.Color.Transparent;
            this.lNumero.Location  = new System.Drawing.Point(0, 64);
            this.lNumero.Name      = "lNumero";
            this.lNumero.Size      = new System.Drawing.Size(136, 20);
            this.lNumero.TabIndex  = 0;
            this.lNumero.Text      = "Número de Comprobante";
            //
            // lEntidad
            //
            this.lEntidad.BackColor = System.Drawing.Color.Transparent;
            this.lEntidad.Location  = new System.Drawing.Point(0, 84);
            this.lEntidad.Name      = "lEntidad";
            this.lEntidad.Size      = new System.Drawing.Size(100, 21);
            this.lEntidad.TabIndex  = 1;
            this.lEntidad.Text      = "Entidad";
            //
            // lFechaVencimiento
            //
            this.lFechaVencimiento.BackColor = System.Drawing.Color.Transparent;
            this.lFechaVencimiento.Location  = new System.Drawing.Point(0, 126);
            this.lFechaVencimiento.Name      = "lFechaVencimiento";
            this.lFechaVencimiento.Size      = new System.Drawing.Size(136, 21);
            this.lFechaVencimiento.TabIndex  = 3;
            this.lFechaVencimiento.Text      = "Fecha de Vencimiento";
            //
            // lFecha
            //
            this.lFecha.BackColor = System.Drawing.Color.Transparent;
            this.lFecha.Location  = new System.Drawing.Point(0, 105);
            this.lFecha.Name      = "lFecha";
            this.lFecha.Size      = new System.Drawing.Size(104, 21);
            this.lFecha.TabIndex  = 2;
            this.lFecha.Text      = "Fecha de Emisión";
            //
            // label5
            //
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Location  = new System.Drawing.Point(0, 40);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(100, 21);
            this.label5.TabIndex  = 5;
            this.label5.Text      = "Moneda";
            //
            // label6
            //
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Location  = new System.Drawing.Point(0, 20);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(100, 20);
            this.label6.TabIndex  = 4;
            this.label6.Text      = "Valor";
            //
            // txtNumero
            //
            this.txtNumero.Location     = new System.Drawing.Point(160, 62);
            this.txtNumero.Name         = "txtNumero";
            this.txtNumero.Size         = new System.Drawing.Size(168, 20);
            this.txtNumero.TabIndex     = 3;
            this.txtNumero.Text         = "";
            this.txtNumero.TextChanged += new System.EventHandler(this.txtNumero_TextChanged);
            //
            // mzCEMoneda
            //
            this.mzCEMoneda.DataSource           = null;
            this.mzCEMoneda.DisplayMember        = "";
            this.mzCEMoneda.DisplayMemberCaption = "";
            this.mzCEMoneda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMoneda.Location             = new System.Drawing.Point(160, 40);
            this.mzCEMoneda.MaxItemsDisplay      = 7;
            this.mzCEMoneda.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMoneda.Name               = "mzCEMoneda";
            this.mzCEMoneda.Size               = new System.Drawing.Size(168, 21);
            this.mzCEMoneda.SorterMember       = "";
            this.mzCEMoneda.TabIndex           = 2;
            this.mzCEMoneda.ValueMember        = "";
            this.mzCEMoneda.ValueMemberCaption = "";
            //
            // mzCEEntidad
            //
            this.mzCEEntidad.DataSource           = null;
            this.mzCEEntidad.DisplayMember        = "";
            this.mzCEEntidad.DisplayMemberCaption = "";
            this.mzCEEntidad.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEEntidad.Location             = new System.Drawing.Point(160, 84);
            this.mzCEEntidad.MaxItemsDisplay      = 7;
            this.mzCEEntidad.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEEntidad.Name               = "mzCEEntidad";
            this.mzCEEntidad.Size               = new System.Drawing.Size(168, 21);
            this.mzCEEntidad.SorterMember       = "";
            this.mzCEEntidad.TabIndex           = 4;
            this.mzCEEntidad.ValueMember        = "";
            this.mzCEEntidad.ValueMemberCaption = "";
            this.mzCEEntidad.ValueChanged      += new System.EventHandler(this.mzCEEntidad_ValueChanged);
            //
            // gridEX1
            //
            this.gridEX1.AlternatingColors             = true;
            this.gridEX1.AutomaticSort                 = false;
            this.gridEX1.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX1.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX1.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridEX1.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
            this.gridEX1.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
            this.gridEX1.GroupByBoxVisible               = false;
            this.gridEX1.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
            this.gridEX1.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridEX1.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
            this.gridEX1.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
            this.gridEX1.Location                        = new System.Drawing.Point(160, 145);
            this.gridEX1.Name                            = "gridEX1";
            this.gridEX1.RecordNavigatorText             = "Registro:|de";
            this.gridEX1.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridEX1.ShowEmptyFields                 = false;
            this.gridEX1.Size                            = new System.Drawing.Size(512, 104);
            this.gridEX1.TabIndex                        = 7;
            this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
            this.gridEX1.Leave                          += new System.EventHandler(this.gridEX1_Leave);
            //
            // txtFecha
            //
            this.txtFecha.Location      = new System.Drawing.Point(160, 105);
            this.txtFecha.Name          = "txtFecha";
            this.txtFecha.Size          = new System.Drawing.Size(168, 21);
            this.txtFecha.TabIndex      = 5;
            this.txtFecha.ValueChanged += new System.EventHandler(this.txtFecha_ValueChanged);
            //
            // txtFechaVencimiento
            //
            this.txtFechaVencimiento.Location      = new System.Drawing.Point(160, 126);
            this.txtFechaVencimiento.Name          = "txtFechaVencimiento";
            this.txtFechaVencimiento.Size          = new System.Drawing.Size(168, 21);
            this.txtFechaVencimiento.TabIndex      = 6;
            this.txtFechaVencimiento.ValueChanged += new System.EventHandler(this.txtFechaVencimiento_ValueChanged);
            //
            // label7
            //
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Location  = new System.Drawing.Point(0, -1);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(152, 21);
            this.label7.TabIndex  = 72;
            this.label7.Text      = "Forma de Pago";
            this.label7.Click    += new System.EventHandler(this.label7_Click);
            //
            // mzCEComprobanteTesoreria
            //
            this.mzCEComprobanteTesoreria.DataSource           = null;
            this.mzCEComprobanteTesoreria.DisplayMember        = "";
            this.mzCEComprobanteTesoreria.DisplayMemberCaption = "";
            this.mzCEComprobanteTesoreria.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEComprobanteTesoreria.Location             = new System.Drawing.Point(160, -1);
            this.mzCEComprobanteTesoreria.MaxItemsDisplay      = 7;
            this.mzCEComprobanteTesoreria.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEComprobanteTesoreria.Name               = "mzCEComprobanteTesoreria";
            this.mzCEComprobanteTesoreria.Size               = new System.Drawing.Size(168, 21);
            this.mzCEComprobanteTesoreria.SorterMember       = "";
            this.mzCEComprobanteTesoreria.TabIndex           = 0;
            this.mzCEComprobanteTesoreria.ValueMember        = "";
            this.mzCEComprobanteTesoreria.ValueMemberCaption = "";

            //
            // lVariablesAuxiliares
            //
            this.lVariablesAuxiliares.BackColor = System.Drawing.Color.Transparent;
            this.lVariablesAuxiliares.Location  = new System.Drawing.Point(0, 152);
            this.lVariablesAuxiliares.Name      = "lVariablesAuxiliares";
            this.lVariablesAuxiliares.Size      = new System.Drawing.Size(152, 32);
            this.lVariablesAuxiliares.TabIndex  = 74;
            this.lVariablesAuxiliares.Text      = "Valores de Variables Auxliares";
            //
            // txtValor
            //
            this.txtValor.Location    = new System.Drawing.Point(160, 20);
            this.txtValor.MinValue    = 0;
            this.txtValor.Name        = "txtValor";
            this.txtValor.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.txtValor.Size        = new System.Drawing.Size(168, 21);
            this.txtValor.TabIndex    = 1;
            this.txtValor.Click      += new System.EventHandler(this.txtValor_Click);
            //
            // uneValorCotizado
            //
            this.uneValorCotizado.Location    = new System.Drawing.Point(440, 18);
            this.uneValorCotizado.MinValue    = 0;
            this.uneValorCotizado.Name        = "uneValorCotizado";
            this.uneValorCotizado.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneValorCotizado.Size        = new System.Drawing.Size(168, 21);
            this.uneValorCotizado.TabIndex    = 75;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(334, 22);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(100, 20);
            this.label1.TabIndex  = 76;
            this.label1.Text      = "Valor Destino";
            //
            // mzCEMoneReferencia
            //
            this.mzCEMoneReferencia.DataSource           = null;
            this.mzCEMoneReferencia.DisplayMember        = "";
            this.mzCEMoneReferencia.DisplayMemberCaption = "";
            this.mzCEMoneReferencia.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMoneReferencia.Location             = new System.Drawing.Point(440, 40);
            this.mzCEMoneReferencia.MaxItemsDisplay      = 7;
            this.mzCEMoneReferencia.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMoneReferencia.Name               = "mzCEMoneReferencia";
            this.mzCEMoneReferencia.Size               = new System.Drawing.Size(168, 21);
            this.mzCEMoneReferencia.SorterMember       = "";
            this.mzCEMoneReferencia.TabIndex           = 77;
            this.mzCEMoneReferencia.ValueMember        = "";
            this.mzCEMoneReferencia.ValueMemberCaption = "";
            //
            // label2
            //
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location  = new System.Drawing.Point(333, 43);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(100, 21);
            this.label2.TabIndex  = 78;
            this.label2.Text      = "Moneda Destino";
            //
            // FrmAbmValores
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(840, 470);
            this.Name    = "FrmAbmValores";
            this.Text    = "Valores";
            this.Closed += new System.EventHandler(this.FrmAbmValores_Closed);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneda)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEEntidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFecha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFechaVencimiento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteTesoreria)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtValor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizado)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneReferencia)).EndInit();
        }
Пример #10
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmPagosGastosServicios));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.tarea                             = new System.Windows.Forms.Label();
     this.gridComprobantes                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotalSeleccionados             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label1                            = new System.Windows.Forms.Label();
     this.utbNinguno                        = new Infragistics.Win.Misc.UltraButton();
     this.utbTodos                          = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
     this.gridEX1                           = new Janus.Windows.GridEX.GridEX();
     this.ultraLabel13                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEResponsable                   = new mz.erp.ui.controls.mzComboEditor();
     this.label3                            = new System.Windows.Forms.Label();
     this.mzCEInstanciasCaja                = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel11                      = new Infragistics.Win.Misc.UltraLabel();
     this.uccFecha                          = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ubBuscar                          = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.ubEliminar                        = new Infragistics.Win.Misc.UltraButton();
     this.ubAgregar                         = new Infragistics.Win.Misc.UltraButton();
     this.uneTotal                          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label4                            = new System.Windows.Forms.Label();
     this.gridEXValores                     = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4                    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5                    = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.gridComprobantes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalSeleccionados)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFecha)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.tarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, -28);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(886, 25);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // tarea
     //
     this.tarea.BackColor = System.Drawing.Color.Transparent;
     this.tarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.tarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tarea.Location  = new System.Drawing.Point(0, 0);
     this.tarea.Name      = "tarea";
     this.tarea.Size      = new System.Drawing.Size(886, 23);
     this.tarea.TabIndex  = 1;
     this.tarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gridComprobantes
     //
     this.gridComprobantes.Controls.Add(this.uneTotalSeleccionados);
     this.gridComprobantes.Controls.Add(this.label1);
     this.gridComprobantes.Controls.Add(this.utbNinguno);
     this.gridComprobantes.Controls.Add(this.utbTodos);
     this.gridComprobantes.Controls.Add(this.ultraLabel1);
     this.gridComprobantes.Controls.Add(this.gridEX1);
     this.gridComprobantes.Controls.Add(this.ultraLabel13);
     this.gridComprobantes.Controls.Add(this.mzCEResponsable);
     this.gridComprobantes.Controls.Add(this.label3);
     this.gridComprobantes.Controls.Add(this.mzCEInstanciasCaja);
     this.gridComprobantes.Controls.Add(this.ultraLabel11);
     this.gridComprobantes.Controls.Add(this.uccFecha);
     this.gridComprobantes.DockPadding.Top = 12;
     this.gridComprobantes.Location        = new System.Drawing.Point(28, -172);
     this.gridComprobantes.Name            = "gridComprobantes";
     this.gridComprobantes.Size            = new System.Drawing.Size(886, 261);
     this.gridComprobantes.TabIndex        = 0;
     //
     // uneTotalSeleccionados
     //
     this.uneTotalSeleccionados.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotalSeleccionados.Location      = new System.Drawing.Point(520, 232);
     this.uneTotalSeleccionados.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotalSeleccionados.Name          = "uneTotalSeleccionados";
     this.uneTotalSeleccionados.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotalSeleccionados.Size          = new System.Drawing.Size(96, 21);
     this.uneTotalSeleccionados.TabIndex      = 4;
     this.uneTotalSeleccionados.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(390, 233);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 16);
     this.label1.TabIndex  = 121;
     this.label1.Text      = "Total Seleccionados: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // utbNinguno
     //
     this.utbNinguno.AcceptsFocus = false;
     this.utbNinguno.Location     = new System.Drawing.Point(64, 232);
     this.utbNinguno.Name         = "utbNinguno";
     this.utbNinguno.Size         = new System.Drawing.Size(64, 22);
     this.utbNinguno.TabIndex     = 119;
     this.utbNinguno.TabStop      = false;
     this.utbNinguno.Text         = "&Ninguno";
     //
     // utbTodos
     //
     this.utbTodos.AcceptsFocus = false;
     this.utbTodos.Location     = new System.Drawing.Point(0, 232);
     this.utbTodos.Name         = "utbTodos";
     this.utbTodos.Size         = new System.Drawing.Size(64, 22);
     this.utbTodos.TabIndex     = 118;
     this.utbTodos.TabStop      = false;
     this.utbTodos.Text         = "&Todos";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(8, 56);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(152, 16);
     this.ultraLabel1.TabIndex  = 117;
     this.ultraLabel1.Text      = "Comprobantes a Pagar";
     //
     // gridEX1
     //
     this.gridEX1.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEX1.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AutomaticSort    = false;
     this.gridEX1.ContinuousScroll = false;
     this.gridEX1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEX1.GroupByBoxVisible  = false;
     this.gridEX1.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX1.Location           = new System.Drawing.Point(0, 72);
     this.gridEX1.Name       = "gridEX1";
     this.gridEX1.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEX1.Size       = new System.Drawing.Size(880, 160);
     this.gridEX1.TabIndex   = 3;
     //
     // ultraLabel13
     //
     appearance1.TextHAlign       = Infragistics.Win.HAlign.Right;
     this.ultraLabel13.Appearance = appearance1;
     this.ultraLabel13.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location   = new System.Drawing.Point(416, 5);
     this.ultraLabel13.Name       = "ultraLabel13";
     this.ultraLabel13.Size       = new System.Drawing.Size(88, 16);
     this.ultraLabel13.TabIndex   = 115;
     this.ultraLabel13.Text       = "Responsable";
     //
     // mzCEResponsable
     //
     this.mzCEResponsable.AutoComplete         = true;
     this.mzCEResponsable.DataSource           = null;
     this.mzCEResponsable.DisplayMember        = "";
     this.mzCEResponsable.DisplayMemberCaption = "";
     this.mzCEResponsable.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsable.Location             = new System.Drawing.Point(528, 0);
     this.mzCEResponsable.MaxItemsDisplay      = 50;
     this.mzCEResponsable.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsable.Name               = "mzCEResponsable";
     this.mzCEResponsable.Size               = new System.Drawing.Size(256, 21);
     this.mzCEResponsable.SorterMember       = "";
     this.mzCEResponsable.TabIndex           = 2;
     this.mzCEResponsable.ValueMember        = "";
     this.mzCEResponsable.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 42;
     this.label3.Text      = "Caja :";
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete          = true;
     this.mzCEInstanciasCaja.DataSource            = null;
     this.mzCEInstanciasCaja.DisplayMember         = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption  = "";
     this.mzCEInstanciasCaja.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(128, 0);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(272, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 0;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // ultraLabel11
     //
     this.ultraLabel11.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel11.Location  = new System.Drawing.Point(8, 29);
     this.ultraLabel11.Name      = "ultraLabel11";
     this.ultraLabel11.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel11.TabIndex  = 41;
     this.ultraLabel11.Text      = "Fecha";
     //
     // uccFecha
     //
     dateButton1.Caption = "Today";
     this.uccFecha.DateButtons.Add(dateButton1);
     this.uccFecha.Enabled           = false;
     this.uccFecha.Location          = new System.Drawing.Point(128, 24);
     this.uccFecha.Name              = "uccFecha";
     this.uccFecha.NonAutoSizeHeight = 23;
     this.uccFecha.Size              = new System.Drawing.Size(272, 21);
     this.uccFecha.TabIndex          = 1;
     this.uccFecha.Value             = new System.DateTime(2006, 3, 20, 13, 44, 15, 429);
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubBuscar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubEliminar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ubAgregar);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.gridEXValores);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 148);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(886, 229);
     this.ultraExplorerBarContainerControl3.TabIndex = 5;
     //
     // ubBuscar
     //
     this.ubBuscar.ImageList = this.imglStandar;
     this.ubBuscar.Location  = new System.Drawing.Point(217, 0);
     this.ubBuscar.Name      = "ubBuscar";
     this.ubBuscar.Size      = new System.Drawing.Size(97, 24);
     this.ubBuscar.TabIndex  = 2;
     this.ubBuscar.Text      = "Buscar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ubEliminar
     //
     this.ubEliminar.ImageList = this.imglStandar;
     this.ubEliminar.Location  = new System.Drawing.Point(112, 0);
     this.ubEliminar.Name      = "ubEliminar";
     this.ubEliminar.Size      = new System.Drawing.Size(97, 24);
     this.ubEliminar.TabIndex  = 1;
     this.ubEliminar.Text      = "Eliminar";
     //
     // ubAgregar
     //
     this.ubAgregar.ImageList = this.imglStandar;
     this.ubAgregar.Location  = new System.Drawing.Point(8, 0);
     this.ubAgregar.Name      = "ubAgregar";
     this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
     this.ubAgregar.TabIndex  = 0;
     this.ubAgregar.Text      = "Agregar";
     //
     // uneTotal
     //
     this.uneTotal.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotal.Location      = new System.Drawing.Point(520, 0);
     this.uneTotal.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size          = new System.Drawing.Size(96, 21);
     this.uneTotal.TabIndex      = 3;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(411, 3);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 16);
     this.label4.TabIndex  = 22;
     this.label4.Text      = "Total: ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridEXValores
     //
     this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXValores.AutomaticSort    = false;
     this.gridEXValores.ContinuousScroll = false;
     this.gridEXValores.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEXValores.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEXValores.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEXValores.GroupByBoxVisible  = false;
     this.gridEXValores.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXValores.Location           = new System.Drawing.Point(0, 32);
     this.gridEXValores.Name       = "gridEXValores";
     this.gridEXValores.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXValores.Size       = new System.Drawing.Size(880, 192);
     this.gridEXValores.TabIndex   = 4;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.toolBarButton4,
         this.toolBarButton5
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(952, 28);
     this.toolBarStandar.TabIndex       = 51;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 7;
     this.toolBarButton5.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.gridComprobantes);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.gridComprobantes;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 261;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 229;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Detalle de Valores";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(952, 402);
     this.ultraExplorerBar1.TabIndex = 52;
     //
     // FrmPagosGastosServicios
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 430);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmPagosGastosServicios";
     this.Text = "FrmPagosGastosServicios";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.gridComprobantes.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotalSeleccionados)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uccFecha)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #11
0
 private void une_Click(object sender, EventArgs e)
 {
     Infragistics.Win.UltraWinEditors.UltraNumericEditor une = (Infragistics.Win.UltraWinEditors.UltraNumericEditor)sender;
     une.SelectAll();
 }
Пример #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.uneCantidad           = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.lblInfoAdicional2     = new System.Windows.Forms.Label();
     this.lblInfoAdicional1     = new System.Windows.Forms.Label();
     this.labelUnidadOrigen     = new System.Windows.Forms.Label();
     this.labelCantidadDestino  = new System.Windows.Forms.Label();
     this.labelUnidadDestino    = new System.Windows.Forms.Label();
     this.labelFormula          = new System.Windows.Forms.Label();
     this.unePrecio             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.unePrecioUnidadOrigen = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.buttonElipsis         = new System.Windows.Forms.Button();
     this.editorID               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtDescripcion         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblCodigoSecundario    = new System.Windows.Forms.Label();
     this.mzComboListaDePrecios  = new mz.erp.ui.controls.mzComboEditor();
     this.cboTipoDePrecioDeCosto = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecioUnidadOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).BeginInit();
     this.SuspendLayout();
     //
     // uneCantidad
     //
     this.uneCantidad.Location      = new System.Drawing.Point(407, 8);
     this.uneCantidad.MaskInput     = "nnnnnn.nn";
     this.uneCantidad.MaxValue      = 10000000;
     this.uneCantidad.MinValue      = 0;
     this.uneCantidad.Name          = "uneCantidad";
     this.uneCantidad.Nullable      = true;
     this.uneCantidad.NullText      = "0";
     this.uneCantidad.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneCantidad.Size          = new System.Drawing.Size(72, 21);
     this.uneCantidad.TabIndex      = 1;
     this.uneCantidad.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.uneCantidad.Value         = 1D;
     //
     // lblInfoAdicional2
     //
     this.lblInfoAdicional2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblInfoAdicional2.Location    = new System.Drawing.Point(144, 50);
     this.lblInfoAdicional2.Name        = "lblInfoAdicional2";
     this.lblInfoAdicional2.Size        = new System.Drawing.Size(264, 21);
     this.lblInfoAdicional2.TabIndex    = 10;
     //
     // lblInfoAdicional1
     //
     this.lblInfoAdicional1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblInfoAdicional1.Location    = new System.Drawing.Point(8, 50);
     this.lblInfoAdicional1.Name        = "lblInfoAdicional1";
     this.lblInfoAdicional1.Size        = new System.Drawing.Size(136, 21);
     this.lblInfoAdicional1.TabIndex    = 9;
     this.lblInfoAdicional1.Click      += new System.EventHandler(this.lblInfoAdicional1_Click);
     //
     // labelUnidadOrigen
     //
     this.labelUnidadOrigen.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelUnidadOrigen.Location    = new System.Drawing.Point(479, 8);
     this.labelUnidadOrigen.Name        = "labelUnidadOrigen";
     this.labelUnidadOrigen.Size        = new System.Drawing.Size(56, 21);
     this.labelUnidadOrigen.TabIndex    = 11;
     this.labelUnidadOrigen.Click      += new System.EventHandler(this.labelUnidadOrigen_Click);
     //
     // labelCantidadDestino
     //
     this.labelCantidadDestino.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelCantidadDestino.Location    = new System.Drawing.Point(407, 29);
     this.labelCantidadDestino.Name        = "labelCantidadDestino";
     this.labelCantidadDestino.Size        = new System.Drawing.Size(72, 21);
     this.labelCantidadDestino.TabIndex    = 12;
     this.labelCantidadDestino.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // labelUnidadDestino
     //
     this.labelUnidadDestino.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelUnidadDestino.Location    = new System.Drawing.Point(479, 29);
     this.labelUnidadDestino.Name        = "labelUnidadDestino";
     this.labelUnidadDestino.Size        = new System.Drawing.Size(56, 21);
     this.labelUnidadDestino.TabIndex    = 13;
     this.labelUnidadDestino.Click      += new System.EventHandler(this.labelUnidadDestino_Click);
     //
     // labelFormula
     //
     this.labelFormula.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelFormula.Location    = new System.Drawing.Point(408, 48);
     this.labelFormula.Name        = "labelFormula";
     this.labelFormula.Size        = new System.Drawing.Size(128, 21);
     this.labelFormula.TabIndex    = 14;
     this.labelFormula.Click      += new System.EventHandler(this.labelFormula_Click);
     //
     // unePrecio
     //
     this.unePrecio.FormatString  = "c";
     this.unePrecio.Location      = new System.Drawing.Point(704, 29);
     this.unePrecio.MinValue      = -2147483647D;
     this.unePrecio.Name          = "unePrecio";
     this.unePrecio.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.unePrecio.Size          = new System.Drawing.Size(64, 21);
     this.unePrecio.TabIndex      = 4;
     this.unePrecio.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.unePrecio.TabStop       = false;
     this.unePrecio.ValueChanged += new System.EventHandler(this.unePrecio_ValueChanged);
     //
     // unePrecioUnidadOrigen
     //
     this.unePrecioUnidadOrigen.FormatString  = "c";
     this.unePrecioUnidadOrigen.Location      = new System.Drawing.Point(704, 8);
     this.unePrecioUnidadOrigen.MinValue      = -2147483647D;
     this.unePrecioUnidadOrigen.Name          = "unePrecioUnidadOrigen";
     this.unePrecioUnidadOrigen.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.unePrecioUnidadOrigen.Size          = new System.Drawing.Size(64, 21);
     this.unePrecioUnidadOrigen.TabIndex      = 3;
     this.unePrecioUnidadOrigen.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.unePrecioUnidadOrigen.TabStop       = false;
     //
     // buttonElipsis
     //
     this.buttonElipsis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonElipsis.Location  = new System.Drawing.Point(120, 8);
     this.buttonElipsis.Name      = "buttonElipsis";
     this.buttonElipsis.Size      = new System.Drawing.Size(25, 22);
     this.buttonElipsis.TabIndex  = 18;
     this.buttonElipsis.TabStop   = false;
     this.buttonElipsis.Text      = "...";
     this.buttonElipsis.Click    += new System.EventHandler(this.buttonElipsis_Click);
     //
     // editorID
     //
     this.editorID.AcceptsTab = true;
     this.editorID.Location   = new System.Drawing.Point(8, 8);
     this.editorID.Name       = "editorID";
     this.editorID.Size       = new System.Drawing.Size(110, 21);
     this.editorID.TabIndex   = 0;
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location      = new System.Drawing.Point(144, 8);
     this.txtDescripcion.Multiline     = true;
     this.txtDescripcion.Name          = "txtDescripcion";
     this.txtDescripcion.ReadOnly      = true;
     this.txtDescripcion.Size          = new System.Drawing.Size(264, 42);
     this.txtDescripcion.TabIndex      = 20;
     this.txtDescripcion.TabStop       = false;
     this.txtDescripcion.ValueChanged += new System.EventHandler(this.txtDescripcion_ValueChanged);
     //
     // lblCodigoSecundario
     //
     this.lblCodigoSecundario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCodigoSecundario.Location    = new System.Drawing.Point(8, 29);
     this.lblCodigoSecundario.Name        = "lblCodigoSecundario";
     this.lblCodigoSecundario.Size        = new System.Drawing.Size(136, 21);
     this.lblCodigoSecundario.TabIndex    = 21;
     //
     // mzComboListaDePrecios
     //
     this.mzComboListaDePrecios.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzComboListaDePrecios.DisplayMember        = "";
     this.mzComboListaDePrecios.DisplayMemberCaption = "";
     this.mzComboListaDePrecios.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboListaDePrecios.Location             = new System.Drawing.Point(536, 8);
     this.mzComboListaDePrecios.MaxItemsDisplay      = 7;
     this.mzComboListaDePrecios.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboListaDePrecios.Name               = "mzComboListaDePrecios";
     this.mzComboListaDePrecios.Size               = new System.Drawing.Size(168, 21);
     this.mzComboListaDePrecios.SorterMember       = "";
     this.mzComboListaDePrecios.TabIndex           = 1813;
     this.mzComboListaDePrecios.ValueMember        = "";
     this.mzComboListaDePrecios.ValueMemberCaption = "";
     //
     // cboTipoDePrecioDeCosto
     //
     this.cboTipoDePrecioDeCosto.Location = new System.Drawing.Point(536, 8);
     this.cboTipoDePrecioDeCosto.Name     = "cboTipoDePrecioDeCosto";
     this.cboTipoDePrecioDeCosto.Size     = new System.Drawing.Size(168, 21);
     this.cboTipoDePrecioDeCosto.TabIndex = 2;
     this.cboTipoDePrecioDeCosto.Tag      = "TiposDeComprobantes";
     //
     // mzProductosControl
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.cboTipoDePrecioDeCosto);
     this.Controls.Add(this.mzComboListaDePrecios);
     this.Controls.Add(this.lblCodigoSecundario);
     this.Controls.Add(this.txtDescripcion);
     this.Controls.Add(this.buttonElipsis);
     this.Controls.Add(this.editorID);
     this.Controls.Add(this.unePrecioUnidadOrigen);
     this.Controls.Add(this.unePrecio);
     this.Controls.Add(this.labelFormula);
     this.Controls.Add(this.labelUnidadDestino);
     this.Controls.Add(this.labelCantidadDestino);
     this.Controls.Add(this.labelUnidadOrigen);
     this.Controls.Add(this.lblInfoAdicional2);
     this.Controls.Add(this.lblInfoAdicional1);
     this.Controls.Add(this.uneCantidad);
     this.Name  = "mzProductosControl";
     this.Size  = new System.Drawing.Size(776, 80);
     this.Load += new System.EventHandler(this.mzProductosControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unePrecioUnidadOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editorID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboListaDePrecios)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #13
0
/*		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()
 {
     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.label26 = new System.Windows.Forms.Label();
     this.rbMetodoComparacionPorI           = new System.Windows.Forms.RadioButton();
     this.rbMetodoComparacionPorE           = new System.Windows.Forms.RadioButton();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.panel3                      = new System.Windows.Forms.Panel();
     this.label28                     = new System.Windows.Forms.Label();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.rbMetAsigCuentaPorI         = new System.Windows.Forms.RadioButton();
     this.rbMetAsigCuentaPorE         = new System.Windows.Forms.RadioButton();
     this.label27                     = new System.Windows.Forms.Label();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.rbMetAsigTipCompPorI        = new System.Windows.Forms.RadioButton();
     this.rbMetAsigTipCompPorE        = new System.Windows.Forms.RadioButton();
     this.ultraButton1                = new Infragistics.Win.Misc.UltraButton();
     this.gridClientes                = new Janus.Windows.GridEX.GridEX();
     this.mzCuentasControl1           = new mz.erp.ui.controls.mzCuentasControl();
     this.label25                     = new System.Windows.Forms.Label();
     this.bNingunoTiposDeComprobantes = new Infragistics.Win.Misc.UltraButton();
     this.bTodosTiposDeComprobantes   = new Infragistics.Win.Misc.UltraButton();
     this.chkListTiposDeComprobantes  = new mz.erp.ui.controls.ToolTipCheckedListBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.label2                      = new System.Windows.Forms.Label();
     this.txtDescripcion              = new System.Windows.Forms.TextBox();
     this.txtCuotas                   = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.label4                      = new System.Windows.Forms.Label();
     this.txtRecargo                  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.chkTieneFDPAsociada         = new System.Windows.Forms.CheckBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.chActivo                    = new System.Windows.Forms.CheckBox();
     this.linkLabel1                  = new System.Windows.Forms.LinkLabel();
     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();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridClientes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRecargo)).BeginInit();
     this.SuspendLayout();
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(904, 28);
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Enabled   = false;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 13;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Método de Comparación";
     ultraExplorerBarGroup1.Visible   = false;
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Enabled   = false;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 360;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text    = "Tipos de Comprobantes y Clientes Asociados";
     ultraExplorerBarGroup2.Visible = false;
     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(904, 490);
     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.chActivo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkTieneFDPAsociada);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtRecargo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtCuotas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     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(838, 104);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label26);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.rbMetodoComparacionPorI);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.rbMetodoComparacionPorE);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 212);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(838, 13);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // label26
     //
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.label26.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label26.Location  = new System.Drawing.Point(0, 0);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(152, 16);
     this.label26.TabIndex  = 27;
     this.label26.Text      = "Método de Comparación";
     //
     // rbMetodoComparacionPorI
     //
     this.rbMetodoComparacionPorI.AccessibleDescription = "";
     this.rbMetodoComparacionPorI.BackColor             = System.Drawing.Color.Transparent;
     this.rbMetodoComparacionPorI.Location = new System.Drawing.Point(272, 0);
     this.rbMetodoComparacionPorI.Name     = "rbMetodoComparacionPorI";
     this.rbMetodoComparacionPorI.Size     = new System.Drawing.Size(104, 16);
     this.rbMetodoComparacionPorI.TabIndex = 26;
     this.rbMetodoComparacionPorI.Text     = "Por Inclusión";
     //
     // rbMetodoComparacionPorE
     //
     this.rbMetodoComparacionPorE.BackColor = System.Drawing.Color.Transparent;
     this.rbMetodoComparacionPorE.Location  = new System.Drawing.Point(160, 0);
     this.rbMetodoComparacionPorE.Name      = "rbMetodoComparacionPorE";
     this.rbMetodoComparacionPorE.Size      = new System.Drawing.Size(104, 16);
     this.rbMetodoComparacionPorE.TabIndex  = 25;
     this.rbMetodoComparacionPorE.Text      = "Por Exclusión";
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.panel3);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.label28);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.panel2);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.label27);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.panel1);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraButton1);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.gridClientes);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.mzCuentasControl1);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.label25);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.bNingunoTiposDeComprobantes);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.bTodosTiposDeComprobantes);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.chkListTiposDeComprobantes);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 284);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(838, 360);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // panel3
     //
     this.panel3.BackColor   = System.Drawing.Color.Transparent;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Location    = new System.Drawing.Point(0, 160);
     this.panel3.Name        = "panel3";
     this.panel3.Size        = new System.Drawing.Size(904, 1);
     this.panel3.TabIndex    = 45;
     //
     // label28
     //
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label28.Location  = new System.Drawing.Point(0, 184);
     this.label28.Name      = "label28";
     this.label28.Size      = new System.Drawing.Size(128, 16);
     this.label28.TabIndex  = 44;
     this.label28.Text      = "Método de Asignación";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.rbMetAsigCuentaPorI);
     this.panel2.Controls.Add(this.rbMetAsigCuentaPorE);
     this.panel2.Location = new System.Drawing.Point(136, 176);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(376, 24);
     this.panel2.TabIndex = 43;
     //
     // rbMetAsigCuentaPorI
     //
     this.rbMetAsigCuentaPorI.AccessibleDescription = "";
     this.rbMetAsigCuentaPorI.BackColor             = System.Drawing.Color.Transparent;
     this.rbMetAsigCuentaPorI.Location = new System.Drawing.Point(144, 5);
     this.rbMetAsigCuentaPorI.Name     = "rbMetAsigCuentaPorI";
     this.rbMetAsigCuentaPorI.Size     = new System.Drawing.Size(104, 16);
     this.rbMetAsigCuentaPorI.TabIndex = 23;
     this.rbMetAsigCuentaPorI.Text     = "Por Inclusión";
     //
     // rbMetAsigCuentaPorE
     //
     this.rbMetAsigCuentaPorE.BackColor = System.Drawing.Color.Transparent;
     this.rbMetAsigCuentaPorE.Location  = new System.Drawing.Point(16, 5);
     this.rbMetAsigCuentaPorE.Name      = "rbMetAsigCuentaPorE";
     this.rbMetAsigCuentaPorE.Size      = new System.Drawing.Size(104, 16);
     this.rbMetAsigCuentaPorE.TabIndex  = 22;
     this.rbMetAsigCuentaPorE.Text      = "Por Exclusión";
     //
     // label27
     //
     this.label27.BackColor = System.Drawing.Color.Transparent;
     this.label27.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label27.Location  = new System.Drawing.Point(0, 8);
     this.label27.Name      = "label27";
     this.label27.Size      = new System.Drawing.Size(128, 16);
     this.label27.TabIndex  = 42;
     this.label27.Text      = "Método de Asignación";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.rbMetAsigTipCompPorI);
     this.panel1.Controls.Add(this.rbMetAsigTipCompPorE);
     this.panel1.Location = new System.Drawing.Point(136, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(376, 24);
     this.panel1.TabIndex = 41;
     //
     // rbMetAsigTipCompPorI
     //
     this.rbMetAsigTipCompPorI.AccessibleDescription = "";
     this.rbMetAsigTipCompPorI.BackColor             = System.Drawing.Color.Transparent;
     this.rbMetAsigTipCompPorI.Location = new System.Drawing.Point(144, 5);
     this.rbMetAsigTipCompPorI.Name     = "rbMetAsigTipCompPorI";
     this.rbMetAsigTipCompPorI.Size     = new System.Drawing.Size(104, 16);
     this.rbMetAsigTipCompPorI.TabIndex = 23;
     this.rbMetAsigTipCompPorI.Text     = "Por Inclusión";
     //
     // rbMetAsigTipCompPorE
     //
     this.rbMetAsigTipCompPorE.BackColor = System.Drawing.Color.Transparent;
     this.rbMetAsigTipCompPorE.Location  = new System.Drawing.Point(16, 5);
     this.rbMetAsigTipCompPorE.Name      = "rbMetAsigTipCompPorE";
     this.rbMetAsigTipCompPorE.Size      = new System.Drawing.Size(104, 16);
     this.rbMetAsigTipCompPorE.TabIndex  = 22;
     this.rbMetAsigTipCompPorE.Text      = "Por Exclusión";
     //
     // ultraButton1
     //
     this.ultraButton1.AcceptsFocus = false;
     this.ultraButton1.Location     = new System.Drawing.Point(528, 200);
     this.ultraButton1.Name         = "ultraButton1";
     this.ultraButton1.Size         = new System.Drawing.Size(112, 24);
     this.ultraButton1.TabIndex     = 40;
     this.ultraButton1.TabStop      = false;
     this.ultraButton1.Text         = "Agregar Cliente";
     //
     // gridClientes
     //
     this.gridClientes.AllowCardSizing = false;
     this.gridClientes.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridClientes.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridClientes.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.gridClientes.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridClientes.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridClientes.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridClientes.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridClientes.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridClientes.Location           = new System.Drawing.Point(64, 224);
     this.gridClientes.Name               = "gridClientes";
     this.gridClientes.ScrollBars         = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridClientes.Size               = new System.Drawing.Size(528, 128);
     this.gridClientes.TabIndex           = 39;
     this.gridClientes.TabStop            = false;
     //
     // mzCuentasControl1
     //
     this.mzCuentasControl1.AllowEditClientePaso = false;
     this.mzCuentasControl1.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCuentasControl1.DataValue            = "";
     this.mzCuentasControl1.EnableCtaCte         = false;
     this.mzCuentasControl1.FastSearch           = false;
     this.mzCuentasControl1.Location             = new System.Drawing.Point(64, 200);
     this.mzCuentasControl1.Name = "mzCuentasControl1";
     this.mzCuentasControl1.SearchObjectListener = null;
     this.mzCuentasControl1.Size     = new System.Drawing.Size(440, 24);
     this.mzCuentasControl1.TabIndex = 38;
     //
     // label25
     //
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label25.Location  = new System.Drawing.Point(592, 48);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(232, 56);
     this.label25.TabIndex  = 37;
     this.label25.Text      = "Seleccione lo/s Tipo/s de Comprobante/s a lo/s cual/es se asocia la nueva forma d" +
                              "e pago";
     //
     // bNingunoTiposDeComprobantes
     //
     this.bNingunoTiposDeComprobantes.AcceptsFocus = false;
     this.bNingunoTiposDeComprobantes.Location     = new System.Drawing.Point(0, 88);
     this.bNingunoTiposDeComprobantes.Name         = "bNingunoTiposDeComprobantes";
     this.bNingunoTiposDeComprobantes.Size         = new System.Drawing.Size(64, 22);
     this.bNingunoTiposDeComprobantes.TabIndex     = 36;
     this.bNingunoTiposDeComprobantes.TabStop      = false;
     this.bNingunoTiposDeComprobantes.Text         = "&Ninguno";
     //
     // bTodosTiposDeComprobantes
     //
     this.bTodosTiposDeComprobantes.AcceptsFocus = false;
     this.bTodosTiposDeComprobantes.Location     = new System.Drawing.Point(0, 64);
     this.bTodosTiposDeComprobantes.Name         = "bTodosTiposDeComprobantes";
     this.bTodosTiposDeComprobantes.Size         = new System.Drawing.Size(64, 22);
     this.bTodosTiposDeComprobantes.TabIndex     = 35;
     this.bTodosTiposDeComprobantes.TabStop      = false;
     this.bTodosTiposDeComprobantes.Text         = "&Todos";
     //
     // chkListTiposDeComprobantes
     //
     this.chkListTiposDeComprobantes.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkListTiposDeComprobantes.Location    = new System.Drawing.Point(64, 24);
     this.chkListTiposDeComprobantes.MultiColumn = true;
     this.chkListTiposDeComprobantes.Name        = "chkListTiposDeComprobantes";
     this.chkListTiposDeComprobantes.Size        = new System.Drawing.Size(520, 124);
     this.chkListTiposDeComprobantes.TabIndex    = 34;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(16, 0);
     this.label1.Name      = "label1";
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Descripción";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(16, 24);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Porcentaje de Recargo ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(160, 0);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(184, 20);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Text     = "";
     //
     // txtCuotas
     //
     this.txtCuotas.Location = new System.Drawing.Point(160, 48);
     this.txtCuotas.Name     = "txtCuotas";
     this.txtCuotas.Size     = new System.Drawing.Size(184, 20);
     this.txtCuotas.TabIndex = 3;
     this.txtCuotas.Text     = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(16, 48);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 23);
     this.label3.TabIndex  = 27;
     this.label3.Text      = "Vencimiento de las cuotas";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location  = new System.Drawing.Point(352, 48);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(384, 48);
     this.label4.TabIndex  = 29;
     this.label4.Text      = "Indique los días de vencimiento de cada cuota (separados por coma). Ejemplo : 10," +
                             "30,60  indica que la primer cuota vence a los 10 días, la segunda a los 30 días " +
                             "y la tercera a los 60 días";
     //
     // txtRecargo
     //
     this.txtRecargo.Location        = new System.Drawing.Point(160, 24);
     this.txtRecargo.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
     this.txtRecargo.MaskInput       = "-nnn.nn";
     this.txtRecargo.MaxValue        = 999;
     this.txtRecargo.MinValue        = -999;
     this.txtRecargo.Name            = "txtRecargo";
     this.txtRecargo.Nullable        = true;
     this.txtRecargo.NullText        = "000.00";
     this.txtRecargo.NumericType     = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.txtRecargo.PromptChar      = '0';
     this.txtRecargo.Size            = new System.Drawing.Size(184, 21);
     this.txtRecargo.TabIndex        = 2;
     //
     // chkTieneFDPAsociada
     //
     this.chkTieneFDPAsociada.BackColor = System.Drawing.Color.Transparent;
     this.chkTieneFDPAsociada.Location  = new System.Drawing.Point(160, 104);
     this.chkTieneFDPAsociada.Name      = "chkTieneFDPAsociada";
     this.chkTieneFDPAsociada.Size      = new System.Drawing.Size(128, 24);
     this.chkTieneFDPAsociada.TabIndex  = 30;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(16, 104);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(136, 23);
     this.label5.TabIndex  = 31;
     this.label5.Text      = "Forma de Pago Asoc.";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chActivo
     //
     this.chActivo.BackColor   = System.Drawing.Color.Transparent;
     this.chActivo.Location    = new System.Drawing.Point(16, 80);
     this.chActivo.Name        = "chActivo";
     this.chActivo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chActivo.Size        = new System.Drawing.Size(158, 16);
     this.chActivo.TabIndex    = 33;
     this.chActivo.Text        = "Activo";
     this.chActivo.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // linkLabel1
     //
     this.linkLabel1.Location = new System.Drawing.Point(480, 312);
     this.linkLabel1.Name     = "linkLabel1";
     this.linkLabel1.TabIndex = 18;
     this.linkLabel1.TabStop  = true;
     this.linkLabel1.Text     = "linkLabel1";
     //
     // 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";
     //
     // FormAbmCondicionesDeVenta
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(904, 518);
     this.Controls.Add(this.linkLabel1);
     this.Name = "FormAbmCondicionesDeVenta";
     this.Text = "FormAbmCondicionesDeVenta";
     this.Controls.SetChildIndex(this.linkLabel1, 0);
     this.Controls.SetChildIndex(this.toolBarStandar, 0);
     this.Controls.SetChildIndex(this.ultraExplorerBar1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridClientes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRecargo)).EndInit();
     this.ResumeLayout(false);
 }
Пример #15
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmControlarCajas));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label5             = new System.Windows.Forms.Label();
     this.uneMonto           = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.uneCantidad        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label4             = new System.Windows.Forms.Label();
     this.mzCEMonedas        = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel7        = new Infragistics.Win.Misc.UltraLabel();
     this.label2             = new System.Windows.Forms.Label();
     this.mzCTipoBillete     = new mz.erp.ui.controls.mzComboEditor();
     this.label1             = new System.Windows.Forms.Label();
     this.mzCFormaDePago     = new mz.erp.ui.controls.mzComboEditor();
     this.btnAgregar         = new Infragistics.Win.Misc.UltraButton();
     this.label3             = new System.Windows.Forms.Label();
     this.mzCEInstanciasCaja = new mz.erp.ui.controls.mzComboEditor();
     this.gridEX1            = new Janus.Windows.GridEX.GridEX();
     this.btnEliminar        = new Infragistics.Win.Misc.UltraButton();
     this.gridManagerView1   = new mz.erp.ui.controls.GridManagerView();
     this.imglStandar        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.toolBarStandar     = new System.Windows.Forms.ToolBar();
     this.tbbAnterior        = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator       = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2      = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneMonto)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCTipoBillete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCFormaDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(798, 26);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(798, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEX1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(798, 410);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.uneMonto);
     this.groupBox1.Controls.Add(this.uneCantidad);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.mzCEMonedas);
     this.groupBox1.Controls.Add(this.ultraLabel7);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.mzCTipoBillete);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.mzCFormaDePago);
     this.groupBox1.Controls.Add(this.btnAgregar);
     this.groupBox1.Location = new System.Drawing.Point(8, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(784, 104);
     this.groupBox1.TabIndex = 123;
     this.groupBox1.TabStop  = false;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(424, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(72, 16);
     this.label5.TabIndex  = 142;
     this.label5.Tag       = "";
     this.label5.Text      = "Monto";
     //
     // uneMonto
     //
     this.uneMonto.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneMonto.Location      = new System.Drawing.Point(496, 40);
     this.uneMonto.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneMonto.Name          = "uneMonto";
     this.uneMonto.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneMonto.Size          = new System.Drawing.Size(96, 21);
     this.uneMonto.TabIndex      = 5;
     this.uneMonto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // uneCantidad
     //
     this.uneCantidad.Location   = new System.Drawing.Point(496, 16);
     this.uneCantidad.MinValue   = 0;
     this.uneCantidad.Name       = "uneCantidad";
     this.uneCantidad.PromptChar = ' ';
     this.uneCantidad.Size       = new System.Drawing.Size(100, 21);
     this.uneCantidad.TabIndex   = 4;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(424, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 16);
     this.label4.TabIndex  = 140;
     this.label4.Tag       = "";
     this.label4.Text      = "Cantidad";
     //
     // mzCEMonedas
     //
     this.mzCEMonedas.AutoComplete         = true;
     this.mzCEMonedas.DataSource           = null;
     this.mzCEMonedas.DisplayMember        = "";
     this.mzCEMonedas.DisplayMemberCaption = "";
     this.mzCEMonedas.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEMonedas.Location             = new System.Drawing.Point(136, 64);
     this.mzCEMonedas.MaxItemsDisplay      = 7;
     this.mzCEMonedas.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEMonedas.Name               = "mzCEMonedas";
     this.mzCEMonedas.Size               = new System.Drawing.Size(152, 21);
     this.mzCEMonedas.SorterMember       = "";
     this.mzCEMonedas.TabIndex           = 3;
     this.mzCEMonedas.ValueMember        = "";
     this.mzCEMonedas.ValueMemberCaption = "";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(16, 72);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel7.TabIndex  = 128;
     this.ultraLabel7.Text      = "Moneda";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(16, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(96, 16);
     this.label2.TabIndex  = 126;
     this.label2.Text      = "Tipo Billete";
     //
     // mzCTipoBillete
     //
     this.mzCTipoBillete.AutoComplete          = true;
     this.mzCTipoBillete.DataSource            = null;
     this.mzCTipoBillete.DisplayMember         = "";
     this.mzCTipoBillete.DisplayMemberCaption  = "";
     this.mzCTipoBillete.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCTipoBillete.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCTipoBillete.Location             = new System.Drawing.Point(136, 40);
     this.mzCTipoBillete.MaxItemsDisplay      = 7;
     this.mzCTipoBillete.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCTipoBillete.Name               = "mzCTipoBillete";
     this.mzCTipoBillete.Size               = new System.Drawing.Size(272, 21);
     this.mzCTipoBillete.SorterMember       = "";
     this.mzCTipoBillete.TabIndex           = 2;
     this.mzCTipoBillete.ValueMember        = "";
     this.mzCTipoBillete.ValueMemberCaption = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(16, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 16);
     this.label1.TabIndex  = 124;
     this.label1.Text      = "Forma de pago";
     //
     // mzCFormaDePago
     //
     this.mzCFormaDePago.AutoComplete          = true;
     this.mzCFormaDePago.DataSource            = null;
     this.mzCFormaDePago.DisplayMember         = "";
     this.mzCFormaDePago.DisplayMemberCaption  = "";
     this.mzCFormaDePago.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCFormaDePago.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCFormaDePago.Location             = new System.Drawing.Point(136, 16);
     this.mzCFormaDePago.MaxItemsDisplay      = 7;
     this.mzCFormaDePago.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCFormaDePago.Name               = "mzCFormaDePago";
     this.mzCFormaDePago.Size               = new System.Drawing.Size(272, 21);
     this.mzCFormaDePago.SorterMember       = "";
     this.mzCFormaDePago.TabIndex           = 1;
     this.mzCFormaDePago.ValueMember        = "";
     this.mzCFormaDePago.ValueMemberCaption = "";
     //
     // btnAgregar
     //
     this.btnAgregar.Location = new System.Drawing.Point(680, 64);
     this.btnAgregar.Name     = "btnAgregar";
     this.btnAgregar.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregar.TabIndex = 6;
     this.btnAgregar.Text     = "&Agregar";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 122;
     this.label3.Text      = "Caja ";
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete          = true;
     this.mzCEInstanciasCaja.DataSource            = null;
     this.mzCEInstanciasCaja.DisplayMember         = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption  = "";
     this.mzCEInstanciasCaja.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(80, 8);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(272, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 0;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // gridEX1
     //
     this.gridEX1.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AlternatingColors             = true;
     this.gridEX1.AutomaticSort                 = false;
     this.gridEX1.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridEX1.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridEX1.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridEX1.GroupByBoxVisible               = false;
     this.gridEX1.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridEX1.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridEX1.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridEX1.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridEX1.Location                        = new System.Drawing.Point(0, 184);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(798, 216);
     this.gridEX1.TabIndex                        = 9;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(712, 152);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 8;
     this.btnEliminar.Text     = "&Eliminar";
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 160);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(672, 24);
     this.gridManagerView1.TabIndex  = 7;
     this.gridManagerView1.Visible   = false;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 410;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(864, 536);
     this.ultraExplorerBar1.TabIndex = 53;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(864, 28);
     this.toolBarStandar.TabIndex       = 52;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // FrmControlarCajas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(864, 564);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmControlarCajas";
     this.Text = "FrmControlarCajas";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneMonto)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCTipoBillete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCFormaDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #16
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.

        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);
        }
Пример #17
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.Appearance      appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance5 = new Infragistics.Win.Appearance();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmComprobanteDeAjusteCuentaCorriente));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzCETipoComprobante = new mz.erp.ui.controls.mzComboEditor();
     this.uneTotal            = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label6                            = new System.Windows.Forms.Label();
     this.ultraLabel3                       = new Infragistics.Win.Misc.UltraLabel();
     this.cldFechaComprobante               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.mzCmbCuenta                       = new mz.erp.ui.controls.mzCuentasControl();
     this.ultraMENumero                     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEResponsableEmision            = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uTEObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCETipoComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(854, 24);
     this.ultraExplorerBarContainerControl4.TabIndex = 5;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(854, 23);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCETipoComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.cldFechaComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraMENumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEResponsableEmision);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(854, 77);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzCETipoComprobante
     //
     this.mzCETipoComprobante.AutoComplete         = true;
     this.mzCETipoComprobante.DataSource           = null;
     this.mzCETipoComprobante.DisplayMember        = "";
     this.mzCETipoComprobante.DisplayMemberCaption = "";
     this.mzCETipoComprobante.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCETipoComprobante.Location             = new System.Drawing.Point(680, 2);
     this.mzCETipoComprobante.MaxItemsDisplay      = 7;
     this.mzCETipoComprobante.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCETipoComprobante.Name               = "mzCETipoComprobante";
     this.mzCETipoComprobante.Size               = new System.Drawing.Size(167, 21);
     this.mzCETipoComprobante.SorterMember       = "";
     this.mzCETipoComprobante.TabIndex           = 3;
     this.mzCETipoComprobante.ValueMember        = "";
     this.mzCETipoComprobante.ValueMemberCaption = "";
     //
     // uneTotal
     //
     this.uneTotal.Location    = new System.Drawing.Point(120, 50);
     this.uneTotal.MinValue    = 0;
     this.uneTotal.Name        = "uneTotal";
     this.uneTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size        = new System.Drawing.Size(104, 21);
     this.uneTotal.TabIndex    = 2;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(16, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(95, 20);
     this.label6.TabIndex  = 100;
     this.label6.Text      = "Total";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraLabel3
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel3.Appearance = appearance1;
     this.ultraLabel3.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location   = new System.Drawing.Point(616, 30);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel3.TabIndex   = 28;
     this.ultraLabel3.Text       = "Fecha";
     //
     // cldFechaComprobante
     //
     dateButton1.Caption = "Today";
     this.cldFechaComprobante.DateButtons.Add(dateButton1);
     this.cldFechaComprobante.Location          = new System.Drawing.Point(680, 26);
     this.cldFechaComprobante.Name              = "cldFechaComprobante";
     this.cldFechaComprobante.NonAutoSizeHeight = 23;
     this.cldFechaComprobante.Size              = new System.Drawing.Size(109, 21);
     this.cldFechaComprobante.TabIndex          = 4;
     this.cldFechaComprobante.Value             = new System.DateTime(2005, 8, 15, 0, 0, 0, 0);
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.Color.Transparent;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 26);
     this.mzCmbCuenta.Name = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size     = new System.Drawing.Size(480, 24);
     this.mzCmbCuenta.TabIndex = 1;
     //
     // ultraMENumero
     //
     this.ultraMENumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.ultraMENumero.InputMask = "\\A-####-########";
     this.ultraMENumero.Location  = new System.Drawing.Point(680, 50);
     this.ultraMENumero.Name      = "ultraMENumero";
     this.ultraMENumero.TabIndex  = 5;
     this.ultraMENumero.Text      = "A--";
     this.ultraMENumero.Leave    += new System.EventHandler(this.ultraMENumero_Leave);
     //
     // mzCEResponsableEmision
     //
     this.mzCEResponsableEmision.AutoComplete         = true;
     this.mzCEResponsableEmision.DataSource           = null;
     this.mzCEResponsableEmision.DisplayMember        = "";
     this.mzCEResponsableEmision.DisplayMemberCaption = "";
     this.mzCEResponsableEmision.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsableEmision.Location             = new System.Drawing.Point(120, 2);
     this.mzCEResponsableEmision.MaxItemsDisplay      = 8;
     this.mzCEResponsableEmision.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsableEmision.Name               = "mzCEResponsableEmision";
     this.mzCEResponsableEmision.Size               = new System.Drawing.Size(167, 21);
     this.mzCEResponsableEmision.SorterMember       = "";
     this.mzCEResponsableEmision.TabIndex           = 0;
     this.mzCEResponsableEmision.ValueMember        = "";
     this.mzCEResponsableEmision.ValueMemberCaption = "";
     //
     // ultraLabel2
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel2.Appearance = appearance2;
     this.ultraLabel2.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location   = new System.Drawing.Point(560, 8);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel2.TabIndex   = 32;
     this.ultraLabel2.Text       = "Tipo de Comprobante";
     //
     // ultraLabel6
     //
     appearance3.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel6.Appearance = appearance3;
     this.ultraLabel6.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location   = new System.Drawing.Point(-8, 8);
     this.ultraLabel6.Name       = "ultraLabel6";
     this.ultraLabel6.Size       = new System.Drawing.Size(120, 20);
     this.ultraLabel6.TabIndex   = 30;
     this.ultraLabel6.Text       = "Responsable Emisión";
     //
     // ultraLabel1
     //
     appearance4.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel1.Appearance = appearance4;
     this.ultraLabel1.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location   = new System.Drawing.Point(51, 30);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex   = 29;
     this.ultraLabel1.Text       = "Cuenta";
     //
     // ultraLabel5
     //
     appearance5.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel5.Appearance = appearance5;
     this.ultraLabel5.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location   = new System.Drawing.Point(616, 54);
     this.ultraLabel5.Name       = "ultraLabel5";
     this.ultraLabel5.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel5.TabIndex   = 27;
     this.ultraLabel5.Text       = "Número";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 243);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(854, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 6;
     //
     // uTEObservaciones
     //
     this.uTEObservaciones.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.uTEObservaciones.Location  = new System.Drawing.Point(0, 0);
     this.uTEObservaciones.Multiline = true;
     this.uTEObservaciones.Name      = "uTEObservaciones";
     this.uTEObservaciones.Size      = new System.Drawing.Size(854, 150);
     this.uTEObservaciones.TabIndex  = 0;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 77;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Datos de Cabecera";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Observaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(920, 370);
     this.ultraExplorerBar1.TabIndex = 20;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmComprobanteDeAjusteCuentaCorriente
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 398);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmComprobanteDeAjusteCuentaCorriente";
     this.Text = "FrmComprobanteDeAjusteCuentaCorriente";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCETipoComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #18
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
Пример #19
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmMovimientosCajaEx));
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotal                = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ubEliminar              = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar             = new System.Windows.Forms.ImageList(this.components);
     this.ubAgregar               = new Infragistics.Win.Misc.UltraButton();
     this.label1                  = new System.Windows.Forms.Label();
     this.gridEXValores           = new Janus.Windows.GridEX.GridEX();
     this.gridEXFormasDePago      = new Janus.Windows.GridEX.GridEX();
     this.ultraLabel1             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTiposMovimiento    = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCalendarCombo1     = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel4             = new Infragistics.Win.Misc.UltraLabel();
     this.gridExCotizaciones      = new Janus.Windows.GridEX.GridEX();
     this.mzCEInstanciasCaja      = new mz.erp.ui.controls.mzComboEditor();
     this.label2                  = new System.Windows.Forms.Label();
     this.ultraLabel5             = new Infragistics.Win.Misc.UltraLabel();
     this.txtObservaciones        = new System.Windows.Forms.TextBox();
     this.mzCmbSubTiposMovimiento = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel6             = new Infragistics.Win.Misc.UltraLabel();
     this.txtNumero               = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel7             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTipoComp           = new mz.erp.ui.controls.mzComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXFormasDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarCombo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridExCotizaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComp)).BeginInit();
     this.SuspendLayout();
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(864, 28);
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 240;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Detalle de Valores";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;                                                             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(864, 454);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTipoComp);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSubTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridExCotizaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridEXFormasDePago);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCalendarCombo1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -21);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(798, 151);
     this.ultraExplorerBarContainerControl1.TabStop  = false;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ubEliminar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ubAgregar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXValores);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 189);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(798, 240);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // uneTotal
     //
     this.uneTotal.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotal.Location      = new System.Drawing.Point(671, 8);
     this.uneTotal.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size          = new System.Drawing.Size(96, 21);
     this.uneTotal.TabIndex      = 2;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ubEliminar
     //
     this.ubEliminar.ImageList = this.imglStandar;
     this.ubEliminar.Location  = new System.Drawing.Point(111, 8);
     this.ubEliminar.Name      = "ubEliminar";
     this.ubEliminar.Size      = new System.Drawing.Size(97, 24);
     this.ubEliminar.TabIndex  = 1;
     this.ubEliminar.Text      = "Eliminar";
     this.ubEliminar.Click    += new System.EventHandler(this.ubEliminar_Click);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ubAgregar
     //
     this.ubAgregar.ImageList = this.imglStandar;
     this.ubAgregar.Location  = new System.Drawing.Point(8, 8);
     this.ubAgregar.Name      = "ubAgregar";
     this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
     this.ubAgregar.TabIndex  = 0;
     this.ubAgregar.Text      = "Agregar";
     this.ubAgregar.Click    += new System.EventHandler(this.ubAgregar_Click);
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(565, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Total: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridEXValores
     //
     this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXValores.AutomaticSort    = false;
     this.gridEXValores.ContinuousScroll = false;
     this.gridEXValores.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEXValores.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEXValores.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEXValores.GroupByBoxVisible  = false;
     this.gridEXValores.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXValores.Location           = new System.Drawing.Point(0, 40);
     this.gridEXValores.Name            = "gridEXValores";
     this.gridEXValores.ScrollBars      = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXValores.Size            = new System.Drawing.Size(768, 192);
     this.gridEXValores.TabIndex        = 3;
     this.gridEXValores.RecordsDeleted += new System.EventHandler(this.gridEXValores_RecordsDeleted);
     this.gridEXValores.DoubleClick    += new System.EventHandler(this.gridEXValores_DoubleClick);
     //
     // gridEXFormasDePago
     //
     this.gridEXFormasDePago.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXFormasDePago.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridEXFormasDePago.GroupByBoxVisible  = false;
     this.gridEXFormasDePago.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXFormasDePago.Location           = new System.Drawing.Point(760, 0);
     this.gridEXFormasDePago.Name         = "gridEXFormasDePago";
     this.gridEXFormasDePago.ScrollBars   = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXFormasDePago.Size         = new System.Drawing.Size(256, 56);
     this.gridEXFormasDePago.TabIndex     = 3;
     this.gridEXFormasDePago.Visible      = false;
     this.gridEXFormasDePago.DoubleClick += new System.EventHandler(this.gridEXFormasDePago_DoubleClick);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(752, 8);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(96, 24);
     this.ultraLabel1.TabIndex  = 19;
     this.ultraLabel1.Text      = "Formas De Pago";
     this.ultraLabel1.Visible   = false;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 25);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel3.TabIndex  = 18;
     this.ultraLabel3.Text      = "Fecha";
     //
     // mzCmbTiposMovimiento
     //
     this.mzCmbTiposMovimiento.AutoComplete          = true;
     this.mzCmbTiposMovimiento.DataSource            = null;
     this.mzCmbTiposMovimiento.DisplayMember         = "";
     this.mzCmbTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbTiposMovimiento.Location             = new System.Drawing.Point(120, 46);
     this.mzCmbTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposMovimiento.Name               = "mzCmbTiposMovimiento";
     this.mzCmbTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposMovimiento.SorterMember       = "";
     this.mzCmbTiposMovimiento.TabIndex           = 2;
     this.mzCmbTiposMovimiento.ValueMember        = "";
     this.mzCmbTiposMovimiento.ValueMemberCaption = "";
     this.mzCmbTiposMovimiento.ValueChanged      += new System.EventHandler(this.mzCmbTiposMovimiento_ValueChanged);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(-1, 48);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel2.TabIndex  = 16;
     this.ultraLabel2.Text      = "Tipo de Movimiento";
     //
     // ultraCalendarCombo1
     //
     dateButton1.Caption = "Today";
     this.ultraCalendarCombo1.DateButtons.Add(dateButton1);
     this.ultraCalendarCombo1.Enabled           = false;
     this.ultraCalendarCombo1.Location          = new System.Drawing.Point(120, 23);
     this.ultraCalendarCombo1.Name              = "ultraCalendarCombo1";
     this.ultraCalendarCombo1.NonAutoSizeHeight = 23;
     this.ultraCalendarCombo1.Size              = new System.Drawing.Size(272, 21);
     this.ultraCalendarCombo1.TabIndex          = 1;
     this.ultraCalendarCombo1.Value             = new System.DateTime(2006, 3, 20, 13, 44, 15, 429);
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(752, 24);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(128, 16);
     this.ultraLabel4.TabIndex  = 21;
     this.ultraLabel4.Text      = "Cotizaciones Actuales";
     this.ultraLabel4.Visible   = false;
     //
     // gridExCotizaciones
     //
     this.gridExCotizaciones.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridExCotizaciones.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridExCotizaciones.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridExCotizaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridExCotizaciones.GroupByBoxVisible  = false;
     this.gridExCotizaciones.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridExCotizaciones.Location           = new System.Drawing.Point(760, 0);
     this.gridExCotizaciones.Name       = "gridExCotizaciones";
     this.gridExCotizaciones.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridExCotizaciones.Size       = new System.Drawing.Size(376, 48);
     this.gridExCotizaciones.TabIndex   = 5;
     this.gridExCotizaciones.Visible    = false;
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete          = true;
     this.mzCEInstanciasCaja.DataSource            = null;
     this.mzCEInstanciasCaja.DisplayMember         = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption  = "";
     this.mzCEInstanciasCaja.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(120, 0);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(272, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 0;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 2);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 24;
     this.label2.Text      = "Caja :";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 93);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel5.TabIndex  = 25;
     this.ultraLabel5.Text      = "Observaciones";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location     = new System.Drawing.Point(120, 93);
     this.txtObservaciones.Multiline    = true;
     this.txtObservaciones.Name         = "txtObservaciones";
     this.txtObservaciones.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.txtObservaciones.Size         = new System.Drawing.Size(472, 51);
     this.txtObservaciones.TabIndex     = 4;
     this.txtObservaciones.Text         = "TEXTBOX3";
     this.txtObservaciones.TextChanged += new System.EventHandler(this.txtObservaciones_TextChanged);
     //
     // mzCmbSubTiposMovimiento
     //
     this.mzCmbSubTiposMovimiento.AutoComplete          = true;
     this.mzCmbSubTiposMovimiento.DataSource            = null;
     this.mzCmbSubTiposMovimiento.DisplayMember         = "";
     this.mzCmbSubTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbSubTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSubTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbSubTiposMovimiento.Location             = new System.Drawing.Point(120, 69);
     this.mzCmbSubTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbSubTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSubTiposMovimiento.Name               = "mzCmbSubTiposMovimiento";
     this.mzCmbSubTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbSubTiposMovimiento.SorterMember       = "";
     this.mzCmbSubTiposMovimiento.TabIndex           = 3;
     this.mzCmbSubTiposMovimiento.ValueMember        = "";
     this.mzCmbSubTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(0, 71);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel6.TabIndex  = 28;
     this.ultraLabel6.Text      = "Sub-Tipo de Movim.";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "\\A-####-########";
     this.txtNumero.Location  = new System.Drawing.Point(576, 24);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.TabIndex  = 6;
     this.txtNumero.Text      = "A--";
     //
     // ultraLabel7
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel7.Appearance = appearance1;
     this.ultraLabel7.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location   = new System.Drawing.Point(448, 8);
     this.ultraLabel7.Name       = "ultraLabel7";
     this.ultraLabel7.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel7.TabIndex   = 35;
     this.ultraLabel7.Text       = "Tipo de Comprobante";
     //
     // ultraLabel8
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel8.Appearance = appearance2;
     this.ultraLabel8.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel8.Location   = new System.Drawing.Point(504, 32);
     this.ultraLabel8.Name       = "ultraLabel8";
     this.ultraLabel8.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel8.TabIndex   = 34;
     this.ultraLabel8.Text       = "Número";
     //
     // mzCmbTipoComp
     //
     this.mzCmbTipoComp.AutoComplete          = true;
     this.mzCmbTipoComp.DataSource            = null;
     this.mzCmbTipoComp.DisplayMember         = "";
     this.mzCmbTipoComp.DisplayMemberCaption  = "";
     this.mzCmbTipoComp.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTipoComp.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     valueListItem1.DataValue   = "Fact.A";
     valueListItem1.DisplayText = "Fact. A";
     valueListItem2.DataValue   = "Fact.B";
     valueListItem2.DisplayText = "Fact. B";
     valueListItem3.DataValue   = "Fact.C";
     valueListItem3.DisplayText = "Fact. C";
     valueListItem4.DataValue   = "Ticket";
     valueListItem4.DisplayText = "Ticket";
     valueListItem5.DataValue   = "No";
     valueListItem5.DisplayText = "No/I";
     this.mzCmbTipoComp.Items.Add(valueListItem1);
     this.mzCmbTipoComp.Items.Add(valueListItem2);
     this.mzCmbTipoComp.Items.Add(valueListItem3);
     this.mzCmbTipoComp.Items.Add(valueListItem4);
     this.mzCmbTipoComp.Items.Add(valueListItem5);
     this.mzCmbTipoComp.Location             = new System.Drawing.Point(576, 0);
     this.mzCmbTipoComp.MaxItemsDisplay      = 7;
     this.mzCmbTipoComp.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTipoComp.Name               = "mzCmbTipoComp";
     this.mzCmbTipoComp.Size               = new System.Drawing.Size(137, 21);
     this.mzCmbTipoComp.SorterMember       = "";
     this.mzCmbTipoComp.TabIndex           = 5;
     this.mzCmbTipoComp.ValueMember        = "";
     this.mzCmbTipoComp.ValueMemberCaption = "";
     this.mzCmbTipoComp.ValueChanged      += new System.EventHandler(this.mzCmbTipoComp_ValueChanged);
     //
     // FrmMovimientosCajaEx
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(864, 482);
     this.Name = "FrmMovimientosCajaEx";
     this.Text = "Movimiento de Caja";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXFormasDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarCombo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridExCotizaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComp)).EndInit();
     this.ResumeLayout(false);
 }
Пример #20
0
        //private string _momento;



        #region Código generado por el Diseñador de Windows Forms
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmCotizacionMoneda));
            this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.labelTarea = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzCEFuentesDeCambio = new mz.erp.ui.controls.mzComboEditor();
            this.uneCotizacion       = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.mzCEMonedasDestino  = new mz.erp.ui.controls.mzComboEditor();
            this.lblOrigen           = new Infragistics.Win.Misc.UltraLabel();
            this.mzCEMonedasOrigen   = new mz.erp.ui.controls.mzComboEditor();
            this.tbGuardar           = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton9      = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton5      = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton3      = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton4      = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton6      = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton7      = new System.Windows.Forms.ToolBarButton();
            this.tbStep3             = new System.Windows.Forms.ToolBarButton();
            this.tbbImprimir         = new System.Windows.Forms.ToolBarButton();
            this.tbCerrar            = new System.Windows.Forms.ToolBarButton();
            this.panel1            = new System.Windows.Forms.Panel();
            this.panel2            = new System.Windows.Forms.Panel();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.toolBarStandar    = new System.Windows.Forms.ToolBar();
            this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
            this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
            this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
            this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
            this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
            this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
            this.toolBarButton2    = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
            this.ultraExplorerBarContainerControl5.SuspendLayout();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEFuentesDeCambio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCotizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedasDestino)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedasOrigen)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl5
            //
            this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
            this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
            this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
            this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(751, 24);
            this.ultraExplorerBarContainerControl5.TabIndex = 4;
            //
            // labelTarea
            //
            this.labelTarea.BackColor = System.Drawing.Color.Transparent;
            this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
            this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.labelTarea.Location  = new System.Drawing.Point(0, 0);
            this.labelTarea.Name      = "labelTarea";
            this.labelTarea.Size      = new System.Drawing.Size(751, 23);
            this.labelTarea.TabIndex  = 1;
            this.labelTarea.Text      = "Tarea";
            this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEFuentesDeCambio);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.uneCotizacion);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEMonedasDestino);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.lblOrigen);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEMonedasOrigen);
            this.ultraExplorerBarContainerControl1.DockPadding.Top = 12;
            this.ultraExplorerBarContainerControl1.Location        = new System.Drawing.Point(28, 107);
            this.ultraExplorerBarContainerControl1.Name            = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size            = new System.Drawing.Size(751, 37);
            this.ultraExplorerBarContainerControl1.TabIndex        = 0;
            //
            // mzCEFuentesDeCambio
            //
            this.mzCEFuentesDeCambio.DataSource           = null;
            this.mzCEFuentesDeCambio.DisplayMember        = "";
            this.mzCEFuentesDeCambio.DisplayMemberCaption = "";
            this.mzCEFuentesDeCambio.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEFuentesDeCambio.Location             = new System.Drawing.Point(560, 8);
            this.mzCEFuentesDeCambio.MaxItemsDisplay      = 7;
            this.mzCEFuentesDeCambio.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEFuentesDeCambio.Name               = "mzCEFuentesDeCambio";
            this.mzCEFuentesDeCambio.Size               = new System.Drawing.Size(152, 21);
            this.mzCEFuentesDeCambio.SorterMember       = "";
            this.mzCEFuentesDeCambio.TabIndex           = 67;
            this.mzCEFuentesDeCambio.ValueMember        = "";
            this.mzCEFuentesDeCambio.ValueMemberCaption = "";
            //
            // uneCotizacion
            //
            this.uneCotizacion.Location      = new System.Drawing.Point(288, 8);
            this.uneCotizacion.MaskInput     = "nnnnnnnn.nn";
            this.uneCotizacion.Name          = "uneCotizacion";
            this.uneCotizacion.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCotizacion.Size          = new System.Drawing.Size(100, 21);
            this.uneCotizacion.TabIndex      = 66;
            this.uneCotizacion.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            //
            // mzCEMonedasDestino
            //
            this.mzCEMonedasDestino.DataSource           = null;
            this.mzCEMonedasDestino.DisplayMember        = "";
            this.mzCEMonedasDestino.DisplayMemberCaption = "";
            this.mzCEMonedasDestino.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMonedasDestino.Location             = new System.Drawing.Point(396, 8);
            this.mzCEMonedasDestino.MaxItemsDisplay      = 7;
            this.mzCEMonedasDestino.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMonedasDestino.Name               = "mzCEMonedasDestino";
            this.mzCEMonedasDestino.Size               = new System.Drawing.Size(152, 21);
            this.mzCEMonedasDestino.SorterMember       = "";
            this.mzCEMonedasDestino.TabIndex           = 65;
            this.mzCEMonedasDestino.ValueMember        = "";
            this.mzCEMonedasDestino.ValueMemberCaption = "";
            //
            // lblOrigen
            //
            appearance1.TextHAlign     = Infragistics.Win.HAlign.Left;
            this.lblOrigen.Appearance  = appearance1;
            this.lblOrigen.BackColor   = System.Drawing.Color.Transparent;
            this.lblOrigen.Location    = new System.Drawing.Point(8, 10);
            this.lblOrigen.Name        = "lblOrigen";
            this.lblOrigen.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.lblOrigen.Size        = new System.Drawing.Size(120, 16);
            this.lblOrigen.TabIndex    = 63;
            this.lblOrigen.Text        = "Origen";
            //
            // mzCEMonedasOrigen
            //
            this.mzCEMonedasOrigen.DataSource           = null;
            this.mzCEMonedasOrigen.DisplayMember        = "";
            this.mzCEMonedasOrigen.DisplayMemberCaption = "";
            this.mzCEMonedasOrigen.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMonedasOrigen.Location             = new System.Drawing.Point(128, 8);
            this.mzCEMonedasOrigen.MaxItemsDisplay      = 7;
            this.mzCEMonedasOrigen.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMonedasOrigen.Name               = "mzCEMonedasOrigen";
            this.mzCEMonedasOrigen.Size               = new System.Drawing.Size(152, 21);
            this.mzCEMonedasOrigen.SorterMember       = "";
            this.mzCEMonedasOrigen.TabIndex           = 60;
            this.mzCEMonedasOrigen.ValueMember        = "";
            this.mzCEMonedasOrigen.ValueMemberCaption = "";
            //
            // tbGuardar
            //
            this.tbGuardar.ImageIndex = 4;
            this.tbGuardar.Text       = "&Guardar";
            //
            // toolBarButton9
            //
            this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // toolBarButton5
            //
            this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // toolBarButton3
            //
            this.toolBarButton3.ImageIndex = 2;
            //
            // toolBarButton4
            //
            this.toolBarButton4.ImageIndex = 3;
            //
            // toolBarButton6
            //
            this.toolBarButton6.ImageIndex = 5;
            //
            // toolBarButton7
            //
            this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbStep3
            //
            this.tbStep3.Style   = System.Windows.Forms.ToolBarButtonStyle.Separator;
            this.tbStep3.Visible = false;
            //
            // tbbImprimir
            //
            this.tbbImprimir.ImageIndex = 8;
            this.tbbImprimir.Text       = "Imprimir";
            this.tbbImprimir.Visible    = false;
            //
            // tbCerrar
            //
            this.tbCerrar.ImageIndex = 7;
            this.tbCerrar.Text       = "Cerrar";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.panel2);
            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(800, 614);
            this.panel1.TabIndex = 21;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.ultraExplorerBar1);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 28);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(800, 586);
            this.panel2.TabIndex = 42;
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
            ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Tarea";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 37;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text = "Datos de cabecera";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(800, 586);
            this.ultraExplorerBar1.TabIndex = 2;
            //
            // 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(800, 28);
            this.toolBarStandar.TabIndex       = 41;
            this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
            this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
            //
            // tbbAnterior
            //
            this.tbbAnterior.ImageIndex = 9;
            this.tbbAnterior.Text       = "&Anterior";
            //
            // 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;
            //
            // toolBarButton2
            //
            this.toolBarButton2.ImageIndex = 1;
            //
            // toolBarButton1
            //
            this.toolBarButton1.ImageIndex = 0;
            //
            // FrmAbmCotizacionMoneda
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(800, 614);
            this.Controls.Add(this.panel1);
            this.Name = "FrmAbmCotizacionMoneda";
            this.ultraExplorerBarContainerControl5.ResumeLayout(false);
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mzCEFuentesDeCambio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCotizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedasDestino)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedasOrigen)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Пример #21
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(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);
 }
Пример #22
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);
 }
Пример #23
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.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);
 }
Пример #24
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConfirmarPreciosProductosCompras));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea                        = new System.Windows.Forms.Label();
     this.containerProductos                = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2                         = new System.Windows.Forms.GroupBox();
     this.gridManagerView1                  = new mz.erp.ui.controls.GridManagerView();
     this.gridProductos                     = new Janus.Windows.GridEX.GridEX();
     this.groupBox1                         = new System.Windows.Forms.GroupBox();
     this.checkBox1                         = new System.Windows.Forms.CheckBox();
     this.uccFechaFactura                   = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.umeNumeroFactura                  = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.uneValorCotizacionFactura         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel31                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel32                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel33                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEFuenteDeCambioFactura         = new mz.erp.ui.controls.mzComboEditor();
     this.mzCEMonedaFactura                 = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4                       = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbProveedor                    = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uTEObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.containerProductos.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, -43);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(846, 34);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(846, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // containerProductos
     //
     this.containerProductos.Controls.Add(this.groupBox2);
     this.containerProductos.Controls.Add(this.groupBox1);
     this.containerProductos.Location = new System.Drawing.Point(28, -221);
     this.containerProductos.Name     = "containerProductos";
     this.containerProductos.Size     = new System.Drawing.Size(846, 453);
     this.containerProductos.TabIndex = 3;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.gridManagerView1);
     this.groupBox2.Controls.Add(this.gridProductos);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 120);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(846, 333);
     this.groupBox2.TabIndex = 157;
     this.groupBox2.TabStop  = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(3, 16);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 7;
     this.gridManagerView1.Visible   = false;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridProductos.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(3, 16);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(840, 314);
     this.gridProductos.TabIndex           = 8;
     this.gridProductos.TabStop            = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.uccFechaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel2);
     this.groupBox1.Controls.Add(this.umeNumeroFactura);
     this.groupBox1.Controls.Add(this.ultraLabel5);
     this.groupBox1.Controls.Add(this.uneValorCotizacionFactura);
     this.groupBox1.Controls.Add(this.ultraLabel31);
     this.groupBox1.Controls.Add(this.ultraLabel32);
     this.groupBox1.Controls.Add(this.ultraLabel33);
     this.groupBox1.Controls.Add(this.mzCEFuenteDeCambioFactura);
     this.groupBox1.Controls.Add(this.mzCEMonedaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel4);
     this.groupBox1.Controls.Add(this.mzCmbProveedor);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(846, 120);
     this.groupBox1.TabIndex = 156;
     this.groupBox1.TabStop  = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(17, 93);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(184, 16);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text     = "La factura ha sido cargada";
     //
     // uccFechaFactura
     //
     dateButton1.Caption = "Today";
     this.uccFechaFactura.DateButtons.Add(dateButton1);
     this.uccFechaFactura.Location          = new System.Drawing.Point(88, 64);
     this.uccFechaFactura.Name              = "uccFechaFactura";
     this.uccFechaFactura.NonAutoSizeHeight = 23;
     this.uccFechaFactura.Size              = new System.Drawing.Size(112, 21);
     this.uccFechaFactura.TabIndex          = 2;
     this.uccFechaFactura.Value             = new System.DateTime(2005, 1, 28, 0, 0, 0, 0);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(16, 64);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel2.TabIndex  = 168;
     this.ultraLabel2.Text      = "Fecha";
     //
     // umeNumeroFactura
     //
     this.umeNumeroFactura.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.umeNumeroFactura.InputMask = "?-####-########";
     this.umeNumeroFactura.Location  = new System.Drawing.Point(88, 40);
     this.umeNumeroFactura.Name      = "umeNumeroFactura";
     this.umeNumeroFactura.TabIndex  = 1;
     this.umeNumeroFactura.Text      = "A--";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(16, 41);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel5.TabIndex  = 167;
     this.ultraLabel5.Text      = "Número";
     //
     // uneValorCotizacionFactura
     //
     this.uneValorCotizacionFactura.Location      = new System.Drawing.Point(344, 88);
     this.uneValorCotizacionFactura.Name          = "uneValorCotizacionFactura";
     this.uneValorCotizacionFactura.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorCotizacionFactura.PromptChar    = ' ';
     this.uneValorCotizacionFactura.Size          = new System.Drawing.Size(100, 21);
     this.uneValorCotizacionFactura.TabIndex      = 6;
     this.uneValorCotizacionFactura.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ultraLabel31
     //
     this.ultraLabel31.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel31.Location  = new System.Drawing.Point(216, 90);
     this.ultraLabel31.Name      = "ultraLabel31";
     this.ultraLabel31.Size      = new System.Drawing.Size(104, 16);
     this.ultraLabel31.TabIndex  = 162;
     this.ultraLabel31.Text      = "Valor Conversion";
     //
     // ultraLabel32
     //
     this.ultraLabel32.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel32.Location  = new System.Drawing.Point(216, 64);
     this.ultraLabel32.Name      = "ultraLabel32";
     this.ultraLabel32.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel32.TabIndex  = 161;
     this.ultraLabel32.Text      = "Fuente de Cambio";
     //
     // ultraLabel33
     //
     this.ultraLabel33.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel33.Location  = new System.Drawing.Point(216, 41);
     this.ultraLabel33.Name      = "ultraLabel33";
     this.ultraLabel33.Size      = new System.Drawing.Size(72, 16);
     this.ultraLabel33.TabIndex  = 160;
     this.ultraLabel33.Text      = "Moneda";
     //
     // mzCEFuenteDeCambioFactura
     //
     this.mzCEFuenteDeCambioFactura.AutoComplete         = true;
     this.mzCEFuenteDeCambioFactura.DataSource           = null;
     this.mzCEFuenteDeCambioFactura.DisplayMember        = "";
     this.mzCEFuenteDeCambioFactura.DisplayMemberCaption = "";
     this.mzCEFuenteDeCambioFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEFuenteDeCambioFactura.Location             = new System.Drawing.Point(344, 64);
     this.mzCEFuenteDeCambioFactura.MaxItemsDisplay      = 8;
     this.mzCEFuenteDeCambioFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEFuenteDeCambioFactura.Name               = "mzCEFuenteDeCambioFactura";
     this.mzCEFuenteDeCambioFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEFuenteDeCambioFactura.SorterMember       = "";
     this.mzCEFuenteDeCambioFactura.TabIndex           = 5;
     this.mzCEFuenteDeCambioFactura.ValueMember        = "";
     this.mzCEFuenteDeCambioFactura.ValueMemberCaption = "";
     //
     // mzCEMonedaFactura
     //
     this.mzCEMonedaFactura.AutoComplete         = true;
     this.mzCEMonedaFactura.DataSource           = null;
     this.mzCEMonedaFactura.DisplayMember        = "";
     this.mzCEMonedaFactura.DisplayMemberCaption = "";
     this.mzCEMonedaFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEMonedaFactura.Location             = new System.Drawing.Point(344, 40);
     this.mzCEMonedaFactura.MaxItemsDisplay      = 8;
     this.mzCEMonedaFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEMonedaFactura.Name               = "mzCEMonedaFactura";
     this.mzCEMonedaFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEMonedaFactura.SorterMember       = "";
     this.mzCEMonedaFactura.TabIndex           = 4;
     this.mzCEMonedaFactura.ValueMember        = "";
     this.mzCEMonedaFactura.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(16, 16);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel4.TabIndex  = 159;
     this.ultraLabel4.Text      = "Proveedor";
     //
     // mzCmbProveedor
     //
     this.mzCmbProveedor.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbProveedor.DataValue            = "";
     this.mzCmbProveedor.EditObject           = null;
     this.mzCmbProveedor.FastSearch           = false;
     this.mzCmbProveedor.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbProveedor.HierarchicalSearch   = false;
     this.mzCmbProveedor.Location             = new System.Drawing.Point(88, 16);
     this.mzCmbProveedor.Name                 = "mzCmbProveedor";
     this.mzCmbProveedor.ReadOnly             = false;
     this.mzCmbProveedor.SearchObject         = null;
     this.mzCmbProveedor.SearchObjectListener = null;
     this.mzCmbProveedor.Size                 = new System.Drawing.Size(560, 22);
     this.mzCmbProveedor.TabIndex             = 0;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 291);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(846, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 4;
     //
     // uTEObservaciones
     //
     this.uTEObservaciones.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.uTEObservaciones.Location  = new System.Drawing.Point(0, 0);
     this.uTEObservaciones.Multiline = true;
     this.uTEObservaciones.Name      = "uTEObservaciones";
     this.uTEObservaciones.Size      = new System.Drawing.Size(846, 150);
     this.uTEObservaciones.TabIndex  = 2;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 24;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.containerProductos);
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Enabled   = false;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 34;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.containerProductos;
     ultraExplorerBarGroup2.Key       = "Productos";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 453;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Producto";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup3.Key            = "Observaciones";
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(912, 466);
     this.ultraExplorerBar.TabIndex = 25;
     this.ultraExplorerBar.TabStop  = false;
     //
     // FrmConfirmarPreciosProductosCompras
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 494);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConfirmarPreciosProductosCompras";
     this.Text = "FrmConfirmarPreciosProductosCompras";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.containerProductos.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmTransferenciasValoresCajas));
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotal               = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.mzComboCajasDestino    = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboCajasOrigen     = new mz.erp.ui.controls.mzComboEditor();
     this.lblRespDestino         = new System.Windows.Forms.Label();
     this.lblRespOrigen          = new System.Windows.Forms.Label();
     this.btnRemover             = new System.Windows.Forms.Button();
     this.btnTransferir          = new System.Windows.Forms.Button();
     this.btnRemoverTodo         = new System.Windows.Forms.Button();
     this.btnTransferirTodo      = new System.Windows.Forms.Button();
     this.gridValoresATransferir = new Janus.Windows.GridEX.GridEX();
     this.label1 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.gridValoresDisponibles = new Janus.Windows.GridEX.GridEX();
     this.panel1            = new System.Windows.Forms.Panel();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
     this.tbbRefresh        = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasDestino)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresATransferir)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresDisponibles)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(903, 24);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(903, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.mzComboCajasDestino);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.mzComboCajasOrigen);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.lblRespDestino);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.lblRespOrigen);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnRemover);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnTransferir);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnRemoverTodo);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.btnTransferirTodo);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.gridValoresATransferir);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl4.Controls.Add(this.gridValoresDisponibles);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(903, 429);
     this.ultraExplorerBarContainerControl4.TabIndex = 3;
     //
     // uneTotal
     //
     appearance1.BackColor       = System.Drawing.Color.Transparent;
     this.uneTotal.Appearance    = appearance1;
     this.uneTotal.BorderStyle   = Infragistics.Win.UIElementBorderStyle.None;
     this.uneTotal.Enabled       = false;
     this.uneTotal.Font          = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.uneTotal.Location      = new System.Drawing.Point(784, 392);
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.PromptChar    = ' ';
     this.uneTotal.ReadOnly      = true;
     this.uneTotal.Size          = new System.Drawing.Size(112, 27);
     this.uneTotal.TabIndex      = 4;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     this.uneTotal.TabStop       = false;
     //
     // mzComboCajasDestino
     //
     this.mzComboCajasDestino.AutoComplete         = true;
     this.mzComboCajasDestino.DataSource           = null;
     this.mzComboCajasDestino.DisplayMember        = "";
     this.mzComboCajasDestino.DisplayMemberCaption = "";
     this.mzComboCajasDestino.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboCajasDestino.Location             = new System.Drawing.Point(482, 32);
     this.mzComboCajasDestino.MaxItemsDisplay      = 50;
     this.mzComboCajasDestino.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboCajasDestino.Name               = "mzComboCajasDestino";
     this.mzComboCajasDestino.Size               = new System.Drawing.Size(415, 21);
     this.mzComboCajasDestino.SorterMember       = "";
     this.mzComboCajasDestino.TabIndex           = 1;
     this.mzComboCajasDestino.ValueMember        = "";
     this.mzComboCajasDestino.ValueMemberCaption = "";
     //
     // mzComboCajasOrigen
     //
     this.mzComboCajasOrigen.AutoComplete         = true;
     this.mzComboCajasOrigen.DataSource           = null;
     this.mzComboCajasOrigen.DisplayMember        = "";
     this.mzComboCajasOrigen.DisplayMemberCaption = "";
     this.mzComboCajasOrigen.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboCajasOrigen.Location             = new System.Drawing.Point(0, 32);
     this.mzComboCajasOrigen.MaxItemsDisplay      = 50;
     this.mzComboCajasOrigen.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboCajasOrigen.Name               = "mzComboCajasOrigen";
     this.mzComboCajasOrigen.Size               = new System.Drawing.Size(415, 21);
     this.mzComboCajasOrigen.SorterMember       = "";
     this.mzComboCajasOrigen.TabIndex           = 0;
     this.mzComboCajasOrigen.ValueMember        = "";
     this.mzComboCajasOrigen.ValueMemberCaption = "";
     //
     // lblRespDestino
     //
     this.lblRespDestino.BackColor = System.Drawing.Color.Transparent;
     this.lblRespDestino.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRespDestino.Location  = new System.Drawing.Point(482, 56);
     this.lblRespDestino.Name      = "lblRespDestino";
     this.lblRespDestino.Size      = new System.Drawing.Size(400, 23);
     this.lblRespDestino.TabIndex  = 70;
     this.lblRespDestino.Text      = "Resp";
     //
     // lblRespOrigen
     //
     this.lblRespOrigen.BackColor = System.Drawing.Color.Transparent;
     this.lblRespOrigen.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRespOrigen.Location  = new System.Drawing.Point(0, 56);
     this.lblRespOrigen.Name      = "lblRespOrigen";
     this.lblRespOrigen.Size      = new System.Drawing.Size(400, 23);
     this.lblRespOrigen.TabIndex  = 69;
     this.lblRespOrigen.Text      = "Resp";
     //
     // btnRemover
     //
     this.btnRemover.Enabled  = false;
     this.btnRemover.Location = new System.Drawing.Point(424, 160);
     this.btnRemover.Name     = "btnRemover";
     this.btnRemover.Size     = new System.Drawing.Size(48, 16);
     this.btnRemover.TabIndex = 66;
     this.btnRemover.Text     = "<";
     //
     // btnTransferir
     //
     this.btnTransferir.Enabled  = false;
     this.btnTransferir.Location = new System.Drawing.Point(424, 112);
     this.btnTransferir.Name     = "btnTransferir";
     this.btnTransferir.Size     = new System.Drawing.Size(48, 16);
     this.btnTransferir.TabIndex = 65;
     this.btnTransferir.Text     = ">";
     //
     // btnRemoverTodo
     //
     this.btnRemoverTodo.Enabled  = false;
     this.btnRemoverTodo.Location = new System.Drawing.Point(424, 144);
     this.btnRemoverTodo.Name     = "btnRemoverTodo";
     this.btnRemoverTodo.Size     = new System.Drawing.Size(48, 16);
     this.btnRemoverTodo.TabIndex = 64;
     this.btnRemoverTodo.Text     = "<<";
     //
     // btnTransferirTodo
     //
     this.btnTransferirTodo.Enabled  = false;
     this.btnTransferirTodo.Location = new System.Drawing.Point(424, 128);
     this.btnTransferirTodo.Name     = "btnTransferirTodo";
     this.btnTransferirTodo.Size     = new System.Drawing.Size(48, 16);
     this.btnTransferirTodo.TabIndex = 63;
     this.btnTransferirTodo.Text     = ">>";
     //
     // gridValoresATransferir
     //
     this.gridValoresATransferir.AllowCardSizing = false;
     this.gridValoresATransferir.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridValoresATransferir.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridValoresATransferir.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridValoresATransferir.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridValoresATransferir.GroupByBoxVisible  = false;
     this.gridValoresATransferir.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridValoresATransferir.Location           = new System.Drawing.Point(482, 82);
     this.gridValoresATransferir.Name               = "gridValoresATransferir";
     this.gridValoresATransferir.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridValoresATransferir.Size               = new System.Drawing.Size(415, 302);
     this.gridValoresATransferir.TabIndex           = 3;
     this.gridValoresATransferir.TabStop            = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 61;
     this.label1.Text      = "Origen";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(482, 8);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(88, 16);
     this.label9.TabIndex  = 60;
     this.label9.Text      = "Destino";
     //
     // gridValoresDisponibles
     //
     this.gridValoresDisponibles.AllowCardSizing = false;
     this.gridValoresDisponibles.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridValoresDisponibles.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridValoresDisponibles.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridValoresDisponibles.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridValoresDisponibles.GroupByBoxVisible  = false;
     this.gridValoresDisponibles.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridValoresDisponibles.Location           = new System.Drawing.Point(0, 82);
     this.gridValoresDisponibles.Name               = "gridValoresDisponibles";
     this.gridValoresDisponibles.SelectionMode      = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
     this.gridValoresDisponibles.Size               = new System.Drawing.Size(415, 302);
     this.gridValoresDisponibles.TabIndex           = 2;
     this.gridValoresDisponibles.TabStop            = false;
     this.gridValoresDisponibles.DoubleClick       += new System.EventHandler(this.gridValoresDisponibles_DoubleClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraExplorerBar1);
     this.panel1.Controls.Add(this.toolBarStandar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(952, 630);
     this.panel1.TabIndex = 0;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 429;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Cajas a realizar la transferencia";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(952, 602);
     this.ultraExplorerBar1.TabIndex = 43;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbRefresh,
         this.tbbSeparator3,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(952, 28);
     this.toolBarStandar.TabIndex       = 42;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbRefresh
     //
     this.tbbRefresh.ImageIndex = 2;
     this.tbbRefresh.Text       = "Ejecutar Consulta [F5]";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // FrmTransferenciasValoresCajas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(952, 630);
     this.Controls.Add(this.panel1);
     this.Name = "FrmTransferenciasValoresCajas";
     this.Text = "Transferencia de valores entre cajas";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasDestino)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboCajasOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresATransferir)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridValoresDisponibles)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #26
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Usuario));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.textNombre           = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraCheckEditor1    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel8          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel11         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel14         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraComboEditor1    = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraDateTimeEditor3 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraNumericEditor1  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraCheckEditor2    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel19         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel12         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCheckEditor3    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel18         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel13         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.labelIdUsuario       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraCheckEditor4    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.ultraLabel10         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel16         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraNumericEditor2  = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraTextEditor3     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel15         = new Infragistics.Win.Misc.UltraLabel();
     this.ultraTextEditor2     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel9          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCheckEditor5    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraLabel22      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel21      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel20      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel17      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel7       = new Infragistics.Win.Misc.UltraLabel();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbFirstRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbPreviousRecord  = new System.Windows.Forms.ToolBarButton();
     this.tbNextRecord      = new System.Windows.Forms.ToolBarButton();
     this.tbLastRecord      = new System.Windows.Forms.ToolBarButton();
     this.tbSep1            = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh         = new System.Windows.Forms.ToolBarButton();
     this.tbSep2            = new System.Windows.Forms.ToolBarButton();
     this.tbSave            = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.textNombre);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraDateTimeEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel11);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel14);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraComboEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraDateTimeEditor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraNumericEditor1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel19);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel12);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCheckEditor3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel18);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel13);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelIdUsuario);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(551, 239);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel3.TabIndex  = 2;
     this.ultraLabel3.Text      = "Nombre completo:";
     //
     // textNombre
     //
     this.textNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.textNombre.Location  = new System.Drawing.Point(128, 24);
     this.textNombre.MaxLength = 50;
     this.textNombre.Multiline = true;
     this.textNombre.Name      = "textNombre";
     this.textNombre.Size      = new System.Drawing.Size(417, 44);
     this.textNombre.TabIndex  = 0;
     //
     // ultraDateTimeEditor1
     //
     this.ultraDateTimeEditor1.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor1.Location = new System.Drawing.Point(128, 72);
     this.ultraDateTimeEditor1.Name     = "ultraDateTimeEditor1";
     this.ultraDateTimeEditor1.Size     = new System.Drawing.Size(128, 22);
     this.ultraDateTimeEditor1.TabIndex = 1;
     this.ultraDateTimeEditor1.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraCheckEditor1
     //
     this.ultraCheckEditor1.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor1.Location  = new System.Drawing.Point(128, 96);
     this.ultraCheckEditor1.Name      = "ultraCheckEditor1";
     this.ultraCheckEditor1.Size      = new System.Drawing.Size(24, 20);
     this.ultraCheckEditor1.TabIndex  = 2;
     //
     // ultraLabel8
     //
     this.ultraLabel8.BackColor             = System.Drawing.Color.Transparent;
     this.ultraLabel8.ImageTransparentColor = System.Drawing.Color.Empty;
     this.ultraLabel8.Location = new System.Drawing.Point(0, 72);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(120, 22);
     this.ultraLabel8.TabIndex = 8;
     this.ultraLabel8.Text     = "Expiración:";
     //
     // ultraLabel11
     //
     this.ultraLabel11.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel11.Location  = new System.Drawing.Point(0, 96);
     this.ultraLabel11.Name      = "ultraLabel11";
     this.ultraLabel11.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel11.TabIndex  = 11;
     this.ultraLabel11.Text      = "Bloqueado:";
     //
     // ultraLabel14
     //
     this.ultraLabel14.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel14.Location  = new System.Drawing.Point(0, 168);
     this.ultraLabel14.Name      = "ultraLabel14";
     this.ultraLabel14.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel14.TabIndex  = 14;
     this.ultraLabel14.Text      = "Administrador:";
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.Location = new System.Drawing.Point(128, 192);
     this.ultraComboEditor1.Name     = "ultraComboEditor1";
     this.ultraComboEditor1.Size     = new System.Drawing.Size(168, 22);
     this.ultraComboEditor1.TabIndex = 6;
     //
     // ultraDateTimeEditor3
     //
     this.ultraDateTimeEditor3.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor3.Location = new System.Drawing.Point(128, 144);
     this.ultraDateTimeEditor3.Name     = "ultraDateTimeEditor3";
     this.ultraDateTimeEditor3.Size     = new System.Drawing.Size(168, 22);
     this.ultraDateTimeEditor3.TabIndex = 4;
     this.ultraDateTimeEditor3.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraNumericEditor1
     //
     this.ultraNumericEditor1.Location = new System.Drawing.Point(128, 120);
     this.ultraNumericEditor1.Name     = "ultraNumericEditor1";
     this.ultraNumericEditor1.Size     = new System.Drawing.Size(168, 22);
     this.ultraNumericEditor1.TabIndex = 3;
     //
     // ultraCheckEditor2
     //
     this.ultraCheckEditor2.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor2.Location  = new System.Drawing.Point(128, 168);
     this.ultraCheckEditor2.Name      = "ultraCheckEditor2";
     this.ultraCheckEditor2.Size      = new System.Drawing.Size(16, 20);
     this.ultraCheckEditor2.TabIndex  = 5;
     //
     // ultraLabel19
     //
     this.ultraLabel19.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel19.Location  = new System.Drawing.Point(0, 216);
     this.ultraLabel19.Name      = "ultraLabel19";
     this.ultraLabel19.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel19.TabIndex  = 19;
     this.ultraLabel19.Text      = "Activo:";
     //
     // ultraLabel12
     //
     this.ultraLabel12.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel12.Location  = new System.Drawing.Point(0, 120);
     this.ultraLabel12.Name      = "ultraLabel12";
     this.ultraLabel12.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel12.TabIndex  = 12;
     this.ultraLabel12.Text      = "Intentos de conexión:";
     //
     // ultraCheckEditor3
     //
     this.ultraCheckEditor3.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor3.Location  = new System.Drawing.Point(128, 216);
     this.ultraCheckEditor3.Name      = "ultraCheckEditor3";
     this.ultraCheckEditor3.Size      = new System.Drawing.Size(16, 20);
     this.ultraCheckEditor3.TabIndex  = 7;
     //
     // ultraLabel18
     //
     this.ultraLabel18.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel18.Location  = new System.Drawing.Point(0, 192);
     this.ultraLabel18.Name      = "ultraLabel18";
     this.ultraLabel18.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel18.TabIndex  = 18;
     this.ultraLabel18.Text      = "Perfil utilizado:";
     //
     // ultraLabel13
     //
     this.ultraLabel13.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel13.Location  = new System.Drawing.Point(0, 144);
     this.ultraLabel13.Name      = "ultraLabel13";
     this.ultraLabel13.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel13.TabIndex  = 13;
     this.ultraLabel13.Text      = "Hablitación:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel1.TabIndex  = 0;
     this.ultraLabel1.Text      = "ID:";
     //
     // labelIdUsuario
     //
     this.labelIdUsuario.BackColor = System.Drawing.Color.Transparent;
     this.labelIdUsuario.Location  = new System.Drawing.Point(128, 0);
     this.labelIdUsuario.Name      = "labelIdUsuario";
     this.labelIdUsuario.Size      = new System.Drawing.Size(168, 22);
     this.labelIdUsuario.TabIndex  = 1;
     this.labelIdUsuario.Text      = "ID:";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraCheckEditor4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraDateTimeEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel10);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel16);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraNumericEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTextEditor3);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel15);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTextEditor2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraLabel9);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraCheckEditor5);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 89);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(264, 143);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // ultraCheckEditor4
     //
     this.ultraCheckEditor4.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor4.Location  = new System.Drawing.Point(96, 112);
     this.ultraCheckEditor4.Name      = "ultraCheckEditor4";
     this.ultraCheckEditor4.Size      = new System.Drawing.Size(24, 16);
     this.ultraCheckEditor4.TabIndex  = 5;
     //
     // ultraDateTimeEditor2
     //
     this.ultraDateTimeEditor2.DateTime = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     this.ultraDateTimeEditor2.Location = new System.Drawing.Point(96, 48);
     this.ultraDateTimeEditor2.Name     = "ultraDateTimeEditor2";
     this.ultraDateTimeEditor2.Size     = new System.Drawing.Size(136, 22);
     this.ultraDateTimeEditor2.TabIndex = 2;
     this.ultraDateTimeEditor2.Value    = new System.DateTime(2004, 11, 18, 0, 0, 0, 0);
     //
     // ultraLabel10
     //
     this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel10.Location  = new System.Drawing.Point(0, 48);
     this.ultraLabel10.Name      = "ultraLabel10";
     this.ultraLabel10.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel10.TabIndex  = 10;
     this.ultraLabel10.Text      = "Vencimiento:";
     //
     // ultraLabel16
     //
     this.ultraLabel16.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel16.Location  = new System.Drawing.Point(0, 72);
     this.ultraLabel16.Name      = "ultraLabel16";
     this.ultraLabel16.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel16.TabIndex  = 16;
     this.ultraLabel16.Text      = "Permitir cambio:";
     //
     // ultraNumericEditor2
     //
     this.ultraNumericEditor2.Location = new System.Drawing.Point(96, 88);
     this.ultraNumericEditor2.Name     = "ultraNumericEditor2";
     this.ultraNumericEditor2.Size     = new System.Drawing.Size(136, 22);
     this.ultraNumericEditor2.TabIndex = 4;
     //
     // ultraTextEditor3
     //
     this.ultraTextEditor3.Location     = new System.Drawing.Point(96, 24);
     this.ultraTextEditor3.MaxLength    = 50;
     this.ultraTextEditor3.Name         = "ultraTextEditor3";
     this.ultraTextEditor3.PasswordChar = '*';
     this.ultraTextEditor3.Size         = new System.Drawing.Size(136, 22);
     this.ultraTextEditor3.TabIndex     = 1;
     //
     // ultraLabel15
     //
     this.ultraLabel15.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel15.Location  = new System.Drawing.Point(0, 112);
     this.ultraLabel15.Name      = "ultraLabel15";
     this.ultraLabel15.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel15.TabIndex  = 15;
     this.ultraLabel15.Text      = "Nunca caduca:";
     //
     // ultraTextEditor2
     //
     this.ultraTextEditor2.Location     = new System.Drawing.Point(96, 0);
     this.ultraTextEditor2.MaxLength    = 50;
     this.ultraTextEditor2.Name         = "ultraTextEditor2";
     this.ultraTextEditor2.PasswordChar = '*';
     this.ultraTextEditor2.Size         = new System.Drawing.Size(136, 22);
     this.ultraTextEditor2.TabIndex     = 0;
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel4.TabIndex  = 4;
     this.ultraLabel4.Text      = "Clave:";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel5.TabIndex  = 5;
     this.ultraLabel5.Text      = "Repetir:";
     //
     // ultraLabel9
     //
     this.ultraLabel9.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel9.Location  = new System.Drawing.Point(0, 96);
     this.ultraLabel9.Name      = "ultraLabel9";
     this.ultraLabel9.Size      = new System.Drawing.Size(88, 16);
     this.ultraLabel9.TabIndex  = 9;
     this.ultraLabel9.Text      = "Días de validez:";
     //
     // ultraCheckEditor5
     //
     this.ultraCheckEditor5.BackColor = System.Drawing.Color.Transparent;
     this.ultraCheckEditor5.Location  = new System.Drawing.Point(96, 72);
     this.ultraCheckEditor5.Name      = "ultraCheckEditor5";
     this.ultraCheckEditor5.Size      = new System.Drawing.Size(24, 16);
     this.ultraCheckEditor5.TabIndex  = 3;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel22);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel21);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel20);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel17);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(316, 89);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(263, 63);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // ultraLabel22
     //
     this.ultraLabel22.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel22.Location  = new System.Drawing.Point(128, 48);
     this.ultraLabel22.Name      = "ultraLabel22";
     this.ultraLabel22.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel22.TabIndex  = 20;
     this.ultraLabel22.Text      = "Raúl Gómez";
     //
     // ultraLabel21
     //
     this.ultraLabel21.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel21.Location  = new System.Drawing.Point(128, 24);
     this.ultraLabel21.Name      = "ultraLabel21";
     this.ultraLabel21.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel21.TabIndex  = 19;
     this.ultraLabel21.Text      = "4";
     //
     // ultraLabel20
     //
     this.ultraLabel20.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel20.Location  = new System.Drawing.Point(128, 0);
     this.ultraLabel20.Name      = "ultraLabel20";
     this.ultraLabel20.Size      = new System.Drawing.Size(120, 22);
     this.ultraLabel20.TabIndex  = 18;
     this.ultraLabel20.Text      = "21/8/2004";
     //
     // ultraLabel17
     //
     this.ultraLabel17.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel17.Location  = new System.Drawing.Point(0, 48);
     this.ultraLabel17.Name      = "ultraLabel17";
     this.ultraLabel17.Size      = new System.Drawing.Size(112, 22);
     this.ultraLabel17.TabIndex  = 17;
     this.ultraLabel17.Text      = "Última modificación:";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(0, 24);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(104, 22);
     this.ultraLabel6.TabIndex  = 6;
     this.ultraLabel6.Text      = "Conexiones fallidas:";
     //
     // ultraLabel7
     //
     this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location  = new System.Drawing.Point(0, 0);
     this.ultraLabel7.Name      = "ultraLabel7";
     this.ultraLabel7.Size      = new System.Drawing.Size(104, 22);
     this.ultraLabel7.TabIndex  = 7;
     this.ultraLabel7.Text      = "Última conexión:";
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirstRecord,
         this.tbPreviousRecord,
         this.tbNextRecord,
         this.tbLastRecord,
         this.tbSep1,
         this.tbRefresh,
         this.tbSep2,
         this.tbSave
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(616, 28);
     this.toolBarStandar.TabIndex       = 32;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbFirstRecord
     //
     this.tbFirstRecord.ImageIndex = 0;
     //
     // tbPreviousRecord
     //
     this.tbPreviousRecord.ImageIndex = 1;
     //
     // tbNextRecord
     //
     this.tbNextRecord.ImageIndex = 2;
     //
     // tbLastRecord
     //
     this.tbLastRecord.ImageIndex = 3;
     //
     // tbSep1
     //
     this.tbSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 5;
     //
     // tbSep2
     //
     this.tbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbSave
     //
     this.tbSave.ImageIndex = 4;
     this.tbSave.Text       = "Guardar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ultraExplorerBar1.ColumnCount = 2;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.ColumnsSpanned           = 2;
     ultraExplorerBarGroup1.Container                = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Expanded                 = false;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 239;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "General";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 143;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Clave";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 63;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Información";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(8, 32);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(600, 592);
     this.ultraExplorerBar1.TabIndex = 33;
     //
     // Usuario
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(616, 630);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "Usuario";
     this.Text = "Usuario";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #27
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance      appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance      appearance2 = new Infragistics.Win.Appearance();
            System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmABMCostosIndirectos));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.labelTarea = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.groupBox1                   = new System.Windows.Forms.GroupBox();
            this.groupBox2                   = new System.Windows.Forms.GroupBox();
            this.chkActivo                   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraLabel1                 = new Infragistics.Win.Misc.UltraLabel();
            this.txtDescripcion              = new System.Windows.Forms.TextBox();
            this.uneValor                    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblOrigen                   = new Infragistics.Win.Misc.UltraLabel();
            this.groupBox3                   = new System.Windows.Forms.GroupBox();
            this.groupBoxTipoMoneda          = new System.Windows.Forms.GroupBox();
            this.mzCEFuenteDeCambio          = new mz.erp.ui.controls.mzComboEditor();
            this.label18                     = new System.Windows.Forms.Label();
            this.label17                     = new System.Windows.Forms.Label();
            this.mzCEMoneda                  = new mz.erp.ui.controls.mzComboEditor();
            this.txtDescripcionFuente        = new System.Windows.Forms.TextBox();
            this.txtDescripcionMoneda        = new System.Windows.Forms.TextBox();
            this.chkTipo                     = new System.Windows.Forms.CheckBox();
            this.gridListaDeCostosIndirectos = new Janus.Windows.GridEX.GridEX();
            this.toolBarStandar              = new System.Windows.Forms.ToolBar();
            this.tbbAnterior                 = new System.Windows.Forms.ToolBarButton();
            this.tbbSeparator                = new System.Windows.Forms.ToolBarButton();
            this.tbbSiguiente                = new System.Windows.Forms.ToolBarButton();
            this.tbbSeparator2               = new System.Windows.Forms.ToolBarButton();
            this.tbbCancelar                 = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton1              = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton2              = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton3              = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton4              = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton5              = new System.Windows.Forms.ToolBarButton();
            this.imageList1                  = new System.Windows.Forms.ImageList(this.components);
            this.toolBar1                    = new System.Windows.Forms.ToolBar();
            this.toolBarButton11             = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton12             = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton13             = new System.Windows.Forms.ToolBarButton();
            this.ultraExplorerBar1           = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraExplorerBarContainerControl5.SuspendLayout();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneValor)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.groupBoxTipoMoneda.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneda)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridListaDeCostosIndirectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl5
            //
            this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
            this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
            this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
            this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(863, 25);
            this.ultraExplorerBarContainerControl5.TabIndex = 4;
            //
            // labelTarea
            //
            this.labelTarea.BackColor = System.Drawing.Color.Transparent;
            this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
            this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.labelTarea.Location  = new System.Drawing.Point(0, 0);
            this.labelTarea.Name      = "labelTarea";
            this.labelTarea.Size      = new System.Drawing.Size(863, 23);
            this.labelTarea.TabIndex  = 1;
            this.labelTarea.Text      = "Tarea";
            this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridListaDeCostosIndirectos);
            this.ultraExplorerBarContainerControl1.DockPadding.Top = 12;
            this.ultraExplorerBarContainerControl1.Location        = new System.Drawing.Point(28, 108);
            this.ultraExplorerBarContainerControl1.Name            = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size            = new System.Drawing.Size(863, 342);
            this.ultraExplorerBarContainerControl1.TabIndex        = 0;
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Location = new System.Drawing.Point(8, 229);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(696, 112);
            this.groupBox1.TabIndex = 148;
            this.groupBox1.TabStop  = false;
            //
            // groupBox2
            //
            this.groupBox2.Controls.Add(this.chkActivo);
            this.groupBox2.Controls.Add(this.ultraLabel1);
            this.groupBox2.Controls.Add(this.txtDescripcion);
            this.groupBox2.Controls.Add(this.uneValor);
            this.groupBox2.Controls.Add(this.lblOrigen);
            this.groupBox2.Location = new System.Drawing.Point(16, 16);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(240, 82);
            this.groupBox2.TabIndex = 93;
            this.groupBox2.TabStop  = false;
            //
            // chkActivo
            //
            this.chkActivo.BackColor  = System.Drawing.Color.Transparent;
            this.chkActivo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkActivo.Location   = new System.Drawing.Point(8, 52);
            this.chkActivo.Name       = "chkActivo";
            this.chkActivo.Size       = new System.Drawing.Size(92, 20);
            this.chkActivo.TabIndex   = 96;
            this.chkActivo.Text       = "Activo";
            //
            // ultraLabel1
            //
            appearance1.TextHAlign       = Infragistics.Win.HAlign.Left;
            this.ultraLabel1.Appearance  = appearance1;
            this.ultraLabel1.BackColor   = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location    = new System.Drawing.Point(8, 33);
            this.ultraLabel1.Name        = "ultraLabel1";
            this.ultraLabel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.ultraLabel1.Size        = new System.Drawing.Size(48, 16);
            this.ultraLabel1.TabIndex    = 95;
            this.ultraLabel1.Text        = "Valor";
            //
            // txtDescripcion
            //
            this.txtDescripcion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtDescripcion.Location    = new System.Drawing.Point(88, 12);
            this.txtDescripcion.MaxLength   = 30;
            this.txtDescripcion.Name        = "txtDescripcion";
            this.txtDescripcion.Size        = new System.Drawing.Size(128, 20);
            this.txtDescripcion.TabIndex    = 94;
            this.txtDescripcion.Text        = "";
            //
            // uneValor
            //
            this.uneValor.Location      = new System.Drawing.Point(88, 31);
            this.uneValor.MaskInput     = "nnnnnnnn.nn";
            this.uneValor.Name          = "uneValor";
            this.uneValor.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneValor.Size          = new System.Drawing.Size(72, 21);
            this.uneValor.TabIndex      = 93;
            this.uneValor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            //
            // lblOrigen
            //
            appearance2.TextHAlign     = Infragistics.Win.HAlign.Left;
            this.lblOrigen.Appearance  = appearance2;
            this.lblOrigen.BackColor   = System.Drawing.Color.Transparent;
            this.lblOrigen.Location    = new System.Drawing.Point(8, 12);
            this.lblOrigen.Name        = "lblOrigen";
            this.lblOrigen.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.lblOrigen.Size        = new System.Drawing.Size(72, 16);
            this.lblOrigen.TabIndex    = 92;
            this.lblOrigen.Text        = "Descripcion";
            //
            // groupBox3
            //
            this.groupBox3.Controls.Add(this.groupBoxTipoMoneda);
            this.groupBox3.Controls.Add(this.chkTipo);
            this.groupBox3.Location = new System.Drawing.Point(286, 16);
            this.groupBox3.Name     = "groupBox3";
            this.groupBox3.Size     = new System.Drawing.Size(395, 82);
            this.groupBox3.TabIndex = 92;
            this.groupBox3.TabStop  = false;
            this.groupBox3.Text     = "Tipo de Costo Indirecto";
            //
            // groupBoxTipoMoneda
            //
            this.groupBoxTipoMoneda.BackColor = System.Drawing.Color.Transparent;
            this.groupBoxTipoMoneda.Controls.Add(this.mzCEFuenteDeCambio);
            this.groupBoxTipoMoneda.Controls.Add(this.label18);
            this.groupBoxTipoMoneda.Controls.Add(this.label17);
            this.groupBoxTipoMoneda.Controls.Add(this.mzCEMoneda);
            this.groupBoxTipoMoneda.Controls.Add(this.txtDescripcionFuente);
            this.groupBoxTipoMoneda.Controls.Add(this.txtDescripcionMoneda);
            this.groupBoxTipoMoneda.Location = new System.Drawing.Point(128, 8);
            this.groupBoxTipoMoneda.Name     = "groupBoxTipoMoneda";
            this.groupBoxTipoMoneda.Size     = new System.Drawing.Size(256, 64);
            this.groupBoxTipoMoneda.TabIndex = 91;
            this.groupBoxTipoMoneda.TabStop  = false;
            //
            // mzCEFuenteDeCambio
            //
            this.mzCEFuenteDeCambio.AutoComplete         = true;
            this.mzCEFuenteDeCambio.DataSource           = null;
            this.mzCEFuenteDeCambio.DisplayMember        = "";
            this.mzCEFuenteDeCambio.DisplayMemberCaption = "";
            this.mzCEFuenteDeCambio.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEFuenteDeCambio.Location             = new System.Drawing.Point(115, 35);
            this.mzCEFuenteDeCambio.MaxItemsDisplay      = 200;
            this.mzCEFuenteDeCambio.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEFuenteDeCambio.Name               = "mzCEFuenteDeCambio";
            this.mzCEFuenteDeCambio.Size               = new System.Drawing.Size(128, 21);
            this.mzCEFuenteDeCambio.SorterMember       = "";
            this.mzCEFuenteDeCambio.TabIndex           = 35;
            this.mzCEFuenteDeCambio.ValueMember        = "";
            this.mzCEFuenteDeCambio.ValueMemberCaption = "";
            //
            // label18
            //
            this.label18.BackColor = System.Drawing.Color.Transparent;
            this.label18.Location  = new System.Drawing.Point(11, 37);
            this.label18.Name      = "label18";
            this.label18.Size      = new System.Drawing.Size(104, 16);
            this.label18.TabIndex  = 34;
            this.label18.Text      = "Fuente de Cambio";
            //
            // label17
            //
            this.label17.BackColor = System.Drawing.Color.Transparent;
            this.label17.Location  = new System.Drawing.Point(11, 17);
            this.label17.Name      = "label17";
            this.label17.Size      = new System.Drawing.Size(64, 16);
            this.label17.TabIndex  = 33;
            this.label17.Text      = "Moneda ";
            //
            // mzCEMoneda
            //
            this.mzCEMoneda.AutoComplete         = true;
            this.mzCEMoneda.DataSource           = null;
            this.mzCEMoneda.DisplayMember        = "";
            this.mzCEMoneda.DisplayMemberCaption = "";
            this.mzCEMoneda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
            this.mzCEMoneda.Location             = new System.Drawing.Point(115, 14);
            this.mzCEMoneda.MaxItemsDisplay      = 200;
            this.mzCEMoneda.MoreItemsDisplayText = "(Ver mas elementos...)";
            this.mzCEMoneda.Name               = "mzCEMoneda";
            this.mzCEMoneda.Size               = new System.Drawing.Size(128, 21);
            this.mzCEMoneda.SorterMember       = "";
            this.mzCEMoneda.TabIndex           = 32;
            this.mzCEMoneda.ValueMember        = "";
            this.mzCEMoneda.ValueMemberCaption = "";

            //
            // txtDescripcionFuente
            //
            this.txtDescripcionFuente.Location = new System.Drawing.Point(120, 33);
            this.txtDescripcionFuente.Name     = "txtDescripcionFuente";
            this.txtDescripcionFuente.TabIndex = 37;
            this.txtDescripcionFuente.Text     = "";
            //
            // txtDescripcionMoneda
            //
            this.txtDescripcionMoneda.Location = new System.Drawing.Point(120, 14);
            this.txtDescripcionMoneda.Name     = "txtDescripcionMoneda";
            this.txtDescripcionMoneda.TabIndex = 36;
            this.txtDescripcionMoneda.Text     = "";
            //
            // chkTipo
            //
            this.chkTipo.Location = new System.Drawing.Point(32, 28);
            this.chkTipo.Name     = "chkTipo";
            this.chkTipo.Size     = new System.Drawing.Size(72, 24);
            this.chkTipo.TabIndex = 0;
            this.chkTipo.Text     = "Moneda";
            //this.chkTipo.CheckedChanged += new System.EventHandler(this.chkTipo_CheckedChanged);
            //
            // gridListaDeCostosIndirectos
            //
            this.gridListaDeCostosIndirectos.AllowDelete                   = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridListaDeCostosIndirectos.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridListaDeCostosIndirectos.AlternatingColors             = true;
            this.gridListaDeCostosIndirectos.AutomaticSort                 = false;
            this.gridListaDeCostosIndirectos.BorderStyle                   = Janus.Windows.GridEX.BorderStyle.Flat;
            this.gridListaDeCostosIndirectos.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridListaDeCostosIndirectos.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridListaDeCostosIndirectos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridListaDeCostosIndirectos.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.gridListaDeCostosIndirectos.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
            this.gridListaDeCostosIndirectos.GroupByBoxVisible               = false;
            this.gridListaDeCostosIndirectos.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
            this.gridListaDeCostosIndirectos.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridListaDeCostosIndirectos.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
            this.gridListaDeCostosIndirectos.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
            this.gridListaDeCostosIndirectos.Location            = new System.Drawing.Point(8, 8);
            this.gridListaDeCostosIndirectos.Name                = "gridListaDeCostosIndirectos";
            this.gridListaDeCostosIndirectos.RecordNavigatorText = "Registro:|de";
            this.gridListaDeCostosIndirectos.RowHeaders          = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridListaDeCostosIndirectos.ScrollBars          = Janus.Windows.GridEX.ScrollBars.Both;
            this.gridListaDeCostosIndirectos.ShowEmptyFields     = false;
            this.gridListaDeCostosIndirectos.Size                = new System.Drawing.Size(696, 214);
            this.gridListaDeCostosIndirectos.TabIndex            = 147;
            this.gridListaDeCostosIndirectos.TabStop             = false;
            this.gridListaDeCostosIndirectos.UpdateMode          = Janus.Windows.GridEX.UpdateMode.CellUpdate;
            //
            // toolBarStandar
            //
            this.toolBarStandar.Appearance     = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBarStandar.DropDownArrows = true;
            this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
            this.toolBarStandar.Name           = "toolBarStandar";
            this.toolBarStandar.ShowToolTips   = true;
            this.toolBarStandar.Size           = new System.Drawing.Size(800, 42);
            this.toolBarStandar.TabIndex       = 41;
            this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
            //
            // tbbAnterior
            //
            this.tbbAnterior.Enabled    = false;
            this.tbbAnterior.ImageIndex = 9;
            this.tbbAnterior.Text       = "&Anterior";
            //
            // tbbSeparator
            //
            this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbbSiguiente
            //
            this.tbbSiguiente.ImageIndex = 8;
            this.tbbSiguiente.Text       = "&Siguiente";
            //
            // tbbSeparator2
            //
            this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // tbbCancelar
            //
            this.tbbCancelar.ImageIndex = 7;
            this.tbbCancelar.Text       = "Cancelar";
            //
            // toolBarButton1
            //
            this.toolBarButton1.Enabled    = false;
            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";
            //
            // 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;
            //
            // toolBar1
            //
            this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.toolBarButton11,
                this.toolBarButton12,
                this.toolBarButton13
            });
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList      = this.imageList1;
            this.toolBar1.Location       = new System.Drawing.Point(0, 0);
            this.toolBar1.Name           = "toolBar1";
            this.toolBar1.ShowToolTips   = true;
            this.toolBar1.Size           = new System.Drawing.Size(912, 28);
            this.toolBar1.TabIndex       = 46;
            this.toolBar1.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
            //
            // toolBarButton11
            //
            this.toolBarButton11.Enabled    = false;
            this.toolBarButton11.ImageIndex = 9;
            this.toolBarButton11.Text       = "&Anterior";
            //
            // toolBarButton12
            //
            this.toolBarButton12.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // toolBarButton13
            //
            this.toolBarButton13.ImageIndex = 8;
            this.toolBarButton13.Text       = "&Siguiente";
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
            ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Tarea";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 342;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text = "Coeficientes Indirectos";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 478);
            this.ultraExplorerBar1.TabIndex = 47;
            //
            // FrmABMCostosIndirectos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(912, 506);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Controls.Add(this.toolBar1);
            this.Name = "FrmABMCostosIndirectos";
            this.Text = "FrmABMCostosIndirectos";
            this.ultraExplorerBarContainerControl5.ResumeLayout(false);
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uneValor)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBoxTipoMoneda.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mzCEMoneda)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridListaDeCostosIndirectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Пример #28
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.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()
 {
     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);
 }
Пример #30
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmArticulos));
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uchkActivo          = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.txtDescripcionCorta = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.txtDescripcion      = new System.Windows.Forms.TextBox();
     this.label3              = new System.Windows.Forms.Label();
     this.txtCodigoSecundario = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.txtCodigo           = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.unedUnidadesPorPack = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label7          = new System.Windows.Forms.Label();
     this.unedAlicuotaIva = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label6          = new System.Windows.Forms.Label();
     this.unedPrecioVenta = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label5          = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uchkObligatorioNumeroDeSerie      = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.uchkObligatorioCodigoBarras       = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.uEBPanel         = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.bNuevo           = new Infragistics.Win.Misc.UltraButton();
     this.bCancelar        = new System.Windows.Forms.Button();
     this.bAceptar         = new System.Windows.Forms.Button();
     this.bBuscar          = new System.Windows.Forms.Button();
     this.txtBusqueda      = new System.Windows.Forms.TextBox();
     this.bEliminar        = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.imglStandar      = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar   = new System.Windows.Forms.ToolBar();
     this.tbFirstRecord    = new System.Windows.Forms.ToolBarButton();
     this.tbPreviousRecord = new System.Windows.Forms.ToolBarButton();
     this.tbNextRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbLastRecord     = new System.Windows.Forms.ToolBarButton();
     this.tbSep1           = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh        = new System.Windows.Forms.ToolBarButton();
     this.tbSep2           = new System.Windows.Forms.ToolBarButton();
     this.tbSave           = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.unedUnidadesPorPack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedAlicuotaIva)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedPrecioVenta)).BeginInit();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uEBPanel)).BeginInit();
     this.uEBPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uchkActivo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcionCorta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtDescripcion);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtCodigoSecundario);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtCodigo);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(19, 44);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(682, 109);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // uchkActivo
     //
     this.uchkActivo.BackColor = System.Drawing.Color.Transparent;
     this.uchkActivo.Location  = new System.Drawing.Point(496, 8);
     this.uchkActivo.Name      = "uchkActivo";
     this.uchkActivo.Size      = new System.Drawing.Size(88, 20);
     this.uchkActivo.TabIndex  = 8;
     this.uchkActivo.Text      = "Activo";
     //
     // txtDescripcionCorta
     //
     this.txtDescripcionCorta.Location = new System.Drawing.Point(126, 82);
     this.txtDescripcionCorta.Name     = "txtDescripcionCorta";
     this.txtDescripcionCorta.Size     = new System.Drawing.Size(338, 20);
     this.txtDescripcionCorta.TabIndex = 7;
     this.txtDescripcionCorta.Text     = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(15, 84);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Descripción Corta";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location = new System.Drawing.Point(126, 56);
     this.txtDescripcion.Name     = "txtDescripcion";
     this.txtDescripcion.Size     = new System.Drawing.Size(338, 20);
     this.txtDescripcion.TabIndex = 5;
     this.txtDescripcion.Text     = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(16, 58);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Descripción";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCodigoSecundario
     //
     this.txtCodigoSecundario.Location = new System.Drawing.Point(126, 32);
     this.txtCodigoSecundario.Name     = "txtCodigoSecundario";
     this.txtCodigoSecundario.Size     = new System.Drawing.Size(338, 20);
     this.txtCodigoSecundario.TabIndex = 3;
     this.txtCodigoSecundario.Text     = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(4, 33);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Código Secundario";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(126, 7);
     this.txtCodigo.Name     = "txtCodigo";
     this.txtCodigo.TabIndex = 1;
     this.txtCodigo.Text     = "";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(16, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Código";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.unedUnidadesPorPack);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label7);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.unedAlicuotaIva);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.unedPrecioVenta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(19, 199);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(682, 61);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // unedUnidadesPorPack
     //
     this.unedUnidadesPorPack.FormatString = "";
     this.unedUnidadesPorPack.Location     = new System.Drawing.Point(392, 6);
     this.unedUnidadesPorPack.MaskInput    = "nnnnnn";
     this.unedUnidadesPorPack.MaxValue     = 9999999;
     this.unedUnidadesPorPack.MinValue     = 0;
     this.unedUnidadesPorPack.Name         = "unedUnidadesPorPack";
     this.unedUnidadesPorPack.Size         = new System.Drawing.Size(100, 21);
     this.unedUnidadesPorPack.TabIndex     = 8;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Location  = new System.Drawing.Point(280, 8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 16);
     this.label7.TabIndex  = 7;
     this.label7.Text      = "Unidades por Pack";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // unedAlicuotaIva
     //
     this.unedAlicuotaIva.FormatString = "";
     this.unedAlicuotaIva.Location     = new System.Drawing.Point(117, 32);
     this.unedAlicuotaIva.MaskInput    = "nnn,nn";
     this.unedAlicuotaIva.MaxValue     = 100;
     this.unedAlicuotaIva.MinValue     = 0;
     this.unedAlicuotaIva.Name         = "unedAlicuotaIva";
     this.unedAlicuotaIva.Size         = new System.Drawing.Size(100, 21);
     this.unedAlicuotaIva.TabIndex     = 6;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(5, 32);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 16);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Alicuota de Iva";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // unedPrecioVenta
     //
     this.unedPrecioVenta.FormatString = "";
     this.unedPrecioVenta.Location     = new System.Drawing.Point(117, 5);
     this.unedPrecioVenta.MaskInput    = "nnnnnn,nn";
     this.unedPrecioVenta.MinValue     = 0;
     this.unedPrecioVenta.Name         = "unedPrecioVenta";
     this.unedPrecioVenta.Size         = new System.Drawing.Size(100, 21);
     this.unedPrecioVenta.TabIndex     = 4;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(8, 7);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 2;
     this.label5.Text      = "Precio de Venta";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uchkObligatorioNumeroDeSerie);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.uchkObligatorioCodigoBarras);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(19, 306);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(682, 62);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // uchkObligatorioNumeroDeSerie
     //
     this.uchkObligatorioNumeroDeSerie.BackColor = System.Drawing.Color.Transparent;
     this.uchkObligatorioNumeroDeSerie.Location  = new System.Drawing.Point(48, 32);
     this.uchkObligatorioNumeroDeSerie.Name      = "uchkObligatorioNumeroDeSerie";
     this.uchkObligatorioNumeroDeSerie.Size      = new System.Drawing.Size(272, 20);
     this.uchkObligatorioNumeroDeSerie.TabIndex  = 1;
     this.uchkObligatorioNumeroDeSerie.Text      = "Obligatorio Número de Serie";
     //
     // uchkObligatorioCodigoBarras
     //
     this.uchkObligatorioCodigoBarras.BackColor = System.Drawing.Color.Transparent;
     this.uchkObligatorioCodigoBarras.Location  = new System.Drawing.Point(48, 3);
     this.uchkObligatorioCodigoBarras.Name      = "uchkObligatorioCodigoBarras";
     this.uchkObligatorioCodigoBarras.Size      = new System.Drawing.Size(208, 20);
     this.uchkObligatorioCodigoBarras.TabIndex  = 0;
     this.uchkObligatorioCodigoBarras.Text      = "Obligatorio Código de Barras";
     //
     // uEBPanel
     //
     this.uEBPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.uEBPanel.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.uEBPanel.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.uEBPanel.Controls.Add(this.ultraExplorerBarContainerControl3);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 111;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Datos Generales";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 63;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos de Venta y Presentación";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 64;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Avanzadas";
     this.uEBPanel.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.uEBPanel.Location  = new System.Drawing.Point(16, 40);
     this.uEBPanel.Name      = "uEBPanel";
     this.uEBPanel.Size      = new System.Drawing.Size(720, 392);
     this.uEBPanel.TabIndex  = 0;
     this.uEBPanel.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.XP;
     //
     // bNuevo
     //
     this.bNuevo.Location = new System.Drawing.Point(16, 8);
     this.bNuevo.Name     = "bNuevo";
     this.bNuevo.TabIndex = 1;
     this.bNuevo.Text     = "Nuevo";
     this.bNuevo.Click   += new System.EventHandler(this.bNuevo_Click);
     //
     // bCancelar
     //
     this.bCancelar.Location = new System.Drawing.Point(664, 440);
     this.bCancelar.Name     = "bCancelar";
     this.bCancelar.TabIndex = 5;
     this.bCancelar.Text     = "&Cancelar";
     this.bCancelar.Click   += new System.EventHandler(this.button2_Click);
     //
     // bAceptar
     //
     this.bAceptar.Location = new System.Drawing.Point(576, 440);
     this.bAceptar.Name     = "bAceptar";
     this.bAceptar.TabIndex = 4;
     this.bAceptar.Text     = "Aceptar";
     this.bAceptar.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // bBuscar
     //
     this.bBuscar.Location = new System.Drawing.Point(104, 8);
     this.bBuscar.Name     = "bBuscar";
     this.bBuscar.TabIndex = 6;
     this.bBuscar.Text     = "Buscar";
     this.bBuscar.Click   += new System.EventHandler(this.bBuscar_Click);
     //
     // txtBusqueda
     //
     this.txtBusqueda.Location = new System.Drawing.Point(187, 10);
     this.txtBusqueda.Name     = "txtBusqueda";
     this.txtBusqueda.TabIndex = 7;
     this.txtBusqueda.Text     = "";
     //
     // bEliminar
     //
     this.bEliminar.Location = new System.Drawing.Point(300, 9);
     this.bEliminar.Name     = "bEliminar";
     this.bEliminar.TabIndex = 8;
     this.bEliminar.Text     = "Eliminar";
     this.bEliminar.Click   += new System.EventHandler(this.bEliminar_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(440, 8);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 9;
     this.button1.Text     = "button1";
     this.button1.Click   += new System.EventHandler(this.onClick);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(528, 8);
     this.button2.Name     = "button2";
     this.button2.TabIndex = 10;
     this.button2.Text     = "button2";
     this.button2.Click   += new System.EventHandler(this.onClick);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirstRecord,
         this.tbPreviousRecord,
         this.tbNextRecord,
         this.tbLastRecord,
         this.tbSep1,
         this.tbRefresh,
         this.tbSep2,
         this.tbSave
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(752, 28);
     this.toolBarStandar.TabIndex       = 11;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbFirstRecord
     //
     this.tbFirstRecord.ImageIndex = 0;
     //
     // tbPreviousRecord
     //
     this.tbPreviousRecord.ImageIndex = 1;
     //
     // tbNextRecord
     //
     this.tbNextRecord.ImageIndex = 2;
     //
     // tbLastRecord
     //
     this.tbLastRecord.ImageIndex = 3;
     //
     // tbSep1
     //
     this.tbSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 5;
     //
     // tbSep2
     //
     this.tbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbSave
     //
     this.tbSave.ImageIndex = 4;
     this.tbSave.Text       = "Guardar";
     //
     // FrmAbmArticulos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(752, 485);
     this.Controls.Add(this.toolBarStandar);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.bEliminar);
     this.Controls.Add(this.txtBusqueda);
     this.Controls.Add(this.bBuscar);
     this.Controls.Add(this.bCancelar);
     this.Controls.Add(this.bAceptar);
     this.Controls.Add(this.bNuevo);
     this.Controls.Add(this.uEBPanel);
     this.Name = "FrmAbmArticulos";
     this.Text = "FrmAbmArticulos";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.unedUnidadesPorPack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedAlicuotaIva)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unedPrecioVenta)).EndInit();
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uEBPanel)).EndInit();
     this.uEBPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #31
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtConexionEncriptada       = new System.Windows.Forms.TextBox();
     this.txtConexion                 = new System.Windows.Forms.TextBox();
     this.listBoxImpresorasInstaladas = new System.Windows.Forms.ListBox();
     this.txtImpresora                = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.uneTotal     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.utbConvertir = new Infragistics.Win.Misc.UltraButton();
     this.textBox1     = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Conexión encriptada:";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 16);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "Conexión:";
     //
     // txtConexionEncriptada
     //
     this.txtConexionEncriptada.Location = new System.Drawing.Point(128, 56);
     this.txtConexionEncriptada.Name     = "txtConexionEncriptada";
     this.txtConexionEncriptada.Size     = new System.Drawing.Size(744, 20);
     this.txtConexionEncriptada.TabIndex = 5;
     this.txtConexionEncriptada.Text     = "";
     //
     // txtConexion
     //
     this.txtConexion.Location = new System.Drawing.Point(128, 24);
     this.txtConexion.Name     = "txtConexion";
     this.txtConexion.Size     = new System.Drawing.Size(744, 20);
     this.txtConexion.TabIndex = 4;
     this.txtConexion.Text     = "";
     //
     // listBoxImpresorasInstaladas
     //
     this.listBoxImpresorasInstaladas.Location = new System.Drawing.Point(128, 104);
     this.listBoxImpresorasInstaladas.Name     = "listBoxImpresorasInstaladas";
     this.listBoxImpresorasInstaladas.Size     = new System.Drawing.Size(264, 264);
     this.listBoxImpresorasInstaladas.TabIndex = 8;
     //
     // txtImpresora
     //
     this.txtImpresora.Location = new System.Drawing.Point(400, 104);
     this.txtImpresora.Name     = "txtImpresora";
     this.txtImpresora.Size     = new System.Drawing.Size(472, 20);
     this.txtImpresora.TabIndex = 9;
     this.txtImpresora.Text     = "textBox1";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 104);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(120, 16);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Impresoras Instaladas";
     //
     // uneTotal
     //
     this.uneTotal.Location      = new System.Drawing.Point(400, 168);
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size          = new System.Drawing.Size(96, 21);
     this.uneTotal.TabIndex      = 11;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // utbConvertir
     //
     this.utbConvertir.Location = new System.Drawing.Point(504, 167);
     this.utbConvertir.Name     = "utbConvertir";
     this.utbConvertir.Size     = new System.Drawing.Size(120, 24);
     this.utbConvertir.TabIndex = 12;
     this.utbConvertir.Text     = "Convertir a Texto";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(400, 192);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(472, 176);
     this.textBox1.TabIndex  = 13;
     this.textBox1.Text      = "textBox1";
     //
     // frmConnectionString
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(888, 454);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.utbConvertir);
     this.Controls.Add(this.uneTotal);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtImpresora);
     this.Controls.Add(this.listBoxImpresorasInstaladas);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtConexionEncriptada);
     this.Controls.Add(this.txtConexion);
     this.Name  = "frmConnectionString";
     this.Text  = "frmConnectionString";
     this.Load += new System.EventHandler(this.frmConnectionString_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     this.ResumeLayout(false);
 }