home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 December / dpcb1298.iso / Utilit.ies / Maverick / Launch12.exe / 0 / RCDATA / TUD_REGISTRATION / TUD_REGISTRATION.txt
Text File  |  1998-09-11  |  8KB  |  357 lines

  1. object UD_Registration: TUD_Registration
  2.   Left = 364
  3.   Top = 212
  4.   HelpContext = -1
  5.   ActiveControl = btLicense
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 250
  8.   ClientWidth = 500
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lbRegistered: TLabel
  19.     Left = 4
  20.     Top = 0
  21.     Width = 492
  22.     Height = 29
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'registered.'
  26.     Color = clRed
  27.     Font.Color = clRed
  28.     Font.Height = -24
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsItalic, fsUnderline]
  31.     ParentColor = False
  32.     ParentFont = False
  33.     Transparent = True
  34.   end
  35.   object lbDays: TLabel
  36.     Left = 112
  37.     Top = 176
  38.     Width = 140
  39.     Height = 16
  40.     Hint = 
  41.       'You'#39'll sleep more soundly tonight if you register the Launch Cen' +
  42.       'tre.'
  43.     AutoSize = False
  44.     Caption = 'Days of use remaining :'
  45.     Font.Color = clBlack
  46.     Font.Height = -13
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object lbDaysRemaining: TLabel
  52.     Left = 256
  53.     Top = 176
  54.     Width = 101
  55.     Height = 16
  56.     Caption = 'lbDaysRemaining'
  57.     Font.Color = clBlack
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object lbSpareRegistration: TLabel
  64.     Left = 0
  65.     Top = 190
  66.     Width = 500
  67.     Height = 21
  68.     Hint = 
  69.       'Click the "Transfer" button below to transfer spare registration' +
  70.       '.'
  71.     Alignment = taCenter
  72.     AutoSize = False
  73.     Caption = 'lbSpareRegistration'
  74.     Font.Color = clBlue
  75.     Font.Height = -16
  76.     Font.Name = 'Times New Roman'
  77.     Font.Style = [fsItalic]
  78.     ParentFont = False
  79.   end
  80.   object lbSpecial2: TLabel
  81.     Left = 10
  82.     Top = 176
  83.     Width = 60
  84.     Height = 16
  85.     Caption = 'lbSpecial2'
  86.     Font.Color = clRed
  87.     Font.Height = -13
  88.     Font.Name = 'Arial'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     Visible = False
  92.   end
  93.   object cmDriveStrings: TComboBox
  94.     Left = 28
  95.     Top = 36
  96.     Width = 57
  97.     Height = 24
  98.     Hint = 'Choose a drive string for a fixed disk.'
  99.     Color = clWhite
  100.     Ctl3D = True
  101.     Font.Color = clBlack
  102.     Font.Height = -16
  103.     Font.Name = 'Courier'
  104.     Font.Style = []
  105.     ItemHeight = 16
  106.     ParentCtl3D = False
  107.     ParentFont = False
  108.     TabOrder = 0
  109.     Text = 'C:\'
  110.     OnChange = cmDriveStringsChange
  111.     OnExit = cmDriveStringsExit
  112.   end
  113.   object btOK: TButton
  114.     Left = 398
  115.     Top = 38
  116.     Width = 92
  117.     Height = 25
  118.     Hint = 'Click to check registration number.'
  119.     Caption = 'OK'
  120.     Default = True
  121.     TabOrder = 5
  122.     OnClick = btOKClick
  123.   end
  124.   object btTransfer: TButton
  125.     Left = 148
  126.     Top = 220
  127.     Width = 100
  128.     Height = 24
  129.     Hint = 
  130.       'Click this button to transfer this registration to an unregister' +
  131.       'ed installation.'
  132.     Caption = 'Transfer'
  133.     TabOrder = 10
  134.     OnClick = btTransferClick
  135.   end
  136.   object btCancel: TButton
  137.     Left = 398
  138.     Top = 69
  139.     Width = 92
  140.     Height = 25
  141.     Cancel = True
  142.     Caption = 'Cancel'
  143.     ModalResult = 2
  144.     TabOrder = 6
  145.   end
  146.   object btTransferViaFloppy: TButton
  147.     Left = 256
  148.     Top = 220
  149.     Width = 209
  150.     Height = 25
  151.     Hint = 'Click this button if you intend to reformat your Windows Disk.'
  152.     Caption = 'Transfer to registered Launch Centre'
  153.     TabOrder = 11
  154.     OnClick = btTransferViaFloppyClick
  155.   end
  156.   object btAcceptTransfer: TButton
  157.     Left = 40
  158.     Top = 220
  159.     Width = 100
  160.     Height = 25
  161.     Hint = 
  162.       'Click this button to accept a spare registration from Floppy dis' +
  163.       'k A:'
  164.     Caption = 'Accept Transfer'
  165.     TabOrder = 9
  166.     OnClick = btAcceptTransferClick
  167.   end
  168.   object DiskGroup: TGroupBox
  169.     Left = 112
  170.     Top = 30
  171.     Width = 276
  172.     Height = 139
  173.     Caption = 'DiskGroup'
  174.     Font.Color = clBlack
  175.     Font.Height = -13
  176.     Font.Name = 'Arial'
  177.     Font.Style = []
  178.     ParentFont = False
  179.     TabOrder = 4
  180.     object lbVolumeID: TLabel
  181.       Left = 8
  182.       Top = 22
  183.       Width = 109
  184.       Height = 16
  185.       Caption = 'lbVolumeID'
  186.     end
  187.     object lbModifier: TLabel
  188.       Left = 8
  189.       Top = 50
  190.       Width = 100
  191.       Height = 16
  192.       AutoSize = False
  193.       Caption = 'The Modifier is ...'
  194.     end
  195.     object lbRegistrationCode: TLabel
  196.       Left = 8
  197.       Top = 78
  198.       Width = 109
  199.       Height = 16
  200.       Caption = 'lbRegistrationCode'
  201.     end
  202.     object lbSpecial1: TLabel
  203.       Left = 8
  204.       Top = 22
  205.       Width = 60
  206.       Height = 16
  207.       Caption = 'lbSpecial1'
  208.       Font.Color = clRed
  209.       Font.Height = -13
  210.       Font.Name = 'Arial'
  211.       Font.Style = []
  212.       ParentFont = False
  213.       Visible = False
  214.     end
  215.     object lbNetworkCode: TLabel
  216.       Left = 8
  217.       Top = 118
  218.       Width = 87
  219.       Height = 16
  220.       Caption = 'lbNetworkCode'
  221.       Transparent = True
  222.     end
  223.     object lbClientLimit: TLabel
  224.       Left = 8
  225.       Top = 103
  226.       Width = 71
  227.       Height = 16
  228.       Caption = 'lbClientLimit'
  229.       Transparent = True
  230.     end
  231.     object edVolumeID: TEdit
  232.       Left = 184
  233.       Top = 14
  234.       Width = 84
  235.       Height = 22
  236.       Hint = 'Enter the Volume ID of  the target computer'#39's hard disk C:\'
  237.       AutoSize = False
  238.       CharCase = ecUpperCase
  239.       Enabled = False
  240.       Font.Color = clBlack
  241.       Font.Height = -16
  242.       Font.Name = 'Courier'
  243.       Font.Style = []
  244.       MaxLength = 8
  245.       ParentFont = False
  246.       TabOrder = 0
  247.       Text = '12345678'
  248.     end
  249.     object edModifier: TEdit
  250.       Left = 184
  251.       Top = 42
  252.       Width = 84
  253.       Height = 22
  254.       Hint = 'Enter the target computer'#39's Modifier number.'
  255.       AutoSize = False
  256.       CharCase = ecUpperCase
  257.       Enabled = False
  258.       Font.Color = clBlack
  259.       Font.Height = -16
  260.       Font.Name = 'Courier'
  261.       Font.Style = []
  262.       MaxLength = 8
  263.       ParentFont = False
  264.       TabOrder = 1
  265.       Text = '12345678'
  266.     end
  267.     object edRegistrationCode: TEdit
  268.       Left = 184
  269.       Top = 70
  270.       Width = 84
  271.       Height = 22
  272.       AutoSelect = False
  273.       AutoSize = False
  274.       CharCase = ecUpperCase
  275.       Font.Color = clBlack
  276.       Font.Height = -16
  277.       Font.Name = 'Courier'
  278.       Font.Style = []
  279.       MaxLength = 8
  280.       ParentFont = False
  281.       TabOrder = 2
  282.       Text = '1234ABCD'
  283.     end
  284.     object edNetworkCode: TEdit
  285.       Left = 184
  286.       Top = 110
  287.       Width = 84
  288.       Height = 22
  289.       Hint = 
  290.         'To enable network registration, you must enter the corresponding' +
  291.         ' code.'
  292.       AutoSelect = False
  293.       AutoSize = False
  294.       CharCase = ecUpperCase
  295.       Font.Color = clBlack
  296.       Font.Height = -16
  297.       Font.Name = 'Courier'
  298.       Font.Style = []
  299.       MaxLength = 8
  300.       ParentFont = False
  301.       TabOrder = 3
  302.       Text = '1234ABCD'
  303.     end
  304.   end
  305.   object btLicense: TButton
  306.     Left = 10
  307.     Top = 66
  308.     Width = 92
  309.     Height = 24
  310.     Hint = 'Click this button to read license information.'
  311.     Caption = 'License'
  312.     TabOrder = 1
  313.     OnClick = btLicenseClick
  314.   end
  315.   object btPassword: TButton
  316.     Left = 398
  317.     Top = 138
  318.     Width = 92
  319.     Height = 24
  320.     Hint = 
  321.       'Click to enter a password to use when transferring the registrat' +
  322.       'ion.'
  323.     Caption = 'Password'
  324.     TabOrder = 8
  325.     OnClick = btPasswordClick
  326.   end
  327.   object btRegisterByPost: TButton
  328.     Left = 10
  329.     Top = 102
  330.     Width = 92
  331.     Height = 24
  332.     Hint = 'Click to purchase a registration number by post.'
  333.     Caption = 'Register by post'
  334.     TabOrder = 2
  335.     OnClick = btRegisterByPostClick
  336.   end
  337.   object btRegisterOnLine: TButton
  338.     Left = 10
  339.     Top = 138
  340.     Width = 92
  341.     Height = 24
  342.     Hint = 'Click to register using your modem.'
  343.     Caption = 'Register online'
  344.     Enabled = False
  345.     TabOrder = 3
  346.   end
  347.   object btHelp: TButton
  348.     Left = 398
  349.     Top = 104
  350.     Width = 92
  351.     Height = 24
  352.     Caption = 'Help'
  353.     TabOrder = 7
  354.     OnClick = btHelpClick
  355.   end
  356. end
  357.