object FormStartOptions: TFormStartOptions
  Left = 193
  Top = 101
  Width = 193
  Height = 127
  Caption = 'Start options'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object LabelResult: TLabel
    Left = 32
    Top = 72
    Width = 3
    Height = 13
    Caption = ' '
  end
  object ButtonOptions: TButton
    Left = 32
    Top = 32
    Width = 81
    Height = 25
    Caption = '&Options'
    Default = True
    TabOrder = 0
    OnClick = ButtonOptionsClick
  end
end
