396 lines
18 KiB
VB.net
396 lines
18 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class FrmRepAnonimo
|
|||
|
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)
|
|||
|
Try
|
|||
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
components.Dispose()
|
|||
|
End If
|
|||
|
Finally
|
|||
|
MyBase.Dispose(disposing)
|
|||
|
End Try
|
|||
|
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()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmRepAnonimo))
|
|||
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
Me.cmbEstatus = New System.Windows.Forms.ComboBox()
|
|||
|
Me.txtComentarios = New System.Windows.Forms.TextBox()
|
|||
|
Me.btnSalir = New System.Windows.Forms.Button()
|
|||
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.btnGuardar = New System.Windows.Forms.Button()
|
|||
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtDatosPersona = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtReporte = New System.Windows.Forms.TextBox()
|
|||
|
Me.GRDMasterRep = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtIdReporte = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtComenAnterior = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtEstatusAnterior = New System.Windows.Forms.TextBox()
|
|||
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
Me.txtFechaUltMod = New System.Windows.Forms.TextBox()
|
|||
|
Me.Button1 = New System.Windows.Forms.Button()
|
|||
|
Me.panel2 = New System.Windows.Forms.Panel()
|
|||
|
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
|||
|
Me.label4 = New System.Windows.Forms.Label()
|
|||
|
Me.panel3 = New System.Windows.Forms.Panel()
|
|||
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|||
|
Me.btnFTP = New System.Windows.Forms.Button()
|
|||
|
Me.GroupBox3.SuspendLayout()
|
|||
|
Me.GroupBox2.SuspendLayout()
|
|||
|
CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.GroupBox1.SuspendLayout()
|
|||
|
Me.panel2.SuspendLayout()
|
|||
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.panel3.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'Label1
|
|||
|
'
|
|||
|
Me.Label1.AutoSize = True
|
|||
|
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label1.Location = New System.Drawing.Point(17, 466)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(86, 13)
|
|||
|
Me.Label1.TabIndex = 26
|
|||
|
Me.Label1.Text = "Estatus Reporte:"
|
|||
|
'
|
|||
|
'cmbEstatus
|
|||
|
'
|
|||
|
Me.cmbEstatus.FormattingEnabled = True
|
|||
|
Me.cmbEstatus.Location = New System.Drawing.Point(109, 463)
|
|||
|
Me.cmbEstatus.Name = "cmbEstatus"
|
|||
|
Me.cmbEstatus.Size = New System.Drawing.Size(194, 21)
|
|||
|
Me.cmbEstatus.TabIndex = 25
|
|||
|
'
|
|||
|
'txtComentarios
|
|||
|
'
|
|||
|
Me.txtComentarios.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
Me.txtComentarios.Location = New System.Drawing.Point(3, 16)
|
|||
|
Me.txtComentarios.Multiline = True
|
|||
|
Me.txtComentarios.Name = "txtComentarios"
|
|||
|
Me.txtComentarios.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|||
|
Me.txtComentarios.Size = New System.Drawing.Size(595, 68)
|
|||
|
Me.txtComentarios.TabIndex = 1
|
|||
|
'
|
|||
|
'btnSalir
|
|||
|
'
|
|||
|
Me.btnSalir.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnSalir.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnSalir.Location = New System.Drawing.Point(543, 463)
|
|||
|
Me.btnSalir.Name = "btnSalir"
|
|||
|
Me.btnSalir.Size = New System.Drawing.Size(73, 43)
|
|||
|
Me.btnSalir.TabIndex = 22
|
|||
|
Me.btnSalir.Text = "Cerrar"
|
|||
|
Me.btnSalir.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'GroupBox3
|
|||
|
'
|
|||
|
Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.GroupBox3.Controls.Add(Me.txtComentarios)
|
|||
|
Me.GroupBox3.Location = New System.Drawing.Point(12, 364)
|
|||
|
Me.GroupBox3.Name = "GroupBox3"
|
|||
|
Me.GroupBox3.Size = New System.Drawing.Size(601, 87)
|
|||
|
Me.GroupBox3.TabIndex = 24
|
|||
|
Me.GroupBox3.TabStop = False
|
|||
|
Me.GroupBox3.Text = "Comentarios Oficial de Cumplimiento:"
|
|||
|
'
|
|||
|
'btnGuardar
|
|||
|
'
|
|||
|
Me.btnGuardar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnGuardar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnGuardar.Location = New System.Drawing.Point(469, 463)
|
|||
|
Me.btnGuardar.Name = "btnGuardar"
|
|||
|
Me.btnGuardar.Size = New System.Drawing.Size(68, 43)
|
|||
|
Me.btnGuardar.TabIndex = 21
|
|||
|
Me.btnGuardar.Text = "Guardar Estatus"
|
|||
|
Me.btnGuardar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'GroupBox2
|
|||
|
'
|
|||
|
Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.GroupBox2.Controls.Add(Me.txtDatosPersona)
|
|||
|
Me.GroupBox2.Location = New System.Drawing.Point(12, 271)
|
|||
|
Me.GroupBox2.Name = "GroupBox2"
|
|||
|
Me.GroupBox2.Size = New System.Drawing.Size(601, 87)
|
|||
|
Me.GroupBox2.TabIndex = 23
|
|||
|
Me.GroupBox2.TabStop = False
|
|||
|
Me.GroupBox2.Text = "Datos de la Persona:"
|
|||
|
'
|
|||
|
'txtDatosPersona
|
|||
|
'
|
|||
|
Me.txtDatosPersona.BackColor = System.Drawing.Color.White
|
|||
|
Me.txtDatosPersona.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
Me.txtDatosPersona.Location = New System.Drawing.Point(3, 16)
|
|||
|
Me.txtDatosPersona.Multiline = True
|
|||
|
Me.txtDatosPersona.Name = "txtDatosPersona"
|
|||
|
Me.txtDatosPersona.ReadOnly = True
|
|||
|
Me.txtDatosPersona.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|||
|
Me.txtDatosPersona.Size = New System.Drawing.Size(595, 68)
|
|||
|
Me.txtDatosPersona.TabIndex = 1
|
|||
|
'
|
|||
|
'txtReporte
|
|||
|
'
|
|||
|
Me.txtReporte.BackColor = System.Drawing.Color.White
|
|||
|
Me.txtReporte.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
Me.txtReporte.Location = New System.Drawing.Point(3, 16)
|
|||
|
Me.txtReporte.Multiline = True
|
|||
|
Me.txtReporte.Name = "txtReporte"
|
|||
|
Me.txtReporte.ReadOnly = True
|
|||
|
Me.txtReporte.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|||
|
Me.txtReporte.Size = New System.Drawing.Size(595, 68)
|
|||
|
Me.txtReporte.TabIndex = 0
|
|||
|
'
|
|||
|
'GRDMasterRep
|
|||
|
'
|
|||
|
Me.GRDMasterRep.AllowUpdate = False
|
|||
|
Me.GRDMasterRep.AllowUpdateOnBlur = False
|
|||
|
Me.GRDMasterRep.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.GRDMasterRep.EditDropDown = False
|
|||
|
Me.GRDMasterRep.GroupByCaption = "AGRUPAR"
|
|||
|
Me.GRDMasterRep.Images.Add(CType(resources.GetObject("GRDMasterRep.Images"), System.Drawing.Image))
|
|||
|
Me.GRDMasterRep.Location = New System.Drawing.Point(12, 46)
|
|||
|
Me.GRDMasterRep.Name = "GRDMasterRep"
|
|||
|
Me.GRDMasterRep.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.GRDMasterRep.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|||
|
Me.GRDMasterRep.PreviewInfo.ZoomFactor = 75.0R
|
|||
|
Me.GRDMasterRep.PrintInfo.PageSettings = CType(resources.GetObject("GRDMasterRep.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|||
|
Me.GRDMasterRep.Size = New System.Drawing.Size(601, 120)
|
|||
|
Me.GRDMasterRep.TabIndex = 20
|
|||
|
Me.GRDMasterRep.Text = "C1TrueDBGrid1"
|
|||
|
Me.GRDMasterRep.PropBag = resources.GetString("GRDMasterRep.PropBag")
|
|||
|
'
|
|||
|
'GroupBox1
|
|||
|
'
|
|||
|
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.GroupBox1.Controls.Add(Me.txtReporte)
|
|||
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 178)
|
|||
|
Me.GroupBox1.Name = "GroupBox1"
|
|||
|
Me.GroupBox1.Size = New System.Drawing.Size(601, 87)
|
|||
|
Me.GroupBox1.TabIndex = 19
|
|||
|
Me.GroupBox1.TabStop = False
|
|||
|
Me.GroupBox1.Text = "Datos del Reporte:"
|
|||
|
'
|
|||
|
'txtIdReporte
|
|||
|
'
|
|||
|
Me.txtIdReporte.Location = New System.Drawing.Point(440, 489)
|
|||
|
Me.txtIdReporte.Name = "txtIdReporte"
|
|||
|
Me.txtIdReporte.Size = New System.Drawing.Size(23, 20)
|
|||
|
Me.txtIdReporte.TabIndex = 27
|
|||
|
Me.txtIdReporte.Visible = False
|
|||
|
'
|
|||
|
'txtComenAnterior
|
|||
|
'
|
|||
|
Me.txtComenAnterior.Location = New System.Drawing.Point(469, 489)
|
|||
|
Me.txtComenAnterior.Name = "txtComenAnterior"
|
|||
|
Me.txtComenAnterior.Size = New System.Drawing.Size(20, 20)
|
|||
|
Me.txtComenAnterior.TabIndex = 28
|
|||
|
Me.txtComenAnterior.Visible = False
|
|||
|
'
|
|||
|
'txtEstatusAnterior
|
|||
|
'
|
|||
|
Me.txtEstatusAnterior.Location = New System.Drawing.Point(499, 489)
|
|||
|
Me.txtEstatusAnterior.Name = "txtEstatusAnterior"
|
|||
|
Me.txtEstatusAnterior.Size = New System.Drawing.Size(20, 20)
|
|||
|
Me.txtEstatusAnterior.TabIndex = 29
|
|||
|
Me.txtEstatusAnterior.Visible = False
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.AutoSize = True
|
|||
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label2.Location = New System.Drawing.Point(17, 493)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(85, 13)
|
|||
|
Me.Label2.TabIndex = 30
|
|||
|
Me.Label2.Text = "Fecha últ. modif:"
|
|||
|
'
|
|||
|
'txtFechaUltMod
|
|||
|
'
|
|||
|
Me.txtFechaUltMod.Location = New System.Drawing.Point(109, 489)
|
|||
|
Me.txtFechaUltMod.Name = "txtFechaUltMod"
|
|||
|
Me.txtFechaUltMod.ReadOnly = True
|
|||
|
Me.txtFechaUltMod.Size = New System.Drawing.Size(194, 20)
|
|||
|
Me.txtFechaUltMod.TabIndex = 31
|
|||
|
'
|
|||
|
'Button1
|
|||
|
'
|
|||
|
Me.Button1.BackColor = System.Drawing.Color.Black
|
|||
|
Me.Button1.ForeColor = System.Drawing.Color.White
|
|||
|
Me.Button1.Location = New System.Drawing.Point(311, 463)
|
|||
|
Me.Button1.Name = "Button1"
|
|||
|
Me.Button1.Size = New System.Drawing.Size(73, 46)
|
|||
|
Me.Button1.TabIndex = 32
|
|||
|
Me.Button1.Text = "Agregar E-mail"
|
|||
|
Me.Button1.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.label4)
|
|||
|
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel2.Location = New System.Drawing.Point(-3, -3)
|
|||
|
Me.panel2.Name = "panel2"
|
|||
|
Me.panel2.Size = New System.Drawing.Size(635, 43)
|
|||
|
Me.panel2.TabIndex = 160
|
|||
|
'
|
|||
|
'Img_logoCabecera
|
|||
|
'
|
|||
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|||
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(502, -7)
|
|||
|
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
|
|||
|
'
|
|||
|
'label4
|
|||
|
'
|
|||
|
Me.label4.AutoSize = True
|
|||
|
Me.label4.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.label4.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.label4.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.label4.Location = New System.Drawing.Point(21, 8)
|
|||
|
Me.label4.Name = "label4"
|
|||
|
Me.label4.Size = New System.Drawing.Size(172, 22)
|
|||
|
Me.label4.TabIndex = 2
|
|||
|
Me.label4.Text = "Reporte Anónimo"
|
|||
|
'
|
|||
|
'panel3
|
|||
|
'
|
|||
|
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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.Label3)
|
|||
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|||
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel3.Location = New System.Drawing.Point(-3, 515)
|
|||
|
Me.panel3.Name = "panel3"
|
|||
|
Me.panel3.Size = New System.Drawing.Size(635, 33)
|
|||
|
Me.panel3.TabIndex = 361
|
|||
|
'
|
|||
|
'Label3
|
|||
|
'
|
|||
|
Me.Label3.AutoSize = True
|
|||
|
Me.Label3.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label3.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label3.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label3.Location = New System.Drawing.Point(577, 12)
|
|||
|
Me.Label3.Name = "Label3"
|
|||
|
Me.Label3.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label3.TabIndex = 3
|
|||
|
Me.Label3.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"
|
|||
|
'
|
|||
|
'btnFTP
|
|||
|
'
|
|||
|
Me.btnFTP.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnFTP.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnFTP.Location = New System.Drawing.Point(390, 463)
|
|||
|
Me.btnFTP.Name = "btnFTP"
|
|||
|
Me.btnFTP.Size = New System.Drawing.Size(73, 46)
|
|||
|
Me.btnFTP.TabIndex = 362
|
|||
|
Me.btnFTP.Text = "Agregar E-mail FTP"
|
|||
|
Me.btnFTP.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'FrmRepAnonimo
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.BackColor = System.Drawing.Color.White
|
|||
|
Me.ClientSize = New System.Drawing.Size(628, 547)
|
|||
|
Me.Controls.Add(Me.btnFTP)
|
|||
|
Me.Controls.Add(Me.panel3)
|
|||
|
Me.Controls.Add(Me.panel2)
|
|||
|
Me.Controls.Add(Me.Button1)
|
|||
|
Me.Controls.Add(Me.txtFechaUltMod)
|
|||
|
Me.Controls.Add(Me.Label2)
|
|||
|
Me.Controls.Add(Me.txtEstatusAnterior)
|
|||
|
Me.Controls.Add(Me.txtComenAnterior)
|
|||
|
Me.Controls.Add(Me.txtIdReporte)
|
|||
|
Me.Controls.Add(Me.Label1)
|
|||
|
Me.Controls.Add(Me.cmbEstatus)
|
|||
|
Me.Controls.Add(Me.btnSalir)
|
|||
|
Me.Controls.Add(Me.GroupBox3)
|
|||
|
Me.Controls.Add(Me.btnGuardar)
|
|||
|
Me.Controls.Add(Me.GroupBox2)
|
|||
|
Me.Controls.Add(Me.GRDMasterRep)
|
|||
|
Me.Controls.Add(Me.GroupBox1)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.MaximizeBox = False
|
|||
|
Me.MinimizeBox = False
|
|||
|
Me.Name = "FrmRepAnonimo"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Reporte Anónimo"
|
|||
|
Me.GroupBox3.ResumeLayout(False)
|
|||
|
Me.GroupBox3.PerformLayout()
|
|||
|
Me.GroupBox2.ResumeLayout(False)
|
|||
|
Me.GroupBox2.PerformLayout()
|
|||
|
CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.GroupBox1.ResumeLayout(False)
|
|||
|
Me.GroupBox1.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)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents cmbEstatus As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents txtComentarios As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents btnSalir As System.Windows.Forms.Button
|
|||
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents btnGuardar As System.Windows.Forms.Button
|
|||
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtDatosPersona As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txtReporte As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents GRDMasterRep As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtIdReporte As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txtComenAnterior As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txtEstatusAnterior As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFechaUltMod As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|||
|
Private WithEvents panel2 As Panel
|
|||
|
Private WithEvents Img_logoCabecera As PictureBox
|
|||
|
Friend WithEvents label4 As Label
|
|||
|
Private WithEvents panel3 As Panel
|
|||
|
Friend WithEvents Label3 As Label
|
|||
|
Friend WithEvents lblFooter As Label
|
|||
|
Friend WithEvents btnFTP As Button
|
|||
|
End Class
|