home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / ctenari / Turek / _SETUP.1 / Test.exe / 0 / RCDATA / TASSISTANTBALLOON / TASSISTANTBALLOON.txt < prev   
Text File  |  2000-11-15  |  3KB  |  132 lines

  1. object AssistantBalloon: TAssistantBalloon
  2.   Left = 500
  3.   Top = 151
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 113
  7.   ClientWidth = 227
  8.   Color = 12648447
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDeactivate = FormDeactivate
  22.   OnHide = FormHide
  23.   OnKeyPress = FormKeyPress
  24.   OnPaint = FormPaint
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object MsgIcon: TImage
  29.     Left = 48
  30.     Top = 8
  31.     Width = 32
  32.     Height = 32
  33.     AutoSize = True
  34.     Transparent = True
  35.   end
  36.   object Title: TLabel
  37.     Left = 96
  38.     Top = 8
  39.     Width = 26
  40.     Height = 13
  41.     Caption = 'Title'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     ShowAccelChar = False
  49.   end
  50.   object DividerTop: TShape
  51.     Left = 140
  52.     Top = 55
  53.     Width = 49
  54.     Height = 1
  55.     Brush.Color = clGray
  56.     Enabled = False
  57.     Pen.Color = clSilver
  58.   end
  59.   object DividerBottom: TShape
  60.     Left = 140
  61.     Top = 63
  62.     Width = 49
  63.     Height = 1
  64.     Brush.Color = clGray
  65.     Enabled = False
  66.     Pen.Color = clSilver
  67.   end
  68.   object MsgText: TLabel
  69.     Left = 136
  70.     Top = 7
  71.     Width = 41
  72.     Height = 13
  73.     AutoSize = False
  74.     Caption = 'MsgText'
  75.     ShowAccelChar = False
  76.     WordWrap = True
  77.   end
  78.   object TipIcon: TImage
  79.     Left = 190
  80.     Top = 7
  81.     Width = 20
  82.     Height = 28
  83.     AutoSize = True
  84.     Picture.Data = {<image000.bmp>}
  85.     Transparent = True
  86.   end
  87.   object UserRequest: TMemo
  88.     Left = 32
  89.     Top = 72
  90.     Width = 177
  91.     Height = 31
  92.     Ctl3D = False
  93.     Lines.Strings = (
  94.       'UserRequest')
  95.     ParentCtl3D = False
  96.     TabOrder = 0
  97.     WantReturns = False
  98.     OnChange = UserRequestChange
  99.     OnKeyPress = UserRequestKeyPress
  100.   end
  101.   object TopicsPanel: TPanel
  102.     Left = 80
  103.     Top = 48
  104.     Width = 41
  105.     Height = 11
  106.     BevelOuter = bvNone
  107.     FullRepaint = False
  108.     Locked = True
  109.     ParentColor = True
  110.     TabOrder = 2
  111.   end
  112.   object MagicPanel: TPanel
  113.     Left = 0
  114.     Top = 0
  115.     Width = 227
  116.     Height = 113
  117.     Align = alClient
  118.     BevelOuter = bvNone
  119.     Color = clBlack
  120.     Ctl3D = False
  121.     Enabled = False
  122.     FullRepaint = False
  123.     ParentCtl3D = False
  124.     TabOrder = 1
  125.   end
  126.   object Timer: TTimer
  127.     Enabled = False
  128.     Left = 8
  129.     Top = 8
  130.   end
  131. end
  132.