reportes 13 y 14

This commit is contained in:
Tito Ruiz 2020-03-20 13:37:57 -06:00
parent 9122e020af
commit 7313774880
15 changed files with 28 additions and 15 deletions

Binary file not shown.

View File

@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
<Assembly: ComVisible(False)> <Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM 'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("56bad92f-7d60-48ff-ac49-5c3e02556e3b")> <Assembly: Guid("56bad92f-7d60-48ff-ac49-5c3e02556e3b")>
' Version information for an assembly consists of the following four values: ' Version information for an assembly consists of the following four values:
' '
@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers ' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below: ' by using the '*' as shown below:
<Assembly: AssemblyVersion("2.5.5.4")> <Assembly: AssemblyVersion("2.5.5.5")>
<Assembly: AssemblyFileVersion("2.5.5.4")> <Assembly: AssemblyFileVersion("2.5.5.5")>

View File

@ -61,8 +61,12 @@ Partial Class frmReporteJ13
' '
Me.dgvResult.AllowUserToAddRows = False Me.dgvResult.AllowUserToAddRows = False
Me.dgvResult.AllowUserToDeleteRows = False Me.dgvResult.AllowUserToDeleteRows = False
Me.dgvResult.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.dgvResult.BackgroundColor = System.Drawing.Color.White Me.dgvResult.BackgroundColor = System.Drawing.Color.White
Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically
Me.dgvResult.Location = New System.Drawing.Point(12, 89) Me.dgvResult.Location = New System.Drawing.Point(12, 89)
Me.dgvResult.Name = "dgvResult" Me.dgvResult.Name = "dgvResult"
Me.dgvResult.Size = New System.Drawing.Size(676, 328) Me.dgvResult.Size = New System.Drawing.Size(676, 328)
@ -119,8 +123,9 @@ Partial Class frmReporteJ13
' '
'Img_logoCabecera '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.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
Me.Img_logoCabecera.Location = New System.Drawing.Point(544, -4) Me.Img_logoCabecera.Location = New System.Drawing.Point(581, -4)
Me.Img_logoCabecera.Name = "Img_logoCabecera" Me.Img_logoCabecera.Name = "Img_logoCabecera"
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50) Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
@ -129,6 +134,7 @@ Partial Class frmReporteJ13
' '
'lblFooter 'lblFooter
' '
Me.lblFooter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblFooter.AutoSize = True Me.lblFooter.AutoSize = True
Me.lblFooter.BackColor = System.Drawing.Color.Transparent Me.lblFooter.BackColor = System.Drawing.Color.Transparent
Me.lblFooter.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFooter.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@ -164,8 +170,8 @@ Partial Class frmReporteJ13
Me.Controls.Add(Me.dgvResult) Me.Controls.Add(Me.dgvResult)
Me.Controls.Add(Me.cmbSemester) Me.Controls.Add(Me.cmbSemester)
Me.Controls.Add(Me.lblSemester) Me.Controls.Add(Me.lblSemester)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Name = "frmReporteJ13" Me.Name = "frmReporteJ13"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Reporte J13" Me.Text = "Reporte J13"
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel2.ResumeLayout(False) Me.panel2.ResumeLayout(False)

View File

