home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGABT / TDLGABT.txt
Encoding:
Text File  |  2007-01-31  |  2.7 KB  |  124 lines

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