home *** CD-ROM | disk | FTP | other *** search
- object MMProgressForm: TMMProgressForm
- Left = 131
- Top = 69
- BorderStyle = bsNone
- ClientHeight = 54
- ClientWidth = 355
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 355
- Height = 54
- Align = alClient
- TabOrder = 0
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 257
- Height = 37
- Shape = bsFrame
- end
- object Gauge: TMMGauge
- Left = 16
- Top = 16
- Width = 241
- Height = 21
- BackColor = clWindow
- Caption = 'Progress...'
- BWText = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Bevel.BevelInner = bvLowered
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 0
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = cl3DLight
- Bevel.InnerShadowColor = clBlack
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- ParentFont = False
- end
- object btnCancel: TButton
- Left = 272
- Top = 8
- Width = 75
- Height = 37
- Cancel = True
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 0
- end
- end
- end
-