;double-click a picture in a document

object ShpFormatForm: TShpFormatForm2
  Caption = 'Imagen'
  ClientHeight = 372
  ClientWidth = 480
  object PageControl: TPageControl
    Left = 9
    Top = 9
    Width = 462
    Height = 322
    object WrapSheet: TTabSheet
      Caption = 'Ajuste de Texto'
      object WrappingStyleLbl: TLabel
        Left = 10
        Top = 10
        Caption = 'Estilo de ajuste'
      end
      object WrapBevel: TBevel
        Left = 93
        Top = 16
        Width = 350
        Height = 2
      end
      object WrapStylePanel: TPanel
        Top = 25
        Width = 454
        Height = 95
        BevelOuter = bvNone
      end
      object WrapOnSideLbl: TLabel
        Left = 10
        Top = 124
        Caption = 'Ajustar texto'
      end
      object BothSidesBtn: TRadioButton
        Left = 55
        Top = 143
        Caption = 'ambos &lados'
        OnClick = ControlChange
      end
      object LSideBtn: TRadioButton
        Left = 145
        Top = 143
        Caption = '&solo izquierdo'
        OnClick = ControlChange
      end
      object RSideBtn: TRadioButton
        Left = 240
        Top = 143
        Caption = '&solo derecho'
        OnClick = ControlChange
      end
      object LargestSideBtn: TRadioButton
        Left = 330
        Top = 143
        Caption = 'solo el más &grande'
        OnClick = ControlChange
      end
      object DistLbl: TLabel
        Left = 10
        Top = 170
        Caption = 'Distancia del texto'
      end
      object DistBevel: TBevel
        Left = 108
        Top = 176
        Width = 335
        Height = 2
      end
      object TDistLbl: TLabel
        Left = 149
        Top = 196
        Caption = '&Superior:'
      end
      object TDistEdt: TUpDownEdit
        Left = 196
        Top = 192
        OnValChange = ControlChange
      end
      object LDistLbl: TLabel
        Left = 17
        Top = 226
        Caption = 'I&zquierda:'
      end
      object LDistEdt: TUpDownEdit
        Left = 69
        Top = 222
        OnValChange = ControlChange
      end
      object RDistLbl: TLabel
        Left = 268
        Top = 226
        Caption = 'De&recha:'
      end
      object RDistEdt: TUpDownEdit
        Left = 315
        Top = 222
        OnValChange = ControlChange
      end
      object BDistLbl: TLabel
        Left = 149
        Top = 256
        Caption = '&Inferior:'
      end
      object BDistEdt: TUpDownEdit
        Left = 196
        Top = 252
        OnValChange = ControlChange
      end
    end
    object PosSheet: TTabSheet
      Caption = 'Posición'
      object HorPosLbl: TLabel
        Left = 10
        Top = 10
        Caption = 'Horizontal'
      end
      object HorPosBevel: TBevel
        Left = 69
        Top = 16
        Width = 374
        Height = 2
      end
      object HorAlignBtn: TRadioButton
        Left = 10
        Top = 37
        Caption = '&Alineación'
        OnClick = ControlChange
      end
      object HorAlignBox: TComboBox
        Left = 126
        Top = 35
        Width = 105
        Style = csDropDownList
        Items.Strings = (
          'Izquierda'
          'Centrada'
          'Derecha')
        OnChange = ControlChange
      end
      object HorAlignRelLbl: TLabel
        Left = 248
        Top = 39
        Caption = 'relativa a'
      end
      object HorAlignRelBox: TComboBox
        Left = 330
        Top = 35
        Width = 110
        Style = csDropDownList
        OnChange = ControlChange
      end
      object HorAbsBtn: TRadioButton
        Left = 10
        Top = 67
        Caption = 'Posición ab&soluta'
        OnClick = ControlChange
      end
      object HorAbsEdit: TUpDownEdit
        Left = 126
        Top = 65
        Width = 87
        OnValChange = ControlChange
      end
      object HorAbsRelLbl: TLabel
        Left = 248
        Top = 69
        Caption = 'a la derecha de'
      end
      object HorAbsRelBox: TComboBox
        Left = 330
        Top = 65
        Width = 110
        Style = csDropDownList
        OnChange = ControlChange
      end
      object VerPosLbl: TLabel
        Left = 10
        Top = 108
        Caption = 'Vertical'
      end
      object VerPosBevel: TBevel
        Left = 60
        Top = 114
        Width = 383
        Height = 2
      end
      object VerPosPanel: TPanel
        Top = 130
        Width = 126
        Height = 57
        BevelOuter = bvNone
        object VerAlignBtn: TRadioButton
          Left = 10
          Top = 5
          Caption = 'Alineación'
          OnClick = ControlChange
        end
        object VerAbsBtn: TRadioButton
          Left = 10
          Top = 35
          Caption = 'Posición absoluta'
          OnClick = ControlChange
        end
      end
      object VerAlignBox: TComboBox
        Left = 126
        Top = 133
        Width = 105
        Style = csDropDownList
        Items.Strings = (
          'Superior'
          'Centrada'
          'Inferior')
        OnChange = ControlChange
      end
      object VerAlignRelLbl: TLabel
        Left = 248
        Top = 137
        Caption = 'relativa a'
      end
      object VerAlignRelBox: TComboBox
        Left = 330
        Top = 133
        Width = 110
        Style = csDropDownList
        OnChange = ControlChange
      end
      object VerAbsEdit: TUpDownEdit
        Left = 126
        Top = 163
        Width = 87
        OnValChange = ControlChange
      end
      object VerAbsRelLbl: TLabel
        Left = 248
        Top = 167
        Caption = 'debajo de'
      end
      object VerAbsRelBox: TComboBox
        Left = 330
        Top = 163
        Width = 110
        Style = csDropDownList
        OnChange = ControlChange
      end
    end
    object SizeSheet: TTabSheet
      Caption = 'Tamaño'
      object SizeLbl: TLabel
        Left = 10
        Top = 10
        Caption = 'Tamaño'
      end
      object SizeBevel: TBevel
        Left = 43
        Top = 16
        Width = 400
        Height = 2
      end
      object WidthLbl: TLabel
        Left = 25
        Top = 39
        Caption = '&Ancho:'
      end
      object WidthEdit: TUpDownEdit
        Left = 80
        Top = 35
        Width = 92
        OnValChange = ControlChange
      end
      object HeightLbl: TLabel
        Left = 251
        Top = 39
        Caption = '&Altura:'
      end
      object HeightEdit: TUpDownEdit
        Left = 306
        Top = 35
        Width = 92
        OnValChange = ControlChange
      end
      object ScaleLbl: TLabel
        Left = 10
        Top = 71
        Caption = 'Escala'
      end
      object ScaleBevel: TBevel
        Left = 50
        Top = 77
        Width = 393
        Height = 2
      end
      object ScaleXLbl: TLabel
        Left = 25
        Top = 100
        Caption = 'Ancho:'
      end
      object ScaleXEdit: TUpDownEdit
        Left = 80
        Top = 96
        Width = 92
        SepDigits = 0
        OnValChange = ControlChange
        Increment = 1
      end
      object ScaleYLbl: TLabel
        Left = 251
        Top = 100
        Caption = 'Altura:'
      end
      object ScaleYEdit: TUpDownEdit
        Left = 306
        Top = 96
        Width = 92
        SepDigits = 0
        OnValChange = ControlChange
        Increment = 1
      end
      object LockAspectBox: TCheckBox
        Left = 25
        Top = 135
        Caption = '&Mantener proporción'
        OnClick = ControlChange
      end
      object ZoomPageBox: TCheckBox
        Left = 251
        Top = 135
        Caption = 'Zoom para &ajustar página'
        OnClick = ControlChange
      end
      object InfoLbl: TLabel
        Left = 10
        Top = 170
        Caption = 'Información'
      end
      object InfoBevel: TBevel
        Left = 43
        Top = 176
        Width = 400
        Height = 2
      end
      object InfoLbl2: TLabel
        Left = 25
        Top = 198
        Width = 419
        Height = 91
        AutoSize = False
      end
    end
    object AltSheet: TTabSheet
      Caption = 'Texto alternativo'
      object AltMemo: TMemo
        Left = 10
        Top = 10
        Width = 434
        Height = 200
        OnChange = ControlChange
      end
      object AltLbl: TLabel
        Left = 10
        Top = 220
        Width = 434
        Height = 91
        AutoSize = False
        Caption = 'Se utiliza un texto alternativo al guardar en formato HTML o en eBook.'#13'Los navegadores web muestran un texto alternativo cuando falte un archivo gráfico.'#13'Este texto también se utiliza con fines de accesibilidad.'
      end
    end
  end
end