home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regview / Regview.exe / 0 / RCDATA / TEDITFORM / TEDITFORM.txt
Text File  |  1997-07-14  |  1KB  |  71 lines

  1. object EDitForm: TEDitForm
  2.   Left = 391
  3.   Top = 203
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Edit String Value'
  7.   ClientHeight = 133
  8.   ClientWidth = 362
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 61
  20.     Height = 13
  21.     Caption = 'Value Name:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 65
  27.     Height = 13
  28.     Caption = 'Value Data:'
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 188
  32.     Top = 104
  33.     Width = 77
  34.     Height = 23
  35.     Caption = 'OK'
  36.     ModalResult = 1
  37.     ParentShowHint = False
  38.     ShowHint = False
  39.     TabOrder = 0
  40.     NumGlyphs = 2
  41.   end
  42.   object ValueName: TEdit
  43.     Left = 8
  44.     Top = 24
  45.     Width = 345
  46.     Height = 21
  47.     Color = clBtnFace
  48.     ReadOnly = True
  49.     TabOrder = 1
  50.   end
  51.   object ValueData: TEdit
  52.     Left = 8
  53.     Top = 72
  54.     Width = 345
  55.     Height = 21
  56.     TabOrder = 2
  57.   end
  58.   object BitBtn2: TBitBtn
  59.     Left = 276
  60.     Top = 104
  61.     Width = 77
  62.     Height = 23
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     ParentShowHint = False
  66.     ShowHint = False
  67.     TabOrder = 3
  68.     NumGlyphs = 2
  69.   end
  70. end
  71.