Varela_PuntosVenta/Source/Servidor/Configuracion/uConfFicherosEDI.dfm

130 lines
3.1 KiB
Plaintext

inherited frConfFicherosEDI: TfrConfFicherosEDI
Visible = True
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 = 95
Height = 13
Caption = 'Entrada de ficheros:'
end
object Label2: TLabel
Left = 16
Top = 128
Width = 146
Height = 13
Caption = 'Almac'#233'n de ficheros cargados:'
end
object edtEntrada: TJvDirectoryEdit
Left = 16
Top = 48
Width = 345
Height = 21
AcceptFiles = False
DialogKind = dkWin32
DialogText = 'Directorio de entrada de ficheros EDI'
ShowButton = False
TabOrder = 0
end
object edtAlmacen: TJvDirectoryEdit
Left = 16
Top = 144
Width = 345
Height = 21
AcceptFiles = False
DialogKind = dkWin32
DialogText = 'Directorio para almacenar ficheros EDI cargados'
ShowButton = False
TabOrder = 1
end
object bElegir1: TButton
Left = 16
Top = 72
Width = 97
Height = 25
Caption = 'Elegir carpeta...'
TabOrder = 2
OnClick = bElegir1Click
end
object bElegir2: TButton
Left = 16
Top = 168
Width = 97
Height = 25
Caption = 'Elegir carpeta...'
TabOrder = 3
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 = 298
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 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