|
|
|
|
|
/******************************************************************************
|
|
|
|
|
|
Copyright(C):2015~2018 hzleaper
|
|
|
|
|
|
FileName:$FILE_BASE$.$FILE_EXT$
|
|
|
|
|
|
Author:zhikun wu
|
|
|
|
|
|
Email:zk.wu@hzleaper.com
|
|
|
|
|
|
Tools:vs2010 pc on company
|
|
|
|
|
|
Created:$DATE$
|
|
|
|
|
|
History:$DAY$:$MONTH$:$YEAR$ $HOUR$:$MINUTE$
|
|
|
|
|
|
*******************************************************************************/
|
|
|
|
|
|
#ifndef __TADPOLE_GUI_HEADER_H
|
|
|
|
|
|
#define __TADPOLE_GUI_HEADER_H
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_NAME_ACTION_START "tp_action_start"//开始自动触发的Action名称
|
|
|
|
|
|
#define TP_OBJ_NAME_ACTION_STOP "tp_action_stop"//停止自动触发的Action名称
|
|
|
|
|
|
#define TP_OBJ_NAME_ACTION_SHILFT "tp_action_shift"//开始/停止自动触发的Action名称
|
|
|
|
|
|
#define TP_OBJ_NAME_ACTION_NEXT "tp_action_next"//手动获取一张图片的Action名称
|
|
|
|
|
|
#define TP_OBJ_NAME_ACTION_LAST "tp_action_last"
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_CUR_TRIGMODE_LBL "tp_cam_cur_trigger_mode_lbl"
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_NEXT "tp_button_next"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_LAST "tp_button_last"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_SHIFT "tp_button_shift"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_START "tp_button_start"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_STOP "tp_button_stop"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_GHOST_APP "tp_button_ghost_app"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_SAVE_ALGORITHM "tp_button_save_algorithm"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_SAVE_CAMERAES "tp_button_save_cameraes"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_FIX_AUTO "tp_button_fix_auto"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_INNER_TRIGGER_SHILFT "tp_button_inner_trigger_shilft"
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_NAME_COMBOBOX_SELECT_CAMERAES "tp_combox_select_cameraes"
|
|
|
|
|
|
#define TP_OBJ_NAME_COMBOBOX_SELECT_ALGORITHMS "tp_combox_select_algorithms"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_CAM_OPT_FOLDER "tp_edit_cam_opt_folder"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_CAM_OPT_ALGORITHM "tp_edit_cam_opt_algorithm"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_CAM_OPT_BOARD_TYPE "tp_edit_cam_opt_board_type"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_CAM_OPT_BOARD_NUM "tp_edit_cam_opt_board_num"
|
|
|
|
|
|
#define TP_OBJ_NAME_CHECKBOX_CAM_OPT_SAVE "tp_checkbox_cam_opt_save"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_FIX_FRAMES "tp_edit_fix_frames"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_MSECPERFRAME "tp_edit_msecperframe"
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_NAME_WIDGET_ALGORITHM "tp_widget_algorithm"
|
|
|
|
|
|
#define TP_OBJ_NAME_WIDGET_ALGORITHM_RESULT "tp_widget_algorithm_result"
|
|
|
|
|
|
|
|
|
|
|
|
//#define TP_OBJ_WIDGET_DRAW_CURVE_ "tp_obj_widget_draw_curve_"
|
|
|
|
|
|
#define TP_PROP_BOOL_NEED_REPEAT_MANUL "tp_prop_bool_need_repeat_manul"
|
|
|
|
|
|
#define TP_OBJ_NAME_CHECKBOX_SHILT_IMAGES "tp_checkbox_shilt_images"
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_NAME_CHECKBOX_TRIGGER_SOFT "tp_checkbox_trigger_soft"
|
|
|
|
|
|
#define TP_OBJ_NAME_CHECKBOX_TRIGGER_AUTO "tp_checkbox_trigger_auto"
|
|
|
|
|
|
#define TP_OBJ_NAME_EDIT_TRIGGER_INTERVAL "tp_edit_trigger_interval"
|
|
|
|
|
|
#define TP_OBJ_NAME_PUSHBUTTON_SEND_TRIGGER "tp_button_send_trigger"
|
|
|
|
|
|
|
|
|
|
|
|
#define TP_OBJ_NAME_CHECKBOX_APP_STATUS "tp_app_checked_status"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif //__TADPOLE_GUI_HEADER_H
|