object Form1: TForm1 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'ONIWindowMover' ClientHeight = 217 ClientWidth = 121 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object grp_center: TGroupBox Left = 0 Top = 0 Width = 121 Height = 57 Caption = 'Center ONI' TabOrder = 0 object btn_center: TButton Left = 8 Top = 16 Width = 105 Height = 33 Caption = 'Please click me :D' TabOrder = 0 OnClick = btn_centerClick end end object group_setxy: TGroupBox Left = 0 Top = 64 Width = 121 Height = 97 Caption = 'Set x/y-position' TabOrder = 1 object edit_x: TCrossEdit Left = 8 Top = 16 Width = 105 Height = 17 AutoSize = False BorderStyle = bsNone Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 Text = '0' FocusAlignment = taLeftJustify NoFocusAlignment = taRightJustify Precision = 15 Decimals = 2 FocusWidthInc = 0 EditType = etInteger NextDialogOnEnter = True DialogOnCursorKeys = True NextPriorStep = 1 AutoFocus = False LimitCheck = True Max = 1024.000000000000000000 FocusColor = clWhite NoFocusColor = clWhite ErrorColor = clRed StringCharSet = scFull end object edit_y: TCrossEdit Left = 8 Top = 40 Width = 105 Height = 17 AutoSize = False BorderStyle = bsNone Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 Text = '0' FocusAlignment = taLeftJustify NoFocusAlignment = taRightJustify Precision = 15 Decimals = 2 FocusWidthInc = 0 EditType = etInteger NextDialogOnEnter = True DialogOnCursorKeys = True NextPriorStep = 1 AutoFocus = False LimitCheck = True Max = 768.000000000000000000 FocusColor = clWhite NoFocusColor = clWhite ErrorColor = clRed StringCharSet = scFull end object btn_setxy: TButton Left = 8 Top = 64 Width = 105 Height = 25 Caption = 'Set x/y' TabOrder = 2 OnClick = btn_setxyClick end end object group_black: TGroupBox Left = 0 Top = 168 Width = 121 Height = 49 Caption = 'Open BlackScreen' TabOrder = 2 object btn_black: TButton Left = 8 Top = 16 Width = 105 Height = 25 Caption = '...' TabOrder = 0 OnClick = btn_blackClick end end object timer_check: TTimer OnTimer = timer_checkTimer Left = 48 Top = 104 end end