object fConfiguracion: TfConfiguracion Left = 480 Top = 356 Width = 362 Height = 342 Caption = 'Configuraci'#243'n' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 274 Width = 354 Height = 34 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 0 object OKBtn: TButton Left = 190 Top = 2 Width = 75 Height = 25 Caption = '&Aceptar' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 270 Top = 2 Width = 75 Height = 25 Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 end end object PageControl1: TPageControl Left = 8 Top = 8 Width = 337 Height = 257 ActivePage = TabSheet1 TabOrder = 1 object TabSheet1: TTabSheet Caption = 'Configuraci'#243'n' object GroupBox1: TGroupBox Left = 8 Top = 7 Width = 313 Height = 213 Caption = 'Configuraci'#243'n de acceso' TabOrder = 0 object Label2: TLabel Left = 32 Top = 115 Width = 259 Height = 26 Caption = 'Para poder descargar actualizaciones de FactuGES desde Internet ' + 'debe introducir su usuario y contrase'#241'a:' WordWrap = True end object Label3: TLabel Left = 48 Top = 156 Width = 39 Height = 13 Caption = 'Usuario:' end object Label4: TLabel Left = 48 Top = 181 Width = 57 Height = 13 Caption = 'Contrase'#241'a:' end object bDirectorio: TSpeedButton Left = 272 Top = 48 Width = 23 Height = 22 Caption = '...' OnClick = bDirectorioClick end object edUsuario: TEdit Left = 120 Top = 152 Width = 159 Height = 21 TabOrder = 0 end object edPassword: TEdit Left = 120 Top = 177 Width = 159 Height = 21 PasswordChar = '*' TabOrder = 1 end object edRutaLan: TEdit Left = 32 Top = 48 Width = 241 Height = 21 ReadOnly = True TabOrder = 2 end object rbInternet: TRadioButton Left = 16 Top = 96 Width = 257 Height = 17 Caption = 'Actualizaci'#243'n por Internet' TabOrder = 3 OnClick = Action1Update end object rbLan: TRadioButton Left = 16 Top = 24 Width = 265 Height = 17 Caption = 'Actualizaci'#243'n por red local' TabOrder = 4 OnClick = Action1Update end end end object TabSheet2: TTabSheet Caption = 'Opciones avanzadas' ImageIndex = 1 object GroupBox2: TGroupBox Left = 8 Top = 7 Width = 313 Height = 213 Caption = 'Opciones avanzadas' TabOrder = 0 object Label1: TLabel Left = 16 Top = 19 Width = 235 Height = 26 Caption = 'Por favor, s'#243'lo modificar si se sabe lo que se est'#225' haciendo.' WordWrap = True end object Label5: TLabel Left = 16 Top = 60 Width = 177 Height = 13 Caption = 'Nombre del archivo de configuraci'#243'n:' end object edFicheroConfig: TEdit Left = 16 Top = 80 Width = 281 Height = 21 TabOrder = 0 end end end end object JvAppRegistryStorage1: TJvAppRegistryStorage StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y' StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N' StorageOptions.BooleanAsString = False RegRoot = hkLocalMachine Root = 'Software\FactuGES\Update' SubStorages = <> Left = 326 end object JvFormStorage1: TJvFormStorage Active = False AppStorage = JvAppRegistryStorage1 AppStoragePath = '\' Options = [] StoredProps.Strings = ( 'edPassword.Text' 'edUsuario.Text' 'edRutaLan.Text' 'rbInternet.Checked' 'rbLan.Checked' 'edFicheroConfig.Text') StoredValues = < item Name = 'TipoActualizacion' Value = '' OnSave = JvFormStorage1StoredValues0Save end> Left = 296 end object ActionList1: TActionList Left = 242 Top = 2 object Action1: TAction Caption = 'Action1' OnUpdate = Action1Update end object Action2: TAction Caption = 'Action2' end end object JvBrowseForFolderDialog1: TJvBrowseForFolderDialog Options = [odOnlyDirectory, odStatusAvailable, odNewDialogStyle] Title = 'Ruta de las actualizaciones' Left = 268 Top = 1 end object JvProgramVersionCheck1: TJvProgramVersionCheck CheckFrequency = 0 LocalDirectory = 'update' LocalVersionInfoFileName = 'versioninfo.ini' LocationHTTP = JvProgramVersionHTTPLocationIndy1 LocationNetwork = JvProgramVersionNetworkLocation1 LocationType = pvltHTTP UserOptions = [uoLocalDirectory, uoAllowedReleaseType, uoLocationType, uoLocationNetwork, uoLocationHTTP] Left = 136 Top = 120 end object JvProgramVersionNetworkLocation1: TJvProgramVersionNetworkLocation Left = 272 Top = 120 end object JvProgramVersionHTTPLocationIndy1: TJvProgramVersionHTTPLocationIndy PasswordRequired = True Left = 232 Top = 120 end end