📄 pro_design_dialog.h
字号:
/*=============================================================================
WARNING!! This file is overwritten by the UIStyler each time the Styler
file is saved.
Filename: pro_design.h
This file was generated by the NX User Interface Styler
Created by: befree
Version: NX 3
Date: 10-27- 6
Time: 10:04
This include file is overwritten each time the UIStyler dialog is
saved. Any modifications to this file will be lost.
==============================================================================*/
#ifndef PRO_DESIGN_H_INCLUDED
#define PRO_DESIGN_H_INCLUDED
#include <uf.h>
#include <uf_defs.h>
#include <uf_styler.h>
#ifdef __cplusplus
extern "C" {
#endif
/*------------------ 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 PRO_DESIG_BITMAP ("BITMAP")
#define PRO_DESIG_GR_BEG_0 ("GR_BEG_0")
#define PRO_DESIG_REAL_L1 ("REAL_L1")
#define PRO_DESIG_REAL_W1 ("REAL_W1")
#define PRO_DESIG_REAL_H1 ("REAL_H1")
#define PRO_DESIG_REAL_H2 ("REAL_H2")
#define PRO_DESIG_REAL_L2 ("REAL_L2")
#define PRO_DESIG_REAL_W2 ("REAL_W2")
#define PRO_DESIG_REAL_L3 ("REAL_L3")
#define PRO_DESIG_GR_END_1 ("GR_END_1")
#define PRO_DESIG_LABEL_VOLME ("LABEL_VOLME")
#define PRO_DESIG_DIALOG_OBJECT_COUNT ( 11 )
/*---------------- 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 PRO_DESIG_construct_fun ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PRO_DESIG_ok_fun ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PRO_DESIG_apply_fun ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PRO_DESIG_cancel_fun ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int PRO_DESIGN_edit_exp(char *dim_name,double dim_value);
int LaunchProDesignDialog( int *response );
#ifdef __cplusplus
}
#endif
#endif /* PRO_DESIGN_H_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -