home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / notes / setup.exe / install.exe / {tmp} / SMRunApp.exe / 0 / RCDATA / TSRUNAPPMAINFORM / TSRUNAPPMAINFORM.txt < prev   
Encoding:
Text File  |  2002-09-23  |  1.9 KB  |  85 lines

  1. object SRunAppMainForm: TSRunAppMainForm
  2.   Left = 327
  3.   Top = 428
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ScriptMaker. %'
  7.   ClientHeight = 106
  8.   ClientWidth = 251
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object IconImage: TImage
  19.     Left = 12
  20.     Top = 12
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object MainLabel: TLabel
  27.     Left = 68
  28.     Top = 16
  29.     Width = 169
  30.     Height = 33
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'Do you want to run ScriptMaker now?'
  34.     WordWrap = True
  35.   end
  36.   object YesButton: TButton
  37.     Left = 44
  38.     Top = 68
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Yes'
  42.     TabOrder = 0
  43.     OnClick = YesButtonClick
  44.   end
  45.   object NoButton: TButton
  46.     Left = 135
  47.     Top = 68
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&No'
  51.     TabOrder = 1
  52.     OnClick = NoButtonClick
  53.   end
  54.   object VersionNo: TVersionNo
  55.     FileType = vftApplication
  56.     VerMajor = 1
  57.     VerMinor = '0'
  58.     VerSub = '0'
  59.     CompiledDate = '29-1-00'
  60.     CompiledTime = '00:33:32'
  61.     CopyrightName = 'TaFWeb Software'
  62.     CopyrightYear = '2000'
  63.     LabelFormat = 'Version %1.%2 Build %4'
  64.     ProductVerFormat = '%1.%2'
  65.     FileVersionFormat = '%1.%2.%3.%4'
  66.     RCFileName = 'raversion.rc'
  67.     VerBuild = 2
  68.     LabelVersion = 'Version 1.0 Build 2'
  69.     AppTitle = 'RunApp'
  70.     ProductVersion = '1.0'
  71.     FileVersion = '1.0.0.2'
  72.     Description = 'Run app after install'
  73.     ExeName = 'smrunapp.exe'
  74.     OSType = ostWin9x
  75.     Language = ltEnglish_UK
  76.     Comments = 
  77.       'Use only with ScriptMaker. Build 2. Web site: http://www.tafweb.' +
  78.       'com/'
  79.     ProductName = 'RunApp'
  80.     WebAddress = 'http://www.tafweb.com/'
  81.     Left = 12
  82.     Top = 64
  83.   end
  84. end
  85.