object Form1: TForm1 Left = 0 Top = 0 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsToolWindow Caption = 'OniTrainer' ClientHeight = 38 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = Menu OldCreateOrder = False Position = poScreenCenter Visible = True OnClose = Form1Close OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object not_running: TLabel Left = 0 Top = 0 Width = 297 Height = 41 AutoSize = False Caption = 'ONI IS NOT RUNNING!' Color = clActiveBorder Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = 32 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Layout = tlCenter end object connect_timer: TTimer OnTimer = connect_timerTimer Left = 168 end object InitStuff: TTimer Interval = 100 OnTimer = InitStuffTimer Left = 136 end object get_values: TTimer OnTimer = get_valuesTimer Left = 200 end object Menu: TMainMenu AutoHotkeys = maManual Left = 232 object Menu_Main: TMenuItem Caption = '&Main' object Menu_AOT: TMenuItem Caption = '&AlwaysOnTop' ShortCut = 16449 OnClick = Menu_AOTClick end object Menu_Exit: TMenuItem Caption = '&Exit' ShortCut = 16465 OnClick = Menu_ExitClick end end object Menu_Options: TMenuItem Caption = '&Options' object Menu_SetHotKeys: TMenuItem Caption = 'Set &Hotkeys' ShortCut = 16456 OnClick = Menu_SetHotKeysClick end object Menu_FreezeTime: TMenuItem Caption = 'Set &FreezeTime' ShortCut = 16454 OnClick = Menu_FreezeTimeClick end object Menu_RefreshTime: TMenuItem Caption = 'Set &RefreshTime' ShortCut = 16466 OnClick = Menu_RefreshTimeClick end end object Menu_Windows: TMenuItem Caption = '&Windows' Enabled = False object Menu_Chars: TMenuItem Caption = '&Characters' end object Patches1: TMenuItem Caption = '&Patches' object Menu_Patch_Scriptvars: TMenuItem Caption = 'Scriptvars Patch' OnClick = Menu_Patch_ScriptvarsClick end object Menu_Patch_Messages: TMenuItem Caption = 'Messages' OnClick = Menu_Patch_MessagesClick end object Menu_Patch_Movements: TMenuItem Caption = 'Movements' OnClick = Menu_Patch_MovementsClick end end object menu_Anims: TMenuItem Caption = '&Animations' OnClick = menu_AnimsClick end object menu_Models: TMenuItem Caption = '&Models' OnClick = menu_ModelsClick end object menu_Spawn: TMenuItem Caption = '&Spawner' OnClick = menu_SpawnClick end object Menu_Items: TMenuItem Caption = '&Items' Enabled = False end end object Menu_About: TMenuItem Caption = '&About and Help' OnClick = Menu_AboutClick end end end