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

📄 showposition.js

📁 CallSun 人才招聘求职系统 V2.20
💻 JS
字号:
// JScript 文件
function RowStateEnum()
{
    this.None = 0;
    this.Added = 1;
    this.Modified = 2;
    this.Deleted = 3;
    this.Original = 4;
}

function ShowPosition()
{
    this.Id = arguments[0];
    this.Name = arguments[1];
    this.Description = arguments[2];
    this.PointX = arguments[3];
    this.PointY = arguments[4];
    this.RowState = arguments[5];
    this.Company;
    this.Desc = "";
    this.State;
    this.OrderId;
    this.Width = 30;
    this.Height = 15;
    this.Price = 0;
}

var RowState = new RowStateEnum();
var ShowPositionList = new Array();

⌨️ 快捷键说明

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