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

  1. object Form7: TForm7
  2.   Left = 162
  3.   Top = 128
  4.   BorderStyle = bsDialog
  5.   Caption = 'Installazione completata!'
  6.   ClientHeight = 346
  7.   ClientWidth = 530
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   Scaled = False
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 145
  24.     Top = 73
  25.     Width = 210
  26.     Height = 13
  27.     Caption = 'Setup ha finito di copiare i files nel computer.'
  28.   end
  29.   object Label5: TLabel
  30.     Left = 145
  31.     Top = 107
  32.     Width = 293
  33.     Height = 13
  34.     Caption = 
  35.       'Per completare l'#39'installazione, il computer deve essre riavviato' +
  36.       '.'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 147
  40.     Top = 232
  41.     Width = 368
  42.     Height = 13
  43.     Caption = 
  44.       'Rimuovere eventuali floppy disk, e quindi cliccare Fine per comp' +
  45.       'letare il setup.'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 147
  49.     Top = 264
  50.     Width = 216
  51.     Height = 13
  52.     Caption = 'Grazie e buon divertimento con Virtual Puzzle.'
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 8
  56.     Top = 10
  57.     Width = 121
  58.     Height = 280
  59.     BevelOuter = bvLowered
  60.     Caption = 'Panel1'
  61.     TabOrder = 0
  62.     object Image1: TImage
  63.       Left = 1
  64.       Top = 1
  65.       Width = 119
  66.       Height = 278
  67.       Align = alClient
  68.       AutoSize = True
  69.       Center = True
  70.     end
  71.   end
  72.   object GroupBox1: TGroupBox
  73.     Left = 7
  74.     Top = 296
  75.     Width = 514
  76.     Height = 7
  77.     TabOrder = 1
  78.   end
  79.   object Button1: TButton
  80.     Left = 448
  81.     Top = 314
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'Fine'
  85.     TabOrder = 2
  86.     OnClick = Button1Click
  87.   end
  88.   object Panel2: TPanel
  89.     Left = 144
  90.     Top = 10
  91.     Width = 377
  92.     Height = 41
  93.     BevelOuter = bvLowered
  94.     Caption = 'Panel2'
  95.     TabOrder = 3
  96.     object Image2: TImage
  97.       Left = 1
  98.       Top = 1
  99.       Width = 375
  100.       Height = 39
  101.       Align = alClient
  102.       AutoSize = True
  103.       Center = True
  104.     end
  105.   end
  106.   object RadioGroup1: TRadioGroup
  107.     Left = 128
  108.     Top = 136
  109.     Width = 329
  110.     Height = 89
  111.     Caption = 'RadioGroup1'
  112.     TabOrder = 4
  113.     Visible = False
  114.   end
  115.   object RadioButton1: TRadioButton
  116.     Left = 146
  117.     Top = 164
  118.     Width = 169
  119.     Height = 17
  120.     Caption = 'Riavviare il computer ora.'
  121.     Checked = True
  122.     TabOrder = 5
  123.     TabStop = True
  124.   end
  125.   object RadioButton2: TRadioButton
  126.     Left = 146
  127.     Top = 194
  128.     Width = 217
  129.     Height = 17
  130.     Caption = 'Riavviare il computer pi∩┐╜ tardi.'
  131.     TabOrder = 6
  132.   end
  133. end
  134.