object OptionsLomake: TOptionsLomake Left = 529 Top = 112 BorderIcons = [] BorderStyle = bsSingle Caption = 'Options' ClientHeight = 282 ClientWidth = 390 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 390 Height = 282 Align = alClient BorderStyle = bsSingle TabOrder = 0 object RefreshLabel: TLabel Left = 8 Top = 176 Width = 159 Height = 16 Caption = 'Refresh memory bar every' end object Label1: TLabel Left = 224 Top = 176 Width = 52 Height = 16 Caption = 'seconds' end object Label2: TLabel Left = 72 Top = 128 Width = 97 Height = 16 Caption = 'Alarm level (Mb)' end object SpinEdit1: TSpinEdit Left = 176 Top = 168 Width = 41 Height = 26 Hint = 'Interval of memorybar refresh and alarmlevel check' EditorEnabled = False MaxLength = 2 MaxValue = 30 MinValue = 1 ParentShowHint = False ShowHint = True TabOrder = 0 Value = 1 end object DoneButton: TButton Left = 156 Top = 224 Width = 75 Height = 25 Cursor = crHandPoint Hint = 'Click to save changes and close options window' Caption = '&Done' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = DoneButtonClick end object SoundBox: TCheckBox Left = 16 Top = 24 Width = 97 Height = 17 Hint = 'Toggle sound on/off' Caption = 'Sound on' ParentShowHint = False ShowHint = True TabOrder = 2 end object AlarmLevelBox: TSpinEdit Left = 16 Top = 120 Width = 41 Height = 26 Hint = 'Alarm level in Megabytes' EditorEnabled = False MaxLength = 2 MaxValue = 64 MinValue = 1 ParentShowHint = False ShowHint = True TabOrder = 3 Value = 1 end object AutoLaunchBox: TCheckBox Left = 17 Top = 88 Width = 233 Height = 17 Hint = 'Makes program autostart at Windows startup' Caption = 'Launch automatically at startup' ParentShowHint = False ShowHint = True TabOrder = 4 end end object RunAutomaticallyBox: TCheckBox Left = 18 Top = 56 Width = 345 Height = 17 Hint = 'Select this if you want to set alarm level that automatically tr' + 'iggers program' Caption = 'Run automatically if free Ram is less than alarm level' ParentShowHint = False ShowHint = True TabOrder = 1 end end