Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CierreDeCobranzaPagada));
     this.vwGrd1      = new CustGrd.vwGrd();
     this.btnConsulta = new System.Windows.Forms.Button();
     this.dtpFecha1   = new System.Windows.Forms.DateTimePicker();
     this.dtpFecha2   = new System.Windows.Forms.DateTimePicker();
     this.btnCerrar   = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.button1     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // vwGrd1
     //
     this.vwGrd1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                            | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.vwGrd1.CheckBoxes   = true;
     this.vwGrd1.ColumnMargin = 10;
     this.vwGrd1.Location     = new System.Drawing.Point(4, 40);
     this.vwGrd1.Name         = "vwGrd1";
     this.vwGrd1.Size         = new System.Drawing.Size(634, 362);
     this.vwGrd1.TabIndex     = 0;
     this.vwGrd1.View         = System.Windows.Forms.View.Details;
     this.vwGrd1.ItemCheck   += new System.Windows.Forms.ItemCheckEventHandler(this.vwGrd1_ItemCheck);
     //
     // btnConsulta
     //
     this.btnConsulta.Image    = ((System.Drawing.Bitmap)(resources.GetObject("btnConsulta.Image")));
     this.btnConsulta.Location = new System.Drawing.Point(260, 7);
     this.btnConsulta.Name     = "btnConsulta";
     this.btnConsulta.Size     = new System.Drawing.Size(28, 23);
     this.btnConsulta.TabIndex = 1;
     this.btnConsulta.Click   += new System.EventHandler(this.btnConsulta_Click);
     //
     // dtpFecha1
     //
     this.dtpFecha1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFecha1.Location = new System.Drawing.Point(84, 8);
     this.dtpFecha1.Name     = "dtpFecha1";
     this.dtpFecha1.Size     = new System.Drawing.Size(84, 20);
     this.dtpFecha1.TabIndex = 2;
     //
     // dtpFecha2
     //
     this.dtpFecha2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFecha2.Location = new System.Drawing.Point(172, 8);
     this.dtpFecha2.Name     = "dtpFecha2";
     this.dtpFecha2.Size     = new System.Drawing.Size(84, 20);
     this.dtpFecha2.TabIndex = 3;
     //
     // btnCerrar
     //
     this.btnCerrar.Anchor     = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnCerrar.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnCerrar.Image")));
     this.btnCerrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCerrar.Location   = new System.Drawing.Point(320, 7);
     this.btnCerrar.Name       = "btnCerrar";
     this.btnCerrar.Size       = new System.Drawing.Size(136, 23);
     this.btnCerrar.TabIndex   = 4;
     this.btnCerrar.Text       = "   Cerrar Movimientos";
     this.btnCerrar.Click     += new System.EventHandler(this.btnCerrar_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     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(4, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "F. Cobranza:";
     //
     // btnCancelar
     //
     this.btnCancelar.Anchor     = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnCancelar.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancelar.Location   = new System.Drawing.Point(464, 7);
     this.btnCancelar.Name       = "btnCancelar";
     this.btnCancelar.Size       = new System.Drawing.Size(84, 23);
     this.btnCancelar.TabIndex   = 6;
     this.btnCancelar.Text       = "   Cancelar";
     this.btnCancelar.Click     += new System.EventHandler(this.btnCancelar_Click);
     //
     // button1
     //
     this.button1.Anchor     = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.button1.Image      = ((System.Drawing.Bitmap)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(554, 7);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(84, 23);
     this.button1.TabIndex   = 7;
     this.button1.Text       = "   Cerrar";
     this.button1.Click     += new System.EventHandler(this.button1_Click);
     //
     // CierreDeCobranzaPagada
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 423);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1,
         this.btnCancelar,
         this.label1,
         this.btnCerrar,
         this.dtpFecha2,
         this.dtpFecha1,
         this.btnConsulta,
         this.vwGrd1
     });
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "CierreDeCobranzaPagada";
     this.Text = "Cierre de cobranzas pagadas";
     this.ResumeLayout(false);
 }
