home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Plastic / Plastic.exe / 0 / RCDATA / TCOMPILEMSGFORM / TCOMPILEMSGFORM.txt
Encoding:
Text File  |  1998-08-12  |  947 b   |  50 lines

  1. object CompileMsgForm: TCompileMsgForm
  2.   Left = 283
  3.   Top = 249
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compile'
  7.   ClientHeight = 112
  8.   ClientWidth = 311
  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.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKButton: TBitBtn
  19.     Left = 112
  20.     Top = 72
  21.     Width = 89
  22.     Height = 33
  23.     TabOrder = 0
  24.     OnClick = OKButtonClick
  25.     Kind = bkOK
  26.   end
  27.   object Panel: TPanel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 297
  31.     Height = 57
  32.     BevelOuter = bvLowered
  33.     TabOrder = 1
  34.     object StatusLabel: TLabel
  35.       Left = 8
  36.       Top = 8
  37.       Width = 54
  38.       Height = 13
  39.       Caption = 'Compiling...'
  40.     end
  41.     object FilenameLabel: TLabel
  42.       Left = 8
  43.       Top = 32
  44.       Width = 42
  45.       Height = 13
  46.       Caption = 'Filename'
  47.     end
  48.   end
  49. end
  50.