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 |
|
|
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 |
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 |
|
|