home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Sharewar / DDCLIP / UNSETUP.EX_ / UNSETUP.EX / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-02-27  |  4KB  |  189 lines

  1. object MainForm: TMainForm
  2.   Left = 249
  3.   Top = 145
  4.   BorderIcons = []
  5.   AutoScroll = False
  6.   Caption = 'Uninstall'
  7.   ClientHeight = 254
  8.   ClientWidth = 377
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Visible = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LabelIcons: TLabel
  19.     Left = 16
  20.     Top = 56
  21.     Width = 6
  22.     Height = 13
  23.     Caption = '∩┐╜'
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'Symbol'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object LabelGroups: TLabel
  31.     Left = 16
  32.     Top = 80
  33.     Width = 6
  34.     Height = 13
  35.     Caption = '∩┐╜'
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Symbol'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object LabelFiles: TLabel
  43.     Left = 16
  44.     Top = 104
  45.     Width = 6
  46.     Height = 13
  47.     Caption = '∩┐╜'
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'Symbol'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object LabelDirs: TLabel
  55.     Left = 16
  56.     Top = 128
  57.     Width = 6
  58.     Height = 13
  59.     Caption = '∩┐╜'
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'Symbol'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object LabelRegs: TLabel
  67.     Left = 16
  68.     Top = 152
  69.     Width = 6
  70.     Height = 13
  71.     Caption = '∩┐╜'
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'Symbol'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object Label1: TLabel
  79.     Left = 32
  80.     Top = 56
  81.     Width = 75
  82.     Height = 13
  83.     Caption = 'Program items...'
  84.   end
  85.   object Label2: TLabel
  86.     Left = 32
  87.     Top = 80
  88.     Width = 82
  89.     Height = 13
  90.     Caption = 'Program folders...'
  91.   end
  92.   object Label3: TLabel
  93.     Left = 32
  94.     Top = 104
  95.     Width = 69
  96.     Height = 13
  97.     Caption = 'Program files...'
  98.   end
  99.   object Label4: TLabel
  100.     Left = 32
  101.     Top = 128
  102.     Width = 99
  103.     Height = 13
  104.     Caption = 'Program directories...'
  105.   end
  106.   object Label5: TLabel
  107.     Left = 32
  108.     Top = 152
  109.     Width = 118
  110.     Height = 13
  111.     Caption = 'Program registry entries...'
  112.   end
  113.   object Label6: TLabel
  114.     Left = 16
  115.     Top = 176
  116.     Width = 50
  117.     Height = 13
  118.     Caption = 'Progress...'
  119.   end
  120.   object MainLabel: TLabel
  121.     Left = 0
  122.     Top = 8
  123.     Width = 377
  124.     Height = 13
  125.     Alignment = taCenter
  126.     AutoSize = False
  127.     Caption = 'Uninstall will remove the software '#39'Z'#39' from your computer.'
  128.   end
  129.   object Label0: TLabel
  130.     Left = 0
  131.     Top = 24
  132.     Width = 377
  133.     Height = 13
  134.     Alignment = taCenter
  135.     AutoSize = False
  136.     Caption = 'Please wait while each of the following components is removed...'
  137.   end
  138.   object StatusText: TLabel
  139.     Left = 16
  140.     Top = 216
  141.     Width = 345
  142.     Height = 13
  143.     Alignment = taCenter
  144.     AutoSize = False
  145.   end
  146.   object DelProgress: TProgressBar
  147.     Left = 16
  148.     Top = 192
  149.     Width = 345
  150.     Height = 16
  151.     Min = 0
  152.     Max = 100
  153.     TabOrder = 0
  154.   end
  155.   object FinishButton: TButton
  156.     Left = 151
  157.     Top = 224
  158.     Width = 75
  159.     Height = 25
  160.     Caption = 'Finish'
  161.     TabOrder = 1
  162.     OnClick = FinishClick
  163.   end
  164.   object InfoMemo: TMemo
  165.     Left = 16
  166.     Top = 800
  167.     Width = 800
  168.     Height = 25
  169.     TabStop = False
  170.     Enabled = False
  171.     TabOrder = 2
  172.   end
  173.   object Timer1: TTimer
  174.     Enabled = False
  175.     Interval = 100
  176.     OnTimer = Timer1Timer
  177.     Top = 224
  178.   end
  179.   object DdeClientConvProgMan: TDdeClientConv
  180.     DdeService = 'ProgMan'
  181.     DdeTopic = 'ProgMan'
  182.     Left = 32
  183.     Top = 224
  184.     LinkInfo = (
  185.       'Service ProgMan'
  186.       'Topic ProgMan')
  187.   end
  188. end
  189.