object frmAgeDay: TfrmAgeDay Left = 292 Top = 245 HelpContext = 1001 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'frmAgeDay' ClientHeight = 225 ClientWidth = 426 Font.Color = clBlack Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 19 object imgBackground: TImage Left = 0 Top = 0 Width = 426 Height = 225 Align = alClient Picture.Data = {} end object imgZodiac: TImage Left = 24 Top = 14 Width = 177 Height = 158 Hint = 'Information' Center = True ParentShowHint = False ShowHint = True OnClick = imgZodiacClick end object imgAries: TImage Left = 16 Top = 244 Width = 41 Height = 44 Picture.Data = {} Visible = False end object imgTaurus: TImage Left = 64 Top = 244 Width = 37 Height = 44 Picture.Data = {} Visible = False end object imgGemini: TImage Left = 108 Top = 244 Width = 45 Height = 44 Picture.Data = {} Visible = False end object imgCancer: TImage Left = 160 Top = 244 Width = 41 Height = 44 Picture.Data = {} Visible = False end object imgLeo: TImage Left = 208 Top = 244 Width = 41 Height = 44 Picture.Data = {} Visible = False end object imgVirgo: TImage Left = 257 Top = 244 Width = 36 Height = 44 Picture.Data = {} Visible = False end object imgLibra: TImage Left = 16 Top = 304 Width = 41 Height = 45 Picture.Data = {} Visible = False end object imgScorpio: TImage Left = 64 Top = 304 Width = 37 Height = 45 Picture.Data = {} Visible = False end object imgSagittarius: TImage Left = 108 Top = 304 Width = 45 Height = 45 Picture.Data = {} Visible = False end object imgCapricorn: TImage Left = 160 Top = 304 Width = 41 Height = 45 Picture.Data = {} Visible = False end object imgAquarius: TImage Left = 208 Top = 304 Width = 41 Height = 45 Picture.Data = {} Visible = False end object imgPisces: TImage Left = 257 Top = 304 Width = 36 Height = 45 Picture.Data = {} Visible = False end object lblZodiac: TLabel Left = 8 Top = 176 Width = 209 Height = 31 Hint = 'Information' Alignment = taCenter AutoSize = False Caption = 'lblZodiac' Font.Color = clBlack Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True end object lblName: TLabel Left = 184 Top = 29 Width = 229 Height = 34 Alignment = taCenter AutoSize = False Caption = 'lblName' Font.Color = clBlack Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object lblWhoseBirth: TLabel Left = 172 Top = 64 Width = 249 Height = 29 Alignment = taCenter AutoSize = False Caption = 'lblWhoseBirth' Font.Color = clBlack Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False Transparent = True end object lblBirthDay: TLabel Left = 172 Top = 88 Width = 249 Height = 33 Alignment = taCenter AutoSize = False Caption = 'WhoseBirth' Font.Color = clBlack Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblWhichWas: TLabel Left = 176 Top = 116 Width = 249 Height = 33 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False Transparent = True end object lblDays: TLabel Left = 176 Top = 140 Width = 249 Height = 33 Alignment = taCenter AutoSize = False Caption = 'WhichWas' Font.Color = clBlack Font.Height = -19 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ParentFont = False Transparent = True end object btnExit: TButton Left = 340 Top = 188 Width = 75 Height = 24 Caption = '&OK' TabOrder = 0 OnClick = btnExitClick end end