Default Label Lists: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
This lists the default [[Label List|label lists]] and their initial contents in Planimate 5.09l.
This lists the default [[Label List|label lists]] and their initial contents in Planimate 5.09l.  


These lists contain useful constants and identifiers to internal Planimate constructs, including colour palette indicies, [[Paint|line styles]], properties of [[Paint|paint objects]], [[Table|table columns]] as well as error codes relevant to specific [[Routine Operations]].
These lists contain useful constants and identifiers to internal Planimate constructs, including colour palette indicies, [[Paint|line styles]], properties of [[Paint|paint objects]], [[Table|table columns]] as well as error codes relevant to specific [[Routine Operations]].  


Whilst you can modify these lists within Planimate, there is no point in doing so, apart from the [[color palette]] list.
Whilst you can modify these lists within Planimate, there is no point in doing so, apart from the [[Color palette]] list.  


These lists have names starting with an underscore followed by a lower case name. [[System Label Lists]] have an upper case letter following the underscore.
These lists have names starting with an underscore followed by a lower case name. [[System Label Lists]] have an upper case letter following the underscore.  


''This file is automatically generated. Please do not edit it.''
''This file is automatically generated. Please do not edit it.''  


__TOC__
__TOC__  


== [[_boolean]] ==
== [[_boolean]] ==
Line 72: Line 72:
* BackgroundColor = 20
* BackgroundColor = 20
* TextColor = 21
* TextColor = 21
* IgnoreHoverColor = 22
* DynamicList = 23
* NoClip = 24




Line 96: Line 99:
== [[_external files]] ==
== [[_external files]] ==


== [[_keycodes]] ==
* F1 = 15104
* F2 = 15360
* F3 = 15616
* F4 = 15872
* F5 = 16128
* F6 = 16384
* F7 = 16640
* F8 = 16896
* F9 = 17152
* F10 = 17408
* F11 = 17664
* F12 = 17920




Line 111: Line 130:




== [[Object types]] ==
== [[_object types]] ==
 
* Entry = 1
* Queue = 2
* MultiServer = 3
* Splitter = 4
* Portal = 7
* Dispatcher = 11
* DropOff = 12
* PickUp = 13
* Section = 16
* TrLoopOld = 17
* Pipe = 20


*Entry = 1
*Queue = 2
*MultiServer = 3
*Splitter = 4
*Portal = 7
*Dispatcher = 11
*DropOff = 12
*PickUp = 13
*Section = 16
*Station = 17
*Pipe = 20


== [[_paint properties]] ==
== [[_paint properties]] ==
Line 212: Line 232:
* Window Border = 20
* Window Border = 20
* Window Text = 21
* Window Text = 21
== [[_tableview properties]] ==
* BottomLeftX = 0
* BottomLeftY = 1
* Width = 2
* Height = 3
* BackgroundColor = 4
* BorderColor = 5
* TextColor = 6
* GradientTL = 7
* GradientTR = 8
* GradientBL = 9
* GradientBR = 10
* BorderStyle = 11
* CellBackground1 = 1000
* CellBackground2 = 1001
* CellText = 1002
* CellBorder = 1003
* ColumnBackground = 1004
* ColumnText = 1005
* ColumnSecondText = 1006
* ColumnDividerLines = 1007
* RowBackground1 = 1008
* RowBackground2 = 1009
* RowText = 1010
* RowDividerLines = 1011
* FilterBackground = 1012
* FilterText = 1013
* TopLine = 1014
* DataAreaBackgrond = 1015
* HoverCellBackground = 1016
* HoverCellText = 1017
* HoverRowBackground = 1018
* HoverRowText = 1019
* HoverColumnBackground = 1020
* HoverColumnText = 1021
* MarkedBackground = 1022
* MarkedText = 1023
* TitleText = 1024
* TitleBackgroundL = 1025
* TitleBackgroundR = 1026




Line 285: Line 348:
* OS Value = 67
* OS Value = 67
* OS Percent = 68
* OS Percent = 68
* RGB colour value = 69
* Value No Decimal = 70


[[Category:Labellist]]
[[Category:Labellist]] [[Category:Paint]] [[Category:Runtime_Engine]] [[Category:Data]]
[[Category:Paint]]
[[Category:Runtime Engine]]
[[Category:Data]]

Revision as of 11:27, 3 March 2009

This lists the default label lists and their initial contents in Planimate 5.09l.

These lists contain useful constants and identifiers to internal Planimate constructs, including colour palette indicies, line styles, properties of paint objects, table columns as well as error codes relevant to specific Routine Operations.

Whilst you can modify these lists within Planimate, there is no point in doing so, apart from the Color palette list.

