home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Test / audiomaestro / adinst.exe / %MAINDIR% / MMToolsX2.ocx / 0 / RCDATA / TMMPROGRESSFORM / TMMPROGRESSFORM.txt
Encoding:
Text File  |  2003-06-03  |  1.6 KB  |  70 lines

  1. object MMProgressForm: TMMProgressForm
  2.   Left = 131
  3.   Top = 69
  4.   BorderStyle = bsNone
  5.   ClientHeight = 54
  6.   ClientWidth = 355
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 355
  19.     Height = 54
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object Bevel1: TBevel
  23.       Left = 8
  24.       Top = 8
  25.       Width = 257
  26.       Height = 37
  27.       Shape = bsFrame
  28.     end
  29.     object Gauge: TMMGauge
  30.       Left = 16
  31.       Top = 16
  32.       Width = 241
  33.       Height = 21
  34.       BackColor = clWindow
  35.       Caption = 'Progress...'
  36.       BWText = True
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clBlack
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = []
  42.       Bevel.BevelInner = bvLowered
  43.       Bevel.BevelOuter = bvLowered
  44.       Bevel.BevelInnerWidth = 1
  45.       Bevel.BevelOuterWidth = 1
  46.       Bevel.BorderStyle = bsNone
  47.       Bevel.BorderWidth = 0
  48.       Bevel.BorderSpace = 0
  49.       Bevel.BorderColor = clBtnFace
  50.       Bevel.BorderSpaceColor = clBlack
  51.       Bevel.InnerLightColor = cl3DLight
  52.       Bevel.InnerShadowColor = clBlack
  53.       Bevel.OuterLightColor = clBtnHighlight
  54.       Bevel.OuterShadowColor = clBtnShadow
  55.       ParentFont = False
  56.     end
  57.     object btnCancel: TButton
  58.       Left = 272
  59.       Top = 8
  60.       Width = 75
  61.       Height = 37
  62.       Cancel = True
  63.       Caption = 'Cancel'
  64.       Default = True
  65.       ModalResult = 2
  66.       TabOrder = 0
  67.     end
  68.   end
  69. end
  70.