home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1999-08-11  |  3KB  |  193 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 201
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compiling'
  7.   ClientHeight = 162
  8.   ClientWidth = 362
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel8: TBevel
  18.     Left = 8
  19.     Top = 4
  20.     Width = 346
  21.     Height = 117
  22.     Style = bsRaised
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 18
  26.     Top = 12
  27.     Width = 326
  28.     Height = 19
  29.   end
  30.   object Bevel2: TBevel
  31.     Left = 18
  32.     Top = 35
  33.     Width = 326
  34.     Height = 19
  35.   end
  36.   object Bevel3: TBevel
  37.     Left = 18
  38.     Top = 58
  39.     Width = 161
  40.     Height = 19
  41.   end
  42.   object Label1: TLabel
  43.     Left = 22
  44.     Top = 15
  45.     Width = 64
  46.     Height = 13
  47.     AutoSize = False
  48.     Caption = 'Project:'
  49.   end
  50.   object Status: TLabel
  51.     Left = 22
  52.     Top = 38
  53.     Width = 64
  54.     Height = 13
  55.     AutoSize = False
  56.     Caption = 'Compiling:'
  57.   end
  58.   object Label3: TLabel
  59.     Left = 22
  60.     Top = 61
  61.     Width = 72
  62.     Height = 13
  63.     AutoSize = False
  64.     Caption = 'Current line:'
  65.   end
  66.   object MainFile: TLabel
  67.     Left = 86
  68.     Top = 15
  69.     Width = 257
  70.     Height = 13
  71.     AutoSize = False
  72.   end
  73.   object CurrFile: TLabel
  74.     Left = 86
  75.     Top = 38
  76.     Width = 257
  77.     Height = 13
  78.     AutoSize = False
  79.   end
  80.   object Bevel4: TBevel
  81.     Left = 183
  82.     Top = 58
  83.     Width = 161
  84.     Height = 19
  85.   end
  86.   object Label6: TLabel
  87.     Left = 187
  88.     Top = 61
  89.     Width = 72
  90.     Height = 13
  91.     AutoSize = False
  92.     Caption = 'Total lines:'
  93.   end
  94.   object CurrLines: TLabel
  95.     Left = 94
  96.     Top = 61
  97.     Width = 80
  98.     Height = 13
  99.     Alignment = taRightJustify
  100.     AutoSize = False
  101.     Caption = '0'
  102.   end
  103.   object TotalLines: TLabel
  104.     Left = 259
  105.     Top = 61
  106.     Width = 80
  107.     Height = 13
  108.     Alignment = taRightJustify
  109.     AutoSize = False
  110.     Caption = '0'
  111.   end
  112.   object Bevel5: TBevel
  113.     Left = 18
  114.     Top = 81
  115.     Width = 106
  116.     Height = 19
  117.   end
  118.   object Bevel6: TBevel
  119.     Left = 238
  120.     Top = 81
  121.     Width = 106
  122.     Height = 19
  123.   end
  124.   object Bevel7: TBevel
  125.     Left = 128
  126.     Top = 81
  127.     Width = 106
  128.     Height = 19
  129.   end
  130.   object Label2: TLabel
  131.     Left = 22
  132.     Top = 84
  133.     Width = 52
  134.     Height = 13
  135.     AutoSize = False
  136.     Caption = 'Hints:'
  137.   end
  138.   object Label4: TLabel
  139.     Left = 132
  140.     Top = 84
  141.     Width = 52
  142.     Height = 13
  143.     AutoSize = False
  144.     Caption = 'Warnings:'
  145.   end
  146.   object Label5: TLabel
  147.     Left = 242
  148.     Top = 84
  149.     Width = 52
  150.     Height = 13
  151.     AutoSize = False
  152.     Caption = 'Errors:'
  153.   end
  154.   object HintCount: TLabel
  155.     Left = 74
  156.     Top = 84
  157.     Width = 45
  158.     Height = 13
  159.     Alignment = taRightJustify
  160.     AutoSize = False
  161.     Caption = '0'
  162.   end
  163.   object WarningCount: TLabel
  164.     Left = 184
  165.     Top = 84
  166.     Width = 45
  167.     Height = 13
  168.     Alignment = taRightJustify
  169.     AutoSize = False
  170.     Caption = '0'
  171.   end
  172.   object ErrorCount: TLabel
  173.     Left = 294
  174.     Top = 84
  175.     Width = 45
  176.     Height = 13
  177.     Alignment = taRightJustify
  178.     AutoSize = False
  179.     Caption = '0'
  180.   end
  181.   object CancelButton: TButton
  182.     Left = 144
  183.     Top = 129
  184.     Width = 75
  185.     Height = 25
  186.     Cancel = True
  187.     Caption = 'Cancel'
  188.     Default = True
  189.     TabOrder = 0
  190.     OnClick = CancelButtonClick
  191.   end
  192. end
  193.