;the "Apply document template" command from the "File" category

object ApplyTemplateForm: TApplyTemplateForm
  Caption = 'Aplicar plantilla de documento'
  ClientHeight = 232
  ClientWidth = 319
  object IntroLbl: TLabel
    Left = 9
    Top = 10
    Width = 300
    Height = 50
    AutoSize = False
    Caption = 'Elija el documento cuyas estilos y configuraciones'#13'de página desea aplicar al documento activo:'
    Font.Style = [fsBold]
  end
  object LstBx: TListBox
    Left = 9
    Top = 50
    Width = 300
    Height = 134
    OnClick = ControlChange
  end
  object PreviewChkBx: TCheckBox
    Left = 9
    Top = 190
    Caption = 'Habilitar vista &previa'
    OnClick = ControlChange
  end
end