forked from Bryan3214-aiz/PRY_Preguntados
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrmCrearReporteEstudiante.Designer.vb
91 lines (86 loc) · 5.14 KB
/
FrmCrearReporteEstudiante.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmCrearReporteEstudiante
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(FrmCrearReporteEstudiante))
Me.Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
Me.BTN_Actividad_con_Respuestas = New System.Windows.Forms.ToolStripMenuItem()
Me.GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel()
Me.Guna2ContextMenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'Guna2ContextMenuStrip1
'
Me.Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTN_Actividad_con_Respuestas, Me.GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem})
Me.Guna2ContextMenuStrip1.Name = "Guna2ContextMenuStrip1"
Me.Guna2ContextMenuStrip1.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2ContextMenuStrip1.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro
Me.Guna2ContextMenuStrip1.RenderStyle.ColorTable = Nothing
Me.Guna2ContextMenuStrip1.RenderStyle.RoundedEdges = True
Me.Guna2ContextMenuStrip1.RenderStyle.SelectionArrowColor = System.Drawing.Color.White
Me.Guna2ContextMenuStrip1.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(100, Byte), Integer), CType(CType(88, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2ContextMenuStrip1.RenderStyle.SelectionForeColor = System.Drawing.Color.White
Me.Guna2ContextMenuStrip1.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro
Me.Guna2ContextMenuStrip1.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault
Me.Guna2ContextMenuStrip1.Size = New System.Drawing.Size(310, 48)
'
'BTN_Actividad_con_Respuestas
'
Me.BTN_Actividad_con_Respuestas.Name = "BTN_Actividad_con_Respuestas"
Me.BTN_Actividad_con_Respuestas.Size = New System.Drawing.Size(309, 22)
Me.BTN_Actividad_con_Respuestas.Text = "Generar reporte respuestas incluidas"
'
'GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem
'
Me.GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem.Name = "GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem"
Me.GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem.Size = New System.Drawing.Size(309, 22)
Me.GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem.Text = "Generar reporte sin respuestas del estudiante"
'
'Guna2Panel1
'
Me.Guna2Panel1.BackColor = System.Drawing.Color.Transparent
Me.Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Guna2Panel1.Location = New System.Drawing.Point(0, 0)
Me.Guna2Panel1.Name = "Guna2Panel1"
Me.Guna2Panel1.Size = New System.Drawing.Size(804, 461)
Me.Guna2Panel1.TabIndex = 1
'
'FrmCrearReporteEstudiante
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.PRY_Preguntados.My.Resources.Resources.fondoPRG
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(804, 461)
Me.Controls.Add(Me.Guna2Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmCrearReporteEstudiante"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "FrmCrearReporteEstudiante"
Me.Guna2ContextMenuStrip1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip
Friend WithEvents BTN_Actividad_con_Respuestas As ToolStripMenuItem
Friend WithEvents GenerarReporteSinRespuestasDelEstudianteToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel
End Class