Setup.UninstallProgressForm.dfm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. object UninstallProgressForm: TUninstallProgressForm
  2. Left = 191
  3. Top = 139
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = 'UninstallProgressForm'
  7. ClientHeight = 360
  8. ClientWidth = 497
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. Position = poDesigned
  16. Scaled = False
  17. DesignSize = (
  18. 497
  19. 360)
  20. TextHeight = 13
  21. object FBevel: TBevel
  22. Left = 0
  23. Top = 313
  24. Width = 497
  25. Height = 2
  26. Anchors = [akLeft, akRight, akBottom]
  27. Shape = bsTopLine
  28. end
  29. object FCancelButton: TNewButton
  30. Left = 410
  31. Top = 327
  32. Width = 75
  33. Height = 23
  34. Anchors = [akRight, akBottom]
  35. Cancel = True
  36. Caption = '*'
  37. Enabled = False
  38. TabOrder = 2
  39. end
  40. object FOuterNotebook: TNewNotebook
  41. Left = 0
  42. Top = 0
  43. Width = 497
  44. Height = 313
  45. ActivePage = FInnerPage
  46. Anchors = [akLeft, akTop, akRight, akBottom]
  47. Color = clBtnFace
  48. ParentColor = False
  49. TabOrder = 0
  50. object FInnerPage: TNewNotebookPage
  51. DesignSize = (
  52. 497
  53. 313)
  54. object FBevel1: TBevel
  55. Left = 0
  56. Top = 58
  57. Width = 499
  58. Height = 3
  59. Anchors = [akLeft, akTop, akRight]
  60. Shape = bsTopLine
  61. end
  62. object FInnerNotebook: TNewNotebook
  63. Left = 4
  64. Top = 64
  65. Width = 489
  66. Height = 245
  67. ActivePage = FInstallingPage
  68. Anchors = [akLeft, akTop, akRight, akBottom]
  69. TabOrder = 1
  70. object FInstallingPage: TNewNotebookPage
  71. DesignSize = (
  72. 489
  73. 245)
  74. object FProgressBar: TNewProgressBar
  75. Left = 36
  76. Top = 56
  77. Width = 417
  78. Height = 21
  79. Anchors = [akLeft, akTop, akRight]
  80. Min = 0
  81. Max = 400
  82. Style = npbstNormal
  83. end
  84. object FStatusLabel: TNewStaticText
  85. Left = 36
  86. Top = 12
  87. Width = 417
  88. Height = 16
  89. Anchors = [akLeft, akTop, akRight]
  90. AutoSize = False
  91. Caption = '*'
  92. ShowAccelChar = False
  93. TabOrder = 0
  94. end
  95. end
  96. end
  97. object FMainPanel: TPanel
  98. Left = 0
  99. Top = 0
  100. Width = 497
  101. Height = 58
  102. Anchors = [akLeft, akTop, akRight]
  103. BevelOuter = bvNone
  104. Color = clWindow
  105. TabOrder = 0
  106. DesignSize = (
  107. 497
  108. 58)
  109. object FWizardSmallBitmapImage: TBitmapImage
  110. Left = 451
  111. Top = 13
  112. Width = 32
  113. Height = 32
  114. Anchors = [akTop, akRight]
  115. end
  116. object FPageDescriptionLabel: TNewStaticText
  117. Left = 40
  118. Top = 24
  119. Width = 389
  120. Height = 31
  121. Anchors = [akLeft, akTop, akRight]
  122. AutoSize = False
  123. Caption = '*'
  124. ShowAccelChar = False
  125. TabOrder = 1
  126. WordWrap = True
  127. end
  128. object FPageNameLabel: TNewStaticText
  129. Left = 24
  130. Top = 8
  131. Width = 405
  132. Height = 14
  133. Anchors = [akLeft, akTop, akRight]
  134. AutoSize = False
  135. Caption = '*'
  136. TabOrder = 0
  137. end
  138. end
  139. end
  140. end
  141. object FBeveledLabel: TNewStaticText
  142. Left = 0
  143. Top = 306
  144. Width = 5
  145. Height = 14
  146. Anchors = [akLeft, akBottom]
  147. Caption = '*'
  148. Enabled = False
  149. TabOrder = 1
  150. Transparent = False
  151. Visible = False
  152. end
  153. end