home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / AppInitialization.bpl / RCDATA / TFRMNAG / TFRMNAG.txt
Encoding:
Text File  |  2004-03-31  |  2.2 KB  |  116 lines

  1. object frmNag: TfrmNag
  2.   Left = 261
  3.   Top = 734
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 370
  6.   ClientWidth = 525
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 415
  22.     Top = -3
  23.     Width = 6
  24.     Height = 373
  25.     Shape = bsLeftLine
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 424
  29.     Top = 319
  30.     Width = 93
  31.     Height = 9
  32.     Shape = bsTopLine
  33.   end
  34.   object btnClose: TButton
  35.     Left = 424
  36.     Top = 226
  37.     Width = 93
  38.     Height = 24
  39.     Caption = 'Order Now'
  40.     TabOrder = 0
  41.     OnClick = btnCloseClick
  42.   end
  43.   object btnEnterCode: TButton
  44.     Left = 424
  45.     Top = 254
  46.     Width = 93
  47.     Height = 24
  48.     Caption = 'Enter Key'
  49.     TabOrder = 1
  50.     OnClick = btnEnterCodeClick
  51.   end
  52.   object btnOrderNow: TButton
  53.     Left = 424
  54.     Top = 332
  55.     Width = 93
  56.     Height = 24
  57.     Caption = 'Keep Testing'
  58.     TabOrder = 2
  59.     OnClick = btnOrderNowClick
  60.   end
  61.   object htmNag: TTUHTMLViewer
  62.     Left = 0
  63.     Top = 0
  64.     Width = 415
  65.     Height = 370
  66.     TabOrder = 3
  67.     BorderStyle = htNone
  68.     HistoryMaxCount = 0
  69.     DefFontName = 'Times New Roman'
  70.     DefPreFontName = 'Courier New'
  71.     DefFontColor = clBlack
  72.     NoSelect = True
  73.     CharSet = DEFAULT_CHARSET
  74.     PrintMarginLeft = 2
  75.     PrintMarginRight = 2
  76.     PrintMarginTop = 2
  77.     PrintMarginBottom = 2
  78.     PrintScale = 1
  79.     BaseCSSFile = '-'
  80.     CSS.Strings = (
  81.       'body'#9'{'
  82.       #9'margin: 137 0 0 24;'
  83.       #9'}'
  84.       'b'#9'{'
  85.       #9'color: #393939;'
  86.       #9'}'
  87.       'p'#9'{'
  88.       #9'margin: 0 0 0 0;'
  89.       #9'font-family: Tahoma, Arial;'
  90.       #9'font-size: 10px;'
  91.       #9'}'
  92.       '.time'#9'{'
  93.       #9'position: absolute;'
  94.       #9'top: 311;'
  95.       #9'}')
  96.     object pbTrial: TProgressBar
  97.       Left = 24
  98.       Top = 329
  99.       Width = 366
  100.       Height = 17
  101.       Min = 0
  102.       Max = 100
  103.       TabOrder = 4
  104.     end
  105.   end
  106.   object btnQuit: TButton
  107.     Left = 424
  108.     Top = 282
  109.     Width = 93
  110.     Height = 24
  111.     Caption = 'Exit'
  112.     TabOrder = 4
  113.     OnClick = btnQuitClick
  114.   end
  115. end
  116.