@ -66,7 +66,12 @@ Partial Class frmReporteJ14
' '
Me.dgvResult.AllowUserToAddRows = False Me.dgvResult.AllowUserToAddRows = False
Me.dgvResult.AllowUserToDeleteRows = False Me.dgvResult.AllowUserToDeleteRows = False
Me.dgvResult.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.dgvResult.BackgroundColor = System.Drawing.Color.White
Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically
Me.dgvResult.Location = New System.Drawing.Point(12, 101) Me.dgvResult.Location = New System.Drawing.Point(12, 101)
Me.dgvResult.Name = "dgvResult" Me.dgvResult.Name = "dgvResult"
Me.dgvResult.Size = New System.Drawing.Size(660, 328) Me.dgvResult.Size = New System.Drawing.Size(660, 328)
@ -105,8 +110,9 @@ Partial Class frmReporteJ14
' '
'Img_logoCabecera '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.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
Me.Img_logoCabecera.Location = New System.Drawing.Point(544, -4) Me.Img_logoCabecera.Location = New System.Drawing.Point(564, -4)
Me.Img_logoCabecera.Name = "Img_logoCabecera" Me.Img_logoCabecera.Name = "Img_logoCabecera"
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50) Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
@ -128,6 +134,7 @@ Partial Class frmReporteJ14
' '
'lblFooter 'lblFooter
' '
Me.lblFooter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblFooter.AutoSize = True Me.lblFooter.AutoSize = True
Me.lblFooter.BackColor = System.Drawing.Color.Transparent Me.lblFooter.BackColor = System.Drawing.Color.Transparent
Me.lblFooter.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFooter.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@ -163,8 +170,8 @@ Partial Class frmReporteJ14
Me.Controls.Add(Me.dgvResult) Me.Controls.Add(Me.dgvResult)
Me.Controls.Add(Me.cmbQuarter) Me.Controls.Add(Me.cmbQuarter)
Me.Controls.Add(Me.lblQuarter) Me.Controls.Add(Me.lblQuarter)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Name = "frmReporteJ14" Me.Name = "frmReporteJ14"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Reporte J14" Me.Text = "Reporte J14"
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()

View File

@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>uE3ve6xiWGCt564EdThVPHwOsms=</dsig:DigestValue> <dsig:DigestValue>XDA0ED8wf/l3fI+NIvEsm2C8Ywc=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>

Binary file not shown.

View File

@ -4,7 +4,7 @@
<description asmv2:iconFile="MINDS.ico" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:iconFile="MINDS.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application /> <application />
<entryPoint> <entryPoint>
<assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.4" language="neutral" processorArchitecture="msil" /> <assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.5" language="neutral" processorArchitecture="msil" />
<commandLine file="MINDS CLIENTEOF.exe" parameters="" /> <commandLine file="MINDS CLIENTEOF.exe" parameters="" />
</entryPoint> </entryPoint>
<trustInfo> <trustInfo>
@ -248,13 +248,13 @@
</dependency> </dependency>
<dependency> <dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MINDS CLIENTEOF.exe" size="5824512"> <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MINDS CLIENTEOF.exe" size="5824512">
<assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.4" language="neutral" processorArchitecture="msil" /> <assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.5" language="neutral" processorArchitecture="msil" />
<hash> <hash>
<dsig:Transforms> <dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>g6VV+isApnPhlL0CD5x2+h3J++Y=</dsig:DigestValue> <dsig:DigestValue>Js4Wcp+Y5s7qlw5GITfhusML5IM=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>

Binary file not shown.

Binary file not shown.

View File

@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>uE3ve6xiWGCt564EdThVPHwOsms=</dsig:DigestValue> <dsig:DigestValue>XDA0ED8wf/l3fI+NIvEsm2C8Ywc=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>

Binary file not shown.

View File

@ -4,7 +4,7 @@
<description asmv2:iconFile="MINDS.ico" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:iconFile="MINDS.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application /> <application />
<entryPoint> <entryPoint>
<assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.4" language="neutral" processorArchitecture="msil" /> <assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.5" language="neutral" processorArchitecture="msil" />
<commandLine file="MINDS CLIENTEOF.exe" parameters="" /> <commandLine file="MINDS CLIENTEOF.exe" parameters="" />
</entryPoint> </entryPoint>
<trustInfo> <trustInfo>
@ -248,13 +248,13 @@
</dependency> </dependency>
<dependency> <dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MINDS CLIENTEOF.exe" size="5824512"> <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MINDS CLIENTEOF.exe" size="5824512">
<assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.4" language="neutral" processorArchitecture="msil" /> <assemblyIdentity name="MINDS CLIENTEOF" version="2.5.5.5" language="neutral" processorArchitecture="msil" />
<hash> <hash>
<dsig:Transforms> <dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>g6VV+isApnPhlL0CD5x2+h3J++Y=</dsig:DigestValue> <dsig:DigestValue>Js4Wcp+Y5s7qlw5GITfhusML5IM=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>

Binary file not shown.