_ Partial Class frmBuscarReporteVenta Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker() Me.cboEmpresa = New System.Windows.Forms.ComboBox() Me.cboCasaCorredora = New System.Windows.Forms.ComboBox() Me.lblCasa = New System.Windows.Forms.Label() Me.lblFecha = New System.Windows.Forms.Label() Me.lblEmpresa = New System.Windows.Forms.Label() Me.dgvReportoCompras = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.rdbDeshabilitarFecha = New System.Windows.Forms.RadioButton() Me.rdbRangoFechas = New System.Windows.Forms.RadioButton() Me.rdbFecha = New System.Windows.Forms.RadioButton() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.dtpFechaOperacion2 = New System.Windows.Forms.DateTimePicker() Me.dtpFechaOperacion1 = New System.Windows.Forms.DateTimePicker() Me.grpVigencia = New System.Windows.Forms.GroupBox() Me.rdbVigente = New System.Windows.Forms.RadioButton() Me.rdbTodosVigencia = New System.Windows.Forms.RadioButton() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.grpVigencia.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel3.SuspendLayout() Me.SuspendLayout() ' 'dtpFechaOperacion ' Me.dtpFechaOperacion.Anchor = System.Windows.Forms.AnchorStyles.None Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOperacion.Location = New System.Drawing.Point(21, 67) Me.dtpFechaOperacion.Name = "dtpFechaOperacion" Me.dtpFechaOperacion.Size = New System.Drawing.Size(91, 20) Me.dtpFechaOperacion.TabIndex = 0 ' 'cboEmpresa ' Me.cboEmpresa.Anchor = System.Windows.Forms.AnchorStyles.None Me.cboEmpresa.FormattingEnabled = True Me.cboEmpresa.Location = New System.Drawing.Point(679, 97) Me.cboEmpresa.Name = "cboEmpresa" Me.cboEmpresa.Size = New System.Drawing.Size(171, 21) Me.cboEmpresa.TabIndex = 1 ' 'cboCasaCorredora ' Me.cboCasaCorredora.Anchor = System.Windows.Forms.AnchorStyles.None Me.cboCasaCorredora.FormattingEnabled = True Me.cboCasaCorredora.Location = New System.Drawing.Point(679, 42) Me.cboCasaCorredora.Name = "cboCasaCorredora" Me.cboCasaCorredora.Size = New System.Drawing.Size(171, 21) Me.cboCasaCorredora.TabIndex = 2 ' 'lblCasa ' Me.lblCasa.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblCasa.AutoSize = True Me.lblCasa.Location = New System.Drawing.Point(726, 16) Me.lblCasa.Name = "lblCasa" Me.lblCasa.Size = New System.Drawing.Size(80, 13) Me.lblCasa.TabIndex = 5 Me.lblCasa.Text = "Casa Corredora" ' 'lblFecha ' Me.lblFecha.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblFecha.AutoSize = True Me.lblFecha.Location = New System.Drawing.Point(44, 39) Me.lblFecha.Name = "lblFecha" Me.lblFecha.Size = New System.Drawing.Size(37, 13) Me.lblFecha.TabIndex = 4 Me.lblFecha.Text = "Fecha" ' 'lblEmpresa ' Me.lblEmpresa.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblEmpresa.AutoSize = True Me.lblEmpresa.Location = New System.Drawing.Point(726, 81) Me.lblEmpresa.Name = "lblEmpresa" Me.lblEmpresa.Size = New System.Drawing.Size(48, 13) Me.lblEmpresa.TabIndex = 3 Me.lblEmpresa.Text = "Empresa" ' 'dgvReportoCompras ' Me.dgvReportoCompras.AllowUserToAddRows = False Me.dgvReportoCompras.AllowUserToDeleteRows = False Me.dgvReportoCompras.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvReportoCompras.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvReportoCompras.BackgroundColor = System.Drawing.Color.White Me.dgvReportoCompras.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvReportoCompras.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvReportoCompras.Location = New System.Drawing.Point(0, 0) Me.dgvReportoCompras.Name = "dgvReportoCompras" Me.dgvReportoCompras.Size = New System.Drawing.Size(907, 282) Me.dgvReportoCompras.TabIndex = 3 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(907, 424) Me.Panel1.TabIndex = 5 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.rdbDeshabilitarFecha) Me.GroupBox1.Controls.Add(Me.lblFecha) Me.GroupBox1.Controls.Add(Me.rdbRangoFechas) Me.GroupBox1.Controls.Add(Me.rdbFecha) Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion2) Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion1) Me.GroupBox1.Location = New System.Drawing.Point(3, 14) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(423, 109) Me.GroupBox1.TabIndex = 6 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Busqueda por Fecha de Operación" ' 'rdbDeshabilitarFecha ' Me.rdbDeshabilitarFecha.AutoSize = True Me.rdbDeshabilitarFecha.Checked = True Me.rdbDeshabilitarFecha.Location = New System.Drawing.Point(355, 19) Me.rdbDeshabilitarFecha.Name = "rdbDeshabilitarFecha" Me.rdbDeshabilitarFecha.Size = New System.Drawing.Size(65, 17) Me.rdbDeshabilitarFecha.TabIndex = 16 Me.rdbDeshabilitarFecha.TabStop = True Me.rdbDeshabilitarFecha.Text = "Ninguno" Me.rdbDeshabilitarFecha.UseVisualStyleBackColor = True ' 'rdbRangoFechas ' Me.rdbRangoFechas.AutoSize = True Me.rdbRangoFechas.Location = New System.Drawing.Point(168, 16) Me.rdbRangoFechas.Name = "rdbRangoFechas" Me.rdbRangoFechas.Size = New System.Drawing.Size(127, 17) Me.rdbRangoFechas.TabIndex = 15 Me.rdbRangoFechas.Text = "Busqueda Por Rango" Me.rdbRangoFechas.UseVisualStyleBackColor = True ' 'rdbFecha ' Me.rdbFecha.AutoSize = True Me.rdbFecha.Location = New System.Drawing.Point(21, 19) Me.rdbFecha.Name = "rdbFecha" Me.rdbFecha.Size = New System.Drawing.Size(91, 17) Me.rdbFecha.TabIndex = 14 Me.rdbFecha.Text = "Buscar Fecha" Me.rdbFecha.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(254, 36) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(62, 13) Me.Label5.TabIndex = 10 Me.Label5.Text = "Fecha Final" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(152, 37) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(67, 13) Me.Label4.TabIndex = 9 Me.Label4.Text = "Fecha Inicial" ' 'dtpFechaOperacion2 ' Me.dtpFechaOperacion2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOperacion2.Location = New System.Drawing.Point(242, 67) Me.dtpFechaOperacion2.Name = "dtpFechaOperacion2" Me.dtpFechaOperacion2.Size = New System.Drawing.Size(100, 20) Me.dtpFechaOperacion2.TabIndex = 8 ' 'dtpFechaOperacion1 ' Me.dtpFechaOperacion1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOperacion1.Location = New System.Drawing.Point(136, 67) Me.dtpFechaOperacion1.Name = "dtpFechaOperacion1" Me.dtpFechaOperacion1.Size = New System.Drawing.Size(100, 20) Me.dtpFechaOperacion1.TabIndex = 7 ' 'grpVigencia ' Me.grpVigencia.Controls.Add(Me.rdbTodosVigencia) Me.grpVigencia.Controls.Add(Me.rdbVigente) Me.grpVigencia.Location = New System.Drawing.Point(432, 16) Me.grpVigencia.Name = "grpVigencia" Me.grpVigencia.Size = New System.Drawing.Size(149, 107) Me.grpVigencia.TabIndex = 7 Me.grpVigencia.TabStop = False Me.grpVigencia.Text = "Vigencia" ' 'rdbVigente ' Me.rdbVigente.AutoSize = True Me.rdbVigente.Checked = True Me.rdbVigente.Location = New System.Drawing.Point(8, 24) Me.rdbVigente.Name = "rdbVigente" Me.rdbVigente.Size = New System.Drawing.Size(128, 17) Me.rdbVigente.TabIndex = 15 Me.rdbVigente.TabStop = True Me.rdbVigente.Text = "Mostrar Solo Vigentes" Me.rdbVigente.UseVisualStyleBackColor = True ' 'rdbTodosVigencia ' Me.rdbTodosVigencia.AutoSize = True Me.rdbTodosVigencia.Location = New System.Drawing.Point(8, 47) Me.rdbTodosVigencia.Name = "rdbTodosVigencia" Me.rdbTodosVigencia.Size = New System.Drawing.Size(93, 17) Me.rdbTodosVigencia.TabIndex = 16 Me.rdbTodosVigencia.Text = "Mostrar Todos" Me.rdbTodosVigencia.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.GroupBox1) Me.Panel2.Controls.Add(Me.grpVigencia) Me.Panel2.Controls.Add(Me.cboCasaCorredora) Me.Panel2.Controls.Add(Me.lblEmpresa) Me.Panel2.Controls.Add(Me.lblCasa) Me.Panel2.Controls.Add(Me.cboEmpresa) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(907, 142) Me.Panel2.TabIndex = 8 ' 'Panel3 ' Me.Panel3.Controls.Add(Me.dgvReportoCompras) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel3.Location = New System.Drawing.Point(0, 142) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(907, 282) Me.Panel3.TabIndex = 9 ' 'frmBuscarReporteVenta ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(907, 424) Me.Controls.Add(Me.Panel1) Me.Name = "frmBuscarReporteVenta" Me.Text = "frmBuscarReporteVenta" CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.grpVigencia.ResumeLayout(False) Me.grpVigencia.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel3.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents dtpFechaOperacion As DateTimePicker Friend WithEvents cboEmpresa As ComboBox Friend WithEvents cboCasaCorredora As ComboBox Friend WithEvents lblCasa As Label Friend WithEvents lblFecha As Label Friend WithEvents lblEmpresa As Label Friend WithEvents dgvReportoCompras As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents grpVigencia As GroupBox Friend WithEvents rdbTodosVigencia As RadioButton Friend WithEvents rdbVigente As RadioButton Friend WithEvents GroupBox1 As GroupBox Friend WithEvents rdbDeshabilitarFecha As RadioButton Friend WithEvents rdbRangoFechas As RadioButton Friend WithEvents rdbFecha As RadioButton Friend WithEvents Label5 As Label Friend WithEvents Label4 As Label Friend WithEvents dtpFechaOperacion2 As DateTimePicker Friend WithEvents dtpFechaOperacion1 As DateTimePicker Friend WithEvents Panel3 As Panel Friend WithEvents Panel2 As Panel End Class