2000-09-18 11:07:07 -05:00
|
|
|
|
2004-01-20 03:20:57 -06:00
|
|
|
shell BezierObjectBar
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
SID_BEZIER_MOVE // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_INSERT // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_DELETE // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_CUTLINE // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_CONVERT // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_EDGE // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_SMOOTH // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_SYMMTR // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_ELIMINATE_POINTS // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
|
|
|
|
SID_BEZIER_CLOSE // ole : no, status : ?
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetAttrState;
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|