home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-04-16 | 59.3 KB | 1,552 lines |
- object FMain: TFMain
- Left = 210
- Top = 143
- Width = 782
- Height = 496
- Caption = 'EasySyntax'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- OldCreateOrder = False
- Position = poDesktopCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 431
- Width = 774
- Height = 19
- Panels = <
- item
- Width = 300
- end
- item
- Text = 'Datafile:'
- Width = 50
- end>
- SimplePanel = False
- end
- object ToolBar1: TToolBar
- Left = 0
- Top = 0
- Width = 774
- Height = 29
- Caption = 'ToolBar1'
- Images = ImageList
- TabOrder = 1
- object ToolButton1: TToolButton
- Left = 0
- Top = 2
- Action = actNew
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton2: TToolButton
- Left = 23
- Top = 2
- Action = actOpen
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton3: TToolButton
- Left = 46
- Top = 2
- Action = actSave
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton4: TToolButton
- Left = 69
- Top = 2
- Action = actPrint
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton5: TToolButton
- Left = 92
- Top = 2
- Width = 8
- Caption = 'ToolButton5'
- ImageIndex = 4
- Style = tbsSeparator
- end
- object btnUndo: TToolButton
- Left = 100
- Top = 2
- Action = actUndo
- AllowAllUp = True
- ParentShowHint = False
- ShowHint = True
- end
- object btnRedo: TToolButton
- Left = 123
- Top = 2
- Action = actRedo
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton8: TToolButton
- Left = 146
- Top = 2
- Width = 8
- Caption = 'ToolButton8'
- ImageIndex = 5
- Style = tbsSeparator
- end
- object ToolButton9: TToolButton
- Left = 154
- Top = 2
- Action = actCut
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton10: TToolButton
- Left = 177
- Top = 2
- Action = actCopy
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton11: TToolButton
- Left = 200
- Top = 2
- Action = actPaste
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton12: TToolButton
- Left = 223
- Top = 2
- Action = actDelete
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton6: TToolButton
- Left = 246
- Top = 2
- Width = 8
- Caption = 'ToolButton6'
- ImageIndex = 10
- Style = tbsSeparator
- end
- object ToolButton7: TToolButton
- Left = 254
- Top = 2
- Action = actFind
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton15: TToolButton
- Left = 277
- Top = 2
- Width = 8
- Caption = 'ToolButton15'
- ImageIndex = 11
- Style = tbsSeparator
- end
- object tbtnRefreshDatafile: TToolButton
- Left = 285
- Top = 2
- Action = actRefreshDatafile
- ParentShowHint = False
- ShowHint = True
- end
- object ToolButton13: TToolButton
- Left = 308
- Top = 2
- Width = 8
- Caption = 'ToolButton13'
- ImageIndex = 12
- Style = tbsSeparator
- end
- object ToolButton14: TToolButton
- Left = 316
- Top = 2
- Action = actRun
- ParentShowHint = False
- ShowHint = True
- end
- end
- object DockPanel: TPanel
- Left = 0
- Top = 29
- Width = 774
- Height = 402
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 2
- object PanelAll: TPanel
- Left = 1
- Top = 1
- Width = 772
- Height = 400
- Align = alClient
- BevelOuter = bvNone
- Caption = 'PanelAll'
- TabOrder = 0
- object Splitter: TSplitter
- Left = 0
- Top = 0
- Width = 3
- Height = 400
- Cursor = crHSplit
- OnMoved = SplitterMoved
- end
- object tlObjectTree: TdxTreeList
- Left = 3
- Top = 0
- Width = 137
- Height = 400
- Bands = <
- item
- end>
- DefaultLayout = True
- HeaderPanelRowCount = 1
- Align = alLeft
- DragMode = dmAutomatic
- TabOrder = 0
- Options = [aoColumnSizing, aoColumnMoving, aoEditing, aoTabThrough, aoRowSelect, aoMultiSelect]
- OptionsEx = [aoUseBitmap, aoBandHeaderWidth, aoAutoCalcPreviewLines, aoBandSizing, aoBandMoving, aoDragScroll, aoDragExpand, aoDragCollapse, aoHotTrack]
- TreeLineColor = clGrayText
- OnDblClick = tlObjectTreeDblClick
- OnCustomDrawCell = tlObjectTreeCustomDrawCell
- object tlObjectTreeDataFileObjects: TdxTreeListColumn
- Caption = 'Datafile objects'
- HeaderAlignment = taCenter
- VertAlignment = tlCenter
- Width = 107
- BandIndex = 0
- RowIndex = 0
- end
- end
- object SynEdit: TSynEdit
- Left = 140
- Top = 0
- Width = 632
- Height = 400
- Cursor = crIBeam
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- OnDragDrop = SynEditDragDrop
- OnDragOver = SynEditDragOver
- OnEnter = SynEditEnter
- Gutter.Font.Charset = DEFAULT_CHARSET
- Gutter.Font.Color = clWindowText
- Gutter.Font.Height = -11
- Gutter.Font.Name = 'Terminal'
- Gutter.Font.Style = []
- Gutter.LeftOffset = 1
- Gutter.ShowLineNumbers = True
- Highlighter = SynSPSSHighlighter
- Keystrokes = <
- item
- Command = ecUp
- ShortCut = 38
- end
- item
- Command = ecSelUp
- ShortCut = 8230
- end
- item
- Command = ecScrollUp
- ShortCut = 16422
- end
- item
- Command = ecDown
- ShortCut = 40
- end
- item
- Command = ecSelDown
- ShortCut = 8232
- end
- item
- Command = ecScrollDown
- ShortCut = 16424
- end
- item
- Command = ecLeft
- ShortCut = 37
- end
- item
- Command = ecSelLeft
- ShortCut = 8229
- end
- item
- Command = ecWordLeft
- ShortCut = 16421
- end
- item
- Command = ecSelWordLeft
- ShortCut = 24613
- end
- item
- Command = ecRight
- ShortCut = 39
- end
- item
- Command = ecSelRight
- ShortCut = 8231
- end
- item
- Command = ecWordRight
- ShortCut = 16423
- end
- item
- Command = ecSelWordRight
- ShortCut = 24615
- end
- item
- Command = ecPageDown
- ShortCut = 34
- end
- item
- Command = ecSelPageDown
- ShortCut = 8226
- end
- item
- Command = ecPageBottom
- ShortCut = 16418
- end
- item
- Command = ecSelPageBottom
- ShortCut = 24610
- end
- item
- Command = ecPageUp
- ShortCut = 33
- end
- item
- Command = ecSelPageUp
- ShortCut = 8225
- end
- item
- Command = ecPageTop
- ShortCut = 16417
- end
- item
- Command = ecSelPageTop
- ShortCut = 24609
- end
- item
- Command = ecLineStart
- ShortCut = 36
- end
- item
- Command = ecSelLineStart
- ShortCut = 8228
- end
- item
- Command = ecEditorTop
- ShortCut = 16420
- end
- item
- Command = ecSelEditorTop
- ShortCut = 24612
- end
- item
- Command = ecLineEnd
- ShortCut = 35
- end
- item
- Command = ecSelLineEnd
- ShortCut = 8227
- end
- item
- Command = ecEditorBottom
- ShortCut = 16419
- end
- item
- Command = ecSelEditorBottom
- ShortCut = 24611
- end
- item
- Command = ecToggleMode
- ShortCut = 45
- end
- item
- Command = ecCopy
- ShortCut = 16429
- end
- item
- Command = ecCut
- ShortCut = 8238
- end
- item
- Command = ecPaste
- ShortCut = 8237
- end
- item
- Command = ecDeleteChar
- ShortCut = 46
- end
- item
- Command = ecDeleteLastChar
- ShortCut = 8
- end
- item
- Command = ecDeleteLastChar
- ShortCut = 8200
- end
- item
- Command = ecDeleteLastWord
- ShortCut = 16392
- end
- item
- Command = ecUndo
- ShortCut = 32776
- end
- item
- Command = ecRedo
- ShortCut = 40968
- end
- item
- Command = ecLineBreak
- ShortCut = 13
- end
- item
- Command = ecLineBreak
- ShortCut = 8205
- end
- item
- Command = ecTab
- ShortCut = 9
- end
- item
- Command = ecShiftTab
- ShortCut = 8201
- end
- item
- Command = ecContextHelp
- ShortCut = 16496
- end
- item
- Command = ecSelectAll
- ShortCut = 16449
- end
- item
- Command = ecCopy
- ShortCut = 16451
- end
- item
- Command = ecPaste
- ShortCut = 16470
- end
- item
- Command = ecCut
- ShortCut = 16472
- end
- item
- Command = ecBlockIndent
- ShortCut = 24649
- end
- item
- Command = ecBlockUnindent
- ShortCut = 24661
- end
- item
- Command = ecLineBreak
- ShortCut = 16461
- end
- item
- Command = ecInsertLine
- ShortCut = 16462
- end
- item
- Command = ecDeleteWord
- ShortCut = 16468
- end
- item
- Command = ecDeleteLine
- ShortCut = 16473
- end
- item
- Command = ecDeleteEOL
- ShortCut = 24665
- end
- item
- Command = ecUndo
- ShortCut = 16474
- end
- item
- Command = ecRedo
- ShortCut = 24666
- end
- item
- Command = ecGotoMarker0
- ShortCut = 16432
- end
- item
- Command = ecGotoMarker1
- ShortCut = 16433
- end
- item
- Command = ecGotoMarker2
- ShortCut = 16434
- end
- item
- Command = ecGotoMarker3
- ShortCut = 16435
- end
- item
- Command = ecGotoMarker4
- ShortCut = 16436
- end
- item
- Command = ecGotoMarker5
- ShortCut = 16437
- end
- item
- Command = ecGotoMarker6
- ShortCut = 16438
- end
- item
- Command = ecGotoMarker7
- ShortCut = 16439
- end
- item
- Command = ecGotoMarker8
- ShortCut = 16440
- end
- item
- Command = ecGotoMarker9
- ShortCut = 16441
- end
- item
- Command = ecSetMarker0
- ShortCut = 24624
- end
- item
- Command = ecSetMarker1
- ShortCut = 24625
- end
- item
- Command = ecSetMarker2
- ShortCut = 24626
- end
- item
- Command = ecSetMarker3
- ShortCut = 24627
- end
- item
- Command = ecSetMarker4
- ShortCut = 24628
- end
- item
- Command = ecSetMarker5
- ShortCut = 24629
- end
- item
- Command = ecSetMarker6
- ShortCut = 24630
- end
- item
- Command = ecSetMarker7
- ShortCut = 24631
- end
- item
- Command = ecSetMarker8
- ShortCut = 24632
- end
- item
- Command = ecSetMarker9
- ShortCut = 24633
- end
- item
- Command = ecNormalSelect
- ShortCut = 24654
- end
- item
- Command = ecColumnSelect
- ShortCut = 24643
- end
- item
- Command = ecLineSelect
- ShortCut = 24652
- end
- item
- Command = ecMatchBracket
- ShortCut = 24642
- end>
- Options = [eoAutoIndent, eoDragDropEditing, eoKeepCaretX, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoSmartTabDelete, eoGroupUndo]
- WantTabs = True
- OnChange = SynEditChange
- end
- end
- end
- object SynSPSSHighlighter: TSynSPSSHighlighter
- DefaultFilter = 'SPSS Syntax Files (*.sps)|*.sps'
- SymbolAttri.Foreground = clNavy
- Variables.Strings = (
- 'a'
- 'inv'
- '')
- Left = 232
- Top = 48
- end
- object SPSSHighlighterStyleDialog: TSPSSHighlighterStyleDialog
- Highlighter = SynSPSSHighlighter
- Caption = 'Syntax styler'
- Left = 272
- Top = 48
- end
- object MainMenu1: TMainMenu
- Images = ImageList
- Left = 192
- Top = 48
- object mnuFile: TMenuItem
- Caption = '&File'
- OnClick = mnuFileClick
- object mnuNew: TMenuItem
- Caption = 'New'
- object mnuNewData: TMenuItem
- Caption = 'Data'
- OnClick = mnuNewDataClick
- end
- object mnuNewSyntax: TMenuItem
- Action = actNew
- end
- end
- object mnuOpen: TMenuItem
- Caption = 'Open'
- object mnuOpenData: TMenuItem
- Caption = 'Data...'
- OnClick = mnuOpenDataClick
- end
- object mnuOpenSyntax: TMenuItem
- Action = actOpen
- end
- end
- object mnuReopen: TMenuItem
- Caption = 'Reopen'
- Enabled = False
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object mnuSave: TMenuItem
- Action = actSave
- Enabled = False
- end
- object mnuSaveAs: TMenuItem
- Caption = 'Save As...'
- Enabled = False
- OnClick = mnuSaveAsClick
- end
- object mnuClose: TMenuItem
- Caption = 'Close'
- Enabled = False
- OnClick = mnuCloseClick
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object mnuPrint: TMenuItem
- Action = actPrint
- Enabled = False
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object mnuExit: TMenuItem
- Caption = 'Exit'
- ShortCut = 16465
- OnClick = mnuExitClick
- end
- end
- object mnuEdit: TMenuItem
- Caption = '&Edit'
- object mnuUndo: TMenuItem
- Action = actUndo
- end
- object mnuRedo: TMenuItem
- Action = actRedo
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object mnuCut: TMenuItem
- Action = actCut
- end
- object mnuCopy: TMenuItem
- Action = actCopy
- end
- object mnuPaste: TMenuItem
- Action = actPaste
- end
- object mnuDelete: TMenuItem
- Action = actDelete
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object mnuFind: TMenuItem
- Action = actFind
- end
- object mnuFindPrev: TMenuItem
- Action = actFindP
- end
- object mnuFindNext: TMenuItem
- Action = actFindN
- end
- object mnuReplace: TMenuItem
- Action = actReplace
- end
- end
- object mnuRun: TMenuItem
- Caption = '&Run'
- object mnuAll: TMenuItem
- Caption = 'All'
- OnClick = mnuAllClick
- end
- object mnuSelection: TMenuItem
- Action = actRun
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object RefreshDatafile1: TMenuItem
- Action = actRefreshDatafile
- end
- end
- object mnuSettings: TMenuItem
- Caption = '&Settings'
- object mnuStyle: TMenuItem
- Action = actStyle
- end
- object mnuEnvironment: TMenuItem
- Caption = 'Environment...'
- OnClick = mnuEnvironmentClick
- end
- object mnuLoadLanguageDef: TMenuItem
- Caption = 'Import language definition...'
- Visible = False
- OnClick = mnuLoadLanguageDefClick
- end
- end
- object mnuHelp: TMenuItem
- Caption = '&Help'
- object EasySyntax1: TMenuItem
- Action = actEasySyntaxHelp
- Caption = 'EasySyntax Help'
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object Baseregressionandadvancedmodels1: TMenuItem
- Action = actBase
- end
- object Tables1: TMenuItem
- Action = actTable
- end
- object Trends1: TMenuItem
- Action = actTrends
- end
- object Categories1: TMenuItem
- Action = actCategories
- end
- object Conjoint1: TMenuItem
- Action = actConjoint
- end
- object Map1: TMenuItem
- Action = actMap
- end
- object Missingvaluesanalysis1: TMenuItem
- Action = actMissingValueAnalysis
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object mnuAbout: TMenuItem
- Caption = 'About'
- OnClick = mnuAboutClick
- end
- end
- end
- object ActionList: TActionList
- Images = ImageList
- Left = 312
- Top = 48
- object actOpen: TAction
- Category = 'File'
- Caption = 'Syntax...'
- Hint = 'Open syntaxfile'
- ImageIndex = 1
- OnExecute = actOpenExecute
- end
- object actStyle: TAction
- Category = 'Settings'
- Caption = 'Style...'
- Hint = 'Settings'
- OnExecute = actStyleExecute
- end
- object actSave: TAction
- Category = 'File'
- Caption = 'Save'
- Hint = 'Save syntaxfile'
- ImageIndex = 2
- ShortCut = 16467
- OnExecute = actSaveExecute
- end
- object actNew: TAction
- Category = 'File'
- Caption = 'Syntax'
- Hint = 'New syntaxfile'
- ImageIndex = 0
- ShortCut = 16462
- OnExecute = actNewExecute
- end
- object actPrint: TAction
- Category = 'File'
- Caption = 'Print...'
- Hint = 'Print'
- ImageIndex = 3
- ShortCut = 16464
- OnExecute = actPrintExecute
- end
- object actCut: TAction
- Category = 'Edit'
- Caption = 'Cut'
- Hint = 'Cut '
- ImageIndex = 6
- ShortCut = 16472
- OnExecute = actCutExecute
- end
- object actCopy: TAction
- Category = 'Edit'
- Caption = 'Copy'
- Hint = 'Copy'
- ImageIndex = 7
- ShortCut = 16451
- OnExecute = actCopyExecute
- end
- object actPaste: TAction
- Category = 'Edit'
- Caption = 'Paste'
- Hint = 'Paste'
- ImageIndex = 8
- ShortCut = 16470
- OnExecute = actPasteExecute
- end
- object actDelete: TAction
- Category = 'Edit'
- Caption = 'Delete'
- Hint = 'Delete'
- ImageIndex = 9
- ShortCut = 46
- OnExecute = actDeleteExecute
- end
- object actFind: TAction
- Category = 'Edit'
- Caption = 'Find'
- Hint = 'Find'
- ImageIndex = 11
- ShortCut = 16454
- OnExecute = actFindExecute
- end
- object actRun: TAction
- Category = 'Run'
- Caption = 'Selection'
- Hint = 'Run syntax'
- ImageIndex = 10
- ShortCut = 120
- OnExecute = actRunExecute
- end
- object actRedo: TAction
- Category = 'Edit'
- Caption = 'Redo'
- Hint = 'Redo'
- ImageIndex = 4
- OnExecute = actRedoExecute
- end
- object actUndo: TAction
- Category = 'Edit'
- Caption = 'Undo'
- Hint = 'Undo'
- ImageIndex = 5
- OnExecute = actUndoExecute
- end
- object actFindN: TAction
- Category = 'Edit'
- Caption = 'Find next'
- Hint = 'Find next'
- ImageIndex = 12
- ShortCut = 114
- OnExecute = actFindNext
- end
- object actFindP: TAction
- Category = 'Edit'
- Caption = 'Find Prev'
- Hint = 'Find previous'
- ImageIndex = 13
- ShortCut = 113
- OnExecute = actFindPrev
- end
- object actReplace: TAction
- Category = 'Edit'
- Caption = 'Replace'
- Hint = 'Replace'
- ImageIndex = 14
- ShortCut = 115
- OnExecute = actReplaceExecute
- end
- object actBase: TAction
- Category = 'Help'
- Caption = 'base, regression and advanced models'
- Hint = 'Base, regression and advanced models'
- OnExecute = actBaseExecute
- end
- object actTable: TAction
- Category = 'Help'
- Caption = 'Table'
- Hint = 'Tables'
- OnExecute = actTableExecute
- end
- object actTrends: TAction
- Category = 'Help'
- Caption = 'Trends'
- Hint = 'Trends'
- OnExecute = actTrendsExecute
- end
- object actCategories: TAction
- Category = 'Help'
- Caption = 'Categories'
- Hint = 'Catagories'
- OnExecute = actCategoriesExecute
- end
- object actConjoint: TAction
- Category = 'Help'
- Caption = 'Conjoint'
- Hint = 'Conjoint'
- OnExecute = actConjointExecute
- end
- object actMap: TAction
- Category = 'Help'
- Caption = 'Map'
- Hint = 'Map'
- OnExecute = actMapExecute
- end
- object actMissingValueAnalysis: TAction
- Category = 'Help'
- Caption = 'Missing Value Analysis'
- Hint = 'Missing value analysis'
- OnExecute = actMissingValueAnalysisExecute
- end
- object actSearchWordHelp: TAction
- Category = 'Help'
- Caption = 'SearchWordInHelp'
- ShortCut = 112
- OnExecute = actSearchWordHelpExecute
- end
- object actRefreshDatafile: TAction
- Category = 'Run'
- Caption = 'Refresh datafile objects'
- Hint = 'Refresh datafile objects'
- ImageIndex = 15
- ShortCut = 116
- OnExecute = actRefreshDatafileExecute
- end
- object actEasySyntaxHelp: TAction
- Category = 'Help'
- Caption = 'EasySyntax'
- OnExecute = actEasySyntaxHelpExecute
- end
- end
- object ImageList: TImageList
- Left = 352
- Top = 48
- Bitmap = {
- 494C010110001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 000000000000360000002800000040000000500000000100180000000000003C
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808080808080808000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFFFF0000
- 00000000000000000000000000000000FFFFFF00000000000000000000000000
- 0000000000000000000000000000FFFFFF000000000000000000000000000000
- 000000FFFFFF0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000000000000080
- 8080000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFFFF0000
- 00000000000000000000000000000000FFFFFF00000000000000000000000000
- 0000000000000000000000000000FFFFFF000000000000000000000000000000
- 000000FFFFFF0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000000000000080
- 8080000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808080808080808000
- 000000000000000000000000000000000000FFFF000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFFFF0000
- 00000000000000808080000000FFFFFF00000000000000000000000000000000
- 0000000000000000000000000000FFFFFF000000000000000000808080000000
- FFFFFF0000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000000000000080
- 808000000000000000000000000000000000000000FFFF000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFFFF0000
- 00000000000000000000000000FFFFFF00000000000000000000000000000000
- 0000000000000000000000000000FFFFFF000000000000000000000000000000
- FFFFFF0000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808000000000000080
- 808000000000000000000000000000000000000000999900FFFF000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000080808000000080808000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000808080000000808080
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808080808080808000
- 000000000000000000000000000000000000000000000000999900FFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000999900FFFF00FFFF
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000999900FFFF
- 00FFFF0000000000000000000000000000000000000000000000000000000000
- 0000000080808080000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000800000808080
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000999900FFFF00FFFF00FFFF00FFFF009999
- 0099990099990000000000000000000000000000000000000000000000000000
- 0080808080000000000000000000000000000080000080000080000080000000
- 0000000000800000800000800000800000000000000000000000000000800000
- 8080800000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000999900FFFF00FFFF00FFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0080000000000000000000000000000000000000000080000080000080000000
- 0000000000800000800000800000000000000000000000000000000000000000
- 8000000000000000000000000000000000008080800000000000000000008080
- 8000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000999900FFFF00FFFF00FFFF
- 0000000000000000000000000000000000000000000000000000000000000000
- 0080000000000000000000000000000000000000000080000080000080000000
- 0000000000800000800000800000000000000000000000000000000000000000
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000999900FFFF00FFFF
- 00FFFF0000000000000000000000000000000000000000000000000000000000
- 0080808080000000000000000000000080808080000000000000000080000000
- 0000000000800000000000000000800000808080000000000000000000800000
- 8080800000000000000000000000000000000000008080800000008080800000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000009999009999
- 0099990099990000000000000000000000000000000000000000000000000000
- 0000000080808080000080000080000080000000000000000000000000000000
- 0000000000000000000000000000000000800000800000800000800000808080
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000080000080000080000080000080000080000080000080000080000080
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFF000000000000000000000000000000000000000000
- 000000000000FFFFFF0000000000000000000000008080800080808080800080
- 80808080800000FFFFFF000000000000000000000000000000000000FFFFFF80
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFF000000000000000000000000000000000000000000
- 000000000000FFFFFF0000000000000000000000000080808080800080808080
- 80008080800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008080800080808080800080
- 80808080800000FFFFFF000000000000000000FFFFFF80000080000080000080
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000FFFFFF000000000000000000000000000000000000
- FFFFFF0000000000000000000000000000000000000080808080800080808080
- 80008080800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFF80000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000FFFFFF000000000000000000C0C0C0000000000000
- FFFFFF0000000000000000000000000000000000008080800080808080800080
- 80808080800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80000080000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000FFFFFF000000000000000000C0C0C0000000000000
- FFFFFF0000000000000000000000000000000000000080808080800080808080
- 8000808080000080000080000080000080000080000080000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008080800080808080800080
- 8080808000808080808000808080808000808080808000808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000FFFFFF000000000000000000000000000000
- FFFFFF0000000000000000000000000000000000000080808080800000000000
- 0000000000000000000000000000000000000080808080808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008080808080800000000000
- 0000000000000000000000000000000000000080808000808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080808080800080800000
- 0000FFFF00000000000000FFFF00000080808000808080808000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000FFFFFF000000000000000000000000
- 000000FFFFFF0000000000000000000000000000000000000000000000000000
- 0000000000FFFF00FFFF00000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0080000080000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000800000800000800000
- 8000008000008000008000008000008000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008000
- 0000000000000080000000000000000080000080000000000000000000000000
- 0000000000000000000000000000000000000000000000800000FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008000
- 0000000000000080000000000080000000000000000080000000000000000000
- 0000000000000000000000000000000000000000000000800000FFFFFF000000
- 000000000000000000000000FFFFFF8000000000000000000000008000008080
- 8000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000008080808000000000000000000000000000000000000000000000008000
- 0000000000000080000000000080000000000000000080000000000000000000
- 0000000000000000000000000000000000000000000000800000FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000008080808000000000
- 0000000000000000000000000080000080000080000080000080000000000000
- 0000000000000000800000800000800000800000800000000000000000000000
- 0000000000008000008080800000000000000000000000000000000000000000
- 0080000080000080000000000080000000000000000080000000000000000000
- 0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFF000000
- 000000000000000000000000FFFFFF8000000000000000008000000000000000
- 0000000000000000000000000000000080000080000080000080000000000000
- 0000000000000000800000800000800000800000000000000000000000000000
- 0000000000000000008000000000000000000000000000000000000000000000
- 0000000000000080000000000080000080000080000000000000000000000000
- 0000000000000000FFFFFF000000000000000000000000800000FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000008000000000000000
- 0000000000000000000000000000000000000080000080000080000000000000
- 0000000000000000800000800000800000000000000000000000000000000000
- 0000000000000000008000000000000000000000000000000000000000000000
- 0000000000000080000000000080000000000000000000000000000000000000
- 0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFF000000
- 000000FFFFFF8000008000008000008000000000000000008000000000000000
- 0000000000000000000000000000000080000000000080000080000000000000
- 0000000000000000800000800000000000800000000000000000000000000000
- 0000000000000000008000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFF000000000000000000000000800000FFFFFFFFFFFF
- FFFFFFFFFFFF800000FFFFFF8000000000000000000000008080808000000000
- 0000000000000000000080000080000000000000000000000080000000000000
- 0000000000000000800000000000000000000000800000800000000000000000
- 0000000000008000008080800000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFF
- FFFFFFFFFFFF8000008000000000000000000000000000000000008080808000
- 0080000080000080000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000800000800000
- 8000008000008080800000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFF000000000000FFFFFF000000800000800000800000
- 8000008000008000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFF000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 0000000000000000008080008080008080008080008080008080008080008080
- 0080800000000000000000000000000000000000000000000080800080800000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0000000C0C0C0000000000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 000000000000FFFF000000008080008080008080008080008080008080008080
- 0080800080800000000000000000000000000000000000000080800080800000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000C0C0C0000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 0000000000FFFFFF00FFFF000000008080008080008080008080008080008080
- 0080800080800080800000000000000000000000000000000080800080800000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000FFFF00FFFF00FFFF
- C0C0C0C0C0C0000000000000000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 000000000000FFFFFFFFFF00FFFF000000008080008080008080008080008080
- 0080800080800080800080800000000000000000000000000080800080800000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0808080808080808080
- C0C0C0C0C0C0000000C0C0C0000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 0000000000FFFFFF00FFFFFFFFFF00FFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000080800080800080
- 8000808000808000808000808000808000808000808000808000808000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000C0C0C0C0C0C0000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 000000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF
- 0000000000000000000000000000000000000000000000000080800080800000
- 0000000000000000000000000000000000000000000000808000808000000000
- 0000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0000000C0C0C0000000C0C0C0000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 0000000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF
- 0000000000000000000000000000000000000000000000000080800000000000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000C0C0C0000000C0C0C0000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
- 000000000000FFFFFFFFFF00FFFF000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000080800000000000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFF000000C0C0C0000000C0C0C0000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000080800000000000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000000000000000000000FFFFFF000000000000000000000000000000
- FFFFFF000000000000000000000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFF00000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000080800000000000
- 0000000000000000000000000000000000000000000000000000808000000000
- 0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFF000000000000000000000000000000000000000000FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000080800000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000FFFFFF000000000000000000000000
- 000000FFFFFF0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000080800000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000500000000100010000000000800200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFFFFFFFFFFC387E1C3FF71FFFF
- C387E1C3FF36F7FFC387E1C3F516F3FFC007E003DF31F1FFC007E003FF76F8FF
- C007E003BFF6F87FE10FF087FFD1FC3FF39FF9CFDFFFFC1FF39FF9CFFFBFC00F
- FCFFFF3F77FFE007F9E1879F77BFF003FBF18FDF07FFF81FFBF18FDFAFD7FC0F
- F9CDB39F8FE7FE07FC1FF83FDFC7FF03FFFFFFFFFFFFFFFFFC00EFFDFDFF83E0
- 8000C7FFFCFF83E00000C3FBFC7F83E00000E3F7FC3F80800000F1E7FC1F8000
- 0001F8CFFC0F80000003FC1FFC0780000003FE3FFC0FC0010003FC1FFC1FE083
- 0003F8CFFC3FE0830FC3E1E7FC7FF1C70003C3F3FCFFF1C78007C7FDFDFFF1C7
- F87FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFFE00
- FFFFFFFFF6CFFE00FFFFFFFFF6B7FE00E7FFFFE7F6B78000CF83C1F3F8B78000
- DFC3C3FBFE8F8000DFE3C7FBFE3F8000DFD3CBFBFF7F8001CF3BDCF3FE3F8003
- E0FFFF07FEBF8007FFFFFFFFFC9F807FFFFFFFFFFDDF80FFFFFFFFFFFDDF81FF
- FFFFFFFFFDDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC007001FC001C007
- C007000F80318003C007000780310001C007000380310001C007000180010001
- C007000080010000C007001F80010000C007001F8FF18000C007001F8FF1C000
- C0078FF18FF1E001C00FFFF98FF1E007C01FFF758FF1F007C03FFF8F8FF5F003
- FFFFFFFF8001F803FFFFFFFFFFFFFFFF00000000000000000000000000000000
- 000000000000}
- end
- object PrintDialog: TPrintDialog
- Options = [poPageNums, poSelection, poWarning, poHelp]
- Left = 432
- Top = 48
- end
- object OpenDialog: TOpenDialog
- DefaultExt = '.sps'
- Filter = 'SPSS Syntaxfile|*.sps'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
- Title = 'Open syntax file'
- Left = 464
- Top = 48
- end
- object SaveDialog: TSaveDialog
- DefaultExt = '*.sps'
- Filter = 'SPSS syntax file|*.sps'
- Title = 'Save syntax file'
- Left = 496
- Top = 48
- end
- object FindDialog: TFindDialog
- Left = 528
- Top = 48
- end
- object OpenDataDialog: TOpenDialog
- DefaultExt = '.sav'
- Filter = 'SPSS Datafile|*.sav'
- Title = 'Open data file'
- Left = 464
- Top = 80
- end
- object SPSSDatafile: TSPSSDatafile
- Left = 192
- Top = 88
- end
- object SynEditPrint: TSynEditPrint
- Copies = 1
- Header.DefaultFont.Charset = DEFAULT_CHARSET
- Header.DefaultFont.Color = clBlack
- Header.DefaultFont.Height = -13
- Header.DefaultFont.Name = 'Arial'
- Header.DefaultFont.Style = []
- Footer.DefaultFont.Charset = DEFAULT_CHARSET
- Footer.DefaultFont.Color = clBlack
- Footer.DefaultFont.Height = -13
- Footer.DefaultFont.Name = 'Arial'
- Footer.DefaultFont.Style = []
- Margins.Left = 25
- Margins.Right = 15
- Margins.Top = 25
- Margins.Bottom = 25
- Margins.Header = 15
- Margins.Footer = 15
- Margins.LeftHFTextIndent = 2
- Margins.RightHFTextIndent = 2
- Margins.HFInternalMargin = 0.500000000000000000
- Margins.MirrorMargins = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Highlighter = SynSPSSHighlighter
- TabWidth = 8
- Color = clWhite
- Left = 233
- Top = 86
- end
- end
-