object ExternalOptions: TExternalOptions
  Left = 0
  Top = 0
  Caption = 'ExternalOptions'
  ClientHeight = 453
  ClientWidth = 671
  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 lbIni: TListBox
    Left = 8
    Top = 16
    Width = 441
    Height = 329
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Tahoma'
    Font.Style = []
    ItemHeight = 39
    ParentFont = False
    TabOrder = 0
  end
  object setIniGo: TButton
    Left = 455
    Top = 16
    Width = 202
    Height = 329
    Caption = 'Set Ini'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = setIniGoClick
  end
  object remoteGo: TButton
    Left = 8
    Top = 368
    Width = 649
    Height = 65
    Caption = 'Remote Access Enable'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = remoteGoClick
  end
end