client/Reportes/OperPreoSinTran.Designer.vb

862 lines
38 KiB
VB.net
Raw Permalink Normal View History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class OperPreoSinTran
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(OperPreoSinTran))
Me.BntSalie = New System.Windows.Forms.Button()
Me.BtnAlta = New System.Windows.Forms.Button()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Label24 = New System.Windows.Forms.Label()
Me.txtCPSucursal = New System.Windows.Forms.TextBox()
Me.cboSucursal = New System.Windows.Forms.ComboBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.cboNacionalidad = New System.Windows.Forms.ComboBox()
Me.dtpFechaOper = New System.Windows.Forms.DateTimePicker()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.cmbActEconom = New System.Windows.Forms.ComboBox()
Me.txtTelefono = New System.Windows.Forms.TextBox()
Me.cmbPlaza = New System.Windows.Forms.ComboBox()
Me.cmbEstado = New System.Windows.Forms.ComboBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.txtColonia = New System.Windows.Forms.TextBox()
Me.txtDomicilio = New System.Windows.Forms.TextBox()
Me.dtpFechaNac = New System.Windows.Forms.DateTimePicker()
Me.txtCURP = New System.Windows.Forms.TextBox()
Me.txtRFC = New System.Windows.Forms.TextBox()
Me.txtApeMaterno = New System.Windows.Forms.TextBox()
Me.txtApePaterno = New System.Windows.Forms.TextBox()
Me.txtNombre = New System.Windows.Forms.TextBox()
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.Label7 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = 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.TabPage2 = New System.Windows.Forms.TabPage()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.chk24H = New System.Windows.Forms.CheckBox()
Me.cboProducto = New System.Windows.Forms.ComboBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.dtpFechaDetecion = New System.Windows.Forms.DateTimePicker()
Me.Label22 = New System.Windows.Forms.Label()
Me.Label18 = New System.Windows.Forms.Label()
Me.cmbEstatusOper = New System.Windows.Forms.ComboBox()
Me.txtRazon = New System.Windows.Forms.TextBox()
Me.Label20 = New System.Windows.Forms.Label()
Me.txtNota = New System.Windows.Forms.TextBox()
Me.Label21 = New System.Windows.Forms.Label()
Me.BtnImprimir = New System.Windows.Forms.Button()
Me.DataGrid1 = New System.Windows.Forms.DataGrid()
Me.BtnLimpiar = New System.Windows.Forms.Button()
Me.lblIdPreocupSinTran = New System.Windows.Forms.Label()
Me.panel2 = New System.Windows.Forms.Panel()
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
Me.Label17 = New System.Windows.Forms.Label()
Me.panel3 = New System.Windows.Forms.Panel()
Me.Label19 = New System.Windows.Forms.Label()
Me.lblFooter = New System.Windows.Forms.Label()
Me.btnRelacionadas = New System.Windows.Forms.Button()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel2.SuspendLayout()
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel3.SuspendLayout()
Me.SuspendLayout()
'
'BntSalie
'
Me.BntSalie.BackColor = System.Drawing.Color.Black
Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand
Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BntSalie.ForeColor = System.Drawing.Color.White
Me.BntSalie.Location = New System.Drawing.Point(744, 264)
Me.BntSalie.Name = "BntSalie"
Me.BntSalie.Size = New System.Drawing.Size(106, 31)
Me.BntSalie.TabIndex = 6
Me.BntSalie.Text = "Cerrar"
Me.BntSalie.UseVisualStyleBackColor = False
'
'BtnAlta
'
Me.BtnAlta.BackColor = System.Drawing.Color.Black
Me.BtnAlta.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnAlta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnAlta.ForeColor = System.Drawing.Color.White
Me.BtnAlta.Location = New System.Drawing.Point(744, 150)
Me.BtnAlta.Name = "BtnAlta"
Me.BtnAlta.Size = New System.Drawing.Size(106, 31)
Me.BtnAlta.TabIndex = 3
Me.BtnAlta.Text = "Guardar"
Me.BtnAlta.UseVisualStyleBackColor = False
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Location = New System.Drawing.Point(12, 50)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(722, 350)
Me.TabControl1.TabIndex = 0
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.GroupBox1)
Me.TabPage1.Location = New System.Drawing.Point(4, 24)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(714, 322)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Persona a Reportar"
Me.TabPage1.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Label24)
Me.GroupBox1.Controls.Add(Me.txtCPSucursal)
Me.GroupBox1.Controls.Add(Me.cboSucursal)
Me.GroupBox1.Controls.Add(Me.Label23)
Me.GroupBox1.Controls.Add(Me.Label15)
Me.GroupBox1.Controls.Add(Me.cboNacionalidad)
Me.GroupBox1.Controls.Add(Me.dtpFechaOper)
Me.GroupBox1.Controls.Add(Me.Label14)
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.cmbActEconom)
Me.GroupBox1.Controls.Add(Me.txtTelefono)
Me.GroupBox1.Controls.Add(Me.cmbPlaza)
Me.GroupBox1.Controls.Add(Me.cmbEstado)
Me.GroupBox1.Controls.Add(Me.Label12)
Me.GroupBox1.Controls.Add(Me.txtColonia)
Me.GroupBox1.Controls.Add(Me.txtDomicilio)
Me.GroupBox1.Controls.Add(Me.dtpFechaNac)
Me.GroupBox1.Controls.Add(Me.txtCURP)
Me.GroupBox1.Controls.Add(Me.txtRFC)
Me.GroupBox1.Controls.Add(Me.txtApeMaterno)
Me.GroupBox1.Controls.Add(Me.txtApePaterno)
Me.GroupBox1.Controls.Add(Me.txtNombre)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
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(5, 7)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(701, 309)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
'
'Label24
'
Me.Label24.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label24.Location = New System.Drawing.Point(373, 273)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(104, 36)
Me.Label24.TabIndex = 40
Me.Label24.Text = "Código Postal Sucursal"
'
'txtCPSucursal
'
Me.txtCPSucursal.Location = New System.Drawing.Point(483, 278)
Me.txtCPSucursal.MaxLength = 5
Me.txtCPSucursal.Name = "txtCPSucursal"
Me.txtCPSucursal.Size = New System.Drawing.Size(208, 21)
Me.txtCPSucursal.TabIndex = 39
'
'cboSucursal
'
Me.cboSucursal.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cboSucursal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboSucursal.FormattingEnabled = True
Me.cboSucursal.Location = New System.Drawing.Point(121, 278)
Me.cboSucursal.Name = "cboSucursal"
Me.cboSucursal.Size = New System.Drawing.Size(247, 23)
Me.cboSucursal.TabIndex = 38
'
'Label23
'
Me.Label23.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label23.Location = New System.Drawing.Point(11, 278)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(84, 21)
Me.Label23.TabIndex = 37
Me.Label23.Text = "Sucursal"
'
'Label15
'
Me.Label15.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label15.Location = New System.Drawing.Point(373, 247)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(88, 21)
Me.Label15.TabIndex = 32
Me.Label15.Text = "Nacionalidad"
'
'cboNacionalidad
'
Me.cboNacionalidad.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cboNacionalidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboNacionalidad.FormattingEnabled = True
Me.cboNacionalidad.Location = New System.Drawing.Point(483, 242)
Me.cboNacionalidad.Name = "cboNacionalidad"
Me.cboNacionalidad.Size = New System.Drawing.Size(207, 23)
Me.cboNacionalidad.TabIndex = 28
'
'dtpFechaOper
'
Me.dtpFechaOper.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpFechaOper.Location = New System.Drawing.Point(121, 242)
Me.dtpFechaOper.Name = "dtpFechaOper"
Me.dtpFechaOper.Size = New System.Drawing.Size(242, 21)
Me.dtpFechaOper.TabIndex = 26
'
'Label14
'
Me.Label14.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label14.Location = New System.Drawing.Point(11, 247)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(107, 21)
Me.Label14.TabIndex = 25
Me.Label14.Text = "Fecha Operación"
'
'Label13
'
Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label13.Location = New System.Drawing.Point(12, 106)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(489, 20)
Me.Label13.TabIndex = 12
Me.Label13.Text = "En el Domicilio, indicar la calle, número exterior e interior (si aplica), y códi" &
"go postal."
'
'cmbActEconom
'
Me.cmbActEconom.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cmbActEconom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbActEconom.DropDownWidth = 700
Me.cmbActEconom.FormattingEnabled = True
Me.cmbActEconom.Location = New System.Drawing.Point(121, 213)
Me.cmbActEconom.Name = "cmbActEconom"
Me.cmbActEconom.Size = New System.Drawing.Size(569, 23)
Me.cmbActEconom.TabIndex = 24
'
'txtTelefono
'
Me.txtTelefono.Location = New System.Drawing.Point(449, 185)
Me.txtTelefono.MaxLength = 40
Me.txtTelefono.Name = "txtTelefono"
Me.txtTelefono.Size = New System.Drawing.Size(242, 21)
Me.txtTelefono.TabIndex = 22
'
'cmbPlaza
'
Me.cmbPlaza.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cmbPlaza.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbPlaza.FormattingEnabled = True
Me.cmbPlaza.Location = New System.Drawing.Point(121, 184)
Me.cmbPlaza.Name = "cmbPlaza"
Me.cmbPlaza.Size = New System.Drawing.Size(242, 23)
Me.cmbPlaza.TabIndex = 20
'
'cmbEstado
'
Me.cmbEstado.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cmbEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbEstado.FormattingEnabled = True
Me.cmbEstado.Location = New System.Drawing.Point(449, 156)
Me.cmbEstado.Name = "cmbEstado"
Me.cmbEstado.Size = New System.Drawing.Size(242, 23)
Me.cmbEstado.TabIndex = 18
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label12.Location = New System.Drawing.Point(388, 158)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(45, 15)
Me.Label12.TabIndex = 17
Me.Label12.Text = "Estado"
'
'txtColonia
'
Me.txtColonia.Location = New System.Drawing.Point(121, 156)
Me.txtColonia.MaxLength = 30
Me.txtColonia.Name = "txtColonia"
Me.txtColonia.Size = New System.Drawing.Size(242, 21)
Me.txtColonia.TabIndex = 16
'
'txtDomicilio
'
Me.txtDomicilio.Location = New System.Drawing.Point(122, 129)
Me.txtDomicilio.MaxLength = 60
Me.txtDomicilio.Name = "txtDomicilio"
Me.txtDomicilio.Size = New System.Drawing.Size(568, 21)
Me.txtDomicilio.TabIndex = 14
'
'dtpFechaNac
'
Me.dtpFechaNac.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpFechaNac.Location = New System.Drawing.Point(498, 75)
Me.dtpFechaNac.Name = "dtpFechaNac"
Me.dtpFechaNac.Size = New System.Drawing.Size(192, 21)
Me.dtpFechaNac.TabIndex = 11
'
'txtCURP
'
Me.txtCURP.Location = New System.Drawing.Point(121, 74)
Me.txtCURP.MaxLength = 20
Me.txtCURP.Name = "txtCURP"
Me.txtCURP.Size = New System.Drawing.Size(241, 21)
Me.txtCURP.TabIndex = 9
'
'txtRFC
'
Me.txtRFC.Location = New System.Drawing.Point(449, 46)
Me.txtRFC.MaxLength = 20
Me.txtRFC.Name = "txtRFC"
Me.txtRFC.Size = New System.Drawing.Size(241, 21)
Me.txtRFC.TabIndex = 7
'
'txtApeMaterno
'
Me.txtApeMaterno.Location = New System.Drawing.Point(121, 47)
Me.txtApeMaterno.MaxLength = 30
Me.txtApeMaterno.Name = "txtApeMaterno"
Me.txtApeMaterno.Size = New System.Drawing.Size(242, 21)
Me.txtApeMaterno.TabIndex = 5
'
'txtApePaterno
'
Me.txtApePaterno.Location = New System.Drawing.Point(449, 20)
Me.txtApePaterno.MaxLength = 60
Me.txtApePaterno.Name = "txtApePaterno"
Me.txtApePaterno.Size = New System.Drawing.Size(241, 21)
Me.txtApePaterno.TabIndex = 3
'
'txtNombre
'
Me.txtNombre.Location = New System.Drawing.Point(122, 20)
Me.txtNombre.MaxLength = 60
Me.txtNombre.Name = "txtNombre"
Me.txtNombre.Size = New System.Drawing.Size(241, 21)
Me.txtNombre.TabIndex = 1
'
'Label11
'
Me.Label11.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label11.Location = New System.Drawing.Point(11, 207)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(93, 34)
Me.Label11.TabIndex = 23
Me.Label11.Text = "Actividad Económica"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label10.Location = New System.Drawing.Point(385, 185)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(55, 15)
Me.Label10.TabIndex = 21
Me.Label10.Text = "Teléfono"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label9.Location = New System.Drawing.Point(11, 183)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(46, 15)
Me.Label9.TabIndex = 19
Me.Label9.Text = "Ciudad"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label8.Location = New System.Drawing.Point(11, 156)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(49, 15)
Me.Label8.TabIndex = 15
Me.Label8.Text = "Colonia"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label7.Location = New System.Drawing.Point(11, 131)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(59, 15)
Me.Label7.TabIndex = 13
Me.Label7.Text = "Domicilio"
'
'Label6
'
Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label6.Location = New System.Drawing.Point(385, 76)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(116, 20)
Me.Label6.TabIndex = 10
Me.Label6.Text = "Fecha Nacimiento"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label5.Location = New System.Drawing.Point(12, 77)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(41, 15)
Me.Label5.TabIndex = 8
Me.Label5.Text = "CURP"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label4.Location = New System.Drawing.Point(385, 50)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(31, 15)
Me.Label4.TabIndex = 6
Me.Label4.Text = "RFC"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label3.Location = New System.Drawing.Point(11, 47)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(100, 15)
Me.Label3.TabIndex = 4
Me.Label3.Text = "Apellido Materno"
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label2.Location = New System.Drawing.Point(384, 14)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(63, 36)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Apellido Paterno"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label1.Location = New System.Drawing.Point(11, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(52, 15)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Nombre"
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.GroupBox2)
Me.TabPage2.Location = New System.Drawing.Point(4, 24)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(714, 322)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Datos Complementarios"
Me.TabPage2.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.chk24H)
Me.GroupBox2.Controls.Add(Me.cboProducto)
Me.GroupBox2.Controls.Add(Me.Label16)
Me.GroupBox2.Controls.Add(Me.dtpFechaDetecion)
Me.GroupBox2.Controls.Add(Me.Label22)
Me.GroupBox2.Controls.Add(Me.Label18)
Me.GroupBox2.Controls.Add(Me.cmbEstatusOper)
Me.GroupBox2.Controls.Add(Me.txtRazon)
Me.GroupBox2.Controls.Add(Me.Label20)
Me.GroupBox2.Controls.Add(Me.txtNota)
Me.GroupBox2.Controls.Add(Me.Label21)
Me.GroupBox2.Location = New System.Drawing.Point(5, 8)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(701, 275)
Me.GroupBox2.TabIndex = 0
Me.GroupBox2.TabStop = False
'
'chk24H
'
Me.chk24H.AutoSize = True
Me.chk24H.ForeColor = System.Drawing.Color.MidnightBlue
Me.chk24H.Location = New System.Drawing.Point(256, 244)
Me.chk24H.Name = "chk24H"
Me.chk24H.Size = New System.Drawing.Size(116, 19)
Me.chk24H.TabIndex = 165
Me.chk24H.Text = "Alarma 24 horas"
Me.chk24H.UseVisualStyleBackColor = True
'
'cboProducto
'
Me.cboProducto.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cboProducto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboProducto.FormattingEnabled = True
Me.cboProducto.Location = New System.Drawing.Point(130, 15)
Me.cboProducto.Name = "cboProducto"
Me.cboProducto.Size = New System.Drawing.Size(242, 23)
Me.cboProducto.TabIndex = 1
Me.cboProducto.Visible = False
'
'Label16
'
Me.Label16.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label16.Location = New System.Drawing.Point(16, 18)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(97, 16)
Me.Label16.TabIndex = 0
Me.Label16.Text = "Producto"
Me.Label16.Visible = False
'
'dtpFechaDetecion
'
Me.dtpFechaDetecion.Enabled = False
Me.dtpFechaDetecion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpFechaDetecion.Location = New System.Drawing.Point(130, 241)
Me.dtpFechaDetecion.Name = "dtpFechaDetecion"
Me.dtpFechaDetecion.Size = New System.Drawing.Size(117, 21)
Me.dtpFechaDetecion.TabIndex = 7
'
'Label22
'
Me.Label22.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label22.Location = New System.Drawing.Point(16, 245)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(120, 17)
Me.Label22.TabIndex = 6
Me.Label22.Text = "Fecha de detección"
'
'Label18
'
Me.Label18.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label18.Location = New System.Drawing.Point(378, 246)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(117, 16)
Me.Label18.TabIndex = 8
Me.Label18.Text = "Estatus Operación"
'
'cmbEstatusOper
'
Me.cmbEstatusOper.Location = New System.Drawing.Point(501, 239)
Me.cmbEstatusOper.Name = "cmbEstatusOper"
Me.cmbEstatusOper.Size = New System.Drawing.Size(184, 23)
Me.cmbEstatusOper.TabIndex = 9
'
'txtRazon
'
Me.txtRazon.Location = New System.Drawing.Point(130, 148)
Me.txtRazon.MaxLength = 4000
Me.txtRazon.Multiline = True
Me.txtRazon.Name = "txtRazon"
Me.txtRazon.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtRazon.Size = New System.Drawing.Size(555, 79)
Me.txtRazon.TabIndex = 5
'
'Label20
'
Me.Label20.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label20.Location = New System.Drawing.Point(16, 151)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(55, 25)
Me.Label20.TabIndex = 4
Me.Label20.Text = "Razón"
'
'txtNota
'
Me.txtNota.Location = New System.Drawing.Point(131, 53)
Me.txtNota.MaxLength = 4000
Me.txtNota.Multiline = True
Me.txtNota.Name = "txtNota"
Me.txtNota.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtNota.Size = New System.Drawing.Size(554, 79)
Me.txtNota.TabIndex = 3
'
'Label21
'
Me.Label21.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label21.Location = New System.Drawing.Point(16, 51)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(85, 23)
Me.Label21.TabIndex = 2
Me.Label21.Text = "Descripción"
'
'BtnImprimir
'
Me.BtnImprimir.BackColor = System.Drawing.Color.Black
Me.BtnImprimir.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnImprimir.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnImprimir.ForeColor = System.Drawing.Color.White
Me.BtnImprimir.Location = New System.Drawing.Point(744, 187)
Me.BtnImprimir.Name = "BtnImprimir"
Me.BtnImprimir.Size = New System.Drawing.Size(104, 30)
Me.BtnImprimir.TabIndex = 4
Me.BtnImprimir.Text = "Exportar"
Me.BtnImprimir.UseVisualStyleBackColor = False
'
'DataGrid1
'
Me.DataGrid1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.DataGrid1.BackgroundColor = System.Drawing.Color.White
Me.DataGrid1.CaptionBackColor = System.Drawing.Color.Silver
Me.DataGrid1.DataMember = ""
Me.DataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText
Me.DataGrid1.Location = New System.Drawing.Point(12, 406)
Me.DataGrid1.Name = "DataGrid1"
Me.DataGrid1.ReadOnly = True
Me.DataGrid1.Size = New System.Drawing.Size(722, 177)
Me.DataGrid1.TabIndex = 1
'
'BtnLimpiar
'
Me.BtnLimpiar.BackColor = System.Drawing.Color.Black
Me.BtnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnLimpiar.ForeColor = System.Drawing.Color.White
Me.BtnLimpiar.Location = New System.Drawing.Point(744, 226)
Me.BtnLimpiar.Name = "BtnLimpiar"
Me.BtnLimpiar.Size = New System.Drawing.Size(104, 32)
Me.BtnLimpiar.TabIndex = 5
Me.BtnLimpiar.Text = "Limpiar"
Me.BtnLimpiar.UseVisualStyleBackColor = False
'
'lblIdPreocupSinTran
'
Me.lblIdPreocupSinTran.Location = New System.Drawing.Point(752, 54)
Me.lblIdPreocupSinTran.Name = "lblIdPreocupSinTran"
Me.lblIdPreocupSinTran.Size = New System.Drawing.Size(94, 18)
Me.lblIdPreocupSinTran.TabIndex = 2
Me.lblIdPreocupSinTran.Text = "IdTransaccion"
Me.lblIdPreocupSinTran.Visible = False
'
'panel2
'
Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.panel2.BackColor = System.Drawing.Color.Black
Me.panel2.Controls.Add(Me.Img_logoCabecera)
Me.panel2.Controls.Add(Me.Label17)
Me.panel2.ForeColor = System.Drawing.Color.Navy
Me.panel2.Location = New System.Drawing.Point(0, -7)
Me.panel2.Name = "panel2"
Me.panel2.Size = New System.Drawing.Size(865, 51)
Me.panel2.TabIndex = 160
'
'Img_logoCabecera
'
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
Me.Img_logoCabecera.Location = New System.Drawing.Point(729, 3)
Me.Img_logoCabecera.Name = "Img_logoCabecera"
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Img_logoCabecera.TabIndex = 360
Me.Img_logoCabecera.TabStop = False
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.BackColor = System.Drawing.Color.Transparent
Me.Label17.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label17.ForeColor = System.Drawing.SystemColors.Window
Me.Label17.Location = New System.Drawing.Point(21, 8)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(405, 22)
Me.Label17.TabIndex = 2
Me.Label17.Text = "Operaciones Preocupantes sin Transacción"
'
'panel3
'
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.panel3.BackColor = System.Drawing.Color.Black
Me.panel3.Controls.Add(Me.Label19)
Me.panel3.Controls.Add(Me.lblFooter)
Me.panel3.ForeColor = System.Drawing.Color.Navy
Me.panel3.Location = New System.Drawing.Point(0, 589)
Me.panel3.Name = "panel3"
Me.panel3.Size = New System.Drawing.Size(865, 33)
Me.panel3.TabIndex = 361
'
'Label19
'
Me.Label19.AutoSize = True
Me.Label19.BackColor = System.Drawing.Color.Transparent
Me.Label19.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label19.ForeColor = System.Drawing.SystemColors.Window
Me.Label19.Location = New System.Drawing.Point(803, 5)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(42, 17)
Me.Label19.TabIndex = 3
Me.Label19.Text = "Minds"
'
'lblFooter
'
Me.lblFooter.AutoSize = True
Me.lblFooter.BackColor = System.Drawing.Color.Transparent
Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window
Me.lblFooter.Location = New System.Drawing.Point(1019, 7)
Me.lblFooter.Name = "lblFooter"
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
Me.lblFooter.TabIndex = 2
Me.lblFooter.Text = "Minds"
'
'btnRelacionadas
'
Me.btnRelacionadas.BackColor = System.Drawing.Color.Black
Me.btnRelacionadas.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnRelacionadas.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnRelacionadas.ForeColor = System.Drawing.Color.White
Me.btnRelacionadas.Location = New System.Drawing.Point(746, 74)
Me.btnRelacionadas.Name = "btnRelacionadas"
Me.btnRelacionadas.Size = New System.Drawing.Size(104, 30)
Me.btnRelacionadas.TabIndex = 362
Me.btnRelacionadas.Text = "Persona Rel."
Me.btnRelacionadas.UseVisualStyleBackColor = False
'
'OperPreoSinTran
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(857, 620)
Me.Controls.Add(Me.btnRelacionadas)
Me.Controls.Add(Me.panel3)
Me.Controls.Add(Me.panel2)
Me.Controls.Add(Me.lblIdPreocupSinTran)
Me.Controls.Add(Me.BtnLimpiar)
Me.Controls.Add(Me.DataGrid1)
Me.Controls.Add(Me.BtnImprimir)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.BntSalie)
Me.Controls.Add(Me.BtnAlta)
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "OperPreoSinTran"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Operaciones Preocupantes sin Transacción"
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel2.ResumeLayout(False)
Me.panel2.PerformLayout()
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel3.ResumeLayout(False)
Me.panel3.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents BntSalie As System.Windows.Forms.Button
Friend WithEvents BtnAlta As System.Windows.Forms.Button
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents cmbActEconom As System.Windows.Forms.ComboBox
Friend WithEvents txtTelefono As System.Windows.Forms.TextBox
Friend WithEvents cmbPlaza As System.Windows.Forms.ComboBox
Friend WithEvents cmbEstado As System.Windows.Forms.ComboBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents txtColonia As System.Windows.Forms.TextBox
Friend WithEvents txtDomicilio As System.Windows.Forms.TextBox
Friend WithEvents dtpFechaNac As System.Windows.Forms.DateTimePicker
Friend WithEvents txtCURP As System.Windows.Forms.TextBox
Friend WithEvents txtRFC As System.Windows.Forms.TextBox
Friend WithEvents txtApeMaterno As System.Windows.Forms.TextBox
Friend WithEvents txtApePaterno As System.Windows.Forms.TextBox
Friend WithEvents txtNombre As System.Windows.Forms.TextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents BtnImprimir As System.Windows.Forms.Button
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
Friend WithEvents BtnLimpiar As System.Windows.Forms.Button
Friend WithEvents lblIdPreocupSinTran As System.Windows.Forms.Label
Friend WithEvents dtpFechaDetecion As System.Windows.Forms.DateTimePicker
Friend WithEvents Label22 As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents cmbEstatusOper As System.Windows.Forms.ComboBox
Friend WithEvents txtRazon As System.Windows.Forms.TextBox
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents txtNota As System.Windows.Forms.TextBox
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents cboNacionalidad As System.Windows.Forms.ComboBox
Friend WithEvents dtpFechaOper As System.Windows.Forms.DateTimePicker
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents cboProducto As System.Windows.Forms.ComboBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Private WithEvents panel2 As Panel
Private WithEvents Img_logoCabecera As PictureBox
Friend WithEvents Label17 As Label
Private WithEvents panel3 As Panel
Friend WithEvents Label19 As Label
Friend WithEvents lblFooter As Label
Friend WithEvents Label24 As Label
Friend WithEvents txtCPSucursal As TextBox
Friend WithEvents cboSucursal As ComboBox
Friend WithEvents Label23 As Label
Friend WithEvents btnRelacionadas As Button
Friend WithEvents chk24H As CheckBox
End Class