object MenuEditDlg: TMenuEditDlg
  Left = 445
  Top = 104
  HelpContext = 51
  BorderStyle = bsDialog
  Caption = 'Editor de men'
  ClientHeight = 373
  ClientWidth = 342
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 13
  object TabPanel: TTabPanel
    Left = 4
    Top = 6
    Width = 333
    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 = 330
      Height = 309
      Align = alClient
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'General'
        object Label1: TLabel
          Left = 12
          Top = 80
          Width = 39
          Height = 13
          Caption = '&Nombre:'
          FocusControl = CaptionEdit
        end
        object Label2: TLabel
          Left = 12
          Top = 116
          Width = 50
          Height = 13
          Caption = 'C&omando:'
          FocusControl = CommandEdit
        end
        object Label3: TLabel
          Left = 12
          Top = 164
          Width = 36
          Height = 13
          Caption = '&Iniciar en:'
          FocusControl = FolderEdit
        end
        object Label5: TLabel
          Left = 12
          Top = 232
          Width = 47
          Height = 13
          Caption = '&Icono:'
        end
        object BrowseIcon: TStyleSpeed
          Left = 296
          Top = 227
          Width = 22
          Height = 22
          OnClick = BrowseIconClick
          Style = sbWin95
        end
        object BrowseFolder: TStyleSpeed
          Left = 296
          Top = 159
          Width = 22
          Height = 22
          OnClick = BrowseFolderClick
          Style = sbWin95
        end
        object BrowseCommand: TStyleSpeed
          Left = 296
          Top = 111
          Width = 22
          Height = 22
          OnClick = BrowseCommandClick
          Style = sbWin95
        end
        object Label4: TLabel
          Left = 12
          Top = 198
          Width = 30
          Height = 13
          Caption = 'Mos&trar:'
          FocusControl = ShowCombo
        end
        object Bevel1: TBevel
          Left = 12
          Top = 60
          Width = 305
          Height = 4
          Shape = bsBottomLine
        end
        object Bevel2: TBevel
          Left = 12
          Top = 144
          Width = 305
          Height = 4
          Shape = bsBottomLine
        end
        object TargetIcon: TImage
          Left = 16
          Top = 16
          Width = 32
          Height = 32
        end
        object CaptionLabel: TLabel
          Left = 76
          Top = 24
          Width = 62
          Height = 13
          Caption = 'CaptionLabel'
        end
        object CaptionEdit: TEdit
          Left = 76
          Top = 78
          Width = 213
          Height = 20
          Cursor = crIBeam
          MaxLength = 79
          TabOrder = 0
          OnExit = CaptionEditExit
        end
        object CommandEdit: TComboBox
          Left = 76
          Top = 112
          Width = 213
          Height = 20
          ItemHeight = 13
          Items.Strings = (
            '$Folder '
            '$LargeIconFolder '
            '$SmallIconFolder '
            '$ListFolder '
            '$Explore'
            '$System'
            '$Bin'
            '$Find'
            '$Help'
            '$Run'
            '$ShutDown'
            '$DesktopProp'
            '$SystemProp'
            '$FileSystemProp'
            '$TaskbarProp'
            '$BinProp'
            '$StartMenuProp'
            '$CascadeBrowsers'
            '$ArrangeIcons'
            '$LineUpIcons'
            '$CloseBrowsers'
            '$ClearDesktop'
            '$MinimizePrograms')
          ParentShowHint = False
          ShowHint = False
          TabOrder = 1
          OnExit = CommandEditExit
        end
        object FolderEdit: TEdit
          Left = 76
          Top = 160
          Width = 213
          Height = 20
          Cursor = crIBeam
          CharCase = ecLowerCase
          MaxLength = 79
          ParentShowHint = False
          ShowHint = False
          TabOrder = 2
        end
        object ShowCombo: TComboBox
          Left = 76
          Top = 194
          Width = 213
          Height = 20
          Style = csDropDownList
          ItemHeight = 13
          Items.Strings = (
            'Normal'
            'Minimizado'
            'Maximizado'
            'Oculto')
          TabOrder = 3
        end
        object IconEdit: TComboBox
          Left = 76
          Top = 228
          Width = 213
          Height = 20
          ItemHeight = 13
          Items.Strings = (
            '<none>'
            '<programs>'
            '<folder>'
            '<find>'
            '<run>'
            '<explorer>'
            '<shutdown>'
            '<settings>'
            '<help>'
            '<documents>'
            '<favorites>'
            '<internet>'
            '<system>'
            '<bin>'
            '<desktop>'
            '<taskbar>'
            '<control>')
          TabOrder = 4
          OnExit = CommandEditExit
        end
      end
    end
  end
  object OKBtn: TPicBtn
    Left = 100
    Top = 344
    Width = 76
    Height = 25
    TabOrder = 1
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 180
    Top = 344
    Width = 76
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object HelpBtn: TPicBtn
    Left = 260
    Top = 344
    Width = 76
    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;*.pif;*.bat|Todos los archivos|*.*'
    Options = [ofHideReadOnly]
    Left = 36
    Top = 342
  end
end
