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

📄 tiqian_tutai_hob.h

📁 C# 教学示例程序
💻 H
字号:
/*=============================================================================
   WARNING!!  This file is overwritten by the UIStyler each time the Styler 
   file is saved.
  
  
        Filename:  tiqian_tutai_hob.h
  
        This file was generated by the NX User Interface Styler
        Created by: Administrator
        Version: NX 3
              Date: 05-09- 5
              Time: 17:02
  
   This include file is overwritten each time the UIStyler dialog is
   saved.  Any modifications to this file will be lost.
==============================================================================*/
 
 
#ifndef XIUYUAN_TUTAI_HOB_H_INCLUDED
#define XIUYUAN_TUTAI_HOB_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 HOB_GR_BEG_0                   ("GR_BEG_0")
#define HOB_MN                         ("MN")
#define HOB_Z                          ("Z")
#define HOB_B                          ("B")
#define HOB_SN                         ("SN")
#define HOB_DA                         ("DA")
#define HOB_BN                         ("BN")
#define HOB_GR_END_1                   ("GR_END_1")
#define HOB_XUAN                       ("XUAN")
#define HOB_GR_BEG_9                   ("GR_BEG_9")
#define HOB_AG                         ("AG")
#define HOB_HEG                        ("HEG")
#define HOB_HG                         ("HG")
#define HOB_TNG                        ("TNG")
#define HOB_SNG                        ("SNG")
#define HOB_HD                         ("HD")
#define HOB_AQ                         ("AQ")
#define HOB_HC                         ("HC")
#define HOB_TT                         ("TT")
#define HOB_R1                         ("R1")
#define HOB_R2                         ("R2")
#define HOB_DATABASE                   ("DATABASE")
#define HOB_GR_END_10                  ("GR_END_10")
#define HOB_DIALOG_OBJECT_COUNT        ( 23 )
 

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

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

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

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

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




#ifdef __cplusplus
}
#endif

void write_para(int dialog_id);
void read_para_from_database(int dialog_id,void *str_mid);

#endif /* XIUYUAN_TUTAI_HOB_H_INCLUDED */

⌨️ 快捷键说明

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