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

  1. object FormJump: TFormJump
  2.   Left = 330
  3.   Top = 213
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter jump width'
  7.   ClientHeight = 169
  8.   ClientWidth = 260
  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 = 236
  21.     Height = 111
  22.     Caption = 'Jump width'
  23.     TabOrder = 0
  24.     object CMHistoryBtnJump: 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 = 'CMHistoryJump'
  36.       Edit = CMNumEdit1
  37.       OnSelect = CMHistoryBtnJumpSelect
  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 = 1
  80.     OnClick = ButtonOKClick
  81.   end
  82.   object ButtonCancel: TButton
  83.     Left = 105
  84.     Top = 135
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 2
  91.   end
  92. end
  93.