368 lines
16 KiB
VB.net
368 lines
16 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class FRCalificacion
|
|||
|
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)
|
|||
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
components.Dispose()
|
|||
|
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.
|
|||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
Private Sub InitializeComponent()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FRCalificacion))
|
|||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.CHKr24 = New System.Windows.Forms.CheckBox()
|
|||
|
Me.TXTTransaccion = New System.Windows.Forms.TextBox()
|
|||
|
Me.Label7 = New System.Windows.Forms.Label()
|
|||
|
Me.CBEstatus = New System.Windows.Forms.ComboBox()
|
|||
|
Me.TXTRazon = New System.Windows.Forms.TextBox()
|
|||
|
Me.TXTDescripcion = New System.Windows.Forms.TextBox()
|
|||
|
Me.CBPatron = New System.Windows.Forms.ComboBox()
|
|||
|
Me.TXTReferencia = New System.Windows.Forms.TextBox()
|
|||
|
Me.TXTNombre = New System.Windows.Forms.TextBox()
|
|||
|
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.BTAceptar = New System.Windows.Forms.Button()
|
|||
|
Me.BtSalir = New System.Windows.Forms.Button()
|
|||
|
Me.panel2 = New System.Windows.Forms.Panel()
|
|||
|
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
|||
|
Me.DesHeader = New System.Windows.Forms.Label()
|
|||
|
Me.panel3 = New System.Windows.Forms.Panel()
|
|||
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|||
|
Me.Label8 = 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.CHKr24)
|
|||
|
Me.GroupBox1.Controls.Add(Me.TXTTransaccion)
|
|||
|
Me.GroupBox1.Controls.Add(Me.Label7)
|
|||
|
Me.GroupBox1.Controls.Add(Me.CBEstatus)
|
|||
|
Me.GroupBox1.Controls.Add(Me.TXTRazon)
|
|||
|
Me.GroupBox1.Controls.Add(Me.TXTDescripcion)
|
|||
|
Me.GroupBox1.Controls.Add(Me.CBPatron)
|
|||
|
Me.GroupBox1.Controls.Add(Me.TXTReferencia)
|
|||
|
Me.GroupBox1.Controls.Add(Me.TXTNombre)
|
|||
|
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(12, 48)
|
|||
|
Me.GroupBox1.Name = "GroupBox1"
|
|||
|
Me.GroupBox1.Size = New System.Drawing.Size(658, 349)
|
|||
|
Me.GroupBox1.TabIndex = 0
|
|||
|
Me.GroupBox1.TabStop = False
|
|||
|
Me.GroupBox1.Text = "Datos relacionados a la transacci<63>n"
|
|||
|
'
|
|||
|
'CHKr24
|
|||
|
'
|
|||
|
Me.CHKr24.AutoSize = True
|
|||
|
Me.CHKr24.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.CHKr24.Location = New System.Drawing.Point(351, 318)
|
|||
|
Me.CHKr24.Name = "CHKr24"
|
|||
|
Me.CHKr24.Size = New System.Drawing.Size(110, 17)
|
|||
|
Me.CHKr24.TabIndex = 20
|
|||
|
Me.CHKr24.Text = "Reporte 24 Horas"
|
|||
|
Me.CHKr24.UseVisualStyleBackColor = True
|
|||
|
Me.CHKr24.Visible = False
|
|||
|
'
|
|||
|
'TXTTransaccion
|
|||
|
'
|
|||
|
Me.TXTTransaccion.Enabled = False
|
|||
|
Me.TXTTransaccion.Location = New System.Drawing.Point(490, 46)
|
|||
|
Me.TXTTransaccion.Name = "TXTTransaccion"
|
|||
|
Me.TXTTransaccion.Size = New System.Drawing.Size(159, 20)
|
|||
|
Me.TXTTransaccion.TabIndex = 14
|
|||
|
'
|
|||
|
'Label7
|
|||
|
'
|
|||
|
Me.Label7.AutoSize = True
|
|||
|
Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label7.Location = New System.Drawing.Point(376, 50)
|
|||
|
Me.Label7.Name = "Label7"
|
|||
|
Me.Label7.Size = New System.Drawing.Size(106, 13)
|
|||
|
Me.Label7.TabIndex = 13
|
|||
|
Me.Label7.Text = "N<EFBFBD>mero Transacci<63>n"
|
|||
|
'
|
|||
|
'CBEstatus
|
|||
|
'
|
|||
|
Me.CBEstatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.CBEstatus.FormattingEnabled = True
|
|||
|
Me.CBEstatus.Location = New System.Drawing.Point(80, 316)
|
|||
|
Me.CBEstatus.Name = "CBEstatus"
|
|||
|
Me.CBEstatus.Size = New System.Drawing.Size(218, 21)
|
|||
|
Me.CBEstatus.TabIndex = 12
|
|||
|
'
|
|||
|
'TXTRazon
|
|||
|
'
|
|||
|
Me.TXTRazon.Location = New System.Drawing.Point(79, 215)
|
|||
|
Me.TXTRazon.MaxLength = 1500
|
|||
|
Me.TXTRazon.Multiline = True
|
|||
|
Me.TXTRazon.Name = "TXTRazon"
|
|||
|
Me.TXTRazon.Size = New System.Drawing.Size(571, 92)
|
|||
|
Me.TXTRazon.TabIndex = 11
|
|||
|
'
|
|||
|
'TXTDescripcion
|
|||
|
'
|
|||
|
Me.TXTDescripcion.Location = New System.Drawing.Point(80, 119)
|
|||
|
Me.TXTDescripcion.MaxLength = 4000
|
|||
|
Me.TXTDescripcion.Multiline = True
|
|||
|
Me.TXTDescripcion.Name = "TXTDescripcion"
|
|||
|
Me.TXTDescripcion.Size = New System.Drawing.Size(571, 92)
|
|||
|
Me.TXTDescripcion.TabIndex = 10
|
|||
|
'
|
|||
|
'CBPatron
|
|||
|
'
|
|||
|
Me.CBPatron.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.CBPatron.FormattingEnabled = True
|
|||
|
Me.CBPatron.Location = New System.Drawing.Point(80, 83)
|
|||
|
Me.CBPatron.Name = "CBPatron"
|
|||
|
Me.CBPatron.Size = New System.Drawing.Size(400, 21)
|
|||
|
Me.CBPatron.TabIndex = 9
|
|||
|
'
|
|||
|
'TXTReferencia
|
|||
|
'
|
|||
|
Me.TXTReferencia.Enabled = False
|
|||
|
Me.TXTReferencia.Location = New System.Drawing.Point(79, 48)
|
|||
|
Me.TXTReferencia.Name = "TXTReferencia"
|
|||
|
Me.TXTReferencia.Size = New System.Drawing.Size(219, 20)
|
|||
|
Me.TXTReferencia.TabIndex = 8
|
|||
|
'
|
|||
|
'TXTNombre
|
|||
|
'
|
|||
|
Me.TXTNombre.Enabled = False
|
|||
|
Me.TXTNombre.Location = New System.Drawing.Point(78, 21)
|
|||
|
Me.TXTNombre.Name = "TXTNombre"
|
|||
|
Me.TXTNombre.Size = New System.Drawing.Size(571, 20)
|
|||
|
Me.TXTNombre.TabIndex = 7
|
|||
|
'
|
|||
|
'Label6
|
|||
|
'
|
|||
|
Me.Label6.AutoSize = True
|
|||
|
Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label6.Location = New System.Drawing.Point(8, 320)
|
|||
|
Me.Label6.Name = "Label6"
|
|||
|
Me.Label6.Size = New System.Drawing.Size(42, 13)
|
|||
|
Me.Label6.TabIndex = 5
|
|||
|
Me.Label6.Text = "Estatus"
|
|||
|
'
|
|||
|
'Label5
|
|||
|
'
|
|||
|
Me.Label5.AutoSize = True
|
|||
|
Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label5.Location = New System.Drawing.Point(6, 216)
|
|||
|
Me.Label5.Name = "Label5"
|
|||
|
Me.Label5.Size = New System.Drawing.Size(38, 13)
|
|||
|
Me.Label5.TabIndex = 4
|
|||
|
Me.Label5.Text = "Raz<EFBFBD>n"
|
|||
|
'
|
|||
|
'Label4
|
|||
|
'
|
|||
|
Me.Label4.AutoSize = True
|
|||
|
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label4.Location = New System.Drawing.Point(7, 120)
|
|||
|
Me.Label4.Name = "Label4"
|
|||
|
Me.Label4.Size = New System.Drawing.Size(63, 13)
|
|||
|
Me.Label4.TabIndex = 3
|
|||
|
Me.Label4.Text = "Descripci<EFBFBD>n"
|
|||
|
'
|
|||
|
'Label3
|
|||
|
'
|
|||
|
Me.Label3.AutoSize = True
|
|||
|
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label3.Location = New System.Drawing.Point(8, 88)
|
|||
|
Me.Label3.Name = "Label3"
|
|||
|
Me.Label3.Size = New System.Drawing.Size(38, 13)
|
|||
|
Me.Label3.TabIndex = 2
|
|||
|
Me.Label3.Text = "Patr<EFBFBD>n"
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.AutoSize = True
|
|||
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label2.Location = New System.Drawing.Point(7, 54)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(59, 13)
|
|||
|
Me.Label2.TabIndex = 1
|
|||
|
Me.Label2.Text = "Referencia"
|
|||
|
'
|
|||
|
'Label1
|
|||
|
'
|
|||
|
Me.Label1.AutoSize = True
|
|||
|
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label1.Location = New System.Drawing.Point(7, 23)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(44, 13)
|
|||
|
Me.Label1.TabIndex = 0
|
|||
|
Me.Label1.Text = "Nombre"
|
|||
|
'
|
|||
|
'BTAceptar
|
|||
|
'
|
|||
|
Me.BTAceptar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.BTAceptar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.BTAceptar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.BTAceptar.Location = New System.Drawing.Point(676, 56)
|
|||
|
Me.BTAceptar.Name = "BTAceptar"
|
|||
|
Me.BTAceptar.Size = New System.Drawing.Size(106, 33)
|
|||
|
Me.BTAceptar.TabIndex = 6
|
|||
|
Me.BTAceptar.Text = "Guardar"
|
|||
|
Me.BTAceptar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'BtSalir
|
|||
|
'
|
|||
|
Me.BtSalir.BackColor = System.Drawing.Color.Black
|
|||
|
Me.BtSalir.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.BtSalir.ForeColor = System.Drawing.Color.White
|
|||
|
Me.BtSalir.Location = New System.Drawing.Point(676, 364)
|
|||
|
Me.BtSalir.Name = "BtSalir"
|
|||
|
Me.BtSalir.Size = New System.Drawing.Size(106, 33)
|
|||
|
Me.BtSalir.TabIndex = 21
|
|||
|
Me.BtSalir.Text = "Cerrar"
|
|||
|
Me.BtSalir.UseVisualStyleBackColor = 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.DesHeader)
|
|||
|
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel2.Location = New System.Drawing.Point(-1, -1)
|
|||
|
Me.panel2.Name = "panel2"
|
|||
|
Me.panel2.Size = New System.Drawing.Size(796, 40)
|
|||
|
Me.panel2.TabIndex = 161
|
|||
|
'
|
|||
|
'Img_logoCabecera
|
|||
|
'
|
|||
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|||
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(666, -9)
|
|||
|
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
|
|||
|
'
|
|||
|
'DesHeader
|
|||
|
'
|
|||
|
Me.DesHeader.AutoSize = True
|
|||
|
Me.DesHeader.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.DesHeader.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.DesHeader.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.DesHeader.Location = New System.Drawing.Point(21, 8)
|
|||
|
Me.DesHeader.Name = "DesHeader"
|
|||
|
Me.DesHeader.Size = New System.Drawing.Size(70, 22)
|
|||
|
Me.DesHeader.TabIndex = 2
|
|||
|
Me.DesHeader.Text = "Perfiles"
|
|||
|
'
|
|||
|
'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.Label8)
|
|||
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|||
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel3.Location = New System.Drawing.Point(-1, 432)
|
|||
|
Me.panel3.Name = "panel3"
|
|||
|
Me.panel3.Size = New System.Drawing.Size(796, 38)
|
|||
|
Me.panel3.TabIndex = 403
|
|||
|
'
|
|||
|
'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"
|
|||
|
'
|
|||
|
'Label8
|
|||
|
'
|
|||
|
Me.Label8.AutoSize = True
|
|||
|
Me.Label8.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label8.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label8.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label8.Location = New System.Drawing.Point(741, 6)
|
|||
|
Me.Label8.Name = "Label8"
|
|||
|
Me.Label8.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label8.TabIndex = 3
|
|||
|
Me.Label8.Text = "Minds"
|
|||
|
'
|
|||
|
'FRCalificacion
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.BackColor = System.Drawing.Color.White
|
|||
|
Me.ClientSize = New System.Drawing.Size(791, 464)
|
|||
|
Me.Controls.Add(Me.panel3)
|
|||
|
Me.Controls.Add(Me.panel2)
|
|||
|
Me.Controls.Add(Me.BtSalir)
|
|||
|
Me.Controls.Add(Me.GroupBox1)
|
|||
|
Me.Controls.Add(Me.BTAceptar)
|
|||
|
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 = "FRCalificacion"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Calificaci<EFBFBD>n de la transacci<63>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)
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents CBPatron As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents TXTReferencia As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents TXTNombre As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents BTAceptar As System.Windows.Forms.Button
|
|||
|
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 CBEstatus As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents TXTRazon As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents TXTDescripcion As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents TXTTransaccion As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents CHKr24 As System.Windows.Forms.CheckBox
|
|||
|
Friend WithEvents BtSalir As System.Windows.Forms.Button
|
|||
|
Private WithEvents panel2 As Panel
|
|||
|
Private WithEvents Img_logoCabecera As PictureBox
|
|||
|
Friend WithEvents DesHeader As Label
|
|||
|
Private WithEvents panel3 As Panel
|
|||
|
Friend WithEvents lblFooter As Label
|
|||
|
Friend WithEvents Label8 As Label
|
|||
|
End Class
|