Files
lazarus-ccr/components/jvcllaz/examples/JvTMTimeLine/TMTimeLineMainFormU.lfm

1121 lines
40 KiB
Plaintext
Raw Normal View History

object TMTimeLineMainForm: TTMTimeLineMainForm
Left = 261
Height = 580
Top = 138
Width = 733
Caption = 'Team Manager Timeline demo'
ClientHeight = 580
ClientWidth = 733
Color = clBtnFace
Constraints.MinHeight = 376
Constraints.MinWidth = 710
DefaultMonitor = dmDesktop
Font.Color = clWindowText
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnMouseWheelDown = FormMouseWheelDown
OnMouseWheelUp = FormMouseWheelUp
Position = poScreenCenter
ShowHint = True
LCLVersion = '1.9.0.0'
Scaled = False
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 3
Top = 148
Width = 733
Align = alBottom
AutoSnap = False
ResizeAnchor = akBottom
end
object Panel1: TPanel
Left = 0
Height = 406
Top = 151
Width = 733
Align = alBottom
BevelOuter = bvNone
ClientHeight = 406
ClientWidth = 733
TabOrder = 0
TabStop = True
object Label6: TLabel
Left = 8
Height = 15
Top = 0
Width = 725
Align = alTop
BorderSpacing.Left = 8
Caption = 'Images:'
ParentColor = False
end
object Label7: TLabel
Left = 480
Height = 13
Top = 272
Width = 121
Caption = 'Keyboard navigation:'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label18: TLabel
Left = 496
Height = 30
Top = 290
Width = 181
Caption = 'Left/Right arrow:'#13#10#9'move Small Change days'
ParentColor = False
end
object Label19: TLabel
Left = 496
Height = 30
Top = 322
Width = 181
Caption = 'Ctrl+Left/Right arrow:'#13#10#9'move Large Change days'
ParentColor = False
end
object Label20: TLabel
Left = 496
Height = 30
Top = 354
Width = 173
Caption = 'Shift+Left/Right arrow:'#13#10#9'move selection one day'
ParentColor = False
end
object lvImages: TListView
AnchorSideLeft.Control = Panel1
AnchorSideRight.Control = Panel1
Left = 8
Height = 56
Hint = 'The images available for the control'
Top = 15
Width = 717
Align = alTop
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Columns = <>
IconOptions.Arrangement = iaLeft
LargeImages = il16
PopupMenu = popTimeLine
ReadOnly = True
SmallImages = il16
TabOrder = 0
OnSelectItem = lvImagesSelectItem
end
object gbDates: TGroupBox
Left = 480
Height = 176
Top = 80
Width = 241
Caption = ' Dates: '
ClientHeight = 156
ClientWidth = 237
TabOrder = 3
object Label2: TLabel
Left = 8
Height = 15
Top = -1
Width = 87
Caption = 'First visible date:'
ParentColor = False
end
object Label3: TLabel
Left = 8
Height = 15
Top = 47
Width = 73
Caption = 'Selected date:'
ParentColor = False
end
object Label4: TLabel
Left = 136
Height = 15
Top = -1
Width = 61
Caption = 'Add image:'
ParentColor = False
end
object Label5: TLabel
Left = 136
Height = 15
Top = 47
Width = 39
Caption = 'at date:'
ParentColor = False
end
object dtpFirstDate: TDateTimePicker
Left = 8
Height = 23
Hint = 'Sets the first displayed date'
Top = 15
Width = 79
CenturyFrom = 1941
MaxDate = 2958465
MinDate = -53780
TabOrder = 0
TrailingSeparator = False
LeadingZeros = True
Kind = dtkDate
TimeFormat = tf24
TimeDisplay = tdHMS
DateMode = dmComboBox
Date = 36854
Time = 0.425169305599411
UseDefaultSeparators = True
HideDateTimeParts = []
MonthNames = 'Long'
CalAlignment = dtaLeft
OnChange = dtpFirstDateChange
end
object dtpSelDate: TDateTimePicker
Left = 8
Height = 23
Hint = 'Sets the selected day'
Top = 63
Width = 79
CenturyFrom = 1941
MaxDate = 2958465
MinDate = -53780
TabOrder = 1
TrailingSeparator = False
LeadingZeros = True
Kind = dtkDate
TimeFormat = tf24
TimeDisplay = tdHMS
DateMode = dmComboBox
Date = 36854
Time = 0.425169305599411
UseDefaultSeparators = True
HideDateTimeParts = []
MonthNames = 'Long'
CalAlignment = dtaLeft
OnChange = dtpSelDateChange
end
object edImageNo: TEdit
Left = 136
Height = 23
Hint = 'Sets the imageindex to insert at the current date'#13#10'(use -1 to remove image)'
Top = 15
Width = 81
TabOrder = 2
Text = '-1'
end
object udImageNo: TUpDown
Left = 217
Height = 23
Top = 15
Width = 15
Associate = edImageNo
Min = -1
Position = -1
TabOrder = 3
Wrap = False
end
object dtpImageDate: TDateTimePicker
Left = 136
Height = 23
Hint = 'Sets the date to insert / delete an image'
Top = 63
Width = 79
CenturyFrom = 1941
MaxDate = 2958465
MinDate = -53780
TabOrder = 4
TrailingSeparator = False
LeadingZeros = True
Kind = dtkDate
TimeFormat = tf24
TimeDisplay = tdHMS
DateMode = dmComboBox
Date = 36854
Time = 0.587075949100836
UseDefaultSeparators = True
HideDateTimeParts = []
MonthNames = 'Long'
CalAlignment = dtaLeft
end
object btnAdd: TButton
Left = 157
Height = 25
Hint = 'Adds an image to the chosen date'
Top = 103
Width = 75
Caption = '&Add'
OnClick = btnAddClick
TabOrder = 5
end
end
object gbAppearance: TGroupBox
Left = 208
Height = 176
Top = 80
Width = 257
Caption = ' Appearance: '
ClientHeight = 156
ClientWidth = 253
TabOrder = 2
object Label13: TLabel
AnchorSideLeft.Control = chkRClick
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkEnabled
Left = 127
Height = 15
Top = 57
Width = 114
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = 'Assigned object style:'
ParentColor = False
end
object chkReadOnly: TCheckBox
AnchorSideLeft.Control = gbAppearance
AnchorSideTop.Control = gbAppearance
Left = 11
Height = 19
Hint = 'Makes the control read-only'
Top = 0
Width = 74
BorderSpacing.Left = 11
Caption = 'Read-only'
OnClick = chkReadOnlyClick
TabOrder = 0
end
object chkFlat: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkReadOnly
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Hint = 'Makes the control flat'
Top = 19
Width = 39
Caption = 'Flat'
OnClick = chkFlatClick
TabOrder = 1
end
object chkRClick: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkFlat
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Hint = 'Moves the selection on right-click too'
Top = 38
Width = 108
Caption = 'Right click select'
OnClick = chkRClickClick
TabOrder = 2
end
object chkEnabled: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkRClick
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Hint = 'Enables the control'
Top = 57
Width = 62
Caption = 'Enabled'
Checked = True
OnClick = chkEnabledClick
State = cbChecked
TabOrder = 3
end
object chkShowToday: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkEnabled
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Top = 76
Width = 82
Caption = 'Show today'
Checked = True
OnClick = chkShowTodayClick
State = cbChecked
TabOrder = 4
end
object chkShowWeeks: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkShowTodayIcon
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Top = 114
Width = 84
Caption = 'Show weeks'
Checked = True
OnClick = chkShowWeeksClick
State = cbChecked
TabOrder = 6
end
object chkShowMonths: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkShowWeeks
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Top = 133
Width = 93
BorderSpacing.Bottom = 8
Caption = 'Show months'
Checked = True
OnClick = chkShowMonthsClick
State = cbChecked
TabOrder = 7
end
object lbObjFontStyle: TCheckListBox
AnchorSideLeft.Control = Label13
AnchorSideTop.Control = Label13
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Label13
AnchorSideRight.Side = asrBottom
Left = 127
Height = 78
Hint = 'Sets the font to use for day items that'#13#10'have a non-nil Objects item'
Top = 74
Width = 114
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
Items.Strings = (
'Bold'
'Italic'
'Underline'
'Strikeout'
)
ItemHeight = 17
OnClickCheck = lbObjFontStyleClickCheck
TabOrder = 8
Data = {
0400000000000000
}
end
object chkShowTodayIcon: TCheckBox
AnchorSideLeft.Control = chkReadOnly
AnchorSideTop.Control = chkShowToday
AnchorSideTop.Side = asrBottom
Left = 11
Height = 19
Top = 95
Width = 108
Caption = 'Show today icon'
Checked = True
OnClick = chkShowTodayIconClick
State = cbChecked
TabOrder = 5
end
end
object gbMisc: TGroupBox
Left = 264
Height = 129
Top = 264
Width = 192
Caption = ' Misc. '
ClientHeight = 109
ClientWidth = 188
TabOrder = 5
object btnLoad: TButton
Left = 14
Height = 25
Hint = 'Loads a previously saved timeline file'
Top = 6
Width = 110
Caption = 'Load from file...'
OnClick = btnLoadClick
TabOrder = 0
end
object btnSave: TButton
Left = 14
Height = 25
Hint = 'Saves the current content to a timeline file'
Top = 38
Width = 110
Caption = 'Save to file...'
OnClick = btnSaveClick
TabOrder = 1
end
end
object gbFonts: TGroupBox
Left = 8
Height = 129
Top = 264
Width = 241
Caption = ' Fonts and colors: '
ClientHeight = 109
ClientWidth = 237
TabOrder = 4
object btnFont: TButton
Left = 14
Height = 25
Hint = 'Sets the font for days'
Top = 40
Width = 90
Caption = 'Font...'
OnClick = btnFontClick
TabOrder = 1
end
object btnColor: TButton
Left = 14
Height = 25
Hint = 'Sets the background color'
Top = 8
Width = 90
Caption = 'Color...'
OnClick = btnColorClick
TabOrder = 0
end
object btnMonthFont: TButton
Left = 14
Height = 25
Hint = 'Sets the font for months and years'
Top = 72
Width = 90
Caption = 'Month font...'
OnClick = btnMonthFontClick
TabOrder = 2
end
object btnTodayColor: TButton
Left = 118
Height = 25
Hint = 'Sets the background color for the today item'
Top = 40
Width = 106
Caption = 'Today color...'
OnClick = btnTodayColorClick
TabOrder = 4
end
object btnLineColor: TButton
Left = 118
Height = 25
Top = 8
Width = 106
Caption = 'Line color...'
OnClick = btnLineColorClick
TabOrder = 3
end
object btnPenColor: TButton
Left = 118
Height = 25
Hint = 'Sets the color of the selection frame'
Top = 72
Width = 106
Caption = 'Selection color...'
OnClick = btnPenColorClick
TabOrder = 5
end
end
object gbWidths: TGroupBox
Left = 8
Height = 161
Top = 80
Width = 185
AutoSize = True
Caption = ' Widths and sizes: '
ClientHeight = 141
ClientWidth = 181
TabOrder = 1
object Label1: TLabel
AnchorSideTop.Control = edDayWidth
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label9
AnchorSideRight.Side = asrBottom
Left = 28
Height = 15
Top = 60
Width = 56
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Day width:'
ParentColor = False
end
object Label8: TLabel
AnchorSideTop.Control = edPenWidth
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label9
AnchorSideRight.Side = asrBottom
Left = 8
Height = 15
Top = 87
Width = 76
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Sel. line width:'
ParentColor = False
end
object Label9: TLabel
AnchorSideTop.Control = edScrollSmall
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = edScrollSmall
Left = 10
Height = 15
Top = 6
Width = 74
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 4
Caption = 'Small change:'
ParentColor = False
end
object Label10: TLabel
AnchorSideTop.Control = edScrollLarge
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label9
AnchorSideRight.Side = asrBottom
Left = 10
Height = 15
Top = 33
Width = 74
Anchors = [akTop, akRight]
BorderSpacing.Left = 9
Caption = 'Large change:'
ParentColor = False
end
object Label12: TLabel
AnchorSideTop.Control = edButtonWidth
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label9
AnchorSideRight.Side = asrBottom
Left = 12
Height = 15
Top = 114
Width = 72
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Button width:'
ParentColor = False
end
object Label11: TLabel
AnchorSideLeft.Control = Label15
AnchorSideTop.Control = edScrollSmall
AnchorSideTop.Side = asrCenter
Left = 144
Height = 15
Top = 6
Width = 24
Caption = 'days'
ParentColor = False
end
object Label14: TLabel
AnchorSideLeft.Control = Label15
AnchorSideTop.Control = edScrollLarge
AnchorSideTop.Side = asrCenter
Left = 144
Height = 15
Top = 33
Width = 24
Caption = 'days'
ParentColor = False
end
object Label15: TLabel
AnchorSideTop.Control = edDayWidth
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = gbWidths
AnchorSideRight.Side = asrBottom
Left = 144
Height = 15
Top = 60
Width = 29
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'pixels'
ParentColor = False
end
object Label16: TLabel
AnchorSideLeft.Control = Label15
AnchorSideTop.Control = edPenWidth
AnchorSideTop.Side = asrCenter
Left = 144
Height = 15
Top = 87
Width = 29
Caption = 'pixels'
ParentColor = False
end
object Label17: TLabel
AnchorSideLeft.Control = Label15
AnchorSideTop.Control = edButtonWidth
AnchorSideTop.Side = asrCenter
Left = 144
Height = 15
Top = 114
Width = 29
Caption = 'pixels'
ParentColor = False
end
object edDayWidth: TEdit
AnchorSideLeft.Control = edScrollSmall
AnchorSideTop.Control = edScrollLarge
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edScrollSmall
AnchorSideRight.Side = asrBottom
Left = 88
Height = 23
Hint = 'Sets the width in pixels of a single day'
Top = 56
Width = 33
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
TabOrder = 4
Text = '19'
end
object udDayWidth: TUpDown
AnchorSideRight.Control = udScrollSmall
AnchorSideRight.Side = asrBottom
Left = 125
Height = 23
Top = 56
Width = 15
Anchors = [akTop, akRight]
Associate = edDayWidth
Max = 32000
Min = 0
OnClick = udDayWidthClick
Position = 19
TabOrder = 5
Wrap = False
end
object edPenWidth: TEdit
AnchorSideLeft.Control = edScrollSmall
AnchorSideTop.Control = edDayWidth
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edScrollSmall
AnchorSideRight.Side = asrBottom
Left = 88
Height = 23
Hint = 'Sets the width of the selection frame'
Top = 83
Width = 33
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
TabOrder = 6
Text = '2'
end
object udPenWidth: TUpDown
AnchorSideRight.Control = udScrollSmall
AnchorSideRight.Side = asrBottom
Left = 125
Height = 23
Top = 83
Width = 15
Anchors = [akTop, akRight]
Associate = edPenWidth
Min = 0
OnClick = udPenWidthClick
Position = 2
TabOrder = 7
Wrap = False
end
object edScrollSmall: TEdit
AnchorSideTop.Control = gbWidths
AnchorSideRight.Control = udScrollSmall
Left = 88
Height = 23
Hint = 'Sets the number of days to scroll when clicking the buttons '#13#10'or when using the arrow-keys'
Top = 2
Width = 33
Anchors = [akTop, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 4
TabOrder = 0
Text = '7'
end
object udScrollSmall: TUpDown
AnchorSideRight.Control = Label11
Left = 125
Height = 23
Top = 2
Width = 15
Anchors = [akTop, akRight]
Associate = edScrollSmall
BorderSpacing.Right = 4
Max = 365
Min = 1
OnClick = udScrollSmallClick
Position = 7
TabOrder = 1
Wrap = False
end
object edScrollLarge: TEdit
AnchorSideLeft.Control = edScrollSmall
AnchorSideTop.Control = edScrollSmall
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edScrollSmall
AnchorSideRight.Side = asrBottom
Left = 88
Height = 23
Hint = 'Sets the number of days to scroll when Ctrl + clicking the buttons '#13#10'or when using Ctrl+left arrow or Ctrl+right arrow'
Top = 29
Width = 33
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
TabOrder = 2
Text = '30'
end
object udScrollLarge: TUpDown
AnchorSideRight.Control = udScrollSmall
AnchorSideRight.Side = asrBottom
Left = 125
Height = 23
Top = 29
Width = 15
Anchors = [akTop, akRight]
Associate = edScrollLarge
Max = 365
Min = 1
OnClick = udScrollLargeClick
Position = 30
TabOrder = 3
Wrap = False
end
object edButtonWidth: TEdit
AnchorSideLeft.Control = edScrollSmall
AnchorSideTop.Control = edPenWidth
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edScrollSmall
AnchorSideRight.Side = asrBottom
Left = 88
Height = 23
Hint = 'Sets the width of the scrollbuttons'
Top = 110
Width = 33
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
BorderSpacing.Bottom = 8
TabOrder = 8
Text = '12'
end
object udButtonWidth: TUpDown
AnchorSideRight.Control = udScrollSmall
AnchorSideRight.Side = asrBottom
Left = 125
Height = 23
Top = 110
Width = 15
Anchors = [akTop, akRight]
Associate = edButtonWidth
Max = 35
Min = 0
OnClick = udButtonWidthClick
Position = 12
TabOrder = 9
Wrap = False
end
end
end
object StatusBar: TStatusBar
Left = 0
Height = 23
Hint = 'Displays info about the control'
Top = 557
Width = 733
Panels = <
item
Width = 300
end
item
Width = 50
end>
SimplePanel = False
OnResize = StatusBarResize
end
object popTimeLine: TPopupMenu
left = 240
top = 43
object mnuEditMemo: TMenuItem
Caption = 'Edit memo...'
Default = True
OnClick = mnuEditMemoClick
end
object mnuInsertImage: TMenuItem
Caption = 'Insert image'
ShortCut = 45
OnClick = mnuInsertImageClick
end
object mnuRemoveImage: TMenuItem
Caption = 'Remove image'
ShortCut = 46
OnClick = mnuRemoveImageClick
end
object N1: TMenuItem
Caption = '-'
end
object mnuToday: TMenuItem
Caption = 'Go to today'
ShortCut = 116
OnClick = mnuTodayClick
end
object mnuGotoDate: TMenuItem
Caption = 'Go to selected day'
ShortCut = 118
OnClick = mnuGotoDateClick
end
end
object il16: TImageList
Height = 18
Width = 14
left = 560
top = 16
Bitmap = {
4C69080000000E00000012000000000000000000000000000000000000000000
000000000000000000FF000000FF000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000FF0000
00FF000000FF000000FF00000000000000000000000000000000000000000000
0000000000000000000000000000000000FF000000FF000000FF000000FF0000
00FF000000FF0000000000000000000000000000000000000000000000000000
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
00FF0000000000000000000000000000000000000000000000FF000000FF0000
00FF000000FF0000000000000000000000FF000000FF000000FF000000FF0000
00000000000000000000000000FF000000FF000000FF000000FF000000000000
00FF000000FF00000000000000FF000000FF000000FF000000FF000000000000
00FF000000FF000000FF000000FF00000000000000FF000000FF000000FF0000
00FF00000000000000FF000000FF000000FF000000FF00000000000000FF0000
00FF00000000000000FF000000FF000000FF000000FF000000FF000000FF0000
0000000000FF000000FF00000000000000000000000000000000000000FF0000
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000
0000000000000000000000000000000000FF000000FF000000FF000000FF0000
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
00FF000000FF000000FF000000FF000000FF00000000000000FF000000FF0000
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
00FF000000FF000000FF000000FF00000000000000FF000000FF000000FF0000
00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
00FF000000000000000000000000000000FF000000FF000000FF000000FF0000
00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000
00000000000000000000000000FF000000FF000000FF000000FF000000FF0000
00FF000000FF000000FF00000000000000000000000000000000000000000000
000000000000000000FF000000FF000000FF000000FF000000FF000000FF0000
0000000000000000000000000000000000000000000000000000000000000000
0000000000FF000000FF000000FF000000FF0000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00FF000000FF0000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000F8FF0000F8FF0000F8FF0000F8FF000000000000
0000000000000000000000000000000000000000000000000000000000000000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF00000000000000000000
0000000000000000000000000000000000000000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000
0000000000000000F8FF0000F8FF0000F8FF0000F8FF00000000000000000000
F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000F8FF0000
F8FF0000F8FF0000F8FF000000000000F8FF0000F8FF000000000000F8FF0000
F8FF0000F8FF0000F8FF000000000000F8FF0000F8FF0000F8FF0000F8FF0000
00000000F8FF0000F8FF0000F8FF0000F8FF000000000000F8FF0000F8FF0000
F8FF0000F8FF000000000000F8FF0000F8FF000000000000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF000000000000F8FF0000F8FF000000000000
000000000000000000000000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000
F8FF0000F8FF0000F8FF00000000000000000000000000000000000000000000
F8FF0000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000000000000000000000000000F8FF0000F8FF0000F8FF0000
F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF000000000000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
00000000F8FF0000F8FF0000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF00000000000000000000000000000000000000000000F8FF0000
F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF000000000000000000000000000000000000
0000000000000000000000000000000000000000F8FF0000F8FF0000F8FF0000
F8FF000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000F8FF0000F8FF00000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000F8FF0000F8FF0000F8FF0000F8FF000000000000
0000000000000000000000000000000000000000000000000000000000000000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF00000000000000000000
0000000000000000000000000000000000000000F8FF0000F8FF0000F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000
0000000000000000F8FF0000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000F8FF0000
F8FF0000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF000000000000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF000000000000F8FF0000F8FF0000F8FF0000F8FF0000F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF000000000000
0000000000000000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF000000000000000000000000000000000000
00000000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000
F8FF000000000000000000000000000000000000000000000000000000000000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF00000000000000000000
00000000000000000000000000000000000000000000000000000000F8FF0000
F8FF0000F8FF0000F8FF00000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000FF000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000FF000000FF000000FF00000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00FF000000FF000000FF000000FF000000FF0000000000000000000000000000
000000000000000000000000000000000000000000FF000000FF000000FF0000
00FF000000FF000000FF000000FF000000000000000000000000000000000000
000000000000000000FF000000FF000000FF000000FF000000FF000000FF0000
00FF000000FF000000FF00000000000000000000000000000000000000000000
0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
0000000000000000000000000000000000000000000000000000000000000000
00FF000000FF000000FF000000FF000000FF0000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000FF0000
00FF000000FF0000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000FF000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000F8FF0000F8FF0000F8FF0000F8FF0000F8FF000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF000000000000
00000000000000000000000000000000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000
00000000F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF0000000000000000000000000000F8FF0000
F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000
F8FF0000F8FF0000000000000000000000000000F8FF0000F8FF0000F8FF0000
F8FFF8F8F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
000000000000000000000000F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FF0000
F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF00000000000000000000
00000000F8FF0000F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF000000000000000000000000000000000000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF00000000000000000000000000000000000000000000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF00000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000808080FF808080FF8080
80FF808080FF808080FF00000000000000000000000000000000000000000000
00000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8
F8FF000000FF0000000000000000000000000000000000000000000000008080
80FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FF0000
00FF00000000000000000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8
F8FFF8F8F8FFF8F8F8FFF8F8F8FF008000FFF8F8F8FFF8F8F8FF000000FF0000
00000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8
F8FF008000FF008000FFF8F8F8FFF8F8F8FF000000FF00000000000000000000
0000808080FFF8F8F8FFF8F8F8FF008000FFF8F8F8FF008000FF008000FFF8F8
F8FFF8F8F8FFF8F8F8FF000000FF000000000000000000000000808080FFF8F8
F8FFF8F8F8FF008000FF008000FF008000FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8
F8FF000000FF000000000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8
F8FF008000FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF0000
0000000000000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8
F8FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF0000000000000000000000000000
00000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8
F8FF000000FF0000000000000000000000000000000000000000000000000000
000000000000000000FF000000FF000000FF000000FF000000FF000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000808080FF808080FF808080FF808080FF808080FF000000000000
0000000000000000000000000000000000000000000000000000808080FFF8F8
F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF00000000000000000000
0000000000000000000000000000808080FFF8F8F8FFF8F8F8FF000000FF0000
00FF000000FFF8F8F8FFF8F8F8FF000000FF0000000000000000000000000000
0000808080FFF8F8F8FFF8F8F8FF000000FFF8F8F8FFF8F8F8FF000000FF0000
00FFF8F8F8FFF8F8F8FF000000FF000000000000000000000000808080FFF8F8
F8FFF8F8F8FF000000FFF8F8F8FFF8F8F8FF000000FF000000FFF8F8F8FFF8F8
F8FF000000FF000000000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8
F8FFF8F8F8FF000000FF000000FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF0000
00000000000000000000808080FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8
F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF00000000000000000000
0000808080FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF000000FFF8F8
F8FFF8F8F8FFF8F8F8FF000000FF000000000000000000000000000000008080
80FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF000000FFF8F8F8FFF8F8F8FF0000
00FF000000000000000000000000000000000000000000000000808080FFF8F8
F8FFF8F8F8FFF8F8F8FFF8F8F8FFF8F8F8FF000000FF00000000000000000000
00000000000000000000000000000000000000000000000000FF000000FF0000
00FF000000FF000000FF00000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000F8FF0000F8FF0000
F8FF0000F8FF0000F8FF00000000000000000000000000000000000000000000
000000000000000000000000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000000000000000000000000000000000000000000000000000
F8FF0000F8FF0000F8FFF8F8F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000
F8FF000000000000000000000000000000000000F8FF0000F8FF0000F8FF0000
F8FFF8F8F8FFF8F8F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
000000000000000000000000F8FF0000F8FF0000F8FF0000F8FFF8F8F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF00000000000000000000
00000000F8FF0000F8FF0000F8FF0000F8FF0000F8FFF8F8F8FF0000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000F8FF0000
F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
F8FF0000F8FF0000000000000000000000000000F8FF0000F8FF0000F8FF0000
F8FF0000F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000F8FF0000
00000000000000000000000000000000F8FF0000F8FF0000F8FFF8F8F8FFF8F8
F8FFF8F8F8FF0000F8FF0000F8FF0000F8FF0000000000000000000000000000
000000000000000000000000F8FF0000F8FF0000F8FFF8F8F8FF0000F8FF0000
F8FF0000F8FF0000000000000000000000000000000000000000000000000000
0000000000000000F8FF0000F8FF0000F8FF0000F8FF0000F8FF000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000
}
end
end