home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2006-11-14  |  1.7 KB  |  89 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 302
  3.   Top = 205
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Processing '
  7.   ClientHeight = 83
  8.   ClientWidth = 307
  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.   DesignSize = (
  19.     307
  20.     83)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label: TStaticText
  24.     Left = 8
  25.     Top = 31
  26.     Width = 291
  27.     Height = 13
  28.     Alignment = taCenter
  29.     Anchors = [akLeft, akTop, akRight]
  30.     AutoSize = False
  31.     Caption = 'Time remaining ??:??:?? (0%)'
  32.     TabOrder = 2
  33.   end
  34.   object Bar: TProgressBar
  35.     Left = 8
  36.     Top = 8
  37.     Width = 291
  38.     Height = 22
  39.     Anchors = [akLeft, akTop, akRight]
  40.     ParentShowHint = False
  41.     Smooth = True
  42.     Step = 1
  43.     ShowHint = False
  44.     TabOrder = 1
  45.   end
  46.   object Cancel: TButton
  47.     Left = 224
  48.     Top = 50
  49.     Width = 75
  50.     Height = 25
  51.     Anchors = [akBottom]
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 0
  56.     OnClick = CancelClick
  57.   end
  58.   object Priority: TComboBox
  59.     Left = 46
  60.     Top = 55
  61.     Width = 83
  62.     Height = 21
  63.     Style = csDropDownList
  64.     Anchors = [akLeft, akBottom]
  65.     ItemHeight = 13
  66.     ItemIndex = 0
  67.     TabOrder = 4
  68.     Text = 'Maximum'
  69.     Items.Strings = (
  70.       'Maximum'
  71.       'High'
  72.       'Medium'
  73.       'Low'
  74.       'Very low'
  75.       'Pause')
  76.   end
  77.   object PriorityLabel: TStaticText
  78.     Left = 6
  79.     Top = 58
  80.     Width = 36
  81.     Height = 17
  82.     Alignment = taRightJustify
  83.     Anchors = [akLeft, akBottom]
  84.     AutoSize = False
  85.     Caption = 'Priority:'
  86.     TabOrder = 3
  87.   end
  88. end
  89.