home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 125
- Top = 99
- ActiveControl = Destination
- BorderIcons = [biMinimize]
- BorderStyle = bsDialog
- Caption = 'Pro Motion V3.0 32 Installation'
- ClientHeight = 325
- ClientWidth = 606
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PrintScale = poNone
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 599
- Height = 317
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 268
- Width = 101
- Height = 13
- Caption = 'Destination Directory:'
- end
- object Gauge: TGauge
- Left = 338
- Top = 12
- Width = 19
- Height = 241
- Color = clBtnFace
- Kind = gkVerticalBar
- ShowText = False
- ForeColor = clLime
- BackColor = clTeal
- ParentColor = False
- Progress = 0
- Visible = False
- end
- object Image1: TImage
- Left = 10
- Top = 12
- Width = 320
- Height = 240
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object OKBtn: TBitBtn
- Left = 394
- Top = 280
- Width = 77
- Height = 27
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 476
- Top = 280
- Width = 77
- Height = 27
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Destination: TEdit
- Left = 10
- Top = 286
- Width = 319
- Height = 21
- TabOrder = 2
- Text = 'C:\PMOTION'
- end
- object Panel2: TPanel
- Left = 364
- Top = 12
- Width = 225
- Height = 241
- BevelOuter = bvLowered
- TabOrder = 3
- object Memo1: TMemo
- Left = 8
- Top = 14
- Width = 213
- Height = 213
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Lines.Strings = (
- 'Welcome to Pro Motion Setup.'
- ''
- 'This program will install Pro Motion V3.0 on '
- 'your computer.'
- ''
- 'Enter destination where you want to have '
- 'this application to be installed and press OK.'
- ''
- 'If you want to exit Setup without installing '
- 'press CANCEL.'
- ''
- ''
- 'Pro Motion is protected by international '
- 'copyright laws.'
- ''
- 'Copyright 1997 Cosmigo')
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- end
- end
- end
- object DdeClient: TDdeClientConv
- DdeService = 'PROGMAN'
- DdeTopic = 'PROGMAN'
- Left = 572
- Top = 262
- LinkInfo = (
- 'Service PROGMAN'
- 'Topic PROGMAN')
- end
- object DdeClientItem: TDdeClientItem
- DdeConv = DdeClient
- Left = 572
- Top = 290
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 572
- Top = 234
- end
- end
-