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

📄 lixidao_dialog.h

📁 UG二次开发的源代码
💻 H
字号:
/*=============================================================================
   WARNING!!  This file is overwritten by the UIStyler each time the Styler 
   file is saved.
  
  
        Filename:  lixidao_dialog.h
  
        This file was generated by the NX User Interface Styler
        Created by: Administrator
        Version: NX 4
              Date: 05-10- 9
              Time: 15:46
  
   This include file is overwritten each time the UIStyler dialog is
   saved.  Any modifications to this file will be lost.
==============================================================================*/
 
 
#ifndef LIXIDAO_DIALOG_H_INCLUDED
#define LIXIDAO_DIALOG_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 LIXIDAO_PARA                   ("PARA")
#define LIXIDAO_L3                     ("L3")
#define LIXIDAO_LL                     ("LL")
#define LIXIDAO_R1                     ("R1")
#define LIXIDAO_A                      ("A")
#define LIXIDAO_R                      ("R")
#define LIXIDAO_DIALOG_OBJECT_COUNT    ( 6 )
 

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

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

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

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

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




#ifdef __cplusplus
}
#endif



#endif /* LIXIDAO_DIALOG_H_INCLUDED */

⌨️ 快捷键说明

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