Quitar la configuración de las actualizaciones del menú principal.

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@248 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
David Arranz 2008-06-23 10:47:43 +00:00
parent 41446ac742
commit 1fc4ab84be
2 changed files with 0 additions and 22 deletions

View File

@ -32,8 +32,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
ParentColor = True ParentColor = True
Align = alClient Align = alClient
TabOrder = 0 TabOrder = 0
ExplicitWidth = 751
ExplicitHeight = 579
object JvSyncSplitter1: TJvSyncSplitter object JvSyncSplitter1: TJvSyncSplitter
Left = 215 Left = 215
Top = 5 Top = 5
@ -88,7 +86,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
NavPanelHotTrackFont.Style = [] NavPanelHotTrackFont.Style = []
SmallImages = ModulesSmallImageList SmallImages = ModulesSmallImageList
OnChange = JvNavigationPaneChange OnChange = JvNavigationPaneChange
ExplicitHeight = 569
object pagInicio: TJvNavPanelPage object pagInicio: TJvNavPanelPage
Left = 0 Left = 0
Top = 0 Top = 0
@ -101,7 +98,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
Background.Transparent = False Background.Transparent = False
Caption = 'Inicio' Caption = 'Inicio'
ImageIndex = 0 ImageIndex = 0
ExplicitHeight = 496
object Panel1: TPanel object Panel1: TPanel
Left = 0 Left = 0
Top = 408 Top = 408
@ -111,7 +107,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
Color = clWindow Color = clWindow
ParentBackground = False ParentBackground = False
TabOrder = 1 TabOrder = 1
ExplicitTop = 410
object Label1: TLabel object Label1: TLabel
Left = 38 Left = 38
Top = 29 Top = 29
@ -164,8 +159,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
BoundLines = [blLeft, blTop, blRight, blBottom] BoundLines = [blLeft, blTop, blRight, blBottom]
Caption = 'pnlBorde' Caption = 'pnlBorde'
Align = alClient Align = alClient
ExplicitWidth = 526
ExplicitHeight = 569
object pnlMain: TTBXAlignmentPanel object pnlMain: TTBXAlignmentPanel
Left = 1 Left = 1
Top = 1 Top = 1
@ -174,8 +167,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
Align = alClient Align = alClient
Color = clWindow Color = clWindow
TabOrder = 0 TabOrder = 0
ExplicitWidth = 524
ExplicitHeight = 567
object lblBienvenido: TLabel object lblBienvenido: TLabel
Left = 8 Left = 8
Top = 8 Top = 8
@ -234,8 +225,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
Tag = 0 Tag = 0
end> end>
UseSystemFont = False UseSystemFont = False
ExplicitTop = 579
ExplicitWidth = 751
end end
object XPManifest1: TXPManifest object XPManifest1: TXPManifest
Left = 248 Left = 248
@ -298,11 +287,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
OnExecute = actVentasMenuExecute OnExecute = actVentasMenuExecute
OnUpdate = actMenuComprasUpdate OnUpdate = actMenuComprasUpdate
end end
object actActualizaciones: TAction
Category = 'Opciones'
Caption = 'Configurar actualizaciones...'
OnExecute = actActualizacionesExecute
end
object actVerPanel: TAction object actVerPanel: TAction
Category = 'Ver' Category = 'Ver'
Caption = 'Panel de exploraci'#243'n' Caption = 'Panel de exploraci'#243'n'
@ -601,10 +585,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
object Opciones1_OLD: TMenuItem object Opciones1_OLD: TMenuItem
Tag = -70000 Tag = -70000
Caption = 'Opciones' Caption = 'Opciones'
object Configuraractualizaciones1: TMenuItem
Tag = 100
Action = actActualizaciones
end
object Configurarconexin2_OLD: TMenuItem object Configurarconexin2_OLD: TMenuItem
Tag = 101 Tag = 101
Action = actConexion Action = actConexion

View File

@ -70,8 +70,6 @@ type
Panel1: TPanel; Panel1: TPanel;
Label1: TLabel; Label1: TLabel;
Image1: TImage; Image1: TImage;
actActualizaciones: TAction;
Configuraractualizaciones1: TMenuItem;
actVerPanel: TAction; actVerPanel: TAction;
actVerBarraEstado: TAction; actVerBarraEstado: TAction;
Paneldeexploracin1: TMenuItem; Paneldeexploracin1: TMenuItem;