home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1997-01-16  |  3KB  |  192 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.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel8: TBevel
  17.     Left = 8
  18.     Top = 4
  19.     Width = 346
  20.     Height = 117
  21.     Style = bsRaised
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 18
  25.     Top = 12
  26.     Width = 326
  27.     Height = 19
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = 18
  31.     Top = 35
  32.     Width = 326
  33.     Height = 19
  34.   end
  35.   object Bevel3: TBevel
  36.     Left = 18
  37.     Top = 58
  38.     Width = 161
  39.     Height = 19
  40.   end
  41.   object Label1: TLabel
  42.     Left = 22
  43.     Top = 15
  44.     Width = 64
  45.     Height = 13
  46.     AutoSize = False
  47.     Caption = 'Project:'
  48.   end
  49.   object Status: TLabel
  50.     Left = 22
  51.     Top = 38
  52.     Width = 64
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'Compiling:'
  56.   end
  57.   object Label3: TLabel
  58.     Left = 22
  59.     Top = 61
  60.     Width = 72
  61.     Height = 13
  62.     AutoSize = False
  63.     Caption = 'Current line:'
  64.   end
  65.   object MainFile: TLabel
  66.     Left = 86
  67.     Top = 15
  68.     Width = 257
  69.     Height = 13
  70.     AutoSize = False
  71.   end
  72.   object CurrFile: TLabel
  73.     Left = 86
  74.     Top = 38
  75.     Width = 257
  76.     Height = 13
  77.     AutoSize = False
  78.   end
  79.   object Bevel4: TBevel
  80.     Left = 183
  81.     Top = 58
  82.     Width = 161
  83.     Height = 19
  84.   end
  85.   object Label6: TLabel
  86.     Left = 187
  87.     Top = 61
  88.     Width = 72
  89.     Height = 13
  90.     AutoSize = False
  91.     Caption = 'Total lines:'
  92.   end
  93.   object CurrLines: TLabel
  94.     Left = 94
  95.     Top = 61
  96.     Width = 80
  97.     Height = 13
  98.     Alignment = taRightJustify
  99.     AutoSize = False
  100.     Caption = '0'
  101.   end
  102.   object TotalLines: TLabel
  103.     Left = 259
  104.     Top = 61
  105.     Width = 80
  106.     Height = 13
  107.     Alignment = taRightJustify
  108.     AutoSize = False
  109.     Caption = '0'
  110.   end
  111.   object Bevel5: TBevel
  112.     Left = 18
  113.     Top = 81
  114.     Width = 106
  115.     Height = 19
  116.   end
  117.   object Bevel6: TBevel
  118.     Left = 238
  119.     Top = 81
  120.     Width = 106
  121.     Height = 19
  122.   end
  123.   object Bevel7: TBevel
  124.     Left = 128
  125.     Top = 81
  126.     Width = 106
  127.     Height = 19
  128.   end
  129.   object Label2: TLabel
  130.     Left = 22
  131.     Top = 84
  132.     Width = 52
  133.     Height = 13
  134.     AutoSize = False
  135.     Caption = 'Hints:'
  136.   end
  137.   object Label4: TLabel
  138.     Left = 132
  139.     Top = 84
  140.     Width = 52
  141.     Height = 13
  142.     AutoSize = False
  143.     Caption = 'Warnings:'
  144.   end
  145.   object Label5: TLabel
  146.     Left = 242
  147.     Top = 84
  148.     Width = 52
  149.     Height = 13
  150.     AutoSize = False
  151.     Caption = 'Errors:'
  152.   end
  153.   object HintCount: TLabel
  154.     Left = 74
  155.     Top = 84
  156.     Width = 45
  157.     Height = 13
  158.     Alignment = taRightJustify
  159.     AutoSize = False
  160.     Caption = '0'
  161.   end
  162.   object WarningCount: TLabel
  163.     Left = 184
  164.     Top = 84
  165.     Width = 45
  166.     Height = 13
  167.     Alignment = taRightJustify
  168.     AutoSize = False
  169.     Caption = '0'
  170.   end
  171.   object ErrorCount: TLabel
  172.     Left = 294
  173.     Top = 84
  174.     Width = 45
  175.     Height = 13
  176.     Alignment = taRightJustify
  177.     AutoSize = False
  178.     Caption = '0'
  179.   end
  180.   object CancelButton: TButton
  181.     Left = 144
  182.     Top = 129
  183.     Width = 75
  184.     Height = 25
  185.     Cancel = True
  186.     Caption = 'Cancel'
  187.     Default = True
  188.     TabOrder = 0
  189.     OnClick = CancelButtonClick
  190.   end
  191. end
  192.