aboutsummaryrefslogtreecommitdiff
path: root/Source/progressunit.dfm
blob: 297d4cd94ec58204019aebdc057d662fa4604ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
object Progress: TProgress
  Left = 262
  Top = 330
  Width = 618
  Height = 53
  BorderStyle = bsSizeToolWin
  Caption = 'Progress'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object pb1: TProgressBar
    Left = 0
    Top = 0
    Width = 610
    Height = 26
    Align = alClient
    Min = 0
    Max = 100
    TabOrder = 0
  end
end