Public Class PaisCatalogo Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If 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. Friend WithEvents btnAgrergar As System.Windows.Forms.ToolBarButton Friend WithEvents btnActualizar As System.Windows.Forms.ToolBarButton Friend WithEvents btnEliminar As System.Windows.Forms.ToolBarButton Friend WithEvents btnSalir As System.Windows.Forms.ToolBarButton Friend WithEvents ImageList1 As System.Windows.Forms.ImageList 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 Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents chkActivo As System.Windows.Forms.CheckBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents ToolBar As System.Windows.Forms.ToolBar Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(PaisCatalogo)) Me.ToolBar = New System.Windows.Forms.ToolBar Me.btnAgrergar = New System.Windows.Forms.ToolBarButton Me.btnActualizar = New System.Windows.Forms.ToolBarButton Me.btnEliminar = New System.Windows.Forms.ToolBarButton Me.btnSalir = New System.Windows.Forms.ToolBarButton Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.cmbOrganismo = New System.Windows.Forms.ComboBox Me.txtNombreIngles = New System.Windows.Forms.TextBox Me.txtNombre = 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.chkActivo = New System.Windows.Forms.CheckBox Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.ListBox1 = New System.Windows.Forms.ListBox Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.LinkLabel1 = New System.Windows.Forms.LinkLabel Me.LinkLabel2 = New System.Windows.Forms.LinkLabel Me.GroupBox1.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'ToolBar ' Me.ToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ToolBar.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnAgrergar, Me.btnActualizar, Me.btnEliminar, Me.btnSalir}) Me.ToolBar.ButtonSize = New System.Drawing.Size(75, 40) Me.ToolBar.DropDownArrows = True Me.ToolBar.ImageList = Me.ImageList1 Me.ToolBar.Location = New System.Drawing.Point(0, 0) Me.ToolBar.Name = "ToolBar" Me.ToolBar.ShowToolTips = True Me.ToolBar.Size = New System.Drawing.Size(556, 47) Me.ToolBar.TabIndex = 51 ' 'btnAgrergar ' Me.btnAgrergar.ImageIndex = 0 Me.btnAgrergar.Text = "Agregar" ' 'btnActualizar ' Me.btnActualizar.ImageIndex = 5 Me.btnActualizar.Text = "Actualizar" ' 'btnEliminar ' Me.btnEliminar.ImageIndex = 1 Me.btnEliminar.Text = "Eliminar" ' 'btnSalir ' Me.btnSalir.ImageIndex = 4 Me.btnSalir.Text = "Salir" ' 'ImageList1 ' Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise ' 'cmbOrganismo ' Me.cmbOrganismo.Location = New System.Drawing.Point(119, 344) Me.cmbOrganismo.Name = "cmbOrganismo" Me.cmbOrganismo.Size = New System.Drawing.Size(130, 21) Me.cmbOrganismo.TabIndex = 54 ' 'txtNombreIngles ' Me.txtNombreIngles.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNombreIngles.Location = New System.Drawing.Point(118, 318) Me.txtNombreIngles.Name = "txtNombreIngles" Me.txtNombreIngles.Size = New System.Drawing.Size(272, 20) Me.txtNombreIngles.TabIndex = 53 Me.txtNombreIngles.Text = "" ' 'txtNombre ' Me.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNombre.Location = New System.Drawing.Point(118, 288) Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(272, 20) Me.txtNombre.TabIndex = 52 Me.txtNombre.Text = "" ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(52, 348) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(66, 16) Me.Label4.TabIndex = 57 Me.Label4.Text = "Organismo:" ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(30, 321) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(88, 16) Me.Label3.TabIndex = 56 Me.Label3.Text = "Nombre Inglés:" ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(67, 292) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 16) Me.Label2.TabIndex = 55 Me.Label2.Text = "Nombre:" ' 'chkActivo ' 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(198, 264) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(72, 16) Me.chkActivo.TabIndex = 58 Me.chkActivo.Text = "Activo:" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1TrueDBGrid1) Me.GroupBox1.Location = New System.Drawing.Point(6, 58) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(454, 198) Me.GroupBox1.TabIndex = 63 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Lista de Paises" ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.AllowUpdate = False Me.C1TrueDBGrid1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill Me.C1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("resource"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(3, 16) Me.C1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75 Me.C1TrueDBGrid1.Size = New System.Drawing.Size(448, 179) Me.C1TrueDBGrid1.TabIndex = 0 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = "Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}E" & _ "ditor{}Style2{}Style5{}Style4{}Style7{}Style6{}EvenRow{BackColor:Aqua;}Selected{" & _ "ForeColor:HighlightText;BackColor:Highlight;}Style3{}Inactive{ForeColor:Inactive" & _ "CaptionText;BackColor:InactiveCaption;}FilterBar{}Footer{}Caption{AlignHorz:Cent" & _ "er;}Style9{}Normal{}HighlightRow{ForeColor:Aqua;BackColor:Highlight;}Style14{}Od" & _ "dRow{}RecordSelector{AlignImage:Center;}Style15{}Heading{Wrap:True;AlignVert:Cen" & _ "ter;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;}Style8{}S" & _ "tyle10{AlignHorz:Near;}Style11{}Style12{}Style13{}Style1{}" & _ "175