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

Comparing magicsld/EnregistrementProp.vb (file contents):
Revision 130 by bournival, Wed Jul 30 21:26:03 2008 UTC vs.
Revision 205 by bournival, Thu Jul 23 20:53:57 2009 UTC

# Line 51 | Line 51 | Namespace Enregistrement
51  
52          Public checkMiniSurCoques As sldworks.PropertyManagerPageCheckbox
53          Public checkMultiDecoupage As sldworks.PropertyManagerPageCheckbox
54 +        Public checkSectionSimpleSurPoutre As sldworks.PropertyManagerPageCheckbox
55          Private LabelMiniSurCoques As sldworks.PropertyManagerPageLabel
56  
57  
# Line 275 | Line 276 | Namespace Enregistrement
276              checkMiniSurCoques = group3.AddControl(32, controlType, "Mettre des mini-poutres dans les cas des intersections coque-coque", leftAlign, options, "")
277              EnregistrementCode.checkboxMiniSurCoque = checkMiniSurCoques
278  
279 +
280 +
281 +            controlType = swPropertyManagerPageControlType_e.swControlType_Checkbox
282 +            leftAlign = swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge
283 +            options = swAddControlOptions_e.swControlOptions_Enabled + swAddControlOptions_e.swControlOptions_Visible
284 +            checkSectionSimpleSurPoutre = group3.AddControl(34, controlType, "Découpage simple pour les intersections de type poutre", leftAlign, options, "")
285 +            EnregistrementCode.checkboxSectionSimpleSurPoutre = checkSectionSimpleSurPoutre
286 +
287              controlType = swPropertyManagerPageControlType_e.swControlType_Checkbox
288              leftAlign = swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge
289              options = swAddControlOptions_e.swControlOptions_Enabled + swAddControlOptions_e.swControlOptions_Visible
290              checkMultiDecoupage = group3.AddControl(33, controlType, "Faire un multidécoupage pour les intersection coques", leftAlign, options, "")
291 <            EnregistrementCode.checkboxMultidecoupage = checkMultidecoupage
291 >            EnregistrementCode.checkboxMultidecoupage = checkMultiDecoupage
292 >
293 >
294  
295          End Sub
296  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines