;the "File | Save Special | Save As eBook..." menu command, "Fonts: Save and embed", the "Exceptions..." button

object EbookEmbedForm: TEbookEmbedForm
  Caption = 'Excepciones de incrustación de fuentes'
  ClientHeight = 345
  ClientWidth = 248
  object Lbl: TLabel
    Left = 10
    Top = 10
    Width = 217
    Height = 26
    AutoSize = False
    Caption = 'Marque las casillas para las fuentes que nunca deben incrustarse en sus eBooks:'
  end
  object LstBx: TCheckListBox
    Left = 10
    Top = 45
    Width = 227
    Height = 245
  end
end