aboutsummaryrefslogtreecommitdiff
path: root/Source/progressunit.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/progressunit.dfm')
-rw-r--r--Source/progressunit.dfm28
1 files changed, 28 insertions, 0 deletions
diff --git a/Source/progressunit.dfm b/Source/progressunit.dfm
new file mode 100644
index 0000000..297d4cd
--- /dev/null
+++ b/Source/progressunit.dfm
@@ -0,0 +1,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