home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Polskie / Winsweep / WINSWEEP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-04-20  |  3.7 KB  |  154 lines

  1. object AboutBox: TAboutBox
  2.   Left = 382
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'O programie'
  6.   ClientHeight = 249
  7.   ClientWidth = 357
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SpeedButton1: TSpeedButton
  21.     Left = 136
  22.     Top = 212
  23.     Width = 85
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Flat = True
  27.     OnClick = SpeedButton1Click
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 341
  33.     Height = 193
  34.     BevelInner = bvRaised
  35.     BevelOuter = bvLowered
  36.     ParentColor = True
  37.     ParentShowHint = False
  38.     ShowHint = False
  39.     TabOrder = 0
  40.     object ProductName: TLabel
  41.       Left = 120
  42.       Top = 8
  43.       Width = 101
  44.       Height = 22
  45.       Caption = 'Win Sweep'
  46.       Font.Charset = EASTEUROPE_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -19
  49.       Font.Name = 'Arial'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       IsControl = True
  53.     end
  54.     object Version: TLabel
  55.       Left = 108
  56.       Top = 32
  57.       Width = 124
  58.       Height = 16
  59.       Caption = 'Wersja 2.0, Freeware'
  60.       Font.Charset = EASTEUROPE_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -13
  63.       Font.Name = 'Arial'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Copyright: TLabel
  69.       Left = 116
  70.       Top = 48
  71.       Width = 112
  72.       Height = 14
  73.       Caption = 'Program pope∩┐╜ni∩┐╜ Guhru'
  74.       Font.Charset = EASTEUROPE_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -11
  77.       Font.Name = 'Arial'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       IsControl = True
  81.     end
  82.     object Label4: TLabel
  83.       Left = 264
  84.       Top = 152
  85.       Width = 65
  86.       Height = 14
  87.       Caption = 'Kwiecie∩┐╜, '#39'98'
  88.       Font.Charset = EASTEUROPE_CHARSET
  89.       Font.Color = clWindowText
  90.       Font.Height = 14
  91.       Font.Name = 'Arial'
  92.       Font.Style = []
  93.       ParentFont = False
  94.     end
  95.     object Label5: TLabel
  96.       Left = 118
  97.       Top = 60
  98.       Width = 109
  99.       Height = 14
  100.       Alignment = taCenter
  101.       Caption = '(guhru@friko3.onet.pl)'
  102.       Font.Charset = EASTEUROPE_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -11
  105.       Font.Name = 'Arial'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.     object Panel2: TPanel
  110.       Left = 24
  111.       Top = 16
  112.       Width = 41
  113.       Height = 41
  114.       Hint = 'Ikonk∩┐╜ pope∩┐╜ni∩┐╜ Zw∩┐╜oki'
  115.       BevelOuter = bvLowered
  116.       ParentShowHint = False
  117.       ShowHint = True
  118.       TabOrder = 0
  119.       object Image1: TImage
  120.         Left = 4
  121.         Top = 4
  122.         Width = 33
  123.         Height = 33
  124.         Picture.Data = {<image001.ico>}
  125.       end
  126.     end
  127.     object Memo1: TMemo
  128.       Left = 4
  129.       Top = 76
  130.       Width = 333
  131.       Height = 109
  132.       BorderStyle = bsNone
  133.       Color = clBtnFace
  134.       Ctl3D = True
  135.       Lines.Strings = (
  136.         
  137.           '     To ju∩┐╜ druga wersja WinSweep'#39'a. Tym razem w Windows wkurzy∩┐╜' +
  138.           'o '
  139.         'mnie za∩┐╜miecone menu '#39'Dodaj/Usu∩┐╜ Programy'#39'. Ta wersja '
  140.         'WinSweep'#39'a potrafi wi∩┐╜c opr∩┐╜cz automatycznego usuwania zb∩┐╜dnych '
  141.         'skr∩┐╜t∩┐╜w z Menu Start (oraz z Pulpitu) oczy∩┐╜ci∩┐╜ menu '#39'Dodaj/Usu∩┐╜ '
  142.         'Programy'#39' ze zb∩┐╜dnego balastu. '
  143.         '     Je∩┐╜li macie jakie∩┐╜ uwagi lub pomys∩┐╜y - piszcie. Dzi∩┐╜ki za '
  144.         'spr∩┐╜bowanie...'
  145.         
  146.           '                                                                ' +
  147.           '                                  Autor')
  148.       ParentCtl3D = False
  149.       ReadOnly = True
  150.       TabOrder = 1
  151.     end
  152.   end
  153. end
  154.