office-gobmx/sd/sdi/drgrfob.sdi
Jens-Heiner Rechtien f7f1fade12 INTEGRATION: CWS colorsubtoolbar (1.4.210); FILE MERGED
2004/09/28 11:13:57 pb 1.4.210.2: fix: #i33938# execute method for SID_COLOR_SETTINGS
2004/09/14 17:23:34 pb 1.4.210.1: fix: #i33938# add tbxcolor.obj
2004-10-12 09:02:31 +00:00

121 lines
2.8 KiB
Text

shell GraphicObjectBar
{
SID_GRFFILTER
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_INVERT // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState ;
]
SID_GRFFILTER_SMOOTH // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState ;
]
SID_GRFFILTER_SHARPEN // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState ;
]
SID_GRFFILTER_REMOVENOISE // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState ;
]
SID_GRFFILTER_SOBEL // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_MOSAIC // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_EMBOSS // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_POSTER // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_POPART // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_SEPIA // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
SID_GRFFILTER_SOLARIZE // ole : no, status : no
[
ExecMethod = ExecuteFilter;
StateMethod = GetFilterState;
]
//------------------------------------------------------------------------------
SID_ATTR_GRAF_MODE
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_RED
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_GREEN
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_BLUE
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_LUMINANCE
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_CONTRAST
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_GAMMA
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_TRANSPARENCE
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_INVERT
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_ATTR_GRAF_CROP
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
SID_COLOR_SETTINGS
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
}