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

  1. object FormChangeValue: TFormChangeValue
  2.   Left = 326
  3.   Top = 167
  4.   HelpContext = 25064
  5.   BorderStyle = bsSingle
  6.   Caption = 'Change Data Value'
  7.   ClientHeight = 160
  8.   ClientWidth = 258
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 32
  17.     Width = 67
  18.     Height = 13
  19.     Caption = 'Current Value:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 80
  24.     Width = 52
  25.     Height = 13
  26.     Caption = 'NewValue:'
  27.   end
  28.   object FullName: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object CurrentValueBox: TEdit
  35.     Left = 8
  36.     Top = 48
  37.     Width = 241
  38.     Height = 21
  39.     TabStop = False
  40.     ReadOnly = True
  41.     TabOrder = 3
  42.   end
  43.   object ButtonOK: TButton
  44.     Left = 8
  45.     Top = 128
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.     OnClick = ButtonOKClick
  53.   end
  54.   object ButtonCancel: TButton
  55.     Left = 91
  56.     Top = 128
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63.   object ComboBoxNewValue: TComboBox
  64.     Left = 8
  65.     Top = 96
  66.     Width = 241
  67.     Height = 21
  68.     ItemHeight = 13
  69.     TabOrder = 0
  70.     OnChange = ComboBoxNewValueChange
  71.   end
  72.   object ButtonHelp: TButton
  73.     Left = 172
  74.     Top = 128
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Help'
  78.     TabOrder = 4
  79.     OnClick = ButtonHelpClick
  80.   end
  81. end
  82.