home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TDOLICENSE / TDOLICENSE.txt
Encoding:
Text File  |  1998-04-06  |  2.0 KB  |  120 lines

  1. object DoLicense: TDoLicense
  2.   Left = 311
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'License Software'
  6.   ClientHeight = 96
  7.   ClientWidth = 322
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 317
  20.     Height = 61
  21.     Shape = bsFrame
  22.     Style = bsRaised
  23.   end
  24.   object Label1: TLabel
  25.     Left = 12
  26.     Top = 16
  27.     Width = 73
  28.     Height = 16
  29.     Alignment = taRightJustify
  30.     AutoSize = False
  31.     Caption = 'Your Name:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 12
  35.     Top = 40
  36.     Width = 73
  37.     Height = 16
  38.     Alignment = taRightJustify
  39.     AutoSize = False
  40.     Caption = 'Code:'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 144
  44.     Top = 40
  45.     Width = 9
  46.     Height = 16
  47.     Caption = '-'
  48.     Font.Color = clBlack
  49.     Font.Height = -13
  50.     Font.Name = 'Arial'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 208
  56.     Top = 40
  57.     Width = 9
  58.     Height = 16
  59.     Caption = '-'
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object OKButton: TButton
  67.     Left = 68
  68.     Top = 72
  69.     Width = 89
  70.     Height = 21
  71.     Caption = '&Ok'
  72.     TabOrder = 4
  73.     OnClick = OKButtonClick
  74.   end
  75.   object YourName: TEdit
  76.     Left = 96
  77.     Top = 8
  78.     Width = 217
  79.     Height = 24
  80.     TabOrder = 0
  81.   end
  82.   object TheCode: TEdit
  83.     Left = 96
  84.     Top = 36
  85.     Width = 45
  86.     Height = 24
  87.     MaxLength = 4
  88.     TabOrder = 1
  89.   end
  90.   object Button1: TButton
  91.     Left = 164
  92.     Top = 72
  93.     Width = 89
  94.     Height = 21
  95.     Caption = '&Cancel'
  96.     TabOrder = 5
  97.     OnClick = Button1Click
  98.   end
  99.   object TheCode2: TEdit
  100.     Left = 152
  101.     Top = 36
  102.     Width = 53
  103.     Height = 24
  104.     MaxLength = 5
  105.     TabOrder = 2
  106.   end
  107.   object TheCode3: TEdit
  108.     Left = 216
  109.     Top = 36
  110.     Width = 53
  111.     Height = 24
  112.     MaxLength = 5
  113.     TabOrder = 3
  114.   end
  115.   object MyEncrypt: TTomEncryption
  116.     Left = 20
  117.     Top = 68
  118.   end
  119. end
  120.