object GotoDlg: TGotoDlg
  Left = 214
  Top = 326
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Ir a carpeta'
  ClientHeight = 149
  ClientWidth = 356
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  PixelsPerInch = 96
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 13
  object Image: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object Label1: TLabel
    Left = 60
    Top = 12
    Width = 229
    Height = 13
    Caption = 'Ingrese la ruta completa de la carpeta que desea abrir.'
  end
  object Label2: TLabel
    Left = 12
    Top = 60
    Width = 32
    Height = 13
    Caption = '&Carpeta:'
    FocusControl = Combo
  end
  object OKBtn: TPicBtn
    Left = 184
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 1
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object CancelBtn: TPicBtn
    Left = 268
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object Combo: TComboBox
    Left = 60
    Top = 56
    Width = 281
    Height = 20
    ItemHeight = 13
    TabOrder = 0
  end
end
