home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TREGISTER_SCREEN / TREGISTER_SCREEN.txt < prev   
Text File  |  1999-04-13  |  2KB  |  83 lines

  1. object Register_Screen: TRegister_Screen
  2.   Left = 209
  3.   Top = 248
  4.   Hint = 'Welcome to the Musical Generator'
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'You are not registered'
  8.   ClientHeight = 344
  9.   ClientWidth = 264
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 265
  25.     Height = 129
  26.     Picture.Data = {<image001.bmp>}
  27.   end
  28.   object Registrate_Button: TButton
  29.     Left = 8
  30.     Top = 192
  31.     Width = 249
  32.     Height = 25
  33.     Caption = 'Yes! &Registrate the Musical Generator offline'
  34.     ModalResult = 2
  35.     TabOrder = 0
  36.     OnClick = Registrate_ButtonClick
  37.   end
  38.   object Tryout_Button: TButton
  39.     Left = 8
  40.     Top = 312
  41.     Width = 249
  42.     Height = 25
  43.     Caption = 'I still want to &try it out'
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     OnClick = Tryout_ButtonClick
  47.   end
  48.   object Memo: TMemo
  49.     Left = 8
  50.     Top = 136
  51.     Width = 249
  52.     Height = 49
  53.     Alignment = taCenter
  54.     Color = clRed
  55.     Ctl3D = False
  56.     Lines.Strings = (
  57.       'Memo')
  58.     ParentCtl3D = False
  59.     ReadOnly = True
  60.     TabOrder = 2
  61.   end
  62.   object Enterreg_Button: TButton
  63.     Left = 8
  64.     Top = 272
  65.     Width = 249
  66.     Height = 25
  67.     Caption = '&Enter registration number'
  68.     ModalResult = 1
  69.     TabOrder = 3
  70.     OnClick = Enterreg_ButtonClick
  71.   end
  72.   object Online_Button: TButton
  73.     Left = 7
  74.     Top = 232
  75.     Width = 249
  76.     Height = 25
  77.     Caption = 'Yes! &Registrate the Musical Generator online'
  78.     ModalResult = 2
  79.     TabOrder = 4
  80.     OnClick = Online_ButtonClick
  81.   end
  82. end
  83.