home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Java / Bluette / Bluette.exe / 0 / RCDATA / TSHOWPROGRESSFORM / TSHOWPROGRESSFORM.txt < prev   
Encoding:
Text File  |  1998-12-11  |  2.7 KB  |  127 lines

  1. object ShowProgressForm: TShowProgressForm
  2.   Left = 281
  3.   Top = 271
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 138
  7.   ClientWidth = 328
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 328
  25.     Height = 138
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     TabOrder = 0
  29.     object Panel2: TPanel
  30.       Left = 12
  31.       Top = 13
  32.       Width = 304
  33.       Height = 78
  34.       BevelInner = bvRaised
  35.       BevelOuter = bvLowered
  36.       TabOrder = 0
  37.       object CompilingLabel: TLabel
  38.         Left = 88
  39.         Top = 14
  40.         Width = 71
  41.         Height = 13
  42.         Caption = 'Compiling ...'
  43.         Font.Charset = DEFAULT_CHARSET
  44.         Font.Color = clWindowText
  45.         Font.Height = -11
  46.         Font.Name = 'MS Sans Serif'
  47.         Font.Style = [fsBold]
  48.         ParentFont = False
  49.       end
  50.       object Label2: TLabel
  51.         Left = 88
  52.         Top = 35
  53.         Width = 69
  54.         Height = 13
  55.         Caption = 'Elapsed time : '
  56.       end
  57.       object TimeLabel: TLabel
  58.         Left = 157
  59.         Top = 35
  60.         Width = 49
  61.         Height = 13
  62.         Caption = 'TimeLabel'
  63.         Font.Charset = ANSI_CHARSET
  64.         Font.Color = clWindowText
  65.         Font.Height = -11
  66.         Font.Name = 'MS Sans Serif'
  67.         Font.Style = []
  68.         ParentFont = False
  69.       end
  70.       object Image1: TImage
  71.         Left = 8
  72.         Top = 9
  73.         Width = 60
  74.         Height = 60
  75.         AutoSize = True
  76.         Picture.Data = {<image000.bmp>}
  77.       end
  78.       object ErrorLabel: TLabel
  79.         Left = 88
  80.         Top = 55
  81.         Width = 36
  82.         Height = 13
  83.         Caption = 'Errors : '
  84.         Visible = False
  85.       end
  86.       object ErrorNumLabel: TLabel
  87.         Left = 124
  88.         Top = 55
  89.         Width = 6
  90.         Height = 13
  91.         Caption = '0'
  92.         Visible = False
  93.       end
  94.       object WarningLabel: TLabel
  95.         Left = 193
  96.         Top = 55
  97.         Width = 54
  98.         Height = 13
  99.         Caption = 'Warnings : '
  100.         Visible = False
  101.       end
  102.       object WarningNumLabel: TLabel
  103.         Left = 247
  104.         Top = 55
  105.         Width = 6
  106.         Height = 13
  107.         Caption = '0'
  108.         Visible = False
  109.       end
  110.     end
  111.     object OKCancelButton: TBitBtn
  112.       Left = 126
  113.       Top = 103
  114.       Width = 75
  115.       Height = 25
  116.       Caption = '&Cancel'
  117.       TabOrder = 1
  118.       OnClick = OKCancelButtonClick
  119.       Kind = bkCancel
  120.     end
  121.   end
  122.   object Timer1: TTimer
  123.     Left = 24
  124.     Top = 96
  125.   end
  126. end
  127.