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

  1. object HexLineForm: THexLineForm
  2.   Left = 293
  3.   Top = 384
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Binary Value'
  7.   ClientHeight = 98
  8.   ClientWidth = 358
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label3: TLabel
  18.     Left = 30
  19.     Top = 25
  20.     Width = 3
  21.     Height = 19
  22.     Color = clBtnFace
  23.     ParentColor = False
  24.   end
  25.   object Label1: TLabel
  26.     Left = 276
  27.     Top = 25
  28.     Width = 3
  29.     Height = 19
  30.     Color = clBtnFace
  31.     ParentColor = False
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 79
  35.     Top = 59
  36.     Width = 92
  37.     Height = 31
  38.     Caption = '&OK'
  39.     TabOrder = 1
  40.     OnClick = BitBtn1Click
  41.   end
  42.   object MaskEdit1: TMaskEdit
  43.     Left = 98
  44.     Top = 20
  45.     Width = 159
  46.     Height = 24
  47.     AutoSelect = False
  48.     CharCase = ecUpperCase
  49.     EditMask = 'aa\ aa\ aa\ aa\ aa\ aa\ aa\ aa;1; '
  50.     MaxLength = 23
  51.     TabOrder = 0
  52.     Text = '                       '
  53.     OnKeyDown = MaskEdit1KeyDown
  54.     OnKeyPress = MaskEdit1KeyPress
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 187
  58.     Top = 59
  59.     Width = 92
  60.     Height = 31
  61.     Caption = '&Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.   end
  65. end
  66.