home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Smartuni / SUn.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-03-20  |  3KB  |  150 lines

  1. object AboutForm: TAboutForm
  2.   Left = 241
  3.   Top = 114
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Smart Uninstaller'
  7.   ClientHeight = 357
  8.   ClientWidth = 342
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object AboutPanel: TPanel
  20.     Left = 8
  21.     Top = 10
  22.     Width = 325
  23.     Height = 303
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProductLabel: TLabel
  29.       Left = 20
  30.       Top = 124
  31.       Width = 140
  32.       Height = 20
  33.       Caption = 'Smart Uninstaller'
  34.       Color = clBtnFace
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -16
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = [fsBold]
  40.       ParentColor = False
  41.       ParentFont = False
  42.       Transparent = True
  43.       IsControl = True
  44.     end
  45.     object VersionLabel: TLabel
  46.       Left = 104
  47.       Top = 144
  48.       Width = 53
  49.       Height = 13
  50.       Caption = 'Version 1.0'
  51.       Color = clBtnFace
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentColor = False
  58.       ParentFont = False
  59.       Transparent = True
  60.       IsControl = True
  61.     end
  62.     object CopyrightLabel1: TLabel
  63.       Left = 20
  64.       Top = 184
  65.       Width = 146
  66.       Height = 13
  67.       Caption = 'Copyright ∩┐╜ 1999, Cezar Botez'
  68.       Transparent = True
  69.       IsControl = True
  70.     end
  71.     object ProgramBevel: TBevel
  72.       Left = 20
  73.       Top = 167
  74.       Width = 283
  75.       Height = 5
  76.       Shape = bsBottomLine
  77.     end
  78.     object ProgramLogo: TImage
  79.       Left = 12
  80.       Top = 12
  81.       Width = 300
  82.       Height = 100
  83.       AutoSize = True
  84.       Picture.Data = {<image000.jpg>}
  85.       IsControl = True
  86.     end
  87.     object LicenseLabel1: TLabel
  88.       Left = 20
  89.       Top = 224
  90.       Width = 283
  91.       Height = 13
  92.       AutoSize = False
  93.       Caption = 'Smart Uninstaller is freeware and may be distributed and'
  94.       Transparent = True
  95.       IsControl = True
  96.     end
  97.     object CopyrightLabel2: TLabel
  98.       Left = 20
  99.       Top = 198
  100.       Width = 83
  101.       Height = 13
  102.       Caption = 'All rights reserved'
  103.       Transparent = True
  104.       IsControl = True
  105.     end
  106.     object LicenseLabel2: TLabel
  107.       Left = 20
  108.       Top = 238
  109.       Width = 283
  110.       Height = 13
  111.       AutoSize = False
  112.       Caption = 'used freely, in any commercial purpose or not, as long as'
  113.       Transparent = True
  114.       IsControl = True
  115.     end
  116.     object LicenseLabel3: TLabel
  117.       Left = 20
  118.       Top = 252
  119.       Width = 283
  120.       Height = 13
  121.       AutoSize = False
  122.       Caption = 'it is distributed in its entirety.'
  123.       Transparent = True
  124.       IsControl = True
  125.     end
  126.     object ContactButton: TSpeedButton
  127.       Left = 156
  128.       Top = 272
  129.       Width = 157
  130.       Height = 21
  131.       Hint = 'Questions, comments, suggestions or bug reports'
  132.       Caption = 'Email: cbotez@mail.dntis.ro'
  133.       Flat = True
  134.       OnClick = ContactButtonClick
  135.     end
  136.   end
  137.   object OKButton: TButton
  138.     Left = 133
  139.     Top = 323
  140.     Width = 75
  141.     Height = 25
  142.     Hint = 'Close this dialog box'
  143.     Cancel = True
  144.     Caption = '&OK'
  145.     Default = True
  146.     ModalResult = 1
  147.     TabOrder = 1
  148.   end
  149. end
  150.