home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Goodies / VirtualPuzzle / Setup.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1999-11-14  |  3KB  |  144 lines

  1. object Form2: TForm2
  2.   Left = 197
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Autocomposizione di installazione'
  7.   ClientHeight = 347
  8.   ClientWidth = 530
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 146
  25.     Top = 63
  26.     Width = 328
  27.     Height = 13
  28.     Caption = 
  29.       'Prendere visione del seguente contratto di licenza prima di proc' +
  30.       'edere.'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 147
  34.     Top = 83
  35.     Width = 362
  36.     Height = 13
  37.     Caption = 
  38.       'Se si accettano le condizioni del contratto sottostante, fare cl' +
  39.       'ick su '#39'Accetta'#39'.'
  40.   end
  41.   object Label7: TLabel
  42.     Left = 147
  43.     Top = 98
  44.     Width = 280
  45.     Height = 13
  46.     Caption = 'Se non si accetta una o pi∩┐╜ condizioni fare click su '#39'Rifiuta'#39'.'
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 8
  50.     Top = 10
  51.     Width = 121
  52.     Height = 280
  53.     BevelOuter = bvLowered
  54.     Caption = 'Panel1'
  55.     TabOrder = 0
  56.     object Image1: TImage
  57.       Left = 1
  58.       Top = 1
  59.       Width = 119
  60.       Height = 278
  61.       Align = alClient
  62.       AutoSize = True
  63.       Center = True
  64.     end
  65.   end
  66.   object GroupBox1: TGroupBox
  67.     Left = 7
  68.     Top = 296
  69.     Width = 514
  70.     Height = 7
  71.     TabOrder = 1
  72.   end
  73.   object Button1: TButton
  74.     Left = 360
  75.     Top = 314
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Rifiuta'
  79.     TabOrder = 2
  80.     OnClick = Button1Click
  81.   end
  82.   object Button2: TButton
  83.     Left = 448
  84.     Top = 314
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Accetta'
  88.     TabOrder = 3
  89.     OnClick = Button2Click
  90.   end
  91.   object Panel2: TPanel
  92.     Left = 144
  93.     Top = 10
  94.     Width = 377
  95.     Height = 41
  96.     BevelOuter = bvLowered
  97.     Caption = 'Panel2'
  98.     TabOrder = 4
  99.     object Image2: TImage
  100.       Left = 1
  101.       Top = 1
  102.       Width = 375
  103.       Height = 39
  104.       Align = alClient
  105.       AutoSize = True
  106.       Center = True
  107.     end
  108.   end
  109.   object Memo1: TMemo
  110.     Left = 144
  111.     Top = 125
  112.     Width = 377
  113.     Height = 164
  114.     Lines.Strings = (
  115.       'Virtual Puzzle Versione 1.00'
  116.       ''
  117.       'Copia omaggio dimostrativa.'
  118.       ''
  119.       
  120.         'Attenzione: Questo programma ∩┐╜ stato registrato presso la S.I.A.' +
  121.         'E.'
  122.       ''
  123.       
  124.         'Vietata la vendita, la copia e la distribuzione anche gratuita d' +
  125.         'i questo'
  126.       'programma, o di ogni sua parte. '
  127.       ''
  128.       ''
  129.       
  130.         'Per eventuali informazioni contattare la MCSoftware o Esa-net.sr' +
  131.         'l alle '
  132.       'seguenti E-Mail: mcsoftawre@esa-net.zzn.com, info@esa-net.it'
  133.       ''
  134.       ''
  135.       
  136.         'Copyright @ MCSoftware di Mauro Ciucciarelli                    ' +
  137.         '      29/9/1999'
  138.       '')
  139.     ReadOnly = True
  140.     ScrollBars = ssVertical
  141.     TabOrder = 5
  142.   end
  143. end
  144.