home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / Easy Syntex / Data1.cab / EasySyntax.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt < prev   
Encoding:
Text File  |  2003-04-16  |  59.3 KB  |  1,552 lines

  1. object FMain: TFMain
  2.   Left = 210
  3.   Top = 143
  4.   Width = 782
  5.   Height = 496
  6.   Caption = 'EasySyntax'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object StatusBar: TStatusBar
  26.     Left = 0
  27.     Top = 431
  28.     Width = 774
  29.     Height = 19
  30.     Panels = <
  31.       item
  32.         Width = 300
  33.       end
  34.       item
  35.         Text = 'Datafile:'
  36.         Width = 50
  37.       end>
  38.     SimplePanel = False
  39.   end
  40.   object ToolBar1: TToolBar
  41.     Left = 0
  42.     Top = 0
  43.     Width = 774
  44.     Height = 29
  45.     Caption = 'ToolBar1'
  46.     Images = ImageList
  47.     TabOrder = 1
  48.     object ToolButton1: TToolButton
  49.       Left = 0
  50.       Top = 2
  51.       Action = actNew
  52.       ParentShowHint = False
  53.       ShowHint = True
  54.     end
  55.     object ToolButton2: TToolButton
  56.       Left = 23
  57.       Top = 2
  58.       Action = actOpen
  59.       ParentShowHint = False
  60.       ShowHint = True
  61.     end
  62.     object ToolButton3: TToolButton
  63.       Left = 46
  64.       Top = 2
  65.       Action = actSave
  66.       ParentShowHint = False
  67.       ShowHint = True
  68.     end
  69.     object ToolButton4: TToolButton
  70.       Left = 69
  71.       Top = 2
  72.       Action = actPrint
  73.       ParentShowHint = False
  74.       ShowHint = True
  75.     end
  76.     object ToolButton5: TToolButton
  77.       Left = 92
  78.       Top = 2
  79.       Width = 8
  80.       Caption = 'ToolButton5'
  81.       ImageIndex = 4
  82.       Style = tbsSeparator
  83.     end
  84.     object btnUndo: TToolButton
  85.       Left = 100
  86.       Top = 2
  87.       Action = actUndo
  88.       AllowAllUp = True
  89.       ParentShowHint = False
  90.       ShowHint = True
  91.     end
  92.     object btnRedo: TToolButton
  93.       Left = 123
  94.       Top = 2
  95.       Action = actRedo
  96.       ParentShowHint = False
  97.       ShowHint = True
  98.     end
  99.     object ToolButton8: TToolButton
  100.       Left = 146
  101.       Top = 2
  102.       Width = 8
  103.       Caption = 'ToolButton8'
  104.       ImageIndex = 5
  105.       Style = tbsSeparator
  106.     end
  107.     object ToolButton9: TToolButton
  108.       Left = 154
  109.       Top = 2
  110.       Action = actCut
  111.       ParentShowHint = False
  112.       ShowHint = True
  113.     end
  114.     object ToolButton10: TToolButton
  115.       Left = 177
  116.       Top = 2
  117.       Action = actCopy
  118.       ParentShowHint = False
  119.       ShowHint = True
  120.     end
  121.     object ToolButton11: TToolButton
  122.       Left = 200
  123.       Top = 2
  124.       Action = actPaste
  125.       ParentShowHint = False
  126.       ShowHint = True
  127.     end
  128.     object ToolButton12: TToolButton
  129.       Left = 223
  130.       Top = 2
  131.       Action = actDelete
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.     end
  135.     object ToolButton6: TToolButton
  136.       Left = 246
  137.       Top = 2
  138.       Width = 8
  139.       Caption = 'ToolButton6'
  140.       ImageIndex = 10
  141.       Style = tbsSeparator
  142.     end
  143.     object ToolButton7: TToolButton
  144.       Left = 254
  145.       Top = 2
  146.       Action = actFind
  147.       ParentShowHint = False
  148.       ShowHint = True
  149.     end
  150.     object ToolButton15: TToolButton
  151.       Left = 277
  152.       Top = 2
  153.       Width = 8
  154.       Caption = 'ToolButton15'
  155.       ImageIndex = 11
  156.       Style = tbsSeparator
  157.     end
  158.     object tbtnRefreshDatafile: TToolButton
  159.       Left = 285
  160.       Top = 2
  161.       Action = actRefreshDatafile
  162.       ParentShowHint = False
  163.       ShowHint = True
  164.     end
  165.     object ToolButton13: TToolButton
  166.       Left = 308
  167.       Top = 2
  168.       Width = 8
  169.       Caption = 'ToolButton13'
  170.       ImageIndex = 12
  171.       Style = tbsSeparator
  172.     end
  173.     object ToolButton14: TToolButton
  174.       Left = 316
  175.       Top = 2
  176.       Action = actRun
  177.       ParentShowHint = False
  178.       ShowHint = True
  179.     end
  180.   end
  181.   object DockPanel: TPanel
  182.     Left = 0
  183.     Top = 29
  184.     Width = 774
  185.     Height = 402
  186.     Align = alClient
  187.     BevelOuter = bvLowered
  188.     TabOrder = 2
  189.     object PanelAll: TPanel
  190.       Left = 1
  191.       Top = 1
  192.       Width = 772
  193.       Height = 400
  194.       Align = alClient
  195.       BevelOuter = bvNone
  196.       Caption = 'PanelAll'
  197.       TabOrder = 0
  198.       object Splitter: TSplitter
  199.         Left = 0
  200.         Top = 0
  201.         Width = 3
  202.         Height = 400
  203.         Cursor = crHSplit
  204.         OnMoved = SplitterMoved
  205.       end
  206.       object tlObjectTree: TdxTreeList
  207.         Left = 3
  208.         Top = 0
  209.         Width = 137
  210.         Height = 400
  211.         Bands = <
  212.           item
  213.           end>
  214.         DefaultLayout = True
  215.         HeaderPanelRowCount = 1
  216.         Align = alLeft
  217.         DragMode = dmAutomatic
  218.         TabOrder = 0
  219.         Options = [aoColumnSizing, aoColumnMoving, aoEditing, aoTabThrough, aoRowSelect, aoMultiSelect]
  220.         OptionsEx = [aoUseBitmap, aoBandHeaderWidth, aoAutoCalcPreviewLines, aoBandSizing, aoBandMoving, aoDragScroll, aoDragExpand, aoDragCollapse, aoHotTrack]
  221.         TreeLineColor = clGrayText
  222.         OnDblClick = tlObjectTreeDblClick
  223.         OnCustomDrawCell = tlObjectTreeCustomDrawCell
  224.         object tlObjectTreeDataFileObjects: TdxTreeListColumn
  225.           Caption = 'Datafile objects'
  226.           HeaderAlignment = taCenter
  227.           VertAlignment = tlCenter
  228.           Width = 107
  229.           BandIndex = 0
  230.           RowIndex = 0
  231.         end
  232.       end
  233.       object SynEdit: TSynEdit
  234.         Left = 140
  235.         Top = 0
  236.         Width = 632
  237.         Height = 400
  238.         Cursor = crIBeam
  239.         Align = alClient
  240.         Font.Charset = DEFAULT_CHARSET
  241.         Font.Color = clWindowText
  242.         Font.Height = -13
  243.         Font.Name = 'Courier New'
  244.         Font.Style = []
  245.         ParentColor = False
  246.         ParentFont = False
  247.         TabOrder = 1
  248.         OnDragDrop = SynEditDragDrop
  249.         OnDragOver = SynEditDragOver
  250.         OnEnter = SynEditEnter
  251.         Gutter.Font.Charset = DEFAULT_CHARSET
  252.         Gutter.Font.Color = clWindowText
  253.         Gutter.Font.Height = -11
  254.         Gutter.Font.Name = 'Terminal'
  255.         Gutter.Font.Style = []
  256.         Gutter.LeftOffset = 1
  257.         Gutter.ShowLineNumbers = True
  258.         Highlighter = SynSPSSHighlighter
  259.         Keystrokes = <
  260.           item
  261.             Command = ecUp
  262.             ShortCut = 38
  263.           end
  264.           item
  265.             Command = ecSelUp
  266.             ShortCut = 8230
  267.           end
  268.           item
  269.             Command = ecScrollUp
  270.             ShortCut = 16422
  271.           end
  272.           item
  273.             Command = ecDown
  274.             ShortCut = 40
  275.           end
  276.           item
  277.             Command = ecSelDown
  278.             ShortCut = 8232
  279.           end
  280.           item
  281.             Command = ecScrollDown
  282.             ShortCut = 16424
  283.           end
  284.           item
  285.             Command = ecLeft
  286.             ShortCut = 37
  287.           end
  288.           item
  289.             Command = ecSelLeft
  290.             ShortCut = 8229
  291.           end
  292.           item
  293.             Command = ecWordLeft
  294.             ShortCut = 16421
  295.           end
  296.           item
  297.             Command = ecSelWordLeft
  298.             ShortCut = 24613
  299.           end
  300.           item
  301.             Command = ecRight
  302.             ShortCut = 39
  303.           end
  304.           item
  305.             Command = ecSelRight
  306.             ShortCut = 8231
  307.           end
  308.           item
  309.             Command = ecWordRight
  310.             ShortCut = 16423
  311.           end
  312.           item
  313.             Command = ecSelWordRight
  314.             ShortCut = 24615
  315.           end
  316.           item
  317.             Command = ecPageDown
  318.             ShortCut = 34
  319.           end
  320.           item
  321.             Command = ecSelPageDown
  322.             ShortCut = 8226
  323.           end
  324.           item
  325.             Command = ecPageBottom
  326.             ShortCut = 16418
  327.           end
  328.           item
  329.             Command = ecSelPageBottom
  330.             ShortCut = 24610
  331.           end
  332.           item
  333.             Command = ecPageUp
  334.             ShortCut = 33
  335.           end
  336.           item
  337.             Command = ecSelPageUp
  338.             ShortCut = 8225
  339.           end
  340.           item
  341.             Command = ecPageTop
  342.             ShortCut = 16417
  343.           end
  344.           item
  345.             Command = ecSelPageTop
  346.             ShortCut = 24609
  347.           end
  348.           item
  349.             Command = ecLineStart
  350.             ShortCut = 36
  351.           end
  352.           item
  353.             Command = ecSelLineStart
  354.             ShortCut = 8228
  355.           end
  356.           item
  357.             Command = ecEditorTop
  358.             ShortCut = 16420
  359.           end
  360.           item
  361.             Command = ecSelEditorTop
  362.             ShortCut = 24612
  363.           end
  364.           item
  365.             Command = ecLineEnd
  366.             ShortCut = 35
  367.           end
  368.           item
  369.             Command = ecSelLineEnd
  370.             ShortCut = 8227
  371.           end
  372.           item
  373.             Command = ecEditorBottom
  374.             ShortCut = 16419
  375.           end
  376.           item
  377.             Command = ecSelEditorBottom
  378.             ShortCut = 24611
  379.           end
  380.           item
  381.             Command = ecToggleMode
  382.             ShortCut = 45
  383.           end
  384.           item
  385.             Command = ecCopy
  386.             ShortCut = 16429
  387.           end
  388.           item
  389.             Command = ecCut
  390.             ShortCut = 8238
  391.           end
  392.           item
  393.             Command = ecPaste
  394.             ShortCut = 8237
  395.           end
  396.           item
  397.             Command = ecDeleteChar
  398.             ShortCut = 46
  399.           end
  400.           item
  401.             Command = ecDeleteLastChar
  402.             ShortCut = 8
  403.           end
  404.           item
  405.             Command = ecDeleteLastChar
  406.             ShortCut = 8200
  407.           end
  408.           item
  409.             Command = ecDeleteLastWord
  410.             ShortCut = 16392
  411.           end
  412.           item
  413.             Command = ecUndo
  414.             ShortCut = 32776
  415.           end
  416.           item
  417.             Command = ecRedo
  418.             ShortCut = 40968
  419.           end
  420.           item
  421.             Command = ecLineBreak
  422.             ShortCut = 13
  423.           end
  424.           item
  425.             Command = ecLineBreak
  426.             ShortCut = 8205
  427.           end
  428.           item
  429.             Command = ecTab
  430.             ShortCut = 9
  431.           end
  432.           item
  433.             Command = ecShiftTab
  434.             ShortCut = 8201
  435.           end
  436.           item
  437.             Command = ecContextHelp
  438.             ShortCut = 16496
  439.           end
  440.           item
  441.             Command = ecSelectAll
  442.             ShortCut = 16449
  443.           end
  444.           item
  445.             Command = ecCopy
  446.             ShortCut = 16451
  447.           end
  448.           item
  449.             Command = ecPaste
  450.             ShortCut = 16470
  451.           end
  452.           item
  453.             Command = ecCut
  454.             ShortCut = 16472
  455.           end
  456.           item
  457.             Command = ecBlockIndent
  458.             ShortCut = 24649
  459.           end
  460.           item
  461.             Command = ecBlockUnindent
  462.             ShortCut = 24661
  463.           end
  464.           item
  465.             Command = ecLineBreak
  466.             ShortCut = 16461
  467.           end
  468.           item
  469.             Command = ecInsertLine
  470.             ShortCut = 16462
  471.           end
  472.           item
  473.             Command = ecDeleteWord
  474.             ShortCut = 16468
  475.           end
  476.           item
  477.             Command = ecDeleteLine
  478.             ShortCut = 16473
  479.           end
  480.           item
  481.             Command = ecDeleteEOL
  482.             ShortCut = 24665
  483.           end
  484.           item
  485.             Command = ecUndo
  486.             ShortCut = 16474
  487.           end
  488.           item
  489.             Command = ecRedo
  490.             ShortCut = 24666
  491.           end
  492.           item
  493.             Command = ecGotoMarker0
  494.             ShortCut = 16432
  495.           end
  496.           item
  497.             Command = ecGotoMarker1
  498.             ShortCut = 16433
  499.           end
  500.           item
  501.             Command = ecGotoMarker2
  502.             ShortCut = 16434
  503.           end
  504.           item
  505.             Command = ecGotoMarker3
  506.             ShortCut = 16435
  507.           end
  508.           item
  509.             Command = ecGotoMarker4
  510.             ShortCut = 16436
  511.           end
  512.           item
  513.             Command = ecGotoMarker5
  514.             ShortCut = 16437
  515.           end
  516.           item
  517.             Command = ecGotoMarker6
  518.             ShortCut = 16438
  519.           end
  520.           item
  521.             Command = ecGotoMarker7
  522.             ShortCut = 16439
  523.           end
  524.           item
  525.             Command = ecGotoMarker8
  526.             ShortCut = 16440
  527.           end
  528.           item
  529.             Command = ecGotoMarker9
  530.             ShortCut = 16441
  531.           end
  532.           item
  533.             Command = ecSetMarker0
  534.             ShortCut = 24624
  535.           end
  536.           item
  537.             Command = ecSetMarker1
  538.             ShortCut = 24625
  539.           end
  540.           item
  541.             Command = ecSetMarker2
  542.             ShortCut = 24626
  543.           end
  544.           item
  545.             Command = ecSetMarker3
  546.             ShortCut = 24627
  547.           end
  548.           item
  549.             Command = ecSetMarker4
  550.             ShortCut = 24628
  551.           end
  552.           item
  553.             Command = ecSetMarker5
  554.             ShortCut = 24629
  555.           end
  556.           item
  557.             Command = ecSetMarker6
  558.             ShortCut = 24630
  559.           end
  560.           item
  561.             Command = ecSetMarker7
  562.             ShortCut = 24631
  563.           end
  564.           item
  565.             Command = ecSetMarker8
  566.             ShortCut = 24632
  567.           end
  568.           item
  569.             Command = ecSetMarker9
  570.             ShortCut = 24633
  571.           end
  572.           item
  573.             Command = ecNormalSelect
  574.             ShortCut = 24654
  575.           end
  576.           item
  577.             Command = ecColumnSelect
  578.             ShortCut = 24643
  579.           end
  580.           item
  581.             Command = ecLineSelect
  582.             ShortCut = 24652
  583.           end
  584.           item
  585.             Command = ecMatchBracket
  586.             ShortCut = 24642
  587.           end>
  588.         Options = [eoAutoIndent, eoDragDropEditing, eoKeepCaretX, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoSmartTabDelete, eoGroupUndo]
  589.         WantTabs = True
  590.         OnChange = SynEditChange
  591.       end
  592.     end
  593.   end
  594.   object SynSPSSHighlighter: TSynSPSSHighlighter
  595.     DefaultFilter = 'SPSS Syntax Files (*.sps)|*.sps'
  596.     SymbolAttri.Foreground = clNavy
  597.     Variables.Strings = (
  598.       'a'
  599.       'inv'
  600.       '')
  601.     Left = 232
  602.     Top = 48
  603.   end
  604.   object SPSSHighlighterStyleDialog: TSPSSHighlighterStyleDialog
  605.     Highlighter = SynSPSSHighlighter
  606.     Caption = 'Syntax styler'
  607.     Left = 272
  608.     Top = 48
  609.   end
  610.   object MainMenu1: TMainMenu
  611.     Images = ImageList
  612.     Left = 192
  613.     Top = 48
  614.     object mnuFile: TMenuItem
  615.       Caption = '&File'
  616.       OnClick = mnuFileClick
  617.       object mnuNew: TMenuItem
  618.         Caption = 'New'
  619.         object mnuNewData: TMenuItem
  620.           Caption = 'Data'
  621.           OnClick = mnuNewDataClick
  622.         end
  623.         object mnuNewSyntax: TMenuItem
  624.           Action = actNew
  625.         end
  626.       end
  627.       object mnuOpen: TMenuItem
  628.         Caption = 'Open'
  629.         object mnuOpenData: TMenuItem
  630.           Caption = 'Data...'
  631.           OnClick = mnuOpenDataClick
  632.         end
  633.         object mnuOpenSyntax: TMenuItem
  634.           Action = actOpen
  635.         end
  636.       end
  637.       object mnuReopen: TMenuItem
  638.         Caption = 'Reopen'
  639.         Enabled = False
  640.       end
  641.       object N2: TMenuItem
  642.         Caption = '-'
  643.       end
  644.       object mnuSave: TMenuItem
  645.         Action = actSave
  646.         Enabled = False
  647.       end
  648.       object mnuSaveAs: TMenuItem
  649.         Caption = 'Save As...'
  650.         Enabled = False
  651.         OnClick = mnuSaveAsClick
  652.       end
  653.       object mnuClose: TMenuItem
  654.         Caption = 'Close'
  655.         Enabled = False
  656.         OnClick = mnuCloseClick
  657.       end
  658.       object N4: TMenuItem
  659.         Caption = '-'
  660.       end
  661.       object mnuPrint: TMenuItem
  662.         Action = actPrint
  663.         Enabled = False
  664.       end
  665.       object N3: TMenuItem
  666.         Caption = '-'
  667.       end
  668.       object mnuExit: TMenuItem
  669.         Caption = 'Exit'
  670.         ShortCut = 16465
  671.         OnClick = mnuExitClick
  672.       end
  673.     end
  674.     object mnuEdit: TMenuItem
  675.       Caption = '&Edit'
  676.       object mnuUndo: TMenuItem
  677.         Action = actUndo
  678.       end
  679.       object mnuRedo: TMenuItem
  680.         Action = actRedo
  681.       end
  682.       object N1: TMenuItem
  683.         Caption = '-'
  684.       end
  685.       object mnuCut: TMenuItem
  686.         Action = actCut
  687.       end
  688.       object mnuCopy: TMenuItem
  689.         Action = actCopy
  690.       end
  691.       object mnuPaste: TMenuItem
  692.         Action = actPaste
  693.       end
  694.       object mnuDelete: TMenuItem
  695.         Action = actDelete
  696.       end
  697.       object N5: TMenuItem
  698.         Caption = '-'
  699.       end
  700.       object mnuFind: TMenuItem
  701.         Action = actFind
  702.       end
  703.       object mnuFindPrev: TMenuItem
  704.         Action = actFindP
  705.       end
  706.       object mnuFindNext: TMenuItem
  707.         Action = actFindN
  708.       end
  709.       object mnuReplace: TMenuItem
  710.         Action = actReplace
  711.       end
  712.     end
  713.     object mnuRun: TMenuItem
  714.       Caption = '&Run'
  715.       object mnuAll: TMenuItem
  716.         Caption = 'All'
  717.         OnClick = mnuAllClick
  718.       end
  719.       object mnuSelection: TMenuItem
  720.         Action = actRun
  721.       end
  722.       object N8: TMenuItem
  723.         Caption = '-'
  724.       end
  725.       object RefreshDatafile1: TMenuItem
  726.         Action = actRefreshDatafile
  727.       end
  728.     end
  729.     object mnuSettings: TMenuItem
  730.       Caption = '&Settings'
  731.       object mnuStyle: TMenuItem
  732.         Action = actStyle
  733.       end
  734.       object mnuEnvironment: TMenuItem
  735.         Caption = 'Environment...'
  736.         OnClick = mnuEnvironmentClick
  737.       end
  738.       object mnuLoadLanguageDef: TMenuItem
  739.         Caption = 'Import language definition...'
  740.         Visible = False
  741.         OnClick = mnuLoadLanguageDefClick
  742.       end
  743.     end
  744.     object mnuHelp: TMenuItem
  745.       Caption = '&Help'
  746.       object EasySyntax1: TMenuItem
  747.         Action = actEasySyntaxHelp
  748.         Caption = 'EasySyntax Help'
  749.       end
  750.       object N7: TMenuItem
  751.         Caption = '-'
  752.       end
  753.       object Baseregressionandadvancedmodels1: TMenuItem
  754.         Action = actBase
  755.       end
  756.       object Tables1: TMenuItem
  757.         Action = actTable
  758.       end
  759.       object Trends1: TMenuItem
  760.         Action = actTrends
  761.       end
  762.       object Categories1: TMenuItem
  763.         Action = actCategories
  764.       end
  765.       object Conjoint1: TMenuItem
  766.         Action = actConjoint
  767.       end
  768.       object Map1: TMenuItem
  769.         Action = actMap
  770.       end
  771.       object Missingvaluesanalysis1: TMenuItem
  772.         Action = actMissingValueAnalysis
  773.       end
  774.       object N6: TMenuItem
  775.         Caption = '-'
  776.       end
  777.       object mnuAbout: TMenuItem
  778.         Caption = 'About'
  779.         OnClick = mnuAboutClick
  780.       end
  781.     end
  782.   end
  783.   object ActionList: TActionList
  784.     Images = ImageList
  785.     Left = 312
  786.     Top = 48
  787.     object actOpen: TAction
  788.       Category = 'File'
  789.       Caption = 'Syntax...'
  790.       Hint = 'Open syntaxfile'
  791.       ImageIndex = 1
  792.       OnExecute = actOpenExecute
  793.     end
  794.     object actStyle: TAction
  795.       Category = 'Settings'
  796.       Caption = 'Style...'
  797.       Hint = 'Settings'
  798.       OnExecute = actStyleExecute
  799.     end
  800.     object actSave: TAction
  801.       Category = 'File'
  802.       Caption = 'Save'
  803.       Hint = 'Save syntaxfile'
  804.       ImageIndex = 2
  805.       ShortCut = 16467
  806.       OnExecute = actSaveExecute
  807.     end
  808.     object actNew: TAction
  809.       Category = 'File'
  810.       Caption = 'Syntax'
  811.       Hint = 'New syntaxfile'
  812.       ImageIndex = 0
  813.       ShortCut = 16462
  814.       OnExecute = actNewExecute
  815.     end
  816.     object actPrint: TAction
  817.       Category = 'File'
  818.       Caption = 'Print...'
  819.       Hint = 'Print'
  820.       ImageIndex = 3
  821.       ShortCut = 16464
  822.       OnExecute = actPrintExecute
  823.     end
  824.     object actCut: TAction
  825.       Category = 'Edit'
  826.       Caption = 'Cut'
  827.       Hint = 'Cut '
  828.       ImageIndex = 6
  829.       ShortCut = 16472
  830.       OnExecute = actCutExecute
  831.     end
  832.     object actCopy: TAction
  833.       Category = 'Edit'
  834.       Caption = 'Copy'
  835.       Hint = 'Copy'
  836.       ImageIndex = 7
  837.       ShortCut = 16451
  838.       OnExecute = actCopyExecute
  839.     end
  840.     object actPaste: TAction
  841.       Category = 'Edit'
  842.       Caption = 'Paste'
  843.       Hint = 'Paste'
  844.       ImageIndex = 8
  845.       ShortCut = 16470
  846.       OnExecute = actPasteExecute
  847.     end
  848.     object actDelete: TAction
  849.       Category = 'Edit'
  850.       Caption = 'Delete'
  851.       Hint = 'Delete'
  852.       ImageIndex = 9
  853.       ShortCut = 46
  854.       OnExecute = actDeleteExecute
  855.     end
  856.     object actFind: TAction
  857.       Category = 'Edit'
  858.       Caption = 'Find'
  859.       Hint = 'Find'
  860.       ImageIndex = 11
  861.       ShortCut = 16454
  862.       OnExecute = actFindExecute
  863.     end
  864.     object actRun: TAction
  865.       Category = 'Run'
  866.       Caption = 'Selection'
  867.       Hint = 'Run syntax'
  868.       ImageIndex = 10
  869.       ShortCut = 120
  870.       OnExecute = actRunExecute
  871.     end
  872.     object actRedo: TAction
  873.       Category = 'Edit'
  874.       Caption = 'Redo'
  875.       Hint = 'Redo'
  876.       ImageIndex = 4
  877.       OnExecute = actRedoExecute
  878.     end
  879.     object actUndo: TAction
  880.       Category = 'Edit'
  881.       Caption = 'Undo'
  882.       Hint = 'Undo'
  883.       ImageIndex = 5
  884.       OnExecute = actUndoExecute
  885.     end
  886.     object actFindN: TAction
  887.       Category = 'Edit'
  888.       Caption = 'Find next'
  889.       Hint = 'Find next'
  890.       ImageIndex = 12
  891.       ShortCut = 114
  892.       OnExecute = actFindNext
  893.     end
  894.     object actFindP: TAction
  895.       Category = 'Edit'
  896.       Caption = 'Find Prev'
  897.       Hint = 'Find previous'
  898.       ImageIndex = 13
  899.       ShortCut = 113
  900.       OnExecute = actFindPrev
  901.     end
  902.     object actReplace: TAction
  903.       Category = 'Edit'
  904.       Caption = 'Replace'
  905.       Hint = 'Replace'
  906.       ImageIndex = 14
  907.       ShortCut = 115
  908.       OnExecute = actReplaceExecute
  909.     end
  910.     object actBase: TAction
  911.       Category = 'Help'
  912.       Caption = 'base, regression and advanced models'
  913.       Hint = 'Base, regression and advanced models'
  914.       OnExecute = actBaseExecute
  915.     end
  916.     object actTable: TAction
  917.       Category = 'Help'
  918.       Caption = 'Table'
  919.       Hint = 'Tables'
  920.       OnExecute = actTableExecute
  921.     end
  922.     object actTrends: TAction
  923.       Category = 'Help'
  924.       Caption = 'Trends'
  925.       Hint = 'Trends'
  926.       OnExecute = actTrendsExecute
  927.     end
  928.     object actCategories: TAction
  929.       Category = 'Help'
  930.       Caption = 'Categories'
  931.       Hint = 'Catagories'
  932.       OnExecute = actCategoriesExecute
  933.     end
  934.     object actConjoint: TAction
  935.       Category = 'Help'
  936.       Caption = 'Conjoint'
  937.       Hint = 'Conjoint'
  938.       OnExecute = actConjointExecute
  939.     end
  940.     object actMap: TAction
  941.       Category = 'Help'
  942.       Caption = 'Map'
  943.       Hint = 'Map'
  944.       OnExecute = actMapExecute
  945.     end
  946.     object actMissingValueAnalysis: TAction
  947.       Category = 'Help'
  948.       Caption = 'Missing Value Analysis'
  949.       Hint = 'Missing value analysis'
  950.       OnExecute = actMissingValueAnalysisExecute
  951.     end
  952.     object actSearchWordHelp: TAction
  953.       Category = 'Help'
  954.       Caption = 'SearchWordInHelp'
  955.       ShortCut = 112
  956.       OnExecute = actSearchWordHelpExecute
  957.     end
  958.     object actRefreshDatafile: TAction
  959.       Category = 'Run'
  960.       Caption = 'Refresh datafile objects'
  961.       Hint = 'Refresh datafile objects'
  962.       ImageIndex = 15
  963.       ShortCut = 116
  964.       OnExecute = actRefreshDatafileExecute
  965.     end
  966.     object actEasySyntaxHelp: TAction
  967.       Category = 'Help'
  968.       Caption = 'EasySyntax'
  969.       OnExecute = actEasySyntaxHelpExecute
  970.     end
  971.   end
  972.   object ImageList: TImageList
  973.     Left = 352
  974.     Top = 48
  975.     Bitmap = {
  976.       494C010110001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  977.       000000000000360000002800000040000000500000000100180000000000003C
  978.       0000000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       0000000000000000000000000000000000000000000000000000000000000000
  983.       0000000000000000000000000000000000000000000000000000000000000000
  984.       0000000000000000000000000000000000000000000000000000000000000000
  985.       0000000000000000000000000000000000000000000000000000000000000000
  986.       0000000000000000000000000000000000000000000000000000000000000000
  987.       0000000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000000000000000
  991.       0000000000000000000000000000000000000000000000000000000000000000
  992.       0000000000000000000000000000000000000000000000000000000000000000
  993.       0000000000000000000000000000000000000000000000000000000000000000
  994.       0000000000000000000000000000000000000000000000000000000000000000
  995.       0000000000000000000000000000000000000000000000000000000000000000
  996.       0000000000000000000000000000000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       0000000000000000000000000000000000000000000000000000000000000000
  999.       0000000000000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000000000000000000000000000000000000000
  1001.       0000000000000000000000000000000000000000000000000000000000000000
  1002.       0000000000000000000000000000000000000000000000000000000000000000
  1003.       0000000000000000000000000000000000000000000000000000000000000000
  1004.       0000000000000000000000000000000000000000000000000000000000000000
  1005.       0000000000000000000000000000000000000000000000000000000000000000
  1006.       0000000000000000000000000000000000000000000000000000000000000000
  1007.       0000000000000000000000000000000000000000000000000000000000000000
  1008.       0000000000000000000000000000000000000000000000000000000000000000
  1009.       0000000000000000000000000000000000000000000000000000000000000000
  1010.       0000000000000000000000000000000000000000000000000000000000000000
  1011.       0000000000000000000000000000000000000000000000000000000000000000
  1012.       0000000000000000000000000000000000000000000000000000000000000000
  1013.       0000000000000000000000000000000000000000000000000000000000000000
  1014.       0000000000000000000000000000000000000000000000000000000000000000
  1015.       0000000000000000000000000000000000000000000000000000000000000000
  1016.       0000000000000000000000000000000000000000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000000000000000000000000000000000
  1019.       0000000000000000000000000000000000000000000000000000000000000000
  1020.       0000000000000000000000000000000000000000000000000000000000000000
  1021.       0000000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000000000000000000000000000000000000000
  1023.       0000000000000000000000000000000000000000000000000000000000000000
  1024.       0000000000000000000000000000000000000000000000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000000000000000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000000000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       0000000000000000000000000000000000000000000000000000000000000000
  1031.       0000000000000000000000000000000000000000000000000000000000000000
  1032.       0000000000000000000000000000000000000000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       0000000000000000000000000000000000000000000000000000000000000000
  1035.       0000000000000000000000000000000000000000000000000000000000000000
  1036.       0000000000000000000000000000000000000000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000000000000000000000000000000000000000000000000000000000000000
  1040.       0000000000000000000000000000000000000000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000000000000000000000000000000000000000000000000000000000
  1043.       0000000000000000000000000000000000000000000000000000000000000000
  1044.       0000000000000000000000000000000000000000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       0000000000000000000000000000000000000000000000000000000000000000
  1048.       0000000000000000000000000000000000000000000000000000000000000000
  1049.       0000000000000000000000000000000000000000000000000000000000000000
  1050.       0000000000000000000000000000000000000000000000000000000000000000
  1051.       0000000000000000000000000000000000000000000000000000000000000000
  1052.       0000000000000000000000000000000000000000000000000000000000000000
  1053.       0000000000000000000000000000000000000000000000000000000000000000
  1054.       0000000000000000000000000000000000000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       0000000000000000000000000000000000000000000000000000000000000000
  1058.       0000000000000000000000000000000000000000000000000000000000000000
  1059.       0000000000000000000000000000000000000000000000000000000000000000
  1060.       0000000000000000000000000000000000000000000000000000000000000000
  1061.       0000000000000000000000000000000000000000000000000000000000000000
  1062.       0000000000000000000000000000000000000000000000000000000000000000
  1063.       0000000000000000000000000000000000000000000000000000000000000000
  1064.       0000000000000000000000000000000000000000000000000000000000000000
  1065.       0000000000000000000000000000000000000000000000000000000000000000
  1066.       0000000000000000000000000000000000000000000000000000000000000000
  1067.       0000000000000000000000000000000000000000000000000000000000000000
  1068.       0000000000000000000000000000000000000000000000000000000000000000
  1069.       0000000000000000000000000000000000000000000000000000000000000000
  1070.       0000000000000000000000000000000000000000000000000000000000000000
  1071.       0000000000000000000000000000000000000000000000000000000000000000
  1072.       0000000000000000000000000000000000000000000000000000000000000000
  1073.       0000000000000000000000000000000000000000000000000000000000000000
  1074.       0000000000000000000000000000000000000000000000000000000000000000
  1075.       0000000000000000000000000000000000000000000000000000000000000000
  1076.       0000000000000000000000000000000000000000000000000000000000000000
  1077.       0000000000000000000000000000000000000000000000000000000000000000
  1078.       0000000000000000000000000000000000000000000000000000000000000000
  1079.       0000000000000000000000000000000000000000000000000000000000000000
  1080.       0000000000000000000000000000000000000000000000000000000000000000
  1081.       0000000000000000000000000000000000000000000000000000000000000000
  1082.       0000000000000000000000000000000000000000000000000000000000000000
  1083.       0000000000000000000000000000000000000000000000000000000000000000
  1084.       0000000000000000000000000000000000000000000080808080808080808000
  1085.       0000000000000000000000000000000000000000000000000000000000000000
  1086.       000000000000000000000000000000000000000000000000000000FFFFFF0000
  1087.       00000000000000000000000000000000FFFFFF00000000000000000000000000
  1088.       0000000000000000000000000000FFFFFF000000000000000000000000000000
  1089.       000000FFFFFF0000000000000000000000000000000000000000000000000000
  1090.       0000000000000000000000000000000000000000000080808000000000000080
  1091.       8080000000000000000000000000000000000000000000000000000000000000
  1092.       000000000000000000000000000000000000000000000000000000FFFFFF0000
  1093.       00000000000000000000000000000000FFFFFF00000000000000000000000000
  1094.       0000000000000000000000000000FFFFFF000000000000000000000000000000
  1095.       000000FFFFFF0000000000000000000000000000000000000000000000000000
  1096.       0000000000000000000000000000000000000000000080808000000000000080
  1097.       8080000000000000000000000000000000000000000000000000000000000000
  1098.       0000000000000000000000000000000000000000000000000000000000000000
  1099.       0000000000000000000000000000000000000000000000000000000000000000
  1100.       0000000000000000000000000000000000000000000000000000000000000000
  1101.       0000000000000000000000000000000000000000000000000000000000000000
  1102.       0000000000000000000000000000000000000000000080808080808080808000
  1103.       000000000000000000000000000000000000FFFF000000000000000000000000
  1104.       000000000000000000000000000000000000000000000000000000FFFFFF0000
  1105.       00000000000000808080000000FFFFFF00000000000000000000000000000000
  1106.       0000000000000000000000000000FFFFFF000000000000000000808080000000
  1107.       FFFFFF0000000000000000000000000000000000000000000000000000000000
  1108.       0000000000000000000000000000000000000000000080808000000000000080
  1109.       808000000000000000000000000000000000000000FFFF000000000000000000
  1110.       000000000000000000000000000000000000000000000000000000FFFFFF0000
  1111.       00000000000000000000000000FFFFFF00000000000000000000000000000000
  1112.       0000000000000000000000000000FFFFFF000000000000000000000000000000
  1113.       FFFFFF0000000000000000000000000000000000000000000000000000000000
  1114.       0000000000000000000000000000000000000000000080808000000000000080
  1115.       808000000000000000000000000000000000000000999900FFFF000000000000
  1116.       0000000000000000000000000000000000000000000000000000000000000000
  1117.       0000000080808000000080808000000000000000000000000000000000000000
  1118.       0000000000000000000000000000000000000000000000808080000000808080
  1119.       0000000000000000000000000000000000000000000000000000000000000000
  1120.       0000000000000000000000000000000000000000000080808080808080808000
  1121.       000000000000000000000000000000000000000000000000999900FFFF000000
  1122.       0000000000000000000000000000000000000000000000000000000000000000
  1123.       0000000000000000000000000000000000000000000000000000000000000000
  1124.       0000000000000000000000000000000000000000000000000000000000000000
  1125.       0000000000000000000000000000000000000000000000000000000000000000
  1126.       0000000000000000000000000000000000000000000000000000000000000000
  1127.       000000000000000000000000000000000000000000000000999900FFFF00FFFF
  1128.       0000000000000000000000000000000000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       0000000000000000000000000000000000000000000000000000000000000000
  1132.       0000000000000000000000000000000000000000000000000000000000000000
  1133.       000000000000000000000000000000000000000000000000000000999900FFFF
  1134.       00FFFF0000000000000000000000000000000000000000000000000000000000
  1135.       0000000080808080000000000000000000000000000000000000000000000000
  1136.       0000000000000000000000000000000000000000000000000000800000808080
  1137.       0000000000000000000000000000000000000000000000000000000000000000
  1138.       0000000000000000000000000000000000000000000000000000000000000000
  1139.       000000000000000000000000000000999900FFFF00FFFF00FFFF00FFFF009999
  1140.       0099990099990000000000000000000000000000000000000000000000000000
  1141.       0080808080000000000000000000000000000080000080000080000080000000
  1142.       0000000000800000800000800000800000000000000000000000000000800000
  1143.       8080800000000000000000000000000000000000000000000000000000000000
  1144.       0000000000000000000000000000000000000000000000000000000000000000
  1145.       000000000000000000000000000000000000999900FFFF00FFFF00FFFF000000
  1146.       0000000000000000000000000000000000000000000000000000000000000000
  1147.       0080000000000000000000000000000000000000000080000080000080000000
  1148.       0000000000800000800000800000000000000000000000000000000000000000
  1149.       8000000000000000000000000000000000008080800000000000000000008080
  1150.       8000000000000000000000000000000000000000000000000000000000000000
  1151.       000000000000000000000000000000000000000000999900FFFF00FFFF00FFFF
  1152.       0000000000000000000000000000000000000000000000000000000000000000
  1153.       0080000000000000000000000000000000000000000080000080000080000000
  1154.       0000000000800000800000800000000000000000000000000000000000000000
  1155.       8000000000000000000000000000000000000000000000000000000000000000
  1156.       0000000000000000000000000000000000000000000000000000000000000000
  1157.       000000000000000000000000000000000000000000000000999900FFFF00FFFF
  1158.       00FFFF0000000000000000000000000000000000000000000000000000000000
  1159.       0080808080000000000000000000000080808080000000000000000080000000
  1160.       0000000000800000000000000000800000808080000000000000000000800000
  1161.       8080800000000000000000000000000000000000008080800000008080800000
  1162.       0000000000000000000000000000000000000000000000000000000000000000
  1163.       0000000000000000000000000000000000000000000000000000009999009999
  1164.       0099990099990000000000000000000000000000000000000000000000000000
  1165.       0000000080808080000080000080000080000000000000000000000000000000
  1166.       0000000000000000000000000000000000800000800000800000800000808080
  1167.       0000000000000000000000000000000000000000000000000000000000000000
  1168.       0000000000000000000000000000000000000000000000000000000000000000
  1169.       0000000000000000000000000000000000000000000000000000000000000000
  1170.       0000000000000000000000000000000000000000000000000000000000000000
  1171.       0000000000000000000000000000000000000000000000000000000000000000
  1172.       0000000000000000000000000000000000000000000000000000000000000000
  1173.       0000000000000000000000000000000000000000000000000000000000000000
  1174.       0000000000000000000000000000000000000000000000000000000000000000
  1175.       0000000000000000000000000000000000000000000000000000000000000000
  1176.       0000000000000000000000000000000000000000000000000000000000000000
  1177.       0000000080000080000080000080000080000080000080000080000080000080
  1178.       0000000000000000000000000000000000000000000000000000000000000000
  1179.       0000000000000000000000000000000000000000000000000000000000000000
  1180.       0000000000000000000000000000000000000000000000000000000000000000
  1181.       0000000000000000000000000000000000000000000000000000000000000000
  1182.       0000000000000000000000000000000000000000000000000000000000000000
  1183.       00000000800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
  1184.       0000000000000000000000000000000000000000000000000000000000000000
  1185.       0000000000000000000000000000000000000000000000000000000000000000
  1186.       0000000000000000000000000000000000000000000000000000000000000000
  1187.       0000000000000000FFFFFF000000000000000000000000000000000000000000
  1188.       000000000000FFFFFF0000000000000000000000008080800080808080800080
  1189.       80808080800000FFFFFF000000000000000000000000000000000000FFFFFF80
  1190.       0000000000000000000000000000000000000000000000000000000000000000
  1191.       0000000000000000000000000000000000000000000000000000000000000000
  1192.       0000000000000000000000000000000000000000000000000000000000000000
  1193.       0000000000000000FFFFFF000000000000000000000000000000000000000000
  1194.       000000000000FFFFFF0000000000000000000000000080808080800080808080
  1195.       80008080800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
  1196.       0000000000000000000000000000000000000000000000000000000000000000
  1197.       0000000000000000000000000000000000000000000000000000000000000000
  1198.       0000000000000000000000000000000000000000000000000000000000000000
  1199.       0000000000000000000000000000000000000000000000000000000000000000
  1200.       0000000000000000000000000000000000000000008080800080808080800080
  1201.       80808080800000FFFFFF000000000000000000FFFFFF80000080000080000080
  1202.       0000000000000000000000000000000000000000000000000000000000000000
  1203.       0000000000000000000000000000000000000000000000000000000000000000
  1204.       0000000000000000000000000000000000000000000000000000000000000000
  1205.       0000000000000000000000FFFFFF000000000000000000000000000000000000
  1206.       FFFFFF0000000000000000000000000000000000000080808080800080808080
  1207.       80008080800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFF80000000
  1208.       0000000000000000000000000000000000000000000000000000000000000000
  1209.       0000000000000000000000000000000000000000000000000000000000000000
  1210.       0000000000000000000000000000000000000000000000000000000000000000
  1211.       0000000000000000000000FFFFFF000000000000000000C0C0C0000000000000
  1212.       FFFFFF0000000000000000000000000000000000008080800080808080800080
  1213.       80808080800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80000080000000000000
  1214.       0000000000000000000000000000000000000000000000000000000000000000
  1215.       0000000000000000000000000000000000000000000000000000000000000000
  1216.       0000000000000000000000000000000000000000000000000000000000000000
  1217.       0000000000000000000000FFFFFF000000000000000000C0C0C0000000000000
  1218.       FFFFFF0000000000000000000000000000000000000080808080800080808080
  1219.       8000808080000080000080000080000080000080000080000000000000000000
  1220.       0000000000000000000000000000000000000000000000000000000000000000
  1221.       0000000000000000000000000000000000000000000000000000000000000000
  1222.       0000000000000000000000000000000000000000000000000000000000000000
  1223.       0000000000000000000000000000000000000000000000000000000000000000
  1224.       0000000000000000000000000000000000000000008080800080808080800080
  1225.       8080808000808080808000808080808000808080808000808000000000000000
  1226.       0000000000000000000000000000000000000000000000000000000000000000
  1227.       0000000000000000000000000000000000000000000000000000000000000000
  1228.       0000000000000000000000000000000000000000000000000000000000000000
  1229.       0000000000000000000000000000FFFFFF000000000000000000000000000000
  1230.       FFFFFF0000000000000000000000000000000000000080808080800000000000
  1231.       0000000000000000000000000000000000000080808080808000000000000000
  1232.       0000000000000000000000000000000000000000000000000000000000000000
  1233.       0000000000000000000000000000000000000000000000000000000000000000
  1234.       0000000000000000000000000000000000000000000000000000000000000000
  1235.       0000000000000000000000000000000000000000000000000000000000000000
  1236.       0000000000000000000000000000000000000000008080808080800000000000
  1237.       0000000000000000000000000000000000000080808000808000000000000000
  1238.       0000000000000000000000000000000000000000000000000000000000000000
  1239.       0000000000000000000000000000000000000000000000000000000000000000
  1240.       0000000000000000000000000000000000000000000000000000000000000000
  1241.       0000000000000000000000000000000000000000000000000000000000000000
  1242.       0000000000000000000000000000000000000000000080808080800080800000
  1243.       0000FFFF00000000000000FFFF00000080808000808080808000000000000000
  1244.       0000000000000000000000000000000000000000000000000000000000000000
  1245.       0000000000000000000000000000000000000000000000000000000000000000
  1246.       0000000000000000000000000000000000000000000000000000000000000000
  1247.       0000000000000000000000000000000000FFFFFF000000000000000000000000
  1248.       000000FFFFFF0000000000000000000000000000000000000000000000000000
  1249.       0000000000FFFF00FFFF00000000000000000000000000000000000000000000
  1250.       0000000000000000000000000000000000000000000000000000000000000000
  1251.       0000000000000000000000000000000000000000000000000000000000000000
  1252.       0000000000000000000000000000000000000000000000000000000000000000
  1253.       0000000000000000000000000000000000000000000000000000000000000000
  1254.       0000000000000000000000000000000000000000000000000000000000000000
  1255.       0000000000000000000000000000000000000000000000000000000000000000
  1256.       0000000000000000000000000000000000000000000000000000000000000000
  1257.       0000000000000000000000000000000000000000000000000000000000000000
  1258.       0000000000000000000000000000000000000000000000000000000000000000
  1259.       0000000000000000000000000000000000000000000000000000000000000000
  1260.       0000000000000000000000000000000000000000000000000000000000000000
  1261.       0000000000000000000000000000000000000000000000000000000000000000
  1262.       0000000000000000000000000000000000000000000000000000000000000000
  1263.       0000000000000000000000000000000000000000000000000000000000000000
  1264.       0000000000000000000000000000000000000000000000000000000000000000
  1265.       0000000000000000000000000000000000000000000000000000000000000000
  1266.       0000000000000000000000000000000000000000000000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       0000000000000000000000000000000000000000000000000000000000000000
  1269.       0000000000000000000000000000000000000000000000000000000000000000
  1270.       0000000000000000000000000000000000000000000000000000000000000000
  1271.       0000000000000000000000000000000000000000000000000000000000000000
  1272.       0000000000000000000000000000000000000000000000000000000000000000
  1273.       0000000000000000000000000000000000000000000000000000000000000000
  1274.       0000000000000000000000000000000000000000000000000000000000000000
  1275.       0000000000000000000000000000000000000000000000000000000000000000
  1276.       0080000080000000000000000000000000000000000000000000000000000000
  1277.       0000000000000000000000000000000000000000000000800000800000800000
  1278.       8000008000008000008000008000008000000000000000000000000000000000
  1279.       0000000000000000000000000000000000000000000000000000000000000000
  1280.       0000000000000000000000000000000000000000000000000000000000000000
  1281.       0000000000000000000000000000000000000000000000000000000000008000
  1282.       0000000000000080000000000000000080000080000000000000000000000000
  1283.       0000000000000000000000000000000000000000000000800000FFFFFFFFFFFF
  1284.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000000000000000000000
  1285.       0000000000000000000000000000000000000000000000000000000000000000
  1286.       0000000000000000000000000000000000000000000000000000000000000000
  1287.       0000000000000000000000000000000000000000000000000000000000008000
  1288.       0000000000000080000000000080000000000000000080000000000000000000
  1289.       0000000000000000000000000000000000000000000000800000FFFFFF000000
  1290.       000000000000000000000000FFFFFF8000000000000000000000008000008080
  1291.       8000000000000000000000000000000000000000000000000000000000000000
  1292.       0000000000000000000000000000000000000000000000000000000000000000
  1293.       0000008080808000000000000000000000000000000000000000000000008000
  1294.       0000000000000080000000000080000000000000000080000000000000000000
  1295.       0000000000000000000000000000000000000000000000800000FFFFFFFFFFFF
  1296.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000008080808000000000
  1297.       0000000000000000000000000080000080000080000080000080000000000000
  1298.       0000000000000000800000800000800000800000800000000000000000000000
  1299.       0000000000008000008080800000000000000000000000000000000000000000
  1300.       0080000080000080000000000080000000000000000080000000000000000000
  1301.       0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFF000000
  1302.       000000000000000000000000FFFFFF8000000000000000008000000000000000
  1303.       0000000000000000000000000000000080000080000080000080000000000000
  1304.       0000000000000000800000800000800000800000000000000000000000000000
  1305.       0000000000000000008000000000000000000000000000000000000000000000
  1306.       0000000000000080000000000080000080000080000000000000000000000000
  1307.       0000000000000000FFFFFF000000000000000000000000800000FFFFFFFFFFFF
  1308.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000000000000008000000000000000
  1309.       0000000000000000000000000000000000000080000080000080000000000000
  1310.       0000000000000000800000800000800000000000000000000000000000000000
  1311.       0000000000000000008000000000000000000000000000000000000000000000
  1312.       0000000000000080000000000080000000000000000000000000000000000000
  1313.       0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFF000000
  1314.       000000FFFFFF8000008000008000008000000000000000008000000000000000
  1315.       0000000000000000000000000000000080000000000080000080000000000000
  1316.       0000000000000000800000800000000000800000000000000000000000000000
  1317.       0000000000000000008000000000000000000000000000000000000000000000
  1318.       0000000000000000000000000000000000000000000000000000000000000000
  1319.       0000000000000000FFFFFF000000000000000000000000800000FFFFFFFFFFFF
  1320.       FFFFFFFFFFFF800000FFFFFF8000000000000000000000008080808000000000
  1321.       0000000000000000000080000080000000000000000000000080000000000000
  1322.       0000000000000000800000000000000000000000800000800000000000000000
  1323.       0000000000008000008080800000000000000000000000000000000000000000
  1324.       0000000000000000000000000000000000000000000000000000000000000000
  1325.       0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFF
  1326.       FFFFFFFFFFFF8000008000000000000000000000000000000000008080808000
  1327.       0080000080000080000000000000000000000000000000000000000000000000
  1328.       0000000000000000000000000000000000000000000000000000800000800000
  1329.       8000008000008080800000000000000000000000000000000000000000000000
  1330.       0000000000000000000000000000000000000000000000000000000000000000
  1331.       0000000000000000FFFFFF000000000000FFFFFF000000800000800000800000
  1332.       8000008000008000000000000000000000000000000000000000000000000000
  1333.       0000000000000000000000000000000000000000000000000000000000000000
  1334.       0000000000000000000000000000000000000000000000000000000000000000
  1335.       0000000000000000000000000000000000000000000000000000000000000000
  1336.       0000000000000000000000000000000000000000000000000000000000000000
  1337.       0000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFF000000000000
  1338.       0000000000000000000000000000000000000000000000000000000000000000
  1339.       0000000000000000000000000000000000000000000000000000000000000000
  1340.       0000000000000000000000000000000000000000000000000000000000000000
  1341.       0000000000000000000000000000000000000000000000000000000000000000
  1342.       0000000000000000000000000000000000000000000000000000000000000000
  1343.       0000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000
  1344.       0000000000000000000000000000000000000000000000000000000000000000
  1345.       0000000000000000000000000000000000000000000000000000000000000000
  1346.       0000000000000000000000000000000000000000000000000000000000000000
  1347.       0000000000000000000000000000000000000000000000000000000000000000
  1348.       0000000000000000000000000000000000000000000000000000000000000000
  1349.       0000000000000000000000000000000000000000000000000000000000000000
  1350.       0000000000000000000000000000000000000000000000000000000000000000
  1351.       0000000000000000000000000000000000000000000000000000000000000000
  1352.       0000000000000000000000000000000000000000000000000000000000000000
  1353.       0000000000000000000000000000000000000000000000000000000000000000
  1354.       0000000000000000000000000000000000000000000000000000000000000000
  1355.       0000000000000000000000000000000000000000000000000000000000000000
  1356.       0000000000000000000000000000000000000000000000000000000000000000
  1357.       0000000000000000000000000000000000000000000000000000000000000000
  1358.       0000000000000000000000000000000000000000000000000000000000000000
  1359.       0000000000000000000000000000000000000000000000000000000000000000
  1360.       0000000000000000000000000000000000000000000000000000000000000000
  1361.       0000000000000000000000000000000000000000000000000000000000000000
  1362.       0000000000000000000000000000000000000000000000000000000000000000
  1363.       0000000000000000000000000000000000000000000000000000000000000000
  1364.       0000000000000000000000000000000000000000000000000000000000000000
  1365.       0000000000000000000000000000000000000000000000000000000000000000
  1366.       0000000000000000000000000000000000000000000000000000000000000000
  1367.       0000000000000000000000000000000000000000000000000000000000000000
  1368.       0000000000000000000000000000000000000000000000000000000000000000
  1369.       0000000000000000000000000000000000000000000000000000000000000000
  1370.       0000000000000000000000000000000000000000000000000000000000000000
  1371.       0000000000000000000000000000000000000000000000000000000000000000
  1372.       0000000000000000000000000000000000000000000000000000000000000000
  1373.       0000000000000000000000000000000000000000000000000000000000000000
  1374.       000000000000000000000000000000000000000000000000000000FFFFFFFFFF
  1375.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1376.       0000000000000000008080008080008080008080008080008080008080008080
  1377.       0080800000000000000000000000000000000000000000000080800080800000
  1378.       0000000000000000000000000000000000000000000000000000808000000000
  1379.       0000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  1380.       C0C0C0000000C0C0C0000000000000000000000000000000000000FFFFFFFFFF
  1381.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1382.       000000000000FFFF000000008080008080008080008080008080008080008080
  1383.       0080800080800000000000000000000000000000000000000080800080800000
  1384.       0000000000000000000000000000000000000000000000000000808000000000
  1385.       0000000000000000000000000000000000000000000000000000000000000000
  1386.       000000000000000000C0C0C0000000000000000000000000000000FFFFFFFFFF
  1387.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1388.       0000000000FFFFFF00FFFF000000008080008080008080008080008080008080
  1389.       0080800080800080800000000000000000000000000000000080800080800000
  1390.       0000000000000000000000000000000000000000000000000000808000000000
  1391.       0000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000FFFF00FFFF00FFFF
  1392.       C0C0C0C0C0C0000000000000000000000000000000000000000000FFFFFFFFFF
  1393.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1394.       000000000000FFFFFFFFFF00FFFF000000008080008080008080008080008080
  1395.       0080800080800080800080800000000000000000000000000080800080800000
  1396.       0000000000000000000000000000000000000000000000000000808000000000
  1397.       0000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0808080808080808080
  1398.       C0C0C0C0C0C0000000C0C0C0000000000000000000000000000000FFFFFFFFFF
  1399.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1400.       0000000000FFFFFF00FFFFFFFFFF00FFFF000000000000000000000000000000
  1401.       0000000000000000000000000000000000000000000000000080800080800080
  1402.       8000808000808000808000808000808000808000808000808000808000000000
  1403.       0000000000000000000000000000000000000000000000000000000000000000
  1404.       000000000000000000C0C0C0C0C0C0000000000000000000000000FFFFFFFFFF
  1405.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1406.       000000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF
  1407.       0000000000000000000000000000000000000000000000000080800080800000
  1408.       0000000000000000000000000000000000000000000000808000808000000000
  1409.       0000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  1410.       C0C0C0000000C0C0C0000000C0C0C0000000000000000000000000FFFFFFFFFF
  1411.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1412.       0000000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF
  1413.       0000000000000000000000000000000000000000000000000080800000000000
  1414.       0000000000000000000000000000000000000000000000000000808000000000
  1415.       0000000000000000000000000000000000000000000000000000000000000000
  1416.       000000C0C0C0000000C0C0C0000000000000000000000000000000FFFFFFFFFF
  1417.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
  1418.       000000000000FFFFFFFFFF00FFFF000000000000000000000000000000000000
  1419.       0000000000000000000000000000000000000000000000000080800000000000
  1420.       0000000000000000000000000000000000000000000000000000808000000000
  1421.       0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1422.       FFFFFF000000C0C0C0000000C0C0C0000000000000000000000000FFFFFFFFFF
  1423.       FFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000
  1424.       0000000000000000000000000000000000000000000000000000000000000000
  1425.       0000000000000000000000000000000000000000000000000080800000000000
  1426.       0000000000000000000000000000000000000000000000000000808000000000
  1427.       0000000000000000000000000000FFFFFF000000000000000000000000000000
  1428.       FFFFFF000000000000000000000000000000000000000000000000FFFFFFFFFF
  1429.       FFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFF00000000000000000000000000
  1430.       0000000000000000000000000000000000000000000000000000000000000000
  1431.       0000000000000000000000000000000000000000000000000080800000000000
  1432.       0000000000000000000000000000000000000000000000000000808000000000
  1433.       0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1434.       FFFFFFFFFFFF000000000000000000000000000000000000000000FFFFFFFFFF
  1435.       FFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000
  1436.       0000000000000000000000000000000000000000000000000000000000000000
  1437.       0000000000000000000000000000000000000000000000000080800000000000
  1438.       0000000000000000000000000000000000000000000000000000000000000000
  1439.       0000000000000000000000000000000000FFFFFF000000000000000000000000
  1440.       000000FFFFFF0000000000000000000000000000000000000000000000000000
  1441.       0000000000000000000000000000000000000000000000000000000000000000
  1442.       0000000000000000000000000000000000000000000000000000000000000000
  1443.       0000000000000000000000000000000000000000000000000080800000000000
  1444.       0000000000000000000000000000000000000000000000000000000000000000
  1445.       0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1446.       FFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000
  1447.       0000000000000000000000000000000000000000000000000000000000000000
  1448.       0000000000000000000000000000000000000000000000000000000000000000
  1449.       0000000000000000000000000000000000000000000000000000000000000000
  1450.       0000000000000000000000000000000000000000000000000000000000000000
  1451.       0000000000000000000000000000000000000000000000000000000000000000
  1452.       0000000000000000000000000000000000000000000000000000000000000000
  1453.       0000000000000000000000000000000000000000000000000000000000000000
  1454.       0000000000000000000000000000000000000000000000000000000000000000
  1455.       0000000000000000000000000000000000000000000000000000000000000000
  1456.       0000000000000000000000000000000000000000000000000000000000000000
  1457.       0000000000000000000000000000000000000000000000000000000000000000
  1458.       000000000000000000000000000000000000424D3E000000000000003E000000
  1459.       2800000040000000500000000100010000000000800200000000000000000000
  1460.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1461.       0000000000000000000000000000000000000000000000000000000000000000
  1462.       0000000000000000000000000000000000000000000000000000000000000000
  1463.       0000000000000000000000000000000000000000000000000000000000000000
  1464.       00000000000000000000000000000000FFFFFFFFFFFFFFFFC387E1C3FF71FFFF
  1465.       C387E1C3FF36F7FFC387E1C3F516F3FFC007E003DF31F1FFC007E003FF76F8FF
  1466.       C007E003BFF6F87FE10FF087FFD1FC3FF39FF9CFDFFFFC1FF39FF9CFFFBFC00F
  1467.       FCFFFF3F77FFE007F9E1879F77BFF003FBF18FDF07FFF81FFBF18FDFAFD7FC0F
  1468.       F9CDB39F8FE7FE07FC1FF83FDFC7FF03FFFFFFFFFFFFFFFFFC00EFFDFDFF83E0
  1469.       8000C7FFFCFF83E00000C3FBFC7F83E00000E3F7FC3F80800000F1E7FC1F8000
  1470.       0001F8CFFC0F80000003FC1FFC0780000003FE3FFC0FC0010003FC1FFC1FE083
  1471.       0003F8CFFC3FE0830FC3E1E7FC7FF1C70003C3F3FCFFF1C78007C7FDFDFFF1C7
  1472.       F87FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFFE00
  1473.       FFFFFFFFF6CFFE00FFFFFFFFF6B7FE00E7FFFFE7F6B78000CF83C1F3F8B78000
  1474.       DFC3C3FBFE8F8000DFE3C7FBFE3F8000DFD3CBFBFF7F8001CF3BDCF3FE3F8003
  1475.       E0FFFF07FEBF8007FFFFFFFFFC9F807FFFFFFFFFFDDF80FFFFFFFFFFFDDF81FF
  1476.       FFFFFFFFFDDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC007001FC001C007
  1477.       C007000F80318003C007000780310001C007000380310001C007000180010001
  1478.       C007000080010000C007001F80010000C007001F8FF18000C007001F8FF1C000
  1479.       C0078FF18FF1E001C00FFFF98FF1E007C01FFF758FF1F007C03FFF8F8FF5F003
  1480.       FFFFFFFF8001F803FFFFFFFFFFFFFFFF00000000000000000000000000000000
  1481.       000000000000}
  1482.   end
  1483.   object PrintDialog: TPrintDialog
  1484.     Options = [poPageNums, poSelection, poWarning, poHelp]
  1485.     Left = 432
  1486.     Top = 48
  1487.   end
  1488.   object OpenDialog: TOpenDialog
  1489.     DefaultExt = '.sps'
  1490.     Filter = 'SPSS Syntaxfile|*.sps'
  1491.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
  1492.     Title = 'Open syntax file'
  1493.     Left = 464
  1494.     Top = 48
  1495.   end
  1496.   object SaveDialog: TSaveDialog
  1497.     DefaultExt = '*.sps'
  1498.     Filter = 'SPSS syntax file|*.sps'
  1499.     Title = 'Save syntax file'
  1500.     Left = 496
  1501.     Top = 48
  1502.   end
  1503.   object FindDialog: TFindDialog
  1504.     Left = 528
  1505.     Top = 48
  1506.   end
  1507.   object OpenDataDialog: TOpenDialog
  1508.     DefaultExt = '.sav'
  1509.     Filter = 'SPSS Datafile|*.sav'
  1510.     Title = 'Open data file'
  1511.     Left = 464
  1512.     Top = 80
  1513.   end
  1514.   object SPSSDatafile: TSPSSDatafile
  1515.     Left = 192
  1516.     Top = 88
  1517.   end
  1518.   object SynEditPrint: TSynEditPrint
  1519.     Copies = 1
  1520.     Header.DefaultFont.Charset = DEFAULT_CHARSET
  1521.     Header.DefaultFont.Color = clBlack
  1522.     Header.DefaultFont.Height = -13
  1523.     Header.DefaultFont.Name = 'Arial'
  1524.     Header.DefaultFont.Style = []
  1525.     Footer.DefaultFont.Charset = DEFAULT_CHARSET
  1526.     Footer.DefaultFont.Color = clBlack
  1527.     Footer.DefaultFont.Height = -13
  1528.     Footer.DefaultFont.Name = 'Arial'
  1529.     Footer.DefaultFont.Style = []
  1530.     Margins.Left = 25
  1531.     Margins.Right = 15
  1532.     Margins.Top = 25
  1533.     Margins.Bottom = 25
  1534.     Margins.Header = 15
  1535.     Margins.Footer = 15
  1536.     Margins.LeftHFTextIndent = 2
  1537.     Margins.RightHFTextIndent = 2
  1538.     Margins.HFInternalMargin = 0.500000000000000000
  1539.     Margins.MirrorMargins = False
  1540.     Font.Charset = DEFAULT_CHARSET
  1541.     Font.Color = clWindowText
  1542.     Font.Height = -11
  1543.     Font.Name = 'MS Sans Serif'
  1544.     Font.Style = []
  1545.     Highlighter = SynSPSSHighlighter
  1546.     TabWidth = 8
  1547.     Color = clWhite
  1548.     Left = 233
  1549.     Top = 86
  1550.   end
  1551. end
  1552.