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

📄 tastrade.h

📁 品质量管理系统 版本1.00 产品质量管理系统(简称JSMIS0)是基于Windows 95以上的 钢铁厂进行产品管理数据库软件。该系统可完成产品的质量数据管 理、化验数据管理以及监督数据管理
💻 H
字号:
*-- (c) Microsoft Corporation 1995

*-- Common include file
#INCLUDE "FOXPRO.H"
#INCLUDE "STRINGS.H"
#INCLUDE "PROCESS.H"

#DEFINE MAINMENU  "main.mpr"
#DEFINE DEBUGMODE .F.
#DEFINE BeTa_Rel   .t.
#DEFINE BeTaTimes  '60'
#DEFINE INIFILE  "JSMIS.INI"
#DEFINE CRLF  CHR(13) + CHR(10)
#DEFINE CR    CHR(13)
#DEFINE TAB    CHR(9)

#DEFINE CURRENCY  "$"
#DEFINE AERRORARRAY  7

*-- These constants are used in tsbaseform to 
*-- indicate the status of the current alias
#DEFINE FILE_OK    0
#DEFINE FILE_BOF  1
#DEFINE FILE_EOF  2
#DEFINE FILE_CANCEL  3

*-- Constants to identify which trigger failed
*-- using element 5 of the array returned by 
*-- AERROR(), as well as to reference the appropriate
*-- array element in the error message array: aErrorMsg[]
#DEFINE INSERTTRIG  1
#DEFINE UPDATETRIG  2
#DEFINE DELETETRIG  3

*-- Constants used to read the system registry
#DEFINE HKEY_LOCAL_MACHINE      -2147483646  
#DEFINE KEY_SHARED_TOOLS_LOCATION  "Software\Microsoft\Shared Tools Location"
#DEFINE KEY_NTCURRENTVERSION    "Software\Microsoft\Windows NT\CurrentVersion"
#DEFINE KEY_WIN4CURRENTVERSION    "Software\Microsoft\Windows\CurrentVersion"
#DEFINE KEY_QUERY_VALUE        1
#DEFINE ERROR_SUCCESS        0

#DEFINE ADMINBAR_LOC "Administration"
#DEFINE ALL_LOC "全部"

#DEFINE DOLLAR_FORMAT1_LOC ": ¥"
#DEFINE DOLLAR_FORMAT2_LOC ""
#DEFINE DOLLAR_FORMAT3_LOC "¥"
#DEFINE SEEKVALUE_LOC	"*Case Study"

#DEFINE SYS2011_EXCLUSIVE_LOC 	"EXCLUSIVE"
#DEFINE SYS2011_RECLOCK_LOC 	"RECORD LOCKED"
#DEFINE SYS2011_RECUNLOCK_LOC 	"RECORD UNLOCKED"
#DEFINE HELP_FILE_NAME   ''

⌨️ 快捷键说明

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