| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmBuscarReporteVenta
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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.
- <System.Diagnostics.DebuggerStepThrough()> _
- 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.Panel3 = New System.Windows.Forms.Panel()
- Me.Panel2 = 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.rdbTodosVigencia = New System.Windows.Forms.RadioButton()
- Me.rdbVigente = New System.Windows.Forms.RadioButton()
- CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.Panel3.SuspendLayout()
- Me.Panel2.SuspendLayout()
- Me.GroupBox1.SuspendLayout()
- Me.grpVigencia.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
- '
- '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
- '
- 'Panel2
- '
- Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
- 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
- '
- '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"
- '
- '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
- '
- '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
- '
- '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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.Name = "frmBuscarReporteVenta"
- CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel3.ResumeLayout(False)
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- Me.grpVigencia.ResumeLayout(False)
- Me.grpVigencia.PerformLayout()
- 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
|