home *** CD-ROM | disk | FTP | other *** search
- object frmUninst: TfrmUninst
- Left = 209
- Top = 117
- BorderStyle = bsDialog
- Caption = 'Uninstall'
- ClientHeight = 293
- ClientWidth = 492
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object cmdCancel: TSpeedButton
- Left = 312
- Top = 260
- Width = 73
- Height = 25
- Caption = 'Cancel'
- Flat = True
- OnClick = cmdCancelClick
- end
- object Bevel3: TBevel
- Left = -5
- Top = 240
- Width = 497
- Height = 9
- Shape = bsBottomLine
- end
- object lblInfo: TLabel
- Left = 72
- Top = 112
- Width = 83
- Height = 13
- Caption = 'Uninstall progress'
- Visible = False
- end
- object Bevel2: TBevel
- Left = -141
- Top = 47
- Width = 633
- Height = 9
- Shape = bsBottomLine
- end
- object lblStatus: TLabel
- Left = 72
- Top = 152
- Width = 3
- Height = 13
- end
- object cmdRemove: TSpeedButton
- Left = 400
- Top = 260
- Width = 73
- Height = 25
- Caption = 'Remove'
- Flat = True
- OnClick = cmdRemoveClick
- end
- object pnlTop: TPanel
- Left = 0
- Top = 0
- Width = 497
- Height = 53
- BevelOuter = bvNone
- Color = clWhite
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- object lblHeadline1: TLabel
- Left = 24
- Top = 10
- Width = 96
- Height = 13
- Caption = 'Remove program'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblHeadline2: TLabel
- Left = 40
- Top = 26
- Width = 251
- Height = 13
- Caption = 'This will remove the program XXX from your computer'
- end
- object imgInstWizSmall: TImage
- Left = 434
- Top = -8
- Width = 61
- Height = 61
- Center = True
- Picture.Data = {<image001.ico>}
- end
- end
- object ProgressBar1: TProgressBar
- Left = 72
- Top = 128
- Width = 337
- Height = 17
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 1
- Visible = False
- end
- end
-