;the "Tools | Envelopes..." menu command (a different design when an attached envelope selected in the document)

object EnvelopeForm: TEnvelopeForm
  Caption = 'Sobres'
  ClientHeight = 402
  ClientWidth = 625
  object PrintPanel: TPanel
    Left = 8
    Top = 7
    Width = 230
    Height = 69
    BevelOuter = bvNone
    object AddresseeRadBtn1: TRadioButton
      Top = 17
      Caption = 'Crear sobre para un &único destinatario'
      Checked = True
      OnClick = ControlChange
    end
    object AddresseeRadBtn2: TRadioButton
      Top = 34
      Caption = 'Crear sobres para &múltiples destinatarios'
      OnClick = ControlChange
    end
    object AddresseeRadBtn3: TRadioButton
      Top = 51
      Caption = 'Imprimir seleccionado(s) en el documento'
      OnClick = ControlChange
    end
  end
  object DelivAddrLbl: TLabel
    Left = 8
    Top = 94
    Width = 99
    Caption = 'Dirección de &entrega:'
    Font.Style = [fsBold]
  end
  object DelivAddrMemo: TMemo
    Left = 8
    Top = 111
    Width = 230
    Height = 109
  end
  object DelivAddr2Lbl: TLabel
    Left = 8
    Top = 94
    Caption = 'Destinatario:'
    Font.Style = [fsBold]
  end
  object MailListEdt: TEdit
    Left = 8
    Top = 111
    Width = 206
    Color = -2147483633
    ReadOnly = True
  end
  object DelivAddr3Lbl: TLabel
    Left = 8
    Top = 135
    Width = 227
    Height = 28
    AutoSize = False
    Caption = 'Los sobres se imprimirán para todas las direcciones seleccionadas.'
  end
  object OmitChkBx: TCheckBox
    Left = 180
    Top = 237
    Caption = 'Omitir'
    OnClick = ControlChange
  end
  object RetAddrLbl: TLabel
    Left = 8
    Top = 239    
    Caption = '&Remitente:'
    Font.Style = [fsBold]
  end
  object RetAddrMemo: TMemo
    Left = 8
    Top = 256
    Width = 230
    Height = 109
  end
  object OptGrpBx: TGroupBox
    Left = 250
    Top = 6
    Width = 368
    Height = 359
    Caption = 'Opciones'
    object OptionPanel: TPanel
      Left = 2
      Top = 15
      Width = 331
      Height = 342
      Align = alClient
      BevelOuter = bvNone
      object SizeLbl: TLabel
        Left = 7
        Top = 4
        Caption = 'Tamaño del sobre:'
        Font.Style = [fsBold]
      end
      object SizeCmbBx: TComboBox
        Left = 125
        Width = 228
        Style = csDropDownList
        OnChange = ControlChange
      end
      object WidthLbl: TLabel
        Left = 85
        Top = 29
        Caption = 'Ancho:'
      end
      object WidthUpDnEdt: TUpDownEdit
        Left = 126
        Top = 26
        OnValChange = ControlChange
      end
      object HeightLbl: TLabel
        Left = 225
        Top = 29
        Caption = 'Altura:'
      end
      object HeightUpDnEdt: TUpDownEdit
        Left = 264
        Top = 26
        OnValChange = ControlChange
      end
      object DelivOptLbl: TLabel
        Left = 7
        Top = 57
        Caption = 'Dirección de entrega:'
        Font.Style = [fsBold]
      end
      object DelivAddrLeftLbl: TLabel
        Left = 7
        Top = 82
        Caption = 'Desde la izquierda:'
      end
      object DelivAddrLeftUpDnEdt: TUpDownEdit
        Left = 126
        Top = 79
        Width = 36
        TailString = '%'
        OnValChange = ControlChange
        Increment = 100
      end
      object DelivAddrLeftLbl2: TLabel
        Left = 185
        Top = 82
      end
      object DelivAddrTopLbl: TLabel
        Left = 7
        Top = 105
        Caption = 'Desde la parte superior:'
      end
      object DelivAddrTopUpDnEdt: TUpDownEdit
        Left = 126
        Top = 102
        Width = 36
        TailString = '%'
        OnValChange = ControlChange
        Increment = 100
      end
      object DelivAddrTopLbl2: TLabel
        Left = 185
        Top = 105
      end
      object DelivAddrFntBtn: TButton
        Left = 292
        Top = 88
        Width = 60
        Height = 21
        Caption = 'Fuente...'
        OnClick = AddrFntBtnClick
      end
      object RetOptLbl: TLabel
        Left = 7
        Top = 134
        Caption = 'Dirección del remitente:'
        Font.Style = [fsBold]
      end
      object RetAddrLeftLbl: TLabel
        Left = 7
        Top = 156
        Caption = 'Desde la izquierda:'
      end
      object RetAddrLeftUpDnEdt: TUpDownEdit
        Left = 126
        Top = 153
        Width = 36
        TailString = '%'
        OnValChange = ControlChange
        Increment = 100
      end
      object RetAddrLeftLbl2: TLabel
        Left = 185
        Top = 156
      end
      object RetAddrTopLbl: TLabel
        Left = 7
        Top = 179
        Caption = 'Desde la parte superior:'
      end
      object RetAddrTopUpDnEdt: TUpDownEdit
        Left = 126
        Top = 176
        Width = 36
        TailString = '%'
        OnValChange = ControlChange
        Increment = 100
      end
      object RetAddrTopLbl2: TLabel
        Left = 185
        Top = 179
      end
      object RetAddrFntBtn: TButton
        Left = 292
        Top = 162
        Width = 60
        Height = 21
        Caption = 'Fuente...'
        OnClick = AddrFntBtnClick
      end
      object PreviewLbl: TLabel
        Left = 172
        Top = 204
        Caption = 'Vista previa:'
        Font.Style = [fsBold]
      end
      object PreviewPanel: TPanel
        Left = 172
        Top = 222
        Width = 185
        Height = 113
        BevelInner = bvRaised
        BevelOuter = bvLowered
        object PreviewPaintBx: TPaintBox
          Left = 2
          Top = 2
          Width = 166
          Height = 109
          Align = alClient
          OnPaint = PreviewPaintBxPaint
        end
      end
    end
    object FeedPanel: TPanel
      Left = 6
      Top = 218
      Width = 162
      Height = 138
      BevelOuter = bvNone
      object FeedLbl: TLabel
        Left = 3
        Top = 1
        Caption = 'Método de alimentación:'
        Font.Style = [fsBold]
      end
      object Feed1LstBx: TListBox
        Left = 3
        Top = 19
        Width = 41
        Height = 46
      end
      object Feed2LstBx: TListBox
        Left = 48
        Top = 19
        Width = 42
        Height = 46
      end
      object Feed3LstBx: TListBox
        Left = 94
        Top = 19
        Width = 42
        Height = 46
      end
      object Feed4LstBx: TListBox
        Left = 3
        Top = 69
        Width = 41
        Height = 46
      end
      object Feed5LstBx: TListBox
        Left = 48
        Top = 69
        Width = 42
        Height = 46
      end
      object Feed6LstBx: TListBox
        Left = 94
        Top = 69
        Width = 42
        Height = 46
      end
      object FaceUpRadBtn: TRadioButton
        Left = 2
        Top = 118
        Caption = '&Boca &arriba'
        OnClick = ControlChange
      end
      object FaceDnRadBtn: TRadioButton
        Left = 82
        Top = 118
        Caption = '&Boca abajo'
        OnClick = ControlChange
      end
    end
  end
  object PrintBtn: TButton
    Left = 250
    Top = 373
    Width = 100
    Caption = '&Imprimir'
    Default = True
    OnClick = OKBtnClick
  end
  object AddToDocBtn: TButton
    Left = 356
    Top = 373
    Width = 115
    Caption = 'Añadir al &documento'
    OnClick = OKBtnClick
  end
  object CloseBtn: TButton
    Left = 523
    Top = 373
    Width = 80
    Cancel = True
    Caption = 'Cerrar'
    ModalResult = 2
    OnClick = OKBtnClick
  end
end