home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  2003-10-10  |  1KB  |  58 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 302
  3.   Top = 205
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Processing '
  7.   ClientHeight = 82
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label: TStaticText
  21.     Left = 5
  22.     Top = 30
  23.     Width = 278
  24.     Height = 13
  25.     Alignment = taCenter
  26.     Anchors = [akLeft, akTop, akRight]
  27.     AutoSize = False
  28.     Caption = 'Time remaining ??:??:?? (0%)'
  29.     TabOrder = 2
  30.   end
  31.   object Bar: TProgressBar
  32.     Left = 5
  33.     Top = 5
  34.     Width = 278
  35.     Height = 22
  36.     Anchors = [akLeft, akTop, akRight]
  37.     Min = 0
  38.     Max = 100
  39.     ParentShowHint = False
  40.     Smooth = True
  41.     Step = 1
  42.     ShowHint = False
  43.     TabOrder = 0
  44.   end
  45.   object Cancel: TButton
  46.     Left = 107
  47.     Top = 51
  48.     Width = 75
  49.     Height = 25
  50.     Anchors = [akBottom]
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     OnClick = CancelClick
  56.   end
  57. end
  58.