home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TGOTOHEXFORM / TGOTOHEXFORM.txt
Encoding:
Text File  |  2003-02-24  |  1.3 KB  |  71 lines

  1. object GotoHexForm: TGotoHexForm
  2.   Tag = 170
  3.   Left = 368
  4.   Top = 188
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Go to Offset'
  8.   ClientHeight = 88
  9.   ClientWidth = 201
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bOK: TButton
  24.     Tag = 100
  25.     Left = 15
  26.     Top = 58
  27.     Width = 83
  28.     Height = 24
  29.     Caption = 'OK'
  30.     Default = True
  31.     TabOrder = 1
  32.     OnClick = bOKClick
  33.   end
  34.   object bCancel: TButton
  35.     Tag = 101
  36.     Left = 103
  37.     Top = 58
  38.     Width = 83
  39.     Height = 24
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 9
  47.     Top = 2
  48.     Width = 184
  49.     Height = 45
  50.     TabOrder = 0
  51.     object lAdress: TLabel
  52.       Tag = 171
  53.       Left = 12
  54.       Top = 18
  55.       Width = 54
  56.       Height = 13
  57.       Caption = 'Adress (%s)'
  58.       Transparent = True
  59.     end
  60.     object Edit1: TEdit
  61.       Left = 104
  62.       Top = 15
  63.       Width = 71
  64.       Height = 21
  65.       TabOrder = 0
  66.       OnChange = Edit1Change
  67.       OnKeyPress = Edit1KeyPress
  68.     end
  69.   end
  70. end
  71.