object HotSpotDlg: THotSpotDlg Left = 292 Top = 291 ActiveControl = XValue BorderStyle = bsDialog Caption = 'Set Cursor Hot Spot' ClientHeight = 99 ClientWidth = 267 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object OKButton: TButton Left = 184 Top = 21 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 184 Top = 53 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 169 Height = 81 Caption = ' Hot Spot ' TabOrder = 0 object Label1: TLabel Left = 8 Top = 25 Width = 66 Height = 13 Caption = '&Horizontal (X):' FocusControl = XValue end object Label2: TLabel Left = 8 Top = 50 Width = 54 Height = 13 Caption = '&Vertical (Y):' FocusControl = YValue end object XValue: TEdit Left = 88 Top = 22 Width = 49 Height = 21 TabOrder = 0 Text = '0' end object YValue: TEdit Left = 88 Top = 48 Width = 49 Height = 21 TabOrder = 1 Text = '0' end end end