1 2shell BezierObjectBar 3{ 4 SID_BEZIER_MOVE // ole : no, status : ? 5 [ 6 ExecMethod = Execute; 7 StateMethod = GetAttrState; 8 ] 9 10 SID_BEZIER_INSERT // ole : no, status : ? 11 [ 12 ExecMethod = Execute; 13 StateMethod = GetAttrState; 14 ] 15 16 SID_BEZIER_DELETE // ole : no, status : ? 17 [ 18 ExecMethod = Execute; 19 StateMethod = GetAttrState; 20 ] 21 22 SID_BEZIER_CUTLINE // ole : no, status : ? 23 [ 24 ExecMethod = Execute; 25 StateMethod = GetAttrState; 26 ] 27 28 SID_BEZIER_CONVERT // ole : no, status : ? 29 [ 30 ExecMethod = Execute; 31 StateMethod = GetAttrState; 32 ] 33 34 SID_BEZIER_EDGE // ole : no, status : ? 35 [ 36 ExecMethod = Execute; 37 StateMethod = GetAttrState; 38 ] 39 40 SID_BEZIER_SMOOTH // ole : no, status : ? 41 [ 42 ExecMethod = Execute; 43 StateMethod = GetAttrState; 44 ] 45 46 SID_BEZIER_SYMMTR // ole : no, status : ? 47 [ 48 ExecMethod = Execute; 49 StateMethod = GetAttrState; 50 ] 51 52 SID_BEZIER_ELIMINATE_POINTS // ole : no, status : ? 53 [ 54 ExecMethod = Execute; 55 StateMethod = GetAttrState; 56 ] 57 58 SID_BEZIER_CLOSE // ole : no, status : ? 59 [ 60 ExecMethod = Execute; 61 StateMethod = GetAttrState; 62 ] 63} 64 65