home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / IMAGEDIT.EXE / 0 / RCDATA / THOTSPOTDLG / THOTSPOTDLG.txt
Text File  |  1997-02-28  |  1KB  |  78 lines

  1. object HotSpotDlg: THotSpotDlg
  2.   Left = 292
  3.   Top = 291
  4.   ActiveControl = XValue
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Cursor Hot Spot'
  7.   ClientHeight = 99
  8.   ClientWidth = 267
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKButton: TButton
  17.     Left = 184
  18.     Top = 21
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.     OnClick = OKButtonClick
  26.   end
  27.   object CancelButton: TButton
  28.     Left = 184
  29.     Top = 53
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 169
  41.     Height = 81
  42.     Caption = ' Hot Spot '
  43.     TabOrder = 0
  44.     object Label1: TLabel
  45.       Left = 8
  46.       Top = 25
  47.       Width = 66
  48.       Height = 13
  49.       Caption = '&Horizontal (X):'
  50.       FocusControl = XValue
  51.     end
  52.     object Label2: TLabel
  53.       Left = 8
  54.       Top = 50
  55.       Width = 54
  56.       Height = 13
  57.       Caption = '&Vertical (Y):'
  58.       FocusControl = YValue
  59.     end
  60.     object XValue: TEdit
  61.       Left = 88
  62.       Top = 22
  63.       Width = 49
  64.       Height = 21
  65.       TabOrder = 0
  66.       Text = '0'
  67.     end
  68.     object YValue: TEdit
  69.       Left = 88
  70.       Top = 48
  71.       Width = 49
  72.       Height = 21
  73.       TabOrder = 1
  74.       Text = '0'
  75.     end
  76.   end
  77. end
  78.