gm3d-gui/fluid_project/add_model.fl

88 lines
2.2 KiB
Plaintext
Raw Normal View History

2019-09-05 12:22:21 +08:00
# data file for the Fltk User Interface Designer (fluid)
version 1.0305
header_name {.h}
code_name {.cxx}
Function {cb_add_mod_btn(Fl_Button*, void*)} {open return_type void
} {
2020-06-09 14:07:18 +08:00
Fl_Window edit_mod_win {
label {Model editor (gm3d)} open selected
xywh {889 252 314 320} type Double visible
2019-09-05 12:22:21 +08:00
} {
Fl_Group mod_type_group {
label {Model Type :} open
xywh {20 25 250 53} align 5
} {
Fl_Round_Button reg_bok_rbtn {
label {Regular Block}
xywh {20 25 110 28} down_box ROUND_DOWN_BOX
}
Fl_Round_Button til_bok_rbtn {
label {Tilted Block}
xywh {160 25 100 28} down_box ROUND_DOWN_BOX
}
Fl_Round_Button sph_rbtn {
2020-06-09 14:07:18 +08:00
label Ellipsoid
2019-09-05 12:22:21 +08:00
xywh {20 50 70 28} down_box ROUND_DOWN_BOX
}
Fl_Round_Button int_face_rbtn {
label Interface
xywh {160 50 80 28} down_box ROUND_DOWN_BOX
}
}
Fl_Group val_type_group {
label {Value Type :} open
xywh {20 100 250 30} align 5
} {
Fl_Round_Button app_val_rbtn {
label Append
xywh {20 100 80 28} down_box ROUND_DOWN_BOX
}
Fl_Round_Button rep_val_rbtn {
label Replace
xywh {110 100 80 28} down_box ROUND_DOWN_BOX
}
Fl_Round_Button era_val_rbtn {
label Erase
xywh {200 100 60 28} down_box ROUND_DOWN_BOX
}
}
Fl_Group agn_part_group {
2020-06-09 14:07:18 +08:00
label {Assign Part :} open
2019-09-05 12:22:21 +08:00
xywh {20 150 160 28} align 5
} {
Fl_Round_Button top_val_btn {
label Top
xywh {20 150 50 28} down_box ROUND_DOWN_BOX deactivate
}
Fl_Round_Button bot_val_btn {
label Bottom
2020-06-09 14:07:18 +08:00
xywh {90 150 70 28} down_box ROUND_DOWN_BOX deactivate
2019-09-05 12:22:21 +08:00
}
}
Fl_Input sig_mod_para_input {
label {Model Parameter :}
xywh {20 200 275 28} align 5
}
2020-06-09 14:07:18 +08:00
Fl_Input mod_val_input {
label {Model Value :}
xywh {180 150 115 28} align 5
2019-09-05 12:22:21 +08:00
}
Fl_Button sig_add_btn {
label Add
2020-06-09 14:07:18 +08:00
xywh {19 240 80 28}
2019-09-05 12:22:21 +08:00
}
2020-06-09 14:07:18 +08:00
Fl_Button sig_replace_btn {
label Replace
xywh {118 240 80 28} deactivate
}
Fl_Button sig_delete_btn {
label Remove
xywh {215 240 80 28} deactivate
}
Fl_Return_Button can_add_btn {
label Cancel
xywh {215 280 80 28}
2019-09-05 12:22:21 +08:00
}
}
}