home *** CD-ROM | disk | FTP | other *** search
- object FormEvalMod: TFormEvalMod
- Left = 299
- Top = 79
- HelpContext = 25005
- BorderStyle = bsSingle
- Caption = 'Evaluate/Modify'
- ClientHeight = 241
- ClientWidth = 485
- ParentFont = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 54
- Height = 13
- Caption = 'Expression:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 33
- Height = 13
- Caption = 'Result:'
- end
- object Label3: TLabel
- Left = 8
- Top = 160
- Width = 55
- Height = 13
- Caption = 'New Value:'
- end
- object ComboBoxExpression: TComboBox
- Left = 8
- Top = 24
- Width = 473
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBoxExpressionChange
- OnClick = ComboBoxExpressionClick
- end
- object MemoResult: TMemo
- Left = 8
- Top = 72
- Width = 473
- Height = 73
- Lines.Strings = (
- '')
- ReadOnly = True
- TabOrder = 1
- end
- object ComboBoxNew: TComboBox
- Left = 8
- Top = 176
- Width = 473
- Height = 21
- Enabled = False
- ItemHeight = 13
- TabOrder = 2
- OnChange = ComboBoxNewChange
- OnClick = ComboBoxNewClick
- end
- object ButtonEval: TButton
- Left = 8
- Top = 208
- Width = 65
- Height = 25
- Caption = 'Evaluate'
- Default = True
- TabOrder = 3
- OnClick = ButtonEvalClick
- end
- object ButtonMod: TButton
- Left = 72
- Top = 208
- Width = 65
- Height = 25
- Caption = 'Modify'
- Enabled = False
- TabOrder = 4
- OnClick = ButtonModClick
- end
- object ButtonLog: TButton
- Left = 144
- Top = 208
- Width = 65
- Height = 25
- Caption = 'Log'
- TabOrder = 5
- OnClick = ButtonLogClick
- end
- object ButtonWatch: TButton
- Left = 208
- Top = 208
- Width = 65
- Height = 25
- Caption = 'Watch'
- TabOrder = 6
- OnClick = ButtonWatchClick
- end
- object ButtonInspect: TButton
- Left = 272
- Top = 208
- Width = 65
- Height = 25
- Caption = 'Inspect'
- TabOrder = 7
- OnClick = ButtonInspectClick
- end
- object CancelButton: TButton
- Left = 344
- Top = 208
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Done'
- TabOrder = 8
- end
- object ButtonHelp: TButton
- Left = 416
- Top = 208
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Help'
- TabOrder = 9
- OnClick = ButtonHelpClick
- end
- end
-