object FormTimedRun: TFormTimedRun
  Left = 193
  Top = 103
  Width = 399
  Height = 225
  Caption = 'Set timed run options'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 157
    Width = 391
    Height = 41
    Align = alBottom
    BevelInner = bvLowered
    BevelWidth = 2
    Caption = ' '
    TabOrder = 0
    object ButtonOK: TOptionButton
      Left = 4
      Top = 4
      Width = 75
      Height = 33
      Caption = 'OK'
      Default = True
      TabOrder = 0
      OnClick = ButtonOKClick
      Align = alLeft
      ButtonType = obOK
    end
    object ButtonCancel: TOptionButton
      Left = 312
      Top = 4
      Width = 75
      Height = 33
      Cancel = True
      Caption = 'Cancel'
      TabOrder = 1
      OnClick = ButtonCancelClick
      Align = alRight
      ButtonType = obCancel
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 391
    Height = 157
    Align = alClient
    BevelInner = bvLowered
    Caption = ' '
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    object EditPanelProgName: TEditPanel
      Left = 2
      Top = 2
      Width = 387
      Height = 23
      Hint = 'Exact program name with the path'
      Align = alTop
      Alignment = taLeftJustify
      BevelOuter = bvNone
      Caption = 'Program name'
      TabOrder = 0
      Ini.AutoSave = False
      LabelWidth = 100
      object EditPanelProgNameEdit: TEdit
        Left = 100
        Top = 0
        Width = 287
        Height = 23
        TabOrder = 1
      end
    end
    object EditPanelContact: TEditPanel
      Left = 2
      Top = 114
      Width = 387
      Height = 23
      Hint = 'Write where to contact when program time period is over'
      Align = alTop
      Alignment = taLeftJustify
      BevelOuter = bvNone
      Caption = 'Contact to'
      TabOrder = 1
      Ini.AutoSave = False
      LabelWidth = 100
      object EditPanelContactEdit: TEdit
        Left = 100
        Top = 0
        Width = 287
        Height = 23
        TabOrder = 1
      end
    end
    object EditPanelTimeToStop: TEditPanel
      Left = 2
      Top = 48
      Width = 387
      Height = 23
      Hint = 'Date time when to stop the program'
      Align = alTop
      Alignment = taLeftJustify
      BevelOuter = bvNone
      Caption = 'Time to stop program'
      TabOrder = 2
      Ini.AutoSave = False
      LabelWidth = 100
      object EditPanelTimeToStopEdit: TEdit
        Left = 100
        Top = 0
        Width = 287
        Height = 23
        TabOrder = 1
        OnChange = EditPanelTimeToStopEditChange
      end
    end
    object EditPanelComputerName: TEditPanel
      Left = 2
      Top = 25
      Width = 387
      Height = 23
      Hint = 'Computer name where to run the program'
      Align = alTop
      Alignment = taLeftJustify
      BevelOuter = bvNone
      Caption = 'Computer name'
      TabOrder = 3
      Ini.AutoSave = False
      LabelWidth = 100
      object EditPanelComputerNameEdit: TEdit
        Left = 100
        Top = 0
        Width = 287
        Height = 23
        TabOrder = 1
      end
    end
    object PanelTimeToStop: TPanel
      Left = 2
      Top = 94
      Width = 387
      Height = 20
      Align = alTop
      BevelOuter = bvNone
      Caption = ' '
      TabOrder = 4
      object ButtonTime: TOptionButton
        Left = 344
        Top = 0
        Width = 43
        Height = 20
        Caption = 'Time'
        TabOrder = 0
        OnClick = ButtonTimeClick
        Align = alRight
      end
    end
    object EditPanelLastRunTime: TEditPanel
      Left = 2
      Top = 71
      Width = 387
      Height = 23
      Hint = 'Date time for last program run'
      Align = alTop
      Alignment = taLeftJustify
      BevelOuter = bvNone
      Caption = 'Last program run'
      TabOrder = 5
      Ini.AutoSave = False
      LabelWidth = 100
      object EditPanelLastRunTimeEdit: TEdit
        Left = 100
        Top = 0
        Width = 287
        Height = 23
        TabOrder = 1
        OnChange = EditPanelTimeToStopEditChange
      end
    end
  end
  object SavePos1: TSavePos
    Ini.AutoSave = True
    Ini.IniSection = 'Pos'
    NoPos = False
    NoSize = False
    Enabled = True
    Left = 320
  end
end
