;displayed when printing documents in duplex (two-sided) mode

object TwoSidePrintForm: TTwoSidePrintForm
  Caption = 'Impresión a doble cara (%s)'
;%s - a printer name
  ClientHeight = 195
  ClientWidth = 372
  object PageCtrl: TPageControl
    Left = 5
    Top = 5
    Width = 361
    Height = 151
    ActivePage = Step1TabSheet
    object Step1TabSheet: TTabSheet
      TabVisible = False
      object Step1Img: TImage
        Left = 10
        Top = 10
        Width = 150
        Height = 120
        AutoSize = True
      end
      object Step1Lbl: TLabel
        Left = 173
        Top = 41
        Width = 160
        Height = 75
        AutoSize = False
        Caption = 'Por favor, coloque %d hoja(s) de papel en blanco en la bandeja de entrada de su impresora, luego haga clic en OK.'
        Font.Style = [fsBold]
      end
    end
    object Step2TabSheet: TTabSheet
      TabVisible = False
      object Step2Img: TImage
        Left = 10
        Top = 10
        Width = 150
        Height = 120
        AutoSize = True
      end
      object Step2Lbl: TLabel
        Left = 173
        Top = 16
        Width = 160
        Height = 93
        AutoSize = False
        Font.Style = [fsBold]
      end
      object TipBtn: TButton
        Left = 226
        Top = 114
        Width = 120
        Height = 20
        Caption = 'Consejo im&portante...'
        OnClick = TipBtnClick
      end
    end
  end
end