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

  1. object frmOrderNow: TfrmOrderNow
  2.   Left = 471
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'Order Now'
  6.   ClientHeight = 394
  7.   ClientWidth = 449
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnlOrderCode: TPanel
  23.     Left = 0
  24.     Top = 53
  25.     Width = 449
  26.     Height = 153
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     Color = clWhite
  30.     TabOrder = 0
  31.     DesignSize = (
  32.       449
  33.       153)
  34.     object shpCode: TShape
  35.       Left = 11
  36.       Top = 0
  37.       Width = 426
  38.       Height = 138
  39.       Anchors = [akLeft, akTop, akRight]
  40.       Brush.Color = 16055805
  41.       Pen.Color = 13092807
  42.       Shape = stRoundRect
  43.     end
  44.     object lblDescCode: TLabel
  45.       Left = 119
  46.       Top = 30
  47.       Width = 304
  48.       Height = 64
  49.       Anchors = [akLeft, akTop, akRight]
  50.       AutoSize = False
  51.       Caption = 
  52.         'You will receive your personal Registration Key from us immediat' +
  53.         'ely after you submit your order. You can use this code to unlock' +
  54.         ' your demo version into a full version of the software. This ord' +
  55.         'er method means that you can use your software immediately witho' +
  56.         'ut waiting.'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clBlack
  59.       Font.Height = -11
  60.       Font.Name = 'Tahoma'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       Transparent = True
  64.       WordWrap = True
  65.     end
  66.     object lblTopicCode: TLabel
  67.       Left = 25
  68.       Top = 9
  69.       Width = 163
  70.       Height = 14
  71.       Caption = 'Registration Key over the Internet'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = 12870182
  74.       Font.Height = -12
  75.       Font.Name = 'Tahoma'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.       Transparent = True
  79.     end
  80.     object lblPriceCode: TLabel
  81.       Left = 119
  82.       Top = 99
  83.       Width = 55
  84.       Height = 14
  85.       Anchors = [akLeft, akBottom]
  86.       Caption = 'Upgrade:'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = 3618615
  89.       Font.Height = -12
  90.       Font.Name = 'Tahoma'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       Transparent = True
  94.     end
  95.     object Label1: TLabel
  96.       Left = 119
  97.       Top = 115
  98.       Width = 70
  99.       Height = 14
  100.       Anchors = [akLeft, akBottom]
  101.       Caption = 'Full version:'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = 3618615
  104.       Font.Height = -12
  105.       Font.Name = 'Tahoma'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.       Transparent = True
  109.     end
  110.     object Label2: TLabel
  111.       Left = 199
  112.       Top = 115
  113.       Width = 64
  114.       Height = 14
  115.       Anchors = [akLeft, akBottom]
  116.       Caption = #8364'34.99'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = 3618615
  119.       Font.Height = -12
  120.       Font.Name = 'Tahoma'
  121.       Font.Style = [fsBold]
  122.       ParentFont = False
  123.       Transparent = True
  124.     end
  125.     object Label3: TLabel
  126.       Left = 199
  127.       Top = 99
  128.       Width = 64
  129.       Height = 14
  130.       Anchors = [akLeft, akBottom]
  131.       Caption = #8364'19.99'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = 3618615
  134.       Font.Height = -12
  135.       Font.Name = 'Tahoma'
  136.       Font.Style = [fsBold]
  137.       ParentFont = False
  138.       Transparent = True
  139.     end
  140.     object btnOrderCode: TButton
  141.       Left = 296
  142.       Top = 99
  143.       Width = 125
  144.       Height = 24
  145.       Anchors = [akRight, akBottom]
  146.       Caption = 'Order Online'
  147.       TabOrder = 0
  148.       OnClick = btnOrderCodeClick
  149.     end
  150.     object imgDL: TTUHTMLViewer
  151.       Left = 24
  152.       Top = 32
  153.       Width = 93
  154.       Height = 87
  155.       TabOrder = 1
  156.       DefBackground = 16055805
  157.       BorderStyle = htNone
  158.       HistoryMaxCount = 0
  159.       DefFontName = 'Times New Roman'
  160.       DefPreFontName = 'Courier New'
  161.       NoSelect = False
  162.       ScrollBars = ssNone
  163.       CharSet = DEFAULT_CHARSET
  164.       MarginHeight = 0
  165.       MarginWidth = 0
  166.       PrintMarginLeft = 2
  167.       PrintMarginRight = 2
  168.       PrintMarginTop = 2
  169.       PrintMarginBottom = 2
  170.       PrintScale = 1
  171.     end
  172.   end
  173.   object pnlHeader: TPanel
  174.     Left = 0
  175.     Top = 0
  176.     Width = 449
  177.     Height = 53
  178.     Align = alTop
  179.     BevelOuter = bvNone
  180.     Color = clWhite
  181.     TabOrder = 1
  182.     object TUApplicationHeader1: TTUApplicationHeader
  183.       Left = 0
  184.       Top = 0
  185.       Width = 449
  186.       Height = 42
  187.       Align = alTop
  188.       TabOrder = 0
  189.       LogoFileName = 'orderheader.png'
  190.     end
  191.   end
  192.   object pnlOrderBox: TPanel
  193.     Left = 0
  194.     Top = 206
  195.     Width = 449
  196.     Height = 185
  197.     Align = alTop
  198.     BevelOuter = bvNone
  199.     Color = clWhite
  200.     TabOrder = 2
  201.     DesignSize = (
  202.       449
  203.       185)
  204.     object shpBox: TShape
  205.       Left = 11
  206.       Top = 0
  207.       Width = 426
  208.       Height = 174
  209.       Anchors = [akLeft, akTop, akRight]
  210.       Brush.Color = 16055805
  211.       Pen.Color = 13092807
  212.       Shape = stRoundRect
  213.     end
  214.     object lblDescBox: TLabel
  215.       Left = 119
  216.       Top = 30
  217.       Width = 305
  218.       Height = 67
  219.       Anchors = [akLeft, akTop, akRight, akBottom]
  220.       AutoSize = False
  221.       Caption = 
  222.         'You will receive TuneUp Utilities 2004 via mail a few days after' +
  223.         ' you submit your order. The product will be delivered in a high-' +
  224.         'quality box with a CD-ROM and manual. The product will be shippe' +
  225.         'd by our distribution partner S.A.D.'
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = clBlack
  228.       Font.Height = -11
  229.       Font.Name = 'Tahoma'
  230.       Font.Style = []
  231.       ParentFont = False
  232.       Transparent = True
  233.       WordWrap = True
  234.     end
  235.     object lblTopicBox: TLabel
  236.       Left = 25
  237.       Top = 9
  238.       Width = 138
  239.       Height = 14
  240.       Caption = 'Box Delivery'
  241.       Font.Charset = DEFAULT_CHARSET
  242.       Font.Color = 12870182
  243.       Font.Height = -12
  244.       Font.Name = 'Tahoma'
  245.       Font.Style = [fsBold]
  246.       ParentFont = False
  247.       Transparent = True
  248.     end
  249.     object lblPriceBox: TLabel
  250.       Left = 119
  251.       Top = 106
  252.       Width = 85
  253.       Height = 14
  254.       Anchors = [akLeft, akBottom]
  255.       Caption = 'Price: $ 44.95'
  256.       Font.Charset = DEFAULT_CHARSET
  257.       Font.Color = 3618615
  258.       Font.Height = -12
  259.       Font.Name = 'Tahoma'
  260.       Font.Style = [fsBold]
  261.       ParentFont = False
  262.       Transparent = True
  263.     end
  264.     object btnPhone: TButton
  265.       Left = 296
  266.       Top = 106
  267.       Width = 125
  268.       Height = 24
  269.       Anchors = [akRight, akBottom]
  270.       Caption = 'Order by Phone'
  271.       TabOrder = 0
  272.       OnClick = btnPhoneClick
  273.     end
  274.     object btnPhysDeliveryOnline: TButton
  275.       Left = 296
  276.       Top = 135
  277.       Width = 125
  278.       Height = 24
  279.       Anchors = [akRight, akBottom]
  280.       Caption = 'Order Online'
  281.       TabOrder = 1
  282.       OnClick = btnPhysDeliveryOnlineClick
  283.     end
  284.     object imgBox: TTUHTMLViewer
  285.       Left = 31
  286.       Top = 33
  287.       Width = 73
  288.       Height = 93
  289.       TabOrder = 2
  290.       DefBackground = 16055805
  291.       BorderStyle = htNone
  292.       HistoryMaxCount = 0
  293.       DefFontName = 'Times New Roman'
  294.       DefPreFontName = 'Courier New'
  295.       NoSelect = False
  296.       ScrollBars = ssNone
  297.       CharSet = DEFAULT_CHARSET
  298.       MarginHeight = 0
  299.       MarginWidth = 0
  300.       PrintMarginLeft = 2
  301.       PrintMarginRight = 2
  302.       PrintMarginTop = 2
  303.       PrintMarginBottom = 2
  304.       PrintScale = 1
  305.     end
  306.   end
  307. end
  308.