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 / TDLGALERT / TDLGALERT.txt < prev   
Encoding:
Text File  |  2007-01-31  |  3.0 KB  |  143 lines

  1. object DlgAlert: TDlgAlert
  2.   Left = 236
  3.   Top = 106
  4.   Width = 263
  5.   Height = 225
  6.   BorderWidth = 1
  7.   Caption = 'Alert'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 225
  10.   Constraints.MinWidth = 263
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     253
  20.     189)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image2: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 253
  27.     Height = 189
  28.     Anchors = [akLeft, akTop, akRight, akBottom]
  29.     Picture.Data = {<image000.bmp>}
  30.     Stretch = True
  31.   end
  32.   object httpurl: TLabel
  33.     Left = 2
  34.     Top = 140
  35.     Width = 37
  36.     Height = 13
  37.     Cursor = crHandPoint
  38.     Alignment = taCenter
  39.     Anchors = [akLeft, akRight, akBottom]
  40.     Caption = 'httpurl'
  41.     Font.Charset = EASTEUROPE_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold, fsUnderline]
  46.     ParentFont = False
  47.     Transparent = True
  48.     OnClick = httpurlClick
  49.   end
  50.   object httpurl2: TLabel
  51.     Left = 2
  52.     Top = 162
  53.     Width = 160
  54.     Height = 16
  55.     Cursor = crHandPoint
  56.     Alignment = taCenter
  57.     Anchors = [akLeft, akRight, akBottom]
  58.     Caption = 'http://www.Raketu.com'
  59.     Font.Charset = EASTEUROPE_CHARSET
  60.     Font.Color = clBlue
  61.     Font.Height = -13
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold, fsUnderline]
  64.     ParentFont = False
  65.     Transparent = True
  66.     Visible = False
  67.     OnClick = httpurlClick
  68.   end
  69.   object Title: TLabel
  70.     Left = 6
  71.     Top = 5
  72.     Width = 110
  73.     Height = 24
  74.     Caption = 'Title of alert'
  75.     Font.Charset = EASTEUROPE_CHARSET
  76.     Font.Color = clMaroon
  77.     Font.Height = -19
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     Transparent = True
  82.   end
  83.   object Image1: TImage
  84.     Left = 193
  85.     Top = 145
  86.     Width = 62
  87.     Height = 28
  88.     Cursor = crHandPoint
  89.     Center = True
  90.     Transparent = True
  91.     Visible = False
  92.     OnClick = httpurlClick
  93.   end
  94.   object Memo1: TMemo
  95.     Left = 1
  96.     Top = 32
  97.     Width = 253
  98.     Height = 105
  99.     Align = alCustom
  100.     Alignment = taCenter
  101.     Anchors = [akLeft, akTop, akRight, akBottom]
  102.     BevelKind = bkSoft
  103.     BevelOuter = bvRaised
  104.     Color = clWhite
  105.     Font.Charset = EASTEUROPE_CHARSET
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     ReadOnly = True
  112.     ScrollBars = ssVertical
  113.     TabOrder = 0
  114.     OnDblClick = DblClick
  115.   end
  116.   object BOK: TButton
  117.     Left = 45
  118.     Top = 162
  119.     Width = 62
  120.     Height = 22
  121.     Anchors = [akBottom]
  122.     Caption = 'OK'
  123.     TabOrder = 1
  124.     OnClick = BOKClick
  125.   end
  126.   object BClear: TButton
  127.     Left = 141
  128.     Top = 162
  129.     Width = 62
  130.     Height = 22
  131.     Anchors = [akBottom]
  132.     Caption = 'Clear'
  133.     TabOrder = 2
  134.     OnClick = BClearClick
  135.   end
  136.   object ApplicationEvents1: TApplicationEvents
  137.     OnActivate = FormActivate
  138.     OnRestore = FormActivate
  139.     Left = 120
  140.     Top = 128
  141.   end
  142. end
  143.