home *** CD-ROM | disk | FTP | other *** search
/ Expérience virtuelle des animaux du future / unins000.exe / 0 / RCDATA / TUNINSTPROGRESSFORM / TUNINSTPROGRESSFORM.txt
Text File  |  2020-07-29  |  3KB  |  128 lines

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