Beispiel #2
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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AbonoExterno));
     this.btnAceptar                 = new System.Windows.Forms.Button();
     this.btnBuscar                  = new System.Windows.Forms.Button();
     this.vwGrd2                     = new CustGrd.vwGrd();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.btnImprimir                = new System.Windows.Forms.Button();
     this.pnlControlBox              = new System.Windows.Forms.Panel();
     this.cboArchivoOrigen           = new System.Windows.Forms.ComboBox();
     this.btnActualizarArchivoOrigen = new System.Windows.Forms.Button();
     this.lblNombreArchivo           = new System.Windows.Forms.Label();
     this.grpMovimiento              = new System.Windows.Forms.GroupBox();
     this.btnCancelar                = new System.Windows.Forms.Button();
     this.label4                     = new System.Windows.Forms.Label();
     this.chkSaldoAFavor             = new System.Windows.Forms.CheckBox();
     this.label2                     = new System.Windows.Forms.Label();
     this.dtpFMovimiento             = new System.Windows.Forms.DateTimePicker();
     this.label1                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.toolTip1                   = new System.Windows.Forms.ToolTip(this.components);
     this.dgDocumentos               = new System.Windows.Forms.DataGrid();
     this.panel1.SuspendLayout();
     this.pnlControlBox.SuspendLayout();
     this.grpMovimiento.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDocumentos)).BeginInit();
     this.SuspendLayout();
     //
     // btnAceptar
     //
     this.btnAceptar.Anchor     = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnAceptar.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnAceptar.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnAceptar.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnAceptar.Image")));
     this.btnAceptar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAceptar.Location   = new System.Drawing.Point(344, 16);
     this.btnAceptar.Name       = "btnAceptar";
     this.btnAceptar.Size       = new System.Drawing.Size(112, 23);
     this.btnAceptar.TabIndex   = 1;
     this.btnAceptar.Text       = "     Aceptar";
     this.btnAceptar.Click     += new System.EventHandler(this.btnAceptar_Click);
     //
     // btnBuscar
     //
     this.btnBuscar.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnBuscar.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnBuscar.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnBuscar.Image")));
     this.btnBuscar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuscar.Location   = new System.Drawing.Point(252, 4);
     this.btnBuscar.Name       = "btnBuscar";
     this.btnBuscar.Size       = new System.Drawing.Size(80, 23);
     this.btnBuscar.TabIndex   = 2;
     this.btnBuscar.Text       = "    Buscar";
     this.btnBuscar.Click     += new System.EventHandler(this.button2_Click);
     //
     // vwGrd2
     //
     this.vwGrd2.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                            | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.vwGrd2.ColumnMargin            = 30;
     this.vwGrd2.FullRowSelect           = true;
     this.vwGrd2.Location                = new System.Drawing.Point(0, 152);
     this.vwGrd2.MultiSelect             = false;
     this.vwGrd2.Name                    = "vwGrd2";
     this.vwGrd2.Size                    = new System.Drawing.Size(868, 168);
     this.vwGrd2.TabIndex                = 8;
     this.vwGrd2.View                    = System.Windows.Forms.View.Details;
     this.vwGrd2.ListViewContentChanged += new CustGrd._listViewContentChanged(this.vwGrd2_ListViewContentChanged);
     this.vwGrd2.SelectedIndexChanged   += new System.EventHandler(this.vwGrd2_SelectedIndexChanged);
     //
     // panel1
     //
     this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnImprimir,
         this.pnlControlBox,
         this.lblNombreArchivo,
         this.grpMovimiento,
         this.label1
     });
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(868, 152);
     this.panel1.TabIndex = 10;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btnImprimir
     //
     this.btnImprimir.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnImprimir.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnImprimir.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnImprimir.Image")));
     this.btnImprimir.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnImprimir.Location   = new System.Drawing.Point(476, 56);
     this.btnImprimir.Name       = "btnImprimir";
     this.btnImprimir.Size       = new System.Drawing.Size(112, 23);
     this.btnImprimir.TabIndex   = 14;
     this.btnImprimir.Text       = "     Imprimir";
     this.btnImprimir.Click     += new System.EventHandler(this.btnImprimir_Click);
     //
     // pnlControlBox
     //
     this.pnlControlBox.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cboArchivoOrigen,
         this.btnActualizarArchivoOrigen,
         this.btnBuscar
     });
     this.pnlControlBox.Location = new System.Drawing.Point(128, 3);
     this.pnlControlBox.Name     = "pnlControlBox";
     this.pnlControlBox.Size     = new System.Drawing.Size(340, 32);
     this.pnlControlBox.TabIndex = 13;
     //
     // cboArchivoOrigen
     //
     this.cboArchivoOrigen.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboArchivoOrigen.Location              = new System.Drawing.Point(4, 5);
     this.cboArchivoOrigen.Name                  = "cboArchivoOrigen";
     this.cboArchivoOrigen.Size                  = new System.Drawing.Size(208, 21);
     this.cboArchivoOrigen.TabIndex              = 8;
     this.cboArchivoOrigen.SelectedIndexChanged += new System.EventHandler(this.cboArchivoOrigen_SelectedIndexChanged);
     //
     // btnActualizarArchivoOrigen
     //
     this.btnActualizarArchivoOrigen.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnActualizarArchivoOrigen.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnActualizarArchivoOrigen.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnActualizarArchivoOrigen.Image")));
     this.btnActualizarArchivoOrigen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnActualizarArchivoOrigen.Location   = new System.Drawing.Point(220, 4);
     this.btnActualizarArchivoOrigen.Name       = "btnActualizarArchivoOrigen";
     this.btnActualizarArchivoOrigen.Size       = new System.Drawing.Size(26, 23);
     this.btnActualizarArchivoOrigen.TabIndex   = 10;
     this.btnActualizarArchivoOrigen.Text       = "    Buscar";
     this.toolTip1.SetToolTip(this.btnActualizarArchivoOrigen, "Actualizar lista de archivos");
     this.btnActualizarArchivoOrigen.Click += new System.EventHandler(this.btnActualizarArchivoOrigen_Click);
     //
     // lblNombreArchivo
     //
     this.lblNombreArchivo.AutoSize = true;
     this.lblNombreArchivo.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblNombreArchivo.Location = new System.Drawing.Point(12, 12);
     this.lblNombreArchivo.Name     = "lblNombreArchivo";
     this.lblNombreArchivo.Size     = new System.Drawing.Size(91, 14);
     this.lblNombreArchivo.TabIndex = 9;
     this.lblNombreArchivo.Text     = "Archivo origen:";
     //
     // grpMovimiento
     //
     this.grpMovimiento.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnCancelar,
         this.label4,
         this.chkSaldoAFavor,
         this.label2,
         this.dtpFMovimiento,
         this.btnAceptar
     });
     this.grpMovimiento.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.grpMovimiento.Location = new System.Drawing.Point(4, 40);
     this.grpMovimiento.Name     = "grpMovimiento";
     this.grpMovimiento.Size     = new System.Drawing.Size(464, 80);
     this.grpMovimiento.TabIndex = 7;
     this.grpMovimiento.TabStop  = false;
     this.grpMovimiento.Text     = "Movimiento";
     //
     // btnCancelar
     //
     this.btnCancelar.Anchor     = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnCancelar.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnCancelar.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancelar.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancelar.Location   = new System.Drawing.Point(344, 48);
     this.btnCancelar.Name       = "btnCancelar";
     this.btnCancelar.Size       = new System.Drawing.Size(112, 23);
     this.btnCancelar.TabIndex   = 13;
     this.btnCancelar.Text       = "     Cancelar";
     this.btnCancelar.Click     += new System.EventHandler(this.button1_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 51);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(83, 14);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Saldo a favor:";
     //
     // chkSaldoAFavor
     //
     this.chkSaldoAFavor.Enabled  = false;
     this.chkSaldoAFavor.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkSaldoAFavor.Location = new System.Drawing.Point(128, 48);
     this.chkSaldoAFavor.Name     = "chkSaldoAFavor";
     this.chkSaldoAFavor.Size     = new System.Drawing.Size(104, 20);
     this.chkSaldoAFavor.TabIndex = 11;
     this.chkSaldoAFavor.Text     = "Saldo a favor";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(113, 14);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Fecha movimiento:";
     //
     // dtpFMovimiento
     //
     this.dtpFMovimiento.Enabled  = false;
     this.dtpFMovimiento.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dtpFMovimiento.Location = new System.Drawing.Point(128, 16);
     this.dtpFMovimiento.Name     = "dtpFMovimiento";
     this.dtpFMovimiento.Size     = new System.Drawing.Size(208, 21);
     this.dtpFMovimiento.TabIndex = 8;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label1.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location    = new System.Drawing.Point(0, 128);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(868, 24);
     this.label1.TabIndex    = 12;
     this.label1.Text        = "  Cobros por registrar:";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label5.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location    = new System.Drawing.Point(0, 328);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(868, 20);
     this.label5.TabIndex    = 11;
     this.label5.Text        = "  Documentos relacionados:";
     this.label5.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dgDocumentos
     //
     this.dgDocumentos.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                  | System.Windows.Forms.AnchorStyles.Left)
                                 | System.Windows.Forms.AnchorStyles.Right);
     this.dgDocumentos.BackgroundColor  = System.Drawing.Color.WhiteSmoke;
     this.dgDocumentos.CaptionBackColor = System.Drawing.Color.LightSteelBlue;
     this.dgDocumentos.DataMember       = "";
     this.dgDocumentos.HeaderForeColor  = System.Drawing.SystemColors.ControlText;
     this.dgDocumentos.Location         = new System.Drawing.Point(0, 352);
     this.dgDocumentos.Name             = "dgDocumentos";
     this.dgDocumentos.ReadOnly         = true;
     this.dgDocumentos.Size             = new System.Drawing.Size(868, 248);
     this.dgDocumentos.TabIndex         = 13;
     //
     // AbonoExterno
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.Gainsboro;
     this.ClientSize        = new System.Drawing.Size(868, 601);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.dgDocumentos,
         this.label5,
         this.panel1,
         this.vwGrd2
     });
     this.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Icon    = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name    = "AbonoExterno";
     this.Text    = "Aplicación de abonos";
     this.Load   += new System.EventHandler(this.PagoReferenciado_Load);
     this.Closed += new System.EventHandler(this.AbonoExterno_Closed);
     this.panel1.ResumeLayout(false);
     this.pnlControlBox.ResumeLayout(false);
     this.grpMovimiento.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgDocumentos)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AjusteSaldoMenorX));
     this.btnCargar        = new System.Windows.Forms.Button();
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.pnlCp1           = new System.Windows.Forms.StatusBarPanel();
     this.pnlTotalDocs     = new System.Windows.Forms.StatusBarPanel();
     this.pnlCp2           = new System.Windows.Forms.StatusBarPanel();
     this.pnlTotalMov      = new System.Windows.Forms.StatusBarPanel();
     this.tbAbonos         = new System.Windows.Forms.ToolBar();
     this.btnProcesar      = new System.Windows.Forms.ToolBarButton();
     this.btnCancelar      = new System.Windows.Forms.ToolBarButton();
     this.btnBuscarLocal   = new System.Windows.Forms.ToolBarButton();
     this.imgTB            = new System.Windows.Forms.ImageList(this.components);
     this.cboTipoCargo     = new System.Windows.Forms.ComboBox();
     this.lblTipoCargo     = new System.Windows.Forms.Label();
     this.chkEdificios     = new System.Windows.Forms.CheckBox();
     this.lblPeriodo       = new System.Windows.Forms.Label();
     this.dtpFecha1        = new System.Windows.Forms.DateTimePicker();
     this.dtpFecha2        = new System.Windows.Forms.DateTimePicker();
     this.lblSeparador     = new System.Windows.Forms.Label();
     this.vwGrd1           = new CustGrd.vwGrd();
     this.label1           = new System.Windows.Forms.Label();
     this.txtObservaciones = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCp1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlTotalDocs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCp2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlTotalMov)).BeginInit();
     this.SuspendLayout();
     //
     // btnCargar
     //
     this.btnCargar.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnCargar.Image    = ((System.Drawing.Bitmap)(resources.GetObject("btnCargar.Image")));
     this.btnCargar.Location = new System.Drawing.Point(972, 9);
     this.btnCargar.Name     = "btnCargar";
     this.btnCargar.Size     = new System.Drawing.Size(36, 21);
     this.btnCargar.TabIndex = 1;
     this.btnCargar.Click   += new System.EventHandler(this.btnCargar_Click);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 719);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.pnlCp1,
         this.pnlTotalDocs,
         this.pnlCp2,
         this.pnlTotalMov
     });
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(1016, 22);
     this.statusBar1.TabIndex   = 3;
     this.statusBar1.Text       = "statusBar1";
     //
     // pnlCp1
     //
     this.pnlCp1.Text = "Documentos:";
     //
     // pnlCp2
     //
     this.pnlCp2.Text = "Total:";
     //
     // tbAbonos
     //
     this.tbAbonos.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tbAbonos.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.btnProcesar,
         this.btnCancelar,
         this.btnBuscarLocal
     });
     this.tbAbonos.DropDownArrows = true;
     this.tbAbonos.ImageList      = this.imgTB;
     this.tbAbonos.Name           = "tbAbonos";
     this.tbAbonos.ShowToolTips   = true;
     this.tbAbonos.Size           = new System.Drawing.Size(1016, 39);
     this.tbAbonos.TabIndex       = 4;
     this.tbAbonos.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbAbonos_ButtonClick);
     //
     // btnProcesar
     //
     this.btnProcesar.ImageIndex = 0;
     this.btnProcesar.Tag        = "Procesar";
     this.btnProcesar.Text       = "&Procesar";
     //
     // btnCancelar
     //
     this.btnCancelar.ImageIndex = 1;
     this.btnCancelar.Tag        = "Cancelar";
     this.btnCancelar.Text       = "&Cancelar";
     //
     // btnBuscarLocal
     //
     this.btnBuscarLocal.ImageIndex = 2;
     this.btnBuscarLocal.Tag        = "Buscar";
     this.btnBuscarLocal.Text       = "B&uscar";
     //
     // imgTB
     //
     this.imgTB.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imgTB.ImageSize        = new System.Drawing.Size(16, 16);
     this.imgTB.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgTB.ImageStream")));
     this.imgTB.TransparentColor = System.Drawing.Color.Transparent;
     //
     // cboTipoCargo
     //
     this.cboTipoCargo.Anchor        = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.cboTipoCargo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTipoCargo.Location      = new System.Drawing.Point(764, 9);
     this.cboTipoCargo.Name          = "cboTipoCargo";
     this.cboTipoCargo.TabIndex      = 5;
     //
     // lblTipoCargo
     //
     this.lblTipoCargo.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.lblTipoCargo.AutoSize = true;
     this.lblTipoCargo.Location = new System.Drawing.Point(684, 13);
     this.lblTipoCargo.Name     = "lblTipoCargo";
     this.lblTipoCargo.Size     = new System.Drawing.Size(77, 14);
     this.lblTipoCargo.TabIndex = 6;
     this.lblTipoCargo.Text     = "Tipo de cargo:";
     //
     // chkEdificios
     //
     this.chkEdificios.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.chkEdificios.Location = new System.Drawing.Point(896, 7);
     this.chkEdificios.Name     = "chkEdificios";
     this.chkEdificios.Size     = new System.Drawing.Size(68, 24);
     this.chkEdificios.TabIndex = 7;
     this.chkEdificios.Text     = "Edificios";
     //
     // lblPeriodo
     //
     this.lblPeriodo.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.lblPeriodo.AutoSize = true;
     this.lblPeriodo.Location = new System.Drawing.Point(416, 13);
     this.lblPeriodo.Name     = "lblPeriodo";
     this.lblPeriodo.Size     = new System.Drawing.Size(49, 14);
     this.lblPeriodo.TabIndex = 9;
     this.lblPeriodo.Text     = "Periodo: ";
     //
     // dtpFecha1
     //
     this.dtpFecha1.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.dtpFecha1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFecha1.Location = new System.Drawing.Point(476, 9);
     this.dtpFecha1.Name     = "dtpFecha1";
     this.dtpFecha1.Size     = new System.Drawing.Size(88, 21);
     this.dtpFecha1.TabIndex = 10;
     //
     // dtpFecha2
     //
     this.dtpFecha2.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.dtpFecha2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFecha2.Location = new System.Drawing.Point(580, 9);
     this.dtpFecha2.Name     = "dtpFecha2";
     this.dtpFecha2.Size     = new System.Drawing.Size(88, 21);
     this.dtpFecha2.TabIndex = 11;
     //
     // lblSeparador
     //
     this.lblSeparador.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.lblSeparador.AutoSize = true;
     this.lblSeparador.Location = new System.Drawing.Point(568, 13);
     this.lblSeparador.Name     = "lblSeparador";
     this.lblSeparador.Size     = new System.Drawing.Size(8, 14);
     this.lblSeparador.TabIndex = 12;
     this.lblSeparador.Text     = "-";
     //
     // vwGrd1
     //
     this.vwGrd1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                            | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.vwGrd1.CheckBoxes   = true;
     this.vwGrd1.ColumnMargin = 10;
     this.vwGrd1.GridLines    = true;
     this.vwGrd1.Location     = new System.Drawing.Point(4, 92);
     this.vwGrd1.Name         = "vwGrd1";
     this.vwGrd1.Size         = new System.Drawing.Size(1008, 624);
     this.vwGrd1.TabIndex     = 8;
     this.vwGrd1.View         = System.Windows.Forms.View.Details;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 14);
     this.label1.TabIndex = 13;
     this.label1.Text     = "Observaciones:";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                     | System.Windows.Forms.AnchorStyles.Right);
     this.txtObservaciones.Location  = new System.Drawing.Point(88, 44);
     this.txtObservaciones.MaxLength = 100;
     this.txtObservaciones.Multiline = true;
     this.txtObservaciones.Name      = "txtObservaciones";
     this.txtObservaciones.Size      = new System.Drawing.Size(924, 44);
     this.txtObservaciones.TabIndex  = 14;
     this.txtObservaciones.Text      = "";
     //
     // AjusteSaldoMenorX
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(1016, 741);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtObservaciones,
         this.label1,
         this.lblSeparador,
         this.dtpFecha2,
         this.dtpFecha1,
         this.lblPeriodo,
         this.vwGrd1,
         this.chkEdificios,
         this.lblTipoCargo,
         this.btnCargar,
         this.cboTipoCargo,
         this.tbAbonos,
         this.statusBar1
     });
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "AjusteSaldoMenorX";
     this.Text = "Ajuste";
     ((System.ComponentModel.ISupportInitialize)(this.pnlCp1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlTotalDocs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCp2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlTotalMov)).EndInit();
     this.ResumeLayout(false);
 }