home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TCOMPILERSTATUSLINE / TCOMPILERSTATUSLINE.txt
Text File  |  1998-05-08  |  2KB  |  94 lines

  1. object CompilerStatusLine: TCompilerStatusLine
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Compiler Status Line'
  7.   ClientHeight = 88
  8.   ClientWidth = 688
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object panelDoWhat: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 59
  21.     Height = 88
  22.     Align = alLeft
  23.     Alignment = taRightJustify
  24.     BevelOuter = bvNone
  25.     Caption = 'Compiling:'
  26.     TabOrder = 0
  27.   end
  28.   object panelWhatFile: TPanel
  29.     Left = 59
  30.     Top = 0
  31.     Width = 369
  32.     Height = 88
  33.     Align = alClient
  34.     Alignment = taLeftJustify
  35.     BevelOuter = bvNone
  36.     Caption = 'What File'
  37.     TabOrder = 1
  38.   end
  39.   object panelErrorLabel: TPanel
  40.     Left = 428
  41.     Top = 0
  42.     Width = 50
  43.     Height = 88
  44.     Align = alRight
  45.     Alignment = taRightJustify
  46.     BevelOuter = bvNone
  47.     Caption = 'Errors:'
  48.     TabOrder = 2
  49.   end
  50.   object panelErrorCount: TPanel
  51.     Left = 478
  52.     Top = 0
  53.     Width = 38
  54.     Height = 88
  55.     Align = alRight
  56.     Alignment = taLeftJustify
  57.     BevelOuter = bvNone
  58.     Caption = '0000'
  59.     TabOrder = 3
  60.   end
  61.   object PanelWarningLabel: TPanel
  62.     Left = 516
  63.     Top = 0
  64.     Width = 63
  65.     Height = 88
  66.     Align = alRight
  67.     Alignment = taRightJustify
  68.     BevelOuter = bvNone
  69.     Caption = 'Warnings:'
  70.     TabOrder = 4
  71.   end
  72.   object panelWarningCount: TPanel
  73.     Left = 579
  74.     Top = 0
  75.     Width = 38
  76.     Height = 88
  77.     Align = alRight
  78.     Alignment = taLeftJustify
  79.     BevelOuter = bvNone
  80.     Caption = '0000'
  81.     TabOrder = 5
  82.   end
  83.   object panelCancel: TPanel
  84.     Left = 617
  85.     Top = 0
  86.     Width = 71
  87.     Height = 88
  88.     Align = alRight
  89.     BevelOuter = bvNone
  90.     TabOrder = 6
  91.     OnResize = panelCancelResize
  92.   end
  93. end
  94.