office-gobmx/sd/sdi/drbezob.sdi
Jens-Heiner Rechtien f47a9d9db3 initial import
2000-09-18 16:07:07 +00:00

64 lines
1.3 KiB
Text

shell SdDrawBezierObjectBar
{
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;
]
}