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

Comparing magicsld/RCProp.vb (file contents):
Revision 48 by bournival, Wed Aug 22 21:18:12 2007 UTC vs.
Revision 205 by bournival, Thu Jul 23 20:53:57 2009 UTC

# Line 106 | Line 106 | Namespace RealConstant
106                  combo1.Height = 500
107                  combo1.Style = swPropMgrPageComboBoxStyle_e.swPropMgrPageComboBoxStyle_EditableText
108              End If
109 <            combo1.Style = SwConst.swPropMgrPageComboBoxStyle_e.swPropMgrPageComboBoxStyle_Sorted
109 >            combo1.Style = swconst.swPropMgrPageComboBoxStyle_e.swPropMgrPageComboBoxStyle_Sorted
110              RCCode.RCcombo1 = combo1
111  
112  
# Line 156 | Line 156 | Namespace RealConstant
156              RCCode.RCselection2 = selection2
157  
158  
159 +
160              Label6 = group1.AddControl(13, swPropertyManagerPageControlType_e.swControlType_Label, "Dimension D1", swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge, swAddControlOptions_e.swControlOptions_Visible + swAddControlOptions_e.swControlOptions_Enabled, "La longueur D1")
161              RCCode.LabelD1 = Label6
162              'Numberbox3, D1
# Line 295 | Line 296 | Namespace RealConstant
296                  selection3.SetSelectionFilters(filter)
297              End If
298              RCCode.RCselection3 = selection3
299 +            selection3.Style = swconst.swPropMgrPageSelectionBoxStyle_e.swPropMgrPageSelectionBoxStyle_HScroll
300  
301              Label12 = group2.AddControl(37, swPropertyManagerPageControlType_e.swControlType_Label, "Épaisseur", swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge, swAddControlOptions_e.swControlOptions_Visible + swAddControlOptions_e.swControlOptions_Enabled, "Épaisseur de la coque")
302  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines