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

📄 saprops.cfg

📁 自己开发的一个博客系统
💻 CFG
📖 第 1 页 / 共 5 页
字号:
{
		Value "Work Group"
		Value "Business Unit"
		Value "Directing Unit"
}
List "EBRD"
{
		Value "Essential"
		Value "Bypass"
		Value "Rework"
		Value "Duplication"
}
List "threads"
{
		Value "Major Process Thread"
		Value "Minor Process Thread"
		Value "General Management Process"
		Value "Intermediate Grouping"
		Value "Primary Process Group"
}
List "Thread Type"
{
		Value "Major"
		Value "Minor"
}
List "Org Types"
{
		Value "Conceptual"
		Value "Logical"
		Value "Physical"
}
#endif
Rem " ********************** END OF BUSINESS ENTERPRISE ******************* "

Rem " ***************** START OF SIMMIT SIMULATION ************************ "

#ifdef "Simmit Simulation"
LIST "Routing Type"
{
VALUE "Probability"
VALUE "Priority"
VALUE "EntityType"
VALUE "LimitFlow"
VALUE "ShortestQueue"
}

LIST "SimmitIcons"
{
VALUE "BlackDot"
VALUE "BlueDot"
VALUE "GreenDot"
VALUE "RedDot"
VALUE "WhiteDot"
}

LIST "Process Type"
{
VALUE "Process"
VALUE "Event"
VALUE "Result"
VALUE "Hold"
}

LIST "Animation"
{
VALUE "NONE"
VALUE "CLOCK"
VALUE "LOW"
VALUE "HIGH"
}

LIST "Run Modes"
{
VALUE "Mean"
VALUE "Variable"
}

LIST "ST Distributions"
{
VALUE "Constant"
VALUE "Normal"
VALUE "Uniform"
VALUE "Triangular"
}

LIST "Arrival Distributions"
{
VALUE "Constant"
VALUE "Neg Exponential"
}

LIST "Time Units"
{
VALUE "Second"
VALUE "Minute"
VALUE "Hour"
VALUE "Day"
VALUE "Week"
}

LIST "Simulation Graph Type"
{
VALUE "XY Plot"
VALUE "Histogram"
}

LIST "Simulation Graph Scale Type"
{
VALUE "Fixed"
VALUE "Scaleable"
VALUE "Scrollable"
}

LIST "Profile Types"
{
VALUE "Entry"
VALUE "Profile List"
}

List "Iteration Types"
{
VALUE "Uniform"
VALUE "Constant"
}
#endif


Rem " ******************* END OF SIMMIT SIMULATION *********************** "




Rem " ********************** BEGINING OF IDEF **************************** "

List "AS-IS-TO-BE"
{
		Value "As-Is"
		Value "To-Be"
}

List "Diagram Status"
{
		Value "Working"
		Value "Draft"
		Value "Recommended"
		Value "Publication"
}

List "IDEF3 Diagram Status"
{
		Value "Working"
		Value "Draft"
		Value "Recommended"
		Value "Released"
}

List "IDEF3 Object Type"
{
		Value "Agent"
		Value "Affected"
		Value "Created"
		Value "Destroyed"
		Value "Participant"
}


List "Junction Logic"
{
		Value "And"
		Value "OR"
		Value "XOR"
}

List "Junction Timings"
{
		Value "Synchronous"
		Value "Asynchronous"
}

List "Junction Types"
{
		Value "Fan-in"
		Value "Fan-out"
}

List "Referent Timings"
{
		Value "Unconditional"
		Value "Synchronous"
		Value "Asynchronous"
}

List "Referent Types"
{
		Value "UOB": CHAPTER "UOB"
		Value "Junction": CHAPTER "Junction"
		Value "Object": CHAPTER "Object"
		Value "Elab": CHAPTER "Elab"
		Value "Scenario": CHAPTER "Scenario"
		Value "Note": CHAPTER "Note"
		Value "OSTN": CHAPTER "OSTN"
		Value "Go-to": CHAPTER "Go-To"
}

List "Priority"
{
		Value "Do Not Level"
		Value "Highest"
		Value "Very High"
		Value "High"
		Value "Medium"
		Value "Low"
		Value "Very Low"
		Value "Lowest"
}

Rem " ********************** END OF IDEF **************************** "

Rem " ********************* START OF STAFFWARE **************************** "
#ifdef "Staffware GWD"
LIST "GWD Step Types"
{
		VALUE "Step"
		VALUE "Automatic Step"
		VALUE "Event Step"
}
LIST "GWD Field Types"
{
		VALUE "Text"
		VALUE "Numeric"
		VALUE "Date"
		VALUE "Time"
		VALUE "Memo"
		VALUE "Attachment"
		VALUE "Composite"
}
LIST "Deadline Definers"
{
		VALUE "Period"
		VALUE "Expression"
}
LIST "GWD Connection Types"
{
		VALUE "Normal"
		VALUE "Withdraw"
}
#endif
Rem " ********************** END OF STAFFWARE ***************************** "



List "ABC Cost Multiplier"
{
		Value "$"
		Value "$K"
		Value "$M"
}

List "ABC Cost Per"
{
		Value "min"
		Value "day"
		Value "hr"
		Value "mo"
		Value "qtr"
		Value "wk"
		Value "yr"
}

List "Java Access Specs"
{
		Value "private"
		Value "public"
		Value "protected"
		Value "private protected"
		Value "package"
		Value "none"
}

List "Access Specs"
{
		Value "private"
		Value "public"
		Value "protected"
		Value "package"
}

List "Action Type"
{
	VALUE "Action"
	VALUE "Send event"
}

List "Active List"
{
		Value "Active"
		Value "Inactive"
}

List "ANSI Data Types"
{
		Value "CHAR"
		Value "DATE"
		Value "DECIMAL"
		Value "DOUBLE PRECISION"
		Value "FLOAT"
		Value "INTEGER"
		Value "NUMERIC"
		Value "REAL"
		Value "SMALLINT"
		Value "TIME"
		Value "VARCHAR"
}

List "Archive Log"
Rem "for ORACLE"
{
		Value "ARCHIVELOG"
		Value "NOARCHIVELOG"
}

List "AS/400 DDS Data Types"
{
		VALUE "A"       REM "A = character"
		VALUE "B"       REM "B = binary"
		VALUE "E"       REM "E = DBCS either"
		VALUE "F"       REM "F = floating point"
		VALUE "G"       REM "G = DBCS graphic"
		VALUE "H"       REM "H = hexadecimal"
		VALUE "J"       REM "J = DBCS only"
		VALUE "L"       REM "L = date"
		VALUE "O"       REM "O = DBCS open"
		VALUE "P"       REM "P = packed decimal"
		VALUE "S"       REM "S = zoned decimal"
		VALUE "T"       REM "T = time"
		VALUE "Z"       REM "Z = timestamp"
}

List "AS/400 SQL Data Types"
{
		Value "CHARACTER"
		Value "DATE"
		Value "DECIMAL"
		Value "DOUBLE PRECISION"
		Value "FLOAT"
		Value "INTEGER"
		Value "NUMERIC"
		Value "REAL"
		Value "SMALLINT"
		Value "TIME"
		Value "TIMESTAMP"
}
List "AS/400 V3 SQL Data Types"
{
		Value "CHARACTER"
		Value "DATE"
		Value "DECIMAL"
		Value "DOUBLE PRECISION"
		Value "FLOAT"
		Value "GRAPHIC"
		Value "INTEGER"
		Value "LONG VARCHAR"
		Value "LONG VARGRAPHIC"
		Value "NUMERIC"
		Value "REAL"
		Value "SMALLINT"
		Value "TIME"
		Value "TIMESTAMP"
		Value "VARCHAR"
		Value "VARGRAPHIC"
}

List "Automanual"
Rem "for InterBase"
{
		Value "AUTO"
		Value "MANUAL"
}

List "BufferPool"
Rem "For Oracle"
{
		Value "KEEP"
		Value "RECYCLE"
		Value "DEFAULT"
}

List "Business Unit"
{
		Value "Accounting"
		Value "Archiving"
		Value "Development"
		Value "Engineering"
		Value "Human Resources"
		Value "Legal"
		Value "Marketing"
		Value "MIS"
		Value "Operations"
		Value "Payroll"
		Value "Production"
		Value "Purchasing"
		Value "Sales"
		Value "Storage"
}

#ifdef "C++"
List "C Storage Types"
{
		Value "BOOL"
		Value "DWORD"
		Value "UINT"
		Value "UNKNOWN"
		Value "char"
		Value "int"
		Value "unsigned"
		Value "char near *"
		Value "char far *"
		Value "long"
		Value "unsigned long"
		Value "float"
		Value "double"
}
#endif

List "Caching"
Rem "For Oracle"
{
		Value "CACHE"
		Value "NOCACHE"
}

List "Aggregation"
{
		Value "none"
		Value "aggregate"
		Value "composite"
}

List "Changeability"
{
		Value "changeable"
		Value "frozen"
		Value "addOnly"
}

List "Orders"
{
		Value "unordered"
		Value "ordered"
		Value "sorted"
}

List "Cardinalities"
Rem "This list MUST match the words in Relate.inc for AsscTypes"
{
		Value "Zero, One or Many"
		Value "Zero or One"
		Value "Only One"
		Value "One or Many"
		Value "Many"
		Value "Unknown"
		Value ""
}

List "Cardinalities for NonSpecific"
Rem "This list MUST match the words in Relate.inc for AsscTypes"
{
		Value "Zero, One or Many"
		Value "Zero or One"
		Value "Only One"
		Value "One or Many"
		Value "Many"
		Value "Unknown"
}

List "Cascade"
{
		Value "Cascade"
		Value "No_Action"
}

List "CCSID"
{
		Value "ASCII"
		Value "EBCDIC"
		Value "(default)"
}


List "Character Sets"
{
		Value "DEFAULT"
		Value "ANSI"
		Value "OEM"
		Value "SYMBOL"
		Value "SHIFTJIS"
}

List "Class Cardinality"
{
		Value "0"
		Value "1"
		Value "n"
}

List "Class Category Global"
{
		Value "global"
		Value "not global"
}

List "Class Concurrency"
{
		Value "sequential"
		Value "blocking"
		Value "active"
}

List "Class Persistence"
{
		Value "persistent"
		Value "transitory"
}


List "Method Stereotypes"
{
		Value "Get"
		Value "Let"
		Value "Set"
}

List "Class Attribute Stereotypes"
{
		Value "Const"
		Value "External"
}

List "Class Stereotypes"
{

		Value "actor"			depictions {diagram images\slctact.wmf		menu images\slctact.bmp}
		Value "boundary"		depictions {diagram images\slctbndy.wmf		menu images\slctbndy.bmp}
		Value "case worker"		depictions {diagram images\slctcwkr.wmf		menu images\slctcwkr.bmp}
		Value "control"			depictions {diagram images\slctctrl.wmf		menu images\slctctrl.bmp}
		Value "entity"			depictions {diagram images\slctent.wmf		menu images\slctent.bmp}
		Value "interface"		depictions {diagram images\slctint.wmf		menu images\slctint.bmp}
		Value "internal worker"	depictions {diagram images\slctwkr.wmf}
		Value "metaclass"
		Value "powertype"
		Value "type"			depictions {diagram images\slctint.wmf}
		Value "parameterized utility"
		Value "parameterized"
		Value "instantiated utility"
		Value "instantiated"
		Value "utility"
		Value "worker"			depictions {diagram images\slctwkr.wmf		menu images\slctwkr.bmp}
		Value "Server Page"		depictions {diagram images\slctsvpg.wmf		menu images\slctsvpg.bmp} 
		Value "Client Page"		depictions {diagram images\slctclpg.wmf		menu images\slctclpg.bmp}
		Value "Form" 			depictions {diagram images\slctfmpg.wmf		menu images\slctfmpg.bmp}
		Value "Frameset"		depictions {diagram images\slctfspg.wmf		menu images\slctfspg.bmp}
		Value "Target"			depictions {diagram images\slcttgpg.wmf		menu images\slcttgpg.bmp}
		Value "JavaScript Object"

⌨️ 快捷键说明

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