home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / software / inst / MI141Plus.exe / uninst.ex_ / 0 / RCDATA / TFRMUNINST / TFRMUNINST.txt < prev   
Encoding:
Text File  |  2002-04-09  |  2.2 KB  |  116 lines

  1. object frmUninst: TfrmUninst
  2.   Left = 209
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Uninstall'
  6.   ClientHeight = 293
  7.   ClientWidth = 492
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object cmdCancel: TSpeedButton
  20.     Left = 312
  21.     Top = 260
  22.     Width = 73
  23.     Height = 25
  24.     Caption = 'Cancel'
  25.     Flat = True
  26.     OnClick = cmdCancelClick
  27.   end
  28.   object Bevel3: TBevel
  29.     Left = -5
  30.     Top = 240
  31.     Width = 497
  32.     Height = 9
  33.     Shape = bsBottomLine
  34.   end
  35.   object lblInfo: TLabel
  36.     Left = 72
  37.     Top = 112
  38.     Width = 83
  39.     Height = 13
  40.     Caption = 'Uninstall progress'
  41.     Visible = False
  42.   end
  43.   object Bevel2: TBevel
  44.     Left = -141
  45.     Top = 47
  46.     Width = 633
  47.     Height = 9
  48.     Shape = bsBottomLine
  49.   end
  50.   object lblStatus: TLabel
  51.     Left = 72
  52.     Top = 152
  53.     Width = 3
  54.     Height = 13
  55.   end
  56.   object cmdRemove: TSpeedButton
  57.     Left = 400
  58.     Top = 260
  59.     Width = 73
  60.     Height = 25
  61.     Caption = 'Remove'
  62.     Flat = True
  63.     OnClick = cmdRemoveClick
  64.   end
  65.   object pnlTop: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 497
  69.     Height = 53
  70.     BevelOuter = bvNone
  71.     Color = clWhite
  72.     Ctl3D = False
  73.     ParentCtl3D = False
  74.     TabOrder = 0
  75.     object lblHeadline1: TLabel
  76.       Left = 24
  77.       Top = 10
  78.       Width = 96
  79.       Height = 13
  80.       Caption = 'Remove program'
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object lblHeadline2: TLabel
  89.       Left = 40
  90.       Top = 26
  91.       Width = 251
  92.       Height = 13
  93.       Caption = 'This will remove the program XXX from your computer'
  94.     end
  95.     object imgInstWizSmall: TImage
  96.       Left = 434
  97.       Top = -8
  98.       Width = 61
  99.       Height = 61
  100.       Center = True
  101.       Picture.Data = {<image001.ico>}
  102.     end
  103.   end
  104.   object ProgressBar1: TProgressBar
  105.     Left = 72
  106.     Top = 128
  107.     Width = 337
  108.     Height = 17
  109.     Min = 0
  110.     Max = 100
  111.     Smooth = True
  112.     TabOrder = 1
  113.     Visible = False
  114.   end
  115. end
  116.