/*
combo gui header
*/
protected:
VDKBox*  vbox9;
VDKBox*  vbox10;
VDKCombo*  combobox;
VDKBox*  hbox11;
VDKLabel*  label;
VDKLabel*  label2;
VDKBox*  hbox12;
VDKFrame*  frame0;
VDKBox*  VBox13;
VDKRadioButtonGroup*  arrows;
VDKRadioButton*  arrows_on;
VDKRadioButton*  arrows_off;
VDKFrame*  frame2;
VDKBox*  VBox15;
VDKLabelButton*  buttonClear;
VDKLabelButton*  buttonadd;
public:
DECLARE_SIGNAL_MAP(ComboForm);
bool OnArrowToggled(VDKObject* sender);
bool OnComboChanged(VDKObject* sender);
bool OnClearClick(VDKObject* sender);
bool OnAddClick(VDKObject* sender);
/*
declaring signal and events
dynamics tables
*/
DECLARE_SIGNAL_LIST(ComboForm);
DECLARE_EVENT_LIST(ComboForm);
// do not remove this mark: #!#
// end of file:combo_gui.h