home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TOWUPDATEFORM / TOWUPDATEFORM.txt
Encoding:
Text File  |  2000-10-20  |  2.3 KB  |  99 lines

  1. object OWUpdateForm: TOWUpdateForm
  2.   Left = 251
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Update'
  7.   ClientHeight = 257
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 147
  21.     Top = 224
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Exit'
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 10
  30.     Top = 12
  31.     Width = 349
  32.     Height = 201
  33.     BevelInner = bvRaised
  34.     BevelOuter = bvLowered
  35.     TabOrder = 1
  36.     object Label2: TLabel
  37.       Left = 99
  38.       Top = 16
  39.       Width = 150
  40.       Height = 16
  41.       Alignment = taCenter
  42.       Caption = 'IMPORTANT NOTICE'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clRed
  45.       Font.Height = -13
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold, fsUnderline]
  48.       ParentFont = False
  49.     end
  50.     object Label1: TLabel
  51.       Left = 12
  52.       Top = 44
  53.       Width = 325
  54.       Height = 37
  55.       Alignment = taCenter
  56.       AutoSize = False
  57.       Caption = 
  58.         'The order wizard detected that a new version is needed. Please v' +
  59.         'isit the following URL for an update:'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       WordWrap = True
  67.     end
  68.     object UpdateURLLabel: TURLLabel
  69.       Left = 12
  70.       Top = 104
  71.       Width = 83
  72.       Height = 13
  73.       Cursor = crHandPoint
  74.       Caption = 'UpdateURLLabel'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBlue
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsUnderline]
  80.       ParentFont = False
  81.     end
  82.     object Label3: TLabel
  83.       Left = 34
  84.       Top = 164
  85.       Width = 280
  86.       Height = 13
  87.       Alignment = taCenter
  88.       Caption = 'Be sure to exit this version before installing the new version.'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clRed
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       WordWrap = True
  96.     end
  97.   end
  98. end
  99.