home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TREGCODESFORM / TREGCODESFORM.txt
Text File  |  1997-05-14  |  3KB  |  160 lines

  1. object RegCodesForm: TRegCodesForm
  2.   Left = 243
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'RegCodesForm'
  7.   ClientHeight = 170
  8.   ClientWidth = 385
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Frame: TGroupBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 369
  22.     Height = 119
  23.     Caption = 'REGISTRATION CODES'
  24.     Font.Color = clMaroon
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object LabelPassword: TLabel
  31.       Left = 9
  32.       Top = 28
  33.       Width = 49
  34.       Height = 13
  35.       Caption = 'Password:'
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object LabelAuthCode: TLabel
  43.       Left = 9
  44.       Top = 50
  45.       Width = 65
  46.       Height = 13
  47.       Caption = 'Auth. Code 1:'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object Label1: TLabel
  55.       Left = 9
  56.       Top = 73
  57.       Width = 65
  58.       Height = 13
  59.       Caption = 'Auth. Code 2:'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Label2: TLabel
  67.       Left = 9
  68.       Top = 95
  69.       Width = 53
  70.       Height = 13
  71.       Caption = 'POP Code:'
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object Password: TEdit
  79.       Left = 84
  80.       Top = 25
  81.       Width = 277
  82.       Height = 21
  83.       Font.Color = clBlack
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       ReadOnly = True
  89.       TabOrder = 0
  90.     end
  91.     object AuthCode1: TEdit
  92.       Left = 84
  93.       Top = 47
  94.       Width = 277
  95.       Height = 21
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       ReadOnly = True
  102.       TabOrder = 1
  103.     end
  104.     object AuthCode2: TEdit
  105.       Left = 84
  106.       Top = 69
  107.       Width = 277
  108.       Height = 21
  109.       Font.Color = clBlack
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       ReadOnly = True
  115.       TabOrder = 2
  116.     end
  117.     object POPCode: TEdit
  118.       Left = 84
  119.       Top = 91
  120.       Width = 277
  121.       Height = 21
  122.       Font.Color = clBlack
  123.       Font.Height = -11
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ParentFont = False
  127.       ReadOnly = True
  128.       TabOrder = 3
  129.     end
  130.   end
  131.   object CloseButton: TButton
  132.     Left = 321
  133.     Top = 139
  134.     Width = 56
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = '&Close'
  138.     Default = True
  139.     ModalResult = 2
  140.     TabOrder = 1
  141.   end
  142.   object HelpButton: TButton
  143.     Left = 261
  144.     Top = 139
  145.     Width = 56
  146.     Height = 25
  147.     Caption = '&Help'
  148.     TabOrder = 3
  149.   end
  150.   object BackupButton: TButton
  151.     Left = 201
  152.     Top = 139
  153.     Width = 56
  154.     Height = 25
  155.     Caption = '&Backup'
  156.     TabOrder = 2
  157.     OnClick = BackupButtonClick
  158.   end
  159. end
  160.