home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TEVALDIALOG / TEVALDIALOG.txt
Text File  |  1998-06-16  |  4KB  |  184 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 = 239
  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.     Width = 394
  26.   end
  27.   inherited ToolBar1: TToolBar
  28.     Width = 394
  29.     Images = AppBuilder.ImageList1
  30.     object EvalButton: TCommandButton
  31.       Left = 4
  32.       Top = 0
  33.       Width = 23
  34.       Height = 22
  35.       Action = EvalAction
  36.       Images = AppBuilder.ImageList1
  37.     end
  38.     object ModifyButton: TCommandButton
  39.       Left = 27
  40.       Top = 0
  41.       Width = 23
  42.       Height = 22
  43.       Action = ModAction
  44.       Images = AppBuilder.ImageList1
  45.     end
  46.     object HelpButton: TCommandButton
  47.       Left = 50
  48.       Top = 0
  49.       Width = 23
  50.       Height = 22
  51.       Action = HelpAction
  52.       Images = AppBuilder.ImageList1
  53.     end
  54.   end
  55.   object Panel1: TPanel [2]
  56.     Left = 0
  57.     Top = 33
  58.     Width = 394
  59.     Height = 206
  60.     Align = alClient
  61.     BevelOuter = bvNone
  62.     FullRepaint = False
  63.     TabOrder = 1
  64.     object Label2: TLabel
  65.       Left = 8
  66.       Top = 41
  67.       Width = 33
  68.       Height = 13
  69.       Caption = '&Result:'
  70.       FocusControl = ResultLine
  71.     end
  72.     object NewValueLabel: TLabel
  73.       Left = 8
  74.       Top = 161
  75.       Width = 54
  76.       Height = 13
  77.       Anchors = [akLeft, akBottom]
  78.       Caption = '&New value:'
  79.       FocusControl = NewValue
  80.     end
  81.     object Label1: TLabel
  82.       Left = 8
  83.       Top = 0
  84.       Width = 54
  85.       Height = 13
  86.       Caption = '&Expression:'
  87.       FocusControl = Expression
  88.     end
  89.     object NewValue: THistoryPropComboBox
  90.       Left = 8
  91.       Top = 177
  92.       Width = 379
  93.       Height = 21
  94.       Anchors = [akLeft, akRight, akBottom]
  95.       ItemHeight = 13
  96.       MaxLength = 8192
  97.       TabOrder = 2
  98.       OnEnter = NewValueEnter
  99.       HistoryManager = EnvironmentOptions.HistoryLists
  100.       HistoryList = 'hlEvalNewValue'
  101.     end
  102.     object ResultLine: TMemo
  103.       Left = 8
  104.       Top = 57
  105.       Width = 378
  106.       Height = 101
  107.       Anchors = [akLeft, akTop, akRight, akBottom]
  108.       ReadOnly = True
  109.       ScrollBars = ssVertical
  110.       TabOrder = 1
  111.       WantReturns = False
  112.     end
  113.     object Expression: THistoryPropComboBox
  114.       Left = 8
  115.       Top = 16
  116.       Width = 379
  117.       Height = 21
  118.       Anchors = [akLeft, akTop, akRight]
  119.       ItemHeight = 13
  120.       TabOrder = 0
  121.       OnChange = ExpressionChange
  122.       OnEnter = ExpressionEnter
  123.       HistoryManager = EnvironmentOptions.HistoryLists
  124.       HistoryList = 'hlEvalExpression'
  125.     end
  126.   end
  127.   inherited DockActionList: TActionList
  128.     Left = 16
  129.     Top = 136
  130.   end
  131.   inherited ToolbarPopupMenu: TPopupMenu
  132.     Left = 80
  133.     Top = 104
  134.   end
  135.   inherited ToolActionList: TActionList
  136.     Left = 48
  137.     Top = 104
  138.   end
  139.   inherited PopupMenu1: TPopupMenu
  140.     Left = 16
  141.     Top = 104
  142.   end
  143.   object EvalModActionList: TActionList
  144.     Images = AppBuilder.ImageList1
  145.     Left = 48
  146.     Top = 136
  147.     object EvalAction: TAction
  148.       Caption = 'E&valuate'
  149.       Hint = 'Evaluate|Evaluate expression'
  150.       ImageIndex = 9
  151.       OnExecute = EvalButtonClick
  152.     end
  153.     object ModAction: TAction
  154.       Caption = '&Modify'
  155.       Hint = 'Modify|Set expression to new value'
  156.       ImageIndex = 10
  157.       OnExecute = ModifyButtonClick
  158.     end
  159.     object HelpAction: TAction
  160.       Caption = '&Help'
  161.       Hint = 'Help'
  162.       ImageIndex = 11
  163.       OnExecute = HelpButtonClick
  164.     end
  165.   end
  166.   object EvalModPopup: TPopupMenu
  167.     Left = 80
  168.     Top = 136
  169.     object Toolbar3: TMenuItem
  170.       Action = ToolbarCmd
  171.     end
  172.     object N1: TMenuItem
  173.       Caption = '-'
  174.       Visible = False
  175.     end
  176.     object DockableItem: TMenuItem
  177.       Caption = '&Dockable'
  178.       Checked = True
  179.       Visible = False
  180.       OnClick = DockableItemClick
  181.     end
  182.   end
  183. end
  184.