home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TEVALDIALOG / TEVALDIALOG.txt
Text File  |  1997-01-16  |  2KB  |  121 lines

  1. object EvalDialog: TEvalDialog
  2.   Left = 229
  3.   Top = 158
  4.   HelpContext = 1425
  5.   ActiveControl = Expression
  6.   BorderStyle = bsDialog
  7.   Caption = 'Evaluate/Modify'
  8.   ClientHeight = 252
  9.   ClientWidth = 390
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 377
  24.     Height = 205
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 16
  29.     Top = 12
  30.     Width = 54
  31.     Height = 13
  32.     Caption = '&Expression:'
  33.     FocusControl = Expression
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 53
  38.     Width = 33
  39.     Height = 13
  40.     Caption = '&Result:'
  41.     FocusControl = ResultLine
  42.   end
  43.   object NewValueLabel: TLabel
  44.     Left = 16
  45.     Top = 138
  46.     Width = 54
  47.     Height = 13
  48.     Caption = '&New value:'
  49.     FocusControl = NewValue
  50.   end
  51.   object Expression: TComboBox
  52.     Left = 16
  53.     Top = 28
  54.     Width = 359
  55.     Height = 21
  56.     ItemHeight = 13
  57.     TabOrder = 0
  58.     OnChange = ExpressionChange
  59.     OnEnter = ExpressionEnter
  60.   end
  61.   object NewValue: TComboBox
  62.     Left = 16
  63.     Top = 154
  64.     Width = 359
  65.     Height = 21
  66.     ItemHeight = 13
  67.     MaxLength = 8192
  68.     TabOrder = 2
  69.     OnEnter = NewValueEnter
  70.   end
  71.   object ResultLine: TMemo
  72.     Left = 16
  73.     Top = 68
  74.     Width = 358
  75.     Height = 65
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 1
  79.     WantReturns = False
  80.   end
  81.   object HelpButton: TButton
  82.     Left = 310
  83.     Top = 222
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Help'
  87.     TabOrder = 6
  88.     OnClick = HelpButtonClick
  89.   end
  90.   object CloseButton: TButton
  91.     Left = 230
  92.     Top = 222
  93.     Width = 75
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = 'Close'
  97.     ModalResult = 1
  98.     TabOrder = 5
  99.     OnClick = CloseButtonClick
  100.   end
  101.   object EvalButton: TButton
  102.     Left = 16
  103.     Top = 181
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'E&valuate'
  107.     Default = True
  108.     TabOrder = 3
  109.     OnClick = EvalButtonClick
  110.   end
  111.   object ModifyButton: TButton
  112.     Left = 96
  113.     Top = 181
  114.     Width = 75
  115.     Height = 25
  116.     Caption = '&Modify'
  117.     TabOrder = 4
  118.     OnClick = ModifyButtonClick
  119.   end
  120. end
  121.