ActivePage.Layers("curves").Shapes.All.CreateSelection
ActiveSelection.Fill.ApplyNoFill
ActiveSelection.Outline.SetProperties Color:=CreateRGBColor(255, 0, 0)
ActiveSelection.Outline.Width = 0.003 ' Тут указываешь нужный размер
For Each s In ActivePage.Layers("circuits").Shapes.All
s.Outline.SetNoOutline
Next s