object Register_Screen: TRegister_Screen Left = 209 Top = 248 Hint = 'Welcome to the Musical Generator' BorderIcons = [] BorderStyle = bsDialog Caption = 'You are not registered' ClientHeight = 344 ClientWidth = 264 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image: TImage Left = 0 Top = 0 Width = 265 Height = 129 Picture.Data = {} end object Registrate_Button: TButton Left = 8 Top = 192 Width = 249 Height = 25 Caption = 'Yes! &Registrate the Musical Generator offline' ModalResult = 2 TabOrder = 0 OnClick = Registrate_ButtonClick end object Tryout_Button: TButton Left = 8 Top = 312 Width = 249 Height = 25 Caption = 'I still want to &try it out' ModalResult = 1 TabOrder = 1 OnClick = Tryout_ButtonClick end object Memo: TMemo Left = 8 Top = 136 Width = 249 Height = 49 Alignment = taCenter Color = clRed Ctl3D = False Lines.Strings = ( 'Memo') ParentCtl3D = False ReadOnly = True TabOrder = 2 end object Enterreg_Button: TButton Left = 8 Top = 272 Width = 249 Height = 25 Caption = '&Enter registration number' ModalResult = 1 TabOrder = 3 OnClick = Enterreg_ButtonClick end object Online_Button: TButton Left = 7 Top = 232 Width = 249 Height = 25 Caption = 'Yes! &Registrate the Musical Generator online' ModalResult = 2 TabOrder = 4 OnClick = Online_ButtonClick end end