As per thread on fltk.development: "RFC: Docs - getting rid of .eps files"
Summary:
Get rid of eps files,
change all doxygen '\image latex' references to eps files to png/jpeg instead,
convert doxygen images from gif -> png (to support html+latex).
Actual operations:
1) svn remove *.eps
2) convert all gifs -> png
3) svn remove *.gif
4) svn add *.png
5) For jpeg/png images, change all \image latex foo.eps .. -> \image latex foo.[jpg,png] ..
6) For gif images, change all \image html foo.gif .. -> \image html foo.png
and (harder to do): change \image latex foo.eps .. -> \image latex foo.png ..
7) Remove EPSFILES macro from documentation/Makefile
and remove eps related dependencies that were added recently
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
@@ -435,8 +435,8 @@ enum Fl_When { // Fl_Widget::when():
|
||||
leaving the interior unchanged. The blue color in Figure 1
|
||||
is the area that is not drawn by the frame types.
|
||||
|
||||
\image html boxtypes.gif "Figure 1: FLTK standard box types"
|
||||
\image latex boxtypes.eps "FLTK standard box types" width=10cm
|
||||
\image html boxtypes.png "Figure 1: FLTK standard box types"
|
||||
\image latex boxtypes.png "FLTK standard box types" width=10cm
|
||||
\todo Description of boxtypes is incomplete.
|
||||
See below for the defined enum Fl_Boxtype.
|
||||
\see src/Fl_get_system_colors.cxx
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
/**
|
||||
The Fl_Adjuster widget was stolen from Prisms, and has proven
|
||||
to be very useful for values that need a large dynamic range.
|
||||
\image html adjuster1.gif
|
||||
\image latex adjuster1.eps "Fl_Adjuster" width=4cm
|
||||
\image html adjuster1.png
|
||||
\image latex adjuster1.png "Fl_Adjuster" width=4cm
|
||||
<P>When you press a button and drag to the right the value increases.
|
||||
When you drag to the left it decreases. The largest button adjusts by
|
||||
100 * step(), the next by 10 * step() and that
|
||||
|
||||
@@ -61,8 +61,8 @@ struct FL_CHART_ENTRY {
|
||||
\brief Fl_Chart displays simple charts.
|
||||
It is provided for Forms compatibility.
|
||||
|
||||
\image html charts.gif
|
||||
\image latex charts.eps "Fl_Chart" width=10cm
|
||||
\image html charts.png
|
||||
\image latex charts.png "Fl_Chart" width=10cm
|
||||
\todo Refactor Fl_Chart::type() information.
|
||||
|
||||
The type of an Fl_Chart object can be set using type(uchar t) to:
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
\class Fl_Check_Button
|
||||
\brief A button with an "checkmark" to show its status.
|
||||
|
||||
\image html Fl_Check_Button.gif
|
||||
\image latex Fl_Check_Button.eps "Fl_Check_Button" width=4cm
|
||||
\image html Fl_Check_Button.png
|
||||
\image latex Fl_Check_Button.png "Fl_Check_Button" width=4cm
|
||||
Buttons generate callbacks when they are clicked by the user. You control
|
||||
exactly when and how by changing the values for type() and when().
|
||||
|
||||
|
||||
@@ -64,8 +64,8 @@
|
||||
you pick the item with the mouse. The '\&' character in item names are
|
||||
only looked at when the menu is popped up, however.
|
||||
|
||||
\image html choice.gif
|
||||
\image latex choice.eps "Fl_Choice" width=4cm
|
||||
\image html choice.png
|
||||
\image latex choice.png "Fl_Choice" width=4cm
|
||||
\todo Refactor the doxygen comments for Fl_Choice changed() documentation.
|
||||
|
||||
\li <tt>int Fl_Widget::changed() const</tt>
|
||||
|
||||
@@ -53,12 +53,12 @@
|
||||
|
||||
\htmlonly <BR> <table align=CENTER border=1 cellpadding=5 >
|
||||
<caption align=bottom>type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK </caption> <TR><TD> \endhtmlonly
|
||||
\image html clock.gif
|
||||
\image html clock.png
|
||||
\htmlonly </TD> <TD> \endhtmlonly
|
||||
\image html round_clock.gif
|
||||
\image html round_clock.png
|
||||
\htmlonly </TD> </TR> </table> \endhtmlonly
|
||||
\image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm
|
||||
\image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm
|
||||
\image latex clock.png "FL_SQUARE_CLOCK type" width=4cm
|
||||
\image latex round_clock.png "FL_ROUND_CLOCK type" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Clock_Output : public Fl_Widget {
|
||||
int hour_, minute_, second_;
|
||||
@@ -112,12 +112,12 @@ public:
|
||||
You can choose the rounded or square type of the clock with type(), see below.
|
||||
\htmlonly <BR> <table align=CENTER border=1 cellpadding=5 >
|
||||
<caption align=bottom>type() FL_SQUARE_CLOCK and FL_ROUND_CLOCK </caption> <TR><TD> \endhtmlonly
|
||||
\image html clock.gif
|
||||
\image html clock.png
|
||||
\htmlonly </TD> <TD> \endhtmlonly
|
||||
\image html round_clock.gif
|
||||
\image html round_clock.png
|
||||
\htmlonly </TD> </TR> </table> \endhtmlonly
|
||||
\image latex clock.eps "FL_SQUARE_CLOCK type" width=4cm
|
||||
\image latex round_clock.eps "FL_ROUND_CLOCK type" width=4cm
|
||||
\image latex clock.png "FL_SQUARE_CLOCK type" width=4cm
|
||||
\image latex round_clock.png "FL_ROUND_CLOCK type" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Clock : public Fl_Clock_Output {
|
||||
public:
|
||||
|
||||
@@ -84,7 +84,7 @@ public:
|
||||
\brief The Fl_Color_Chooser widget provides a standard RGB color chooser.
|
||||
|
||||
\image html fl_color_chooser.jpg
|
||||
\image latex fl_color_chooser.eps "fl_color_chooser()" width=5cm
|
||||
\image latex fl_color_chooser.jpg "fl_color_chooser()" width=5cm
|
||||
|
||||
You can place any number of the widgets into a panel of your own design.
|
||||
The diagram shows the widget as part of a color chooser dialog created by
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
Controls a single floating point value with button (or keyboard) arrows.
|
||||
Double arrows buttons achieve larger steps than simple arrows.
|
||||
\see Fl_Spinner for value input with vertical step arrows.
|
||||
<P align=center>\image html counter.gif</P>
|
||||
\image latex counter.eps "Fl_Counter" width=4cm
|
||||
<P align=center>\image html counter.png</P>
|
||||
\image latex counter.png "Fl_Counter" width=4cm
|
||||
|
||||
\todo Refactor the doxygen comments for Fl_Counter type() documentation.
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
/**
|
||||
The Fl_Dial widget provides a circular dial to control a
|
||||
single floating point value.
|
||||
<P ALIGN=CENTER>\image html dial.gif
|
||||
\image latex dial.eps "Fl_Dial" width=4cm
|
||||
<P ALIGN=CENTER>\image html dial.png
|
||||
\image latex dial.png "Fl_Dial" width=4cm
|
||||
Use type() to set the type of the dial to:
|
||||
<UL>
|
||||
<LI>FL_NORMAL_DIAL - Draws a normal dial with a knob. </LI>
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
and also FL_WHEN_RELEASE for button release when changing to parent dir.
|
||||
FL_WHEN_RELEASE callback won't be called if the directory clicked
|
||||
is the same that the current one.
|
||||
<P align=CENTER> \image html Fl_File_Input.gif </P>
|
||||
\image latex Fl_File_Input.eps "Fl_File_Input" width=6cm
|
||||
<P align=CENTER> \image html Fl_File_Input.png </P>
|
||||
\image latex Fl_File_Input.png "Fl_File_Input" width=6cm
|
||||
\note As all Fl_Input derived objects, Fl_File_Input may call its callback
|
||||
when loosing focus (see FL_UNFOCUS) to update its state like its cursor shape.
|
||||
One resulting side effect is that you should call clear_changed() early in your callback
|
||||
|
||||
@@ -128,13 +128,13 @@ public:
|
||||
|
||||
In these examples the gray area is the resizable:
|
||||
|
||||
\image html resizebox1.gif
|
||||
\image html resizebox1.png
|
||||
|
||||
\image html resizebox2.gif
|
||||
\image html resizebox2.png
|
||||
|
||||
\image latex resizebox1.eps "before resize" width=4cm
|
||||
\image latex resizebox1.png "before resize" width=4cm
|
||||
|
||||
\image latex resizebox2.eps "after resize" width=4cm
|
||||
\image latex resizebox2.png "after resize" width=4cm
|
||||
|
||||
The resizable may be set to the group itself, in which case all the
|
||||
contents are resized. This is the default value for Fl_Group,
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
|
||||
Buttons generate callbacks when they are clicked by the user. You
|
||||
control exactly when and how by changing the values for type() and when().
|
||||
<P ALIGN=CENTER>\image html Fl_Light_Button.gif</P>
|
||||
\image latex Fl_Light_Button.eps "Fl_Light_Button" width=4cm
|
||||
<P ALIGN=CENTER>\image html Fl_Light_Button.png</P>
|
||||
\image latex Fl_Light_Button.png "Fl_Light_Button" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Light_Button : public Fl_Button {
|
||||
protected:
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
top level menu defines the items in the menubar, while the submenus
|
||||
define the pull-down menus. Sub-sub menus and lower pop up to the right
|
||||
of the submenus. </P>
|
||||
<P ALIGN=CENTER>\image html menubar.gif</P>
|
||||
\image latex menubar.eps " menubar" width=12cm
|
||||
<P ALIGN=CENTER>\image html menubar.png</P>
|
||||
\image latex menubar.png " menubar" width=12cm
|
||||
<P>If there is an item in the top menu that is not a title of a
|
||||
submenu, then it acts like a "button" in the menubar. Clicking on it
|
||||
will pick it. </P>
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
This is a button that when pushed pops up a menu (or hierarchy of
|
||||
menus) defined by an array of
|
||||
Fl_Menu_Item objects.
|
||||
<P ALIGN=CENTER>\image html menu_button.gif</P>
|
||||
\image latex menu_button.eps " menu_button" width=5cm
|
||||
<P ALIGN=CENTER>\image html menu_button.png</P>
|
||||
\image latex menu_button.png " menu_button" width=5cm
|
||||
<P>Normally any mouse button will pop up a menu and it is lined up
|
||||
below the button as shown in the picture. However an Fl_Menu_Button
|
||||
may also control a pop-up menu. This is done by setting the type()
|
||||
|
||||
@@ -102,8 +102,8 @@ class Fl_Menu_;
|
||||
\endcode
|
||||
produces:
|
||||
|
||||
\image html menu.gif
|
||||
\image latex menu.eps "menu" width=10cm
|
||||
\image html menu.png
|
||||
\image latex menu.png "menu" width=10cm
|
||||
|
||||
A submenu title is identified by the bit FL_SUBMENU in the
|
||||
flags field, and ends with a label() that is NULL.
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
which is useful for program-generated values. The user may select
|
||||
portions of the text using the mouse and paste the contents into other
|
||||
fields or programs.
|
||||
<P align=CENTER>\image html text.gif</P>
|
||||
\image latex text.eps "Fl_Output" width=8cm
|
||||
<P align=CENTER>\image html text.png</P>
|
||||
\image latex text.png "Fl_Output" width=8cm
|
||||
<P>There is a single subclass,
|
||||
Fl_Multiline_Output, which allows you to display multiple lines of
|
||||
text. Fl_Multiline_Output does not provide scroll bars. If a more
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
It would be useful if this could be put atop another widget so that the
|
||||
crosshairs are on top, but this is not implemented. The color of the
|
||||
crosshairs is selection_color().
|
||||
<P ALIGN=CENTER>\image html positioner.gif </P>
|
||||
\image latex positioner.eps " Fl_Positioner" width=4cm
|
||||
<P ALIGN=CENTER>\image html positioner.png </P>
|
||||
\image latex positioner.png " Fl_Positioner" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Positioner : public Fl_Widget {
|
||||
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
The Fl_Return_Button is a subclass of Fl_Button that
|
||||
generates a callback when it is pressed or when the user presses the
|
||||
Enter key. A carriage-return symbol is drawn next to the button label.
|
||||
<P ALIGN=CENTER>\image html Fl_Return_Button.gif
|
||||
\image latex Fl_Return_Button.eps "Fl_Return_Button" width=4cm
|
||||
<P ALIGN=CENTER>\image html Fl_Return_Button.png
|
||||
\image latex Fl_Return_Button.png "Fl_Return_Button" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Return_Button : public Fl_Button {
|
||||
protected:
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
/**
|
||||
The Fl_Roller widget is a "dolly" control commonly used to
|
||||
move 3D objects.
|
||||
<P ALIGN=CENTER>\image html Fl_Roller.gif
|
||||
\image latex Fl_Roller.eps "Fl_Roller" width=4cm
|
||||
<P ALIGN=CENTER>\image html Fl_Roller.png
|
||||
\image latex Fl_Roller.png "Fl_Roller" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Roller : public Fl_Valuator {
|
||||
protected:
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
Buttons generate callbacks when they are clicked by the user. You
|
||||
control exactly when and how by changing the values for type()
|
||||
and when().
|
||||
<P ALIGN=CENTER>\image html Fl_Round_Button.gif</P>
|
||||
\image latex Fl_Round_Button.eps " Fl_Round_Button" width=4cm
|
||||
<P ALIGN=CENTER>\image html Fl_Round_Button.png</P>
|
||||
\image latex Fl_Round_Button.png " Fl_Round_Button" width=4cm
|
||||
<P>The Fl_Round_Button subclass display the "on" state by
|
||||
turning on a light, rather than drawing pushed in. The shape of the
|
||||
"light" is initially set to FL_ROUND_DOWN_BOX. The color of the light
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
larger than your window. If the child widgets are larger than the size
|
||||
of this object then scrollbars will appear so that you can scroll over
|
||||
to them:
|
||||
\image html Fl_Scroll.gif
|
||||
\image latex Fl_Scroll.eps "Fl_Scroll" width=4cm
|
||||
\image html Fl_Scroll.png
|
||||
\image latex Fl_Scroll.png "Fl_Scroll" width=4cm
|
||||
|
||||
If all of the child widgets are packed together into a solid
|
||||
rectangle then you want to set box() to FL_NO_BOX or
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
have to use casts to get at the floating-point versions of value()
|
||||
from Fl_Slider.
|
||||
|
||||
\image html scrollbar.gif
|
||||
\image latex scrollbar.eps "Fl_Scrollbar" width=4cm
|
||||
\image html scrollbar.png
|
||||
\image latex scrollbar.png "Fl_Scrollbar" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Scrollbar : public Fl_Slider {
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
#include "Fl_Counter.H"
|
||||
/**
|
||||
This widget creates a counter with only 2 arrow buttons
|
||||
<P align=center>\image html counter.gif</P>
|
||||
\image latex counter.eps "Fl_Simple_Counter" width=4cm
|
||||
<P align=center>\image html counter.png</P>
|
||||
\image latex counter.png "Fl_Simple_Counter" width=4cm
|
||||
*/
|
||||
class Fl_Simple_Counter : public Fl_Counter {
|
||||
public:
|
||||
|
||||
@@ -64,8 +64,8 @@
|
||||
\li FL_HOR_NICE_SLIDER - Draws a horizontal slider with a
|
||||
nice looking control knob.
|
||||
|
||||
\image html slider.gif
|
||||
\image latex slider.eps "Fl_Slider" width=4cm
|
||||
\image html slider.png
|
||||
\image latex slider.png "Fl_Slider" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Slider : public Fl_Valuator {
|
||||
|
||||
|
||||
@@ -69,11 +69,11 @@
|
||||
- As a regular container of FLTK widgets, one widget per cell.
|
||||
See examples/table-as-container.cxx. \em Not recommended for large tables.
|
||||
|
||||
\image html table-simple.gif
|
||||
\image latex table-simple.eps "table-simple example" width=6cm
|
||||
\image html table-simple.png
|
||||
\image latex table-simple.png "table-simple example" width=6cm
|
||||
|
||||
\image html table-as-container.gif
|
||||
\image latex table-as-container.eps "table-as-container example" width=6cm
|
||||
\image html table-as-container.png
|
||||
\image latex table-as-container.png "table-as-container example" width=6cm
|
||||
|
||||
When acting as part of a custom widget, events on the cells and/or headings
|
||||
generate callbacks when they are clicked by the user. You control when events
|
||||
@@ -85,8 +85,8 @@
|
||||
|
||||
The following variables are available to classes deriving from Fl_Table:
|
||||
|
||||
\image html table-dimensions.gif
|
||||
\image latex table-dimensions.eps "Fl_Table Dimensions" width=6cm
|
||||
\image html table-dimensions.png
|
||||
\image latex table-dimensions.png "Fl_Table Dimensions" width=6cm
|
||||
|
||||
<table border=0>
|
||||
<tr><td>x()/y()/w()/h()</td>
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
interface that allows you to put lots and lots of buttons and
|
||||
switches in a panel, as popularized by many toolkits.
|
||||
|
||||
\image html tabs.gif
|
||||
\image latex tabs.eps "Fl_Tabs" width=8cm
|
||||
\image html tabs.png
|
||||
\image latex tabs.png "Fl_Tabs" width=8cm
|
||||
|
||||
Clicking the tab makes a child visible() by calling
|
||||
show() on it, and all other children are made invisible
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
The Fl_Tile class lets you resize the children by dragging
|
||||
the border between them:
|
||||
|
||||
<P ALIGN=CENTER>\image html Fl_Tile.gif </P>
|
||||
\image latex Fl_Tile.eps "Fl_Tile" width=4cm
|
||||
<P ALIGN=CENTER>\image html Fl_Tile.png </P>
|
||||
\image latex Fl_Tile.png "Fl_Tile" width=4cm
|
||||
|
||||
<P>For the tiling to work correctly, the children of an
|
||||
Fl_Tile must cover the entire area of the widget, but not
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
/// callback_item() and callback_reason() can be used to determine the cause of the callback.
|
||||
///
|
||||
/// \image html tree-elements.png
|
||||
/// \image latex tree-elements.eps "Fl_Tree dimensions" width=6cm
|
||||
/// \image latex tree-elements.png "Fl_Tree dimensions" width=6cm
|
||||
///
|
||||
|
||||
/// \enum Fl_Tree_Reason
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
and provides a consistent interface to set the value, range, and step,
|
||||
and insures that callbacks are done the same for every object.
|
||||
<P>There are probably more of these classes in FLTK than any others:
|
||||
<P ALIGN=CENTER>\image html valuators.gif</P>
|
||||
\image latex valuators.eps "Valuators derived from Fl_Valuators" width=10cm
|
||||
<P ALIGN=CENTER>\image html valuators.png</P>
|
||||
\image latex valuators.png "Valuators derived from Fl_Valuators" width=10cm
|
||||
<P>In the above diagram each box surrounds an actual subclass. These
|
||||
are further differentiated by setting the type() of the widget t
|
||||
o the symbolic value labeling the widget.
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
of numbers are limited to integers instead of floating point
|
||||
values.
|
||||
|
||||
<P ALIGN="CENTER">\image html Fl_Value_Input.gif
|
||||
\image latex Fl_Value_Input.eps "Fl_Value_Input" width=8cm
|
||||
<P ALIGN="CENTER">\image html Fl_Value_Input.png
|
||||
\image latex Fl_Value_Input.png "Fl_Value_Input" width=8cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Value_Input : public Fl_Valuator {
|
||||
public:
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
<P>This is much lighter-weight than
|
||||
Fl_Value_Input because it contains no text editing code or
|
||||
character buffer. </P>
|
||||
<P ALIGN=CENTER>\image html Fl_Value_Output.gif
|
||||
\image latex Fl_Value_Output.eps "Fl_Value_Output" width=8cm
|
||||
<P ALIGN=CENTER>\image html Fl_Value_Output.png
|
||||
\image latex Fl_Value_Output.png "Fl_Value_Output" width=8cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Value_Output : public Fl_Valuator {
|
||||
Fl_Font textfont_;
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
/**
|
||||
The Fl_Value_Slider widget is a Fl_Slider widget
|
||||
with a box displaying the current value.
|
||||
<P ALIGN=CENTER>\image html value_slider.gif
|
||||
\image latex value_slider.eps "Fl_Value_Slider" width=4cm
|
||||
<P ALIGN=CENTER>\image html value_slider.png
|
||||
\image latex value_slider.png "Fl_Value_Slider" width=4cm
|
||||
*/
|
||||
class FL_EXPORT Fl_Value_Slider : public Fl_Slider {
|
||||
Fl_Font textfont_;
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
|
||||
/**
|
||||
\brief Pops up a window to let the user pick an colormap entry.
|
||||
\image html fl_show_colormap.gif
|
||||
\image latex fl_show_colormap.eps "fl_show_colormap" width=8cm
|
||||
\image html fl_show_colormap.png
|
||||
\image latex fl_show_colormap.png "fl_show_colormap" width=8cm
|
||||
\param[in] oldcol color to be highlighted when grid is shown.
|
||||
\retval Fl_Color value of the chosen colormap entry.
|
||||
\sa Fl_Color_Chooser
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
# Get configuration stuff...
|
||||
include ../makeinclude
|
||||
|
||||
# The following appends to the existing .SUFFIXES
|
||||
.SUFFIXES: .gif .jpg .png .eps
|
||||
|
||||
SRC_DOCDIR = ./src
|
||||
|
||||
# These are the HTML "source" files...
|
||||
@@ -126,74 +123,6 @@ IMAGEFILES = \
|
||||
$(SRC_DOCDIR)/valuators.gif \
|
||||
$(SRC_DOCDIR)/value_slider.gif
|
||||
|
||||
EPSFILES = \
|
||||
$(SRC_DOCDIR)/FL200.eps\
|
||||
$(SRC_DOCDIR)/Fl_Check_Button.eps \
|
||||
$(SRC_DOCDIR)/Fl_File_Chooser.eps \
|
||||
$(SRC_DOCDIR)/Fl_File_Input.eps \
|
||||
$(SRC_DOCDIR)/Fl_Help_Dialog.eps \
|
||||
$(SRC_DOCDIR)/Fl_Light_Button.eps \
|
||||
$(SRC_DOCDIR)/Fl_Return_Button.eps \
|
||||
$(SRC_DOCDIR)/Fl_Roller.eps \
|
||||
$(SRC_DOCDIR)/Fl_Round_Button.eps \
|
||||
$(SRC_DOCDIR)/Fl_Scroll.eps \
|
||||
$(SRC_DOCDIR)/Fl_Tile.eps \
|
||||
$(SRC_DOCDIR)/Fl_Value_Input.eps \
|
||||
$(SRC_DOCDIR)/Fl_Value_Output.eps \
|
||||
$(SRC_DOCDIR)/adjuster1.eps \
|
||||
$(SRC_DOCDIR)/boxtypes.eps \
|
||||
$(SRC_DOCDIR)/buttons.eps \
|
||||
$(SRC_DOCDIR)/charts.eps \
|
||||
$(SRC_DOCDIR)/choice.eps \
|
||||
$(SRC_DOCDIR)/clock.eps \
|
||||
$(SRC_DOCDIR)/counter.eps \
|
||||
$(SRC_DOCDIR)/cubeview.eps \
|
||||
$(SRC_DOCDIR)/dial.eps \
|
||||
$(SRC_DOCDIR)/editor-replace.eps \
|
||||
$(SRC_DOCDIR)/editor.eps \
|
||||
$(SRC_DOCDIR)/fl_alert.eps \
|
||||
$(SRC_DOCDIR)/fl_ask.eps \
|
||||
$(SRC_DOCDIR)/fl_choice.eps \
|
||||
$(SRC_DOCDIR)/fl_color_chooser.eps \
|
||||
$(SRC_DOCDIR)/fl_input.eps \
|
||||
$(SRC_DOCDIR)/fl_message.eps \
|
||||
$(SRC_DOCDIR)/fl_password.eps \
|
||||
$(SRC_DOCDIR)/fl_show_colormap.eps \
|
||||
$(SRC_DOCDIR)/fluid-catgets.eps \
|
||||
$(SRC_DOCDIR)/fluid-gettext.eps \
|
||||
$(SRC_DOCDIR)/fluid-org.eps \
|
||||
$(SRC_DOCDIR)/fluid1.eps \
|
||||
$(SRC_DOCDIR)/fluid2.eps \
|
||||
$(SRC_DOCDIR)/fluid3-cxx.eps \
|
||||
$(SRC_DOCDIR)/fluid3-gui.eps \
|
||||
$(SRC_DOCDIR)/fluid3-style.eps \
|
||||
$(SRC_DOCDIR)/fluid4.eps \
|
||||
$(SRC_DOCDIR)/fluid_prefs.eps \
|
||||
$(SRC_DOCDIR)/fluid_widget_cxx.eps \
|
||||
$(SRC_DOCDIR)/fluid_widget_gui.eps \
|
||||
$(SRC_DOCDIR)/fluid_widget_style.eps \
|
||||
$(SRC_DOCDIR)/hello.C.eps \
|
||||
$(SRC_DOCDIR)/input_choice.eps \
|
||||
$(SRC_DOCDIR)/menu.eps \
|
||||
$(SRC_DOCDIR)/menu_button.eps \
|
||||
$(SRC_DOCDIR)/menubar.eps \
|
||||
$(SRC_DOCDIR)/positioner.eps \
|
||||
$(SRC_DOCDIR)/resizebox1.eps \
|
||||
$(SRC_DOCDIR)/resizebox2.eps \
|
||||
$(SRC_DOCDIR)/round_clock.eps \
|
||||
$(SRC_DOCDIR)/scrollbar.eps \
|
||||
$(SRC_DOCDIR)/slider.eps \
|
||||
$(SRC_DOCDIR)/symbols.eps \
|
||||
$(SRC_DOCDIR)/table-as-container.eps \
|
||||
$(SRC_DOCDIR)/table-dimensions.eps \
|
||||
$(SRC_DOCDIR)/table-simple.eps \
|
||||
$(SRC_DOCDIR)/tabs.eps \
|
||||
$(SRC_DOCDIR)/text.eps \
|
||||
$(SRC_DOCDIR)/tiny.eps \
|
||||
$(SRC_DOCDIR)/tree-elements.eps \
|
||||
$(SRC_DOCDIR)/valuators.eps \
|
||||
$(SRC_DOCDIR)/value_slider.eps
|
||||
|
||||
MANPAGES = $(SRC_DOCDIR)/fltk.$(CAT3EXT) $(SRC_DOCDIR)/fltk-config.$(CAT1EXT) \
|
||||
$(SRC_DOCDIR)/fluid.$(CAT1EXT) $(SRC_DOCDIR)/blocks.$(CAT6EXT) \
|
||||
$(SRC_DOCDIR)/checkers.$(CAT6EXT) $(SRC_DOCDIR)/sudoku.$(CAT6EXT)
|
||||
@@ -260,19 +189,6 @@ uninstall-linux uninstall-osx:
|
||||
$(RM) $(DESTDIR)$(mandir)/man6/checkers.6
|
||||
$(RM) $(DESTDIR)$(mandir)/man6/sudoku.6
|
||||
|
||||
# Image -> eps conversions
|
||||
.gif.eps:
|
||||
echo Creating eps for $<...
|
||||
convert $< $@
|
||||
|
||||
.jpg.eps:
|
||||
echo Creating eps for $<...
|
||||
convert $< $@
|
||||
|
||||
.png.eps:
|
||||
echo Creating eps for $<...
|
||||
convert $< $@
|
||||
|
||||
# The HTML files are now generated using doxygen, and this needs
|
||||
# an installed doxygen version and may take some time, so this target
|
||||
# is not made by default.
|
||||
@@ -297,7 +213,7 @@ pdf-dist: latex/refman.pdf
|
||||
|
||||
pdf: latex/refman.pdf
|
||||
|
||||
latex/refman.pdf: latex/refman.tex Doxybook $(EPSFILES)
|
||||
latex/refman.pdf: latex/refman.tex Doxybook
|
||||
echo "Generating PDF documentation ..."
|
||||
$(DOXYDOC) Doxybook ;\
|
||||
(cd latex ;\
|
||||
@@ -314,7 +230,7 @@ latex/refman.pdf: latex/refman.tex Doxybook $(EPSFILES)
|
||||
done ; \
|
||||
cd ..) > pdfall.log
|
||||
|
||||
latex/refman.tex: Doxybook $(EPSFILES)
|
||||
latex/refman.tex: Doxybook
|
||||
|
||||
#
|
||||
# End of "$Id$".
|
||||
|
||||
|
Before Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
@@ -1,392 +0,0 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: (ImageMagick)
|
||||
%%Title: (src/Fl_Check_Button.eps)
|
||||
%%CreationDate: (Sun Dec 5 09:40:38 2010)
|
||||
%%BoundingBox: 0 0 144 28
|
||||
%%HiResBoundingBox: 0 0 144 28
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 1
|
||||
%%Pages: 1
|
||||
%%EndComments
|
||||
|
||||
%%BeginDefaults
|
||||
%%EndDefaults
|
||||
|
||||
%%BeginProlog
|
||||
%
|
||||
% Display a color image. The image is displayed in color on
|
||||
% Postscript viewers or printers that support color, otherwise
|
||||
% it is displayed as grayscale.
|
||||
%
|
||||
/DirectClassPacket
|
||||
{
|
||||
%
|
||||
% Get a DirectClass packet.
|
||||
%
|
||||
% Parameters:
|
||||
% red.
|
||||
% green.
|
||||
% blue.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile color_packet readhexstring pop pop
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 3 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add 3 mul def
|
||||
} ifelse
|
||||
0 3 number_pixels 1 sub
|
||||
{
|
||||
pixels exch color_packet putinterval
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/DirectClassImage
|
||||
{
|
||||
%
|
||||
% Display a DirectClass image.
|
||||
%
|
||||
systemdict /colorimage known
|
||||
{
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ DirectClassPacket } false 3 colorimage
|
||||
}
|
||||
{
|
||||
%
|
||||
% No colorimage operator; convert to grayscale.
|
||||
%
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ GrayDirectClassPacket } image
|
||||
} ifelse
|
||||
} bind def
|
||||
|
||||
/GrayDirectClassPacket
|
||||
{
|
||||
%
|
||||
% Get a DirectClass packet; convert to grayscale.
|
||||
%
|
||||
% Parameters:
|
||||
% red
|
||||
% green
|
||||
% blue
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile color_packet readhexstring pop pop
|
||||
color_packet 0 get 0.299 mul
|
||||
color_packet 1 get 0.587 mul add
|
||||
color_packet 2 get 0.114 mul add
|
||||
cvi
|
||||
/gray_packet exch def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 1 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add def
|
||||
} ifelse
|
||||
0 1 number_pixels 1 sub
|
||||
{
|
||||
pixels exch gray_packet put
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/GrayPseudoClassPacket
|
||||
{
|
||||
%
|
||||
% Get a PseudoClass packet; convert to grayscale.
|
||||
%
|
||||
% Parameters:
|
||||
% index: index into the colormap.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/offset exch 3 mul def
|
||||
/color_packet colormap offset 3 getinterval def
|
||||
color_packet 0 get 0.299 mul
|
||||
color_packet 1 get 0.587 mul add
|
||||
color_packet 2 get 0.114 mul add
|
||||
cvi
|
||||
/gray_packet exch def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 1 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add def
|
||||
} ifelse
|
||||
0 1 number_pixels 1 sub
|
||||
{
|
||||
pixels exch gray_packet put
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/PseudoClassPacket
|
||||
{
|
||||
%
|
||||
% Get a PseudoClass packet.
|
||||
%
|
||||
% Parameters:
|
||||
% index: index into the colormap.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/offset exch 3 mul def
|
||||
/color_packet colormap offset 3 getinterval def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 3 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add 3 mul def
|
||||
} ifelse
|
||||
0 3 number_pixels 1 sub
|
||||
{
|
||||
pixels exch color_packet putinterval
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/PseudoClassImage
|
||||
{
|
||||
%
|
||||
% Display a PseudoClass image.
|
||||
%
|
||||
% Parameters:
|
||||
% class: 0-PseudoClass or 1-Grayscale.
|
||||
%
|
||||
currentfile buffer readline pop
|
||||
token pop /class exch def pop
|
||||
class 0 gt
|
||||
{
|
||||
currentfile buffer readline pop
|
||||
token pop /depth exch def pop
|
||||
/grays columns 8 add depth sub depth mul 8 idiv string def
|
||||
columns rows depth
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ currentfile grays readhexstring pop } image
|
||||
}
|
||||
{
|
||||
%
|
||||
% Parameters:
|
||||
% colors: number of colors in the colormap.
|
||||
% colormap: red, green, blue color packets.
|
||||
%
|
||||
currentfile buffer readline pop
|
||||
token pop /colors exch def pop
|
||||
/colors colors 3 mul def
|
||||
/colormap colors string def
|
||||
currentfile colormap readhexstring pop pop
|
||||
systemdict /colorimage known
|
||||
{
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ PseudoClassPacket } false 3 colorimage
|
||||
}
|
||||
{
|
||||
%
|
||||
% No colorimage operator; convert to grayscale.
|
||||
%
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ GrayPseudoClassPacket } image
|
||||
} ifelse
|
||||
} ifelse
|
||||
} bind def
|
||||
|
||||
/DisplayImage
|
||||
{
|
||||
%
|
||||
% Display a DirectClass or PseudoClass image.
|
||||
%
|
||||
% Parameters:
|
||||
% x & y translation.
|
||||
% x & y scale.
|
||||
% label pointsize.
|
||||
% image label.
|
||||
% image columns & rows.
|
||||
% class: 0-DirectClass or 1-PseudoClass.
|
||||
% compression: 0-none or 1-RunlengthEncoded.
|
||||
% hex color packets.
|
||||
%
|
||||
gsave
|
||||
/buffer 512 string def
|
||||
/byte 1 string def
|
||||
/color_packet 3 string def
|
||||
/pixels 768 string def
|
||||
|
||||
currentfile buffer readline pop
|
||||
token pop /x exch def
|
||||
token pop /y exch def pop
|
||||
x y translate
|
||||
currentfile buffer readline pop
|
||||
token pop /x exch def
|
||||
token pop /y exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /pointsize exch def pop
|
||||
/Times-Roman findfont pointsize scalefont setfont
|
||||
x y scale
|
||||
currentfile buffer readline pop
|
||||
token pop /columns exch def
|
||||
token pop /rows exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /class exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /compression exch def pop
|
||||
class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
|
||||
grestore
|
||||
} bind def
|
||||
%%EndProlog
|
||||
%%Page: 1 1
|
||||
%%PageBoundingBox: 0 0 144 28
|
||||
userdict begin
|
||||
DisplayImage
|
||||
0 0
|
||||
144 28
|
||||
12.000000
|
||||
144 28
|
||||
1
|
||||
1
|
||||
1
|
||||
8
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBABABABABABABABABABABABAFADCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00000000000000000000CFFADCDCDCDCDCDCDCDCDC00000000000000
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDCDCDCDC000000DCDCDCDC00DCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDCDCDCDCDC000000000000DCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDCDC0000DCDCDC0000DCDC00DCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDCDCDCDCDC00DCDCDCDC0000DCDCDC
|
||||
DCDCDCDCDCDCDC00DCDCDC00DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00DCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDCDC
|
||||
DCDCDCDCDCDCDC00DCDCDC00DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC00DC000000DCDCDCDC00000000
|
||||
DCDCDCDC00000000DCDCDC00DCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
DCDCDCDC00DC0000000000000000DCDC00000000DCDCDC00DC000000DCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC0000DCDC0000DCDC0000DCDC00
|
||||
00DCDC0000DCDC0000DCDC00DCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
DCDCDCDC00DCDC00DCDCDC00DCDCDC0000DCDC0000DCDC0000DCDC0000DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC000000000000DC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC00DCDCDCDC00DCDC00DCDCDCDC
|
||||
00DCDC00DCDCDCDCDCDCDC00DC00DCDCDCDCDCDCDCDCDCDCDCDC000000000000DCDCDC00
|
||||
DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC00DCDCDCDC00DCDC0000000000
|
||||
00DCDC00DCDCDCDCDCDCDC0000DCDCDCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC00DCDCDCDC00DCDC00DCDCDCDC
|
||||
DCDCDC00DCDCDCDCDCDCDC00DC00DCDCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDCDC
|
||||
DCDCDC00DCDCDCDC00DCDC00DCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBA00FFFFFFFFFFFFFFFFFFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDCDC0000DCDCDC0000DCDC00DCDCDCDC00DCDC0000DCDC00
|
||||
00DCDC0000DCDC0000DCDC00DCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
00DCDC0000DCDC00DCDCDC00DCDCDC0000DCDC0000DCDC00DCDCDCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCBACFCFCFCFCFCFCFCFCFCFCFFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDCDCDCDC000000DCDCDCDC00DCDCDCDC00DCDCDC00000000
|
||||
DCDCDCDC00000000DCDCDC00DCDCDCDC00DCDCDCDCDCDCDCDCDC000000000000DCDCDCDC
|
||||
000000DC00DCDCDC0000DCDC0000DCDC00000000DCDCDC00DCDCDCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCFAFAFAFAFAFAFAFAFAFAFAFAFADCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDC0000000000000000DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC0000000000000000DCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCend
|
||||
%%PageTrailer
|
||||
%%Trailer
|
||||
%%EOF
|
||||
|
Before Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 461 B |
|
Before Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
@@ -1,388 +0,0 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: (ImageMagick)
|
||||
%%Title: (src/Fl_Light_Button.eps)
|
||||
%%CreationDate: (Sun Dec 5 09:42:00 2010)
|
||||
%%BoundingBox: 0 0 130 30
|
||||
%%HiResBoundingBox: 0 0 130 30
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 1
|
||||
%%Pages: 1
|
||||
%%EndComments
|
||||
|
||||
%%BeginDefaults
|
||||
%%EndDefaults
|
||||
|
||||
%%BeginProlog
|
||||
%
|
||||
% Display a color image. The image is displayed in color on
|
||||
% Postscript viewers or printers that support color, otherwise
|
||||
% it is displayed as grayscale.
|
||||
%
|
||||
/DirectClassPacket
|
||||
{
|
||||
%
|
||||
% Get a DirectClass packet.
|
||||
%
|
||||
% Parameters:
|
||||
% red.
|
||||
% green.
|
||||
% blue.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile color_packet readhexstring pop pop
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 3 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add 3 mul def
|
||||
} ifelse
|
||||
0 3 number_pixels 1 sub
|
||||
{
|
||||
pixels exch color_packet putinterval
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/DirectClassImage
|
||||
{
|
||||
%
|
||||
% Display a DirectClass image.
|
||||
%
|
||||
systemdict /colorimage known
|
||||
{
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ DirectClassPacket } false 3 colorimage
|
||||
}
|
||||
{
|
||||
%
|
||||
% No colorimage operator; convert to grayscale.
|
||||
%
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ GrayDirectClassPacket } image
|
||||
} ifelse
|
||||
} bind def
|
||||
|
||||
/GrayDirectClassPacket
|
||||
{
|
||||
%
|
||||
% Get a DirectClass packet; convert to grayscale.
|
||||
%
|
||||
% Parameters:
|
||||
% red
|
||||
% green
|
||||
% blue
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile color_packet readhexstring pop pop
|
||||
color_packet 0 get 0.299 mul
|
||||
color_packet 1 get 0.587 mul add
|
||||
color_packet 2 get 0.114 mul add
|
||||
cvi
|
||||
/gray_packet exch def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 1 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add def
|
||||
} ifelse
|
||||
0 1 number_pixels 1 sub
|
||||
{
|
||||
pixels exch gray_packet put
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/GrayPseudoClassPacket
|
||||
{
|
||||
%
|
||||
% Get a PseudoClass packet; convert to grayscale.
|
||||
%
|
||||
% Parameters:
|
||||
% index: index into the colormap.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/offset exch 3 mul def
|
||||
/color_packet colormap offset 3 getinterval def
|
||||
color_packet 0 get 0.299 mul
|
||||
color_packet 1 get 0.587 mul add
|
||||
color_packet 2 get 0.114 mul add
|
||||
cvi
|
||||
/gray_packet exch def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 1 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add def
|
||||
} ifelse
|
||||
0 1 number_pixels 1 sub
|
||||
{
|
||||
pixels exch gray_packet put
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/PseudoClassPacket
|
||||
{
|
||||
%
|
||||
% Get a PseudoClass packet.
|
||||
%
|
||||
% Parameters:
|
||||
% index: index into the colormap.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/offset exch 3 mul def
|
||||
/color_packet colormap offset 3 getinterval def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 3 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add 3 mul def
|
||||
} ifelse
|
||||
0 3 number_pixels 1 sub
|
||||
{
|
||||
pixels exch color_packet putinterval
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/PseudoClassImage
|
||||
{
|
||||
%
|
||||
% Display a PseudoClass image.
|
||||
%
|
||||
% Parameters:
|
||||
% class: 0-PseudoClass or 1-Grayscale.
|
||||
%
|
||||
currentfile buffer readline pop
|
||||
token pop /class exch def pop
|
||||
class 0 gt
|
||||
{
|
||||
currentfile buffer readline pop
|
||||
token pop /depth exch def pop
|
||||
/grays columns 8 add depth sub depth mul 8 idiv string def
|
||||
columns rows depth
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ currentfile grays readhexstring pop } image
|
||||
}
|
||||
{
|
||||
%
|
||||
% Parameters:
|
||||
% colors: number of colors in the colormap.
|
||||
% colormap: red, green, blue color packets.
|
||||
%
|
||||
currentfile buffer readline pop
|
||||
token pop /colors exch def pop
|
||||
/colors colors 3 mul def
|
||||
/colormap colors string def
|
||||
currentfile colormap readhexstring pop pop
|
||||
systemdict /colorimage known
|
||||
{
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ PseudoClassPacket } false 3 colorimage
|
||||
}
|
||||
{
|
||||
%
|
||||
% No colorimage operator; convert to grayscale.
|
||||
%
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ GrayPseudoClassPacket } image
|
||||
} ifelse
|
||||
} ifelse
|
||||
} bind def
|
||||
|
||||
/DisplayImage
|
||||
{
|
||||
%
|
||||
% Display a DirectClass or PseudoClass image.
|
||||
%
|
||||
% Parameters:
|
||||
% x & y translation.
|
||||
% x & y scale.
|
||||
% label pointsize.
|
||||
% image label.
|
||||
% image columns & rows.
|
||||
% class: 0-DirectClass or 1-PseudoClass.
|
||||
% compression: 0-none or 1-RunlengthEncoded.
|
||||
% hex color packets.
|
||||
%
|
||||
gsave
|
||||
/buffer 512 string def
|
||||
/byte 1 string def
|
||||
/color_packet 3 string def
|
||||
/pixels 768 string def
|
||||
|
||||
currentfile buffer readline pop
|
||||
token pop /x exch def
|
||||
token pop /y exch def pop
|
||||
x y translate
|
||||
currentfile buffer readline pop
|
||||
token pop /x exch def
|
||||
token pop /y exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /pointsize exch def pop
|
||||
/Times-Roman findfont pointsize scalefont setfont
|
||||
x y scale
|
||||
currentfile buffer readline pop
|
||||
token pop /columns exch def
|
||||
token pop /rows exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /class exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /compression exch def pop
|
||||
class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
|
||||
grestore
|
||||
} bind def
|
||||
%%EndProlog
|
||||
%%Page: 1 1
|
||||
%%PageBoundingBox: 0 0 130 30
|
||||
userdict begin
|
||||
DisplayImage
|
||||
0 0
|
||||
130 30
|
||||
12.000000
|
||||
130 30
|
||||
1
|
||||
1
|
||||
1
|
||||
8
|
||||
FAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFA
|
||||
FAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFA
|
||||
FAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFA
|
||||
FAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAFA00FAE8E8E8E8E8E8E8E8E8E8E8E8
|
||||
E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8
|
||||
E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8
|
||||
E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8E8
|
||||
E8E8E8E8E8E8E8BA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDC8F8F8F8F8F8FFADCDC
|
||||
DCDCDCDCDCDCDC00000000000000DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00
|
||||
DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC000000000000
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCBA00FAE8DCDCDCDCDCDC8FDCDCDCDCDCFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDC
|
||||
DCDCDCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDC0000DCDCDCDCDCDCDCDCDCDC00DCDC
|
||||
DC00DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDC8F
|
||||
DCDCDCDCDCFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDC00
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC
|
||||
DCDC00DCDCDCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDC00DCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDC8FDCDCDCDCDCFADCDCDCDCDCDCDCDC
|
||||
DC00DCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDCDC000000
|
||||
DC00DCDC00DC000000DCDC00000000DCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00DCDC
|
||||
DCDC00DC0000000000000000DCDC00000000DCDCDC00DC000000DCDCDCDCDCDCDCBA00FA
|
||||
E8DCDCDCDCDCDC8FDCDCDCDCDCFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDC00DCDCDC
|
||||
DCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDC0000DCDC0000DCDC0000DCDC0000DCDC00DC
|
||||
DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDC00DCDCDC00
|
||||
00DCDC0000DCDC0000DCDC0000DCDCDCDCDCDCBA00FAE8DCDCDCDCDCDC8FDCDCDCDCDCFA
|
||||
DCDCDCDCDCDCDCDCDC000000000000DCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDC
|
||||
DC00DCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDCDCDCDCDCDCDCDCDC00000000
|
||||
0000DCDCDC00DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DC
|
||||
DCDCDCDCDCBA00FAE8DCDCDCDCDCDC8FDCDCDCDCDCFADCDCDCDCDCDCDCDCDC00DCDCDCDC
|
||||
DCDCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDC00DCDCDCDC00DCDC00DC
|
||||
DCDCDC00DCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00DCDCDCDC00DCDC00
|
||||
DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDCDCDCDCDCBA00FAE8DCDCDCDCDC
|
||||
DC8FDCDCDCDCDCFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDC
|
||||
DC00DCDCDCDCDCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDCDCDCDCDC
|
||||
DCDCDCDC00DCDCDCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DC
|
||||
DC00DCDCDCDC00DCDCDCDCDCDCBA00FAE8DCDCDCDCDCDC8FDCDCDCDCDCFADCDCDCDCDCDC
|
||||
DCDCDC00DCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDC00DC
|
||||
DCDCDC00DCDC00DCDCDCDC00DCDC00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC00
|
||||
DCDCDCDC00DCDC00DCDCDC00DCDCDC00DCDCDCDC00DCDC00DCDCDCDC00DCDCDCDCDCDCBA
|
||||
00FAE8DCDCDCDCDCDC8FDCDCDCDCDCFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDC00DC
|
||||
DCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDC00DCDC0000DCDC0000DCDC00DCDCDCDC00DCDC
|
||||
00DCDCDCDCDCDCDCDCDCDCDC00DCDCDCDCDC00DCDC0000DCDC0000DCDC00DCDCDC00DCDC
|
||||
DC0000DCDC0000DCDC00DCDCDCDC00DCDCDCDCDCDCBA00FAE8DCDCDCDCDCDC8FDCDCDCDC
|
||||
DCFADCDCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDC00DCDCDCDCDCDCDCDCDCDC0000000000
|
||||
00DCDC00DCDCDC000000DC00DCDC00DCDCDCDC00DCDCDC0000DCDCDCDCDCDCDCDCDC0000
|
||||
00000000DCDCDCDC000000DC00DCDCDC0000DCDC0000DCDC00000000DCDCDC00DCDCDCDC
|
||||
00DCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCFAFAFAFAFAFAFADCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC00DCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDC0000DCDC0000DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC0000000000000000DCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DC00000000DCDCDCDCDCDCDCDCDCDCDCDCDCDC0000000000000000DCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCBA00FAE8DCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDC
|
||||
DCDCDCBA00FABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABA
|
||||
BABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABA
|
||||
BABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABA
|
||||
BABABABABABABABABABABABABABABABABABABABABABABABABABA00000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
00000000000000000000000000end
|
||||
%%PageTrailer
|
||||
%%Trailer
|
||||
%%EOF
|
||||