home *** CD-ROM | disk | FTP | other *** search
- object SRunAppMainForm: TSRunAppMainForm
- Left = 327
- Top = 428
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'ScriptMaker. %'
- ClientHeight = 106
- ClientWidth = 251
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object IconImage: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object MainLabel: TLabel
- Left = 68
- Top = 16
- Width = 169
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'Do you want to run ScriptMaker now?'
- WordWrap = True
- end
- object YesButton: TButton
- Left = 44
- Top = 68
- Width = 75
- Height = 25
- Caption = '&Yes'
- TabOrder = 0
- OnClick = YesButtonClick
- end
- object NoButton: TButton
- Left = 135
- Top = 68
- Width = 75
- Height = 25
- Caption = '&No'
- TabOrder = 1
- OnClick = NoButtonClick
- end
- object VersionNo: TVersionNo
- FileType = vftApplication
- VerMajor = 1
- VerMinor = '0'
- VerSub = '0'
- CompiledDate = '29-1-00'
- CompiledTime = '00:33:32'
- CopyrightName = 'TaFWeb Software'
- CopyrightYear = '2000'
- LabelFormat = 'Version %1.%2 Build %4'
- ProductVerFormat = '%1.%2'
- FileVersionFormat = '%1.%2.%3.%4'
- RCFileName = 'raversion.rc'
- VerBuild = 2
- LabelVersion = 'Version 1.0 Build 2'
- AppTitle = 'RunApp'
- ProductVersion = '1.0'
- FileVersion = '1.0.0.2'
- Description = 'Run app after install'
- ExeName = 'smrunapp.exe'
- OSType = ostWin9x
- Language = ltEnglish_UK
- Comments =
- 'Use only with ScriptMaker. Build 2. Web site: http://www.tafweb.' +
- 'com/'
- ProductName = 'RunApp'
- WebAddress = 'http://www.tafweb.com/'
- Left = 12
- Top = 64
- end
- end
-