object F_BPPos: TF_BPPos Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsToolWindow Caption = 'Zmenit pozici' ClientHeight = 97 ClientWidth = 246 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 10 Height = 13 Caption = 'X:' end object Label2: TLabel Left = 8 Top = 40 Width = 10 Height = 13 Caption = 'Y:' end object E_X: TEdit Left = 120 Top = 8 Width = 121 Height = 21 TabOrder = 0 Text = 'E_X' OnKeyPress = E_XKeyPress end object E_Y: TEdit Left = 120 Top = 40 Width = 121 Height = 21 TabOrder = 1 Text = 'E_Y' OnKeyPress = E_XKeyPress end object B_Save: TButton Left = 166 Top = 67 Width = 75 Height = 25 Caption = 'Pouzit' TabOrder = 2 OnClick = B_SaveClick end object B_Storno: TButton Left = 85 Top = 67 Width = 75 Height = 25 Caption = 'Storno' TabOrder = 3 OnClick = B_StornoClick end end