;the "Format | List..." menu command

object ListForm: TListForm
  ClientHeight = 487
  ClientWidth = 584
  object PreviewLbl: TLabel
    Left = 12
    Top = 9
    Caption = 'Vista previa:'
  end
  object PreviewPntBx: TPaintBox
    Left = 12
    Top = 30
    Width = 120
    Height = 170
    OnPaint = PreviewPntBxPaint
  end
  object TabCtrl1: TTabControl
    Left = 142
    Top = 6
    Width = 438
    Height = 200
    Tabs.Strings = (
      '   Con viñetas simples   '
      '   Numeración simple   '
      '   Lista multinivel ')
    OnChange = TabCtrl1Change
    object LvlPanel: TPanel
      Left = 8
      Top = 25
      Width = 35
      Height = 169
      BevelOuter = bvNone
      object LvlLbl: TLabel
        Caption = '&Nivel:'
      end
      object LvlLstBx: TListBox
        Top = 19
        Width = 29
        Height = 147
        ItemHeight = 15
        Items.Strings = (
          '1'
          '2'
          '3'
          '4'
          '5'
          '6'
          '7'
          '8'
          '9')
        Style = lbOwnerDrawFixed
        OnClick = ControlChange
      end
    end
    object LvlTypePanel: TPanel
      Left = 48
      Top = 25
      Width = 326
      Height = 21
      BevelOuter = bvNone
      object LvlTypeLbl: TLabel
        Caption = 'Tipo de nivel:'
      end
      object BulLvlRadBtn: TRadioButton
        Left = 70
        Caption = 'con &viñetas'
        OnClick = ControlChange
      end
      object NumLvlRadBtn: TRadioButton
        Left = 150
        Caption = '&numerado'
        OnClick = ControlChange
      end
      object Bevel: TBevel
        Top = 19
        Width = 326
        Height = 2
        Align = alBottom
      end
    end
    object BulLvlPanel: TPanel
      Left = 48
      Top = 50
      Width = 335
      Height = 143
      BevelOuter = bvNone
      object BulLbl: TLabel
        Top = 5
        Caption = 'Viñeta:'
      end
      object BulPntBx: TPaintBox
        Left = 40
        Top = 5
        Width = 69
        Height = 69
        OnPaint = BulPntBxPaint
      end
      object BulSymbolBtn: TButton
        Left = 118
        Top = 5
        Width = 58
        Caption = '&Símbolo...'
        OnClick = BulSymbolBtnClick
      end
      object BulFntBtn: TButton
        Left = 179
        Top = 5
        Width = 131
        Caption = 'Propiedades de &fuente...'
        OnClick = FntBtnClick
      end
      object BulPicBtn: TButton
        Left = 118
        Top = 29
        Width = 58
        Caption = '&Imagen...'
        OnClick = BulPicBtnClick
      end
      object BulPicSizeBtn: TButton
        Left = 179
        Top = 29
        Width = 131
        Caption = 'Tamaño de la &imagen...'
        OnClick = BulPicSizeBtnClick
      end
      object FollowBulLbl: TLabel
        Top = 101
        Caption = 'Sigue la &viñeta con:'
      end
      object FollowBulCmbBx: TComboBox
        Top = 120
        Width = 104
        Style = csDropDownList
        Items.Strings = (
          'Tabulación'
          'Espacio'
          'Nada')
        OnChange = ControlChange
      end
      object IndentBulLbl: TLabel
        Left = 118
        Top = 101
        Caption = '&Sangría de la viñeta en:'
      end
      object IndentBulUpDnEdt: TUpDownEdit
        Left = 238
        Top = 98
        Width = 55
        OnValChange = ControlChange
      end
      object IndentTextLbl: TLabel
        Left = 118
        Top = 123
        Caption = 'Sangría del te&xto en:'
      end
      object IndentTextUpDnEdt: TUpDownEdit
        Left = 238
        Top = 120
        Width = 55
        OnValChange = ControlChange
      end
    end
    object NumLvlPanel: TPanel
      Left = 48
      Top = 50
      Width = 335
      Height = 143
      BevelOuter = bvNone
      object NumStyleLbl: TLabel
        Caption = 'Est&ilo de núme&ro:'
      end
      object NumStyleCmbBx: TComboBox
        Top = 14
        Width = 145
        Style = csDropDownList
        Items.Strings = (
          '1, 2, 3, ...'
          'I, II, III, ...'
          'i, ii, iii, ...'
          'A, B, C, ...'
          'a, b, c, ...'
          '%s, %s, %s, ...'
          '%s, %s, %s, ...'
          '%s, %s, %s, ...'
          '01, 02, 03, ...')
        OnChange = ControlChange
      end
      object NumFntBtn: TButton
        Top = 39
        Width = 56
        Caption = '&Fuente...'
        OnClick = FntBtnClick
      end
      object StartAtLbl: TLabel
        Top = 65
        Caption = 'Co&menzar en:'
      end
      object StartAtUpDnEdt: TUpDownEdit
        Left = 96
        Top = 61
        Width = 31
        SepDigits = 0
        OnValChange = ControlChange
        Increment = 1
      end
      object LvlTxtLbl: TLabel
        Left = 154
        Top = 3
        Caption = '&Texto:'
      end
      object PrevLvlNumLbl: TLabel
        Left = 154
        Top = 23
        Width = 81
        Height = 29
        AutoSize = False
        Caption = 'Insertar núm&ero'#13'de nivel:'
      end
      object PrevLvlNumCmbBx: TComboBox
        Left = 247
        Top = 26
        Width = 75
        Height = 22
        Style = csOwnerDrawFixed
        ItemHeight = 16
        OnChange = ControlChange
        OnDrawItem = PrevLvlNumCmbBxDrawItem
      end
      object FollowNumLbl: TLabel
        Left = 154
        Top = 56
        Caption = 'Sigue el &texto con:'
      end
      object FollowNumCmbBx: TComboBox
        Left = 247
        Top = 52
        Width = 75
        Style = csDropDownList
        Items.Strings = (
          'Tabulación'
          'Espacio'
          'Nada')
        OnChange = ControlChange
      end
      object RestartChkBx: TCheckBox
        Top = 82
        Caption = 'Re&iniciar después de nivel superior'
        OnClick = ControlChange
      end
      object LegalNumChkBx: TCheckBox
        Left = 190
        Top = 82
        Caption = 'Numeración de estilo le&gal'
        OnClick = ControlChange
      end
      object NumAlignCmbBx: TComboBox
        Top = 99
        Width = 145
        Style = csDropDownList
        Items.Strings = (
          'Número alineado a la izquierda en:'
          'Número centrado en:'
          'Número alineado a la derecha en:')
        OnChange = ControlChange
      end
      object NumAlignUpDnEdt: TUpDownEdit
        Top = 120
        Width = 127
        OnValChange = ControlChange
      end
      object IndentParTextLbl: TLabel
        Left = 154
        Top = 105
        Caption = 'Sangría del párrafo de te&xto en:'
      end
      object IndentParTextUpDnEdt: TUpDownEdit
        Left = 154
        Top = 120
        Width = 149
        OnValChange = ControlChange
      end
    end
    object NoListPanel: TPanel
      Left = 4
      Top = 24
      Width = 377
      Height = 172
      Align = alClient
      BevelOuter = bvNone
      object NoListLbl1: TLabel
        Left = 20
        Top = 30
        Width = 365
        Height = 115
        AutoSize = False
        Caption = 'La especificación actual es "sin lista".'#13#13#13 +
                  'Si lo desea, puede definir un formato de lista manualmente.'#13'Haga clic en la pestaña correspondiente arriba.'#13#13#13 +
                  'También puede cargar un formato de lista preestablecido de la Galería de Listas de Atlantis a continuación.'
      end
      object NoListLbl2: TLabel
        Left = 20
        Top = 25
        Width = 365
        Height = 160
        AutoSize = False
        Caption = 'La selección del documento contiene varias listas o una mezcla de listas'#13'y texto no listado.'#13#13#13 +
                  'Si lo desea, puede definir un formato de lista manualmente.'#13'Haga clic en la pestaña correspondiente arriba.'#13#13#13 +
                  'También puede cargar un formato de lista preestablecido de la Galería de Listas de Atlantis a continuación.'
      end
      object NoListLbl3: TLabel
        Left = 5
        Top = 20
        Width = 360
        Height = 140
        AutoSize = False
        Caption = 'Este estilo actualmente no tiene propiedades de formato de lista.'#13#13 +
                  'Las propiedades de formato de lista pueden especificarse para este estilo de dos maneras:'#13#13 +
                  '1) Haga clic en la pestaña correspondiente arriba y especifique las propiedades deseadas manualmente.'#13#13 +
                  '2) Cargue un formato de lista preestablecido de la Galería de Listas de Atlantis a continuación.'
      end
      object NoListLbl4: TLabel
        Left = 5
        Top = 10
        Width = 395
        Height = 160
        AutoSize = False
        Caption = 'Este estilo actualmente no tiene propiedades de formato de lista. Las propiedades de formato de lista pueden especificarse para este estilo de tres maneras:'#13#13 +
                  '1) Haga clic en la pestaña correspondiente arriba y especifique las propiedades deseadas manualmente.'#13 +
                  '2) Cargue un formato de lista preestablecido de la Galería de Listas de Atlantis a continuación.'#13 +
                  '3) Elija un formato de lista de los "Formatos de listas controlados por estilo" disponibles a continuación y asócielo con el estilo actual. ' +
                  'A partir de ahora, las propiedades de formato de lista del estilo actual se utilizarán automáticamente en combinación con las de cualquier otro estilo(s) ya asociado con el formato de lista elegido.'
      end
    end
  end
  object TabCtrl2: TTabControl
    Left = 4
    Top = 215
    Width = 576
    Height = 230
    Tabs.Strings = (
      '   Galería de listas   '
      '   Formatos de listas controlados por estilo  ')
    OnChange = ControlChange
    object LstBx: TListBox
      Left = 6
      Top = 26
      Width = 484
      Height = 198
      Columns = 4
      ItemHeight = 170
      Style = lbOwnerDrawFixed
      OnClick = LstBxClick
      OnDrawItem = LstBxDrawItem
    end
  end
  object ApplyLbl: TLabel
    Left = 12
    Top = 460
    Caption = '&Aplicar cambios a:'
  end
  object ApplyCmbBx: TComboBox
    Left = 103
    Top = 456
    Width = 129
    Style = csDropDownList
  end
  object StyleHintLbl: TLabel
    Left = 8
    Width = 350
    Height = 35
    AutoSize = False
    Caption = 'Nota: Es de suma importancia especificar qué nivel del formato de lista se asociará con el estilo actual (use el cuadro de Nivel).'
  end
end