_ Partial Class FrmMasterCatalogo Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMasterCatalogo)) Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.PnPais = New System.Windows.Forms.Panel() Me.txtRiesgoUbicacion = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.CMBRiesgo = New System.Windows.Forms.ComboBox() Me.chkCoorporativo = New System.Windows.Forms.CheckBox() Me.txtRiesgoNac = New System.Windows.Forms.TextBox() Me.chkLegislacionPLD = New System.Windows.Forms.CheckBox() Me.Label6 = New System.Windows.Forms.Label() Me.txtIso = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.CHK5 = New System.Windows.Forms.CheckBox() Me.CHK4 = New System.Windows.Forms.CheckBox() Me.CHK3 = New System.Windows.Forms.CheckBox() Me.CHK2 = New System.Windows.Forms.CheckBox() Me.CHK1 = New System.Windows.Forms.CheckBox() Me.chkActivo = New System.Windows.Forms.CheckBox() Me.cmbOrganismo = New System.Windows.Forms.ComboBox() Me.txtNombreIngles = New System.Windows.Forms.TextBox() Me.txtNombre = New System.Windows.Forms.TextBox() Me.txtClave = New System.Windows.Forms.TextBox() 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.BtnAgregar = New System.Windows.Forms.Button() Me.BtnOk = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.BtnEditar = 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.Label8 = New System.Windows.Forms.Label() Me.lblFooter = New System.Windows.Forms.Label() CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit() Me.PnPais.SuspendLayout() 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, "") ' '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.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, 50) 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(724, 151) Me.GridMaster.TabIndex = 52 Me.GridMaster.Text = "C1TrueDBGrid1" Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag") ' '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.txtRiesgoUbicacion) Me.PnPais.Controls.Add(Me.Label7) Me.PnPais.Controls.Add(Me.CMBRiesgo) Me.PnPais.Controls.Add(Me.chkCoorporativo) Me.PnPais.Controls.Add(Me.txtRiesgoNac) Me.PnPais.Controls.Add(Me.chkLegislacionPLD) Me.PnPais.Controls.Add(Me.Label6) Me.PnPais.Controls.Add(Me.txtIso) Me.PnPais.Controls.Add(Me.Label5) Me.PnPais.Controls.Add(Me.CHK5) Me.PnPais.Controls.Add(Me.CHK4) Me.PnPais.Controls.Add(Me.CHK3) Me.PnPais.Controls.Add(Me.CHK2) Me.PnPais.Controls.Add(Me.CHK1) Me.PnPais.Controls.Add(Me.chkActivo) Me.PnPais.Controls.Add(Me.cmbOrganismo) Me.PnPais.Controls.Add(Me.txtNombreIngles) Me.PnPais.Controls.Add(Me.txtNombre) Me.PnPais.Controls.Add(Me.txtClave) Me.PnPais.Controls.Add(Me.Label4) Me.PnPais.Controls.Add(Me.Label3) Me.PnPais.Controls.Add(Me.Label2) Me.PnPais.Controls.Add(Me.Label1) Me.PnPais.Location = New System.Drawing.Point(12, 208) Me.PnPais.Name = "PnPais" Me.PnPais.Size = New System.Drawing.Size(599, 228) Me.PnPais.TabIndex = 53 ' 'txtRiesgoUbicacion ' Me.txtRiesgoUbicacion.Anchor = System.Windows.Forms.AnchorStyles.Right Me.txtRiesgoUbicacion.BackColor = System.Drawing.Color.White Me.txtRiesgoUbicacion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtRiesgoUbicacion.Location = New System.Drawing.Point(514, 118) Me.txtRiesgoUbicacion.MaxLength = 4 Me.txtRiesgoUbicacion.Name = "txtRiesgoUbicacion" Me.txtRiesgoUbicacion.Size = New System.Drawing.Size(64, 20) Me.txtRiesgoUbicacion.TabIndex = 372 Me.txtRiesgoUbicacion.Text = "0" Me.txtRiesgoUbicacion.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label7 ' Me.Label7.Anchor = System.Windows.Forms.AnchorStyles.Right 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(357, 120) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(151, 18) Me.Label7.TabIndex = 373 Me.Label7.Text = "Riesgo Ubicación Geográfica" ' '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(324, 175) Me.CMBRiesgo.Name = "CMBRiesgo" Me.CMBRiesgo.Size = New System.Drawing.Size(160, 21) Me.CMBRiesgo.TabIndex = 371 Me.CMBRiesgo.Visible = False ' 'chkCoorporativo ' Me.chkCoorporativo.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.chkCoorporativo.AutoSize = True Me.chkCoorporativo.ForeColor = System.Drawing.Color.MidnightBlue Me.chkCoorporativo.Location = New System.Drawing.Point(18, 197) Me.chkCoorporativo.Name = "chkCoorporativo" Me.chkCoorporativo.Size = New System.Drawing.Size(86, 17) Me.chkCoorporativo.TabIndex = 49 Me.chkCoorporativo.Text = "Coorporativo" Me.chkCoorporativo.UseVisualStyleBackColor = True ' 'txtRiesgoNac ' Me.txtRiesgoNac.Anchor = System.Windows.Forms.AnchorStyles.Right Me.txtRiesgoNac.BackColor = System.Drawing.Color.White Me.txtRiesgoNac.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtRiesgoNac.Location = New System.Drawing.Point(289, 118) Me.txtRiesgoNac.MaxLength = 4 Me.txtRiesgoNac.Name = "txtRiesgoNac" Me.txtRiesgoNac.Size = New System.Drawing.Size(62, 20) Me.txtRiesgoNac.TabIndex = 46 Me.txtRiesgoNac.Text = "0" Me.txtRiesgoNac.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'chkLegislacionPLD ' Me.chkLegislacionPLD.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.chkLegislacionPLD.AutoSize = True Me.chkLegislacionPLD.ForeColor = System.Drawing.Color.MidnightBlue Me.chkLegislacionPLD.Location = New System.Drawing.Point(135, 197) Me.chkLegislacionPLD.Name = "chkLegislacionPLD" Me.chkLegislacionPLD.Size = New System.Drawing.Size(103, 17) Me.chkLegislacionPLD.TabIndex = 48 Me.chkLegislacionPLD.Text = "Legislacion PLD" Me.chkLegislacionPLD.UseVisualStyleBackColor = True Me.chkLegislacionPLD.Visible = False ' 'Label6 ' Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue Me.Label6.Location = New System.Drawing.Point(172, 120) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(111, 16) Me.Label6.TabIndex = 47 Me.Label6.Text = "Riesgo Nacionalidad" ' 'txtIso ' Me.txtIso.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtIso.BackColor = System.Drawing.Color.White Me.txtIso.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtIso.Location = New System.Drawing.Point(110, 116) Me.txtIso.MaxLength = 10 Me.txtIso.Name = "txtIso" Me.txtIso.Size = New System.Drawing.Size(56, 20) Me.txtIso.TabIndex = 44 ' 'Label5 ' Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(15, 117) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(64, 16) Me.Label5.TabIndex = 45 Me.Label5.Text = "ISO" ' 'CHK5 ' Me.CHK5.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CHK5.AutoSize = True Me.CHK5.ForeColor = System.Drawing.Color.MidnightBlue Me.CHK5.Location = New System.Drawing.Point(449, 172) Me.CHK5.Name = "CHK5" Me.CHK5.Size = New System.Drawing.Size(130, 17) Me.CHK5.TabIndex = 43 Me.CHK5.Text = "Fabricante Narcoticos" Me.CHK5.UseVisualStyleBackColor = True ' 'CHK4 ' Me.CHK4.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CHK4.AutoSize = True Me.CHK4.ForeColor = System.Drawing.Color.MidnightBlue Me.CHK4.Location = New System.Drawing.Point(339, 171) Me.CHK4.Name = "CHK4" Me.CHK4.Size = New System.Drawing.Size(104, 17) Me.CHK4.TabIndex = 42 Me.CHK4.Text = "Paso Narcoticos" Me.CHK4.UseVisualStyleBackColor = True ' 'CHK3 ' Me.CHK3.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CHK3.AutoSize = True Me.CHK3.ForeColor = System.Drawing.Color.MidnightBlue Me.CHK3.Location = New System.Drawing.Point(237, 171) Me.CHK3.Name = "CHK3" Me.CHK3.Size = New System.Drawing.Size(91, 17) Me.CHK3.TabIndex = 41 Me.CHK3.Text = "Paraiso Fiscal" Me.CHK3.UseVisualStyleBackColor = True ' 'CHK2 ' Me.CHK2.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CHK2.AutoSize = True Me.CHK2.ForeColor = System.Drawing.Color.MidnightBlue Me.CHK2.Location = New System.Drawing.Point(135, 170) Me.CHK2.Name = "CHK2" Me.CHK2.Size = New System.Drawing.Size(79, 17) Me.CHK2.TabIndex = 40 Me.CHK2.Text = "Restringido" Me.CHK2.UseVisualStyleBackColor = True ' 'CHK1 ' Me.CHK1.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CHK1.AutoSize = True Me.CHK1.ForeColor = System.Drawing.Color.MidnightBlue Me.CHK1.Location = New System.Drawing.Point(19, 170) Me.CHK1.Name = "CHK1" Me.CHK1.Size = New System.Drawing.Size(98, 17) Me.CHK1.TabIndex = 39 Me.CHK1.Text = "No Cooperante" Me.CHK1.UseVisualStyleBackColor = True ' 'chkActivo ' Me.chkActivo.Anchor = System.Windows.Forms.AnchorStyles.Right 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(19, 142) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(72, 21) Me.chkActivo.TabIndex = 5 Me.chkActivo.Text = "Activo" ' 'cmbOrganismo ' Me.cmbOrganismo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmbOrganismo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbOrganismo.Location = New System.Drawing.Point(306, 12) Me.cmbOrganismo.Name = "cmbOrganismo" Me.cmbOrganismo.Size = New System.Drawing.Size(272, 21) Me.cmbOrganismo.TabIndex = 4 Me.cmbOrganismo.Visible = False ' 'txtNombreIngles ' Me.txtNombreIngles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtNombreIngles.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNombreIngles.Location = New System.Drawing.Point(110, 79) Me.txtNombreIngles.MaxLength = 120 Me.txtNombreIngles.Name = "txtNombreIngles" Me.txtNombreIngles.Size = New System.Drawing.Size(469, 20) Me.txtNombreIngles.TabIndex = 3 ' 'txtNombre ' Me.txtNombre.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNombre.Location = New System.Drawing.Point(110, 46) Me.txtNombre.MaxLength = 120 Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(469, 20) Me.txtNombre.TabIndex = 2 ' 'txtClave ' Me.txtClave.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Name = "txtClave" Me.txtClave.ReadOnly = True Me.txtClave.Size = New System.Drawing.Size(56, 20) Me.txtClave.TabIndex = 1 ' 'Label4 ' Me.Label4.Anchor = System.Windows.Forms.AnchorStyles.Right 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(212, 25) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(71, 16) Me.Label4.TabIndex = 38 Me.Label4.Text = "Organismo" Me.Label4.Visible = False ' 'Label3 ' 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, 80) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(97, 17) Me.Label3.TabIndex = 37 Me.Label3.Text = "Nombre Inglés" ' 'Label2 ' 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(15, 46) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(63, 16) Me.Label2.TabIndex = 36 Me.Label2.Text = "Nombre" ' 'Label1 ' 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(64, 16) Me.Label1.TabIndex = 35 Me.Label1.Text = "Clave" ' 'BtnAgregar ' Me.BtnAgregar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtnAgregar.BackColor = System.Drawing.Color.Black Me.BtnAgregar.ForeColor = System.Drawing.Color.White Me.BtnAgregar.Location = New System.Drawing.Point(630, 272) Me.BtnAgregar.Name = "BtnAgregar" Me.BtnAgregar.Size = New System.Drawing.Size(106, 33) Me.BtnAgregar.TabIndex = 78 Me.BtnAgregar.Text = "Agregar" Me.BtnAgregar.UseVisualStyleBackColor = False ' '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.Enabled = False Me.BtnOk.ForeColor = System.Drawing.Color.White Me.BtnOk.Location = New System.Drawing.Point(630, 350) Me.BtnOk.Name = "BtnOk" Me.BtnOk.Size = New System.Drawing.Size(106, 33) Me.BtnOk.TabIndex = 77 Me.BtnOk.Text = "Guardar" Me.BtnOk.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.Black Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(630, 389) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(106, 33) Me.Button1.TabIndex = 76 Me.Button1.Text = "Cerrar" Me.Button1.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(630, 311) Me.BtnEditar.Name = "BtnEditar" Me.BtnEditar.Size = New System.Drawing.Size(106, 33) Me.BtnEditar.TabIndex = 75 Me.BtnEditar.Text = "Editar" Me.BtnEditar.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(-3, -7) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(758, 51) Me.panel2.TabIndex = 165 ' '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(633, 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(151, 22) Me.DesHeader.TabIndex = 2 Me.DesHeader.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.Label8) Me.panel3.Controls.Add(Me.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(-3, 442) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(758, 30) Me.panel3.TabIndex = 366 ' '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(697, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(42, 17) Me.Label8.TabIndex = 3 Me.Label8.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" ' 'FrmMasterCatalogo ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(748, 466) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.BtnAgregar) Me.Controls.Add(Me.BtnOk) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.BtnEditar) Me.Controls.Add(Me.PnPais) Me.Controls.Add(Me.GridMaster) Me.ForeColor = System.Drawing.Color.MidnightBlue Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimizeBox = False Me.Name = "FrmMasterCatalogo" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FrmMasterCatalogo" CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit() Me.PnPais.ResumeLayout(False) Me.PnPais.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 ImageList1 As System.Windows.Forms.ImageList Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents PnPais As System.Windows.Forms.Panel Friend WithEvents chkActivo As System.Windows.Forms.CheckBox Friend WithEvents cmbOrganismo As System.Windows.Forms.ComboBox Friend WithEvents txtNombreIngles As System.Windows.Forms.TextBox Friend WithEvents txtNombre As System.Windows.Forms.TextBox Friend WithEvents txtClave As System.Windows.Forms.TextBox 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 CHK4 As System.Windows.Forms.CheckBox Friend WithEvents CHK3 As System.Windows.Forms.CheckBox Friend WithEvents CHK2 As System.Windows.Forms.CheckBox Friend WithEvents CHK1 As System.Windows.Forms.CheckBox Friend WithEvents CHK5 As System.Windows.Forms.CheckBox Friend WithEvents BtnAgregar As System.Windows.Forms.Button Friend WithEvents BtnOk As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents BtnEditar As System.Windows.Forms.Button Friend WithEvents txtIso As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtRiesgoNac As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents chkCoorporativo As System.Windows.Forms.CheckBox Friend WithEvents chkLegislacionPLD As System.Windows.Forms.CheckBox Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents DesHeader As Label Private WithEvents panel3 As Panel Friend WithEvents Label8 As Label Friend WithEvents lblFooter As Label Friend WithEvents CMBRiesgo As ComboBox Friend WithEvents txtRiesgoUbicacion As TextBox Friend WithEvents Label7 As Label End Class