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

  1. object TCompileStatus: TTCompileStatus
  2.   Left = 274
  3.   Top = 165
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compiling...'
  7.   ClientHeight = 135
  8.   ClientWidth = 443
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object statMessage: TStatusBar
  21.     Left = 0
  22.     Top = 71
  23.     Width = 443
  24.     Height = 19
  25.     Align = alTop
  26.     Panels = <
  27.       item
  28.         Bevel = pbNone
  29.         Text = 'Message:'
  30.         Width = 75
  31.       end
  32.       item
  33.         Width = 50
  34.       end
  35.       item
  36.         Width = 50
  37.       end>
  38.     SimplePanel = False
  39.     SizeGrip = False
  40.   end
  41.   object statCompiling: TStatusBar
  42.     Left = 0
  43.     Top = 0
  44.     Width = 443
  45.     Height = 19
  46.     Align = alTop
  47.     Panels = <
  48.       item
  49.         Bevel = pbNone
  50.         Text = 'Compiling:'
  51.         Width = 75
  52.       end
  53.       item
  54.         Width = 50
  55.       end
  56.       item
  57.         Width = 50
  58.       end>
  59.     SimplePanel = False
  60.     SizeGrip = False
  61.   end
  62.   object statChecking: TStatusBar
  63.     Left = -12
  64.     Top = 162
  65.     Width = 443
  66.     Height = 19
  67.     Align = alNone
  68.     Panels = <
  69.       item
  70.         Bevel = pbNone
  71.         Text = 'Checking:'
  72.         Width = 75
  73.       end
  74.       item
  75.         Width = 50
  76.       end
  77.       item
  78.         Width = 50
  79.       end>
  80.     SimplePanel = False
  81.     SizeGrip = False
  82.     Visible = False
  83.   end
  84.   object Panel1: TPanel
  85.     Left = 0
  86.     Top = 19
  87.     Width = 443
  88.     Height = 7
  89.     Align = alTop
  90.     BevelOuter = bvNone
  91.     TabOrder = 3
  92.   end
  93.   object statError: TStatusBar
  94.     Left = 0
  95.     Top = 45
  96.     Width = 443
  97.     Height = 19
  98.     Align = alTop
  99.     Panels = <
  100.       item
  101.         Bevel = pbNone
  102.         Text = 'Errors:'
  103.         Width = 75
  104.       end
  105.       item
  106.         Width = 50
  107.       end
  108.       item
  109.         Bevel = pbNone
  110.         Width = 50
  111.       end>
  112.     SimplePanel = False
  113.     SizeGrip = False
  114.   end
  115.   object statWarn: TStatusBar
  116.     Left = 0
  117.     Top = 26
  118.     Width = 443
  119.     Height = 19
  120.     Align = alTop
  121.     Panels = <
  122.       item
  123.         Bevel = pbNone
  124.         Text = 'Warnings:'
  125.         Width = 75
  126.       end
  127.       item
  128.         Width = 50
  129.       end
  130.       item
  131.         Bevel = pbNone
  132.         Width = 50
  133.       end>
  134.     SimplePanel = False
  135.     SizeGrip = False
  136.   end
  137.   object donePanel: TPanel
  138.     Left = 0
  139.     Top = 100
  140.     Width = 443
  141.     Height = 35
  142.     Align = alBottom
  143.     BevelOuter = bvNone
  144.     TabOrder = 6
  145.     object Button1: TButton
  146.       Left = 189
  147.       Top = 4
  148.       Width = 65
  149.       Height = 25
  150.       Caption = 'Cancel'
  151.       Default = True
  152.       TabOrder = 0
  153.       OnClick = Button1Click
  154.     end
  155.   end
  156.   object Panel2: TPanel
  157.     Left = 0
  158.     Top = 64
  159.     Width = 443
  160.     Height = 7
  161.     Align = alTop
  162.     BevelOuter = bvNone
  163.     TabOrder = 7
  164.   end
  165. end
  166.