object RefEditDlg: TRefEditDlg
  Left = 127
  Top = 104
  HelpContext = 52
  BorderStyle = bsDialog
  Caption = 'Propiedades de Acceso directo'
  ClientHeight = 373
  ClientWidth = 342
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  TextHeight = 13
  object TabPanel: TTabPanel
    Left = 4
    Top = 6
    Width = 334
    Height = 332
    Tabs.Strings = (
      'General')
    TabHeight = 20
    TabIndex = 0
    Notebook = Notebook
    ParentColor = True
    TabOrder = 0
    TabStop = True
    object Notebook: TNotebook
      Left = 1
      Top = 21
      Width = 331
      Height = 309
      Align = alClient
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'General'
        object TargetBevel: TBevel
          Left = 12
          Top = 114
          Width = 46
          Height = 17
          Style = bsRaised
        end
        object Label1: TLabel
          Left = 12
          Top = 84
          Width = 39
          Height = 13
          Caption = '&Nombre:'
          FocusControl = CapEdit
        end
        object Label2: TLabel
          Left = 12
          Top = 256
          Width = 47
          Height = 13
          Caption = '&Icono:'
          FocusControl = IconEdit
        end
        object BrowseIcon: TStyleSpeed
          Left = 296
          Top = 251
          Width = 22
          Height = 22
          OnClick = BrowseIconClick
          Style = sbWin95
        end
        object BrowseTarget: TStyleSpeed
          Left = 296
          Top = 111
          Width = 22
          Height = 22
          OnClick = BrowseTargetClick
          Style = sbWin95
        end
        object Bevel1: TBevel
          Left = 12
          Top = 60
          Width = 308
          Height = 4
          Shape = bsBottomLine
        end
        object Bevel2: TBevel
          Left = 12
          Top = 144
          Width = 308
          Height = 4
          Shape = bsBottomLine
        end
        object CaptionLabel: TLabel
          Left = 76
          Top = 24
          Width = 62
          Height = 13
          Caption = 'CaptionLabel'
        end
        object TargetIcon: TImage
          Left = 16
          Top = 16
          Width = 32
          Height = 32
        end
        object TargetLabel: TLabel
          Left = 14
          Top = 116
          Width = 42
          Height = 13
          Hint = 'Haga clic para cambiar el tipo de acceso directo o alias'
          Alignment = taCenter
          AutoSize = False
          Caption = 'Objetivo:'
          FocusControl = TargetEdit
          OnClick = TargetEditExit
          OnMouseDown = TargetLabelMouseDown
          OnMouseUp = TargetLabelMouseUp
        end
        object CapEdit: TEdit
          Left = 76
          Top = 80
          Width = 213
          Height = 20
          Cursor = crIBeam
          MaxLength = 79
          TabOrder = 0
          OnExit = CapEditExit
        end
        object TargetEdit: TEdit
          Left = 76
          Top = 112
          Width = 213
          Height = 20
          Cursor = crIBeam
          MaxLength = 79
          TabOrder = 1
          OnExit = TargetEditExit
        end
        object IconEdit: TEdit
          Left = 76
          Top = 252
          Width = 213
          Height = 20
          CharCase = ecLowerCase
          MaxLength = 79
          ParentShowHint = False
          ShowHint = False
          TabOrder = 2
          OnExit = TargetEditExit
        end
        object FilePanel: TPanel
          Left = 4
          Top = 152
          Width = 321
          Height = 95
          BevelOuter = bvNone
          TabOrder = 3
          object Label3: TLabel
            Left = 8
            Top = 12
            Width = 36
            Height = 13
            Caption = '&Iniciar en:'
            FocusControl = FolderEdit
          end
          object BrowseFolder: TStyleSpeed
            Left = 292
            Top = 7
            Width = 22
            Height = 22
            OnClick = BrowseFolderClick
            Style = sbWin95
          end
          object Label4: TLabel
            Left = 8
            Top = 44
            Width = 30
            Height = 13
            Caption = 'Mos&trar:'
            FocusControl = ShowCombo
          end
          object FolderEdit: TEdit
            Left = 72
            Top = 8
            Width = 213
            Height = 20
            Cursor = crIBeam
            CharCase = ecLowerCase
            MaxLength = 79
            ParentShowHint = False
            ShowHint = False
            TabOrder = 0
          end
          object ShowCombo: TComboBox
            Left = 72
            Top = 40
            Width = 213
            Height = 20
            Style = csDropDownList
            ItemHeight = 13
            Items.Strings = (
              'Normal'
              'Minimizado'
              'Maximizado'
              'Oculto')
            TabOrder = 1
          end
          object DocFolder: TCheckBox
            Left = 8
            Top = 72
            Width = 283
            Height = 17
            Caption = 'Utilizar la carpeta de documentos para los archivos soltados'
            TabOrder = 2
          end
        end
      end
    end
  end
  object OKBtn: TPicBtn
    Left = 88
    Top = 344
    Width = 80
    Height = 25
    TabOrder = 1
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 172
    Top = 344
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object HelpBtn: TPicBtn
    Left = 256
    Top = 344
    Width = 80
    Height = 25
    Caption = 'Ayuda'
    TabOrder = 3
    Kind = bkHelp
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object IconDialog: TIconDialog
    Left = 4
    Top = 342
  end
  object OpenDialog: TOpenDialog
    Filter = 'Programas|*.exe;*.com;*.bat;*.pif|Todos los archivos|*.*'
    Options = [ofHideReadOnly]
    Left = 36
    Top = 342
  end
end
