home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / bonus / install / SetUp.exe / 0 / RCDATA / TFMSG / TFMSG.txt < prev   
Text File  |  2001-11-28  |  970b  |  50 lines

  1. object FMsg: TFMsg
  2.   Left = 405
  3.   Top = 283
  4.   BorderStyle = bsNone
  5.   Caption = 'FMsg'
  6.   ClientHeight = 80
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 24
  21.     Top = 24
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.ico>}
  26.   end
  27.   object Shape1: TShape
  28.     Left = 228
  29.     Top = 4
  30.     Width = 89
  31.     Height = 17
  32.     Brush.Style = bsClear
  33.     Pen.Color = clWhite
  34.     Pen.Width = 3
  35.   end
  36.   object text: TLabel
  37.     Left = 76
  38.     Top = 32
  39.     Width = 22
  40.     Height = 13
  41.     Caption = 'text'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49. end
  50.