object fServiceSettings: TfServiceSettings
  Left = 0
  Top = 0
  Caption = 'Service Settings'
  ClientHeight = 447
  ClientWidth = 685
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object lMain: TLabel
    Left = 8
    Top = 16
    Width = 664
    Height = 72
    Caption = 
      'Use this form to set service-specific and default port settings.' +
      '  You can set the name and default ports the XAMPP Control Panel' +
      ' will check.  Do not include spaces or quotes in names.  This do' +
      'es NOT change the ports that the services and programs use.  You' +
      ' still need to change those in the services'#39' configuration files' +
      '.'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object gApache: TGroupBox
    Left = 8
    Top = 128
    Width = 371
    Height = 81
    Caption = 'Apache Settings'
    TabOrder = 0
    object lApacheName: TLabel
      Left = 16
      Top = 24
      Width = 79
      Height = 16
      Caption = 'Service Name'
    end
    object lApacheMain: TLabel
      Left = 220
      Top = 24
      Width = 54
      Height = 16
      Caption = 'Main Port'
    end
    object lApacheSSL: TLabel
      Left = 296
      Top = 24
      Width = 49
      Height = 16
      Caption = 'SSL Port'
    end
    object tApacheName: TEdit
      Left = 16
      Top = 46
      Width = 190
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object tApacheMain: TEdit
      Left = 220
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object tApacheSSL: TEdit
      Left = 296
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
  end
  object gMySQL: TGroupBox
    Left = 385
    Top = 128
    Width = 288
    Height = 81
    Caption = 'MySQL Settings'
    TabOrder = 1
    object lMySQLMain: TLabel
      Left = 212
      Top = 24
      Width = 54
      Height = 16
      Caption = 'Main Port'
    end
    object lMySQLName: TLabel
      Left = 16
      Top = 24
      Width = 79
      Height = 16
      Caption = 'Service Name'
    end
    object tMySQLMain: TEdit
      Left = 212
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object tMySQLName: TEdit
      Left = 16
      Top = 46
      Width = 190
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object gFileZilla: TGroupBox
    Left = 8
    Top = 215
    Width = 371
    Height = 83
    Caption = 'FileZilla Settings'
    TabOrder = 2
    object lFileZillaMain: TLabel
      Left = 220
      Top = 24
      Width = 54
      Height = 16
      Caption = 'Main Port'
    end
    object lFileZillaName: TLabel
      Left = 16
      Top = 24
      Width = 79
      Height = 16
      Caption = 'Service Name'
    end
    object lFileZillaAdmin: TLabel
      Left = 296
      Top = 24
      Width = 63
      Height = 16
      Caption = 'Admin Port'
    end
    object tFileZillaMain: TEdit
      Left = 220
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object tFileZillaName: TEdit
      Left = 16
      Top = 46
      Width = 190
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object tFileZillaAdmin: TEdit
      Left = 296
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
  end
  object gMercury: TGroupBox
    Left = 8
    Top = 304
    Width = 371
    Height = 135
    Caption = 'Mercury Settings'
    TabOrder = 3
    object lMercuryP1: TLabel
      Left = 29
      Top = 24
      Width = 34
      Height = 16
      Caption = 'Port 1'
    end
    object lMercuryP2: TLabel
      Left = 114
      Top = 24
      Width = 34
      Height = 16
      Caption = 'Port 2'
    end
    object lMercuryP3: TLabel
      Left = 200
      Top = 24
      Width = 34
      Height = 16
      Caption = 'Port 3'
    end
    object lMercuryP4: TLabel
      Left = 287
      Top = 24
      Width = 34
      Height = 16
      Caption = 'Port 4'
    end
    object lMercuryP5: TLabel
      Left = 29
      Top = 72
      Width = 34
      Height = 16
      Caption = 'Port 5'
    end
    object lMercuryP6: TLabel
      Left = 113
      Top = 72
      Width = 34
      Height = 16
      Caption = 'Port 6'
    end
    object lMercuryP7: TLabel
      Left = 200
      Top = 72
      Width = 34
      Height = 16
      Caption = 'Port 7'
    end
    object tMercuryP1: TEdit
      Left = 16
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object tMercuryP2: TEdit
      Left = 98
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object tMercuryP3: TEdit
      Left = 185
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object tMercuryP4: TEdit
      Left = 276
      Top = 46
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object tMercuryP5: TEdit
      Left = 16
      Top = 94
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object tMercuryP6: TEdit
      Left = 98
      Top = 94
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
    end
    object tMercuryP7: TEdit
      Left = 185
      Top = 94
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 6
    end
  end
  object gTomcat: TGroupBox
    Left = 385
    Top = 215
    Width = 288
    Height = 146
    Caption = 'Tomcat Settings'
    TabOrder = 4
    object lTomcatMain: TLabel
      Left = 212
      Top = 26
      Width = 54
      Height = 16
      Caption = 'Main Port'
    end
    object lTomcatHTTP: TLabel
      Left = 216
      Top = 88
      Width = 58
      Height = 16
      Caption = 'HTTP Port'
    end
    object lTomcatAJP: TLabel
      Left = 128
      Top = 88
      Width = 47
      Height = 16
      Caption = 'AJP Port'
    end
    object lTomcatName: TLabel
      Left = 16
      Top = 26
      Width = 79
      Height = 16
      Caption = 'Service Name'
    end
    object tTomcatMain: TEdit
      Left = 212
      Top = 48
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object tTomcatHTTP: TEdit
      Left = 213
      Top = 110
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object tTomcatAJP: TEdit
      Left = 128
      Top = 110
      Width = 61
      Height = 26
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object tTomcatName: TEdit
      Left = 16
      Top = 48
      Width = 190
      Height = 24
      TabOrder = 3
    end
  end
  object bCancel: TButton
    Left = 565
    Top = 400
    Width = 75
    Height = 25
    Caption = 'Cancel'
    TabOrder = 5
    OnClick = bCancelClick
  end
  object bSave: TButton
    Left = 449
    Top = 400
    Width = 75
    Height = 25
    Caption = 'Save'
    TabOrder = 6
    OnClick = bSaveClick
  end
end
