_ Partial Class OperInuSinTran Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(OperInuSinTran)) 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.GroupBox3 = New System.Windows.Forms.GroupBox() Me.txtApeMaterno = New System.Windows.Forms.TextBox() Me.txtNombre = New System.Windows.Forms.TextBox() Me.lblNombre = New System.Windows.Forms.Label() Me.lblMaterno = New System.Windows.Forms.Label() Me.lblPaterno = New System.Windows.Forms.Label() Me.txtApePaterno = New System.Windows.Forms.TextBox() Me.cmbLocalidad = New System.Windows.Forms.ComboBox() Me.Label26 = New System.Windows.Forms.Label() Me.txtCURP = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.cmbTipoPersona = New System.Windows.Forms.ComboBox() 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.cboNacionalidad = New System.Windows.Forms.ComboBox() Me.Label15 = New System.Windows.Forms.Label() 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.txtRFC = 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.lblCurp = New System.Windows.Forms.Label() Me.Label4 = 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.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.DataGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit() 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(742, 312) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(104, 31) Me.BntSalie.TabIndex = 5 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(740, 201) Me.BtnAlta.Name = "BtnAlta" Me.BtnAlta.Size = New System.Drawing.Size(106, 31) Me.BtnAlta.TabIndex = 2 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, 64) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(722, 438) 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, 410) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Persona a Reportar" Me.TabPage1.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.GroupBox3) Me.GroupBox1.Controls.Add(Me.cmbLocalidad) Me.GroupBox1.Controls.Add(Me.Label26) Me.GroupBox1.Controls.Add(Me.txtCURP) Me.GroupBox1.Controls.Add(Me.Label25) Me.GroupBox1.Controls.Add(Me.cmbTipoPersona) 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.cboNacionalidad) Me.GroupBox1.Controls.Add(Me.Label15) 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.txtRFC) 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.lblCurp) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Location = New System.Drawing.Point(5, 6) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(701, 397) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.txtApeMaterno) Me.GroupBox3.Controls.Add(Me.txtNombre) Me.GroupBox3.Controls.Add(Me.lblNombre) Me.GroupBox3.Controls.Add(Me.lblMaterno) Me.GroupBox3.Controls.Add(Me.lblPaterno) Me.GroupBox3.Controls.Add(Me.txtApePaterno) Me.GroupBox3.Location = New System.Drawing.Point(6, 44) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(689, 70) Me.GroupBox3.TabIndex = 406 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Datos Personales" ' 'txtApeMaterno ' Me.txtApeMaterno.Location = New System.Drawing.Point(469, 45) Me.txtApeMaterno.MaxLength = 20 Me.txtApeMaterno.Name = "txtApeMaterno" Me.txtApeMaterno.Size = New System.Drawing.Size(214, 21) Me.txtApeMaterno.TabIndex = 8 ' 'txtNombre ' Me.txtNombre.Location = New System.Drawing.Point(112, 14) Me.txtNombre.MaxLength = 60 Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(571, 21) Me.txtNombre.TabIndex = 1 ' 'lblNombre ' Me.lblNombre.AutoSize = True Me.lblNombre.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNombre.Location = New System.Drawing.Point(5, 17) Me.lblNombre.Name = "lblNombre" Me.lblNombre.Size = New System.Drawing.Size(52, 15) Me.lblNombre.TabIndex = 0 Me.lblNombre.Text = "Nombre" ' 'lblMaterno ' Me.lblMaterno.AutoSize = True Me.lblMaterno.ForeColor = System.Drawing.Color.MidnightBlue Me.lblMaterno.Location = New System.Drawing.Point(363, 45) Me.lblMaterno.Name = "lblMaterno" Me.lblMaterno.Size = New System.Drawing.Size(100, 15) Me.lblMaterno.TabIndex = 4 Me.lblMaterno.Text = "Apellido Materno" ' 'lblPaterno ' Me.lblPaterno.ForeColor = System.Drawing.Color.MidnightBlue Me.lblPaterno.Location = New System.Drawing.Point(6, 45) Me.lblPaterno.Name = "lblPaterno" Me.lblPaterno.Size = New System.Drawing.Size(103, 19) Me.lblPaterno.TabIndex = 2 Me.lblPaterno.Text = "Apellido Paterno" ' 'txtApePaterno ' Me.txtApePaterno.Location = New System.Drawing.Point(112, 45) Me.txtApePaterno.MaxLength = 60 Me.txtApePaterno.Name = "txtApePaterno" Me.txtApePaterno.Size = New System.Drawing.Size(245, 21) Me.txtApePaterno.TabIndex = 3 ' 'cmbLocalidad ' Me.cmbLocalidad.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.cmbLocalidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbLocalidad.DropDownWidth = 700 Me.cmbLocalidad.FormattingEnabled = True Me.cmbLocalidad.Location = New System.Drawing.Point(121, 279) Me.cmbLocalidad.Name = "cmbLocalidad" Me.cmbLocalidad.Size = New System.Drawing.Size(568, 23) Me.cmbLocalidad.TabIndex = 41 ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.ForeColor = System.Drawing.Color.MidnightBlue Me.Label26.Location = New System.Drawing.Point(12, 278) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(61, 15) Me.Label26.TabIndex = 40 Me.Label26.Text = "Localidad" ' 'txtCURP ' Me.txtCURP.Location = New System.Drawing.Point(475, 120) Me.txtCURP.MaxLength = 20 Me.txtCURP.Name = "txtCURP" Me.txtCURP.Size = New System.Drawing.Size(214, 21) Me.txtCURP.TabIndex = 39 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.ForeColor = System.Drawing.Color.MidnightBlue Me.Label25.Location = New System.Drawing.Point(11, 18) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(80, 15) Me.Label25.TabIndex = 38 Me.Label25.Text = "Tipo Persona" ' 'cmbTipoPersona ' Me.cmbTipoPersona.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.cmbTipoPersona.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbTipoPersona.FormattingEnabled = True Me.cmbTipoPersona.Location = New System.Drawing.Point(121, 15) Me.cmbTipoPersona.Name = "cmbTipoPersona" Me.cmbTipoPersona.Size = New System.Drawing.Size(242, 23) Me.cmbTipoPersona.TabIndex = 37 ' 'Label24 ' Me.Label24.ForeColor = System.Drawing.Color.MidnightBlue Me.Label24.Location = New System.Drawing.Point(388, 358) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(104, 36) Me.Label24.TabIndex = 36 Me.Label24.Text = "Código Postal Sucursal" ' 'txtCPSucursal ' Me.txtCPSucursal.Location = New System.Drawing.Point(498, 368) Me.txtCPSucursal.MaxLength = 5 Me.txtCPSucursal.Name = "txtCPSucursal" Me.txtCPSucursal.Size = New System.Drawing.Size(191, 21) Me.txtCPSucursal.TabIndex = 35 ' '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, 368) Me.cboSucursal.Name = "cboSucursal" Me.cboSucursal.Size = New System.Drawing.Size(247, 23) Me.cboSucursal.TabIndex = 34 ' 'Label23 ' Me.Label23.ForeColor = System.Drawing.Color.MidnightBlue Me.Label23.Location = New System.Drawing.Point(11, 368) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(84, 21) Me.Label23.TabIndex = 33 Me.Label23.Text = "Sucursal" ' '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(498, 337) Me.cboNacionalidad.Name = "cboNacionalidad" Me.cboNacionalidad.Size = New System.Drawing.Size(191, 23) Me.cboNacionalidad.TabIndex = 32 ' 'Label15 ' Me.Label15.ForeColor = System.Drawing.Color.MidnightBlue Me.Label15.Location = New System.Drawing.Point(385, 342) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(84, 21) Me.Label15.TabIndex = 31 Me.Label15.Text = "Nacionalidad" ' 'dtpFechaOper ' Me.dtpFechaOper.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOper.Location = New System.Drawing.Point(121, 337) Me.dtpFechaOper.Name = "dtpFechaOper" Me.dtpFechaOper.Size = New System.Drawing.Size(247, 21) Me.dtpFechaOper.TabIndex = 30 ' 'Label14 ' Me.Label14.ForeColor = System.Drawing.Color.MidnightBlue Me.Label14.Location = New System.Drawing.Point(11, 342) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(107, 21) Me.Label14.TabIndex = 29 Me.Label14.Text = "Fecha Operación" ' 'Label13 ' Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue Me.Label13.Location = New System.Drawing.Point(12, 173) 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, 308) Me.cmbActEconom.Name = "cmbActEconom" Me.cmbActEconom.Size = New System.Drawing.Size(568, 23) Me.cmbActEconom.TabIndex = 24 ' 'txtTelefono ' Me.txtTelefono.Location = New System.Drawing.Point(121, 250) 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(536, 20) Me.cmbPlaza.Name = "cmbPlaza" Me.cmbPlaza.Size = New System.Drawing.Size(41, 23) Me.cmbPlaza.TabIndex = 20 Me.cmbPlaza.Visible = False ' '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, 222) Me.cmbEstado.Name = "cmbEstado" Me.cmbEstado.Size = New System.Drawing.Size(240, 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, 224) 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, 222) 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, 195) Me.txtDomicilio.MaxLength = 60 Me.txtDomicilio.Name = "txtDomicilio" Me.txtDomicilio.Size = New System.Drawing.Size(567, 21) Me.txtDomicilio.TabIndex = 14 ' 'dtpFechaNac ' Me.dtpFechaNac.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaNac.Location = New System.Drawing.Point(118, 149) Me.dtpFechaNac.Name = "dtpFechaNac" Me.dtpFechaNac.Size = New System.Drawing.Size(129, 21) Me.dtpFechaNac.TabIndex = 11 ' 'txtRFC ' Me.txtRFC.Location = New System.Drawing.Point(118, 119) Me.txtRFC.MaxLength = 20 Me.txtRFC.Name = "txtRFC" Me.txtRFC.Size = New System.Drawing.Size(245, 21) Me.txtRFC.TabIndex = 7 ' 'Label11 ' Me.Label11.ForeColor = System.Drawing.Color.MidnightBlue Me.Label11.Location = New System.Drawing.Point(11, 308) 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(12, 250) 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(426, 19) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(46, 15) Me.Label9.TabIndex = 19 Me.Label9.Text = "Ciudad" Me.Label9.Visible = False ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue Me.Label8.Location = New System.Drawing.Point(11, 222) 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, 197) 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(12, 151) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(117, 20) Me.Label6.TabIndex = 10 Me.Label6.Text = "Fecha Nacimiento" ' 'lblCurp ' Me.lblCurp.AutoSize = True Me.lblCurp.ForeColor = System.Drawing.Color.MidnightBlue Me.lblCurp.Location = New System.Drawing.Point(369, 123) Me.lblCurp.Name = "lblCurp" Me.lblCurp.Size = New System.Drawing.Size(41, 15) Me.lblCurp.TabIndex = 8 Me.lblCurp.Text = "CURP" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(12, 123) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 15) Me.Label4.TabIndex = 6 Me.Label4.Text = "RFC" ' '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, 410) 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, 272) 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(260, 245) Me.chk24H.Name = "chk24H" Me.chk24H.Size = New System.Drawing.Size(116, 19) Me.chk24H.TabIndex = 164 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(131, 15) Me.cboProducto.Name = "cboProducto" Me.cboProducto.Size = New System.Drawing.Size(280, 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(12, 245) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(119, 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList 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(742, 238) Me.BtnImprimir.Name = "BtnImprimir" Me.BtnImprimir.Size = New System.Drawing.Size(104, 30) Me.BtnImprimir.TabIndex = 3 Me.BtnImprimir.Text = "Exportar" Me.BtnImprimir.UseVisualStyleBackColor = False ' '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(742, 274) Me.BtnLimpiar.Name = "BtnLimpiar" Me.BtnLimpiar.Size = New System.Drawing.Size(104, 32) Me.BtnLimpiar.TabIndex = 4 Me.BtnLimpiar.Text = "Limpiar" Me.BtnLimpiar.UseVisualStyleBackColor = False ' 'lblIdPreocupSinTran ' Me.lblIdPreocupSinTran.Location = New System.Drawing.Point(752, 68) Me.lblIdPreocupSinTran.Name = "lblIdPreocupSinTran" Me.lblIdPreocupSinTran.Size = New System.Drawing.Size(94, 18) Me.lblIdPreocupSinTran.TabIndex = 1 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, 0) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(860, 58) Me.panel2.TabIndex = 184 ' 'Img_logoCabecera ' Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo Me.Img_logoCabecera.Location = New System.Drawing.Point(740, 0) 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 = 361 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", 15.0!, 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, 11) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(376, 23) Me.Label17.TabIndex = 2 Me.Label17.Text = "Operaciones Inusuales Conductuales" ' '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, 640) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(860, 34) Me.panel3.TabIndex = 403 ' '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, 7) 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(899, 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(740, 89) Me.btnRelacionadas.Name = "btnRelacionadas" Me.btnRelacionadas.Size = New System.Drawing.Size(104, 30) Me.btnRelacionadas.TabIndex = 404 Me.btnRelacionadas.Text = "Persona Rel." Me.btnRelacionadas.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.CaptionHeight = 17 Me.DataGrid1.FilterBar = True Me.DataGrid1.GroupByCaption = "AGRUPAR" Me.DataGrid1.Images.Add(CType(resources.GetObject("DataGrid1.Images"), System.Drawing.Image)) Me.DataGrid1.Location = New System.Drawing.Point(12, 508) Me.DataGrid1.Name = "DataGrid1" Me.DataGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.DataGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.DataGrid1.PreviewInfo.ZoomFactor = 75.0R Me.DataGrid1.PrintInfo.PageSettings = CType(resources.GetObject("DataGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.DataGrid1.RowHeight = 15 Me.DataGrid1.Size = New System.Drawing.Size(718, 126) Me.DataGrid1.TabIndex = 405 Me.DataGrid1.Text = "C1TrueDBGrid1" Me.DataGrid1.PropBag = resources.GetString("DataGrid1.PropBag") ' 'OperInuSinTran ' 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, 672) Me.Controls.Add(Me.DataGrid1) 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.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 = "OperInuSinTran" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Operaciones Inusuales Conductuales" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.panel2.ResumeLayout(False) Me.panel2.PerformLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit() Me.panel3.ResumeLayout(False) Me.panel3.PerformLayout() CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).EndInit() 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 txtRFC 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 lblCurp As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox 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 BtnImprimir As System.Windows.Forms.Button Friend WithEvents BtnLimpiar As System.Windows.Forms.Button Friend WithEvents lblIdPreocupSinTran As System.Windows.Forms.Label Friend WithEvents cboNacionalidad As System.Windows.Forms.ComboBox Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents dtpFechaOper As System.Windows.Forms.DateTimePicker Friend WithEvents Label14 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 lblFooter As Label Friend WithEvents Label19 As Label Friend WithEvents cboSucursal As ComboBox Friend WithEvents Label23 As Label Friend WithEvents Label24 As Label Friend WithEvents txtCPSucursal As TextBox Friend WithEvents btnRelacionadas As Button Friend WithEvents chk24H As CheckBox Friend WithEvents Label25 As Label Friend WithEvents cmbTipoPersona As ComboBox Friend WithEvents cmbLocalidad As ComboBox Friend WithEvents Label26 As Label Friend WithEvents txtCURP As TextBox Friend WithEvents GroupBox3 As GroupBox Friend WithEvents txtApeMaterno As TextBox Friend WithEvents txtNombre As TextBox Friend WithEvents lblNombre As Label Friend WithEvents lblMaterno As Label Friend WithEvents lblPaterno As Label Friend WithEvents txtApePaterno As TextBox Friend WithEvents DataGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid End Class