object Form2: TForm2 Left = 197 Top = 151 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Autocomposizione di installazione' ClientHeight = 347 ClientWidth = 530 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDesktopCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 146 Top = 63 Width = 328 Height = 13 Caption = 'Prendere visione del seguente contratto di licenza prima di proc' + 'edere.' end object Label2: TLabel Left = 147 Top = 83 Width = 362 Height = 13 Caption = 'Se si accettano le condizioni del contratto sottostante, fare cl' + 'ick su '#39'Accetta'#39'.' end object Label7: TLabel Left = 147 Top = 98 Width = 280 Height = 13 Caption = 'Se non si accetta una o pi� condizioni fare click su '#39'Rifiuta'#39'.' end object Panel1: TPanel Left = 8 Top = 10 Width = 121 Height = 280 BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 119 Height = 278 Align = alClient AutoSize = True Center = True end end object GroupBox1: TGroupBox Left = 7 Top = 296 Width = 514 Height = 7 TabOrder = 1 end object Button1: TButton Left = 360 Top = 314 Width = 75 Height = 25 Caption = 'Rifiuta' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 448 Top = 314 Width = 75 Height = 25 Caption = 'Accetta' TabOrder = 3 OnClick = Button2Click end object Panel2: TPanel Left = 144 Top = 10 Width = 377 Height = 41 BevelOuter = bvLowered Caption = 'Panel2' TabOrder = 4 object Image2: TImage Left = 1 Top = 1 Width = 375 Height = 39 Align = alClient AutoSize = True Center = True end end object Memo1: TMemo Left = 144 Top = 125 Width = 377 Height = 164 Lines.Strings = ( 'Virtual Puzzle Versione 1.00' '' 'Copia omaggio dimostrativa.' '' 'Attenzione: Questo programma � stato registrato presso la S.I.A.' + 'E.' '' 'Vietata la vendita, la copia e la distribuzione anche gratuita d' + 'i questo' 'programma, o di ogni sua parte. ' '' '' 'Per eventuali informazioni contattare la MCSoftware o Esa-net.sr' + 'l alle ' 'seguenti E-Mail: mcsoftawre@esa-net.zzn.com, info@esa-net.it' '' '' 'Copyright @ MCSoftware di Mauro Ciucciarelli ' + ' 29/9/1999' '') ReadOnly = True ScrollBars = ssVertical TabOrder = 5 end end