ProcessMonitorV2.st
changeset 14416 020eb4c3034d
parent 14396 b93e61a4ddd7
child 15297 59dbcd4b2bb2
equal deleted inserted replaced
14415:09dd1c3ade89 14416:020eb4c3034d
   263 @@@@@G????9@@@@BP@@@@$O?>@I@@@@BP??8@$@@@@IC?? BP@@@@$@@@@I@@@@BP@@@@$M,@@IC[@@BP@@@@$@@@@I@@@@BP@@@@$@@@@I@@@@BP@@@@$@@
   263 @@@@@G????9@@@@BP@@@@$O?>@I@@@@BP??8@$@@@@IC?? BP@@@@$@@@@I@@@@BP@@@@$M,@@IC[@@BP@@@@$@@@@I@@@@BP@@@@$@@@@I@@@@BP@@@@$@@
   264 @@I????>@@@@@CLX7L0*)QDPJ*TQDCL%FH #IQADH*TPQBJX7Y b') ; yourself]
   264 @@I????>@@@@@CLX7L0*)QDPJ*TQDCL%FH #IQADH*TPQBJX7Y b') ; yourself]
   265 !
   265 !
   266 
   266 
   267 detailsMenuIconDown
   267 detailsMenuIconDown
       
   268     <resource: #image>
   268     "This resource specification was automatically generated
   269     "This resource specification was automatically generated
   269      by the ImageEditor of ST/X."
   270      by the ImageEditor of ST/X."
   270 
       
   271     "Do not manually edit this!! If it is corrupted,
   271     "Do not manually edit this!! If it is corrupted,
   272      the ImageEditor may not be able to read the specification."
   272      the ImageEditor may not be able to read the specification."
   273 
       
   274     "
   273     "
   275      self detailsMenuIconDown inspect
   274      self detailsMenuIconDown inspect
   276      ImageEditor openOnClass:self andSelector:#detailsMenuIconDown
   275      ImageEditor openOnClass:self andSelector:#detailsMenuIconDown
   277      Icon flushCachedIcons
   276      Icon flushCachedIcons"
   278     "
   277     
   279 
   278     ^ Icon constantNamed:#'ProcessMonitorV2 class detailsMenuIconDown'
       
   279         ifAbsentPut:[
       
   280             (Depth1Image new)
       
   281                 width:7;
       
   282                 height:5;
       
   283                 photometric:(#palette);
       
   284                 bitsPerSample:(#( 1 ));
       
   285                 samplesPerPixel:(1);
       
   286                 bits:(ByteArray fromPackedString:'@@@@@@@b');
       
   287                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   288                 mask:((ImageMask new)
       
   289                             width:7;
       
   290                             height:5;
       
   291                             bits:(ByteArray fromPackedString:'@A@(UJ(b');
       
   292                             yourself);
       
   293                 yourself
       
   294         ]
       
   295 !
       
   296 
       
   297 detailsMenuIconUp
   280     <resource: #image>
   298     <resource: #image>
   281 
       
   282     ^Icon
       
   283 	constantNamed:#'ProcessMonitorV2 class detailsMenuIconDown'
       
   284 	ifAbsentPut:[(Depth1Image new) width: 7; height: 5; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@(UJ(b') ; yourself); yourself]
       
   285 !
       
   286 
       
   287 detailsMenuIconUp
       
   288     "This resource specification was automatically generated
   299     "This resource specification was automatically generated
   289      by the ImageEditor of ST/X."
   300      by the ImageEditor of ST/X."
   290 
       
   291     "Do not manually edit this!! If it is corrupted,
   301     "Do not manually edit this!! If it is corrupted,
   292      the ImageEditor may not be able to read the specification."
   302      the ImageEditor may not be able to read the specification."
   293 
       
   294     "
   303     "
   295      self detailsMenuIconUp inspect
   304      self detailsMenuIconUp inspect
   296      ImageEditor openOnClass:self andSelector:#detailsMenuIconUp
   305      ImageEditor openOnClass:self andSelector:#detailsMenuIconUp
   297      Icon flushCachedIcons
   306      Icon flushCachedIcons"
   298     "
   307     
   299 
   308     ^ Icon constantNamed:#'ProcessMonitorV2 class detailsMenuIconUp'
       
   309         ifAbsentPut:[
       
   310             (Depth1Image new)
       
   311                 width:7;
       
   312                 height:5;
       
   313                 photometric:(#palette);
       
   314                 bitsPerSample:(#( 1 ));
       
   315                 samplesPerPixel:(1);
       
   316                 bits:(ByteArray fromPackedString:'@@@@@@@b');
       
   317                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   318                 mask:((ImageMask new)
       
   319                             width:7;
       
   320                             height:5;
       
   321                             bits:(ByteArray fromPackedString:'*%P(D@@b');
       
   322                             yourself);
       
   323                 yourself
       
   324         ]
       
   325 !
       
   326 
       
   327 process22x22Icon
   300     <resource: #image>
   328     <resource: #image>
   301 
       
   302     ^Icon
       
   303 	constantNamed:#'ProcessMonitorV2 class detailsMenuIconUp'
       
   304 	ifAbsentPut:[(Depth1Image new) width: 7; height: 5; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 5; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'*%P(D@@b') ; yourself); yourself]
       
   305 !
       
   306 
       
   307 process22x22Icon
       
   308     "This resource specification was automatically generated
   329     "This resource specification was automatically generated
   309      by the ImageEditor of ST/X."
   330      by the ImageEditor of ST/X."
   310 
       
   311     "Do not manually edit this!! If it is corrupted,
   331     "Do not manually edit this!! If it is corrupted,
   312      the ImageEditor may not be able to read the specification."
   332      the ImageEditor may not be able to read the specification."
   313 
       
   314     "
   333     "
   315      self process22x22Icon inspect
   334      self process22x22Icon inspect
   316      ImageEditor openOnClass:self andSelector:#process22x22Icon
   335      ImageEditor openOnClass:self andSelector:#process22x22Icon
   317      Icon flushCachedIcons
   336      Icon flushCachedIcons"
   318     "
   337     
   319 
   338     ^ Icon constantNamed:#'ProcessMonitorV2 class process22x22Icon'
   320     <resource: #image>
   339         ifAbsentPut:[
   321 
   340             (Depth8Image new)
   322     ^Icon
   341                 width:22;
   323 	constantNamed:#'ProcessMonitorV2 class process22x22Icon'
   342                 height:22;
   324 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   343                 photometric:(#palette);
       
   344                 bitsPerSample:(#( 8 ));
       
   345                 samplesPerPixel:(1);
       
   346                 bits:(ByteArray 
       
   347                             fromPackedString:'
   325 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   348 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   326 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   349 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   327 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XHB@@@@@@@@@@@A0\FA T@@@TFA XH@@@@@@@@@@@@@@@G
   350 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XHB@@@@@@@@@@@A0\FA T@@@TFA XH@@@@@@@@@@@@@@@G
   328 A XFAPTFA XH@@@@@@@@@@@@@@@@APXFA XFA XFB@@@@@@@@@@@@@@@APXHA0XFA XFAPXH@@@@@@@@@@@@@@\H@@@EA XG@@@GB@@@@@@@@@@@@@@@@@@@
   351 A XFAPTFA XH@@@@@@@@@@@@@@@@APXFA XFA XFB@@@@@@@@@@@@@@@APXHA0XFA XFAPXH@@@@@@@@@@@@@@\H@@@EA XG@@@GB@@@@@@@@@@@@@@@@@@@
   329 @@TH@@@@@@@@@@@@@@@@@@@@@@@@@@@EB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   352 @@TH@@@@@@@@@@@@@@@@@@@@@@@@@@@EB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   330 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?<@C?<@G?>@G?>@COL@@O@@@F@@@@@@@@@@@@@@') ; yourself); yourself]
   353 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   354                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 ];
       
   355                 mask:((ImageMask new)
       
   356                             width:22;
       
   357                             height:22;
       
   358                             bits:(ByteArray 
       
   359                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?<@C?<@G?>@G?>@COL@@O@@@F@@@@@@@@@@@@@@');
       
   360                             yourself);
       
   361                 yourself
       
   362         ]
   331 !
   363 !
   332 
   364 
   333 processAbort22x22Icon
   365 processAbort22x22Icon
       
   366     <resource: #image>
   334     "This resource specification was automatically generated
   367     "This resource specification was automatically generated
   335      by the ImageEditor of ST/X."
   368      by the ImageEditor of ST/X."
   336 
       
   337     "Do not manually edit this!! If it is corrupted,
   369     "Do not manually edit this!! If it is corrupted,
   338      the ImageEditor may not be able to read the specification."
   370      the ImageEditor may not be able to read the specification."
   339 
       
   340     "
   371     "
   341      self processAbort22x22Icon inspect
   372      self processAbort22x22Icon inspect
   342      ImageEditor openOnClass:self andSelector:#processAbort22x22Icon
   373      ImageEditor openOnClass:self andSelector:#processAbort22x22Icon
   343      Icon flushCachedIcons
   374      Icon flushCachedIcons"
   344     "
   375     
   345 
   376     ^ Icon constantNamed:#'ProcessMonitorV2 class processAbort22x22Icon'
   346     <resource: #image>
   377         ifAbsentPut:[
   347 
   378             (Depth8Image new)
   348     ^Icon
   379                 width:22;
   349 	constantNamed:#'ProcessMonitorV2 class processAbort22x22Icon'
   380                 height:22;
   350 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   381                 photometric:(#palette);
       
   382                 bitsPerSample:(#[ 8 ]);
       
   383                 samplesPerPixel:(1);
       
   384                 bits:(ByteArray 
       
   385                             fromPackedString:'
   351 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@ @@@@@@@@@@@@@@@@@@@@@@@@@@APH@@@@@@@@@@@@@@@@@
   386 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@ @@@@@@@@@@@@@@@@@@@@@@@@@@APH@@@@@@@@@@@@@@@@@
   352 @@@BAP@@APLC@P@@APH@@@@@@@@@@@@@@PLEAPLC@0LEAPLA@@@@@@@@@@@@@@@B@0LC@0LC@0LA@@@@@@@@@@@@@@@@APLC@ DB@0LC@ @@@@@@@@@@@@@@
   387 @@@BAP@@APLC@P@@APH@@@@@@@@@@@@@@PLEAPLC@0LEAPLA@@@@@@@@@@@@@@@B@0LC@0LC@0LA@@@@@@@@@@@@@@@@APLC@ DB@0LC@ @@@@@@@@@@@@@@
   353 APLC@ D@@@TC@0LB@@@@@@@@@@@EAPLC@0D@@@@@APLC@0TB@@@@@@@@@PDC@0LB@@@@@@TC@0LA@P@@@@@@@@@@@ HC@0T@@@TC@0LA@@TE@@@@@@@@@@@B
   388 APLC@ D@@@TC@0LB@@@@@@@@@@@EAPLC@0D@@@@@APLC@0TB@@@@@@@@@PDC@0LB@@@@@@TC@0LA@P@@@@@@@@@@@ HC@0T@@@TC@0LA@@TE@@@@@@@@@@@B
   354 @0LCAPTC@0LA@@TFA TE@@@@@@@@APLC@0LC@0LC@PTFA@PFAP@@@@@@APLA@ LC@0LCAPTFA@PDA@XE@@@@@@HA@@@E@0LB@@TFA@PDA@PFA @@@@@@@@TE
   389 @0LCAPTC@0LA@@TFA TE@@@@@@@@APLC@0LC@0LC@PTFA@PFAP@@@@@@APLA@ LC@0LCAPTFA@PDA@XE@@@@@@HA@@@E@0LB@@TFA@PDA@PFA @@@@@@@@TE
   355 @@TA@@@EA XDA@PFAPT@@@@@@@@EA TE@P@@APTEA PDA @@@@@@@@@@@@TFAP@@@@TEA PDA T@@@@@@@@@@@@@A XEAPTFA PDA@X@@@@@@@@@@@@@@@TF
   390 @@TA@@@EA XDA@PFAPT@@@@@@@@EA TE@P@@APTEA PDA @@@@@@@@@@@@TFAP@@@@TEA PDA T@@@@@@@@@@@@@A XEAPTFA PDA@X@@@@@@@@@@@@@@@TF
   356 A XFA@PDA XE@@@@@@@@@@@@@@@@APTFA XFA TE@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 161 161 165 194 194 194 255 0 0 255 255 255 192 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O?? C??8C??8G??<G??<C?_<@?_0@^_0@O? @O? @G?@') ; yourself); yourself]
   391 A XFA@PDA XE@@@@@@@@@@@@@@@@APTFA XFA TE@@@@@@@a');
       
   392                 colorMapFromArray:#[ 0 0 0 127 127 127 161 161 165 194 194 194 255 0 0 255 255 255 192 0 0 ];
       
   393                 mask:((ImageMask new)
       
   394                             width:22;
       
   395                             height:22;
       
   396                             bits:(ByteArray 
       
   397                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O?? C??8C??8G??<G??<C?_<@?_0@^_0@O? @O? @G?@');
       
   398                             yourself);
       
   399                 yourself
       
   400         ]
   357 !
   401 !
   358 
   402 
   359 processDebug22x22Icon
   403 processDebug22x22Icon
       
   404     <resource: #image>
   360     "This resource specification was automatically generated
   405     "This resource specification was automatically generated
   361      by the ImageEditor of ST/X."
   406      by the ImageEditor of ST/X."
   362 
       
   363     "Do not manually edit this!! If it is corrupted,
   407     "Do not manually edit this!! If it is corrupted,
   364      the ImageEditor may not be able to read the specification."
   408      the ImageEditor may not be able to read the specification."
   365 
       
   366     "
   409     "
   367      self processDebug22x22Icon inspect
   410      self processDebug22x22Icon inspect
   368      ImageEditor openOnClass:self andSelector:#processDebug22x22Icon
   411      ImageEditor openOnClass:self andSelector:#processDebug22x22Icon
   369      Icon flushCachedIcons
   412      Icon flushCachedIcons"
   370     "
   413     
   371 
   414     ^ Icon constantNamed:#'ProcessMonitorV2 class processDebug22x22Icon'
   372     <resource: #image>
   415         ifAbsentPut:[
   373 
   416             (Depth8Image new)
   374     ^Icon
   417                 width:22;
   375 	constantNamed:#'ProcessMonitorV2 class processDebug22x22Icon'
   418                 height:22;
   376 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   419                 photometric:(#palette);
       
   420                 bitsPerSample:(#( 8 ));
       
   421                 samplesPerPixel:(1);
       
   422                 bits:(ByteArray 
       
   423                             fromPackedString:'
   377 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F@0@@@@@@@@@@@@@@@@@@@@@@@@@@A L@@@@@@@@@@@@@@@@@
   424 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F@0@@@@@@@@@@@@@@@@@@@@@@@@@@A L@@@@@@@@@@@@@@@@@
   378 @@@CA @@A PD@P@@A L@@@@@@@@@@@@@@PPFA PDA@PFA PA@@@@@@@@@@@@@@@CA@PD@@@DA@PA@@@@@@@@@@@@@@@@A P@@0DC@@@D@0@@@@@@@@@@@@@@
   425 @@@CA @@A PD@P@@A L@@@@@@@@@@@@@@PPFA PDA@PFA PA@@@@@@@@@@@@@@@CA@PD@@@DA@PA@@@@@@@@@@@@@@@@A P@@0DC@@@D@0@@@@@@@@@@@@@@
   379 A PD@0@@@@X@@@@@@@@@@@@@@@@FA PDA@D@@@@@@@HB@ HB@ @@@@@@@PDDA@@@@@@@@ HBAPTEAPTB@@@@@@@@@0@B@ @B@ HEAPTEAPTEAPH@@@@@@@HB
   426 A PD@0@@@@X@@@@@@@@@@@@@@@@FA PDA@D@@@@@@@HB@ HB@ @@@@@@@PDDA@@@@@@@@ HBAPTEAPTB@@@@@@@@@0@B@ @B@ HEAPTEAPTEAPH@@@@@@@HB
   380 APTE@@HEAPTEAPTEAPTE@ @@@@@B@ TEAP@BAPTEAPTEAPTEAPH@@@@@@@HEAPT@@@@@@@@@@@@@@@@@@@@@@@HBAPTE@@HBAPTEAPTEAPTE@ @@@@@@@ HE
   427 APTE@@HEAPTEAPTEAPTE@ @@@@@B@ TEAP@BAPTEAPTEAPTEAPH@@@@@@@HEAPT@@@@@@@@@@@@@@@@@@@@@@@HBAPTE@@HBAPTEAPTEAPTE@ @@@@@@@ HE
   381 @ @B@ HEAPTEAPTE@ H@@@@@@@@@@@@@@@HB@ HB@ HB@ @@@@@@@@@@@@@@@@@@@@@B@ HB@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   428 @ @B@ HEAPTEAPTE@ H@@@@@@@@@@@@@@@HB@ HB@ HB@ @@@@@@@@@@@@@@@@@@@@@B@ HB@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   382 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 128 0 0 161 161 165 194 194 194 255 0 0 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?= C??XO?? _=?0_??8O??<???<C??<G??<???<_??<@??8@G?0@L? @Q#X@FA ') ; yourself); yourself]
   429 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   430                 colorMapFromArray:#[ 0 0 0 127 127 127 128 0 0 161 161 165 194 194 194 255 0 0 255 255 255 ];
       
   431                 mask:((ImageMask new)
       
   432                             width:22;
       
   433                             height:22;
       
   434                             bits:(ByteArray 
       
   435                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?= C??XO?? _=?0_??8O??<???<C??<G??<???<_??<@??8@G?0@L? @Q#X@FA ');
       
   436                             yourself);
       
   437                 yourself
       
   438         ]
   383 !
   439 !
   384 
   440 
   385 processInspect22x22Icon
   441 processInspect22x22Icon
       
   442     <resource: #image>
   386     "This resource specification was automatically generated
   443     "This resource specification was automatically generated
   387      by the ImageEditor of ST/X."
   444      by the ImageEditor of ST/X."
   388 
       
   389     "Do not manually edit this!! If it is corrupted,
   445     "Do not manually edit this!! If it is corrupted,
   390      the ImageEditor may not be able to read the specification."
   446      the ImageEditor may not be able to read the specification."
   391 
       
   392     "
   447     "
   393      self processInspect22x22Icon inspect
   448      self processInspect22x22Icon inspect
   394      ImageEditor openOnClass:self andSelector:#processInspect22x22Icon
   449      ImageEditor openOnClass:self andSelector:#processInspect22x22Icon
   395      Icon flushCachedIcons
   450      Icon flushCachedIcons"
   396     "
   451     
   397 
   452     ^ Icon constantNamed:#'ProcessMonitorV2 class processInspect22x22Icon'
   398     <resource: #image>
   453         ifAbsentPut:[
   399 
   454             (Depth8Image new)
   400     ^Icon
   455                 width:22;
   401 	constantNamed:#'ProcessMonitorV2 class processInspect22x22Icon'
   456                 height:22;
   402 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   457                 photometric:(#palette);
       
   458                 bitsPerSample:(#( 8 ));
       
   459                 samplesPerPixel:(1);
       
   460                 bits:(ByteArray 
       
   461                             fromPackedString:'
   403 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   462 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   404 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA @@@@XH@@@@@@@@@@@@@@@@APXF@@@BCPH@@@@@@@@@@@@@@@@@
   463 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA @@@@XH@@@@@@@@@@@@@@@@APXF@@@BCPH@@@@@@@@@@@@@@@@@
   405 APXF@@0MCP4MCP0@@@@@@@@@@@@EAPXFA @MCPTEAP4M@@TG@@@@@@@@B@ FA @BCPTEAP4MCPH@B@@@@@@@@@@@A0\@CP4EAP4MCP4M@@@@@@@@@@@@@@@G
   464 APXF@@0MCP4MCP0@@@@@@@@@@@@EAPXFA @MCPTEAP4M@@TG@@@@@@@@B@ FA @BCPTEAP4MCPH@B@@@@@@@@@@@A0\@CP4EAP4MCP4M@@@@@@@@@@@@@@@G
   406 @@HMAP4MCP4M@ @@@@@@@@@@@@@@APX@CP4MCP4MCP@@@@@@@@@@@@@@APXH@@0MCP4MCP0@BP@@@@@@@@@@@@\H@@@@@@HM@ @@@ @@@@@@@@@@@@@@@@@@
   465 @@HMAP4MCP4M@ @@@@@@@@@@@@@@APX@CP4MCP4MCP@@@@@@@@@@@@@@APXH@@0MCP4MCP0@BP@@@@@@@@@@@@\H@@@@@@HM@ @@@ @@@@@@@@@@@@@@@@@@
   407 @@T@@@@@B @K@0@@@@@@@@@@@@@@@@@EB@@@@@@@C ,C@@@@@@@@@@@@@@@@@@@@@@@@@@@NB0L@@@@@@@@@@@@@@@@@@@@@@@@@@@8K@0@@@@@@@@@@@@@@
   466 @@T@@@@@B @K@0@@@@@@@@@@@@@@@@@EB@@@@@@@C ,C@@@@@@@@@@@@@@@@@@@@@@@@@@@NB0L@@@@@@@@@@@@@@@@@@@@@@@@@@@8K@0@@@@@@@@@@@@@@
   408 @@@@@@@@@@@@C ,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 120 120 120 0 64 64 88 88 88 80 80 80 200 200 200 48 48 48]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_?? _?? O??@C?>@C?<@G?>@G??@CO/ @OG0@FC8@@A<@@@<@@@X') ; yourself); yourself]
   467 @@@@@@@@@@@@C ,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   468                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 120 120 120 0 64 64 88 88 88 80 80 80 200 200 200 48 48 48 ];
       
   469                 mask:((ImageMask new)
       
   470                             width:22;
       
   471                             height:22;
       
   472                             bits:(ByteArray 
       
   473                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_?? _?? O??@C?>@C?<@G?>@G??@CO/ @OG0@FC8@@A<@@@<@@@X');
       
   474                             yourself);
       
   475                 yourself
       
   476         ]
   409 !
   477 !
   410 
   478 
   411 processLowerPrio22x22Icon
   479 processLowerPrio22x22Icon
       
   480     <resource: #image>
   412     "This resource specification was automatically generated
   481     "This resource specification was automatically generated
   413      by the ImageEditor of ST/X."
   482      by the ImageEditor of ST/X."
   414 
       
   415     "Do not manually edit this!! If it is corrupted,
   483     "Do not manually edit this!! If it is corrupted,
   416      the ImageEditor may not be able to read the specification."
   484      the ImageEditor may not be able to read the specification."
   417 
       
   418     "
   485     "
   419      self processLowerPrio22x22Icon inspect
   486      self processLowerPrio22x22Icon inspect
   420      ImageEditor openOnClass:self andSelector:#processLowerPrio22x22Icon
   487      ImageEditor openOnClass:self andSelector:#processLowerPrio22x22Icon
   421      Icon flushCachedIcons
   488      Icon flushCachedIcons"
   422     "
   489     
   423 
   490     ^ Icon constantNamed:#'ProcessMonitorV2 class processLowerPrio22x22Icon'
   424     <resource: #image>
   491         ifAbsentPut:[
   425 
   492             (Depth8Image new)
   426     ^Icon
   493                 width:22;
   427 	constantNamed:#'ProcessMonitorV2 class processLowerPrio22x22Icon'
   494                 height:22;
   428 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   495                 photometric:(#palette);
       
   496                 bitsPerSample:(#( 8 ));
       
   497                 samplesPerPixel:(1);
       
   498                 bits:(ByteArray 
       
   499                             fromPackedString:'
   429 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   500 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   430 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   501 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   431 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TEAPTEAPTE@@@@@@@@A0\FA T@@@TFAP@@@@@@AP@@@@@@@@@G
   502 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TEAPTEAPTE@@@@@@@@A0\FA T@@@TFAP@@@@@@AP@@@@@@@@@G
   432 A XFAPTFA T@@@@@@@T@@@@@@@@@APXFA XFA XE@@@@@@@E@@@@@@@@APXHA0XFA XFAP@@@@@@AP@@@@@@@@\H@@@EA XEAPT@@@@@@@TEAP@@@@@@@@@@
   503 A XFAPTFA T@@@@@@@T@@@@@@@@@APXFA XFA XE@@@@@@@E@@@@@@@@APXHA0XFA XFAP@@@@@@AP@@@@@@@@\H@@@EA XEAPT@@@@@@@TEAP@@@@@@@@@@
   433 @@THAP@@@@@@@@@@@@T@@@@@@@@@@@@EB@@E@@@@@@@@@@T@@@@@@@@@@@@@@@@@@@T@@@@@@@T@@@@@@@@@@@@@@@@@@@@@AP@@@@T@@@@@@@@@@@@@@@@@
   504 @@THAP@@@@@@@@@@@@T@@@@@@@@@@@@EB@@E@@@@@@@@@@T@@@@@@@@@@@@@@@@@@@T@@@@@@@T@@@@@@@@@@@@@@@@@@@@@AP@@@@T@@@@@@@@@@@@@@@@@
   434 @@@@@@@E@@T@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9?0O??0C??0C??0G??0G??<CO?<@O?8@F_0@@O @@G@@@B@') ; yourself); yourself]
   505 @@@@@@@E@@T@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@@@@@a');
       
   506                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 ];
       
   507                 mask:((ImageMask new)
       
   508                             width:22;
       
   509                             height:22;
       
   510                             bits:(ByteArray 
       
   511                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9?0O??0C??0C??0G??0G??<CO?<@O?8@F_0@@O @@G@@@B@');
       
   512                             yourself);
       
   513                 yourself
       
   514         ]
   435 !
   515 !
   436 
   516 
   437 processRaisePrio22x22Icon
   517 processRaisePrio22x22Icon
       
   518     <resource: #image>
   438     "This resource specification was automatically generated
   519     "This resource specification was automatically generated
   439      by the ImageEditor of ST/X."
   520      by the ImageEditor of ST/X."
   440 
       
   441     "Do not manually edit this!! If it is corrupted,
   521     "Do not manually edit this!! If it is corrupted,
   442      the ImageEditor may not be able to read the specification."
   522      the ImageEditor may not be able to read the specification."
   443 
       
   444     "
   523     "
   445      self processRaisePrio22x22Icon inspect
   524      self processRaisePrio22x22Icon inspect
   446      ImageEditor openOnClass:self andSelector:#processRaisePrio22x22Icon
   525      ImageEditor openOnClass:self andSelector:#processRaisePrio22x22Icon
   447      Icon flushCachedIcons
   526      Icon flushCachedIcons"
   448     "
   527     
   449 
   528     ^ Icon constantNamed:#'ProcessMonitorV2 class processRaisePrio22x22Icon'
   450     <resource: #image>
   529         ifAbsentPut:[
   451 
   530             (Depth8Image new)
   452     ^Icon
   531                 width:22;
   453 	constantNamed:#'ProcessMonitorV2 class processRaisePrio22x22Icon'
   532                 height:22;
   454 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   533                 photometric:(#palette);
       
   534                 bitsPerSample:(#( 8 ));
       
   535                 samplesPerPixel:(1);
       
   536                 bits:(ByteArray 
       
   537                             fromPackedString:'
   455 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   538 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   456 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   539 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   457 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XEB@@@@@@@@@@@A0\FA T@@@TFA XE@@T@@@@@@@@@@@@G
   540 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XEB@@@@@@@@@@@A0\FA T@@@TFA XE@@T@@@@@@@@@@@@G
   458 A XFAPTFA XE@@@@AP@@@@@@@@@@APXFA XFA XE@@@@@@@E@@@@@@@@APXHA0XFA XE@@@@@@@@@@T@@@@@@@\H@@@EA XE@@@@@@@@@@@@AP@@@@@@@@@@
   541 A XFAPTFA XE@@@@AP@@@@@@@@@@APXFA XFA XE@@@@@@@E@@@@@@@@APXHA0XFA XE@@@@@@@@@@T@@@@@@@\H@@@EA XE@@@@@@@@@@@@AP@@@@@@@@@@
   459 @@THAPTE@@@@@@@EAPT@@@@@@@@@@@@EB@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@T@@@@@@@T@@@@@@@@@@@@@@@@@@@@E@@@@@@@E@@@@@@@@@@@@@@@@
   542 @@THAPTE@@@@@@@EAPT@@@@@@@@@@@@EB@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@T@@@@@@@T@@@@@@@@@@@@@@@@@@@@E@@@@@@@E@@@@@@@@@@@@@@@@
   460 @@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@TEAPTEAPT@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?? C??0G??8G??<CO?<@O_0@F_0@@_0@@_0@@_0') ; yourself); yourself]
   543 @@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@TEAPTEAPT@@@@a');
       
   544                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 ];
       
   545                 mask:((ImageMask new)
       
   546                             width:22;
       
   547                             height:22;
       
   548                             bits:(ByteArray 
       
   549                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?? C??0G??8G??<CO?<@O_0@F_0@@_0@@_0@@_0');
       
   550                             yourself);
       
   551                 yourself
       
   552         ]
   461 !
   553 !
   462 
   554 
   463 processRestart22x22Icon
   555 processRestart22x22Icon
       
   556     <resource: #image>
   464     "This resource specification was automatically generated
   557     "This resource specification was automatically generated
   465      by the ImageEditor of ST/X."
   558      by the ImageEditor of ST/X."
   466 
       
   467     "Do not manually edit this!! If it is corrupted,
   559     "Do not manually edit this!! If it is corrupted,
   468      the ImageEditor may not be able to read the specification."
   560      the ImageEditor may not be able to read the specification."
   469 
       
   470     "
   561     "
   471      self processRestart22x22Icon inspect
   562      self processRestart22x22Icon inspect
   472      ImageEditor openOnClass:self andSelector:#processRestart22x22Icon
   563      ImageEditor openOnClass:self andSelector:#processRestart22x22Icon
   473      Icon flushCachedIcons
   564      Icon flushCachedIcons"
   474     "
   565     
   475 
   566     ^ Icon constantNamed:#'ProcessMonitorV2 class processRestart22x22Icon'
   476     <resource: #image>
   567         ifAbsentPut:[
   477 
   568             (Depth8Image new)
   478     ^Icon
   569                 width:22;
   479 	constantNamed:#'ProcessMonitorV2 class processRestart22x22Icon'
   570                 height:22;
   480 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   571                 photometric:(#palette);
       
   572                 bitsPerSample:(#( 8 ));
       
   573                 samplesPerPixel:(1);
       
   574                 bits:(ByteArray 
       
   575                             fromPackedString:'
   481 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GAP@@@@@@@@@@@@@@@@@@@@@@@@@@A0T@@@@@@@@@@@@@@@@@
   576 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GAP@@@@@@@@@@@@@@@@@@@@@@@@@@A0T@@@@@@@@@@@@@@@@@
   482 @@@EA0@@A0XFA@@@A0T@@@@@@@@@@@@@A@XGA0XFA XGA0XD@@@@@@@@@@@@@@@EA XFA XF@@@@@@@@@@@@@@@@@@@@A0XFAPP@@@LC@0@@@P@@@@@@@@@@
   577 @@@EA0@@A0XFA@@@A0T@@@@@@@@@@@@@A@XGA0XFA XGA0XD@@@@@@@@@@@@@@@EA XFA XF@@@@@@@@@@@@@@@@@@@@A0XFAPP@@@LC@0@@@P@@@@@@@@@@
   483 A0XFAPP@@0LC@0@E@@@@@@@@@@@GA0XFA P@@@LC@0@FA \@@@@@@@@@A@PFA XE@@LC@0@FA XD@@@@@@@@@@@@APTFA @C@0L@A XD@@@@@@@@@@@@@@@E
   578 A0XFAPP@@0LC@0@E@@@@@@@@@@@GA0XFA P@@@LC@0@FA \@@@@@@@@@A@PFA XE@@LC@0@FA XD@@@@@@@@@@@@APTFA @C@0L@A XD@@@@@@@@@@@@@@@E
   484 @@LC@0LC@0L@@@@@@@@@@@@@@@@@A0X@@0LC@0L@@@@@@@@@@@@@@@@@A0XDAP@C@0L@@@@@@@@@@@@@@@@@@@TD@@@@@@L@@@@@@@@@@@@@@@@@@@@@@@@@
   579 @@LC@0LC@0L@@@@@@@@@@@@@@@@@A0X@@0LC@0L@@@@@@@@@@@@@@@@@A0XDAP@C@0L@@@@@@@@@@@@@@@@@@@TD@@@@@@L@@@@@@@@@@@@@@@@@@@@@@@@@
   485 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   580 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   486 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 64 0 0 128 0 0 192 0 127 127 127 161 161 165 194 194 194 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?>@C?? O??0_?>P_?>HO?<@C?= C?30G?''8G7/<CCO0@PC0@HG @L_ @G?@@A<@') ; yourself); yourself]
   581 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   582                 colorMapFromArray:#[ 0 0 0 0 64 0 0 128 0 0 192 0 127 127 127 161 161 165 194 194 194 255 255 255 ];
       
   583                 mask:((ImageMask new)
       
   584                             width:22;
       
   585                             height:22;
       
   586                             bits:(ByteArray 
       
   587                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?>@C?? O??0_?>P_?>HO?<@C?= C?30G?''8G7/<CCO0@PC0@HG @L_ @G?@@A<@');
       
   588                             yourself);
       
   589                 yourself
       
   590         ]
   487 !
   591 !
   488 
   592 
   489 processResume22x22Icon
   593 processResume22x22Icon
       
   594     <resource: #image>
   490     "This resource specification was automatically generated
   595     "This resource specification was automatically generated
   491      by the ImageEditor of ST/X."
   596      by the ImageEditor of ST/X."
   492 
       
   493     "Do not manually edit this!! If it is corrupted,
   597     "Do not manually edit this!! If it is corrupted,
   494      the ImageEditor may not be able to read the specification."
   598      the ImageEditor may not be able to read the specification."
   495 
       
   496     "
   599     "
   497      self processResume22x22Icon inspect
   600      self processResume22x22Icon inspect
   498      ImageEditor openOnClass:self andSelector:#processResume22x22Icon
   601      ImageEditor openOnClass:self andSelector:#processResume22x22Icon
   499      Icon flushCachedIcons
   602      Icon flushCachedIcons"
   500     "
   603     
   501 
   604     ^ Icon constantNamed:#'ProcessMonitorV2 class processResume22x22Icon'
   502     <resource: #image>
   605         ifAbsentPut:[
   503 
   606             (Depth8Image new)
   504     ^Icon
   607                 width:22;
   505 	constantNamed:#'ProcessMonitorV2 class processResume22x22Icon'
   608                 height:22;
   506 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   609                 photometric:(#palette);
       
   610                 bitsPerSample:(#( 8 ));
       
   611                 samplesPerPixel:(1);
       
   612                 bits:(ByteArray 
       
   613                             fromPackedString:'
   507 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   614 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   508 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   615 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   509 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TE@@THB@@@@@@@@@@@A0\FA T@@@TFAP@@AP@@@@@@@@@@@@@G
   616 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TE@@THB@@@@@@@@@@@A0\FA T@@@TFAP@@AP@@@@@@@@@@@@@G
   510 A XFAPTFA T@@@@E@@@@@@@@@@@@APXFA XFA XE@@@@@@T@@@@@@@@@APXHA0XFA XFAP@@@@@@AP@@@@@@@@\H@@@EA XG@@T@@@@@@@@E@@@@@@@@@@@@
   617 A XFAPTFA T@@@@E@@@@@@@@@@@@APXFA XFA XE@@@@@@T@@@@@@@@@APXHA0XFA XFAP@@@@@@AP@@@@@@@@\H@@@EA XG@@T@@@@@@@@E@@@@@@@@@@@@
   511 @@TH@@@E@@@@@@@@AP@@@@@@@@@@@@@EB@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@T@@@@@AP@@@@@@@@@@@@@@@@@@@@@E@@@@AP@@@@@@@@@@@@@@@@@@
   618 @@TH@@@E@@@@@@@@AP@@@@@@@@@@@@@EB@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@T@@@@@AP@@@@@@@@@@@@@@@@@@@@@E@@@@AP@@@@@@@@@@@@@@@@@@
   512 @@@@AP@@AP@@@@@@@@@@@@@@@@@@@@@@@@T@AP@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C??@C?? G??0G??8CO_8@O_0@F_ @@_@@@^@@@\@') ; yourself); yourself]
   619 @@@@AP@@AP@@@@@@@@@@@@@@@@@@@@@@@@T@AP@@@@@@@@@a');
       
   620                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 ];
       
   621                 mask:((ImageMask new)
       
   622                             width:22;
       
   623                             height:22;
       
   624                             bits:(ByteArray 
       
   625                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C??@C?? G??0G??8CO_8@O_0@F_ @@_@@@^@@@\@');
       
   626                             yourself);
       
   627                 yourself
       
   628         ]
   513 !
   629 !
   514 
   630 
   515 processStop22x22Icon
   631 processStop22x22Icon
       
   632     <resource: #image>
   516     "This resource specification was automatically generated
   633     "This resource specification was automatically generated
   517      by the ImageEditor of ST/X."
   634      by the ImageEditor of ST/X."
   518 
       
   519     "Do not manually edit this!! If it is corrupted,
   635     "Do not manually edit this!! If it is corrupted,
   520      the ImageEditor may not be able to read the specification."
   636      the ImageEditor may not be able to read the specification."
   521 
       
   522     "
   637     "
   523      self processStop22x22Icon inspect
   638      self processStop22x22Icon inspect
   524      ImageEditor openOnClass:self andSelector:#processStop22x22Icon
   639      ImageEditor openOnClass:self andSelector:#processStop22x22Icon
   525      Icon flushCachedIcons
   640      Icon flushCachedIcons"
   526     "
   641     
   527 
   642     ^ Icon constantNamed:#'ProcessMonitorV2 class processStop22x22Icon'
   528     <resource: #image>
   643         ifAbsentPut:[
   529 
   644             (Depth8Image new)
   530     ^Icon
   645                 width:22;
   531 	constantNamed:#'ProcessMonitorV2 class processStop22x22Icon'
   646                 height:22;
   532 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   647                 photometric:(#palette);
       
   648                 bitsPerSample:(#( 8 ));
       
   649                 samplesPerPixel:(1);
       
   650                 bits:(ByteArray 
       
   651                             fromPackedString:'
   533 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   652 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   534 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   653 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   535 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XHB@@@@@@@@@@@A0\FA T@@@TFA XH@@@@@@@@@@@@@@@G
   654 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XHB@@@@@@@@@@@A0\FA T@@@TFA XH@@@@@@@@@@@@@@@G
   536 A XFAPTFAPTEAPTEAPTEAP@@@@@@APXFA XFA T@@@@EAP@@@@T@@@@@APXHA0XFA XE@@@@APT@@@@E@@@@@@\H@@@EA XGAP@@@@TE@@@@AP@@@@@@@@@@
   655 A XFAPTFAPTEAPTEAPTEAP@@@@@@APXFA XFA T@@@@EAP@@@@T@@@@@APXHA0XFA XE@@@@APT@@@@E@@@@@@\H@@@EA XGAP@@@@TE@@@@AP@@@@@@@@@@
   537 @@TH@@T@@@@EAP@@@@T@@@@@@@@@@@@EB@@E@@@@APT@@@@E@@@@@@@@@@@@@@@@AP@@@@TE@@@@AP@@@@@@@@@@@@@@@@T@@@@EAP@@@@T@@@@@@@@@@@@@
   656 @@TH@@T@@@@EAP@@@@T@@@@@@@@@@@@EB@@E@@@@APT@@@@E@@@@@@@@@@@@@@@@AP@@@@TE@@@@AP@@@@@@@@@@@@@@@@T@@@@EAP@@@@T@@@@@@@@@@@@@
   538 @@@E@@@@APT@@@@E@@@@@@@@@@@@@@@@APTEAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C??<C??<G??<G??<CO?<@O?<@F?<@@?<@@?<@@?<') ; yourself); yourself]
   657 @@@E@@@@APT@@@@E@@@@@@@@@@@@@@@@APTEAPTEAPTEAP@a');
       
   658                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 ];
       
   659                 mask:((ImageMask new)
       
   660                             width:22;
       
   661                             height:22;
       
   662                             bits:(ByteArray 
       
   663                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C??<C??<G??<G??<CO?<@O?<@F?<@@?<@@?<@@?<');
       
   664                             yourself);
       
   665                 yourself
       
   666         ]
   539 !
   667 !
   540 
   668 
   541 processSuspend22x22Icon
   669 processSuspend22x22Icon
       
   670     <resource: #image>
   542     "This resource specification was automatically generated
   671     "This resource specification was automatically generated
   543      by the ImageEditor of ST/X."
   672      by the ImageEditor of ST/X."
   544 
       
   545     "Do not manually edit this!! If it is corrupted,
   673     "Do not manually edit this!! If it is corrupted,
   546      the ImageEditor may not be able to read the specification."
   674      the ImageEditor may not be able to read the specification."
   547 
       
   548     "
   675     "
   549      self processSuspend22x22Icon inspect
   676      self processSuspend22x22Icon inspect
   550      ImageEditor openOnClass:self andSelector:#processSuspend22x22Icon
   677      ImageEditor openOnClass:self andSelector:#processSuspend22x22Icon
   551      Icon flushCachedIcons
   678      Icon flushCachedIcons"
   552     "
   679     
   553 
   680     ^ Icon constantNamed:#'ProcessMonitorV2 class processSuspend22x22Icon'
   554     <resource: #image>
   681         ifAbsentPut:[
   555 
   682             (Depth8Image new)
   556     ^Icon
   683                 width:22;
   557 	constantNamed:#'ProcessMonitorV2 class processSuspend22x22Icon'
   684                 height:22;
   558 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   685                 photometric:(#palette);
       
   686                 bitsPerSample:(#( 8 ));
       
   687                 samplesPerPixel:(1);
       
   688                 bits:(ByteArray 
       
   689                             fromPackedString:'
   559 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   690 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   560 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   691 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   561 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@TEAPTEAPTEAPTEAPT@@@@@A0\FA TEAPTEAPTEAPTEAPTE@@@@@@@G
   692 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@TEAPTEAPTEAPTEAPT@@@@@A0\FA TEAPTEAPTEAPTEAPTE@@@@@@@G
   562 A XFAPTE@@@@@@@@@@@EAP@@@@@@APXFA TEAP@@@@@@@@@@APT@@@@@APXHA0XEAPT@@@@@@@@@@@TE@@@@@@\H@@@EAPTE@@@@@@@@@@@EAP@@@@@@@@@@
   693 A XFAPTE@@@@@@@@@@@EAP@@@@@@APXFA TEAP@@@@@@@@@@APT@@@@@APXHA0XEAPT@@@@@@@@@@@TE@@@@@@\H@@@EAPTE@@@@@@@@@@@EAP@@@@@@@@@@
   563 @@TEAP@@@@@@@@@@APT@@@@@@@@@@@@EAPT@@@@@@@@@@@TE@@@@@@@@@@@@APTE@@@@@@@@@@@EAP@@@@@@@@@@@@TEAP@@@@@@@@@@APT@@@@@@@@@@@@E
   694 @@TEAP@@@@@@@@@@APT@@@@@@@@@@@@EAPT@@@@@@@@@@@TE@@@@@@@@@@@@APTE@@@@@@@@@@@EAP@@@@@@@@@@@@TEAP@@@@@@@@@@APT@@@@@@@@@@@@E
   564 APTEAPTEAPTEAPTE@@@@@@@@@@@@APTEAPTEAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _??<O??<C??<C??<G??<G??<CO?<@O?<@G?<@G?<@G?<@G?<') ; yourself); yourself]
   695 APTEAPTEAPTEAPTE@@@@@@@@@@@@APTEAPTEAPTEAPTEAP@a');
       
   696                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 ];
       
   697                 mask:((ImageMask new)
       
   698                             width:22;
       
   699                             height:22;
       
   700                             bits:(ByteArray 
       
   701                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _??<O??<C??<C??<G??<G??<CO?<@O?<@G?<@G?<@G?<@G?<');
       
   702                             yourself);
       
   703                 yourself
       
   704         ]
   565 !
   705 !
   566 
   706 
   567 processTerminate22x22Icon
   707 processTerminate22x22Icon
       
   708     <resource: #image>
   568     "This resource specification was automatically generated
   709     "This resource specification was automatically generated
   569      by the ImageEditor of ST/X."
   710      by the ImageEditor of ST/X."
   570 
       
   571     "Do not manually edit this!! If it is corrupted,
   711     "Do not manually edit this!! If it is corrupted,
   572      the ImageEditor may not be able to read the specification."
   712      the ImageEditor may not be able to read the specification."
   573 
       
   574     "
   713     "
   575      self processTerminate22x22Icon inspect
   714      self processTerminate22x22Icon inspect
   576      ImageEditor openOnClass:self andSelector:#processTerminate22x22Icon
   715      ImageEditor openOnClass:self andSelector:#processTerminate22x22Icon
   577      Icon flushCachedIcons
   716      Icon flushCachedIcons"
   578     "
   717     
   579 
   718     ^ Icon constantNamed:#'ProcessMonitorV2 class processTerminate22x22Icon'
   580     <resource: #image>
   719         ifAbsentPut:[
   581 
   720             (Depth8Image new)
   582     ^Icon
   721                 width:22;
   583 	constantNamed:#'ProcessMonitorV2 class processTerminate22x22Icon'
   722                 height:22;
   584 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   723                 photometric:(#palette);
       
   724                 bitsPerSample:(#( 8 ));
       
   725                 samplesPerPixel:(1);
       
   726                 bits:(ByteArray 
       
   727                             fromPackedString:'
   585 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   728 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   586 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   729 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   587 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TGC@@@@@@@B@ FA XG@@@LC@TFA XHC@,K@@@@@@@@A0\FA TLB0,LC@XHC@,KBP@@@@@@@@@G
   730 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TGC@@@@@@@B@ FA XG@@@LC@TFA XHC@,K@@@@@@@@A0\FA TLB0,LC@XHC@,KBP@@@@@@@@@G
   588 A XFAPTJB0,LB0,KBP@@@@@@@@@@APXFA XFA (KB0,KBP@@@@@@@@@@APXHA0XFA XFC@,KC@@@@@@@@@@@@@\H@@@EA XGC@,KB00@@@@@@@@@@@@@@@@@
   731 A XFAPTJB0,LB0,KBP@@@@@@@@@@APXFA XFA (KB0,KBP@@@@@@@@@@APXHA0XFA XFC@,KC@@@@@@@@@@@@@\H@@@EA XGC@,KB00@@@@@@@@@@@@@@@@@
   589 @@THC@,I@@(KC@@@@@@@@@@@@@@@@@@EB@0I@@@@B ,@@@@@@@@@@@@@@@@@@@0K@@@@@@@JB0@@@@@@@@@@@@@@@@@LBP@@@@@@@@,@@@@@@@@@@@@@@@@@
   732 @@THC@,I@@(KC@@@@@@@@@@@@@@@@@@EB@0I@@@@B ,@@@@@@@@@@@@@@@@@@@0K@@@@@@@JB0@@@@@@@@@@@@@@@@@LBP@@@@@@@@,@@@@@@@@@@@@@@@@@
   590 C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 64 0 0 128 0 0 192 0 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _;?0O??0C?? C??@G?>@G?>@CO?@@O#@@GA @C@ @B@@@@@@') ; yourself); yourself]
   733 C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   734                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 64 0 0 128 0 0 192 0 0 255 0 0 ];
       
   735                 mask:((ImageMask new)
       
   736                             width:22;
       
   737                             height:22;
       
   738                             bits:(ByteArray 
       
   739                                         fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _;?0O??0C?? C??@G?>@G?>@CO?@@O#@@GA @C@ @B@@@@@@');
       
   740                             yourself);
       
   741                 yourself
       
   742         ]
   591 !
   743 !
   592 
   744 
   593 processTerminateGroup22x22Icon
   745 processTerminateGroup22x22Icon
       
   746     <resource: #image>
   594     "This resource specification was automatically generated
   747     "This resource specification was automatically generated
   595      by the ImageEditor of ST/X."
   748      by the ImageEditor of ST/X."
   596 
       
   597     "Do not manually edit this!! If it is corrupted,
   749     "Do not manually edit this!! If it is corrupted,
   598      the ImageEditor may not be able to read the specification."
   750      the ImageEditor may not be able to read the specification."
   599 
       
   600     "
   751     "
   601      self processTerminateGroup22x22Icon inspect
   752      self processTerminateGroup22x22Icon inspect
   602      ImageEditor openOnClass:self andSelector:#processTerminateGroup22x22Icon
   753      ImageEditor openOnClass:self andSelector:#processTerminateGroup22x22Icon
   603      Icon flushCachedIcons
   754      Icon flushCachedIcons"
   604     "
   755     
   605 
   756     ^ Icon 
   606     <resource: #image>
   757         constantNamed:#'ProcessMonitorV2 class processTerminateGroup22x22Icon'
   607 
   758         ifAbsentPut:[
   608     ^Icon
   759             (Depth8Image new)
   609 	constantNamed:#'ProcessMonitorV2 class processTerminateGroup22x22Icon'
   760                 width:22;
   610 	ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   761                 height:22;
       
   762                 photometric:(#palette);
       
   763                 bitsPerSample:(#( 8 ));
       
   764                 samplesPerPixel:(1);
       
   765                 bits:(ByteArray 
       
   766                             fromPackedString:'
   611 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@@@@@@@@@@@TG@@@@@@@@@@@@@@@@@@@@A0T@@@TFA  @@@TG@@@@@@@@@@@@
   767 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@@@@@@@@@@@TG@@@@@@@@@@@@@@@@@@@@A0T@@@TFA  @@@TG@@@@@@@@@@@@
   612 @@ FAPTF@@@FAPTFB@@@@@@@@@@@@@@@A0XF@@TG@@XFB@@@@@@@@@@@@@@@@@@FA @EA0@FA @@@@@@@@@@@@@@@@\E@@@EA XH@@@EA0@@@@@@@@@@AP@H
   768 @@ FAPTF@@@FAPTFB@@@@@@@@@@@@@@@A0XF@@TG@@XFB@@@@@@@@@@@@@@@@@@FA @EA0@FA @@@@@@@@@@@@@@@@\E@@@EA XH@@@EA0@@@@@@@@@@AP@H
   613 A TEA XFA TEA  @A0@@@@@@@@ H@@\FA XFA XFA  @B@ @@@@@@@@@@@@EA XGB@\FA XG@@@@@@@L@@@@@@@EA XGB@@@AP0LA \@@@@LB0,@@@TEA XF
   769 A TEA XFA TEA  @A0@@@@@@@@ H@@\FA XFA XFA  @B@ @@@@@@@@@@@@EA XGB@\FA XG@@@@@@@L@@@@@@@EA XGB@@@AP0LA \@@@@LB0,@@@TEA XF
   614 B@@FA 0KB00LAP\LB0,I@@@HB@XFA \@A X@AP(KB00KB0,I@@@@@@@GA0XFAP@@APXFB ,KB0,I@@@@@@@@@@\FA XEAPXFA  LB0,L@@@@@@@@@@@EA XF
   770 B@@FA 0KB00LAP\LB0,I@@@HB@XFA \@A X@AP(KB00KB0,I@@@@@@@GA0XFAP@@APXFB ,KB0,I@@@@@@@@@@\FA XEAPXFA  LB0,L@@@@@@@@@@@EA XF
   615 A XFA XLB0,KC@@@@@@@@@@EA  GA XFA XLB0$@B ,L@@@@@@@@A0 @@@TFA \@C@$H@@@JB0@@@@@@@@@@@@@@AP @C@,@@@@@@@(K@@@@@@@@@@@@@@TH
   771 A XFA XLB0,KC@@@@@@@@@@EA  GA XFA XLB0$@B ,L@@@@@@@@A0 @@@TFA \@C@$H@@@JB0@@@@@@@@@@@@@@AP @C@,@@@@@@@(K@@@@@@@@@@@@@@TH
   616 @@0I@@@@@@@@B0@@@@@@@@@@@@@@@@@L@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 64 0 0 128 0 0 192 0 0 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@L@@@^@@F^X@O?<@O?<@G?8@G?8@_?>@???@???@_?>P_?>8???8???0_?? G??@G??@O?? O?= F_80@_ P@M@@') ; yourself); yourself]
   772 @@0I@@@@@@@@B0@@@@@@@@@@@@@@@@@L@@@@@@@@@@@@@@@a');
       
   773                 colorMapFromArray:#[ 0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127 64 0 0 128 0 0 192 0 0 255 0 0 ];
       
   774                 mask:((ImageMask new)
       
   775                             width:22;
       
   776                             height:22;
       
   777                             bits:(ByteArray 
       
   778                                         fromPackedString:'@L@@@^@@F^X@O?<@O?<@G?8@G?8@_?>@???@???@_?>P_?>8???8???0_?? G??@G??@O?? O?= F_80@_ P@M@@');
       
   779                             yourself);
       
   780                 yourself
       
   781         ]
   617 !
   782 !
   618 
   783 
   619 raiseWindow22x22Icon
   784 raiseWindow22x22Icon
   620     <resource: #image>
   785     <resource: #image>
   621     "This resource specification was automatically generated
   786     "This resource specification was automatically generated
   653                 yourself
   818                 yourself
   654         ]
   819         ]
   655 !
   820 !
   656 
   821 
   657 terminateGroupIcon
   822 terminateGroupIcon
       
   823     <resource: #image>
   658     "This resource specification was automatically generated
   824     "This resource specification was automatically generated
   659      by the ImageEditor of ST/X."
   825      by the ImageEditor of ST/X."
   660 
       
   661     "Do not manually edit this!! If it is corrupted,
   826     "Do not manually edit this!! If it is corrupted,
   662      the ImageEditor may not be able to read the specification."
   827      the ImageEditor may not be able to read the specification."
   663 
       
   664     "
   828     "
   665      self terminateGroupIcon inspect
   829      self terminateGroupIcon inspect
   666      ImageEditor openOnClass:self andSelector:#terminateGroupIcon
   830      ImageEditor openOnClass:self andSelector:#terminateGroupIcon
   667      Icon flushCachedIcons
   831      Icon flushCachedIcons"
   668     "
   832     
   669 
   833     ^ Icon constantNamed:#'ProcessMonitorV2 class terminateGroupIcon'
   670     <resource: #image>
   834         ifAbsentPut:[
   671 
   835             (Depth8Image new)
   672     ^Icon
   836                 width:22;
   673 	constantNamed:#'ProcessMonitorV2 class terminateGroupIcon'
   837                 height:20;
   674 	ifAbsentPut:[(Depth8Image new) width: 22; height: 20; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   838                 photometric:(#palette);
       
   839                 bitsPerSample:(#( 8 ));
       
   840                 samplesPerPixel:(1);
       
   841                 bits:(ByteArray 
       
   842                             fromPackedString:'
   675 @PDA@PXJB (JB (JB (JB TE@PDA@PDA@PXJB (JB (JB (JB (JA0TA@PD@@PXJB (JB (JB (JB (JB (JA D@@@HDB (J@ HJB (JB PDA@(JB X@@@@@
   843 @PDA@PXJB (JB (JB (JB TE@PDA@PDA@PXJB (JB (JB (JB (JA0TA@PD@@PXJB (JB (JB (JB (JB (JA D@@@HDB (J@ HJB (JB PDA@(JB X@@@@@
   676 @P\G@PDAA (JB XA@PDFA XA@@@@A DA@PDA@PXJB (F@PDA@PDA@PX@A \A@PD@@@@@@@@@A DJ@@@@@@@@@@XJB DA@@,KB0,K@@@A@@,KB0,KB0@AA XF
   844 @P\G@PDAA (JB XA@PDFA XA@@@@A DA@PDA@PXJB (F@PDA@PDA@PX@A \A@PD@@@@@@@@@A DJ@@@@@@@@@@XJB DA@@,KB0,K@@@A@@,KB0,KB0@AA XF
   677 B (@B0,KB0,@@@,KB0,KB0@A@PDA@PXJB @KB0,KB0,KB0,KB0@A@PDA@PXJB (J@@,KB0,KB0,KB0@A@PD@@PXJB (JB (@B0,KB0,KB0@JA D@@@HDB (J
   845 B (@B0,KB0,@@@,KB0,KB0@A@PDA@PXJB @KB0,KB0,KB0,KB0@A@PDA@PXJB (J@@,KB0,KB0,KB0@A@PD@@PXJB (JB (@B0,KB0,KB0@JA D@@@HDB (J
   678 @ HJB @KB0,KB0@JB X@@@@@@P\G@PDAA @KB0,KB0,K@@XA@@@@@@DA@PDA@P@KB0,KB0,KB0,@@P@@@@@A@PDA@P@KB0,KB0@KB0,KB0@@@@@@@@DA@P@K
   846 @ HJB @KB0,KB0@JB X@@@@@@P\G@PDAA @KB0,KB0,K@@XA@@@@@@DA@PDA@P@KB0,KB0,KB0,@@P@@@@@A@PDA@P@KB0,KB0@KB0,KB0@@@@@@@@DA@P@K
   679 B0,KB0@@@@,KB0,K@@@@@@@@@@@KB0,KB0@A@@@@B0,KB0,@@@@@@@@@@@@@@@@A@P@@@@@@@@@@@@@@@@@@@@@@@@DA@P@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 48 48 48 56 59 56 64 68 64 88 92 88 128 128 128 160 160 160 192 192 192 216 219 216 239 244 239 248 252 248 160 0 0]; mask:((Depth1Image new) width: 22; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'???<???<_??8_??0O??0_??8???<???<???<???<???<_??8_??0O??0O??0O??0G?/8A?''<A?#<@G@@') ; yourself); yourself]
   847 B0,KB0@@@@,KB0,K@@@@@@@@@@@KB0,KB0@A@@@@B0,KB0,@@@@@@@@@@@@@@@@A@P@@@@@@@@@@@@@@@@@@@@@@@@DA@P@@@@@@@@@@@@@b');
       
   848                 colorMapFromArray:#[ 0 0 0 48 48 48 56 59 56 64 68 64 88 92 88 128 128 128 160 160 160 192 192 192 216 219 216 239 244 239 248 252 248 160 0 0 ];
       
   849                 mask:((ImageMask new)
       
   850                             width:22;
       
   851                             height:20;
       
   852                             bits:(ByteArray 
       
   853                                         fromPackedString:'???<???<_??8_??0O??0_??8???<???<???<???<???<_??8_??0O??0O??0O??0G?/8A?''<A?#<@G@@');
       
   854                             yourself);
       
   855                 yourself
       
   856         ]
   680 !
   857 !
   681 
   858 
   682 terminateIcon
   859 terminateIcon
       
   860     <resource: #image>
   683     "This resource specification was automatically generated
   861     "This resource specification was automatically generated
   684      by the ImageEditor of ST/X."
   862      by the ImageEditor of ST/X."
   685 
       
   686     "Do not manually edit this!! If it is corrupted,
   863     "Do not manually edit this!! If it is corrupted,
   687      the ImageEditor may not be able to read the specification."
   864      the ImageEditor may not be able to read the specification."
   688 
       
   689     "
   865     "
   690      self terminateIcon inspect
   866      self terminateIcon inspect
   691      ImageEditor openOnClass:self andSelector:#terminateIcon
   867      ImageEditor openOnClass:self andSelector:#terminateIcon
   692      Icon flushCachedIcons
   868      Icon flushCachedIcons"
   693     "
   869     
   694 
   870     ^ Icon constantNamed:#'ProcessMonitorV2 class terminateIcon'
   695     <resource: #image>
   871         ifAbsentPut:[
   696 
   872             (Depth8Image new)
   697     ^Icon
   873                 width:16;
   698 	constantNamed:#'ProcessMonitorV2 class terminateIcon'
   874                 height:16;
   699 	ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   875                 photometric:(#palette);
       
   876                 bitsPerSample:(#( 8 ));
       
   877                 samplesPerPixel:(1);
       
   878                 bits:(ByteArray 
       
   879                             fromPackedString:'
   700 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@@@@@@@@@LC@@@@@@@C@ H@@@@@@@LB@ LC@@@C@ H@@@@@@@@@@@DB@ LB
   880 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C@@@@@@@@@@LC@@@@@@@C@ H@@@@@@@LB@ LC@@@C@ H@@@@@@@@@@@DB@ LB
   701 @ H@@@@@@@@@@@@@@PHB@ H@@@@@@@@@@@@@@@@C@ HC@@@@@@@@@@@@@@@C@ HB@0@@@@@@@@@@@@@C@ @@@PHC@@@@@@@@@@@@@0@@@@@A@ @@@@@@@@@@
   881 @ H@@@@@@@@@@@@@@PHB@ H@@@@@@@@@@@@@@@@C@ HC@@@@@@@@@@@@@@@C@ HB@0@@@@@@@@@@@@@C@ @@@PHC@@@@@@@@@@@@@0@@@@@A@ @@@@@@@@@@
   702 @0H@@@@@@@DB@@@@@@@@@@L@@@@@@@@@@ @@@@@@@@@C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[64 0 0 128 0 0 192 0 0 255 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@HCA0_O@_8@?@A8@O A7@FL@0XC@ H@@@@@@@b') ; yourself); yourself]
   882 @0H@@@@@@@DB@@@@@@@@@@L@@@@@@@@@@ @@@@@@@@@C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   883                 colorMapFromArray:#[ 64 0 0 128 0 0 192 0 0 255 0 0 ];
       
   884                 mask:((ImageMask new)
       
   885                             width:16;
       
   886                             height:16;
       
   887                             bits:(ByteArray 
       
   888                                         fromPackedString:'@@@@@@@HCA0_O@_8@?@A8@O A7@FL@0XC@ H@@@@@@@b');
       
   889                             yourself);
       
   890                 yourself
       
   891         ]
   703 !
   892 !
   704 
   893 
   705 viewDetailsIcon
   894 viewDetailsIcon
       
   895     <resource: #image>
   706     "This resource specification was automatically generated
   896     "This resource specification was automatically generated
   707      by the ImageEditor of ST/X."
   897      by the ImageEditor of ST/X."
   708 
       
   709     "Do not manually edit this!! If it is corrupted,
   898     "Do not manually edit this!! If it is corrupted,
   710      the ImageEditor may not be able to read the specification."
   899      the ImageEditor may not be able to read the specification."
   711 
       
   712     "
   900     "
   713      self viewDetailsIcon inspect
   901      self viewDetailsIcon inspect
   714      ImageEditor openOnClass:self andSelector:#viewDetailsIcon
   902      ImageEditor openOnClass:self andSelector:#viewDetailsIcon
   715      Icon flushCachedIcons
   903      Icon flushCachedIcons"
   716     "
   904     
   717 
   905     ^ Icon constantNamed:#'ProcessMonitorV2 class viewDetailsIcon'
   718     <resource: #image>
   906         ifAbsentPut:[
   719 
   907             (Depth1Image new)
   720     ^Icon
   908                 width:16;
   721 	constantNamed:#'ProcessMonitorV2 class viewDetailsIcon'
   909                 height:16;
   722 	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@]+X@@@@@]+X@@@@@]+X@@@@@]+X@@@@@@@@b') ; yourself); yourself]
   910                 photometric:(#palette);
       
   911                 bitsPerSample:(#( 1 ));
       
   912                 samplesPerPixel:(1);
       
   913                 bits:(ByteArray 
       
   914                             fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b');
       
   915                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   916                 mask:((ImageMask new)
       
   917                             width:16;
       
   918                             height:16;
       
   919                             bits:(ByteArray 
       
   920                                         fromPackedString:'@@@@@@@@]+X@@@@@]+X@@@@@]+X@@@@@]+X@@@@@@@@b');
       
   921                             yourself);
       
   922                 yourself
       
   923         ]
   723 ! !
   924 ! !
   724 
   925 
   725 !ProcessMonitorV2 class methodsFor:'interface specs'!
   926 !ProcessMonitorV2 class methodsFor:'interface specs'!
   726 
   927 
   727 windowSpec
   928 windowSpec
  3851 ! !
  4052 ! !
  3852 
  4053 
  3853 !ProcessMonitorV2 class methodsFor:'documentation'!
  4054 !ProcessMonitorV2 class methodsFor:'documentation'!
  3854 
  4055 
  3855 version
  4056 version
  3856     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.69 2014-05-23 08:16:16 stefan Exp $'
  4057     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.70 2014-05-23 09:32:28 stefan Exp $'
  3857 !
  4058 !
  3858 
  4059 
  3859 version_CVS
  4060 version_CVS
  3860     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.69 2014-05-23 08:16:16 stefan Exp $'
  4061     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.70 2014-05-23 09:32:28 stefan Exp $'
  3861 ! !
  4062 ! !
  3862 
  4063