home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Internet / NET_VAMP / _SETUP.1 / Vampire.exe / 0 / RCDATA / TVERSIONDLG / TVERSIONDLG.txt
Text File  |  1997-08-21  |  3KB  |  106 lines

  1. object VersionDlg: TVersionDlg
  2.   Left = 238
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'Latest version'
  6.   ClientHeight = 117
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 3
  18.     Top = 27
  19.     Width = 306
  20.     Height = 13
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Your version of Net Vampire is up-to-date so far...'
  24.     Font.Color = clGreen
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 112
  32.     Top = 48
  33.     Width = 89
  34.     Height = 13
  35.     Caption = 'has been released!'
  36.     Visible = False
  37.   end
  38.   object Label3: TLabel
  39.     Left = 61
  40.     Top = 8
  41.     Width = 190
  42.     Height = 13
  43.     Caption = 'Your version of Net Vampire is outdated.'
  44.     Visible = False
  45.   end
  46.   object BitBtn1: TBitBtn
  47.     Left = 24
  48.     Top = 80
  49.     Width = 126
  50.     Height = 25
  51.     Caption = '&View homepage'
  52.     Default = True
  53.     ModalResult = 6
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     TabOrder = 0
  57.     OnClick = BitBtn1Click
  58.     Glyph.Data = {
  59.       F6000000424DF600000000000000760000002800000010000000100000000100
  60.       04000000000080000000CE0E0000C40E00000000000000000000000000000000
  61.       80000080000000808000800000008000800080800000C0C0C000808080000000
  62.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550000055
  63.       5500555444444400518955444444444418985444444244618985542444280088
  64.       985582444888E80984058674688E8E804405867778E8E8E044058777788E8E80
  65.       440587777288E804460587777448806224055877224442622055587762222222
  66.       2055558777722222455555588774668855555555588888555555}
  67.   end
  68.   object BitBtn2: TBitBtn
  69.     Left = 163
  70.     Top = 80
  71.     Width = 126
  72.     Height = 25
  73.     TabOrder = 1
  74.     Kind = bkCancel
  75.   end
  76.   object TCP1: TTCP
  77.     Left = 8
  78.     Top = 5
  79.     Width = 32
  80.     Height = 32
  81.     OnError = TCPError
  82.     OnDataArrival = TCPDataArrival
  83.     OnConnect = TCPConnect
  84.     OnClose = TCPClose
  85.     ControlData = {
  86.       2143341208000000E5020000E5020000010000000000000000000000002CA701}
  87.   end
  88.   object TCP2: TTCP
  89.     Left = 272
  90.     Top = 5
  91.     Width = 32
  92.     Height = 32
  93.     OnError = TCPError
  94.     OnDataArrival = TCPDataArrival
  95.     OnConnect = TCPConnect
  96.     OnClose = TCPClose
  97.     ControlData = {
  98.       2143341208000000E5020000E5020000010000000000000000000000002CA701}
  99.   end
  100.   object DdeClientConv1: TDdeClientConv
  101.     ConnectMode = ddeManual
  102.     Left = 40
  103.     Top = 48
  104.   end
  105. end
  106.