6e491f21be
2003/09/16 12:18:22 af 1.1.1.1.262.1: #111996# Removed unnecessary Sd prefix from class names.
64 lines
1.3 KiB
Text
64 lines
1.3 KiB
Text
|
|
shell BezierObjectBar
|
|
{
|
|
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;
|
|
]
|
|
}
|
|
|