home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TFORMEVALMOD / TFORMEVALMOD.txt
Text File  |  1998-05-08  |  2KB  |  134 lines

  1. object FormEvalMod: TFormEvalMod
  2.   Left = 299
  3.   Top = 79
  4.   HelpContext = 25005
  5.   BorderStyle = bsSingle
  6.   Caption = 'Evaluate/Modify'
  7.   ClientHeight = 241
  8.   ClientWidth = 485
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 54
  19.     Height = 13
  20.     Caption = 'Expression:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 56
  25.     Width = 33
  26.     Height = 13
  27.     Caption = 'Result:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 160
  32.     Width = 55
  33.     Height = 13
  34.     Caption = 'New Value:'
  35.   end
  36.   object ComboBoxExpression: TComboBox
  37.     Left = 8
  38.     Top = 24
  39.     Width = 473
  40.     Height = 21
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.     OnChange = ComboBoxExpressionChange
  44.     OnClick = ComboBoxExpressionClick
  45.   end
  46.   object MemoResult: TMemo
  47.     Left = 8
  48.     Top = 72
  49.     Width = 473
  50.     Height = 73
  51.     Lines.Strings = (
  52.       '')
  53.     ReadOnly = True
  54.     TabOrder = 1
  55.   end
  56.   object ComboBoxNew: TComboBox
  57.     Left = 8
  58.     Top = 176
  59.     Width = 473
  60.     Height = 21
  61.     Enabled = False
  62.     ItemHeight = 13
  63.     TabOrder = 2
  64.     OnChange = ComboBoxNewChange
  65.     OnClick = ComboBoxNewClick
  66.   end
  67.   object ButtonEval: TButton
  68.     Left = 8
  69.     Top = 208
  70.     Width = 65
  71.     Height = 25
  72.     Caption = 'Evaluate'
  73.     Default = True
  74.     TabOrder = 3
  75.     OnClick = ButtonEvalClick
  76.   end
  77.   object ButtonMod: TButton
  78.     Left = 72
  79.     Top = 208
  80.     Width = 65
  81.     Height = 25
  82.     Caption = 'Modify'
  83.     Enabled = False
  84.     TabOrder = 4
  85.     OnClick = ButtonModClick
  86.   end
  87.   object ButtonLog: TButton
  88.     Left = 144
  89.     Top = 208
  90.     Width = 65
  91.     Height = 25
  92.     Caption = 'Log'
  93.     TabOrder = 5
  94.     OnClick = ButtonLogClick
  95.   end
  96.   object ButtonWatch: TButton
  97.     Left = 208
  98.     Top = 208
  99.     Width = 65
  100.     Height = 25
  101.     Caption = 'Watch'
  102.     TabOrder = 6
  103.     OnClick = ButtonWatchClick
  104.   end
  105.   object ButtonInspect: TButton
  106.     Left = 272
  107.     Top = 208
  108.     Width = 65
  109.     Height = 25
  110.     Caption = 'Inspect'
  111.     TabOrder = 7
  112.     OnClick = ButtonInspectClick
  113.   end
  114.   object CancelButton: TButton
  115.     Left = 344
  116.     Top = 208
  117.     Width = 65
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = 'Done'
  121.     TabOrder = 8
  122.   end
  123.   object ButtonHelp: TButton
  124.     Left = 416
  125.     Top = 208
  126.     Width = 65
  127.     Height = 25
  128.     Cancel = True
  129.     Caption = 'Help'
  130.     TabOrder = 9
  131.     OnClick = ButtonHelpClick
  132.   end
  133. end
  134.