home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGABT / TDLGABT.txt < prev   
Text File  |  2006-04-12  |  3KB  |  126 lines

  1. object DlgAbt: TDlgAbt
  2.   Left = 180
  3.   Top = 79
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Wavigo'
  6.   ClientHeight = 148
  7.   ClientWidth = 252
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 182
  10.   Constraints.MaxWidth = 260
  11.   Constraints.MinHeight = 182
  12.   Constraints.MinWidth = 260
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poDesktopCenter
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 252
  28.     Height = 148
  29.     Align = alClient
  30.     Anchors = []
  31.     BevelInner = bvLowered
  32.     Color = clWhite
  33.     TabOrder = 0
  34.     object Label1: TLabel
  35.       Left = 8
  36.       Top = 14
  37.       Width = 116
  38.       Height = 16
  39.       Caption = 'Wavago 0.9.1.3b'
  40.       Color = clWhite
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clDefault
  43.       Font.Height = -13
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentColor = False
  47.       ParentFont = False
  48.     end
  49.     object Label5: TLabel
  50.       Left = 12
  51.       Top = 40
  52.       Width = 230
  53.       Height = 13
  54.       Caption = 'Copyright @ 2006 Wavago Communications Inc.'
  55.     end
  56.     object Label6: TLabel
  57.       Left = 88
  58.       Top = 88
  59.       Width = 86
  60.       Height = 13
  61.       Caption = 'All rights reserved.'
  62.     end
  63.     object Image3: TImage
  64.       Left = 216
  65.       Top = 1
  66.       Width = 35
  67.       Height = 31
  68.       Picture.Data = {<image001.ico>}
  69.     end
  70.     object Label2: TLabel
  71.       Left = 21
  72.       Top = 56
  73.       Width = 214
  74.       Height = 13
  75.       Caption = 'and others as appropriate (please refer to the '
  76.     end
  77.     object Label3: TLabel
  78.       Left = 84
  79.       Top = 72
  80.       Width = 89
  81.       Height = 13
  82.       Caption = 'license agreement)'
  83.     end
  84.     object SpeedButton1: TSpeedButton
  85.       Left = 94
  86.       Top = 124
  87.       Width = 65
  88.       Height = 22
  89.       Caption = 'Close'
  90.       OnClick = FormClose1
  91.     end
  92.     object SpeedButton2: TSpeedButton
  93.       Left = 8
  94.       Top = 104
  95.       Width = 101
  96.       Height = 20
  97.       Cursor = crHandPoint
  98.       Caption = 'License'
  99.       Flat = True
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clBlue
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsUnderline]
  105.       ParentFont = False
  106.       OnClick = ShowLicense
  107.     end
  108.     object SpeedButton3: TSpeedButton
  109.       Left = 144
  110.       Top = 104
  111.       Width = 101
  112.       Height = 20
  113.       Cursor = crHandPoint
  114.       Caption = 'Check for Updates'
  115.       Flat = True
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlue
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = [fsUnderline]
  121.       ParentFont = False
  122.       OnClick = SBChkForUpdatesClick
  123.     end
  124.   end
  125. end
  126.