Inno-Setup-issrc/Projects/Src/Setup.UninstallProgressForm.dfm

153 lines
3.6 KiB
Plaintext
Raw Permalink Normal View History

2018-11-29 08:38:19 +01:00
object UninstallProgressForm: TUninstallProgressForm
Left = 191
Top = 139
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'UninstallProgressForm'
ClientHeight = 360
ClientWidth = 497
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
2018-11-29 08:38:19 +01:00
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poDesigned
2018-11-29 08:38:19 +01:00
Scaled = False
DesignSize = (
497
360)
2018-11-29 08:38:19 +01:00
TextHeight = 13
2019-01-18 09:55:39 +01:00
object FBevel: TBevel
2018-11-29 08:38:19 +01:00
Left = 0
Top = 313
Width = 497
Height = 2
Anchors = [akLeft, akRight, akBottom]
2018-11-29 08:38:19 +01:00
Shape = bsTopLine
end
2019-01-18 09:55:39 +01:00
object FCancelButton: TNewButton
2018-11-29 08:38:19 +01:00
Left = 410
Top = 327
Width = 75
Height = 23
Anchors = [akRight, akBottom]
2018-11-29 08:38:19 +01:00
Cancel = True
Caption = '*'
Enabled = False
TabOrder = 2
end
2019-01-18 09:55:39 +01:00
object FOuterNotebook: TNewNotebook
2018-11-29 08:38:19 +01:00
Left = 0
Top = 0
Width = 497
Height = 313
2019-01-18 09:55:39 +01:00
ActivePage = FInnerPage
Anchors = [akLeft, akTop, akRight, akBottom]
2018-11-29 08:38:19 +01:00
Color = clBtnFace
ParentColor = False
TabOrder = 0
2019-01-18 09:55:39 +01:00
object FInnerPage: TNewNotebookPage
DesignSize = (
497
313)
2019-01-18 09:55:39 +01:00
object FBevel1: TBevel
2018-11-29 08:38:19 +01:00
Left = 0
Top = 58
Width = 499
Height = 3
Anchors = [akLeft, akTop, akRight]
2018-11-29 08:38:19 +01:00
Shape = bsTopLine
end
2019-01-18 09:55:39 +01:00
object FInnerNotebook: TNewNotebook
2018-11-29 08:38:19 +01:00
Left = 4
Top = 64
Width = 489
Height = 245
2019-01-18 09:55:39 +01:00
ActivePage = FInstallingPage
Anchors = [akLeft, akTop, akRight, akBottom]
2018-11-29 08:38:19 +01:00
TabOrder = 1
2019-01-18 09:55:39 +01:00
object FInstallingPage: TNewNotebookPage
DesignSize = (
489
245)
2019-01-18 09:55:39 +01:00
object FProgressBar: TNewProgressBar
2018-11-29 08:38:19 +01:00
Left = 36
Top = 56
Width = 417
Height = 21
Anchors = [akLeft, akTop, akRight]
2018-11-29 08:38:19 +01:00
Min = 0
Max = 400
Style = npbstNormal
2018-11-29 08:38:19 +01:00
end
2019-01-18 09:55:39 +01:00
object FStatusLabel: TNewStaticText
2018-11-29 08:38:19 +01:00
Left = 36
Top = 12
Width = 417
Height = 16
Anchors = [akLeft, akTop, akRight]
2018-11-29 08:38:19 +01:00
AutoSize = False
Caption = '*'
ShowAccelChar = False
TabOrder = 0
end
end
end
2019-01-18 09:55:39 +01:00
object FMainPanel: TPanel
2018-11-29 08:38:19 +01:00
Left = 0
Top = 0
Width = 497
Height = 58
Anchors = [akLeft, akTop, akRight]
2018-11-29 08:38:19 +01:00
BevelOuter = bvNone
Color = clWindow
TabOrder = 0
DesignSize = (
497
58)
2019-01-18 09:55:39 +01:00
object FWizardSmallBitmapImage: TBitmapImage
Left = 451
Top = 13
Width = 32
Height = 32
Anchors = [akTop, akRight]
2018-11-29 08:38:19 +01:00
end
2019-01-18 09:55:39 +01:00
object FPageDescriptionLabel: TNewStaticText
2018-11-29 08:38:19 +01:00
Left = 40
Top = 26
Width = 389
Height = 29
Anchors = [akLeft, akTop, akRight]
2018-11-29 08:38:19 +01:00
AutoSize = False
Caption = '*'
ShowAccelChar = False
TabOrder = 1
WordWrap = True
end
2019-01-18 09:55:39 +01:00
object FPageNameLabel: TNewStaticText
2018-11-29 08:38:19 +01:00
Left = 24
Top = 10
Width = 405
Height = 14
Anchors = [akLeft, akTop, akRight]
2018-11-29 08:38:19 +01:00
AutoSize = False
Caption = '*'
TabOrder = 0
end
end
end
end
2019-01-18 09:55:39 +01:00
object FBeveledLabel: TNewStaticText
2018-11-29 08:38:19 +01:00
Left = 0
Top = 306
Width = 5
Height = 14
Anchors = [akLeft, akBottom]
2018-11-29 08:38:19 +01:00
Caption = '*'
Enabled = False
TabOrder = 1
Visible = False
end
end