home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / bonus / srew / files / iqsetup.exe / 0 / RCDATA / TDLGINSTSCREEN / TDLGINSTSCREEN.txt < prev   
Text File  |  2005-05-26  |  4KB  |  148 lines

  1. object dlgInstScreen: TdlgInstScreen
  2.   Left = 316
  3.   Top = 197
  4.   HelpContext = 10
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome'
  7.   ClientHeight = 437
  8.   ClientWidth = 470
  9.   Color = 15725559
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblDesc: TLabel
  21.     Left = 24
  22.     Top = 72
  23.     Width = 425
  24.     Height = 208
  25.     Caption = 
  26.       'Thank you for installing MetaProducts Inquiry! '#13#10' '#13#10'Inquiry prov' +
  27.       'ides two different program interace options: One version is inte' +
  28.       'grated into Microsoft Internet Explorer (MSIE) and is displayed ' +
  29.       'in an MSIE sidebar (Sidebar Version), just like the MSIE Search,' +
  30.       ' Favorites, History and Folders sidebar options. This sidebar ve' +
  31.       'rsion can be turned on and off using a toolbar button or the MSI' +
  32.       'E View menu.'#13#10' '#13#10'The second version of Inquiry is a standalone p' +
  33.       'rogram that integrates the MSIE browser component into the progr' +
  34.       'am itself, providing the same controls and features, in a simila' +
  35.       'r but different configuration. (Standalone Version)'#13#10' '#13#10'Both ver' +
  36.       'sions are available after installation. The Sidebar Version is c' +
  37.       'ontrolled using the View Explorer Bar in MSIE, and the Standalon' +
  38.       'e Version can be launched using the MetaProduct Inquiry entry lo' +
  39.       'cated in the Start menu.'#13#10' '#13#10'Which version would you like to run' +
  40.       ' now?'
  41.     WordWrap = True
  42.   end
  43.   object Image1: TImage
  44.     Left = 24
  45.     Top = 283
  46.     Width = 32
  47.     Height = 32
  48.     AutoSize = True
  49.     Picture.Data = {<image000.ico>}
  50.   end
  51.   object Image2: TImage
  52.     Left = 24
  53.     Top = 323
  54.     Width = 32
  55.     Height = 32
  56.     AutoSize = True
  57.     Picture.Data = {<image001.ico>}
  58.   end
  59.   object btnOK: TButton
  60.     Left = 202
  61.     Top = 403
  62.     Width = 75
  63.     Height = 23
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 3
  68.     OnClick = btnOKClick
  69.   end
  70.   object rbMSIE: TRadioButton
  71.     Left = 64
  72.     Top = 291
  73.     Width = 300
  74.     Height = 17
  75.     Caption = 'MSIE Sidebar version'
  76.     Checked = True
  77.     TabOrder = 0
  78.     TabStop = True
  79.   end
  80.   object rbUI: TRadioButton
  81.     Left = 64
  82.     Top = 331
  83.     Width = 300
  84.     Height = 17
  85.     Caption = 'Standalone version'
  86.     TabOrder = 1
  87.   end
  88.   object Panel2: TPanel
  89.     Left = 0
  90.     Top = 0
  91.     Width = 470
  92.     Height = 65
  93.     Align = alTop
  94.     BevelOuter = bvNone
  95.     Color = clWhite
  96.     TabOrder = 4
  97.     object Bevel3: TBevel
  98.       Left = 0
  99.       Top = 61
  100.       Width = 470
  101.       Height = 4
  102.       Align = alBottom
  103.       Shape = bsBottomLine
  104.       Style = bsRaised
  105.     end
  106.     object Image4: TImage
  107.       Left = 410
  108.       Top = 8
  109.       Width = 48
  110.       Height = 48
  111.       Transparent = True
  112.     end
  113.     object Label15: TLabel
  114.       Left = 16
  115.       Top = 14
  116.       Width = 393
  117.       Height = 24
  118.       AutoSize = False
  119.       Caption = '%s'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clWindowText
  122.       Font.Height = -16
  123.       Font.Name = 'Tahoma'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.       ShowAccelChar = False
  127.       Transparent = True
  128.     end
  129.     object Label20: TLabel
  130.       Left = 32
  131.       Top = 39
  132.       Width = 37
  133.       Height = 13
  134.       Caption = 'Label20'
  135.       ShowAccelChar = False
  136.       Transparent = True
  137.     end
  138.   end
  139.   object rbNoRun: TRadioButton
  140.     Left = 64
  141.     Top = 371
  142.     Width = 300
  143.     Height = 17
  144.     Caption = 'Do not run MetaProducts Inquiry at this time'
  145.     TabOrder = 2
  146.   end
  147. end
  148.