From 47d37b31d91dd24013c51d2e77f21fa0a6097c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 22 Jul 2002 13:32:27 +0000 Subject: update to 0.31 svn path=/trunk/Framestein/; revision=45 --- Source/progressunit.dfm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Source/progressunit.dfm (limited to 'Source/progressunit.dfm') 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 -- cgit v1.2.1