These lists have names starting with an underscore followed by a lower case name. System Label Lists have an upper case letter following the underscore.

This file is automatically generated. Please do not edit it.

_boolean

  • False = 0
  • True = 1


_border styles

  • None = 0
  • Single = 1
  • Double = 2
  • Shadow = 3
  • Double Shadow = 4
  • Indent = 5
  • Double Indent = 6


_colors

  • Black = 0
  • Blue = 1
  • Green = 2
  • Cyan = 3
  • Red = 4
  • Purple = 5
  • Brown = 6
  • Light Grey = 7
  • Dark Grey = 8
  • Light Blue = 9
  • Light Green = 10
  • Light Cyan = 11
  • Light Red = 12
  • Light Magenta = 13
  • Yellow = 14
  • White = 15
  • None = 255


_column properties

  • Width = 0
  • ClearValue = 1
  • ContentAlignment = 2
  • TitleAlignment = 3
  • ProtectFromEdit = 4
  • IncludeInGantt = 5
  • EditResetProperty = 6
  • DontShowZero = 7
  • HideRepeated = 8
  • KeepPrivate = 9
  • InPlaceLabelEdit = 10
  • InPlaceLabelRename = 11
  • PreciseEdits = 12
  • TitleToolTips = 13
  • InPlaceLabelCombo = 15
  • OnlyExistingLabels = 16
  • ComboListWidth = 17
  • OpenWithComboList = 18
  • RotateTitle = 19
  • BackgroundColor = 20
  • TextColor = 21
  • IgnoreHoverColor = 22
  • DynamicList = 23
  • NoClip = 24


_dataset errors

  • None = 0
  • Bad Data Reference = 1
  • Repeated Data Object = 2
  • Missing Control Columns = 3
  • No DataSet Table Rows = 4
  • File Open Failed = 5
  • File Write Failed = 6
  • XML Parse Error = 7
  • XML Load Bad = 8
  • Resource Index Is Zero = 9
  • Invalid Resource Index = 10
  • Data Type Mismatch = 11
  • Blob header corrupt = 12
  • Blob data invalid = 13
  • Blob not found = 14
  • Blob size mismatch = 15


_external files

_keycodes

  • F1 = 15104
  • F2 = 15360
  • F3 = 15616
  • F4 = 15872
  • F5 = 16128
  • F6 = 16384
  • F7 = 16640
  • F8 = 16896
  • F9 = 17152
  • F10 = 17408
  • F11 = 17664
  • F12 = 17920


_line styles

  • Solid = 0
  • Long Dashed = 1
  • Medium Dotted = 2
  • Dash Dotted = 3
  • Medium Dashed = 4
  • Dash 2 Dots = 5
  • Short Dashed = 6
  • Dense Dotted = 7
  • Sparse Dotted = 8


_object types

  • Entry = 1
  • Queue = 2
  • MultiServer = 3
  • Splitter = 4
  • Portal = 7
  • Dispatcher = 11
  • DropOff = 12
  • PickUp = 13
  • Section = 16
  • TrLoopOld = 17
  • Pipe = 20


_paint properties

  • BottomLeftX = 0
  • BottomLeftY = 1
  • Width = 2
  • Height = 3
  • BackgroundColor = 4
  • BorderColor = 5
  • TextColor = 6
  • GradientTL = 7
  • GradientTR = 8
  • GradientBL = 9
  • GradientBR = 10
  • BorderStyle = 11
  • BorderThickness = 12
  • TextRotation = 13
  • TextWidth = 14
  • ImageXOffset = 15
  • ImageYOffset = 16
  • ImageUseWidth = 17
  • ImageUseHeight = 18
  • ImageWidth = 19
  • ImageHeight = 20


_plot modes

  • no change = 0
  • no plot = 1
  • line = 2
  • stepped = 3
  • horizontal bar = 4
  • vertical bar = 5
  • area = 6
  • labelled bar = 7
  • centred label = 8
  • point = 9


_section types

  • - = 0
  • Single = 1
  • Double (No Overtake) = 2
  • Double (Overtake) = 3
  • Double (Any Overtake) = 4
  • Double (Other Road On Closure) = 5
  • Triple (Shared Track) = 6
  • Triple (Any Overtake) = 7


_stop reasons

  • Loaded/No Previous Run = 0
  • User Stopped Run = 1
  • Model Stopped Run = 2
  • Platform Required = 3
  • Error In Model/Engine = 4
  • Broadcast Option = 5
  • UI/Portal Click Option = 6
  • Restart Dispatcher = 7


