home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / RegView / Regview.exe / 0 / RCDATA / TEDITIFORM / TEDITIFORM.txt
Encoding:
Text File  |  1998-09-18  |  1.8 KB  |  102 lines

  1. object EditIForm: TEditIForm
  2.   Left = 285
  3.   Top = 238
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Edit DWORD Value'
  7.   ClientHeight = 191
  8.   ClientWidth = 449
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 96
  19.     Height = 20
  20.     Caption = 'Value Name:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 10
  24.     Top = 69
  25.     Width = 86
  26.     Height = 20
  27.     Caption = 'Value Data:'
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 231
  31.     Top = 158
  32.     Width = 95
  33.     Height = 28
  34.     Caption = 'OK'
  35.     ModalResult = 1
  36.     ParentShowHint = False
  37.     ShowHint = False
  38.     TabOrder = 0
  39.     NumGlyphs = 2
  40.   end
  41.   object ValueName: TEdit
  42.     Left = 10
  43.     Top = 30
  44.     Width = 424
  45.     Height = 24
  46.     Color = clBtnFace
  47.     ReadOnly = True
  48.     TabOrder = 1
  49.     Text = 'ValueName'
  50.   end
  51.   object ValueData: TEdit
  52.     Left = 10
  53.     Top = 89
  54.     Width = 208
  55.     Height = 24
  56.     CharCase = ecLowerCase
  57.     TabOrder = 2
  58.     Text = 'valuedata'
  59.     OnKeyPress = ValueDataKeyPress
  60.   end
  61.   object BitBtn2: TBitBtn
  62.     Left = 340
  63.     Top = 158
  64.     Width = 94
  65.     Height = 28
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     ParentShowHint = False
  69.     ShowHint = False
  70.     TabOrder = 3
  71.     NumGlyphs = 2
  72.   end
  73.   object RadioGroup1: TRadioGroup
  74.     Left = 236
  75.     Top = 69
  76.     Width = 198
  77.     Height = 80
  78.     Caption = 'Base'
  79.     TabOrder = 4
  80.   end
  81.   object RadioButton1: TRadioButton
  82.     Left = 256
  83.     Top = 89
  84.     Width = 139
  85.     Height = 21
  86.     Caption = '&Hexdecimal'
  87.     Checked = True
  88.     TabOrder = 5
  89.     TabStop = True
  90.     OnClick = RadioButton1Click
  91.   end
  92.   object RadioButton2: TRadioButton
  93.     Left = 256
  94.     Top = 118
  95.     Width = 139
  96.     Height = 21
  97.     Caption = '&Decimal'
  98.     TabOrder = 6
  99.     OnClick = RadioButton2Click
  100.   end
  101. end
  102.