526 lines
22 KiB
VB.net
526 lines
22 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class OperPreoAdminDetalle
|
|||
|
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(OperPreoAdminDetalle))
|
|||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
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.BntSalie = New System.Windows.Forms.Button()
|
|||
|
Me.BtnAlta = New System.Windows.Forms.Button()
|
|||
|
Me.Label14 = New System.Windows.Forms.Label()
|
|||
|
Me.txtTransaccion = New System.Windows.Forms.TextBox()
|
|||
|
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.Label15 = New System.Windows.Forms.Label()
|
|||
|
Me.Label18 = New System.Windows.Forms.Label()
|
|||
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|||
|
Me.GroupBox1.SuspendLayout()
|
|||
|
Me.panel2.SuspendLayout()
|
|||
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.panel3.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'GroupBox1
|
|||
|
'
|
|||
|
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(11, 90)
|
|||
|
Me.GroupBox1.Name = "GroupBox1"
|
|||
|
Me.GroupBox1.Size = New System.Drawing.Size(603, 368)
|
|||
|
Me.GroupBox1.TabIndex = 3
|
|||
|
Me.GroupBox1.TabStop = False
|
|||
|
'
|
|||
|
'Label13
|
|||
|
'
|
|||
|
Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label13.Location = New System.Drawing.Point(320, 136)
|
|||
|
Me.Label13.Name = "Label13"
|
|||
|
Me.Label13.Size = New System.Drawing.Size(258, 36)
|
|||
|
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.FormattingEnabled = True
|
|||
|
Me.cmbActEconom.Location = New System.Drawing.Point(134, 327)
|
|||
|
Me.cmbActEconom.Name = "cmbActEconom"
|
|||
|
Me.cmbActEconom.Size = New System.Drawing.Size(444, 23)
|
|||
|
Me.cmbActEconom.TabIndex = 24
|
|||
|
'
|
|||
|
'txtTelefono
|
|||
|
'
|
|||
|
Me.txtTelefono.Location = New System.Drawing.Point(134, 297)
|
|||
|
Me.txtTelefono.MaxLength = 40
|
|||
|
Me.txtTelefono.Name = "txtTelefono"
|
|||
|
Me.txtTelefono.Size = New System.Drawing.Size(318, 21)
|
|||
|
Me.txtTelefono.TabIndex = 22
|
|||
|
'
|
|||
|
'cmbPlaza
|
|||
|
'
|
|||
|
Me.cmbPlaza.FormattingEnabled = True
|
|||
|
Me.cmbPlaza.Location = New System.Drawing.Point(134, 266)
|
|||
|
Me.cmbPlaza.Name = "cmbPlaza"
|
|||
|
Me.cmbPlaza.Size = New System.Drawing.Size(280, 23)
|
|||
|
Me.cmbPlaza.TabIndex = 20
|
|||
|
'
|
|||
|
'cmbEstado
|
|||
|
'
|
|||
|
Me.cmbEstado.FormattingEnabled = True
|
|||
|
Me.cmbEstado.Location = New System.Drawing.Point(134, 234)
|
|||
|
Me.cmbEstado.Name = "cmbEstado"
|
|||
|
Me.cmbEstado.Size = New System.Drawing.Size(280, 23)
|
|||
|
Me.cmbEstado.TabIndex = 18
|
|||
|
'
|
|||
|
'Label12
|
|||
|
'
|
|||
|
Me.Label12.AutoSize = True
|
|||
|
Me.Label12.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label12.Location = New System.Drawing.Point(22, 234)
|
|||
|
Me.Label12.Name = "Label12"
|
|||
|
Me.Label12.Size = New System.Drawing.Size(51, 15)
|
|||
|
Me.Label12.TabIndex = 17
|
|||
|
Me.Label12.Text = "Estado :"
|
|||
|
'
|
|||
|
'txtColonia
|
|||
|
'
|
|||
|
Me.txtColonia.Location = New System.Drawing.Point(134, 205)
|
|||
|
Me.txtColonia.MaxLength = 30
|
|||
|
Me.txtColonia.Name = "txtColonia"
|
|||
|
Me.txtColonia.Size = New System.Drawing.Size(280, 21)
|
|||
|
Me.txtColonia.TabIndex = 16
|
|||
|
'
|
|||
|
'txtDomicilio
|
|||
|
'
|
|||
|
Me.txtDomicilio.Location = New System.Drawing.Point(135, 175)
|
|||
|
Me.txtDomicilio.MaxLength = 60
|
|||
|
Me.txtDomicilio.Name = "txtDomicilio"
|
|||
|
Me.txtDomicilio.Size = New System.Drawing.Size(444, 21)
|
|||
|
Me.txtDomicilio.TabIndex = 14
|
|||
|
'
|
|||
|
'dtpFechaNac
|
|||
|
'
|
|||
|
Me.dtpFechaNac.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|||
|
Me.dtpFechaNac.Location = New System.Drawing.Point(134, 143)
|
|||
|
Me.dtpFechaNac.Name = "dtpFechaNac"
|
|||
|
Me.dtpFechaNac.Size = New System.Drawing.Size(180, 21)
|
|||
|
Me.dtpFechaNac.TabIndex = 11
|
|||
|
'
|
|||
|
'txtCURP
|
|||
|
'
|
|||
|
Me.txtCURP.Location = New System.Drawing.Point(398, 112)
|
|||
|
Me.txtCURP.MaxLength = 18
|
|||
|
Me.txtCURP.Name = "txtCURP"
|
|||
|
Me.txtCURP.Size = New System.Drawing.Size(180, 21)
|
|||
|
Me.txtCURP.TabIndex = 9
|
|||
|
'
|
|||
|
'txtRFC
|
|||
|
'
|
|||
|
Me.txtRFC.Location = New System.Drawing.Point(134, 112)
|
|||
|
Me.txtRFC.MaxLength = 13
|
|||
|
Me.txtRFC.Name = "txtRFC"
|
|||
|
Me.txtRFC.Size = New System.Drawing.Size(180, 21)
|
|||
|
Me.txtRFC.TabIndex = 7
|
|||
|
'
|
|||
|
'txtApeMaterno
|
|||
|
'
|
|||
|
Me.txtApeMaterno.Location = New System.Drawing.Point(134, 81)
|
|||
|
Me.txtApeMaterno.MaxLength = 30
|
|||
|
Me.txtApeMaterno.Name = "txtApeMaterno"
|
|||
|
Me.txtApeMaterno.Size = New System.Drawing.Size(444, 21)
|
|||
|
Me.txtApeMaterno.TabIndex = 5
|
|||
|
'
|
|||
|
'txtApePaterno
|
|||
|
'
|
|||
|
Me.txtApePaterno.Location = New System.Drawing.Point(135, 51)
|
|||
|
Me.txtApePaterno.MaxLength = 60
|
|||
|
Me.txtApePaterno.Name = "txtApePaterno"
|
|||
|
Me.txtApePaterno.Size = New System.Drawing.Size(444, 21)
|
|||
|
Me.txtApePaterno.TabIndex = 3
|
|||
|
'
|
|||
|
'txtNombre
|
|||
|
'
|
|||
|
Me.txtNombre.Location = New System.Drawing.Point(135, 20)
|
|||
|
Me.txtNombre.MaxLength = 60
|
|||
|
Me.txtNombre.Name = "txtNombre"
|
|||
|
Me.txtNombre.Size = New System.Drawing.Size(444, 21)
|
|||
|
Me.txtNombre.TabIndex = 1
|
|||
|
'
|
|||
|
'Label11
|
|||
|
'
|
|||
|
Me.Label11.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label11.Location = New System.Drawing.Point(22, 323)
|
|||
|
Me.Label11.Name = "Label11"
|
|||
|
Me.Label11.Size = New System.Drawing.Size(93, 41)
|
|||
|
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(22, 297)
|
|||
|
Me.Label10.Name = "Label10"
|
|||
|
Me.Label10.Size = New System.Drawing.Size(61, 15)
|
|||
|
Me.Label10.TabIndex = 21
|
|||
|
Me.Label10.Text = "Telefono :"
|
|||
|
'
|
|||
|
'Label9
|
|||
|
'
|
|||
|
Me.Label9.AutoSize = True
|
|||
|
Me.Label9.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label9.Location = New System.Drawing.Point(22, 266)
|
|||
|
Me.Label9.Name = "Label9"
|
|||
|
Me.Label9.Size = New System.Drawing.Size(52, 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(22, 205)
|
|||
|
Me.Label8.Name = "Label8"
|
|||
|
Me.Label8.Size = New System.Drawing.Size(55, 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(22, 177)
|
|||
|
Me.Label7.Name = "Label7"
|
|||
|
Me.Label7.Size = New System.Drawing.Size(65, 15)
|
|||
|
Me.Label7.TabIndex = 13
|
|||
|
Me.Label7.Text = "Domicilio :"
|
|||
|
'
|
|||
|
'Label6
|
|||
|
'
|
|||
|
Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label6.Location = New System.Drawing.Point(22, 143)
|
|||
|
Me.Label6.Name = "Label6"
|
|||
|
Me.Label6.Size = New System.Drawing.Size(93, 38)
|
|||
|
Me.Label6.TabIndex = 10
|
|||
|
Me.Label6.Text = "Fecha de Nac. o Constitución :"
|
|||
|
'
|
|||
|
'Label5
|
|||
|
'
|
|||
|
Me.Label5.AutoSize = True
|
|||
|
Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label5.Location = New System.Drawing.Point(344, 112)
|
|||
|
Me.Label5.Name = "Label5"
|
|||
|
Me.Label5.Size = New System.Drawing.Size(47, 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(22, 112)
|
|||
|
Me.Label4.Name = "Label4"
|
|||
|
Me.Label4.Size = New System.Drawing.Size(37, 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(22, 81)
|
|||
|
Me.Label3.Name = "Label3"
|
|||
|
Me.Label3.Size = New System.Drawing.Size(106, 15)
|
|||
|
Me.Label3.TabIndex = 4
|
|||
|
Me.Label3.Text = "Apellido Materno :"
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.AutoSize = True
|
|||
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label2.Location = New System.Drawing.Point(22, 51)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(103, 15)
|
|||
|
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(22, 20)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(58, 15)
|
|||
|
Me.Label1.TabIndex = 0
|
|||
|
Me.Label1.Text = "Nombre :"
|
|||
|
'
|
|||
|
'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(620, 427)
|
|||
|
Me.BntSalie.Name = "BntSalie"
|
|||
|
Me.BntSalie.Size = New System.Drawing.Size(106, 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(620, 387)
|
|||
|
Me.BtnAlta.Name = "BtnAlta"
|
|||
|
Me.BtnAlta.Size = New System.Drawing.Size(106, 32)
|
|||
|
Me.BtnAlta.TabIndex = 4
|
|||
|
Me.BtnAlta.Text = "Guardar"
|
|||
|
Me.BtnAlta.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'Label14
|
|||
|
'
|
|||
|
Me.Label14.AutoSize = True
|
|||
|
Me.Label14.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label14.Location = New System.Drawing.Point(33, 58)
|
|||
|
Me.Label14.Name = "Label14"
|
|||
|
Me.Label14.Size = New System.Drawing.Size(138, 15)
|
|||
|
Me.Label14.TabIndex = 0
|
|||
|
Me.Label14.Text = "Número de Referencia :"
|
|||
|
'
|
|||
|
'txtTransaccion
|
|||
|
'
|
|||
|
Me.txtTransaccion.Location = New System.Drawing.Point(190, 58)
|
|||
|
Me.txtTransaccion.MaxLength = 13
|
|||
|
Me.txtTransaccion.Name = "txtTransaccion"
|
|||
|
Me.txtTransaccion.ReadOnly = True
|
|||
|
Me.txtTransaccion.Size = New System.Drawing.Size(399, 21)
|
|||
|
Me.txtTransaccion.TabIndex = 1
|
|||
|
'
|
|||
|
'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(-5, 0)
|
|||
|
Me.panel2.Name = "panel2"
|
|||
|
Me.panel2.Size = New System.Drawing.Size(743, 44)
|
|||
|
Me.panel2.TabIndex = 364
|
|||
|
'
|
|||
|
'Img_logoCabecera
|
|||
|
'
|
|||
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|||
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(626, 0)
|
|||
|
Me.Img_logoCabecera.Name = "Img_logoCabecera"
|
|||
|
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 48)
|
|||
|
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(528, 22)
|
|||
|
Me.Label17.TabIndex = 2
|
|||
|
Me.Label17.Text = "Reporte de Operaciones Preocupantes con 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.Label15)
|
|||
|
Me.panel3.Controls.Add(Me.Label18)
|
|||
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|||
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel3.Location = New System.Drawing.Point(-5, 505)
|
|||
|
Me.panel3.Name = "panel3"
|
|||
|
Me.panel3.Size = New System.Drawing.Size(749, 33)
|
|||
|
Me.panel3.TabIndex = 366
|
|||
|
'
|
|||
|
'Label15
|
|||
|
'
|
|||
|
Me.Label15.AutoSize = True
|
|||
|
Me.Label15.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label15.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label15.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label15.Location = New System.Drawing.Point(689, 8)
|
|||
|
Me.Label15.Name = "Label15"
|
|||
|
Me.Label15.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label15.TabIndex = 4
|
|||
|
Me.Label15.Text = "Minds"
|
|||
|
'
|
|||
|
'Label18
|
|||
|
'
|
|||
|
Me.Label18.AutoSize = True
|
|||
|
Me.Label18.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label18.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label18.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label18.Location = New System.Drawing.Point(914, 6)
|
|||
|
Me.Label18.Name = "Label18"
|
|||
|
Me.Label18.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label18.TabIndex = 3
|
|||
|
Me.Label18.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"
|
|||
|
'
|
|||
|
'OperPreoAdminDetalle
|
|||
|
'
|
|||
|
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(738, 531)
|
|||
|
Me.Controls.Add(Me.panel3)
|
|||
|
Me.Controls.Add(Me.panel2)
|
|||
|
Me.Controls.Add(Me.txtTransaccion)
|
|||
|
Me.Controls.Add(Me.Label14)
|
|||
|
Me.Controls.Add(Me.BntSalie)
|
|||
|
Me.Controls.Add(Me.BtnAlta)
|
|||
|
Me.Controls.Add(Me.GroupBox1)
|
|||
|
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.MaximizeBox = False
|
|||
|
Me.MinimizeBox = False
|
|||
|
Me.Name = "OperPreoAdminDetalle"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Detalle Reporte Preocupante con Transacción"
|
|||
|
Me.GroupBox1.ResumeLayout(False)
|
|||
|
Me.GroupBox1.PerformLayout()
|
|||
|
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)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|||
|
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 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 BntSalie As System.Windows.Forms.Button
|
|||
|
Friend WithEvents BtnAlta As System.Windows.Forms.Button
|
|||
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtTransaccion As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents Label13 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 Label18 As Label
|
|||
|
Friend WithEvents lblFooter As Label
|
|||
|
Friend WithEvents Label15 As Label
|
|||
|
End Class
|