object RunDlg: TRunDlg
  Left = 214
  Top = 145
  HelpContext = 49
  ActiveControl = Combo
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Ejecutar porgrama'
  ClientHeight = 149
  ClientWidth = 356
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 13
  object Label1: TLabel
    Left = 60
    Top = 12
    Width = 281
    Height = 37
    AutoSize = False
    Caption = 'Escriba el nombre de un programa, carpeta o documento,'#13#10'y luego presione Enter o haga clic en OK para abrirlo.'
    WordWrap = True
  end
  object Image: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object Label2: TLabel
    Left = 12
    Top = 60
    Width = 29
    Height = 13
    Caption = '&Abrir:'
    FocusControl = Combo
  end
  object Combo: TComboBox
    Left = 60
    Top = 56
    Width = 281
    Height = 20
    ItemHeight = 13
    TabOrder = 0
  end
  object BrowseBtn: TPicBtn
    Left = 268
    Top = 116
    Width = 80
    Height = 25
    Caption = '&Examinar...'
    TabOrder = 5
    OnClick = BrowseBtnClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
      2222222222222222222222222222222222220000000000022222003333333330
      22220B033333333302220FB03333333330220BFB0333333333020FBFB0000000
      00000BFBFBFBFB0222220FBFBFBFBF0222220BFB000000022222200022222222
      2222222222222222222222222222222222222222222222222222}
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object OKBtn: TPicBtn
    Left = 100
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 3
    OnClick = OKBtnClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 184
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 4
    OnClick = CancelBtnClick
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object DosCommand: TCheckBox
    Left = 60
    Top = 80
    Width = 117
    Height = 17
    Caption = 'Comandos de DOS'
    TabOrder = 1
  end
  object DosSession: TCheckBox
    Left = 204
    Top = 80
    Width = 105
    Height = 17
    Caption = 'Sesin de DOS'
    TabOrder = 2
    OnClick = DosSessionClick
  end
  object OpenDialog: TOpenDialog
    Filter = 'Todos los programas|*.exe *.com *.pif *.bat|Archivos ejecutables|*.exe|Archivos PIF|*.pif|Comandos de DOS|*.com|Archivos de procesos por lotes|*.bat|Todos los archivos|*.*'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
    Title = 'Seleccionar programa'
    Left = 8
    Top = 112
  end
end
