home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95promot / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-09-30  |  3.1 KB  |  149 lines

  1. object Form1: TForm1
  2.   Left = 125
  3.   Top = 99
  4.   ActiveControl = Destination
  5.   BorderIcons = [biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Pro Motion V3.0 32  Installation'
  8.   ClientHeight = 325
  9.   ClientWidth = 606
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 599
  23.     Height = 317
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 268
  30.       Width = 101
  31.       Height = 13
  32.       Caption = 'Destination Directory:'
  33.     end
  34.     object Gauge: TGauge
  35.       Left = 338
  36.       Top = 12
  37.       Width = 19
  38.       Height = 241
  39.       Color = clBtnFace
  40.       Kind = gkVerticalBar
  41.       ShowText = False
  42.       ForeColor = clLime
  43.       BackColor = clTeal
  44.       ParentColor = False
  45.       Progress = 0
  46.       Visible = False
  47.     end
  48.     object Image1: TImage
  49.       Left = 10
  50.       Top = 12
  51.       Width = 320
  52.       Height = 240
  53.       AutoSize = True
  54.       Picture.Data = {<image000.bmp>}
  55.     end
  56.     object OKBtn: TBitBtn
  57.       Left = 394
  58.       Top = 280
  59.       Width = 77
  60.       Height = 27
  61.       TabOrder = 0
  62.       OnClick = OKBtnClick
  63.       Kind = bkOK
  64.       Margin = 2
  65.       Spacing = -1
  66.       IsControl = True
  67.     end
  68.     object CancelBtn: TBitBtn
  69.       Left = 476
  70.       Top = 280
  71.       Width = 77
  72.       Height = 27
  73.       Caption = 'Cancel'
  74.       TabOrder = 1
  75.       OnClick = CancelBtnClick
  76.       Kind = bkCancel
  77.       Margin = 2
  78.       Spacing = -1
  79.       IsControl = True
  80.     end
  81.     object Destination: TEdit
  82.       Left = 10
  83.       Top = 286
  84.       Width = 319
  85.       Height = 21
  86.       TabOrder = 2
  87.       Text = 'C:\PMOTION'
  88.     end
  89.     object Panel2: TPanel
  90.       Left = 364
  91.       Top = 12
  92.       Width = 225
  93.       Height = 241
  94.       BevelOuter = bvLowered
  95.       TabOrder = 3
  96.       object Memo1: TMemo
  97.         Left = 8
  98.         Top = 14
  99.         Width = 213
  100.         Height = 213
  101.         BorderStyle = bsNone
  102.         Color = clBtnFace
  103.         Ctl3D = False
  104.         Lines.Strings = (
  105.           'Welcome to Pro Motion Setup.'
  106.           ''
  107.           'This program will install Pro Motion V3.0 on '
  108.           'your computer.'
  109.           ''
  110.           'Enter destination where you want to have '
  111.           'this application to be installed and press OK.'
  112.           ''
  113.           'If you  want to exit Setup without installing '
  114.           'press CANCEL.'
  115.           ''
  116.           ''
  117.           'Pro Motion is protected by international '
  118.           'copyright laws.'
  119.           ''
  120.           'Copyright 1997 Cosmigo')
  121.         ParentCtl3D = False
  122.         ReadOnly = True
  123.         TabOrder = 0
  124.       end
  125.     end
  126.   end
  127.   object DdeClient: TDdeClientConv
  128.     DdeService = 'PROGMAN'
  129.     DdeTopic = 'PROGMAN'
  130.     Left = 572
  131.     Top = 262
  132.     LinkInfo = (
  133.       'Service PROGMAN'
  134.       'Topic PROGMAN')
  135.   end
  136.   object DdeClientItem: TDdeClientItem
  137.     DdeConv = DdeClient
  138.     Left = 572
  139.     Top = 290
  140.   end
  141.   object Timer1: TTimer
  142.     Enabled = False
  143.     Interval = 5000
  144.     OnTimer = Timer1Timer
  145.     Left = 572
  146.     Top = 234
  147.   end
  148. end
  149.