316 lines
16 KiB
VB.net
316 lines
16 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|||
|
Partial Class frmNacionalidad
|
|||
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|||
|
'Form reemplaza a Dispose para limpiar la lista de componentes.
|
|||
|
<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
|
|||
|
|
|||
|
'Requerido por el Diseñador de Windows Forms
|
|||
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|||
|
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
|
|||
|
'Se puede modificar usando el Diseñador de Windows Forms.
|
|||
|
'No lo modifique con el editor de código.
|
|||
|
<System.Diagnostics.DebuggerStepThrough()>
|
|||
|
Private Sub InitializeComponent()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNacionalidad))
|
|||
|
Me.panel2 = New System.Windows.Forms.Panel()
|
|||
|
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
|||
|
Me.DesHeader = New System.Windows.Forms.Label()
|
|||
|
Me.btnAgregar = New System.Windows.Forms.Button()
|
|||
|
Me.btnGuardar = New System.Windows.Forms.Button()
|
|||
|
Me.btnCerrar = New System.Windows.Forms.Button()
|
|||
|
Me.btnEditar = New System.Windows.Forms.Button()
|
|||
|
Me.chkActivo = New System.Windows.Forms.CheckBox()
|
|||
|
Me.txtNacionalidad = New System.Windows.Forms.TextBox()
|
|||
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|||
|
Me.panel3 = New System.Windows.Forms.Panel()
|
|||
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
Me.Label6 = New System.Windows.Forms.Label()
|
|||
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|||
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
Me.txtRiesgo = New System.Windows.Forms.TextBox()
|
|||
|
Me.panel2.SuspendLayout()
|
|||
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.panel3.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'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(-3, -4)
|
|||
|
Me.panel2.Name = "panel2"
|
|||
|
Me.panel2.Size = New System.Drawing.Size(664, 49)
|
|||
|
Me.panel2.TabIndex = 374
|
|||
|
'
|
|||
|
'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(542, 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
|
|||
|
'
|
|||
|
'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(134, 22)
|
|||
|
Me.DesHeader.TabIndex = 2
|
|||
|
Me.DesHeader.Text = "Nacionalidad"
|
|||
|
'
|
|||
|
'btnAgregar
|
|||
|
'
|
|||
|
Me.btnAgregar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnAgregar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|||
|
Me.btnAgregar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnAgregar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnAgregar.Location = New System.Drawing.Point(548, 245)
|
|||
|
Me.btnAgregar.Name = "btnAgregar"
|
|||
|
Me.btnAgregar.Size = New System.Drawing.Size(106, 31)
|
|||
|
Me.btnAgregar.TabIndex = 373
|
|||
|
Me.btnAgregar.Text = "Agregar"
|
|||
|
Me.btnAgregar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'btnGuardar
|
|||
|
'
|
|||
|
Me.btnGuardar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnGuardar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|||
|
Me.btnGuardar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnGuardar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnGuardar.Location = New System.Drawing.Point(548, 323)
|
|||
|
Me.btnGuardar.Name = "btnGuardar"
|
|||
|
Me.btnGuardar.Size = New System.Drawing.Size(106, 31)
|
|||
|
Me.btnGuardar.TabIndex = 372
|
|||
|
Me.btnGuardar.Text = "Guardar"
|
|||
|
Me.btnGuardar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'btnCerrar
|
|||
|
'
|
|||
|
Me.btnCerrar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnCerrar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|||
|
Me.btnCerrar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnCerrar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnCerrar.Location = New System.Drawing.Point(548, 363)
|
|||
|
Me.btnCerrar.Name = "btnCerrar"
|
|||
|
Me.btnCerrar.Size = New System.Drawing.Size(106, 31)
|
|||
|
Me.btnCerrar.TabIndex = 371
|
|||
|
Me.btnCerrar.Text = "Cerrar"
|
|||
|
Me.btnCerrar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'btnEditar
|
|||
|
'
|
|||
|
Me.btnEditar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnEditar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|||
|
Me.btnEditar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnEditar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnEditar.Location = New System.Drawing.Point(548, 284)
|
|||
|
Me.btnEditar.Name = "btnEditar"
|
|||
|
Me.btnEditar.Size = New System.Drawing.Size(106, 31)
|
|||
|
Me.btnEditar.TabIndex = 370
|
|||
|
Me.btnEditar.Text = "Editar"
|
|||
|
Me.btnEditar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'chkActivo
|
|||
|
'
|
|||
|
Me.chkActivo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.chkActivo.Enabled = False
|
|||
|
Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.chkActivo.ForeColor = System.Drawing.Color.Red
|
|||
|
Me.chkActivo.Location = New System.Drawing.Point(210, 373)
|
|||
|
Me.chkActivo.Name = "chkActivo"
|
|||
|
Me.chkActivo.Size = New System.Drawing.Size(72, 21)
|
|||
|
Me.chkActivo.TabIndex = 369
|
|||
|
Me.chkActivo.Text = "Activo"
|
|||
|
Me.chkActivo.Visible = False
|
|||
|
'
|
|||
|
'txtNacionalidad
|
|||
|
'
|
|||
|
Me.txtNacionalidad.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.txtNacionalidad.Location = New System.Drawing.Point(22, 322)
|
|||
|
Me.txtNacionalidad.MaxLength = 80
|
|||
|
Me.txtNacionalidad.Name = "txtNacionalidad"
|
|||
|
Me.txtNacionalidad.Size = New System.Drawing.Size(428, 20)
|
|||
|
Me.txtNacionalidad.TabIndex = 367
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|||
|
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(19, 300)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(69, 13)
|
|||
|
Me.Label2.TabIndex = 368
|
|||
|
Me.Label2.Text = "Nacionalidad"
|
|||
|
'
|
|||
|
'GridMaster
|
|||
|
'
|
|||
|
Me.GridMaster.AllowUpdate = False
|
|||
|
Me.GridMaster.AllowUpdateOnBlur = False
|
|||
|
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.EditDropDown = False
|
|||
|
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, 65)
|
|||
|
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(530, 211)
|
|||
|
Me.GridMaster.TabIndex = 366
|
|||
|
Me.GridMaster.Text = "C1TrueDBGrid1"
|
|||
|
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
|
|||
|
'
|
|||
|
'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.Label1)
|
|||
|
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(-10, 415)
|
|||
|
Me.panel3.Name = "panel3"
|
|||
|
Me.panel3.Size = New System.Drawing.Size(678, 27)
|
|||
|
Me.panel3.TabIndex = 375
|
|||
|
'
|
|||
|
'Label1
|
|||
|
'
|
|||
|
Me.Label1.AutoSize = True
|
|||
|
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label1.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label1.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label1.Location = New System.Drawing.Point(590, 2)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label1.TabIndex = 4
|
|||
|
Me.Label1.Text = "Minds"
|
|||
|
'
|
|||
|
'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"
|
|||
|
'
|
|||
|
'Label3
|
|||
|
'
|
|||
|
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|||
|
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(19, 354)
|
|||
|
Me.Label3.Name = "Label3"
|
|||
|
Me.Label3.Size = New System.Drawing.Size(40, 13)
|
|||
|
Me.Label3.TabIndex = 368
|
|||
|
Me.Label3.Text = "Riesgo"
|
|||
|
'
|
|||
|
'txtRiesgo
|
|||
|
'
|
|||
|
Me.txtRiesgo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.txtRiesgo.Location = New System.Drawing.Point(22, 373)
|
|||
|
Me.txtRiesgo.MaxLength = 5
|
|||
|
Me.txtRiesgo.Name = "txtRiesgo"
|
|||
|
Me.txtRiesgo.Size = New System.Drawing.Size(133, 20)
|
|||
|
Me.txtRiesgo.TabIndex = 367
|
|||
|
Me.txtRiesgo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|||
|
'
|
|||
|
'frmNacionalidad
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(658, 439)
|
|||
|
Me.Controls.Add(Me.panel2)
|
|||
|
Me.Controls.Add(Me.btnAgregar)
|
|||
|
Me.Controls.Add(Me.btnGuardar)
|
|||
|
Me.Controls.Add(Me.btnCerrar)
|
|||
|
Me.Controls.Add(Me.btnEditar)
|
|||
|
Me.Controls.Add(Me.chkActivo)
|
|||
|
Me.Controls.Add(Me.txtRiesgo)
|
|||
|
Me.Controls.Add(Me.Label3)
|
|||
|
Me.Controls.Add(Me.txtNacionalidad)
|
|||
|
Me.Controls.Add(Me.Label2)
|
|||
|
Me.Controls.Add(Me.GridMaster)
|
|||
|
Me.Controls.Add(Me.panel3)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.Name = "frmNacionalidad"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Nacionalidad"
|
|||
|
Me.panel2.ResumeLayout(False)
|
|||
|
Me.panel2.PerformLayout()
|
|||
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.panel3.ResumeLayout(False)
|
|||
|
Me.panel3.PerformLayout()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
|
|||
|
Private WithEvents panel2 As Panel
|
|||
|
Private WithEvents Img_logoCabecera As PictureBox
|
|||
|
Friend WithEvents DesHeader As Label
|
|||
|
Friend WithEvents btnAgregar As Button
|
|||
|
Friend WithEvents btnGuardar As Button
|
|||
|
Friend WithEvents btnCerrar As Button
|
|||
|
Friend WithEvents btnEditar As Button
|
|||
|
Friend WithEvents chkActivo As CheckBox
|
|||
|
Friend WithEvents txtNacionalidad As TextBox
|
|||
|
Friend WithEvents Label2 As Label
|
|||
|
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
Private WithEvents panel3 As Panel
|
|||
|
Friend WithEvents Label1 As Label
|
|||
|
Friend WithEvents Label6 As Label
|
|||
|
Friend WithEvents lblFooter As Label
|
|||
|
Friend WithEvents Label3 As Label
|
|||
|
Friend WithEvents txtRiesgo As TextBox
|
|||
|
End Class
|