home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TREGCODESFORM / TREGCODESFORM.txt
Text File  |  1998-05-25  |  4KB  |  171 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.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 369
  24.     Height = 119
  25.     Caption = 'REGISTRATION CODES'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clMaroon
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object LabelPassword: TLabel
  34.       Left = 9
  35.       Top = 28
  36.       Width = 49
  37.       Height = 13
  38.       Caption = 'Password:'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.     object LabelAuthCode: TLabel
  47.       Left = 9
  48.       Top = 50
  49.       Width = 65
  50.       Height = 13
  51.       Caption = 'Auth. Code 1:'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.     end
  59.     object Label1: TLabel
  60.       Left = 9
  61.       Top = 73
  62.       Width = 65
  63.       Height = 13
  64.       Caption = 'Auth. Code 2:'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.     end
  72.     object Label2: TLabel
  73.       Left = 9
  74.       Top = 95
  75.       Width = 53
  76.       Height = 13
  77.       Caption = 'POP Code:'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object Password: TEdit
  86.       Left = 84
  87.       Top = 25
  88.       Width = 277
  89.       Height = 21
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       ReadOnly = True
  97.       TabOrder = 0
  98.     end
  99.     object AuthCode1: TEdit
  100.       Left = 84
  101.       Top = 47
  102.       Width = 277
  103.       Height = 21
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       ReadOnly = True
  111.       TabOrder = 1
  112.     end
  113.     object AuthCode2: TEdit
  114.       Left = 84
  115.       Top = 69
  116.       Width = 277
  117.       Height = 21
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlack
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       ParentFont = False
  124.       ReadOnly = True
  125.       TabOrder = 2
  126.     end
  127.     object POPCode: TEdit
  128.       Left = 84
  129.       Top = 91
  130.       Width = 277
  131.       Height = 21
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clBlack
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       ReadOnly = True
  139.       TabOrder = 3
  140.     end
  141.   end
  142.   object CloseButton: TButton
  143.     Left = 321
  144.     Top = 139
  145.     Width = 56
  146.     Height = 25
  147.     Cancel = True
  148.     Caption = '&Close'
  149.     Default = True
  150.     ModalResult = 2
  151.     TabOrder = 1
  152.   end
  153.   object HelpButton: TButton
  154.     Left = 261
  155.     Top = 139
  156.     Width = 56
  157.     Height = 25
  158.     Caption = '&Help'
  159.     TabOrder = 3
  160.   end
  161.   object BackupButton: TButton
  162.     Left = 201
  163.     Top = 139
  164.     Width = 56
  165.     Height = 25
  166.     Caption = '&Backup'
  167.     TabOrder = 2
  168.     OnClick = BackupButtonClick
  169.   end
  170. end
  171.