added generate report in pdf format

This commit is contained in:
2019-03-23 16:44:38 +01:00
parent 84357ce48d
commit e288e2e39c
513 changed files with 63908 additions and 24 deletions

View File

@@ -0,0 +1,101 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDates
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<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
'Requise par le Concepteur Windows Form
Private components As System.ComponentModel.IContainer
'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
'Elle peut être modifiée à l'aide du Concepteur Windows Form.
'Ne la modifiez pas à l'aide de l'éditeur de code.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Label3 = New System.Windows.Forms.Label()
Me.TE_DATE_DEBUT = New System.Windows.Forms.DateTimePicker()
Me.Label4 = New System.Windows.Forms.Label()
Me.TE_DATE_FIN = New System.Windows.Forms.DateTimePicker()
Me.BO_IMPRIMER = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(23, 35)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(74, 16)
Me.Label3.TabIndex = 5
Me.Label3.Text = "Période du"
'
'TE_DATE_DEBUT
'
Me.TE_DATE_DEBUT.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.TE_DATE_DEBUT.Location = New System.Drawing.Point(103, 30)
Me.TE_DATE_DEBUT.Name = "TE_DATE_DEBUT"
Me.TE_DATE_DEBUT.Size = New System.Drawing.Size(105, 22)
Me.TE_DATE_DEBUT.TabIndex = 6
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(74, 63)
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(23, 16)
Me.Label4.TabIndex = 7
Me.Label4.Text = "au"
'
'TE_DATE_FIN
'
Me.TE_DATE_FIN.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.TE_DATE_FIN.Location = New System.Drawing.Point(104, 58)
Me.TE_DATE_FIN.Name = "TE_DATE_FIN"
Me.TE_DATE_FIN.Size = New System.Drawing.Size(105, 22)
Me.TE_DATE_FIN.TabIndex = 8
'
'BO_IMPRIMER
'
Me.BO_IMPRIMER.Location = New System.Drawing.Point(151, 113)
Me.BO_IMPRIMER.Margin = New System.Windows.Forms.Padding(4)
Me.BO_IMPRIMER.Name = "BO_IMPRIMER"
Me.BO_IMPRIMER.Size = New System.Drawing.Size(115, 30)
Me.BO_IMPRIMER.TabIndex = 9
Me.BO_IMPRIMER.Text = "&Imprimer"
Me.BO_IMPRIMER.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.BO_IMPRIMER.UseVisualStyleBackColor = True
'
'frmDates
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(281, 153)
Me.Controls.Add(Me.BO_IMPRIMER)
Me.Controls.Add(Me.TE_DATE_FIN)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.TE_DATE_DEBUT)
Me.Controls.Add(Me.Label3)
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "frmDates"
Me.Text = "SELECTION PERIODE"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TE_DATE_DEBUT As System.Windows.Forms.DateTimePicker
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TE_DATE_FIN As System.Windows.Forms.DateTimePicker
Friend WithEvents BO_IMPRIMER As System.Windows.Forms.Button
End Class