Files
prozgui/src/ftps_win.fl
T
2010-08-31 16:20:51 +02:00

53 lines
1.3 KiB
Plaintext

# data file for the Fltk User Interface Designer (fluid)
version 1.0100
i18n_type 1
i18n_include <libintl.h>
i18n_function gettext
header_name {.h}
code_name {.cxx}
gridx 5
gridy 5
snap 3
decl {\#include "prozilla.h"} {public
}
decl {\#include <assert.h>} {}
decl {\#include <string.h>} {}
class ftps_gui {open : {public Fl_Window}
} {
Function {ftps_gui():Fl_Window(300,389)} {open
} {
Fl_Window ftps_win {open
xywh {220 85 300 389}
code0 {o->show();} visible
} {
Fl_Output ftps_file_box {
label {Filename::}
xywh {70 10 220 25} box ENGRAVED_BOX color 49 labelsize 12 labelcolor 4 align 132 textsize 12 textcolor 4
}
Fl_Browser mirror_browser {
xywh {15 60 275 245} labelsize 12 align 129 textsize 12
}
Fl_Return_Button exit_ftpsearch_button {
label {Start Download}
user_data this
callback cb_exit_ftpsearch selected
xywh {110 365 115 20} labelsize 12
}
Fl_Browser message_browser {
xywh {15 310 275 50} labelsize 12 textsize 12
}
Fl_Box {} {
label Mirrors
xywh {15 45 70 15} labelsize 12 align 148
}
Fl_Box {} {
label {Ping Time}
xywh {215 45 75 15} labelsize 12 align 148
}
}
}
}