home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TENTERIDFORM / TENTERIDFORM.txt
Encoding:
Text File  |  2000-10-20  |  3.7 KB  |  141 lines

  1. object EnterIDForm: TEnterIDForm
  2.   Left = 261
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 251
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 12
  21.     Top = 8
  22.     Width = 325
  23.     Height = 49
  24.     AutoSize = False
  25.     Caption = 
  26.       'Be sure to enter the registration information EXACTLY as given t' +
  27.       'o you.  If you do not enter it exactly as given to you it will n' +
  28.       'ot work.'
  29.     Color = clBtnFace
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentColor = False
  36.     ParentFont = False
  37.     WordWrap = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 12
  41.     Top = 92
  42.     Width = 31
  43.     Height = 13
  44.     Caption = 'Name:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 12
  48.     Top = 116
  49.     Width = 14
  50.     Height = 13
  51.     Caption = 'ID:'
  52.   end
  53.   object ValidCharLabel: TLabel
  54.     Left = 12
  55.     Top = 66
  56.     Width = 279
  57.     Height = 13
  58.     Caption = 'The ID consists of the numbers 0-9 and the letters A-F only.'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label6: TLabel
  67.     Left = 12
  68.     Top = 144
  69.     Width = 325
  70.     Height = 65
  71.     AutoSize = False
  72.     Caption = 
  73.       'PRINT OUT AND KEEP YOUR REGISTRATION INFORMATION IN A SAFE PLACE' +
  74.       '!   YOU WILL NEED IT TO ACCESS THE LICENSED USER WEB SITE,TO OBT' +
  75.       'AIN SUPPORT AND TO RE-INSTALL OR UPGRADE IN THE FUTURE.'
  76.     Color = clBtnFace
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clRed
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentColor = False
  83.     ParentFont = False
  84.     WordWrap = True
  85.   end
  86.   object OKBtn: TBitBtn
  87.     Left = 90
  88.     Top = 219
  89.     Width = 75
  90.     Height = 25
  91.     Caption = '&OK'
  92.     Default = True
  93.     TabOrder = 2
  94.     OnClick = OKBtnClick
  95.     Glyph.Data = {
  96.       DE010000424DDE01000000000000760000002800000024000000120000000100
  97.       0400000000006801000000000000000000001000000000000000000000000000
  98.       80000080000000808000800000008000800080800000C0C0C000808080000000
  99.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  100.       3333333333333333333333330000333333333333333333333333F33333333333
  101.       00003333344333333333333333388F3333333333000033334224333333333333
  102.       338338F3333333330000333422224333333333333833338F3333333300003342
  103.       222224333333333383333338F3333333000034222A22224333333338F338F333
  104.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  105.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  106.       0000333333333A222433333333333338F338F33300003333333333A222433333
  107.       333333338F338F33000033333333333A222433333333333338F338F300003333
  108.       33333333A222433333333333338F338F00003333333333333A22433333333333
  109.       3338F38F000033333333333333A223333333333333338F830000333333333333
  110.       333A333333333333333338330000333333333333333333333333333333333333
  111.       0000}
  112.     NumGlyphs = 2
  113.   end
  114.   object CancelBtn: TBitBtn
  115.     Left = 178
  116.     Top = 219
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&Cancel'
  120.     TabOrder = 3
  121.     Kind = bkCancel
  122.   end
  123.   object NameEdit: TEdit
  124.     Left = 68
  125.     Top = 88
  126.     Width = 250
  127.     Height = 21
  128.     MaxLength = 31
  129.     TabOrder = 0
  130.   end
  131.   object IDEdit: TEdit
  132.     Left = 68
  133.     Top = 112
  134.     Width = 249
  135.     Height = 21
  136.     CharCase = ecUpperCase
  137.     TabOrder = 1
  138.     OnKeyPress = IDEditKeyPress
  139.   end
  140. end
  141.