home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMGOTO / TFORMGOTO.txt
Text File  |  2003-08-02  |  2KB  |  116 lines

  1. object FormGoto: TFormGoto
  2.   Left = 356
  3.   Top = 208
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Go to address'
  7.   ClientHeight = 170
  8.   ClientWidth = 323
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 10
  19.     Top = 10
  20.     Width = 171
  21.     Height = 111
  22.     Caption = 'Go to'
  23.     TabOrder = 0
  24.     object CMHistoryBtnGoTo: TCMHistoryBtn
  25.       Left = 131
  26.       Top = 75
  27.       Width = 18
  28.       Height = 21
  29.       Caption = '6'
  30.       Font.Color = clWindowText
  31.       Font.Height = -12
  32.       Font.Name = 'Marlett'
  33.       Font.Style = []
  34.       ParentFont = False
  35.       IniSection = 'CMHistoryGoTo'
  36.       Edit = CMNumEdit1
  37.       OnSelect = CMHistoryBtnGoToSelect
  38.     end
  39.     object RadioButtonDec: TRadioButton
  40.       Left = 10
  41.       Top = 20
  42.       Width = 113
  43.       Height = 17
  44.       HelpContext = 23
  45.       Caption = '&decimal'
  46.       Checked = True
  47.       TabOrder = 0
  48.       TabStop = True
  49.       OnClick = RadioButtonDecClick
  50.     end
  51.     object RadioButtonHex: TRadioButton
  52.       Left = 10
  53.       Top = 45
  54.       Width = 113
  55.       Height = 17
  56.       HelpContext = 24
  57.       Caption = '&hexadecimal'
  58.       TabOrder = 1
  59.       OnClick = RadioButtonDecClick
  60.     end
  61.     object CMNumEdit1: TCMNumEdit
  62.       Left = 10
  63.       Top = 75
  64.       Width = 121
  65.       Height = 21
  66.       TabOrder = 2
  67.       Text = '0'
  68.       Max = 99999999.900000000000000000
  69.     end
  70.   end
  71.   object ButtonOK: TButton
  72.     Left = 10
  73.     Top = 135
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'OK'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 2
  80.     OnClick = ButtonOKClick
  81.   end
  82.   object ButtonCancel: TButton
  83.     Left = 103
  84.     Top = 135
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 3
  91.   end
  92.   object RadioGroupGoMode: TRadioGroup
  93.     Left = 195
  94.     Top = 10
  95.     Width = 116
  96.     Height = 111
  97.     HelpContext = 29
  98.     Caption = 'Go mode'
  99.     ItemIndex = 0
  100.     Items.Strings = (
  101.       '&absolute'
  102.       'relative d&own'
  103.       'relative &up')
  104.     TabOrder = 1
  105.   end
  106.   object ButtonHelp: TButton
  107.     Left = 195
  108.     Top = 135
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Help'
  112.     TabOrder = 4
  113.     OnClick = ButtonHelpClick
  114.   end
  115. end
  116.