404 lines
19 KiB
VB.net
404 lines
19 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FRMyActividad
|
||
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()
|
||
Me.components = New System.ComponentModel.Container()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FRMyActividad))
|
||
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
||
Me.PnPais = New System.Windows.Forms.Panel()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.CMBRiesgo = New System.Windows.Forms.ComboBox()
|
||
Me.txtCalRiesgo = New System.Windows.Forms.TextBox()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.TXTAlias = New System.Windows.Forms.TextBox()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.chkActivo = New System.Windows.Forms.CheckBox()
|
||
Me.txtNombre = New System.Windows.Forms.TextBox()
|
||
Me.txtClave = New System.Windows.Forms.TextBox()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||
Me.BtnOk = New System.Windows.Forms.Button()
|
||
Me.BtnSalir = New System.Windows.Forms.Button()
|
||
Me.BtnEditar = New System.Windows.Forms.Button()
|
||
Me.BtnConsulta = New System.Windows.Forms.Button()
|
||
Me.panel2 = New System.Windows.Forms.Panel()
|
||
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.panel3 = New System.Windows.Forms.Panel()
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.lblFooter = New System.Windows.Forms.Label()
|
||
Me.PnPais.SuspendLayout()
|
||
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.panel2.SuspendLayout()
|
||
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.panel3.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'ImageList1
|
||
'
|
||
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
||
Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise
|
||
Me.ImageList1.Images.SetKeyName(0, "")
|
||
Me.ImageList1.Images.SetKeyName(1, "")
|
||
Me.ImageList1.Images.SetKeyName(2, "")
|
||
Me.ImageList1.Images.SetKeyName(3, "")
|
||
Me.ImageList1.Images.SetKeyName(4, "")
|
||
Me.ImageList1.Images.SetKeyName(5, "")
|
||
Me.ImageList1.Images.SetKeyName(6, "")
|
||
Me.ImageList1.Images.SetKeyName(7, "")
|
||
'
|
||
'PnPais
|
||
'
|
||
Me.PnPais.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PnPais.Controls.Add(Me.Label7)
|
||
Me.PnPais.Controls.Add(Me.CMBRiesgo)
|
||
Me.PnPais.Controls.Add(Me.txtCalRiesgo)
|
||
Me.PnPais.Controls.Add(Me.Label4)
|
||
Me.PnPais.Controls.Add(Me.TXTAlias)
|
||
Me.PnPais.Controls.Add(Me.Label3)
|
||
Me.PnPais.Controls.Add(Me.chkActivo)
|
||
Me.PnPais.Controls.Add(Me.txtNombre)
|
||
Me.PnPais.Controls.Add(Me.txtClave)
|
||
Me.PnPais.Controls.Add(Me.Label2)
|
||
Me.PnPais.Controls.Add(Me.Label1)
|
||
Me.PnPais.Location = New System.Drawing.Point(12, 198)
|
||
Me.PnPais.Name = "PnPais"
|
||
Me.PnPais.Size = New System.Drawing.Size(599, 147)
|
||
Me.PnPais.TabIndex = 69
|
||
'
|
||
'Label7
|
||
'
|
||
Me.Label7.AutoSize = True
|
||
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label7.Location = New System.Drawing.Point(368, 78)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(40, 13)
|
||
Me.Label7.TabIndex = 372
|
||
Me.Label7.Text = "Riesgo"
|
||
'
|
||
'CMBRiesgo
|
||
'
|
||
Me.CMBRiesgo.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.CMBRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.CMBRiesgo.FormattingEnabled = True
|
||
Me.CMBRiesgo.Location = New System.Drawing.Point(110, 103)
|
||
Me.CMBRiesgo.Name = "CMBRiesgo"
|
||
Me.CMBRiesgo.Size = New System.Drawing.Size(159, 21)
|
||
Me.CMBRiesgo.TabIndex = 371
|
||
Me.CMBRiesgo.Visible = False
|
||
'
|
||
'txtCalRiesgo
|
||
'
|
||
Me.txtCalRiesgo.BackColor = System.Drawing.Color.White
|
||
Me.txtCalRiesgo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||
Me.txtCalRiesgo.Location = New System.Drawing.Point(414, 78)
|
||
Me.txtCalRiesgo.MaxLength = 12
|
||
Me.txtCalRiesgo.Name = "txtCalRiesgo"
|
||
Me.txtCalRiesgo.Size = New System.Drawing.Size(174, 20)
|
||
Me.txtCalRiesgo.TabIndex = 39
|
||
Me.txtCalRiesgo.Text = "0"
|
||
Me.txtCalRiesgo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||
'
|
||
'Label4
|
||
'
|
||
Me.Label4.AutoSize = True
|
||
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label4.Location = New System.Drawing.Point(7, 107)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(97, 13)
|
||
Me.Label4.TabIndex = 40
|
||
Me.Label4.Text = "Calificaci<EFBFBD>n Riesgo"
|
||
Me.Label4.Visible = False
|
||
'
|
||
'TXTAlias
|
||
'
|
||
Me.TXTAlias.BackColor = System.Drawing.Color.White
|
||
Me.TXTAlias.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||
Me.TXTAlias.Location = New System.Drawing.Point(110, 77)
|
||
Me.TXTAlias.MaxLength = 0
|
||
Me.TXTAlias.Name = "TXTAlias"
|
||
Me.TXTAlias.Size = New System.Drawing.Size(235, 20)
|
||
Me.TXTAlias.TabIndex = 3
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.AutoSize = True
|
||
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label3.Location = New System.Drawing.Point(15, 78)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(29, 13)
|
||
Me.Label3.TabIndex = 38
|
||
Me.Label3.Text = "Alias"
|
||
'
|
||
'chkActivo
|
||
'
|
||
Me.chkActivo.Enabled = False
|
||
Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.chkActivo.ForeColor = System.Drawing.Color.Red
|
||
Me.chkActivo.Location = New System.Drawing.Point(516, 103)
|
||
Me.chkActivo.Name = "chkActivo"
|
||
Me.chkActivo.Size = New System.Drawing.Size(72, 21)
|
||
Me.chkActivo.TabIndex = 4
|
||
Me.chkActivo.Text = "Activo:"
|
||
'
|
||
'txtNombre
|
||
'
|
||
Me.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||
Me.txtNombre.Location = New System.Drawing.Point(110, 46)
|
||
Me.txtNombre.Name = "txtNombre"
|
||
Me.txtNombre.Size = New System.Drawing.Size(478, 20)
|
||
Me.txtNombre.TabIndex = 2
|
||
Me.txtNombre.Text = " "
|
||
'
|
||
'txtClave
|
||
'
|
||
Me.txtClave.BackColor = System.Drawing.Color.White
|
||
Me.txtClave.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||
Me.txtClave.Location = New System.Drawing.Point(110, 14)
|
||
Me.txtClave.MaxLength = 10
|
||
Me.txtClave.Name = "txtClave"
|
||
Me.txtClave.Size = New System.Drawing.Size(93, 20)
|
||
Me.txtClave.TabIndex = 1
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label2.Location = New System.Drawing.Point(16, 46)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(44, 13)
|
||
Me.Label2.TabIndex = 36
|
||
Me.Label2.Text = "Nombre"
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label1.Location = New System.Drawing.Point(15, 15)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(34, 13)
|
||
Me.Label1.TabIndex = 35
|
||
Me.Label1.Text = "Clave"
|
||
'
|
||
'GridMaster
|
||
'
|
||
Me.GridMaster.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.GridMaster.BackColor = System.Drawing.Color.White
|
||
Me.GridMaster.FilterBar = True
|
||
Me.GridMaster.GroupByCaption = "AGRUPAR"
|
||
Me.GridMaster.Images.Add(CType(resources.GetObject("GridMaster.Images"), System.Drawing.Image))
|
||
Me.GridMaster.Location = New System.Drawing.Point(12, 54)
|
||
Me.GridMaster.Name = "GridMaster"
|
||
Me.GridMaster.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||
Me.GridMaster.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||
Me.GridMaster.PreviewInfo.ZoomFactor = 75.0R
|
||
Me.GridMaster.PrintInfo.PageSettings = CType(resources.GetObject("GridMaster.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||
Me.GridMaster.Size = New System.Drawing.Size(709, 136)
|
||
Me.GridMaster.TabIndex = 68
|
||
Me.GridMaster.Text = "C1TrueDBGrid1"
|
||
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
|
||
'
|
||
'BtnOk
|
||
'
|
||
Me.BtnOk.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BtnOk.BackColor = System.Drawing.Color.Black
|
||
Me.BtnOk.ForeColor = System.Drawing.Color.White
|
||
Me.BtnOk.Location = New System.Drawing.Point(616, 276)
|
||
Me.BtnOk.Name = "BtnOk"
|
||
Me.BtnOk.Size = New System.Drawing.Size(106, 33)
|
||
Me.BtnOk.TabIndex = 73
|
||
Me.BtnOk.Text = "Guardar"
|
||
Me.BtnOk.UseVisualStyleBackColor = False
|
||
'
|
||
'BtnSalir
|
||
'
|
||
Me.BtnSalir.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BtnSalir.BackColor = System.Drawing.Color.Black
|
||
Me.BtnSalir.ForeColor = System.Drawing.Color.White
|
||
Me.BtnSalir.Location = New System.Drawing.Point(616, 315)
|
||
Me.BtnSalir.Name = "BtnSalir"
|
||
Me.BtnSalir.Size = New System.Drawing.Size(106, 33)
|
||
Me.BtnSalir.TabIndex = 72
|
||
Me.BtnSalir.Text = "Cerrar"
|
||
Me.BtnSalir.UseVisualStyleBackColor = False
|
||
'
|
||
'BtnEditar
|
||
'
|
||
Me.BtnEditar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BtnEditar.BackColor = System.Drawing.Color.Black
|
||
Me.BtnEditar.Enabled = False
|
||
Me.BtnEditar.ForeColor = System.Drawing.Color.White
|
||
Me.BtnEditar.Location = New System.Drawing.Point(617, 237)
|
||
Me.BtnEditar.Name = "BtnEditar"
|
||
Me.BtnEditar.Size = New System.Drawing.Size(106, 33)
|
||
Me.BtnEditar.TabIndex = 71
|
||
Me.BtnEditar.Text = "Editar"
|
||
Me.BtnEditar.UseVisualStyleBackColor = False
|
||
'
|
||
'BtnConsulta
|
||
'
|
||
Me.BtnConsulta.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BtnConsulta.BackColor = System.Drawing.Color.Black
|
||
Me.BtnConsulta.ForeColor = System.Drawing.Color.White
|
||
Me.BtnConsulta.Location = New System.Drawing.Point(617, 198)
|
||
Me.BtnConsulta.Name = "BtnConsulta"
|
||
Me.BtnConsulta.Size = New System.Drawing.Size(106, 33)
|
||
Me.BtnConsulta.TabIndex = 74
|
||
Me.BtnConsulta.Text = "Agregar"
|
||
Me.BtnConsulta.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.Label5)
|
||
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
||
Me.panel2.Location = New System.Drawing.Point(-1, -2)
|
||
Me.panel2.Name = "panel2"
|
||
Me.panel2.Size = New System.Drawing.Size(739, 46)
|
||
Me.panel2.TabIndex = 160
|
||
'
|
||
'Img_logoCabecera
|
||
'
|
||
Me.Img_logoCabecera.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
||
Me.Img_logoCabecera.Location = New System.Drawing.Point(617, 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 = 360
|
||
Me.Img_logoCabecera.TabStop = False
|
||
'
|
||
'Label5
|
||
'
|
||
Me.Label5.AutoSize = True
|
||
Me.Label5.BackColor = System.Drawing.Color.Transparent
|
||
Me.Label5.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label5.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.Label5.Location = New System.Drawing.Point(21, 8)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(151, 22)
|
||
Me.Label5.TabIndex = 2
|
||
Me.Label5.Text = "Reportes CNBV"
|
||
'
|
||
'panel3
|
||
'
|
||
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom 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.Label6)
|
||
Me.panel3.Controls.Add(Me.lblFooter)
|
||
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
||
Me.panel3.Location = New System.Drawing.Point(-1, 372)
|
||
Me.panel3.Name = "panel3"
|
||
Me.panel3.Size = New System.Drawing.Size(734, 33)
|
||
Me.panel3.TabIndex = 361
|
||
'
|
||
'Label6
|
||
'
|
||
Me.Label6.AutoSize = True
|
||
Me.Label6.BackColor = System.Drawing.Color.Transparent
|
||
Me.Label6.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label6.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.Label6.Location = New System.Drawing.Point(682, 5)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(42, 17)
|
||
Me.Label6.TabIndex = 3
|
||
Me.Label6.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"
|
||
'
|
||
'FRMyActividad
|
||
'
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
||
Me.BackColor = System.Drawing.Color.White
|
||
Me.ClientSize = New System.Drawing.Size(733, 404)
|
||
Me.Controls.Add(Me.panel3)
|
||
Me.Controls.Add(Me.panel2)
|
||
Me.Controls.Add(Me.BtnConsulta)
|
||
Me.Controls.Add(Me.BtnOk)
|
||
Me.Controls.Add(Me.BtnSalir)
|
||
Me.Controls.Add(Me.BtnEditar)
|
||
Me.Controls.Add(Me.PnPais)
|
||
Me.Controls.Add(Me.GridMaster)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MinimizeBox = False
|
||
Me.Name = "FRMyActividad"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "FRMyActividad"
|
||
Me.PnPais.ResumeLayout(False)
|
||
Me.PnPais.PerformLayout()
|
||
CType(Me.GridMaster, 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 ImageList1 As System.Windows.Forms.ImageList
|
||
Friend WithEvents PnPais As System.Windows.Forms.Panel
|
||
Friend WithEvents chkActivo As System.Windows.Forms.CheckBox
|
||
Friend WithEvents txtNombre As System.Windows.Forms.TextBox
|
||
Friend WithEvents txtClave As System.Windows.Forms.TextBox
|
||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
||
Friend WithEvents BtnOk As System.Windows.Forms.Button
|
||
Friend WithEvents BtnSalir As System.Windows.Forms.Button
|
||
Friend WithEvents BtnEditar As System.Windows.Forms.Button
|
||
Friend WithEvents BtnConsulta As System.Windows.Forms.Button
|
||
Friend WithEvents TXTAlias As System.Windows.Forms.TextBox
|
||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||
Friend WithEvents txtCalRiesgo As System.Windows.Forms.TextBox
|
||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||
Private WithEvents panel2 As Panel
|
||
Private WithEvents Img_logoCabecera As PictureBox
|
||
Friend WithEvents Label5 As Label
|
||
Private WithEvents panel3 As Panel
|
||
Friend WithEvents Label6 As Label
|
||
Friend WithEvents lblFooter As Label
|
||
Friend WithEvents CMBRiesgo As ComboBox
|
||
Friend WithEvents Label7 As Label
|
||
End Class
|