client/Reportes/DetalleOperPre.vb

479 lines
19 KiB
VB.net
Raw Blame History

Public Class DetalleOperPre
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents tlbOperatividadBaja As System.Windows.Forms.ToolBar
Friend WithEvents btnSalir As System.Windows.Forms.ToolBarButton
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents btnGuardar As System.Windows.Forms.ToolBarButton
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents Label22 As System.Windows.Forms.Label
Friend WithEvents Label23 As System.Windows.Forms.Label
Friend WithEvents Label24 As System.Windows.Forms.Label
Friend WithEvents Label25 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DetalleOperPre))
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.Label7 = New System.Windows.Forms.Label()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.tlbOperatividadBaja = New System.Windows.Forms.ToolBar()
Me.btnGuardar = New System.Windows.Forms.ToolBarButton()
Me.btnSalir = New System.Windows.Forms.ToolBarButton()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label25 = New System.Windows.Forms.Label()
Me.Label24 = New System.Windows.Forms.Label()
Me.Label23 = New System.Windows.Forms.Label()
Me.Label22 = New System.Windows.Forms.Label()
Me.Label21 = New System.Windows.Forms.Label()
Me.Label20 = New System.Windows.Forms.Label()
Me.Label19 = New System.Windows.Forms.Label()
Me.Label18 = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.LinkLabel1)
Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.ComboBox1)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(8, 48)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(650, 70)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
'
'LinkLabel1
'
Me.LinkLabel1.Location = New System.Drawing.Point(411, 42)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(178, 14)
Me.LinkLabel1.TabIndex = 8
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "Personas o Cuentas Relacionadas"
Me.LinkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'DateTimePicker1
'
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.DateTimePicker1.Location = New System.Drawing.Point(548, 12)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(88, 20)
Me.DateTimePicker1.TabIndex = 7
'
'Label7
'
Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label7.Location = New System.Drawing.Point(446, 14)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(112, 14)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Fecha de detecci<63>n:"
'
'ComboBox1
'
Me.ComboBox1.Location = New System.Drawing.Point(350, 12)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(88, 21)
Me.ComboBox1.TabIndex = 5
Me.ComboBox1.Text = "ComboBox1"
'
'Label6
'
Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label6.Location = New System.Drawing.Point(244, 14)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(118, 23)
Me.Label6.TabIndex = 4
Me.Label6.Text = "Estatus de operaci<63>n:"
'
'Label4
'
Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label4.Location = New System.Drawing.Point(64, 14)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(169, 18)
Me.Label4.TabIndex = 3
'
'Label3
'
Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label3.Location = New System.Drawing.Point(64, 40)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(290, 18)
Me.Label3.TabIndex = 2
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label2.Location = New System.Drawing.Point(14, 14)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(54, 16)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Producto:"
'
'Label1
'
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label1.Location = New System.Drawing.Point(2, 42)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(70, 14)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Funcionario:"
'
'Label5
'
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.Red
Me.Label5.Location = New System.Drawing.Point(212, 130)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(280, 23)
Me.Label5.TabIndex = 1
Me.Label5.Text = "Esta operaci<63>n ya esta reportada"
'
'tlbOperatividadBaja
'
Me.tlbOperatividadBaja.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnGuardar, Me.btnSalir})
Me.tlbOperatividadBaja.ButtonSize = New System.Drawing.Size(75, 40)
Me.tlbOperatividadBaja.DropDownArrows = True
Me.tlbOperatividadBaja.ImageList = Me.ImageList1
Me.tlbOperatividadBaja.Location = New System.Drawing.Point(0, 0)
Me.tlbOperatividadBaja.Name = "tlbOperatividadBaja"
Me.tlbOperatividadBaja.ShowToolTips = True
Me.tlbOperatividadBaja.Size = New System.Drawing.Size(662, 42)
Me.tlbOperatividadBaja.TabIndex = 17
Me.tlbOperatividadBaja.Wrappable = False
'
'btnGuardar
'
Me.btnGuardar.ImageIndex = 7
Me.btnGuardar.Name = "btnGuardar"
Me.btnGuardar.Text = "Guardar"
'
'btnSalir
'
Me.btnSalir.ImageIndex = 4
Me.btnSalir.Name = "btnSalir"
Me.btnSalir.Text = "Salir"
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise
Me.ImageList1.Images.SetKeyName(0, "")
Me.ImageList1.Images.SetKeyName(1, "")
Me.ImageList1.Images.SetKeyName(2, "")
Me.ImageList1.Images.SetKeyName(3, "")
Me.ImageList1.Images.SetKeyName(4, "")
Me.ImageList1.Images.SetKeyName(5, "")
Me.ImageList1.Images.SetKeyName(6, "")
Me.ImageList1.Images.SetKeyName(7, "")
Me.ImageList1.Images.SetKeyName(8, "")
Me.ImageList1.Images.SetKeyName(9, "")
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.TextBox2)
Me.GroupBox2.Controls.Add(Me.TextBox1)
Me.GroupBox2.Controls.Add(Me.Label25)
Me.GroupBox2.Controls.Add(Me.Label24)
Me.GroupBox2.Controls.Add(Me.Label23)
Me.GroupBox2.Controls.Add(Me.Label22)
Me.GroupBox2.Controls.Add(Me.Label21)
Me.GroupBox2.Controls.Add(Me.Label20)
Me.GroupBox2.Controls.Add(Me.Label19)
Me.GroupBox2.Controls.Add(Me.Label18)
Me.GroupBox2.Controls.Add(Me.Label17)
Me.GroupBox2.Controls.Add(Me.Label16)
Me.GroupBox2.Controls.Add(Me.Label15)
Me.GroupBox2.Controls.Add(Me.Label14)
Me.GroupBox2.Controls.Add(Me.Label13)
Me.GroupBox2.Controls.Add(Me.Label12)
Me.GroupBox2.Controls.Add(Me.Label11)
Me.GroupBox2.Controls.Add(Me.Label10)
Me.GroupBox2.Controls.Add(Me.Label9)
Me.GroupBox2.Controls.Add(Me.Label8)
Me.GroupBox2.Location = New System.Drawing.Point(8, 164)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(652, 182)
Me.GroupBox2.TabIndex = 18
Me.GroupBox2.TabStop = False
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(384, 108)
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(224, 54)
Me.TextBox2.TabIndex = 19
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(80, 110)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(230, 56)
Me.TextBox1.TabIndex = 18
'
'Label25
'
Me.Label25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label25.Location = New System.Drawing.Point(491, 46)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(115, 18)
Me.Label25.TabIndex = 17
'
'Label24
'
Me.Label24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label24.Location = New System.Drawing.Point(276, 72)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(142, 18)
Me.Label24.TabIndex = 16
'
'Label23
'
Me.Label23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label23.Location = New System.Drawing.Point(80, 76)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(114, 18)
Me.Label23.TabIndex = 15
'
'Label22
'
Me.Label22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label22.Location = New System.Drawing.Point(491, 70)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(116, 18)
Me.Label22.TabIndex = 14
'
'Label21
'
Me.Label21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label21.Location = New System.Drawing.Point(491, 20)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(112, 18)
Me.Label21.TabIndex = 13
'
'Label20
'
Me.Label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label20.Location = New System.Drawing.Point(276, 20)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(142, 18)
Me.Label20.TabIndex = 12
'
'Label19
'
Me.Label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label19.Location = New System.Drawing.Point(78, 46)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(340, 18)
Me.Label19.TabIndex = 11
'
'Label18
'
Me.Label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label18.Location = New System.Drawing.Point(78, 20)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(112, 18)
Me.Label18.TabIndex = 10
'
'Label17
'
Me.Label17.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label17.Location = New System.Drawing.Point(321, 113)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(64, 14)
Me.Label17.TabIndex = 9
Me.Label17.Text = "Descripcion"
'
'Label16
'
Me.Label16.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label16.Location = New System.Drawing.Point(42, 112)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(42, 12)
Me.Label16.TabIndex = 8
Me.Label16.Text = "Razon"
'
'Label15
'
Me.Label15.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label15.Location = New System.Drawing.Point(453, 48)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(38, 14)
Me.Label15.TabIndex = 7
Me.Label15.Text = "Monto"
'
'Label14
'
Me.Label14.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label14.Location = New System.Drawing.Point(431, 70)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(62, 14)
Me.Label14.TabIndex = 6
Me.Label14.Text = "Referencia"
'
'Label13
'
Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label13.Location = New System.Drawing.Point(211, 75)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(66, 14)
Me.Label13.TabIndex = 5
Me.Label13.Text = "Transacci<EFBFBD>n"
'
'Label12
'
Me.Label12.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label12.Location = New System.Drawing.Point(42, 78)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(42, 12)
Me.Label12.TabIndex = 4
Me.Label12.Text = "Cuenta"
'
'Label11
'
Me.Label11.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label11.Location = New System.Drawing.Point(36, 48)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(46, 12)
Me.Label11.TabIndex = 3
Me.Label11.Text = "Nombre"
'
'Label10
'
Me.Label10.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label10.Location = New System.Drawing.Point(422, 22)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(72, 12)
Me.Label10.TabIndex = 2
Me.Label10.Text = "Nacionalidad"
'
'Label9
'
Me.Label9.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label9.Location = New System.Drawing.Point(194, 21)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(86, 12)
Me.Label9.TabIndex = 1
Me.Label9.Text = "Tipo de persona"
'
'Label8
'
Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label8.Location = New System.Drawing.Point(43, 23)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(38, 12)
Me.Label8.TabIndex = 0
Me.Label8.Text = "Fecha"
'
'DetalleOperPre
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(662, 351)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.tlbOperatividadBaja)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.GroupBox1)
Me.Name = "DetalleOperPre"
Me.Text = "Detalle de Operaciones Preocupantes"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
Private Sub tlbOperatividadBaja_ButtonClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolBarButtonClickEventArgs) Handles tlbOperatividadBaja.ButtonClick
End Sub
End Class