home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TEVALDIALOG / TEVALDIALOG.txt
Text File  |  1997-05-14  |  2KB  |  117 lines

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