ede/ede-launch/fl/ede-launch.fl

36 lines
812 B
Plaintext
Raw Normal View History

2009-02-25 17:03:00 +03:00
# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open
} {
Fl_Window {} {
label {Run Command} open
xywh {433 276 370 195} type Double visible
2009-02-25 17:03:00 +03:00
} {
Fl_Box {} {
image {../icons/run.xpm} xywh {10 10 55 55} labelsize 14
}
Fl_Box {} {
label {Enter the name of the application you would like to run or the URL you would like to view}
xywh {70 10 290 69} align 148
}
Fl_Input {} {
label {Open:}
xywh {70 90 290 25}
}
Fl_Check_Button {} {
label {Run in terminal} selected
xywh {70 125 290 25} down_box DOWN_BOX
}
2009-02-25 17:03:00 +03:00
Fl_Button {} {
label {&OK}
xywh {175 160 90 25}
2009-02-25 17:03:00 +03:00
}
Fl_Button {} {
label {&Cancel}
xywh {270 160 90 25}
2009-02-25 17:03:00 +03:00
}
}
}