home *** CD-ROM | disk | FTP | other *** search
/ Parcellazione Dei Lavoratori Autonomi / maemanager-07.raw.iso / Utility / CalcVal.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Encoding:
Text File  |  2001-09-29  |  2.9 KB  |  128 lines

  1. object AboutBox: TAboutBox
  2.   Left = 132
  3.   Top = 214
  4.   BorderStyle = bsNone
  5.   ClientHeight = 251
  6.   ClientWidth = 356
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = True
  15.   Position = poDesktopCenter
  16.   OnClose = FormClose
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 356
  24.     Height = 251
  25.     Align = alClient
  26.     Color = clSilver
  27.     TabOrder = 0
  28.     object Label3: TLabel
  29.       Left = 26
  30.       Top = 32
  31.       Width = 97
  32.       Height = 24
  33.       Caption = 'Calcolatrice'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -19
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 26
  43.       Top = 84
  44.       Width = 115
  45.       Height = 13
  46.       Cursor = crHandPoint
  47.       Caption = 'diegobarichello@libero.it'
  48.       Color = clSilver
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clGreen
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ParentColor = False
  55.       ParentFont = False
  56.       OnClick = Label2Click
  57.     end
  58.     object Label6: TLabel
  59.       Left = 168
  60.       Top = 40
  61.       Width = 65
  62.       Height = 13
  63.       Caption = 'Versione 1.01'
  64.       Color = clSilver
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlue
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentColor = False
  71.       ParentFont = False
  72.     end
  73.     object Bevel1: TBevel
  74.       Left = 20
  75.       Top = 54
  76.       Width = 271
  77.       Height = 3
  78.       Shape = bsBottomLine
  79.     end
  80.     object Label5: TLabel
  81.       Left = 26
  82.       Top = 128
  83.       Width = 315
  84.       Height = 106
  85.       AutoSize = False
  86.       Caption = 
  87.         'Questo Software pu∩┐╜ essere copiato usato e distibuito liberament' +
  88.         'e'#13#10'senza vincolo alcuno.'#13#10'Nessuna garanzia viene fornita sul pro' +
  89.         'dotto.'#13#10'L'#39' autore non si assume nessuna resposabilit∩┐╜ relativa a' +
  90.         'i danni'#13#10'che possono essere causati dall'#39'uso del programma.'
  91.     end
  92.     object Label1: TLabel
  93.       Left = 28
  94.       Top = 104
  95.       Width = 173
  96.       Height = 13
  97.       Cursor = crHandPoint
  98.       Caption = 'http://digilander.iol.it/diegobarichello'
  99.       Color = clSilver
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clGreen
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentColor = False
  106.       ParentFont = False
  107.       OnClick = Label1Click
  108.     end
  109.     object ContinueBtn: TBitBtn
  110.       Left = 124
  111.       Top = 210
  112.       Width = 93
  113.       Height = 25
  114.       Caption = '&Ok'
  115.       TabOrder = 0
  116.       OnClick = ContinueBtnClick
  117.       Kind = bkOK
  118.     end
  119.   end
  120.   object Timer1: TTimer
  121.     Enabled = False
  122.     Interval = 5000
  123.     OnTimer = Timer1Timer
  124.     Left = 308
  125.     Top = 40
  126.   end
  127. end
  128.