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 / TDLGLICENSE / TDLGLICENSE.txt
Encoding:
Text File  |  2007-01-31  |  2.4 KB  |  112 lines

  1. object DlgLicense: TDlgLicense
  2.   Left = 196
  3.   Top = 115
  4.   Width = 370
  5.   Height = 361
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = []
  9.   Caption = 'License Agreement'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 300
  12.   Constraints.MinWidth = 339
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = True
  20.   Position = poDesktopCenter
  21.   OnShow = LicenseShow
  22.   DesignSize = (
  23.     362
  24.     327)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Warn1: TLabel
  28.     Left = 6
  29.     Top = 252
  30.     Width = 54
  31.     Height = 14
  32.     Anchors = [akLeft, akBottom]
  33.     Caption = 'Warning 1'
  34.     Font.Charset = EASTEUROPE_CHARSET
  35.     Font.Color = clRed
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Warn2: TLabel
  42.     Left = 6
  43.     Top = 272
  44.     Width = 54
  45.     Height = 14
  46.     Anchors = [akLeft, akBottom]
  47.     Caption = 'Warning 1'
  48.     Font.Charset = EASTEUROPE_CHARSET
  49.     Font.Color = clRed
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object Button1: TSpeedButton
  56.     Left = 68
  57.     Top = 294
  58.     Width = 75
  59.     Height = 25
  60.     Anchors = [akBottom]
  61.     Caption = 'Accept'
  62.     Font.Charset = EASTEUROPE_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     OnClick = LicenseAccept
  69.   end
  70.   object Button2: TSpeedButton
  71.     Left = 208
  72.     Top = 294
  73.     Width = 75
  74.     Height = 25
  75.     Anchors = [akBottom]
  76.     Caption = 'Decline'
  77.     Font.Charset = EASTEUROPE_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     OnClick = LicenseDecline
  84.   end
  85.   object Memo1: TMemo
  86.     Left = 0
  87.     Top = 0
  88.     Width = 362
  89.     Height = 246
  90.     Align = alCustom
  91.     Alignment = taCenter
  92.     Anchors = [akLeft, akTop, akRight, akBottom]
  93.     Color = clBtnFace
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     ReadOnly = True
  101.     ScrollBars = ssVertical
  102.     TabOrder = 0
  103.   end
  104.   object Timer1: TTimer
  105.     Enabled = False
  106.     Interval = 50
  107.     OnTimer = Timer1Timer
  108.     Left = 160
  109.     Top = 288
  110.   end
  111. end
  112.