home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / versaverter / versaverter.exe / 0 / RCDATA / TFCONTROLEDMESSAGE / TFCONTROLEDMESSAGE.txt
Text File  |  2002-02-12  |  1KB  |  60 lines

  1. object FControledMessage: TFControledMessage
  2.   Left = 407
  3.   Top = 249
  4.   AutoSize = True
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   BorderWidth = 5
  8.   Caption = 'Message'
  9.   ClientHeight = 50
  10.   ClientWidth = 345
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Arial'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnActivate = FormActivate
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object gRemaining: TGauge
  25.     Left = 0
  26.     Top = 14
  27.     Width = 345
  28.     Height = 15
  29.     Align = alTop
  30.     Progress = 0
  31.   end
  32.   object lMessage: TLabel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 345
  36.     Height = 14
  37.     Align = alTop
  38.     Alignment = taCenter
  39.     Caption = 'Message'
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 29
  44.     Width = 345
  45.     Height = 21
  46.     Align = alTop
  47.     BevelOuter = bvNone
  48.     TabOrder = 0
  49.     object bbDismiss: TBitBtn
  50.       Left = 240
  51.       Top = 2
  52.       Width = 75
  53.       Height = 18
  54.       Caption = 'Dismiss'
  55.       ModalResult = 2
  56.       TabOrder = 0
  57.     end
  58.   end
  59. end
  60.