home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / AppInitialization.bpl / RCDATA / TFRMREGCODE / TFRMREGCODE.txt
Encoding:
Text File  |  2004-03-31  |  3.2 KB  |  159 lines

  1. object frmRegCode: TfrmRegCode
  2.   Left = 388
  3.   Top = 337
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter Key'
  6.   ClientHeight = 262
  7.   ClientWidth = 405
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblRegCode: TLabel
  21.     Left = 14
  22.     Top = 137
  23.     Width = 88
  24.     Height = 13
  25.     Caption = 'Registration Key:'
  26.     FocusControl = MaskEdit1
  27.   end
  28.   object lblFullName: TLabel
  29.     Left = 14
  30.     Top = 77
  31.     Width = 77
  32.     Height = 13
  33.     Caption = '&Full name:'
  34.     FocusControl = edtFullName
  35.   end
  36.   object lblOrg: TLabel
  37.     Left = 14
  38.     Top = 106
  39.     Width = 65
  40.     Height = 13
  41.     Caption = '&Organization:'
  42.     FocusControl = edtOrganization
  43.   end
  44.   object bvlBottom: TBevel
  45.     Left = 10
  46.     Top = 217
  47.     Width = 386
  48.     Height = 6
  49.     Shape = bsTopLine
  50.   end
  51.   object imgKeys: TImage
  52.     Left = 12
  53.     Top = 9
  54.     Width = 32
  55.     Height = 32
  56.   end
  57.   object bvlTop: TBevel
  58.     Left = 10
  59.     Top = 56
  60.     Width = 386
  61.     Height = 6
  62.     Shape = bsTopLine
  63.   end
  64.   object lblTopic: TLabel
  65.     Left = 52
  66.     Top = 11
  67.     Width = 345
  68.     Height = 41
  69.     AutoSize = False
  70.     Caption = '.'
  71.     WordWrap = True
  72.   end
  73.   object btnOk: TButton
  74.     Left = 241
  75.     Top = 229
  76.     Width = 75
  77.     Height = 23
  78.     Caption = 'OK'
  79.     Default = True
  80.     TabOrder = 3
  81.     OnClick = btnOkClick
  82.   end
  83.   object btnCancel: TButton
  84.     Left = 321
  85.     Top = 229
  86.     Width = 75
  87.     Height = 23
  88.     Cancel = True
  89.     Caption = 'Cancel'
  90.     TabOrder = 4
  91.     OnClick = btnCancelClick
  92.   end
  93.   object edtFullName: TEdit
  94.     Left = 106
  95.     Top = 74
  96.     Width = 289
  97.     Height = 21
  98.     TabOrder = 0
  99.   end
  100.   object edtOrganization: TEdit
  101.     Left = 106
  102.     Top = 103
  103.     Width = 289
  104.     Height = 21
  105.     TabOrder = 1
  106.   end
  107.   object MaskEdit1: TMaskEdit
  108.     Left = 106
  109.     Top = 133
  110.     Width = 289
  111.     Height = 25
  112.     AutoSelect = False
  113.     AutoSize = False
  114.     EditMask = '>AAAAA-AAAAA-AAAAA-AAAAA-AAAAA-AAAAA;1; '
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clWindowText
  117.     Font.Height = -11
  118.     Font.Name = 'Fixedsys'
  119.     Font.Style = []
  120.     MaxLength = 35
  121.     ParentFont = False
  122.     TabOrder = 2
  123.     Text = '     -     -     -     -     -     '
  124.     OnKeyDown = MaskEdit1KeyDown
  125.     OnKeyPress = MaskEdit1KeyPress
  126.     OnKeyUp = MaskEdit1KeyUp
  127.   end
  128.   object htmlBuyOnline: TTUHTMLViewer
  129.     Left = 106
  130.     Top = 169
  131.     Width = 289
  132.     Height = 44
  133.     OnHotSpotClick = htmlBuyOnlineHotSpotClick
  134.     TabOrder = 5
  135.     BorderStyle = htNone
  136.     HistoryMaxCount = 0
  137.     DefFontName = 'Tahoma'
  138.     DefPreFontName = 'Courier New'
  139.     DefFontSize = 8
  140.     DefHotSpotColor = clNavy
  141.     NoSelect = True
  142.     ScrollBars = ssNone
  143.     CharSet = DEFAULT_CHARSET
  144.     MarginHeight = 0
  145.     MarginWidth = 0
  146.     PrintMarginLeft = 2
  147.     PrintMarginRight = 2
  148.     PrintMarginTop = 2
  149.     PrintMarginBottom = 2
  150.     PrintScale = 1
  151.     htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  152.     HTML.Strings = (
  153.       
  154.         'If you do not have a Registration Key for unlocking this trial v' +
  155.         'ersion, you can'
  156.       '<a href="#">order one online</a>.')
  157.   end
  158. end
  159.