_system_colors

  • 3D Face = 0
  • 3D Highlight = 1
  • 3D Light = 2
  • 3D Shadow = 3
  • Active Border = 4
  • Inactive Border = 5
  • Active Titlebar Left = 6
  • Inactive Titlebar Left = 7
  • Active Title Text = 8
  • Inactive Title Text = 9
  • Workspace = 10
  • Desktop = 11
  • Button Text = 12
  • Inactive Text (Grayed) = 13
  • Highlight (Selected) = 14
  • Highlight Text = 15
  • Menu Color = 16
  • Menu Text = 17
  • Scrollbar Color = 18
  • Window = 19
  • Window Border = 20
  • Window Text = 21


_tableview properties

  • BottomLeftX = 0
  • BottomLeftY = 1
  • Width = 2
  • Height = 3
  • BackgroundColor = 4
  • BorderColor = 5
  • TextColor = 6
  • GradientTL = 7
  • GradientTR = 8
  • GradientBL = 9
  • GradientBR = 10
  • BorderStyle = 11
  • CellBackground1 = 1000
  • CellBackground2 = 1001
  • CellText = 1002
  • CellBorder = 1003
  • ColumnBackground = 1004
  • ColumnText = 1005
  • ColumnSecondText = 1006
  • ColumnDividerLines = 1007
  • RowBackground1 = 1008
  • RowBackground2 = 1009
  • RowText = 1010
  • RowDividerLines = 1011
  • FilterBackground = 1012
  • FilterText = 1013
  • TopLine = 1014
  • DataAreaBackgrond = 1015
  • HoverCellBackground = 1016
  • HoverCellText = 1017
  • HoverRowBackground = 1018
  • HoverRowText = 1019
  • HoverColumnBackground = 1020
  • HoverColumnText = 1021
  • MarkedBackground = 1022
  • MarkedText = 1023
  • TitleText = 1024
  • TitleBackgroundL = 1025
  • TitleBackgroundR = 1026


_value formats

  • Time HH:MM SS = 0
  • Value = 1
  • Money $x.xx = 2
  • Rate/Sec = 3
  • Rate/Min = 4
  • Rate/Hour = 5
  • Rate/Day = 6
  • Rate/Week = 7
  • Rate/Month = 8
  • Rate/Year = 9
  • Calendar HH:MM SS = 10
  • Label = 11
  • Money $x = 12
  • Calendar HHMM = 13
  • Value with Commas = 14
  • Time Of Day HHMM = 15
  • Time Of Day 12hr = 16
  • Hexadecimal = 17
  • Time HH:MM:SS = 18
  • Calendar HH:MM:SS = 19
  • Time Minutes = 20
  • Time Hours = 21
  • Time Days = 22
  • Time Weeks = 23
  • Fixed xxxx.x = 24
  • Fixed xxxx.xx = 25
  • Fixed x,xxx.x = 26
  • Fixed x,xxx.xx = 27
  • Calendar Date Only = 28
  • Calendar Day Of Week = 29
  • Week, Day (from 1) = 30
  • Fixed 000xxx = 31
  • US Calendar HH:MM:SS = 32
  • Long DDD:MM:SS[E|W] = 33
  • Long [-]DDD:MM:SS.SS = 34
  • Lat DD:MM:SS[N|S] = 35
  • Lat [-] DD:MM:SS.SS = 36
  • Time Of Day HH:MM = 37
  • Calendar YYYY-MM-DD = 38
  • Free Text Entry = 39
  • Money Rx.xx = 40
  • Money Rx = 41
  • Money €x.xx = 42
  • Money €x = 43
  • Time HH:MM (no seconds) = 44
  • Calendar HH:MM:SS.SSS = 45
  • Calendar YYYY-MM-DD HH:MM:SS = 46
  • Day Of Week; Time HHMM = 47
  • Day # (1..); Time HHMM = 48
  • Percentage x.xx% = 49
  • Percentage (optional fraction) = 50
  • Calendar YYYYMMDD = 51
  • Scientific x.xxxxxxe+yyy = 52
  • Calendar Day Mon DD HH:MM:SS YYYY = 53
  • Percentage x.xxx% = 54
  • Parts Per Million (ppm) = 55
  • Percentage x.xx = 56
  • Parts Per Million (no ppm) = 57
  • Percentage x.xxxxxx% = 58
  • Value with Commas No Decimal = 59
  • Calendar dd Mon (no year) = 60
  • Calendar dd Mon HHMM (no year) = 61
  • Time xxhr yymin = 62
  • OS Date Time = 63
  • OS Date = 64
  • OS Time = 65
  • OS Currency = 66
  • OS Value = 67
  • OS Percent = 68
  • RGB colour value = 69
  • Value No Decimal = 70