logplus/logPlus/LIST_TABLE_INF.h

36 lines
876 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @file LIST_TABLE_INF.h
* @brief Qt单井图 图头
* @date 2015-03
* @author: lxl
*/
#include "slf.h"
#ifndef LIST_TABLE_INF_H
#define LIST_TABLE_INF_H
#pragma warning( push ,0)
#pragma warning( pop )
struct LIST_TABLE_INF
{
int lstm;//是否每米取值0=不,>0,指定间隔
char m_TableName[16];
char m_TableType[16];//输出的统计表类型
char m_TableSpFIELD[16];//特征字段
int SPVALNUM;
char SPVAL[100][116];
int IsHB;
int Table_Field_Num;
int m_Mode;//取值模式选择0-每条曲线按各自给定取值方式取值1-按给定曲线的极值点深度取值
int m_Flag;//
int IsFC;//层内层列表
char m_CurveName[501];//特征曲线名
Slf_TABLE_FIELD Table_Field[100];
char RenName[100][116];
BYTE Type[100];
BYTE GetValueMode[100];
char ZdIndex[100][116];
char Format[100][116];
char TableName[100][116];
};
#endif