ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/EnregistrementCode.vb
(Generate patch)

Comparing magicsld/EnregistrementCode.vb (file contents):
Revision 49 by bournival, Wed Aug 22 21:58:18 2007 UTC vs.
Revision 50 by bournival, Fri Aug 24 21:19:38 2007 UTC

# Line 55 | Line 55 | Namespace Enregistrement
55          Private vNumberentités As Double
56          Private vCheckEnt As Boolean
57  
58 +        Public ValeurSliderRemi As Double
59 +
60          Private vcheckboxOriginal As Boolean
61          Private vcheckboxModifie As Boolean
62  
# Line 63 | Line 65 | Namespace Enregistrement
65          Public PogAutomatique As Boolean
66  
67  
68 +
69 +
70          Public Lst_BodyCL As New Collection
71  
72          Public sauvegarder As Boolean = False
# Line 79 | Line 83 | Namespace Enregistrement
83              If POGManuel Then
84                  NomFichierPog = PoGCode.DebutManuel(vNumberENG, Int(vNumberbox1), vcheckArrondi, vNumberArrondi, vcheckRentrant, vNumberRentrant, vcheckMatiere, vNumberMatiere, vcheckEntites, selectionpog, vNumberentités, vCheckEnt)
85              ElseIf PogAutomatique Then
86 <                NomFichierPog = PoGCode.DebutAutomatique(CDbl(curseur.position), limiteur.Value)
86 >                NomFichierPog = PoGCode.DebutAutomatique(ValeurSliderRemi, limiteur.Value)
87              End If
88  
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines