📄 project_va_move_dialog.h
字号:
/*=============================================================================
WARNING!! This file is overwritten by the UIStyler each time the Styler
file is saved.
Filename: Project_VA_Move_dialog.h
This file was generated by the NX User Interface Styler
Created by: befree
Version: NX 3
Date: 12-08- 6
Time: 11:36
This include file is overwritten each time the UIStyler dialog is
saved. Any modifications to this file will be lost.
==============================================================================*/
#ifndef PROJECT_VA_MOVE_DIALOG_H_INCLUDED
#define PROJECT_VA_MOVE_DIALOG_H_INCLUDED
#include <uf.h>
#include <uf_defs.h>
#include <uf_styler.h>
#ifdef __cplusplus
extern "C" {
#endif
#define MOVE_PLUS 2000
#define MOVE_MINUS 2001
#define ADJUST_SEPT_SIZE 2002
/*------------------ UIStyler Dialog Definitions ------------------- */
/* The following values are definitions into your UIStyler dialog. */
/* These values will allow you to modify existing objects within your */
/* dialog. They work directly with the NX Open API, */
/* UF_STYLER_ask_value, UF_STYLER_ask_values, and UF_STYLER_set_value.*/
/*------------------------------------------------------------------- */
#define PROJECT_VA_MOVE_PLUS ("PLUS")
#define PROJECT_VA_MOVE_MINUS ("MINUS")
#define PROJECT_VA_MOVE_STEPSIZE ("STEPSIZE")
#define PROJECT_VA_MOVE_DIALOG_OBJECT_COUNT ( 3 )
/*---------------- UIStyler Callback Prototypes --------------- */
/* The following function prototypes define the callbacks */
/* specified in your UIStyler built dialog. You are REQUIRED to*/
/* create the associated function for each prototype. You must */
/* use the same function name and parameter list when creating */
/* your callback function. */
/*------------------------------------------------------------- */
int PROJECT_VA_MOVE_construction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PROJECT_VA_MOVE_destruction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PROJECT_VA_MOVE_ok_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PROJECT_VA_MOVE_cancel_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PROJECT_VA_MOVE_plus ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PROJECT_VA_MOVE_minus ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PROJECT_VA_MOVE_change_stepsize ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
extern int LaunchMovePlanningDialog( int *response ,int * action);
#ifdef __cplusplus
}
#endif
#endif /* PROJECT_VA_MOVE_DIALOG_H_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -