?? block.h
字號:
/*=============================================================================
WARNING!! This file is overwritten by the UIStyler each time the Styler
file is saved.
Filename: block.h
This file was generated by the NX User Interface Styler
Created by: Administrator
Version: NX 3
Date: 03-20- 6
Time: 16:07
This include file is overwritten each time the UIStyler dialog is
saved. Any modifications to this file will be lost.
==============================================================================*/
#ifndef BLOCK_H_INCLUDED
#define BLOCK_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 BLOCK_PARA_DATABASE ("PARA_DATABASE")
#define BLOCK_REAL_LONG ("REAL_LONG")
#define BLOCK_REAL_WIDTH ("REAL_WIDTH")
#define BLOCK_REAL_HEIGHT ("REAL_HEIGHT")
#define BLOCK_DIALOG_OBJECT_COUNT ( 4 )
/*---------------- 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 BLOCK_construction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int BLOCK_destruction ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int BLOCK_ok_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int BLOCK_cancel_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int BLOCK_para_database_act_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
#ifdef __cplusplus
}
#endif
#endif /* BLOCK_H_INCLUDED */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -