home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TMESSFORM / TMESSFORM.txt
Text File  |  1998-04-01  |  780b  |  39 lines

  1. object messform: Tmessform
  2.   Left = 565
  3.   Top = 208
  4.   Width = 349
  5.   Height = 176
  6.   Caption = 'Message'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 33
  17.     Top = 39
  18.     Width = 205
  19.     Height = 16
  20.     Caption = 'Unable to complete Request'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -15
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 127
  30.     Top = 77
  31.     Width = 66
  32.     Height = 28
  33.     TabOrder = 0
  34.     OnClick = BitBtn1Click
  35.     Kind = bkOK
  36.     Style = bsNew
  37.   end
  38. end
  39.