home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TUPGRADEDLG / TUPGRADEDLG.txt < prev   
Text File  |  2006-09-21  |  2KB  |  98 lines

  1. object UpgradeDlg: TUpgradeDlg
  2.   Left = 349
  3.   Top = 241
  4.   BorderStyle = bsDialog
  5.   Caption = 'Upgrade'
  6.   ClientHeight = 129
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 57
  22.     Width = 326
  23.     Height = 3
  24.     Align = alTop
  25.   end
  26.   object ckDonotPrompt: TCheckBox
  27.     Left = 6
  28.     Top = 109
  29.     Width = 307
  30.     Height = 17
  31.     Caption = 'Do not prompt me again'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 2
  39.   end
  40.   object btYes: TButton
  41.     Left = 94
  42.     Top = 71
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Yes'
  46.     Default = True
  47.     ModalResult = 6
  48.     TabOrder = 0
  49.   end
  50.   object btNo: TButton
  51.     Left = 182
  52.     Top = 71
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'No'
  57.     ModalResult = 7
  58.     TabOrder = 1
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 0
  62.     Top = 0
  63.     Width = 326
  64.     Height = 57
  65.     Align = alTop
  66.     BevelOuter = bvNone
  67.     TabOrder = 3
  68.     object Shape1: TShape
  69.       Left = 150
  70.       Top = 0
  71.       Width = 176
  72.       Height = 57
  73.       Align = alClient
  74.       Pen.Style = psClear
  75.     end
  76.     object Image: TImage
  77.       Left = 0
  78.       Top = 0
  79.       Width = 150
  80.       Height = 57
  81.       Align = alLeft
  82.       AutoSize = True
  83.       Center = True
  84.       Picture.Data = {<image000.bmp>}
  85.     end
  86.     object lbMessage: TLabel
  87.       Left = 96
  88.       Top = 12
  89.       Width = 220
  90.       Height = 33
  91.       AutoSize = False
  92.       Caption = 'There is a new version of %s. Do you want to upgrade?'
  93.       Transparent = True
  94.       WordWrap = True
  95.     end
  96.   end
  97. end
  98.