/// <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(FrmArqueos));
     this.lvwArqueo1   = new Arqueo.lvwArqueo();
     this.tbrBarra     = new System.Windows.Forms.ToolBar();
     this.tbbCapturar  = new System.Windows.Forms.ToolBarButton();
     this.btnLoad      = new System.Windows.Forms.ToolBarButton();
     this.tbbModificar = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar  = new System.Windows.Forms.ToolBarButton();
     this.tbbSep4      = new System.Windows.Forms.ToolBarButton();
     this.tbbRefrescar = new System.Windows.Forms.ToolBarButton();
     this.tbbSep2      = new System.Windows.Forms.ToolBarButton();
     this.tbbImprimir  = new System.Windows.Forms.ToolBarButton();
     this.tbbSep3      = new System.Windows.Forms.ToolBarButton();
     this.tbbCerrar    = new System.Windows.Forms.ToolBarButton();
     this.imgTB        = new System.Windows.Forms.ImageList(this.components);
     this.dtpFArqueo   = new System.Windows.Forms.DateTimePicker();
     this.btnBuscar    = new System.Windows.Forms.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lvwArqueo1
     //
     this.lvwArqueo1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                | System.Windows.Forms.AnchorStyles.Left)
                               | System.Windows.Forms.AnchorStyles.Right);
     this.lvwArqueo1.ColumnMargin          = 15;
     this.lvwArqueo1.FullRowSelect         = true;
     this.lvwArqueo1.Location              = new System.Drawing.Point(0, 40);
     this.lvwArqueo1.Name                  = "lvwArqueo1";
     this.lvwArqueo1.Size                  = new System.Drawing.Size(976, 404);
     this.lvwArqueo1.TabIndex              = 0;
     this.lvwArqueo1.View                  = System.Windows.Forms.View.Details;
     this.lvwArqueo1.SelectedIndexChanged += new System.EventHandler(this.lvwArqueo1_SelectedIndexChanged);
     //
     // tbrBarra
     //
     this.tbrBarra.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tbrBarra.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbCapturar,
         this.btnLoad,
         this.tbbModificar,
         this.tbbCancelar,
         this.tbbSep4,
         this.tbbRefrescar,
         this.tbbSep2,
         this.tbbImprimir,
         this.tbbSep3,
         this.tbbCerrar
     });
     this.tbrBarra.ButtonSize     = new System.Drawing.Size(65, 36);
     this.tbrBarra.DropDownArrows = true;
     this.tbrBarra.ImageList      = this.imgTB;
     this.tbrBarra.Name           = "tbrBarra";
     this.tbrBarra.ShowToolTips   = true;
     this.tbrBarra.Size           = new System.Drawing.Size(976, 39);
     this.tbrBarra.TabIndex       = 2;
     this.tbrBarra.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbrBarra_ButtonClick);
     //
     // tbbCapturar
     //
     this.tbbCapturar.ImageIndex = 0;
     this.tbbCapturar.Tag        = "Capturar";
     this.tbbCapturar.Text       = "Capturar";
     //
     // btnLoad
     //
     this.btnLoad.ImageIndex = 3;
     this.btnLoad.Tag        = "CargarXML";
     this.btnLoad.Text       = "Cargar";
     //
     // tbbModificar
     //
     this.tbbModificar.ImageIndex  = 1;
     this.tbbModificar.Tag         = "Modificar";
     this.tbbModificar.Text        = "Modificar";
     this.tbbModificar.ToolTipText = "Modificar la relación de cobranza";
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 2;
     this.tbbCancelar.Tag        = "Cancelar";
     this.tbbCancelar.Text       = "Cancelar";
     //
     // tbbSep4
     //
     this.tbbSep4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbRefrescar
     //
     this.tbbRefrescar.ImageIndex  = 4;
     this.tbbRefrescar.Tag         = "Refrescar";
     this.tbbRefrescar.Text        = "Refrescar";
     this.tbbRefrescar.ToolTipText = "Refrescar información";
     //
     // tbbSep2
     //
     this.tbbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbImprimir
     //
     this.tbbImprimir.ImageIndex  = 5;
     this.tbbImprimir.Tag         = "Imprimir";
     this.tbbImprimir.Text        = "Imprimir";
     this.tbbImprimir.ToolTipText = "Imprimir";
     //
     // tbbSep3
     //
     this.tbbSep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCerrar
     //
     this.tbbCerrar.ImageIndex  = 6;
     this.tbbCerrar.Tag         = "Cerrar";
     this.tbbCerrar.Text        = "&Cerrar";
     this.tbbCerrar.ToolTipText = "Cerrar";
     //
     // 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;
     //
     // dtpFArqueo
     //
     this.dtpFArqueo.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.dtpFArqueo.Location = new System.Drawing.Point(728, 9);
     this.dtpFArqueo.Name     = "dtpFArqueo";
     this.dtpFArqueo.TabIndex = 3;
     //
     // btnBuscar
     //
     this.btnBuscar.Anchor    = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnBuscar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBuscar.Image     = ((System.Drawing.Bitmap)(resources.GetObject("btnBuscar.Image")));
     this.btnBuscar.Location  = new System.Drawing.Point(936, 8);
     this.btnBuscar.Name      = "btnBuscar";
     this.btnBuscar.Size      = new System.Drawing.Size(32, 23);
     this.btnBuscar.TabIndex  = 4;
     this.btnBuscar.Click    += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Anchor   = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.label1.AutoSize = true;
     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(656, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(62, 14);
     this.label1.TabIndex = 5;
     this.label1.Text     = "F. Arqueo:";
     this.label1.Click   += new System.EventHandler(this.label1_Click);
     //
     // FrmArqueos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(976, 445);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.label1,
         this.dtpFArqueo,
         this.btnBuscar,
         this.lvwArqueo1,
         this.tbrBarra
     });
     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 = "FrmArqueos";
     this.Text = "Arqueos";
     this.ResumeLayout(false);
 }
 /// <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(FrmCapturaArqueo));
     this.lvwArqueo1       = new Arqueo.lvwArqueo();
     this.contextMenu1     = new System.Windows.Forms.ContextMenu();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.pnlArqueo        = new System.Windows.Forms.StatusBarPanel();
     this.panel1           = new System.Windows.Forms.Panel();
     this.btnPreSave       = new System.Windows.Forms.Button();
     this.chkRuta          = new System.Windows.Forms.CheckBox();
     this.cboRuta          = new System.Windows.Forms.ComboBox();
     this.lblF             = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.FFin             = new System.Windows.Forms.DateTimePicker();
     this.FInicio          = new System.Windows.Forms.DateTimePicker();
     this.lblArqueo        = new System.Windows.Forms.Label();
     this.btnCancelar      = new System.Windows.Forms.Button();
     this.btnAceptar       = new System.Windows.Forms.Button();
     this.FArqueo          = new System.Windows.Forms.DateTimePicker();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.cboEmpleado      = new System.Windows.Forms.ComboBox();
     this.documento1       = new Arqueo.Documento();
     this.panel2           = new System.Windows.Forms.Panel();
     this.txtObservaciones = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pnlArqueo)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // lvwArqueo1
     //
     this.lvwArqueo1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                | System.Windows.Forms.AnchorStyles.Left)
                               | System.Windows.Forms.AnchorStyles.Right);
     this.lvwArqueo1.ColumnMargin            = 17;
     this.lvwArqueo1.ContextMenu             = this.contextMenu1;
     this.lvwArqueo1.FullRowSelect           = true;
     this.lvwArqueo1.Location                = new System.Drawing.Point(0, 188);
     this.lvwArqueo1.Name                    = "lvwArqueo1";
     this.lvwArqueo1.Size                    = new System.Drawing.Size(908, 236);
     this.lvwArqueo1.TabIndex                = 1;
     this.lvwArqueo1.View                    = System.Windows.Forms.View.Details;
     this.lvwArqueo1.ListViewContentChanged += new Arqueo._listViewContentChanged(this.lvwArqueo1_ListViewContentChanged);
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Index  = 0;
     this.menuItem1.Text   = "&Borrar";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 487);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.pnlArqueo
     });
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(908, 22);
     this.statusBar1.TabIndex   = 2;
     //
     // panel1
     //
     this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnPreSave,
         this.chkRuta,
         this.cboRuta,
         this.lblF,
         this.label5,
         this.FFin,
         this.FInicio,
         this.lblArqueo,
         this.btnCancelar,
         this.btnAceptar,
         this.FArqueo,
         this.label2,
         this.label1,
         this.cboEmpleado,
         this.documento1
     });
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(908, 188);
     this.panel1.TabIndex = 0;
     //
     // btnPreSave
     //
     this.btnPreSave.Image    = ((System.Drawing.Bitmap)(resources.GetObject("btnPreSave.Image")));
     this.btnPreSave.Location = new System.Drawing.Point(872, 157);
     this.btnPreSave.Name     = "btnPreSave";
     this.btnPreSave.Size     = new System.Drawing.Size(28, 23);
     this.btnPreSave.TabIndex = 22;
     this.toolTip1.SetToolTip(this.btnPreSave, "Guardado local de datos");
     this.btnPreSave.Click += new System.EventHandler(this.btnPreSave_Click);
     //
     // chkRuta
     //
     this.chkRuta.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkRuta.Location        = new System.Drawing.Point(12, 110);
     this.chkRuta.Name            = "chkRuta";
     this.chkRuta.Size            = new System.Drawing.Size(60, 17);
     this.chkRuta.TabIndex        = 21;
     this.chkRuta.Text            = "Ruta:";
     this.chkRuta.CheckedChanged += new System.EventHandler(this.chkRuta_CheckedChanged);
     //
     // cboRuta
     //
     this.cboRuta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRuta.Location      = new System.Drawing.Point(108, 108);
     this.cboRuta.Name          = "cboRuta";
     this.cboRuta.Size          = new System.Drawing.Size(256, 21);
     this.cboRuta.TabIndex      = 4;
     //
     // lblF
     //
     this.lblF.AutoSize   = true;
     this.lblF.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblF.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblF.Location   = new System.Drawing.Point(12, 88);
     this.lblF.Name       = "lblF";
     this.lblF.Size       = new System.Drawing.Size(56, 13);
     this.lblF.TabIndex   = 18;
     this.lblF.Text       = "Fecha fin:";
     //
     // label5
     //
     this.label5.AutoSize   = true;
     this.label5.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label5.Location   = new System.Drawing.Point(12, 64);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(71, 13);
     this.label5.TabIndex   = 17;
     this.label5.Text       = "Fecha inicio:";
     //
     // FFin
     //
     this.FFin.Location = new System.Drawing.Point(108, 84);
     this.FFin.Name     = "FFin";
     this.FFin.Size     = new System.Drawing.Size(256, 21);
     this.FFin.TabIndex = 3;
     //
     // FInicio
     //
     this.FInicio.Location = new System.Drawing.Point(108, 60);
     this.FInicio.Name     = "FInicio";
     this.FInicio.Size     = new System.Drawing.Size(256, 21);
     this.FInicio.TabIndex = 2;
     //
     // lblArqueo
     //
     this.lblArqueo.AutoSize  = true;
     this.lblArqueo.Font      = new System.Drawing.Font("Tahoma", 9F, (System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblArqueo.ForeColor = System.Drawing.Color.Brown;
     this.lblArqueo.Location  = new System.Drawing.Point(376, 15);
     this.lblArqueo.Name      = "lblArqueo";
     this.lblArqueo.Size      = new System.Drawing.Size(0, 15);
     this.lblArqueo.TabIndex  = 13;
     //
     // 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(820, 40);
     this.btnCancelar.Name       = "btnCancelar";
     this.btnCancelar.Size       = new System.Drawing.Size(80, 23);
     this.btnCancelar.TabIndex   = 7;
     this.btnCancelar.Text       = "     &Cancelar";
     this.btnCancelar.Click     += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnAceptar
     //
     this.btnAceptar.Anchor     = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnAceptar.Image      = ((System.Drawing.Bitmap)(resources.GetObject("btnAceptar.Image")));
     this.btnAceptar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAceptar.Location   = new System.Drawing.Point(820, 12);
     this.btnAceptar.Name       = "btnAceptar";
     this.btnAceptar.Size       = new System.Drawing.Size(80, 23);
     this.btnAceptar.TabIndex   = 6;
     this.btnAceptar.Text       = "    &Aceptar";
     this.btnAceptar.Click     += new System.EventHandler(this.btnAceptar_Click);
     //
     // FArqueo
     //
     this.FArqueo.Enabled  = false;
     this.FArqueo.Location = new System.Drawing.Point(108, 12);
     this.FArqueo.Name     = "FArqueo";
     this.FArqueo.Size     = new System.Drawing.Size(256, 21);
     this.FArqueo.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize   = true;
     this.label2.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location   = new System.Drawing.Point(12, 16);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(40, 13);
     this.label2.TabIndex   = 9;
     this.label2.Text       = "Fecha:";
     //
     // 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.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Location   = new System.Drawing.Point(12, 40);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(60, 13);
     this.label1.TabIndex   = 8;
     this.label1.Text       = "Empleado:";
     //
     // cboEmpleado
     //
     this.cboEmpleado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEmpleado.Location      = new System.Drawing.Point(108, 36);
     this.cboEmpleado.Name          = "cboEmpleado";
     this.cboEmpleado.Size          = new System.Drawing.Size(256, 21);
     this.cboEmpleado.TabIndex      = 1;
     //
     // documento1
     //
     this.documento1.Location        = new System.Drawing.Point(8, 132);
     this.documento1.Name            = "documento1";
     this.documento1.NumericOnly     = true;
     this.documento1.NumeroDocumento = "";
     this.documento1.Size            = new System.Drawing.Size(392, 48);
     this.documento1.TabIndex        = 5;
     this.documento1.Buscar         += new Arqueo._OnBuscar(this.documento1_Buscar);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     this.panel2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtObservaciones,
         this.label3
     });
     this.panel2.Location = new System.Drawing.Point(0, 428);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(908, 56);
     this.panel2.TabIndex = 2;
     //
     // 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(104, 0);
     this.txtObservaciones.MaxLength    = 200;
     this.txtObservaciones.Multiline    = true;
     this.txtObservaciones.Name         = "txtObservaciones";
     this.txtObservaciones.Size         = new System.Drawing.Size(804, 56);
     this.txtObservaciones.TabIndex     = 0;
     this.txtObservaciones.Text         = "";
     this.txtObservaciones.TextChanged += new System.EventHandler(this.txtObservaciones_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize   = true;
     this.label3.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location   = new System.Drawing.Point(12, 4);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(86, 13);
     this.label3.TabIndex   = 13;
     this.label3.Text       = "Observaciones:";
     //
     // FrmCapturaArqueo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(908, 509);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.panel2,
         this.panel1,
         this.statusBar1,
         this.lvwArqueo1
     });
     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  = "FrmCapturaArqueo";
     this.Text  = "Captura de arqueos";
     this.Load += new System.EventHandler(this.FrmCapturaArqueo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlArqueo)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }