⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fam_test_dialog.h

📁 UG程序源代码
💻 H
字号:
/*=============================================================================
   WARNING!!  This file is overwritten by the UIStyler each time the Styler 
   file is saved.
  
  
        Filename:  fam_test.h
  
        This file was generated by the NX User Interface Styler
        Created by: befree
        Version: NX 3
              Date: 10-14- 6
              Time: 11:10
  
   This include file is overwritten each time the UIStyler dialog is
   saved.  Any modifications to this file will be lost.
==============================================================================*/
 
 
#ifndef FAM_TEST_H_INCLUDED
#define FAM_TEST_H_INCLUDED
 
#include <uf.h> 
#include <uf_defs.h>
#include <uf_styler.h> 


#ifdef __cplusplus
extern "C" {
#endif

typedef struct FAM_TEST_data_struct
{
	char    part_name[200];		//标准件名称,NOT USED
	char    part_spec[50];		//标准件规格
	char    part_lengthen[50];	//标准件长度
	int     m_environment;      //标准件插入环境
}FAM_TEST_data_struct;

/*------------------ 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 FAM_TEST_LABEL_BOLT            ("LABEL_BOLT")
#define FAM_TEST_BITMAP                ("BITMAP")
#define FAM_TEST_LABEL_SPEC            ("LABEL_SPEC")
#define FAM_TEST_LABEL_LEN             ("LABEL_LEN")
#define FAM_TEST_LIST_SPEC             ("LIST_SPEC")
#define FAM_TEST_LIST_LEN              ("LIST_LEN")
#define FAM_TEST_RADIO_ENTI            ("RADIO_ENTI")
#define FAM_TEST_DIALOG_OBJECT_COUNT   ( 7 )
 

/*---------------- 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 FAM_TEST_construct_fun ( int dialog_id,
             void * client_data,
             UF_STYLER_item_value_type_p_t callback_data);

int FAM_TEST_ok_fun ( int dialog_id,
             void * client_data,
             UF_STYLER_item_value_type_p_t callback_data);

int FAM_TEST_cancel_fun ( int dialog_id,
             void * client_data,
             UF_STYLER_item_value_type_p_t callback_data);

int LaunchStandardPartDialog( int *response ,FAM_TEST_data_struct *p_target_data);


#ifdef __cplusplus
}
#endif



#endif /* FAM_TEST_H_INCLUDED */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -