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 / TDLGALERT / TDLGALERT.txt < prev   
Text File  |  2006-04-12  |  3KB  |  153 lines

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