1 / 26
文档名称:

Javascript 函数快速查询手册Javascript 函数快速查询手册.txt

格式:txt   页数:26页
下载后只包含 1 个 TXT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

Javascript 函数快速查询手册Javascript 函数快速查询手册.txt

上传人:yzhqw888 2014/11/13 文件大小:0 KB

下载得到文件列表

Javascript 函数快速查询手册Javascript 函数快速查询手册.txt

文档介绍

文档介绍:/*******************************************************************
COPYRIGHT (C) ONLY-CHINA(SHENYANG) 2010 ALL RIGHTS RESERVED
Computer Sortware Development Dept.
Class Information
Constant - 共同处理-常数
*
作成者日期 ment
Coded by 欧阳涛 2010-12-13 新建
*******************************************************************/
using System;
using ;
using ;
namespace
{
public static class Constant
{
/// <summary>
/// 自动延迟(以毫秒为单位)。默认值为 500
/// </summary>
public const int TOOLTIP_AUTOMATICDELAY = 500;
/// <summary>
/// 当指针在控件上保持静止时, 保持可见的时间期限(以毫秒为单位)。默认值为 5000
/// </summary>
public const int TOOLTIP_AUTOPOPDELAY = 5000;
/// <summary>
/// 工具提示窗口显示之前,指针必须在控件上保持静止的时间期限(以毫秒为单位)
/// </summary>
public const int TOOLTIP_INITIALDELAY = 500;
/// <summary>
/// 显示后续工具提示窗口所需要的时间(以毫秒为单位)。
/// </summary>
public const int TOOLTIP_RESHOWDELAY = 500;
/// <summary>
/// 数量计算小数位数量计算中出现小数位取值
/// </summary>
public const int SYS_PARAMETERS_SP001 = 2;
/// <summary>
/// 金额小数位金额计算时的小数位取值
/// </summary>
public const int SYS_PARAMETERS_SP002 = 2;
/// <summary>
/// 月龄天数计算牛只月龄时每个月的天数
/// </summary>
public const string SYS_PARAMETERS_SP003 = "";
/// <summary>
/// 转群天数犊牛转育成牛的天数
/// </summary>
public const int SYS_PARAMETERS_SP004 = 182;
/// <summary>
/// 结账的业务期间:每月末或者每月某一天
/// </summary>
public const string SYS_PARAMETERS_SP005 = "每月末";
/// <summary>
/// 是否允许负库存:否 false ;是 true
/// </summary>
public const bool SYS_PARAMETERS_SP006 = false;
/// <summary>
/// 锁死不能登录时间长不能登录的小时数
/// </summary>
public const int SYS_PARAMETERS_SP007 = 2;
/// <summary>
/// 预产天数预产期距受孕配种日期的天数
/// </summary>
public const int SYS_PARAMETERS_BP001 = 280;
/// <summary>
/// 妊检天数配种日期距妊检的天数
/// </summary>
public const int SYS_PARAMETERS_BP002 = 45;
/// <summary>
/// 断奶天数犊牛断奶距出生日期天数
/// </summary>
public const int SYS_PARA