prozgui/src/ftps_win.cxx

47 lines
1.3 KiB
C++

// generated by Fast Light User Interface Designer (fluid) version 1.0100
#include <libintl.h>
#include "ftps_win.h"
#include <assert.h>
#include <string.h>
ftps_gui::ftps_gui():Fl_Window(300,389) {
Fl_Window* w;
{ Fl_Window* o = ftps_win = this;
w = o;
o->user_data((void*)(this));
{ Fl_Output* o = ftps_file_box = new Fl_Output(70, 10, 220, 25, gettext("Filename::"));
o->box(FL_ENGRAVED_BOX);
o->color(49);
o->labelsize(12);
o->labelcolor(4);
o->textsize(12);
o->textcolor(4);
o->align(132);
}
{ Fl_Browser* o = mirror_browser = new Fl_Browser(15, 60, 275, 245);
o->labelsize(12);
o->textsize(12);
o->align(129);
}
{ Fl_Return_Button* o = exit_ftpsearch_button = new Fl_Return_Button(110, 365, 115, 20, gettext("Start Download"));
o->labelsize(12);
o->callback((Fl_Callback*)cb_exit_ftpsearch, (void*)(this));
}
{ Fl_Browser* o = message_browser = new Fl_Browser(15, 310, 275, 50);
o->labelsize(12);
o->textsize(12);
}
{ Fl_Box* o = new Fl_Box(15, 45, 70, 15, gettext("Mirrors"));
o->labelsize(12);
o->align(132|FL_ALIGN_INSIDE);
}
{ Fl_Box* o = new Fl_Box(215, 45, 75, 15, gettext("Ping Time"));
o->labelsize(12);
o->align(132|FL_ALIGN_INSIDE);
}
o->show();
o->end();
}
}