home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95idyle / itmsetup.exe / 0 / RCDATA / TFUNINST / TFUNINST.txt < prev   
Text File  |  1997-06-09  |  3KB  |  120 lines

  1. object FUninst: TFUninst
  2.   Left = 292
  3.   Top = 467
  4.   ActiveControl = btnOk
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 283
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object pan1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 492
  22.     Height = 283
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Bevel1: TBevel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 118
  30.       Height = 228
  31.     end
  32.     object ImageSetup: TImage
  33.       Left = 9
  34.       Top = 9
  35.       Width = 115
  36.       Height = 225
  37.       AutoSize = True
  38.       Picture.Data = {<image001.bmp>}
  39.     end
  40.     object lblMessage1: TLabel
  41.       Left = 144
  42.       Top = 9
  43.       Width = 337
  44.       Height = 33
  45.       AutoSize = False
  46.       Caption = 'lblMessage1'
  47.       Font.Color = clBlack
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       WordWrap = True
  53.     end
  54.     object lblMessage2: TLabel
  55.       Left = 144
  56.       Top = 48
  57.       Width = 337
  58.       Height = 33
  59.       AutoSize = False
  60.       Caption = 'lblMessage2'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       WordWrap = True
  67.     end
  68.     object lblMessage3: TLabel
  69.       Left = 144
  70.       Top = 88
  71.       Width = 337
  72.       Height = 41
  73.       AutoSize = False
  74.       Caption = 'lblMessage3'
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       WordWrap = True
  81.     end
  82.     object btnOk: TBitBtn
  83.       Left = 305
  84.       Top = 249
  85.       Width = 81
  86.       Height = 25
  87.       Caption = '&Ok'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       TabOrder = 0
  94.       OnClick = btnOkClick
  95.     end
  96.     object btnCancel: TBitBtn
  97.       Left = 392
  98.       Top = 248
  99.       Width = 81
  100.       Height = 25
  101.       Caption = '&Cancel'
  102.       Font.Color = clBlack
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       TabOrder = 1
  108.       OnClick = btnCancelClick
  109.     end
  110.   end
  111.   object DDEClient: TDdeClientConv
  112.     DdeService = 'ProgMan'
  113.     Left = 12
  114.     Top = 249
  115.     LinkInfo = (
  116.       'Service ProgMan'
  117.       'Topic ')
  118.   end
  119. end
  120.