Herm-Win/MenuPpal.dfm
2021-09-12 22:25:13 +02:00

129 lines
4.0 KiB
Plaintext

object Lanzadera: TLanzadera
Left = 192
Top = 124
Width = 640
Height = 480
Caption = 'Menú Principal'
Color = clBlack
Constraints.MinHeight = 480
Constraints.MinWidth = 640
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {
0000010001002020100000000000E80200001600000028000000200000004000
0000010004000000000080020000000000000000000000000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FFFFFFFFFFFFFFEAAFFFFFD005FFFF4FF2FFFEBFFD7FFD7FFEBFFAFBDF7FF5F9
9F9FF5FC3FAFF3FDBFCFEBCA53D7F3E007CFEBE007D7F3CA53CFEBFC3FD7F5FC
3FAFF5F99FAFFAFBDF5FFD7FFEBFFEBFFD7FFF5FFAFFFFB00FFFFFE007FFFFE8
0BFFFFDE39FFFFDD5DFFFFEB6BFFFFE553FFFFFE3FFFFFFF7FFFFFFF7FFF}
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 632
Height = 428
Align = alClient
AutoSize = True
Center = True
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 632
Height = 428
Align = alClient
end
object MainMenu1: TMainMenu
Left = 168
Top = 160
object Salir1: TMenuItem
Caption = '&Archivo'
object CopiadeSeguridad1: TMenuItem
Caption = 'Copia de &Seguridad'
OnClick = CopiadeSeguridad1Click
end
object N1: TMenuItem
Caption = '-'
end
object Ahora1: TMenuItem
Caption = '&Cerrar'
OnClick = Ahora1Click
end
end
object Gestion1: TMenuItem
Caption = 'Gestion'
object Hermanos1: TMenuItem
Caption = 'Hermanos'
OnClick = Hermanos1Click
end
object Insignias1: TMenuItem
Caption = 'Insignias'
OnClick = Insignias1Click
end
end
object Listados1: TMenuItem
Caption = 'Listados'
object Votantes1: TMenuItem
Caption = '&Votantes'
OnClick = Votantes1Click
end
object AcogidosaCuotaFamiliar1: TMenuItem
Caption = 'Acogidos a Cuota Familiar'
end
object RecibenNotificaciones1: TMenuItem
Caption = 'Reciben Notificaciones'
end
object ListadosdeHermans1: TMenuItem
Caption = 'Listados de Hermanos'
end
object N2: TMenuItem
Caption = '-'
end
object Etiquetas1: TMenuItem
Caption = 'Etiquetas'
OnClick = Etiquetas1Click
end
end
object Help1: TMenuItem
Caption = '&Ayuda'
object Contents1: TMenuItem
Caption = '&Contenido'
OnClick = Contents1Click
end
object HowtoUseHelp1: TMenuItem
Caption = '&Como usar la ayuda'
OnClick = HowtoUseHelp1Click
end
object About1: TMenuItem
Caption = '&Acerca de...'
OnClick = About1Click
end
end
end
end