# data file for the Fltk User Interface Designer (fluid)
version 1.0311
header_name {.h}
code_name {.cxx}
class View_Window {open
} {
  decl {\#include "View_Win.h"} {private local
  }
  decl {Wiew_Win * w_main;} {private local
  }
  Function {View_Window(in w, int h, const char * L = 0 )} {open
  } {
    Fl_Window w_View {
      label {View_Win Window}
      callback {w_main->Quit_cb;} open selected
      xywh {1272 97 600 400} type Double box UP_BOX color 55 labelfont 1 resizable
      code0 {o->resize( o->x(),o->y(), w, h );}
      code1 {o->label( L );} size_range {600 400 0 0} visible
    } {
      Fl_Group {} {open
        xywh {0 0 600 30} box UP_BOX color 255 labelsize 24
      } {
        Fl_Menu_Bar {} {open
          xywh {5 0 190 28} color 52 labelsize 24 textsize 24
        } {
          Submenu {} {
            label File open
            xywh {0 0 80 24} labelfont 1 labelsize 14
          } {
            MenuItem {} {
              label Format
              callback {w_main->Format_CB();}
              xywh {0 0 40 24} labelfont 1 labelsize 14
            }
            MenuItem {} {
              label Geometry
              callback {w_>main->Geometry_CB();}
              xywh {0 0 40 24} labelfont 1 labelsize 14
            }
            MenuItem {} {
              label Print
              callback {w_main->Print_CB();}
              xywh {0 0 40 24} shortcut 0x40070 labelfont 1 labelsize 14
            }
            MenuItem {} {
              label Save_as
              callback {w_main->SaveAs_CB();}
              xywh {0 0 40 24} labelfont 1 labelsize 14
            }
            MenuItem {} {
              label item
              callback {w_main->Close_CB();}
              xywh {0 0 40 24}
            }
          }
          Submenu {} {
            label View open
            xywh {0 0 80 24}
          } {
            MenuItem {} {
              label Reload
              xywh {0 0 40 24} shortcut 0x40072 labelfont 1 labelsize 14
            }
            MenuItem {} {
              label UnZoom
              callback {w_main->UnZoom_CB();}
              xywh {0 0 40 24} labelfont 1 labelsize 14
            }
            MenuItem w_frame {
              label Frame
              callback {w_main->Frame_CB();}
              xywh {0 0 40 24} labelfont 1 labelsize 14
            }
          }
          Submenu Help {
            label {View Help} open
            xywh {0 0 80 24} labelfont 1 labelsize 14
          } {
            MenuItem {} {
              label {About View}
              callback {w_main->ABout_CB();}
              xywh {0 0 40 24} labelfont 1 labelsize 14
            }
            MenuItem {} {
              label Help
              callback {w_main->Help_CB();}
              xywh {0 0 40 24} shortcut 0x40068 labelfont 1 labelsize 14
            }
          }
        }
        Fl_Box {} {
          label {Your Slide}
          xywh {200 0 215 28} color 54 labelfont 2 labelsize 24 resizable
        }
        Fl_Button w_ftname {
          callback {w_main->ChangeFont_CB();}
          xywh {420 2 120 24} box ENGRAVED_FRAME down_box THIN_UP_FRAME color 7 labeltype NO_LABEL labelfont 1
          code0 {o->value( "Helvetica" );}
        }
        Fl_Button w_ftsize {
          callback {w_main->ChangeFtSize_CB();}
          xywh {545 2 50 24} box ENGRAVED_FRAME color 7 labelsize 12
          code0 {o->value( "14 Pts" );}
        }
      }
    }
  }
}
