home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 153 / cdrom153.iso / aplic / cpragas / SpywareTerminator_Setup.exe / Setup.e32 / 0 / RCDATA / TUNINSTPROGRESSFORM / TUNINSTPROGRESSFORM.txt
Encoding:
Text File  |  2008-02-14  |  2.8 KB  |  133 lines

  1. object UninstProgressForm: TUninstProgressForm
  2.   Left = 503
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'UninstProgressForm'
  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.   OldCreateOrder = True
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel: TBevel
  20.     Left = 0
  21.     Top = 313
  22.     Width = 497
  23.     Height = 2
  24.     Shape = bsTopLine
  25.   end
  26.   object CancelButton: TButton
  27.     Left = 410
  28.     Top = 327
  29.     Width = 75
  30.     Height = 23
  31.     Cancel = True
  32.     Caption = '*'
  33.     Enabled = False
  34.     TabOrder = 2
  35.   end
  36.   object OuterNotebook: TNewNotebook
  37.     Left = 0
  38.     Top = 0
  39.     Width = 497
  40.     Height = 313
  41.     ActivePage = InnerPage
  42.     Color = clBtnFace
  43.     ParentColor = False
  44.     TabOrder = 0
  45.     object InnerPage: TNewNotebookPage
  46.       object Bevel1: TBevel
  47.         Left = 0
  48.         Top = 58
  49.         Width = 499
  50.         Height = 3
  51.         Shape = bsTopLine
  52.       end
  53.       object InnerNotebook: TNewNotebook
  54.         Left = 4
  55.         Top = 64
  56.         Width = 489
  57.         Height = 245
  58.         ActivePage = InstallingPage
  59.         TabOrder = 1
  60.         object InstallingPage: TNewNotebookPage
  61.           object ProgressBar: TNewProgressBar
  62.             Left = 36
  63.             Top = 56
  64.             Width = 417
  65.             Height = 21
  66.             Min = 0
  67.             Max = 100
  68.           end
  69.           object StatusLabel: TNewStaticText
  70.             Left = 36
  71.             Top = 12
  72.             Width = 417
  73.             Height = 16
  74.             AutoSize = False
  75.             Caption = '*'
  76.             ShowAccelChar = False
  77.             TabOrder = 0
  78.           end
  79.         end
  80.       end
  81.       object MainPanel: TPanel
  82.         Left = 0
  83.         Top = 0
  84.         Width = 497
  85.         Height = 58
  86.         BevelOuter = bvNone
  87.         Color = clWindow
  88.         ParentColor = False
  89.         ParentBackground = False
  90.         TabOrder = 0
  91.         object WizardSmallBitmapImage: TBitmapImage
  92.           Left = 440
  93.           Top = 1
  94.           Width = 55
  95.           Height = 55
  96.           BackColor = clWindow
  97.           Center = True
  98.         end
  99.         object PageDescriptionLabel: TNewStaticText
  100.           Left = 40
  101.           Top = 26
  102.           Width = 389
  103.           Height = 29
  104.           AutoSize = False
  105.           Caption = '*'
  106.           ShowAccelChar = False
  107.           TabOrder = 1
  108.           WordWrap = True
  109.         end
  110.         object PageNameLabel: TNewStaticText
  111.           Left = 24
  112.           Top = 10
  113.           Width = 405
  114.           Height = 14
  115.           AutoSize = False
  116.           Caption = '*'
  117.           TabOrder = 0
  118.         end
  119.       end
  120.     end
  121.   end
  122.   object BeveledLabel: TNewStaticText
  123.     Left = 0
  124.     Top = 306
  125.     Width = 5
  126.     Height = 14
  127.     Caption = '*'
  128.     Enabled = False
  129.     TabOrder = 1
  130.     Visible = False
  131.   end
  132. end
  133.