inherited frConfFicherosEDI: TfrConfFicherosEDI Visible = True ExplicitWidth = 451 ExplicitHeight = 304 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 375 Height = 217 Caption = 'Ubicaci'#243'n de ficheros' Constraints.MaxHeight = 217 TabOrder = 0 object Label1: TLabel Left = 16 Top = 32 Width = 98 Height = 13 Caption = 'Entrada de ficheros:' end object Label2: TLabel Left = 16 Top = 128 Width = 147 Height = 13 Caption = 'Almac'#233'n de ficheros cargados:' end object bElegir1: TButton Left = 16 Top = 72 Width = 97 Height = 25 Caption = 'Elegir carpeta...' TabOrder = 0 Visible = False OnClick = bElegir1Click end object bElegir2: TButton Left = 16 Top = 168 Width = 97 Height = 25 Caption = 'Elegir carpeta...' TabOrder = 1 Visible = False OnClick = bElegir2Click end end object bAbrir1: TButton Left = 272 Top = 80 Width = 97 Height = 25 Action = actAbrir1 TabOrder = 1 end object bAbrir2: TButton Left = 272 Top = 176 Width = 97 Height = 25 Action = actAbrir2 TabOrder = 2 end object Panel1: TPanel Left = 7 Top = 232 Width = 377 Height = 41 BevelOuter = bvNone TabOrder = 3 object Label3: TLabel Left = 25 Top = 12 Width = 299 Height = 13 Caption = 'N'#250'mero de d'#237'as a mantener de almac'#233'n de ficheros cargados :' Transparent = False end object edtDias: TcxSpinEdit Left = 328 Top = 8 Properties.MinValue = 1.000000000000000000 Properties.ValueType = vtInt Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.Kind = lfStandard StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.Kind = lfStandard StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 0 Value = 1 Width = 41 end end object edtEntrada: TcxTextEdit Left = 24 Top = 56 Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.NativeStyle = True TabOrder = 4 Text = 'edtEntrada' Width = 345 end object edtAlmacen: TcxTextEdit Left = 24 Top = 149 Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.NativeStyle = True TabOrder = 5 Text = 'edtEntrada' Width = 345 end object ActionList1: TActionList Left = 320 Top = 120 object actAbrir1: TAction Caption = 'Abrir carpeta...' OnExecute = actAbrir1Execute OnUpdate = actAbrir1Update end object actAbrir2: TAction Caption = 'Abrir carpeta...' OnExecute = actAbrir2Execute OnUpdate = actAbrir2Update end end end