Public Class PlazaCat 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 Label4 As System.Windows.Forms.Label Friend WithEvents cmbEstado As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtNombre As System.Windows.Forms.TextBox Friend WithEvents chkActivo As System.Windows.Forms.CheckBox Friend WithEvents btnSalir As System.Windows.Forms.ToolBarButton Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents ToolBar As System.Windows.Forms.ToolBar Friend WithEvents btnNuevo As System.Windows.Forms.ToolBarButton Friend WithEvents btnGuardar As System.Windows.Forms.ToolBarButton Friend WithEvents txtClave As System.Windows.Forms.TextBox Friend WithEvents linkAlias 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(PlazaCat)) Me.Label4 = New System.Windows.Forms.Label Me.cmbEstado = New System.Windows.Forms.ComboBox Me.Label2 = New System.Windows.Forms.Label Me.txtNombre = New System.Windows.Forms.TextBox Me.chkActivo = New System.Windows.Forms.CheckBox Me.ToolBar = New System.Windows.Forms.ToolBar Me.btnGuardar = New System.Windows.Forms.ToolBarButton Me.btnNuevo = New System.Windows.Forms.ToolBarButton Me.btnSalir = New System.Windows.Forms.ToolBarButton Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.linkAlias = New System.Windows.Forms.LinkLabel Me.txtClave = New System.Windows.Forms.TextBox Me.GroupBox1.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(94, 313) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(48, 16) Me.Label4.TabIndex = 57 Me.Label4.Text = "Estado:" ' 'cmbEstado ' Me.cmbEstado.Location = New System.Drawing.Point(144, 311) Me.cmbEstado.Name = "cmbEstado" Me.cmbEstado.Size = New System.Drawing.Size(208, 21) Me.cmbEstado.TabIndex = 55 ' '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(90, 287) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(54, 16) Me.Label2.TabIndex = 56 Me.Label2.Text = "Nombre:" ' 'txtNombre ' Me.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNombre.Location = New System.Drawing.Point(144, 287) Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(207, 20) Me.txtNombre.TabIndex = 54 Me.txtNombre.Text = "" ' 'chkActivo ' Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, 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(208, 268) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(56, 16) Me.chkActivo.TabIndex = 58 Me.chkActivo.Text = "Activo:" ' 'ToolBar ' Me.ToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ToolBar.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnGuardar, Me.btnNuevo, 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(468, 47) Me.ToolBar.TabIndex = 59 ' 'btnGuardar ' Me.btnGuardar.ImageIndex = 7 Me.btnGuardar.Text = "Guardar" ' 'btnNuevo ' Me.btnNuevo.ImageIndex = 6 Me.btnNuevo.Text = "Nuevo" ' '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 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1TrueDBGrid1) Me.GroupBox1.Location = New System.Drawing.Point(8, 56) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(456, 196) Me.GroupBox1.TabIndex = 60 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Plazas" ' '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(450, 177) 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:Aqua;BackColor:Highlight;}Style3{}Inactive{ForeColor:InactiveCaptionTe" & _ "xt;BackColor:InactiveCaption;}FilterBar{}Footer{}Caption{AlignHorz:Center;}Style" & _ "9{}Normal{}HighlightRow{ForeColor:Aqua;BackColor:Highlight;}Style14{}OddRow{}Rec" & _ "ordSelector{AlignImage:Center;}Style15{}Heading{Wrap:True;AlignVert:Center;Borde" & _ "r:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;}Style8{}Style10{Al" & _ "ignHorz:Near;}Style11{}Style12{}Style13{}Style1{}173