home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2003-03-28  |  1.1 KB  |  59 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.   Visible = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label: TStaticText
  22.     Left = 5
  23.     Top = 30
  24.     Width = 278
  25.     Height = 13
  26.     Alignment = taCenter
  27.     Anchors = [akLeft, akTop, akRight]
  28.     AutoSize = False
  29.     Caption = 'Time remaining ??:??:?? (0%)'
  30.     TabOrder = 2
  31.   end
  32.   object Bar: TProgressBar
  33.     Left = 5
  34.     Top = 5
  35.     Width = 278
  36.     Height = 22
  37.     Anchors = [akLeft, akTop, akRight]
  38.     Min = 0
  39.     Max = 100
  40.     ParentShowHint = False
  41.     Smooth = True
  42.     Step = 1
  43.     ShowHint = False
  44.     TabOrder = 0
  45.   end
  46.   object Cancel: TButton
  47.     Left = 107
  48.     Top = 51
  49.     Width = 75
  50.     Height = 25
  51.     Anchors = [akBottom]
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.     OnClick = CancelClick
  57.   end
  58. end
  59.