UIPainter.st
changeset 3119 0a80c1bf3dde
parent 3113 7b82f9dd4e1b
child 3130 935ad3a85262
equal deleted inserted replaced
3118:d0e78fb8d796 3119:0a80c1bf3dde
   713 
   713 
   714     ^ ToolbarIconLibrary hideToolBarIcon
   714     ^ ToolbarIconLibrary hideToolBarIcon
   715 !
   715 !
   716 
   716 
   717 iconAlignB
   717 iconAlignB
       
   718     <resource: #image>
   718     "This resource specification was automatically generated
   719     "This resource specification was automatically generated
   719      by the ImageEditor of ST/X."
   720      by the ImageEditor of ST/X."
   720 
       
   721     "Do not manually edit this!! If it is corrupted,
   721     "Do not manually edit this!! If it is corrupted,
   722      the ImageEditor may not be able to read the specification."
   722      the ImageEditor may not be able to read the specification."
   723 
       
   724     "
   723     "
   725      self iconAlignB inspect
   724      self iconAlignB inspect
   726      ImageEditor openOnClass:self andSelector:#iconAlignB
   725      ImageEditor openOnClass:self andSelector:#iconAlignB
   727      Icon flushCachedIcons
   726      Icon flushCachedIcons"
   728     "
   727     
   729 
   728     ^ Icon constantNamed:'UIPainter class iconAlignB'
       
   729         ifAbsentPut:[
       
   730             (Depth2Image new)
       
   731                 width:22;
       
   732                 height:22;
       
   733                 photometric:(#palette);
       
   734                 bitsPerSample:(#( 2 ));
       
   735                 samplesPerPixel:(1);
       
   736                 bits:(ByteArray 
       
   737                             fromPackedString:'
       
   738 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@@@@@@G@@@@@@@G@E@@@@@G@G@@@@@G@G@@@@@G@G@@@E@G@G@@@G@G@G@K@G@G@G@@@G@G@G@A@G@G@G@@
       
   739 @G@G@G@K@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@');
       
   740                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   741                 mask:((ImageMask new)
       
   742                             width:22;
       
   743                             height:22;
       
   744                             bits:(ByteArray 
       
   745                                         fromPackedString:'@@@@@@@@@@@@@G C@G @@G'' @G'' @G'' @G'' G'''' G'''' G'''' G''''!!G'''' G'''' G'''' G'''' O??0O??0@@@@@@@C@@@@');
       
   746                             yourself);
       
   747                 yourself
       
   748         ]
       
   749 !
       
   750 
       
   751 iconAlignL
   730     <resource: #image>
   752     <resource: #image>
   731 
       
   732     ^Icon
       
   733         constantNamed:'UIPainter class iconAlignB'
       
   734         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   735 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@@@@@@G@@@@@@@G@E@@@@@G@G@@@@@G@G@@@@@G@G@@@E@G@G@@@G@G@G@K@G@G@G@@@G@G@G@A@G@G@G@@
       
   736 @G@G@G@K@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@G C@G @@G'' @G'' @G'' @G'' G'''' G'''' G'''' G''''!!G'''' G'''' G'''' G'''' O??0O??0@@@@@@@C@@@@') ; yourself); yourself]
       
   737 !
       
   738 
       
   739 iconAlignL
       
   740     "This resource specification was automatically generated
   753     "This resource specification was automatically generated
   741      by the ImageEditor of ST/X."
   754      by the ImageEditor of ST/X."
   742 
       
   743     "Do not manually edit this!! If it is corrupted,
   755     "Do not manually edit this!! If it is corrupted,
   744      the ImageEditor may not be able to read the specification."
   756      the ImageEditor may not be able to read the specification."
   745 
       
   746     "
   757     "
   747      self iconAlignL inspect
   758      self iconAlignL inspect
   748      ImageEditor openOnClass:self andSelector:#iconAlignL
   759      ImageEditor openOnClass:self andSelector:#iconAlignL
   749      Icon flushCachedIcons
   760      Icon flushCachedIcons"
   750     "
   761     
   751 
   762     ^ Icon constantNamed:'UIPainter class iconAlignL'
       
   763         ifAbsentPut:[
       
   764             (Depth2Image new)
       
   765                 width:22;
       
   766                 height:22;
       
   767                 photometric:(#palette);
       
   768                 bitsPerSample:(#( 2 ));
       
   769                 samplesPerPixel:(1);
       
   770                 bits:(ByteArray 
       
   771                             fromPackedString:'
       
   772 @@@@@@@@@@@@@@@@@(@@@@@@@(@@@@@@@(UUUP@I@(_??0@@@(@@@@@@@(@@@@@@@(@@@@@@@(@@@@@@@(UUUU@@@(_???@@@(@@@@@E@(@@@@@@@(@@@@@@
       
   773 @(@@@@@@@(UU@@@@@(_?@@@@@(@@@@@@@(@@@@@@@@@@@@@E@@@@@@@@');
       
   774                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   775                 mask:((ImageMask new)
       
   776                             width:22;
       
   777                             height:22;
       
   778                             bits:(ByteArray 
       
   779                                         fromPackedString:'@@@@@@@@F@@@G?>@G?>@G?>@G?>@F@@@F@@@G?? G?? G?? G?? F@@@F@@@G? @G? @G? @G? @F@@@@@@@@@@@');
       
   780                             yourself);
       
   781                 yourself
       
   782         ]
       
   783 !
       
   784 
       
   785 iconAlignLR
   752     <resource: #image>
   786     <resource: #image>
   753 
       
   754     ^Icon
       
   755         constantNamed:'UIPainter class iconAlignL'
       
   756         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   757 @@@@@@@@@@@@@@@@@(@@@@@@@(@@@@@@@(UUUP@I@(_??0@@@(@@@@@@@(@@@@@@@(@@@@@@@(@@@@@@@(UUUU@@@(_???@@@(@@@@@E@(@@@@@@@(@@@@@@
       
   758 @(@@@@@@@(UU@@@@@(_?@@@@@(@@@@@@@(@@@@@@@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@F@@@G?>@G?>@G?>@G?>@F@@@F@@@G?? G?? G?? G?? F@@@F@@@G? @G? @G? @G? @F@@@@@@@@@@@') ; yourself); yourself]
       
   759 !
       
   760 
       
   761 iconAlignLR
       
   762     "This resource specification was automatically generated
   787     "This resource specification was automatically generated
   763      by the ImageEditor of ST/X."
   788      by the ImageEditor of ST/X."
   764 
       
   765     "Do not manually edit this!! If it is corrupted,
   789     "Do not manually edit this!! If it is corrupted,
   766      the ImageEditor may not be able to read the specification."
   790      the ImageEditor may not be able to read the specification."
   767 
       
   768     "
   791     "
   769      self iconAlignLR inspect
   792      self iconAlignLR inspect
   770      ImageEditor openOnClass:self andSelector:#iconAlignLR
   793      ImageEditor openOnClass:self andSelector:#iconAlignLR
   771      Icon flushCachedIcons
   794      Icon flushCachedIcons"
   772     "
   795     
   773 
   796     ^ Icon constantNamed:'UIPainter class iconAlignLR'
       
   797         ifAbsentPut:[
       
   798             (Depth2Image new)
       
   799                 width:22;
       
   800                 height:22;
       
   801                 photometric:(#palette);
       
   802                 bitsPerSample:(#( 2 ));
       
   803                 samplesPerPixel:(1);
       
   804                 bits:(ByteArray 
       
   805                             fromPackedString:'
       
   806 @@@@@@@@@@@@@@@@@(@@@B @@(@@@B @@(UUUR I@(_??2 @@(@@@B @@(@@@B @@(@@@B @@(@@@B @@(UUUR @@(_??2 @@(@@@B E@(@@@B @@(@@@B @
       
   807 @(@@@B @@(UUUR @@(_??B @@(@@@B @@(@@@B @@@@@@@@E@@@@@@@@');
       
   808                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   809                 mask:((ImageMask new)
       
   810                             width:22;
       
   811                             height:22;
       
   812                             bits:(ByteArray 
       
   813                                         fromPackedString:'@@@@@@@@F@A G?? G?? G?? G?? F@A F@A G?? G?? G?? G?? F@A F@A G?? G?? G?; G?? F@A @@@@@@@@');
       
   814                             yourself);
       
   815                 yourself
       
   816         ]
       
   817 !
       
   818 
       
   819 iconAlignR
   774     <resource: #image>
   820     <resource: #image>
   775 
       
   776     ^Icon
       
   777         constantNamed:'UIPainter class iconAlignLR'
       
   778         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   779 @@@@@@@@@@@@@@@@@(@@@B @@(@@@B @@(UUUR I@(_??2 @@(@@@B @@(@@@B @@(@@@B @@(@@@B @@(UUUR @@(_??2 @@(@@@B E@(@@@B @@(@@@B @
       
   780 @(@@@B @@(UUUR @@(_??B @@(@@@B @@(@@@B @@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@F@A G?? G?? G?? G?? F@A F@A G?? G?? G?? G?? F@A F@A G?? G?? G?; G?? F@A @@@@@@@@') ; yourself); yourself]
       
   781 !
       
   782 
       
   783 iconAlignR
       
   784     "This resource specification was automatically generated
   821     "This resource specification was automatically generated
   785      by the ImageEditor of ST/X."
   822      by the ImageEditor of ST/X."
   786 
       
   787     "Do not manually edit this!! If it is corrupted,
   823     "Do not manually edit this!! If it is corrupted,
   788      the ImageEditor may not be able to read the specification."
   824      the ImageEditor may not be able to read the specification."
   789 
       
   790     "
   825     "
   791      self iconAlignR inspect
   826      self iconAlignR inspect
   792      ImageEditor openOnClass:self andSelector:#iconAlignR
   827      ImageEditor openOnClass:self andSelector:#iconAlignR
   793      Icon flushCachedIcons
   828      Icon flushCachedIcons"
   794     "
   829     
   795 
   830     ^ Icon constantNamed:'UIPainter class iconAlignR'
       
   831         ifAbsentPut:[
       
   832             (Depth2Image new)
       
   833                 width:22;
       
   834                 height:22;
       
   835                 photometric:(#palette);
       
   836                 bitsPerSample:(#( 2 ));
       
   837                 samplesPerPixel:(1);
       
   838                 bits:(ByteArray 
       
   839                             fromPackedString:'
       
   840 @@@@@@@@@@@@@@@@@@@@@B @@@@@@B @@@UUUR I@@_??2 @@@@@@B @@@@@@B @@@@@@B @@@@@@B @@EUUUR @@G???2 @@@@@@B E@@@@@B @@@@@@B @
       
   841 @@@@@B @@@@EUR @@@@G?2 @@@@@@B @@@@@@B @@@@@@@@E@@@@@@@@');
       
   842                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   843                 mask:((ImageMask new)
       
   844                             width:22;
       
   845                             height:22;
       
   846                             bits:(ByteArray 
       
   847                                         fromPackedString:'@@@@@@@@@@A A?? A?? A?? A?? @@A @@A G?? G?? G?? G?? @@A @@A @G? @G? @G? @G? @@A @@@@@@@@');
       
   848                             yourself);
       
   849                 yourself
       
   850         ]
       
   851 !
       
   852 
       
   853 iconAlignT
   796     <resource: #image>
   854     <resource: #image>
   797 
       
   798     ^Icon
       
   799         constantNamed:'UIPainter class iconAlignR'
       
   800         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   801 @@@@@@@@@@@@@@@@@@@@@B @@@@@@B @@@UUUR I@@_??2 @@@@@@B @@@@@@B @@@@@@B @@@@@@B @@EUUUR @@G???2 @@@@@@B E@@@@@B @@@@@@B @
       
   802 @@@@@B @@@@EUR @@@@G?2 @@@@@@B @@@@@@B @@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@A A?? A?? A?? A?? @@A @@A G?? G?? G?? G?? @@A @@A @G? @G? @G? @G? @@A @@@@@@@@') ; yourself); yourself]
       
   803 !
       
   804 
       
   805 iconAlignT
       
   806     "This resource specification was automatically generated
   855     "This resource specification was automatically generated
   807      by the ImageEditor of ST/X."
   856      by the ImageEditor of ST/X."
   808 
       
   809     "Do not manually edit this!! If it is corrupted,
   857     "Do not manually edit this!! If it is corrupted,
   810      the ImageEditor may not be able to read the specification."
   858      the ImageEditor may not be able to read the specification."
   811 
       
   812     "
   859     "
   813      self iconAlignT inspect
   860      self iconAlignT inspect
   814      ImageEditor openOnClass:self andSelector:#iconAlignT
   861      ImageEditor openOnClass:self andSelector:#iconAlignT
   815      Icon flushCachedIcons
   862      Icon flushCachedIcons"
   816     "
   863     
   817 
   864     ^ Icon constantNamed:'UIPainter class iconAlignT'
       
   865         ifAbsentPut:[
       
   866             (Depth2Image new)
       
   867                 width:22;
       
   868                 height:22;
       
   869                 photometric:(#palette);
       
   870                 bitsPerSample:(#( 2 ));
       
   871                 samplesPerPixel:(1);
       
   872                 bits:(ByteArray 
       
   873                             fromPackedString:'
       
   874 @@@@@@@@@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@E@E@E@K@G@G@G@@@G@G@G@A@G@G@G@@@G@G@G@K@G@G@G@@@@@G@G@@@@@G@G@@@@@G@G@@
       
   875 @@@G@G@@@@@G@@@@@@@G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
       
   876                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   877                 mask:((ImageMask new)
       
   878                             width:22;
       
   879                             height:22;
       
   880                             bits:(ByteArray 
       
   881                                         fromPackedString:'@@@@@@@C@@@@O??0O??0G'''' G'''' G'''' G'''' G''''!!G'''' G'''' G'''' @G'' @G'' @G'' @G'' @G @@G C@@@@@@@@@@@@');
       
   882                             yourself);
       
   883                 yourself
       
   884         ]
       
   885 !
       
   886 
       
   887 iconAlignTB
   818     <resource: #image>
   888     <resource: #image>
   819 
       
   820     ^Icon
       
   821         constantNamed:'UIPainter class iconAlignT'
       
   822         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   823 @@@@@@@@@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@E@E@E@K@G@G@G@@@G@G@G@A@G@G@G@@@G@G@G@K@G@G@G@@@@@G@G@@@@@G@G@@@@@G@G@@
       
   824 @@@G@G@@@@@G@@@@@@@G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@C@@@@O??0O??0G'''' G'''' G'''' G'''' G''''!!G'''' G'''' G'''' @G'' @G'' @G'' @G'' @G @@G C@@@@@@@@@@@@') ; yourself); yourself]
       
   825 !
       
   826 
       
   827 iconAlignTB
       
   828     "This resource specification was automatically generated
   889     "This resource specification was automatically generated
   829      by the ImageEditor of ST/X."
   890      by the ImageEditor of ST/X."
   830 
       
   831     "Do not manually edit this!! If it is corrupted,
   891     "Do not manually edit this!! If it is corrupted,
   832      the ImageEditor may not be able to read the specification."
   892      the ImageEditor may not be able to read the specification."
   833 
       
   834     "
   893     "
   835      self iconAlignTB inspect
   894      self iconAlignTB inspect
   836      ImageEditor openOnClass:self andSelector:#iconAlignTB
   895      ImageEditor openOnClass:self andSelector:#iconAlignTB
   837      Icon flushCachedIcons
   896      Icon flushCachedIcons"
   838     "
   897     
   839 
   898     ^ Icon constantNamed:'UIPainter class iconAlignTB'
       
   899         ifAbsentPut:[
       
   900             (Depth2Image new)
       
   901                 width:22;
       
   902                 height:22;
       
   903                 photometric:(#palette);
       
   904                 bitsPerSample:(#( 2 ));
       
   905                 samplesPerPixel:(1);
       
   906                 bits:(ByteArray 
       
   907                             fromPackedString:'
       
   908 @@@@@@@A@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@E@E@E@G@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@H@G@G@G@@@G@G@G@A@G@G@G@@@G@G@G@@
       
   909 @G@G@D@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@H@@@@@@@@');
       
   910                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   911                 mask:((ImageMask new)
       
   912                             width:22;
       
   913                             height:22;
       
   914                             bits:(ByteArray 
       
   915                                         fromPackedString:'@@@@@@@C@@@@O??0O??0G'''' G''''!!G'''' G'''' G'''' G'''' G'''' G'''' G''''!!G''''!!G''& G'''' O??0O??2@@@@@@@@@@@@');
       
   916                             yourself);
       
   917                 yourself
       
   918         ]
       
   919 !
       
   920 
       
   921 iconCenterH
   840     <resource: #image>
   922     <resource: #image>
   841 
       
   842     ^Icon
       
   843         constantNamed:'UIPainter class iconAlignTB'
       
   844         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   845 @@@@@@@A@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@E@E@E@G@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@H@G@G@G@@@G@G@G@A@G@G@G@@@G@G@G@@
       
   846 @G@G@D@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@H@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@C@@@@O??0O??0G'''' G''''!!G'''' G'''' G'''' G'''' G'''' G'''' G''''!!G''''!!G''& G'''' O??0O??2@@@@@@@@@@@@') ; yourself); yourself]
       
   847 !
       
   848 
       
   849 iconCenterH
       
   850     "This resource specification was automatically generated
   923     "This resource specification was automatically generated
   851      by the ImageEditor of ST/X."
   924      by the ImageEditor of ST/X."
   852 
       
   853     "Do not manually edit this!! If it is corrupted,
   925     "Do not manually edit this!! If it is corrupted,
   854      the ImageEditor may not be able to read the specification."
   926      the ImageEditor may not be able to read the specification."
   855 
       
   856     "
   927     "
   857      self iconCenterH inspect
   928      self iconCenterH inspect
   858      ImageEditor openOnClass:self andSelector:#iconCenterH
   929      ImageEditor openOnClass:self andSelector:#iconCenterH
   859      Icon flushCachedIcons
   930      Icon flushCachedIcons"
   860     "
   931     
   861 
   932     ^ Icon constantNamed:'UIPainter class iconCenterH'
       
   933         ifAbsentPut:[
       
   934             (Depth2Image new)
       
   935                 width:22;
       
   936                 height:22;
       
   937                 photometric:(#palette);
       
   938                 bitsPerSample:(#( 2 ));
       
   939                 samplesPerPixel:(1);
       
   940                 bits:(ByteArray 
       
   941                             fromPackedString:'
       
   942 @@@@@@@@@@@@@@@@@(@J@B @@(@J@B @@(UZUR @@(?:?R @@(@J@B @@(@J@B @@(@J@B @@@@J@@@@@EUZUU@@@O?:?=@@@@@J@@@@@(@J@B @@(@J@B @
       
   943 @(@J@B @@(EZUB@@@(O:=B @@(@J@B @@(@J@B @@@@@@@@@@@@@@@@@');
       
   944                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   945                 mask:((ImageMask new)
       
   946                             width:22;
       
   947                             height:22;
       
   948                             bits:(ByteArray 
       
   949                                         fromPackedString:'@@@@@@@@@C@@A?>@A?>@A?>@A?>@@C@@@C@@G?? G?? G?? G??#@C@@@C@C@?<@@?<A@?<@@?<@@C@@@@@A@@@@');
       
   950                             yourself);
       
   951                 yourself
       
   952         ]
       
   953 !
       
   954 
       
   955 iconCenterHInFrame
   862     <resource: #image>
   956     <resource: #image>
   863 
       
   864     ^Icon
       
   865         constantNamed:'UIPainter class iconCenterH'
       
   866         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   867 @@@@@@@@@@@@@@@@@(@J@B @@(@J@B @@(UZUR @@(?:?R @@(@J@B @@(@J@B @@(@J@B @@@@J@@@@@EUZUU@@@O?:?=@@@@@J@@@@@(@J@B @@(@J@B @
       
   868 @(@J@B @@(EZUB@@@(O:=B @@(@J@B @@(@J@B @@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@C@@A?>@A?>@A?>@A?>@@C@@@C@@G?? G?? G?? G??#@C@@@C@C@?<@@?<A@?<@@?<@@C@@@@@A@@@@') ; yourself); yourself]
       
   869 !
       
   870 
       
   871 iconCenterHInFrame
       
   872     "This resource specification was automatically generated
   957     "This resource specification was automatically generated
   873      by the ImageEditor of ST/X."
   958      by the ImageEditor of ST/X."
   874 
       
   875     "Do not manually edit this!! If it is corrupted,
   959     "Do not manually edit this!! If it is corrupted,
   876      the ImageEditor may not be able to read the specification."
   960      the ImageEditor may not be able to read the specification."
   877 
       
   878     "
   961     "
   879      self iconCenterHInFrame inspect
   962      self iconCenterHInFrame inspect
   880      ImageEditor openOnClass:self andSelector:#iconCenterHInFrame
   963      ImageEditor openOnClass:self andSelector:#iconCenterHInFrame
   881      Icon flushCachedIcons
   964      Icon flushCachedIcons"
   882     "
   965     
   883 
   966     ^ Icon constantNamed:'UIPainter class iconCenterHInFrame'
       
   967         ifAbsentPut:[
       
   968             (Depth2Image new)
       
   969                 width:22;
       
   970                 height:22;
       
   971                 photometric:(#palette);
       
   972                 bitsPerSample:(#( 2 ));
       
   973                 samplesPerPixel:(1);
       
   974                 bits:(ByteArray 
       
   975                             fromPackedString:'
       
   976 @@@@@@@@J******@H@@@@@B@HL@@@CB@H8UUUR2@HH???RB@H8@@@B2@HH@@@BB@H8@@@B2@H@@@@@B@HEUUUUB@HO???=B@H@@@@@B@H8@@@@2@HH@@@@B@
       
   977 H8@@@@2@HHEUUBB@H8O?=B2@HL@@@CB@H@@@@@B@J******@@@@@@@@@');
       
   978                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
   979                 mask:((ImageMask new)
       
   980                             width:22;
       
   981                             height:22;
       
   982                             bits:(ByteArray 
       
   983                                         fromPackedString:'@@@@_??8P@@HW??(U?>(U?>(U?>(T@@(T@@(W??(W??(W??(W??+T@@(T@@+T?<(T?<)T?<(W??(P@@H_??9@@@@');
       
   984                             yourself);
       
   985                 yourself
       
   986         ]
       
   987 !
       
   988 
       
   989 iconCenterV
   884     <resource: #image>
   990     <resource: #image>
   885 
       
   886     ^Icon
       
   887         constantNamed:'UIPainter class iconCenterHInFrame'
       
   888         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   889 @@@@@@@@J******@H@@@@@B@HL@@@CB@H8UUUR2@HH???RB@H8@@@B2@HH@@@BB@H8@@@B2@H@@@@@B@HEUUUUB@HO???=B@H@@@@@B@H8@@@@2@HH@@@@B@
       
   890 H8@@@@2@HHEUUBB@H8O?=B2@HL@@@CB@H@@@@@B@J******@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@_??8P@@HW??(U?>(U?>(U?>(T@@(T@@(W??(W??(W??(W??+T@@(T@@+T?<(T?<)T?<(W??(P@@H_??9@@@@') ; yourself); yourself]
       
   891 !
       
   892 
       
   893 iconCenterV
       
   894     "This resource specification was automatically generated
   991     "This resource specification was automatically generated
   895      by the ImageEditor of ST/X."
   992      by the ImageEditor of ST/X."
   896 
       
   897     "Do not manually edit this!! If it is corrupted,
   993     "Do not manually edit this!! If it is corrupted,
   898      the ImageEditor may not be able to read the specification."
   994      the ImageEditor may not be able to read the specification."
   899 
       
   900     "
   995     "
   901      self iconCenterV inspect
   996      self iconCenterV inspect
   902      ImageEditor openOnClass:self andSelector:#iconCenterV
   997      ImageEditor openOnClass:self andSelector:#iconCenterV
   903      Icon flushCachedIcons
   998      Icon flushCachedIcons"
   904     "
   999     
   905 
  1000     ^ Icon constantNamed:'UIPainter class iconCenterV'
       
  1001         ifAbsentPut:[
       
  1002             (Depth2Image new)
       
  1003                 width:22;
       
  1004                 height:22;
       
  1005                 photometric:(#palette);
       
  1006                 bitsPerSample:(#( 2 ));
       
  1007                 samplesPerPixel:(1);
       
  1008                 bits:(ByteArray 
       
  1009                             fromPackedString:'
       
  1010 @@@@@@@@@@@@@@@@@@@@@@@@B**@J*(@B**MJ*(@@@@M@@@@@@@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@B*****(@B*****(@@M@M@M@@@M@M@M@@@E@M@M@@
       
  1011 @@@M@E@@@@@M@@@@B**EJ*(@B(*@J*(@@@@@@@@@@@@@@@@@@@@@@@@@');
       
  1012                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1013                 mask:((ImageMask new)
       
  1014                             width:22;
       
  1015                             height:22;
       
  1016                             bits:(ByteArray 
       
  1017                                         fromPackedString:'@@@@@@@@@@@@@G @@G @@G'' G''''!!G'''' G'''' G'''' O??0O??0G'''' G'''' G'''' G'''' @G''#@G @@G C@@@@@@@@@@@@');
       
  1018                             yourself);
       
  1019                 yourself
       
  1020         ]
       
  1021 !
       
  1022 
       
  1023 iconCenterVInFrame
   906     <resource: #image>
  1024     <resource: #image>
   907 
       
   908     ^Icon
       
   909         constantNamed:'UIPainter class iconCenterV'
       
   910         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   911 @@@@@@@@@@@@@@@@@@@@@@@@B**@J*(@B**MJ*(@@@@M@@@@@@@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@B*****(@B*****(@@M@M@M@@@M@M@M@@@E@M@M@@
       
   912 @@@M@E@@@@@M@@@@B**EJ*(@B(*@J*(@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@G @@G @@G'' G''''!!G'''' G'''' G'''' O??0O??0G'''' G'''' G'''' G'''' @G''#@G @@G C@@@@@@@@@@@@') ; yourself); yourself]
       
   913 !
       
   914 
       
   915 iconCenterVInFrame
       
   916     "This resource specification was automatically generated
  1025     "This resource specification was automatically generated
   917      by the ImageEditor of ST/X."
  1026      by the ImageEditor of ST/X."
   918 
       
   919     "Do not manually edit this!! If it is corrupted,
  1027     "Do not manually edit this!! If it is corrupted,
   920      the ImageEditor may not be able to read the specification."
  1028      the ImageEditor may not be able to read the specification."
   921 
       
   922     "
  1029     "
   923      self iconCenterVInFrame inspect
  1030      self iconCenterVInFrame inspect
   924      ImageEditor openOnClass:self andSelector:#iconCenterVInFrame
  1031      ImageEditor openOnClass:self andSelector:#iconCenterVInFrame
   925      Icon flushCachedIcons
  1032      Icon flushCachedIcons"
   926     "
  1033     
   927 
  1034     ^ Icon constantNamed:'UIPainter class iconCenterVInFrame'
       
  1035         ifAbsentPut:[
       
  1036             (Depth2Image new)
       
  1037                 width:22;
       
  1038                 height:22;
       
  1039                 photometric:(#palette);
       
  1040                 bitsPerSample:(#( 2 ));
       
  1041                 samplesPerPixel:(1);
       
  1042                 bits:(ByteArray 
       
  1043                             fromPackedString:'
       
  1044 @@@@@@@@J******@H@@@@@B@HL3@L3B@H:*GJ*2@H@@G@@B@HG@G@@B@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@EB@
       
  1045 HE@G@@B@H@@G@@B@H:*E@J2@HL3@L3B@H@@@@@B@J******@@@@@@@@@');
       
  1046                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1047                 mask:((ImageMask new)
       
  1048                             width:22;
       
  1049                             height:22;
       
  1050                             bits:(ByteArray 
       
  1051                                         fromPackedString:'@@@B_??9P@@HW??(TG (W'' (W''''*W''''(W''''*W'''')W''''(W'''')W''''+W''''*W''''*W''''(W'' )TG (W??(P@@H_??8@@@@');
       
  1052                             yourself);
       
  1053                 yourself
       
  1054         ]
       
  1055 !
       
  1056 
       
  1057 iconDistributeH
   928     <resource: #image>
  1058     <resource: #image>
   929 
       
   930     ^Icon
       
   931         constantNamed:'UIPainter class iconCenterVInFrame'
       
   932         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   933 @@@@@@@@J******@H@@@@@B@HL3@L3B@H:*GJ*2@H@@G@@B@HG@G@@B@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@GB@HG@G@EB@
       
   934 HE@G@@B@H@@G@@B@H:*E@J2@HL3@L3B@H@@@@@B@J******@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@B_??9P@@HW??(TG (W'' (W''''*W''''(W''''*W'''')W''''(W'''')W''''+W''''*W''''*W''''(W'' )TG (W??(P@@H_??8@@@@') ; yourself); yourself]
       
   935 !
       
   936 
       
   937 iconDistributeH
       
   938     "This resource specification was automatically generated
  1059     "This resource specification was automatically generated
   939      by the ImageEditor of ST/X."
  1060      by the ImageEditor of ST/X."
   940 
       
   941     "Do not manually edit this!! If it is corrupted,
  1061     "Do not manually edit this!! If it is corrupted,
   942      the ImageEditor may not be able to read the specification."
  1062      the ImageEditor may not be able to read the specification."
   943 
       
   944     "
  1063     "
   945      self iconDistributeH inspect
  1064      self iconDistributeH inspect
   946      ImageEditor openOnClass:self andSelector:#iconDistributeH
  1065      ImageEditor openOnClass:self andSelector:#iconDistributeH
   947      Icon flushCachedIcons
  1066      Icon flushCachedIcons"
   948     "
  1067     
   949 
  1068     ^ Icon constantNamed:'UIPainter class iconDistributeH'
       
  1069         ifAbsentPut:[
       
  1070             (Depth2Image new)
       
  1071                 width:22;
       
  1072                 height:22;
       
  1073                 photometric:(#palette);
       
  1074                 bitsPerSample:(#( 2 ));
       
  1075                 samplesPerPixel:(1);
       
  1076                 bits:(ByteArray 
       
  1077                             fromPackedString:'
       
  1078 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@E@@E@G@@G@@G@G@@G@@G@GHBGHBG@GHBGHBG@GJ*GJ*G@GHBGHBG@GHBGHBG@GB*GJ G@GB*GJ G@
       
  1079 G@@G@@G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
       
  1080                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1081                 mask:((ImageMask new)
       
  1082                             width:22;
       
  1083                             height:22;
       
  1084                             bits:(ByteArray 
       
  1085                                         fromPackedString:'@@@@@@@@@@@@@@@@<G <<G <<G ?<G =>O1?>O1????<>O1<>O1><G <<G ><G <<G ?@@@A@@@@@@@@@@@@@@@A');
       
  1086                             yourself);
       
  1087                 yourself
       
  1088         ]
       
  1089 !
       
  1090 
       
  1091 iconDistributeV
   950     <resource: #image>
  1092     <resource: #image>
   951 
       
   952     ^Icon
       
   953         constantNamed:'UIPainter class iconDistributeH'
       
   954         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   955 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@E@@E@G@@G@@G@G@@G@@G@GHBGHBG@GHBGHBG@GJ*GJ*G@GHBGHBG@GHBGHBG@GB*GJ G@GB*GJ G@
       
   956 G@@G@@G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@<G <<G <<G ?<G =>O1?>O1????<>O1<>O1><G <<G ><G <<G ?@@@A@@@@@@@@@@@@@@@A') ; yourself); yourself]
       
   957 !
       
   958 
       
   959 iconDistributeV
       
   960     "This resource specification was automatically generated
  1093     "This resource specification was automatically generated
   961      by the ImageEditor of ST/X."
  1094      by the ImageEditor of ST/X."
   962 
       
   963     "Do not manually edit this!! If it is corrupted,
  1095     "Do not manually edit this!! If it is corrupted,
   964      the ImageEditor may not be able to read the specification."
  1096      the ImageEditor may not be able to read the specification."
   965 
       
   966     "
  1097     "
   967      self iconDistributeV inspect
  1098      self iconDistributeV inspect
   968      ImageEditor openOnClass:self andSelector:#iconDistributeV
  1099      ImageEditor openOnClass:self andSelector:#iconDistributeV
   969      Icon flushCachedIcons
  1100      Icon flushCachedIcons"
   970     "
  1101     
   971 
  1102     ^ Icon constantNamed:'UIPainter class iconDistributeV'
       
  1103         ifAbsentPut:[
       
  1104             (Depth2Image new)
       
  1105                 width:22;
       
  1106                 height:22;
       
  1107                 photometric:(#palette);
       
  1108                 bitsPerSample:(#( 2 ));
       
  1109                 samplesPerPixel:(1);
       
  1110                 bits:(ByteArray 
       
  1111                             fromPackedString:'
       
  1112 @@@@@@@@@@UUUT@@@@???4@@@@@@@@@@@@@*(@@@@@JB@@@@@@JB@@@@@@JB@@@@@@J*(@@@@@@@@@@@@@UUUT@@@@???4@@@@@@@@@@@@J*(@@@@@JB@@@@
       
  1113 @@JB@@@@@@@B@@@@@@@*(@@@@@@@@@@@@@UUUT@@@@???4@@@@@@@@@@');
       
  1114                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1115                 mask:((ImageMask new)
       
  1116                             width:22;
       
  1117                             height:22;
       
  1118                             bits:(ByteArray 
       
  1119                                         fromPackedString:'A??@A??@A??CA??@@G0@@A@@@A@@@A@@@G0CA??@A??@A??@A??@@G0C@A@@@A@@@A@@@G0AA??AA??@A??@A??B');
       
  1120                             yourself);
       
  1121                 yourself
       
  1122         ]
       
  1123 !
       
  1124 
       
  1125 iconResizeB
   972     <resource: #image>
  1126     <resource: #image>
   973 
       
   974     ^Icon
       
   975         constantNamed:'UIPainter class iconDistributeV'
       
   976         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   977 @@@@@@@@@@UUUT@@@@???4@@@@@@@@@@@@@*(@@@@@JB@@@@@@JB@@@@@@JB@@@@@@J*(@@@@@@@@@@@@@UUUT@@@@???4@@@@@@@@@@@@J*(@@@@@JB@@@@
       
   978 @@JB@@@@@@@B@@@@@@@*(@@@@@@@@@@@@@UUUT@@@@???4@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A??@A??@A??CA??@@G0@@A@@@A@@@A@@@G0CA??@A??@A??@A??@@G0C@A@@@A@@@A@@@G0AA??AA??@A??@A??B') ; yourself); yourself]
       
   979 !
       
   980 
       
   981 iconResizeB
       
   982     "This resource specification was automatically generated
  1127     "This resource specification was automatically generated
   983      by the ImageEditor of ST/X."
  1128      by the ImageEditor of ST/X."
   984 
       
   985     "Do not manually edit this!! If it is corrupted,
  1129     "Do not manually edit this!! If it is corrupted,
   986      the ImageEditor may not be able to read the specification."
  1130      the ImageEditor may not be able to read the specification."
   987 
       
   988     "
  1131     "
   989      self iconResizeB inspect
  1132      self iconResizeB inspect
   990      ImageEditor openOnClass:self andSelector:#iconResizeB
  1133      ImageEditor openOnClass:self andSelector:#iconResizeB
   991      Icon flushCachedIcons
  1134      Icon flushCachedIcons"
   992     "
  1135     
   993 
  1136     ^ Icon constantNamed:'UIPainter class iconResizeB'
       
  1137         ifAbsentPut:[
       
  1138             (Depth2Image new)
       
  1139                 width:22;
       
  1140                 height:22;
       
  1141                 photometric:(#palette);
       
  1142                 bitsPerSample:(#( 2 ));
       
  1143                 samplesPerPixel:(1);
       
  1144                 bits:(ByteArray 
       
  1145                             fromPackedString:'
       
  1146 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M@@@@@@@M@@@@@@@M@M@@@@@M@M@@@@@M@M@@@@@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@@@@@@M@@
       
  1147 @@@@@E@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@');
       
  1148                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1149                 mask:((ImageMask new)
       
  1150                             width:22;
       
  1151                             height:22;
       
  1152                             bits:(ByteArray 
       
  1153                                         fromPackedString:'@@@@@@@@@@@@@G A@G @@G'' @G'' @G''#@G'' G''''"G'''' G''''!!G'''' G'''' O?7 G'''' CCG O??0O??0@@@A@@@@@@@@');
       
  1154                             yourself);
       
  1155                 yourself
       
  1156         ]
       
  1157 !
       
  1158 
       
  1159 iconResizeL
   994     <resource: #image>
  1160     <resource: #image>
   995 
       
   996     ^Icon
       
   997         constantNamed:'UIPainter class iconResizeB'
       
   998         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   999 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M@@@@@@@M@@@@@@@M@M@@@@@M@M@@@@@M@M@@@@@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@@@@@@M@@
       
  1000 @@@@@E@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@G A@G @@G'' @G'' @G''#@G'' G''''"G'''' G''''!!G'''' G'''' O?7 G'''' CCG O??0O??0@@@A@@@@@@@@') ; yourself); yourself]
       
  1001 !
       
  1002 
       
  1003 iconResizeL
       
  1004     "This resource specification was automatically generated
  1161     "This resource specification was automatically generated
  1005      by the ImageEditor of ST/X."
  1162      by the ImageEditor of ST/X."
  1006 
       
  1007     "Do not manually edit this!! If it is corrupted,
  1163     "Do not manually edit this!! If it is corrupted,
  1008      the ImageEditor may not be able to read the specification."
  1164      the ImageEditor may not be able to read the specification."
  1009 
       
  1010     "
  1165     "
  1011      self iconResizeL inspect
  1166      self iconResizeL inspect
  1012      ImageEditor openOnClass:self andSelector:#iconResizeL
  1167      ImageEditor openOnClass:self andSelector:#iconResizeL
  1013      Icon flushCachedIcons
  1168      Icon flushCachedIcons"
  1014     "
  1169     
  1015 
  1170     ^ Icon constantNamed:'UIPainter class iconResizeL'
       
  1171         ifAbsentPut:[
       
  1172             (Depth2Image new)
       
  1173                 width:22;
       
  1174                 height:22;
       
  1175                 photometric:(#palette);
       
  1176                 bitsPerSample:(#( 2 ));
       
  1177                 samplesPerPixel:(1);
       
  1178                 bits:(ByteArray 
       
  1179                             fromPackedString:'
       
  1180 @@@@@@@@@@@@@@@@@(@@@@@@@(@@@@@@@(UUUP@I@(_??0@@@(@@@@@@@(@@@@@@@(@@@@@@@(@@@@@@@(AUUU@@@(C???@@@(@@@@@E@(@@@@@@@(@@@@@@
       
  1181 @(@@@@@@@(AU@@@@@(C?@@@@@(@@@@@@@(@@@@@@@@@@@@@E@@@@@@@@');
       
  1182                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1183                 mask:((ImageMask new)
       
  1184                             width:22;
       
  1185                             height:22;
       
  1186                             bits:(ByteArray 
       
  1187                                         fromPackedString:'@@@@@@@@F@@@G?>@G?>@G?>@G?>@F@@@FP@@F?? G?? G?? F?? FP@@FP@@F? @G? @G? @F? @FP@@@@@@@@@@');
       
  1188                             yourself);
       
  1189                 yourself
       
  1190         ]
       
  1191 !
       
  1192 
       
  1193 iconResizeLR
  1016     <resource: #image>
  1194     <resource: #image>
  1017 
       
  1018     ^Icon
       
  1019         constantNamed:'UIPainter class iconResizeL'
       
  1020         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1021 @@@@@@@@@@@@@@@@@(@@@@@@@(@@@@@@@(UUUP@I@(_??0@@@(@@@@@@@(@@@@@@@(@@@@@@@(@@@@@@@(AUUU@@@(C???@@@(@@@@@E@(@@@@@@@(@@@@@@
       
  1022 @(@@@@@@@(AU@@@@@(C?@@@@@(@@@@@@@(@@@@@@@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@F@@@G?>@G?>@G?>@G?>@F@@@FP@@F?? G?? G?? F?? FP@@FP@@F? @G? @G? @F? @FP@@@@@@@@@@') ; yourself); yourself]
       
  1023 !
       
  1024 
       
  1025 iconResizeLR
       
  1026     "This resource specification was automatically generated
  1195     "This resource specification was automatically generated
  1027      by the ImageEditor of ST/X."
  1196      by the ImageEditor of ST/X."
  1028 
       
  1029     "Do not manually edit this!! If it is corrupted,
  1197     "Do not manually edit this!! If it is corrupted,
  1030      the ImageEditor may not be able to read the specification."
  1198      the ImageEditor may not be able to read the specification."
  1031 
       
  1032     "
  1199     "
  1033      self iconResizeLR inspect
  1200      self iconResizeLR inspect
  1034      ImageEditor openOnClass:self andSelector:#iconResizeLR
  1201      ImageEditor openOnClass:self andSelector:#iconResizeLR
  1035      Icon flushCachedIcons
  1202      Icon flushCachedIcons"
  1036     "
  1203     
  1037 
  1204     ^ Icon constantNamed:'UIPainter class iconResizeLR'
       
  1205         ifAbsentPut:[
       
  1206             (Depth2Image new)
       
  1207                 width:22;
       
  1208                 height:22;
       
  1209                 photometric:(#palette);
       
  1210                 bitsPerSample:(#( 2 ));
       
  1211                 samplesPerPixel:(1);
       
  1212                 bits:(ByteArray 
       
  1213                             fromPackedString:'
       
  1214 @@@@@@@@@@@@@@@@@(@@@B @@(@@@B @@(UUUR I@(???2 @@(@@@B @@(@@@B @@(@@@B @@(@@@B @@(AUTB @@(C?<B @@(@@@B E@(@@@B @@(@@@B @
       
  1215 @(@@@B @@(AUTB @@(C?<B @@(@@@B @@(@@@B @@@@@@@@E@@@@@@@@');
       
  1216                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1217                 mask:((ImageMask new)
       
  1218                             width:22;
       
  1219                             height:22;
       
  1220                             bits:(ByteArray 
       
  1221                                         fromPackedString:'@@@@@@@@F@A G?? G?? G?? G?? F@A FPI F?= G?? G?? F?= FPI FPI F?= G?? G?? F?= FPI @@@@@@@@');
       
  1222                             yourself);
       
  1223                 yourself
       
  1224         ]
       
  1225 !
       
  1226 
       
  1227 iconResizeR
  1038     <resource: #image>
  1228     <resource: #image>
  1039 
       
  1040     ^Icon
       
  1041         constantNamed:'UIPainter class iconResizeLR'
       
  1042         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1043 @@@@@@@@@@@@@@@@@(@@@B @@(@@@B @@(UUUR I@(???2 @@(@@@B @@(@@@B @@(@@@B @@(@@@B @@(AUTB @@(C?<B @@(@@@B E@(@@@B @@(@@@B @
       
  1044 @(@@@B @@(AUTB @@(C?<B @@(@@@B @@(@@@B @@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@F@A G?? G?? G?? G?? F@A FPI F?= G?? G?? F?= FPI FPI F?= G?? G?? F?= FPI @@@@@@@@') ; yourself); yourself]
       
  1045 !
       
  1046 
       
  1047 iconResizeR
       
  1048     "This resource specification was automatically generated
  1229     "This resource specification was automatically generated
  1049      by the ImageEditor of ST/X."
  1230      by the ImageEditor of ST/X."
  1050 
       
  1051     "Do not manually edit this!! If it is corrupted,
  1231     "Do not manually edit this!! If it is corrupted,
  1052      the ImageEditor may not be able to read the specification."
  1232      the ImageEditor may not be able to read the specification."
  1053 
       
  1054     "
  1233     "
  1055      self iconResizeR inspect
  1234      self iconResizeR inspect
  1056      ImageEditor openOnClass:self andSelector:#iconResizeR
  1235      ImageEditor openOnClass:self andSelector:#iconResizeR
  1057      Icon flushCachedIcons
  1236      Icon flushCachedIcons"
  1058     "
  1237     
  1059 
  1238     ^ Icon constantNamed:'UIPainter class iconResizeR'
       
  1239         ifAbsentPut:[
       
  1240             (Depth2Image new)
       
  1241                 width:22;
       
  1242                 height:22;
       
  1243                 photometric:(#palette);
       
  1244                 bitsPerSample:(#( 2 ));
       
  1245                 samplesPerPixel:(1);
       
  1246                 bits:(ByteArray 
       
  1247                             fromPackedString:'
       
  1248 @@@@@@@@@@@@@@@@@@@@@B @@@@@@B @@@UUUR I@@???R @@@@@@B @@@@@@B @@@@@@B @@@@@@B @@EUUTB @@O??<B @@@@@@B E@@@@@B @@@@@@B @
       
  1249 @@@@@B @@@@ETB @@@@O<B @@@@@@B @@@@@@B @@@@@@@@E@@@@@@@@');
       
  1250                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1251                 mask:((ImageMask new)
       
  1252                             width:22;
       
  1253                             height:22;
       
  1254                             bits:(ByteArray 
       
  1255                                         fromPackedString:'@@@@@@@@@@A A?? A?? A?? A?? @@A @@I G?= G?? G?? G?= @@I @@I @G= @G? @G? @G= @@I @@@@@@@@');
       
  1256                             yourself);
       
  1257                 yourself
       
  1258         ]
       
  1259 !
       
  1260 
       
  1261 iconResizeT
  1060     <resource: #image>
  1262     <resource: #image>
  1061 
       
  1062     ^Icon
       
  1063         constantNamed:'UIPainter class iconResizeR'
       
  1064         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1065 @@@@@@@@@@@@@@@@@@@@@B @@@@@@B @@@UUUR I@@???R @@@@@@B @@@@@@B @@@@@@B @@@@@@B @@EUUTB @@O??<B @@@@@@B E@@@@@B @@@@@@B @
       
  1066 @@@@@B @@@@ETB @@@@O<B @@@@@@B @@@@@@B @@@@@@@@E@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@A A?? A?? A?? A?? @@A @@I G?= G?? G?? G?= @@I @@I @G= @G? @G? @G= @@I @@@@@@@@') ; yourself); yourself]
       
  1067 !
       
  1068 
       
  1069 iconResizeT
       
  1070     "This resource specification was automatically generated
  1263     "This resource specification was automatically generated
  1071      by the ImageEditor of ST/X."
  1264      by the ImageEditor of ST/X."
  1072 
       
  1073     "Do not manually edit this!! If it is corrupted,
  1265     "Do not manually edit this!! If it is corrupted,
  1074      the ImageEditor may not be able to read the specification."
  1266      the ImageEditor may not be able to read the specification."
  1075 
       
  1076     "
  1267     "
  1077      self iconResizeT inspect
  1268      self iconResizeT inspect
  1078      ImageEditor openOnClass:self andSelector:#iconResizeT
  1269      ImageEditor openOnClass:self andSelector:#iconResizeT
  1079      Icon flushCachedIcons
  1270      Icon flushCachedIcons"
  1080     "
  1271     
  1081 
  1272     ^ Icon constantNamed:'UIPainter class iconResizeT'
       
  1273         ifAbsentPut:[
       
  1274             (Depth2Image new)
       
  1275                 width:22;
       
  1276                 height:22;
       
  1277                 photometric:(#palette);
       
  1278                 bitsPerSample:(#( 2 ));
       
  1279                 samplesPerPixel:(1);
       
  1280                 bits:(ByteArray 
       
  1281                             fromPackedString:'
       
  1282 @@@@@@@@@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@E@@@@@@@M@@@M@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@@@@M@M@@@@@M@M@@@@@M@M@@
       
  1283 @@@M@M@@@@@M@@@@@@@M@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
       
  1284                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1285                 mask:((ImageMask new)
       
  1286                             width:22;
       
  1287                             height:22;
       
  1288                             bits:(ByteArray 
       
  1289                                         fromPackedString:'@@@@@@@@@@@AO??0O??0CCG G'''' O?7 G'''' G'''' G''''!!G'''' G''''"@G'' @G''#@G'' @G'' @G @@G A@@@@@@@@@@@@');
       
  1290                             yourself);
       
  1291                 yourself
       
  1292         ]
       
  1293 !
       
  1294 
       
  1295 iconResizeTB
  1082     <resource: #image>
  1296     <resource: #image>
  1083 
       
  1084     ^Icon
       
  1085         constantNamed:'UIPainter class iconResizeT'
       
  1086         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
  1087 @@@@@@@@@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@E@@@@@@@M@@@M@M@M@@@M@M@M@@@M@M@M@@@M@M@M@@@@@M@M@@@@@M@M@@@@@M@M@@
       
  1088 @@@M@M@@@@@M@@@@@@@M@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@AO??0O??0CCG G'''' O?7 G'''' G'''' G''''!!G'''' G''''"@G'' @G''#@G'' @G'' @G @@G A@@@@@@@@@@@@') ; yourself); yourself]
       
  1089 !
       
  1090 
       
  1091 iconResizeTB
       
  1092     "This resource specification was automatically generated
  1297     "This resource specification was automatically generated
  1093      by the ImageEditor of ST/X."
  1298      by the ImageEditor of ST/X."
  1094 
       
  1095     "Do not manually edit this!! If it is corrupted,
  1299     "Do not manually edit this!! If it is corrupted,
  1096      the ImageEditor may not be able to read the specification."
  1300      the ImageEditor may not be able to read the specification."
  1097 
       
  1098     "
  1301     "
  1099      self iconResizeTB inspect
  1302      self iconResizeTB inspect
  1100      ImageEditor openOnClass:self andSelector:#iconResizeTB
  1303      ImageEditor openOnClass:self andSelector:#iconResizeTB
  1101      Icon flushCachedIcons
  1304      Icon flushCachedIcons"
  1102     "
  1305     
  1103 
  1306     ^ Icon constantNamed:'UIPainter class iconResizeTB'
  1104     <resource: #image>
  1307         ifAbsentPut:[
  1105 
  1308             (Depth2Image new)
  1106     ^Icon
  1309                 width:22;
  1107         constantNamed:'UIPainter class iconResizeTB'
  1310                 height:22;
  1108         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
  1311                 photometric:(#palette);
       
  1312                 bitsPerSample:(#( 2 ));
       
  1313                 samplesPerPixel:(1);
       
  1314                 bits:(ByteArray 
       
  1315                             fromPackedString:'
  1109 @@@@@@@@@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@G@@@@@@@G@@@@@@@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@@@G@@@@@@
  1316 @@@@@@@@@@@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@G@@@@@@@G@@@@@@@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@@@G@G@G@@@G@@@@@@
  1110 @G@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@B@@@@@@@BO??0O??2G#C@G'''' G/?0G''''#G'''' G'''' G'''' G'''' G''''"G/?0G'''' G#C@O??1O??0@@@A@@@B@@@@') ; yourself); yourself]
  1317 @G@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@');
       
  1318                 colorMapFromArray:#[ 0 0 0 255 255 255 0 0 127 170 170 170 ];
       
  1319                 mask:((ImageMask new)
       
  1320                             width:22;
       
  1321                             height:22;
       
  1322                             bits:(ByteArray 
       
  1323                                         fromPackedString:'@@@B@@@@@@@BO??0O??2G#C@G'''' G/?0G''''#G'''' G'''' G'''' G'''' G''''"G/?0G'''' G#C@O??1O??0@@@A@@@B@@@@');
       
  1324                             yourself);
       
  1325                 yourself
       
  1326         ]
  1111 ! !
  1327 ! !
  1112 
  1328 
  1113 !UIPainter class methodsFor:'interface specs'!
  1329 !UIPainter class methodsFor:'interface specs'!
  1114 
  1330 
  1115 dialogSpecForDefiningClassAndSelector
  1331 dialogSpecForDefiningClassAndSelector