home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TEVALDIALOG / TEVALDIALOG.txt
Text File  |  1999-08-11  |  5KB  |  218 lines

  1. inherited EvalDialog: TEvalDialog
  2.   Left = 233
  3.   Top = 158
  4.   HelpContext = 1425
  5.   VertScrollBar.Range = 0
  6.   ActiveControl = Expression
  7.   AutoScroll = False
  8.   Caption = 'Evaluate/Modify'
  9.   ClientHeight = 255
  10.   ClientWidth = 394
  11.   DockSite = False
  12.   DragKind = dkDrag
  13.   DragMode = dmManual
  14.   KeyPreview = True
  15.   PopupMenu = EvalModPopup
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnKeyDown = FormKeyDown
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   inherited Splitter1: TSplitter
  25.     Top = 41
  26.     Width = 394
  27.   end
  28.   inherited ToolBar1: TToolBar
  29.     Width = 394
  30.     Height = 41
  31.     Images = AppBuilder.ImageList1
  32.     object EvalButton: TCommandButton
  33.       Left = 4
  34.       Top = 0
  35.       Width = 23
  36.       Height = 22
  37.       Action = EvalAction
  38.       Images = AppBuilder.ImageList1
  39.     end
  40.     object ModifyButton: TCommandButton
  41.       Left = 27
  42.       Top = 0
  43.       Width = 23
  44.       Height = 22
  45.       Action = ModAction
  46.       Images = AppBuilder.ImageList1
  47.     end
  48.     object WatchButton: TCommandButton
  49.       Left = 50
  50.       Top = 0
  51.       Width = 23
  52.       Height = 22
  53.       Action = WatchAction
  54.       Images = AppBuilder.ImageList1
  55.     end
  56.     object InspectButton: TCommandButton
  57.       Left = 73
  58.       Top = 0
  59.       Width = 23
  60.       Height = 22
  61.       Action = InspectAction
  62.       Images = AppBuilder.ImageList1
  63.     end
  64.     object HelpButton: TCommandButton
  65.       Left = 96
  66.       Top = 0
  67.       Width = 23
  68.       Height = 22
  69.       Action = HelpAction
  70.       Images = AppBuilder.ImageList1
  71.     end
  72.   end
  73.   object Panel1: TPanel [2]
  74.     Left = 0
  75.     Top = 44
  76.     Width = 394
  77.     Height = 211
  78.     Align = alClient
  79.     BevelOuter = bvNone
  80.     FullRepaint = False
  81.     TabOrder = 1
  82.     object Label2: TLabel
  83.       Left = 8
  84.       Top = 41
  85.       Width = 33
  86.       Height = 13
  87.       Caption = '&Result:'
  88.       FocusControl = ResultLine
  89.     end
  90.     object NewValueLabel: TLabel
  91.       Left = 8
  92.       Top = 166
  93.       Width = 54
  94.       Height = 13
  95.       Anchors = [akLeft, akBottom]
  96.       Caption = '&New value:'
  97.       FocusControl = NewValue
  98.     end
  99.     object Label1: TLabel
  100.       Left = 8
  101.       Top = 0
  102.       Width = 54
  103.       Height = 13
  104.       Caption = '&Expression:'
  105.       FocusControl = Expression
  106.     end
  107.     object NewValue: THistoryPropComboBox
  108.       Left = 8
  109.       Top = 182
  110.       Width = 379
  111.       Height = 21
  112.       Anchors = [akLeft, akRight, akBottom]
  113.       ItemHeight = 13
  114.       MaxLength = 8192
  115.       TabOrder = 2
  116.       OnEnter = NewValueEnter
  117.       HistoryManager = EnvironmentOptions.HistoryLists
  118.       HistoryList = 'hlEvalNewValue'
  119.     end
  120.     object ResultLine: TMemo
  121.       Left = 8
  122.       Top = 57
  123.       Width = 378
  124.       Height = 106
  125.       Anchors = [akLeft, akTop, akRight, akBottom]
  126.       ReadOnly = True
  127.       ScrollBars = ssVertical
  128.       TabOrder = 1
  129.       WantReturns = False
  130.     end
  131.     object Expression: THistoryPropComboBox
  132.       Left = 8
  133.       Top = 16
  134.       Width = 379
  135.       Height = 21
  136.       Anchors = [akLeft, akTop, akRight]
  137.       ItemHeight = 13
  138.       TabOrder = 0
  139.       OnChange = ExpressionChange
  140.       OnDragDrop = ExpressionDragDrop
  141.       OnDragOver = ExpressionDragOver
  142.       OnEnter = ExpressionEnter
  143.       HistoryManager = EnvironmentOptions.HistoryLists
  144.       HistoryList = 'hlEvalExpression'
  145.     end
  146.   end
  147.   inherited DockActionList: TActionList
  148.     Left = 16
  149.     Top = 136
  150.   end
  151.   inherited ToolbarPopupMenu: TPopupMenu
  152.     Left = 80
  153.     Top = 104
  154.   end
  155.   inherited ToolActionList: TActionList
  156.     Left = 48
  157.     Top = 104
  158.   end
  159.   inherited PopupMenu1: TPopupMenu
  160.     Left = 16
  161.     Top = 104
  162.   end
  163.   object EvalModActionList: TActionList
  164.     Images = AppBuilder.ImageList1
  165.     Left = 48
  166.     Top = 136
  167.     object EvalAction: TAction
  168.       Caption = 'E&valuate'
  169.       Hint = 'Evaluate|Evaluate expression'
  170.       ImageIndex = 9
  171.       OnExecute = EvalButtonClick
  172.     end
  173.     object ModAction: TAction
  174.       Caption = '&Modify'
  175.       Hint = 'Modify|Set expression to new value'
  176.       ImageIndex = 10
  177.       OnExecute = ModifyButtonClick
  178.     end
  179.     object HelpAction: TAction
  180.       Caption = '&Help'
  181.       Hint = 'Help'
  182.       ImageIndex = 11
  183.       OnExecute = HelpButtonClick
  184.     end
  185.     object WatchAction: TAction
  186.       Caption = '&Watch'
  187.       Hint = 'Watch|Add watch for expression'
  188.       ImageIndex = 29
  189.       OnExecute = WatchActionExecute
  190.       OnUpdate = WatchActionUpdate
  191.     end
  192.     object InspectAction: TAction
  193.       Caption = '&Inspect'
  194.       Hint = 'Inspect|Inspect expression'
  195.       ImageIndex = 12
  196.       OnExecute = InspectActionExecute
  197.       OnUpdate = InspectActionUpdate
  198.     end
  199.   end
  200.   object EvalModPopup: TPopupMenu
  201.     Left = 80
  202.     Top = 136
  203.     object Toolbar3: TMenuItem
  204.       Action = ToolbarCmd
  205.     end
  206.     object N1: TMenuItem
  207.       Caption = '-'
  208.       Visible = False
  209.     end
  210.     object DockableItem: TMenuItem
  211.       Caption = '&Dockable'
  212.       Checked = True
  213.       Visible = False
  214.       OnClick = DockableItemClick
  215.     end
  216.   end
  217. end
  218.