home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGSCRIPTCHECKER / TDLGSCRIPTCHECKER.txt
Text File  |  2002-09-16  |  13KB  |  508 lines

  1. object dlgScriptChecker: TdlgScriptChecker
  2.   Left = 191
  3.   Top = 23
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'ScriptBuilder'
  9.   ClientHeight = 337
  10.   ClientWidth = 390
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Menu = MainMenu
  18.   OldCreateOrder = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnDestroy = FormDestroy
  23.   OnDeactivate = FormDeactivate
  24.   OnResize = FormResize
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object ScriptStatusBar: TStatusBar
  28.     Left = 0
  29.     Top = 318
  30.     Width = 390
  31.     Height = 19
  32.     Panels = <
  33.       item
  34.         Bevel = pbNone
  35.         Width = 200
  36.       end
  37.       item
  38.         Alignment = taCenter
  39.         Bevel = pbNone
  40.         Width = 80
  41.       end
  42.       item
  43.         Text = '0 errors found'
  44.         Width = 1000
  45.       end>
  46.     SimplePanel = False
  47.     OnMouseDown = ScriptStatusBarMouseDown
  48.     OnMouseUp = ScriptStatusBarMouseUp
  49.   end
  50.   object ScriptPanel: TPanel
  51.     Left = 2
  52.     Top = 4
  53.     Width = 385
  54.     Height = 365
  55.     BevelInner = bvRaised
  56.     BevelOuter = bvNone
  57.     TabOrder = 0
  58.     object Splitter1: TSplitter
  59.       Left = 1
  60.       Top = 169
  61.       Width = 383
  62.       Height = 3
  63.       Cursor = crVSplit
  64.       Align = alTop
  65.       OnMoved = Splitter1Moved
  66.     end
  67.     object ScriptMemo: TMemo
  68.       Left = 1
  69.       Top = 1
  70.       Width = 383
  71.       Height = 168
  72.       Align = alTop
  73.       HideSelection = False
  74.       PopupMenu = ContextMenu
  75.       ScrollBars = ssBoth
  76.       TabOrder = 0
  77.       WantTabs = True
  78.       OnChange = ScriptMemoChange
  79.       OnEnter = ScriptMemoEnter
  80.       OnKeyDown = ScriptMemoKeyDown
  81.     end
  82.     object ScriptListView: TListView
  83.       Left = 1
  84.       Top = 172
  85.       Width = 383
  86.       Height = 192
  87.       Align = alClient
  88.       Columns = <
  89.         item
  90.           Width = 400
  91.         end>
  92.       HideSelection = False
  93.       ReadOnly = True
  94.       RowSelect = True
  95.       ShowColumnHeaders = False
  96.       TabOrder = 1
  97.       ViewStyle = vsReport
  98.       OnDblClick = ScriptListViewDblClick
  99.       OnEnter = ScriptListViewEnter
  100.       OnKeyDown = ScriptListViewKeyDown
  101.     end
  102.   end
  103.   object MainMenu: TMainMenu
  104.     AutoHotkeys = maManual
  105.     Left = 340
  106.     object File1: TMenuItem
  107.       Caption = '&File'
  108.       object New1: TMenuItem
  109.         Caption = '&New'
  110.         ShortCut = 16462
  111.         OnClick = New1Click
  112.       end
  113.       object Open1: TMenuItem
  114.         Caption = '&Open'
  115.         Enabled = False
  116.         ShortCut = 16463
  117.         OnClick = Open1Click
  118.       end
  119.       object Save1: TMenuItem
  120.         Caption = '&Save'
  121.         Enabled = False
  122.         ShortCut = 16467
  123.         OnClick = Save1Click
  124.       end
  125.       object SaveAs1: TMenuItem
  126.         Caption = 'Save &As...'
  127.         Enabled = False
  128.         OnClick = SaveAs1Click
  129.       end
  130.       object N3: TMenuItem
  131.         Caption = '-'
  132.       end
  133.       object mnuExit: TMenuItem
  134.         Caption = '&Close'
  135.         OnClick = mnuExitClick
  136.       end
  137.     end
  138.     object Edit1: TMenuItem
  139.       Caption = '&Edit'
  140.       OnClick = Edit1Click
  141.       object Undo1: TMenuItem
  142.         Caption = '&Undo'
  143.         ShortCut = 16474
  144.         OnClick = Undo1Click
  145.       end
  146.       object N2: TMenuItem
  147.         Caption = '-'
  148.       end
  149.       object Cut1: TMenuItem
  150.         Caption = 'Cu&t'
  151.         ShortCut = 16472
  152.         OnClick = Cut1Click
  153.       end
  154.       object Copy1: TMenuItem
  155.         Caption = '&Copy'
  156.         ShortCut = 16451
  157.         OnClick = Copy1Click
  158.       end
  159.       object Paste1: TMenuItem
  160.         Caption = '&Paste'
  161.         ShortCut = 16470
  162.         OnClick = Paste1Click
  163.       end
  164.       object Delete2: TMenuItem
  165.         Caption = '&Delete'
  166.         OnClick = Delete2Click
  167.       end
  168.       object N9: TMenuItem
  169.         Caption = '-'
  170.       end
  171.       object SelectAll1: TMenuItem
  172.         Caption = '&Select All'
  173.         ShortCut = 16449
  174.         OnClick = SelectAll1Click
  175.       end
  176.       object N1: TMenuItem
  177.         Caption = '-'
  178.       end
  179.       object Find1: TMenuItem
  180.         Caption = '&Find and Replace'
  181.         ShortCut = 16454
  182.         OnClick = Replace1Click
  183.       end
  184.       object FindAgain1: TMenuItem
  185.         Caption = 'Find &Next'
  186.         ShortCut = 114
  187.         OnClick = FindAgain1Click
  188.       end
  189.     end
  190.     object mnuInsert: TMenuItem
  191.       Caption = '&Insert'
  192.       OnClick = mnuInsertClick
  193.       object mnuParameter: TMenuItem
  194.         Caption = '&Parameter'
  195.       end
  196.       object mnuCommand: TMenuItem
  197.         Caption = '&Command'
  198.       end
  199.       object mnuQuery: TMenuItem
  200.         Caption = '&Query'
  201.         object mnuNumberOfDisks: TMenuItem
  202.           Caption = 'Number of &Disks'
  203.           OnClick = mnuNumberOfDisksClick
  204.         end
  205.         object mnuNumberOfPartitions: TMenuItem
  206.           Caption = 'Number of &Partitions'
  207.           OnClick = mnuNumberOfPartitionsClick
  208.         end
  209.         object mnuNumberOfUnallocated: TMenuItem
  210.           Caption = 'Number of &Unallocated'
  211.           OnClick = mnuNumberOfUnallocatedClick
  212.         end
  213.         object mnuNumberOfVolSets: TMenuItem
  214.           Caption = 'Number of &Volume Sets'
  215.           OnClick = mnuNumberOfVolSetsClick
  216.         end
  217.         object mnuNumberOfSegments: TMenuItem
  218.           Caption = 'Number of Se&gments'
  219.           OnClick = mnuNumberOfSegmentsClick
  220.         end
  221.         object N4: TMenuItem
  222.           Caption = '-'
  223.         end
  224.         object mnuDiskSize: TMenuItem
  225.           Caption = 'Disk Si&ze'
  226.           OnClick = mnuDiskSizeClick
  227.         end
  228.         object mnuDiskAllocated: TMenuItem
  229.           Caption = 'Disk &Allocated'
  230.           object mnuDiskAllocSize: TMenuItem
  231.             Caption = '&Size'
  232.             OnClick = mnuDiskAllocSizeClick
  233.           end
  234.           object mnuDiskAllocPercent: TMenuItem
  235.             Caption = '&Percentage'
  236.             OnClick = mnuDiskAllocPercentClick
  237.           end
  238.         end
  239.         object mnuDiskUnallocated: TMenuItem
  240.           Caption = 'Disk Unallo&cated'
  241.           object mnuDiskUnallocSize: TMenuItem
  242.             Caption = '&Size'
  243.             OnClick = mnuDiskUnallocSizeClick
  244.           end
  245.           object mnuDiskUnallocPercent: TMenuItem
  246.             Caption = '&Percentage'
  247.             OnClick = mnuDiskUnallocPercentClick
  248.           end
  249.         end
  250.         object N5: TMenuItem
  251.           Caption = '-'
  252.         end
  253.         object mnuPartitionSize: TMenuItem
  254.           Caption = 'Partition S&ize'
  255.           OnClick = mnuPartitionSizeClick
  256.         end
  257.         object mnuPartitionNumber: TMenuItem
  258.           Caption = 'Partition Nu&mber'
  259.         end
  260.         object mnuPartUsed: TMenuItem
  261.           Caption = 'Partition Us&ed'
  262.           object mnuPartUsedSize: TMenuItem
  263.             Caption = '&Amount'
  264.             OnClick = mnuPartUsedSizeClick
  265.           end
  266.           object mnuPartUsedPercent: TMenuItem
  267.             Caption = '&Percentage'
  268.             OnClick = mnuPartUsedPercentClick
  269.           end
  270.         end
  271.         object mnuPartUnused: TMenuItem
  272.           Caption = 'Partition U&nused'
  273.           object mnuPartUnusedSize: TMenuItem
  274.             Caption = '&Amount'
  275.             OnClick = mnuPartUnusedSizeClick
  276.           end
  277.           object mnuPartUnusedPercentage: TMenuItem
  278.             Caption = '&Percentage'
  279.             OnClick = mnuPartUnusedPercentageClick
  280.           end
  281.         end
  282.         object mnuPartFileSystem: TMenuItem
  283.           Caption = '&Type'
  284.           object mnuQueryFAT: TMenuItem
  285.             Caption = '&FAT'
  286.             OnClick = mnuQueryFATClick
  287.           end
  288.           object mnuQueryFAT32: TMenuItem
  289.             Caption = 'FAT&32'
  290.             OnClick = mnuQueryFAT32Click
  291.           end
  292.           object mnuQueryNTFS: TMenuItem
  293.             Caption = '&NTFS'
  294.             OnClick = mnuQueryNTFSClick
  295.           end
  296.           object mnuQueryHPFS: TMenuItem
  297.             Caption = '&HPFS'
  298.             OnClick = mnuQueryHPFSClick
  299.           end
  300.           object mnuQueryLinuxExt2: TMenuItem
  301.             Caption = '&Linux Ext2'
  302.             OnClick = mnuQueryLinuxExt2Click
  303.           end
  304.           object mnuQueryLinuxExt3: TMenuItem
  305.             Caption = 'L&inux Ext3'
  306.             OnClick = mnuQueryLinuxExt3Click
  307.           end
  308.           object mnuQueryLinuxSwap: TMenuItem
  309.             Caption = 'Linux &Swap'
  310.             OnClick = mnuQueryLinuxSwapClick
  311.           end
  312.           object mnuQueryExtended: TMenuItem
  313.             Caption = '&Extended'
  314.             OnClick = mnuQueryExtendedClick
  315.           end
  316.           object mnuQueryUnallocated: TMenuItem
  317.             Caption = '&Unallocated'
  318.             OnClick = mnuQueryUnallocatedClick
  319.           end
  320.           object mnuQueryUnformatted: TMenuItem
  321.             Caption = 'Unfor&matted'
  322.             OnClick = mnuQueryUnformattedClick
  323.           end
  324.         end
  325.         object mnuPartStatus: TMenuItem
  326.           Caption = '&Status'
  327.           object mnuQueryActive: TMenuItem
  328.             Caption = '&Active'
  329.             OnClick = mnuQueryActiveClick
  330.           end
  331.           object mnuQueryHidden: TMenuItem
  332.             Caption = '&Hidden'
  333.             OnClick = mnuQueryHiddenClick
  334.           end
  335.         end
  336.         object mnuPartType: TMenuItem
  337.           Caption = 'Primary/&Logical'
  338.           object mnuQueryPrimary: TMenuItem
  339.             Caption = '&Primary'
  340.             OnClick = mnuQueryPrimaryClick
  341.           end
  342.           object mnuQueryLogical: TMenuItem
  343.             Caption = '&Logical'
  344.             OnClick = mnuQueryLogicalClick
  345.           end
  346.         end
  347.         object SCRIPTCHECKERWINN1TXT1: TMenuItem
  348.           Caption = '-'
  349.         end
  350.         object mnuUnallocatedSize: TMenuItem
  351.           Caption = 'Unall&ocated Size'
  352.           OnClick = mnuUnallocatedSizeClick
  353.         end
  354.         object mnuUnallocatedNumber: TMenuItem
  355.           Caption = 'Unallocated Num&ber'
  356.         end
  357.         object N6: TMenuItem
  358.           Caption = '-'
  359.         end
  360.         object mnuVolSetSize: TMenuItem
  361.           Caption = 'Volume Set Si&ze'
  362.           OnClick = mnuVolSetSizeClick
  363.         end
  364.         object mnuVolSetNumber: TMenuItem
  365.           Caption = 'Volume Set Numbe&r'
  366.         end
  367.         object N7: TMenuItem
  368.           Caption = '-'
  369.         end
  370.         object mnuSegmentSize: TMenuItem
  371.           Caption = 'Segment Si&ze'
  372.           OnClick = mnuSegmentSizeClick
  373.         end
  374.       end
  375.       object mnuStatement: TMenuItem
  376.         Caption = '&Statement'
  377.         object mnuVariable: TMenuItem
  378.           Caption = '&Variable'
  379.           OnClick = mnuVariableClick
  380.         end
  381.         object mnuIfBlock: TMenuItem
  382.           Caption = '&If...End If'
  383.           OnClick = mnuIfBlockClick
  384.         end
  385.         object mnuDoLoopWhile: TMenuItem
  386.           Caption = '&Do...Loop While'
  387.           OnClick = mnuDoLoopWhileClick
  388.         end
  389.         object mnuDoWhileLoop: TMenuItem
  390.           Caption = 'Do &While...Loop'
  391.           OnClick = mnuDoWhileLoopClick
  392.         end
  393.         object mnuForNext: TMenuItem
  394.           Caption = '&For...Next'
  395.           Visible = False
  396.           OnClick = mnuForNextClick
  397.         end
  398.       end
  399.     end
  400.     object Run1: TMenuItem
  401.       Caption = '&Script'
  402.       object mnuExecuteScript: TMenuItem
  403.         Caption = '&Play'
  404.         ShortCut = 120
  405.         OnClick = mnuExecuteScriptClick
  406.       end
  407.       object mnuSyntaxCheck: TMenuItem
  408.         Caption = '&Check Syntax'
  409.         ShortCut = 119
  410.         OnClick = mnuSyntaxCheckClick
  411.       end
  412.       object N8: TMenuItem
  413.         Caption = '-'
  414.       end
  415.       object mnuCancel: TMenuItem
  416.         Caption = '&Stop'
  417.         Enabled = False
  418.         ShortCut = 27
  419.         OnClick = mnuCancelClick
  420.       end
  421.     end
  422.     object Help1: TMenuItem
  423.       Caption = '&Help'
  424.       object Contents1: TMenuItem
  425.         Caption = '&Contents'
  426.         ShortCut = 112
  427.         OnClick = Contents1Click
  428.       end
  429.       object Index1: TMenuItem
  430.         Caption = '&Index'
  431.         Visible = False
  432.         OnClick = Index1Click
  433.       end
  434.     end
  435.   end
  436.   object StartTimer: TTimer
  437.     Enabled = False
  438.     OnTimer = StartTimerTimer
  439.     Left = 340
  440.     Top = 35
  441.   end
  442.   object OpenDialog1: TOpenDialog
  443.     OnShow = OpenDialog1Show
  444.     DefaultExt = 'pqs'
  445.     FileName = '*.pqs'
  446.     Left = 340
  447.     Top = 70
  448.   end
  449.   object SaveDialog1: TSaveDialog
  450.     DefaultExt = 'pqs'
  451.     Options = [ofOverwritePrompt]
  452.     Left = 340
  453.     Top = 105
  454.   end
  455.   object ContextMenu: TPopupMenu
  456.     OnPopup = ContextMenuPopup
  457.     Left = 340
  458.     Top = 140
  459.     object mnuInsertParameter: TMenuItem
  460.       Caption = '&Insert Parameter'
  461.       Visible = False
  462.     end
  463.     object mnuContextBreak: TMenuItem
  464.       Caption = '-'
  465.       GroupIndex = 1
  466.       Visible = False
  467.     end
  468.     object Undo2: TMenuItem
  469.       Caption = '&Undo'
  470.       GroupIndex = 1
  471.       OnClick = Undo1Click
  472.     end
  473.     object N10: TMenuItem
  474.       Caption = '-'
  475.       GroupIndex = 1
  476.     end
  477.     object Cut2: TMenuItem
  478.       Caption = 'Cu&t'
  479.       GroupIndex = 1
  480.       OnClick = Cut1Click
  481.     end
  482.     object Copy3: TMenuItem
  483.       Caption = '&Copy'
  484.       GroupIndex = 1
  485.       OnClick = Copy1Click
  486.     end
  487.     object Paste2: TMenuItem
  488.       Caption = '&Paste'
  489.       GroupIndex = 1
  490.       OnClick = Paste1Click
  491.     end
  492.     object Delete3: TMenuItem
  493.       Caption = '&Delete'
  494.       GroupIndex = 1
  495.       OnClick = Delete2Click
  496.     end
  497.     object N11: TMenuItem
  498.       Caption = '-'
  499.       GroupIndex = 1
  500.     end
  501.     object SelectAll2: TMenuItem
  502.       Caption = '&Select All'
  503.       GroupIndex = 1
  504.       OnClick = SelectAll1Click
  505.     end
  506.   end
  507. end
  508.